
/*** Spinner Start ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
 }

 #spinner.show {
     transition: opacity .8s ease-out, visibility 0s linear .0s;
     visibility: visible;
     opacity: 1;
 }

 .back-to-top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
}
/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    padding: 20px;
    border-radius: 230px 100px;
}

.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link a {
    letter-spacing: 1px;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 10px 15px;
    font-size: 16px;
    transition: .5s;
}

.navbar {
    height: 100px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: var(--bs-primary);
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);
}
/*** Navbar End ***/

/*** Hero Header ***/
.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hback.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}

.carousel-item {
    position: relative;
}



.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid var(--bs-white);
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 152px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 97px !important;
    }
}
/*** Hero Header end ***/


/*** featurs Start ***/
.featurs .featurs-item .featurs-icon {
    position: relative;
    width: 120px;
    height: 120px;
}

.featurs .featurs-item .featurs-icon::after {
    content: "";
    width: 35px;
    height: 35px;
    background: var(--bs-secondary);
    position: absolute;
    bottom: -10px;
    transform: translate(-50%);
    transform: rotate(45deg);
    background: var(--bs-secondary);
    
}
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/


/*** vesitable Start ***/
.vesitable .vesitable-item {
    height: 100%;
    transition: 0.5s;
}

.vesitable .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.vesitable .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.vesitable .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

.vesitable .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;

}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid var(--bs-secondary);
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/






/*** MIS DISEÑOS ***/

/* ========================= */
/* LOGO NAVBAR PRO */
/* ========================= */

.logo {
    max-width: 150px;
    height: auto;

    /* Bordes más modernos */
    border-radius: 12px;

    /* Sombra suave (volumen) */
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);

    /* Transiciones suaves */
    transition: all 0.3s ease;
}

/* Hover solo en desktop (evitamos problemas en mobile) */
@media (min-width: 992px) {
    .logo:hover {
        transform: scale(1.05);
        box-shadow: 0 8px 22px rgba(0,0,0,0.25);
    }
}

/* ========================= */
/* LOGO MOBILE OPTIMIZADO */
/* ========================= */

@media (max-width: 576px) {

    .logo {
        max-width: 110px; /* más chico en mobile */

        /* Menos sombra para evitar ruido visual */
        box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    }

}


.top-menu {
        background-color: #2abddf !important;
    }

.text-carrusel {
        color: #2abddf !important;
    }   
    
    

#captchaBox {
  position: relative;
  height: 50px;
}

.captcha-slider {
  user-select: none;
  touch-action: none;
}  

/* catalogoView.css */

/* --- Base --- */
.catalogo-items { margin-top: 0; }

/* GRID: dejamos que Bootstrap controle columnas (no sobrescribimos col-*) */

/* LIST: componente lista (oculto por defecto con d-none) */
.catalogo-lista .item-list {
    transition: all 180ms ease;
}

/* Estilos del item en lista */
.catalogo-lista .item-list img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

/* Ajustes para el bloque 'fruite-item' (grid cards) */
.fruite-item {
    background: #fff;
    border: 1px solid rgba(0,0,0,0.04);
    box-shadow: 0 1px 2px rgba(0,0,0,0.03);
    transition: transform .12s ease, box-shadow .12s ease;
}
.fruite-item:hover { transform: translateY(-4px); box-shadow: 0 6px 18px rgba(0,0,0,0.06); }

/* Productos: en modo lista, ajustamos la presentación dentro de .item-list (ya está en el HTML) */

/* Botones de vista: estilos activos */
.view-buttons .btn[aria-pressed="true"] {
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

/* Responsive: en xs la lista se vuelve vertical */
@media (max-width: 576px) {
    .catalogo-lista .item-list {
        flex-direction: column;
        text-align: center;
    }

    .catalogo-lista .item-list .text-end {
        text-align: center !important;
        margin-left: 0 !important;
    }

    .catalogo-lista .item-list .d-flex.align-items-center {
        gap: .75rem;
    }

    .product-item { margin-bottom: 0.75rem; }
}

/* Ajustes BUSCADOR del home */

/* Bordes redondeados correctos para input group Bootstrap 5 */
.rounded-pill-start {
    border-top-left-radius: 50rem !important;
    border-bottom-left-radius: 50rem !important;
}

.rounded-pill-end {
    border-top-right-radius: 50rem !important;
    border-bottom-right-radius: 50rem !important;
}

/* Animación flecha buscador boton more/less */
.transition-icon {
    transition: transform 0.3s ease;
}

.rotate-icon {
    transform: rotate(180deg);
}

/* Compensar altura del header fixed-top */
body {
    padding-top: 152px;
}

@media (max-width: 992px) {
    body {
        padding-top: 97px;
    }
}

.carousel-img {
    height: 420px;
    object-fit: contain;
    background: #f8f9fa;
    padding: 20px;
}

/* ========================= */
/* getProducts - Bootstrap 5 Style */
/* ========================= */

.product-list {
    background: #fff;
    border: 1px solid var(--bs-border-color);
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1.5rem;
    transition: all .2s ease-in-out;
    display: flex;
    flex-direction: column;
}

.product-list:hover {
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.08);
    transform: translateY(-3px);
}

