/* FONTS */
@font-face {
    font-family: 'Markl Mono';
    src: url('../fonts/marklmonoregular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Neue Haas Display';
    src: url('../fonts/NeueHaasDisplayLight.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
 
/* HEADER */
#container-header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    pointer-events: none;
    border-bottom: 1px solid #FFFFFF;
}
header{
    width: 100%;
    pointer-events: auto;
    backdrop-filter: blur(30px);
}
header .nav-link{
    font-family: 'Markl Mono';
    font-size: 18px;
    transition: color 0.3s ease;
}
/* Header sobre contenido - letras negras */
header.over-content .nav-link.text-light{
    color: #000 !important;
}
header.over-content .navbar-brand img, header.over-content .nav-link img{
    filter: invert(1);
    transition: filter 0.3s ease;
}
#container-header.over-content{
    border-bottom: 1px solid #000000;
}
body{
    background-color: #FFFDF2;
}
/*Footer*/
.bg-footer{
    background-color: #D6D1C4;
}
.text-footer{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #6A6A6A;
}
#form-newsletter{
    padding-top: 25px;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0%;
    max-width: 350px;
    border-bottom: 1px solid #000000;
    border-radius: 0;
}
#form-newsletter input{
    border-radius: 0;
    background-color: transparent;
    border: none;
    color: #6A6A6A;
}
#form-newsletter input:focus, #form-newsletter input:focus-visible, #form-newsletter input:focus-within, #form-newsletter input:active, #form-newsletter input:hover{
    box-shadow: none;
}
#form-newsletter a, #form-newsletter button{
    border-radius: 0;
}
#form-newsletter a, #form-newsletter button{
    background-color: transparent;
    color: #000000;
    border-color: transparent;
}
.img-footer-maya{
    padding-top: 170px;
}
.img-footer-maya img{
    height: 125px;
}
.title-footer{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0%;
    color: #6A6A6A;
}
.list-footer{
    margin-top: 20px;
    list-style: none;
    padding-left: 0;
}
.list-footer li{
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 7px;
}
.list-footer li a{
    text-decoration: none;
    color: #000000;
    transition: all .4s;
}
.list-footer li a:hover{
    color: #4d4d4d;
}
@media (max-width: 768px) {
    .img-footer-maya {
        padding-top: 25px;
    }
    .mt-20{
        margin-top: 5px !important;
    }
}
.mt-20{
    margin-top: 20px !important;
}
.backlink-footer{
    color: #6A6A6A;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0%;
    transition: all .4s;
}
/**************************************SCROLL**************************************/
body::-webkit-scrollbar {
    -webkit-appearance: none;
}

body::-webkit-scrollbar:vertical {
    width: 8px;
}
body::-webkit-scrollbar-button:increment,
body::-webkit-scrollbar-button {
    display: none;
}
body::-webkit-scrollbar:horizontal {
    height: 10px;
}
body::-webkit-scrollbar-thumb {
    background-color: #B9AF9A;
    border-radius: 10px;
    border: 0 solid #f1f2f3;
}
body::-webkit-scrollbar-track {
    border-radius: 10px;
}
/* BORDES BLANCOS */
.border-white-top{
    border-top: 1px solid #FFFFFF;
}
.border-white-left{
    border-left: 1px solid #FFFFFF;
}
.border-white-right{
    border-right: 1px solid #FFFFFF;
}
.border-white-bottom{
    border-bottom: 1px solid #FFFFFF;
}
/* BORDES NEGROS */
.border-black-top{
    border-top: 1px solid #000000;
}
.border-black-left{
    border-left: 1px solid #000000;
}
.border-black-right{
    border-right: 1px solid #000000;
}
.border-black-bottom{
    border-bottom: 1px solid #000000;
}
/* CARD DE PRODUCTO */
.product-card{
    background: transparent;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.container-image{
    background-color: #F3F3F3;
    border-radius: 9px;
    height: 300px;
    align-content: center;
    padding: 30px;
}
.product-card-image{
    width: 100%;
    background: transparent;
}
.product-card-content{
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.product-bestseller{
    background: transparent;
    color: #726D2D;
    border: 1px solid #726D2D;
    border-radius: 4px;
    font-family: 'Neue Haas Display';
    font-size: 10px;
    padding: 4px 12px;
    display: inline-block;
    width: fit-content;
    margin-bottom: 8px;
}
.product-name{
    font-family: 'Neue Haas Display';
    font-size: 15px;
    font-weight: bold;
    color: #000;
    margin: 0;
}
.product-description{
    font-family: 'Neue Haas Display';
    font-size: 15px;
    color: #000;
    margin: 0;
}
.product-price{
    font-family: 'Neue Haas Display';
    font-size: 15px;
    color: #000;
    margin-top: auto;
}