/* Imagen */
.product-list .img-container {
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.product-list .img-container a {
    display: block;
    width: 100%;
    height: 220px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Título */
.product-list h2 {
    font-size: 0.95rem;
    font-weight: 600;
    min-height: 48px;
    margin-bottom: 0.5rem;
}

.product-list h2 a {
    text-decoration: none;
    color: var(--bs-body-color);
}

.product-list h2 a:hover {
    color: var(--bs-primary);
}

/* Precio */
.product-list .price {
    font-weight: 600;
    font-size: 1.1rem;
    color: var(--bs-dark);
}

.product-list .price-discount {
    text-decoration: line-through;
    font-size: 0.85rem;
    color: var(--bs-secondary);
}

/* Contenedor botones */
.product-list .inner > div:last-child {
    margin-top: auto;
}

/* Botones */
.product-list .add-to-cart.btn-add {
    width: 100%;
    border-radius: 0.5rem;
    padding: 0.4rem 0.75rem;
    font-size: 0.9rem;
}

/* ========================= */
/* Botones getProducts Fix */
/* ========================= */

.product-list .btn-add {
    position: relative;
    display: block;
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.9rem;
    text-align: center;
    text-decoration: none;
    transition: all .2s ease;
}

/* Estilo primario */
.product-list .btn-add {
    color: #000;
    background-color: #81c408;
    border-color: #81c408;
    margin-bottom: 3px;
    
}

.product-list .btn-add.more-blue {
    background: var(--bs-dark);
    color:#fff;
}

.product-list .btn-add:hover {
    opacity: 0.9;
}

/* Ocultar loader por defecto */
.product-list .btn-add .loader {
    display: none;
    width: 18px;
    height: 18px;
}

/* Mostrar loader cuando tenga clase loading */
.product-list .btn-add.loading .loader {
    display: inline-block;
}

.product-list .btn-add.loading .text-to-bg {
    display: none;
}


/* ========================= */
/* ICONOS MARCAS/CATEGORIAS SVG DEL HOME*/
/* ========================= */
.hover-scale {
    transition: all 0.3s ease;
}
.hover-scale:hover {
    transform: translateY(-5px) scale(1.03);
}

/* ========================= */
/* PAGINACION PRO */
/* ========================= */
.pagination {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
    padding-left: 0;
    list-style: none;
}

.pagination .page-item {
    display: block;
}

.pagination .page-link {
    border-radius: 10px;
    border: none;
    padding: 8px 14px;
    color: #333;
    background: #f5f5f5;
    transition: all 0.2s ease;
}

.pagination .page-link:hover {
    background: #0d6efd;
    color: #fff;
}

.pagination .page-item.active .page-link {
    background: #0d6efd;
    color: #fff;
    font-weight: 600;
}

.pagination .page-item.disabled .page-link {
    opacity: 0.4;
}

/* MOBILE */
@media (max-width: 576px) {
    .pagination {
        justify-content: center;
    }

    .pagination .page-link {
        padding: 6px 10px;
        font-size: 12px;
    }
}

/* ========================= */
/* NAVBAR MOBILE FIX PRO */
/* ========================= */

@media (max-width: 991.98px) {

    /* Contenedor del menú desplegado */
    .navbar-collapse {
        padding: 15px;
        margin-top: 10px;
        border-radius: 12px;
        background: #fff;
        border: 1px solid rgba(0,0,0,0.05);
        box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    }

    /* Separación interna */
    .navbar-nav {
        padding: 5px;
    }

    /* Links tipo "card" */
    .navbar .navbar-nav .nav-link {
        padding: 12px 15px;
        border-radius: 10px;
        background: #f8f9fa;
        margin-bottom: 5px;
        transition: all 0.2s ease;
    }

    /* Hover */
    .navbar .navbar-nav .nav-link:hover {
        background: #e9ecef;
        transform: translateX(3px);
    }

    /* Activo */
    .navbar .navbar-nav .nav-link.active {
        background: var(--bs-primary);
        color: #fff !important;
    }

}

/* ============================= */
/* Filtros productos responsive  */
/* ============================= */

/* Contenedor de filtros */
.card-body .d-flex.flex-wrap.align-items-center {
    gap: 0.5rem; /* reduce el espacio entre elementos */
}

/* En pantallas pequeñas (móviles) */
@media (max-width: 767.98px) {

    /* Hacer que el bloque de filtros no empuje demasiado */
    .card-body .d-flex.flex-column.flex-lg-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem; /* menos espacio vertical */
    }

    /* Ocultar el label "Ordenar por:" o ponerlo en línea con los selects */
    .card-body .d-flex.flex-wrap.align-items-center span.text-muted {
        display: none;
    }

    /* Hacer que los selects ocupen todo el ancho disponible */
    .card-body .form-select.w-auto {
        width: 100% !important;
    }

    /* Opcional: agrega un pequeño margen inferior para separar del listado de productos */
    .card-body {
        padding-bottom: 0.5rem;
    }
}

/* En pantallas medianas y grandes mantenemos el diseño original */
@media (min-width: 768px) {
    .card-body .form-select.w-auto {
        width: auto !important;
    }
}

/* ============================= */
/* NAVBAR ACCIONES RESPONSIVE    */
/* ============================= */

/* MOBILE */
@media (max-width: 1199.98px) {

    .actions-navbar {
        width: 100%;
        margin-top: 10px;
        border-top: 1px solid #eee;
        padding-top: 10px;
    }

    .actions-navbar .nav-link {
        padding: 12px 15px;
        border-radius: 10px;
        background: #f8f9fa;
        margin-bottom: 5px;
        transition: all 0.2s ease;
    }

    .actions-navbar .nav-link:hover {
        background: #e9ecef;
    }

    /* Ajuste contador carrito */
    .actions-navbar .sumOfItems {
        top: 5px;
        left: 25px;
    }
}

/* DESKTOP */
@media (min-width: 1200px) {

    .actions-navbar {
        flex-direction: row;
        gap: 15px;
    }

    .actions-navbar .nav-link {
        background: transparent;
        padding: 0;
    }
}

/* ============================= */
/* ICONOS NAVBAR PRO             */
/* ============================= */

.nav-icon {
    font-size: 1.4rem; /* tamaño base (desktop chico) */
    transition: transform 0.2s ease;
}

/* Hover (desktop) */
@media (min-width: 992px) {
    .nav-icon:hover {
        transform: scale(1.15);
    }
}

/* Mobile: más grandes y táctiles */
@media (max-width: 991.98px) {

    .nav-icon {
        font-size: 1.6rem;
    }

    /* Mejor alineación con texto */
    .actions-navbar .nav-link {
        display: flex;
        align-items: center;
        gap: 10px;
    }

}

/* ========================= */
/* CAROUSEL CONTROLES PRO (REUTILIZABLE) */
/* ========================= */

.carousel-pro .carousel-control-prev,
.carousel-pro .carousel-control-next {
    width: 60px;
    height: 60px;
    
    top: 50%;
    transform: translateY(-50%);
    
    background: rgba(255,255,255,0.08);
    backdrop-filter: blur(6px);
    border-radius: 50%;
    
    opacity: 0.3;
    transition: all 0.3s ease;
}

/* Hover PRO */
.carousel-pro .carousel-control-prev:hover,
.carousel-pro .carousel-control-next:hover {
    opacity: 1;
    background: rgba(255,255,255,0.2);
    transform: translateY(-50%) scale(1.1);
}

/* Iconos */
.carousel-pro .carousel-control-prev-icon,
.carousel-pro .carousel-control-next-icon {
    filter: invert(1);
    width: 20px;
    height: 20px;
}

/* Posición lateral */
.carousel-pro .carousel-control-prev {
    left: 20px;
}

.carousel-pro .carousel-control-next {
    right: 20px;
}

/* ========================= */
/* SLIDER ALTURA RESPONSIVE */
/* ========================= */

.slider-bg {
    height: 500px;
}

/* Tablet */
@media (max-width: 992px) {
    .slider-bg {
        height: 420px;
    }
}

/* Mobile */
@media (max-width: 576px) {
    .slider-bg {
        height: 320px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    /* Texto más compacto */
    #mainSlider h1 {
        font-size: 1.5rem;
    }

    #mainSlider p {
        font-size: 0.9rem;
    }
}

/* ========================= */
/* BLOG CARDS ARTICULOS MEJORAS*/
/* ========================= */

/* Mejora visual de cards blog SIN romper Bootstrap */
.blog-card {
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    transition: all 0.25s ease;
}

/* Hover sutil (no invasivo) */
.blog-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* Espaciado interno más limpio */
.card-body .blog-date {
    display: block;
    margin-bottom: 0px;
}

.card-body .card-title {
    margin-bottom: 10px;
}

.card-body .card-text {
    margin-bottom: 15px;
}

/* Fecha destacada pero elegante */
.blog-date {
    font-size: 0.75rem;
    color: #6c757d;
    opacity: 0.9;
    display: block;
    margin-top: auto;
    padding-top: 6px; /* separación visual del botón */
}

/* Línea separadora debajo de la imagen */
.blog-card .card-img-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}


.blog-header-title {
    font-size: 1.8rem; /* más chico y moderno */
    line-height: 1.3;
}

/* ========================= */
/* TIPOGRAFIA GLOBAL PRO */
/* ========================= */

:root {
    --font-base: 'Roboto', sans-serif;
    --font-title: 'Poppins', sans-serif;
}

/* Texto general */
body {
    font-family: var(--font-base);
    font-size: 16px;
    line-height: 1.6;
}

/* Títulos */
h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-title);
    font-weight: 600;
    letter-spacing: 0.3px;
}

/* Navbar */
.navbar .nav-link {
    font-family: var(--font-title);
    font-weight: 500;
}

/* Botones */
.btn {
    font-family: var(--font-title);
    letter-spacing: 0.5px;
}

/* Productos */
.product-list h2 {
    font-family: var(--font-title);
    font-weight: 600;
}

/* Precios */
.product-list .price {
    font-family: var(--font-base);
    font-weight: 500;
}

