html {
    scroll-behavior: smooth !important;
}
body
{color:#000000!important}

.cart-alert {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #28a745;
    color: white;
    padding: 15px 25px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    display: flex;
    align-items: center;
    gap: 10px;
    z-index: 9999;
    opacity: 0;
    transform: translateX(400px);
    transition: all 0.3s ease;
}

    .cart-alert.show {
        opacity: 1;
        transform: translateX(0);
    }

    .cart-alert i {
        font-size: 20px;
    }

@media (max-width: 768px) {
    .cart-alert {
        top: 10px;
        right: 10px;
        left: 10px;
        padding: 12px 20px;
    }
}
p, small, span, .brand, .f-dosis {
    font-family: "Dosis", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Figtree", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
  
}
.navbar-nav .nav-item .nav-link {
    font-family: "Parkinsans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-c {
    font-family: "Comfortaa", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.font-f {
    font-family: "Figtree", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
.font-p {
    font-family: "Parkinsans", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
.font-d {
    font-family: "Dosis", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

:root {
    --color-rosado: rgb(255, 226, 236);
    --color-oro: rgb(216, 189, 100);
    --color-rosado-dark2: rgb(240, 98, 146);
    --color-rosado-dark: #f06292;
    --color-light: rgb(250, 249, 247);
    --color-light-2: #fff5f8;
    --color-light-3: #c2baaa;
    --color-light-4: #fef9fa;
    --color-light-5: #fbfaf9;
    --color-rojo-light: #e9598c;
}
.text-decoration-line-through {
    font-size: 0.875rem !important;
    text-decoration: line-through !important;
}

.price-display .h5 {
    display: inline !important;
    margin: 0 !important;
}
.title-case {
    text-transform: capitalize !important;
}
.btn-danger {
    color: #fff;
    background-color: var( --color-rosado-dark2);
    border-color: var( --color-rosado-dark2);
}
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #29d;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}
.content-full p, .content-full ul li, .content-full a, .content-full span, .content-full small, .content-full b {
    font-family: "Dosis", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}
.text-oro {
    color: var(--color-oro) !important;
}
.ico-hover .ico-1 {
    display:block
}
.ico-hover .ico-2 {
    display: none
}
.ico-hover:hover .ico-1 {
    display: none
}
.ico-hover:hover .ico-2 {
    display: block
}
.icon-search
{font-size:20px!important}
.p-btn {
    border-width: 2px;
    padding: 5px 20px;
    text-transform: initial;
}
#btnScrollToTop {
    display: none;
    position: fixed;
    bottom: 40px;
    left: calc(50% - 25px);
    z-index: 99;
    border: none;
    outline: none;
    background-color: var(--color-oro) !important;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    font-size: 18px;
    opacity: 0.8;
}
    #btnScrollToTop img {
        width: 30px;
        transform: rotate(180deg);
    }
    #btnScrollToTop:hover {
        background-color: var( --color-rosado-dark2) !important;
    }
.owl-carousel--alt .owl-nav button.owl-next, .owl-carousel--alt .owl-nav button.owl-prev {
    background: white;
}
.color-pink {
    color: var( --color-rosado-dark2) !important
}
.bg-light-4 {
    background: var( --color-light-4) !important
}
.bg-light-5 {
    background: var(--color-light-5) !important
}
.bg-redlight {
    background: var( --color-rojo-light) !important
}
.bg-rosado {
    background: var( --color-rosado) !important
}
.bg-rosado-dark {
    background: var( --color-rosado-dark) !important
}
.bg-oro {
    background: var( --color-oro) !important
}

.bg-light {
    background: var( --color-light) !important
}

.bg-light-2 {
    background: var( --color-light-2) !important
}
.bg-light-3 {
    background: var( --color-light-3) !important
}
.icon-footer {
    width: 25px;
    height: 25px;
    padding: 5px !important;
    text-align: center;
}
.icon-footer i{
    margin-top: 3px;
}
.h-500 {
    height: 500px !important
}
.no-overflow {
    overflow: hidden !important
}
.navbar-nav .nav-item .nav-link, .navbar-nav .nav-item .nav-icon {
  
    line-height: initial!important;
    
}
.owl-carousel .owl-stage, .owl-carousel[class*="visible"] .owl-stage-outer {
    align-items: center !important;
}
.h-120px
{height:120px}
.owl-carousel-promo .owl-nav button.owl-prev::before, .owl-carousel-promo .owl-nav button.owl-next::before {
    color: rgb(255 226 236);
 
}
.card-product {
    transition: transform 0.3s ease;
}
  
/* ========================================
   ESTILOS PARA PROPORCIONES CUADRADAS DE PRODUCTOS
   Mantiene todas las im�genes de productos con ratio 1:1
   Excluye: Galer�a de detalles y vistas de carrito
   ======================================== */
.card-product .card-image {
    background-color: rgb(255, 255, 255);
    border-radius: 4px;
    text-align: left;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 6px;
    transition: transform 0.3s ease;
    aspect-ratio: 1 / 1;
    overflow: visible;
}

/* Contenedor interno para controlar el overflow de la imagen */
.card-product .card-image > a {
    overflow: hidden;
    border-radius: 4px;
}

.card-product .card-image img,
.card-product .card-image picture,
.card-product .card-image picture img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.card-product .card-image picture {
    display: block;
}
.card-image {
    /* Aplica la transici�n a la imagen para que el movimiento sea suave */
    transition: transform 0.3s ease;
}
/* Solo aplica el hover en pantallas mayores a 1024px (Laptops/Desktop) */
@media (min-width: 1024px) {
    .card-product:hover .card-image {
        transform: translateY(-5px);
    }
}


.card-footer
{
    border-radius:10px
}

.arrow-w {
    width: 180px;
}
.navbar-nav .nav-link {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    font-weight: 100;
}
.owl-carousel .owl-dot {
    width: 20px;
    height: 20px;
    border: 1px solid !important;
    background: darkcyan;
    border-radius: 50px !important;
    margin: 0 10px;
}
button.owl-dot.active {
    background: black;
}
/* Contenedor principal de la imagen */
.card-image {
    position: relative; /* �Esencial! Crea un contexto para posicionar el badge. */
    cursor: pointer;
}

/* Asegurar que las imágenes dentro de card-image mantengan proporciones */
.card-product .card-image a {
    display: block;
    width: 100%;
    height: 100%;
}

/* El wrapper que contiene la imagen y controla el zoom */
.image-zoom-wrapper {
    width: 100%;
    height: 100%;
    overflow: hidden; /* �Clave! Recorta la imagen que crece, pero no afecta al badge. */
    /* Si tienes bordes redondeados en la tarjeta, a��delos aqu� tambi�n */
    /* border-radius: 8px; */
}

/* La imagen del producto */
.product-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block; /* Para eliminar espacios extra */
    transition: transform 0.35s ease-in-out; /* Animaci�n suave del zoom */
}

/* El efecto de zoom al pasar el rat�n sobre la tarjeta */
.card-image:hover .product-image {
    transform: scale(1.1); /* Ajusta el valor del zoom como prefieras (e.g., 1.2, 1.05) */
}

/* Zoom para im�genes normales */
.card-product .card-image:hover img {
    transform: scale(1.05);
    transition: transform 0.35s ease-in-out;
}

/* El badge "New" */
.badge-new {
    position: absolute; /* Se posiciona relativo a .card-image */
    top: 0;
    left: -10px;
    z-index: 10; /* Asegura que est� por encima de la imagen */
}

/* Badges de descuento y nuevo producto */
.card-product .card-image .position-absolute {
    z-index: 10;
}

.p-offers {
    z-index: 10 !important;
}

.zi-front {
    z-index: 11 !important;
}

/* Posici�n del �cono de coraz�n (ejemplo) */
.action {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 5; /* Asegura que tambi�n est� visible */
}

/* Control del tama�o del icono de coraz�n */
.card-product .card-image .action {
    cursor: pointer;
}

.card-product .card-image .action .icon-heart {
    font-size: 20px;
    color: #666;
}

.card-product .card-image .action:hover .icon-heart {
    color: #e74c3c;
}

@media (max-width: 767px) {
    .card-product .card-image .action .icon-heart {
        font-size: 16px;
    }
    
    .action {
        top: 8px;
        right: 8px;
    }
}
.card-product .card-body {
 
    right: 0;
    bottom: 0;
    left: 0;
}
.w-md-auto {
    width: auto !important
}
.fw-bold
{font-weight:700!important}
.zi-front {
    z-index: 2 !important;
    color: white;
    width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 12px;
    margin-left: -10px;
}
.zi-back {
    width: 50px;
    position: absolute;
    left: 0;
    z-index: -1;
   top:0!important;
    height: 50px;
}
.counter {
    display: flex;
    align-items: center;
    justify-content: left;
    border: 1px solid #ccc;
    width: 120px;
    
    text-align: center;
}
    .counter btn, .counter input{
        border: 0 !important
    }

    .counter input {
        width: max-content;
        text-align: center;
        border: 0;
        padding: 0;
        padding-left: 12px;
    }

    .counter button {
        width: 30px;
        height: 30px;
        border: 0;
        background-color: transparent;
        cursor: pointer;
        font-size: 20px;
    }

.rotar-horizontalmente {
    /* Establece una duraci�n para la transici�n y la funci�n de temporizaci�n */
    transition: transform 0.5s ease-in-out;
}

    .rotar-horizontalmente:hover {
        /* Al pasar el mouse, gira 180 grados en el eje Y (horizontal) */
        transform: rotateY(180deg);
    }
.btn-items.btn-group-square .btn {
    width: auto !important
}

.link_abc {
    width: 20px;
    height: auto;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 18px;
    margin: 0 10px;
    font-weight: 600;
}
.input-search {
    height: calc(1.3em + 1.3rem + 2px) !important;
    padding: 5px 15px !important;
}


.btn-search {
    padding: 0px 20px 0 20px !important;
    height: calc(1.3em + 1.3rem + 2px) !important;
}
.cart-circle {
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 14px !important;
    padding-top: 2px;
    left: 0px;
    top: 0px;
    line-height: 15px;
}
.nav-movil {
    width: 35px;
    height: 35px;
    text-align: center;
    padding-top: 2px;
}
.owl-carousel-promo .owl-nav button.owl-prev::before, .owl-carousel-promo .owl-nav button.owl-next::before {
    color: rgb(57 54 54);
    background: #efefee;
    opacity: 0.7;
    padding: 0;
    /* width: 20px; */
    font-size: 30px;
    text-align: center;
}
.owl-carousel .owl-nav button.owl-prev:hover::before, .owl-carousel .owl-nav button.owl-next:hover::before {
    color: #fff;
    opacity: 0.9;
    background: #d8bd64;
}
.btn-footer{
    bottom: 10px;
    z-index: 9999;
    right: 20px;
}
.scale {
    width: 25px;
    height: 25px;
    transition: transform 0.3s ease-in-out; /* Animaci�n al pasar el cursor */
}

    .scale:hover {
        transform: scale(1.3); /* Agranda el icono al pasar el cursor */
    }
.img-white {
    filter: invert(1) grayscale(1) contrast(100);
}
.img-width { 
    width: 20px;
}
.btn-ico-slider {
    width: 30px;
    transform: rotate(270deg); /* O -90deg */
 
    transition: transform 0.5s ease-in-out;
}
.btn-group-colors > .btn {
    margin: 0 5px !important;
    width: calc(1.0em + 1.0rem + 2px) !important;
    height: calc(1.0em + 1.0rem + 2px) !important;
}
.w-circle {
    width: 60px;
    height: 60px;
}

.nav-rounded{
 
}

    .nav-rounded:hover {
        color: rgb(102, 102, 102)!important;
    }
.breadcrumb-item a {
    color: #777777;
    font-family: "Dosis", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.breadcrumb-item.active {
    color: #444;
    font-family: "Dosis", sans-serif !important;
    font-optical-sizing: auto;
    font-style: normal;
}

.nav-accordion .nav-item .nav-link {
   
    font-family: "Dosis", sans-serif !important;
}
.listfilter.accordion .card button::before {
    right: 0;
}
.css-18neetc {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    vertical-align: text-bottom;
    fill: currentcolor;
    flex-shrink: 0;
    font-size: 14px;
}
.btn-filter-nav {
    width: 30px !important;
    height: 30px !important;
    line-height: 26px;
    font-weight: bold;
    transition: background-color 0.2s, color 0.2s, box-shadow 0.1s; /* Agrega box-shadow a la transici�n */
}
.btn-filter-nav svg {
    fill:white!important
}
.btn-filter-dark {
    transition: background-color 0.2s, color 0.2s, box-shadow 0.1s; /* Agrega box-shadow a la transici�n */
    text-transform: none;
    color: white;
    background-color: #444;
    font-size: 12px;
    min-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 9999px;
    /* Aseg�rate de que no haya box-shadow por defecto */
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0);
    border: 2px solid #444;
}
    .btn-filter-dark:active, .btn-filter-nav:active, .btn-filter-dark:focus, .btn-filter-nav:focus {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6), /* Borde exterior (2px de ancho) */
        0 0 0 4px #444; /* Borde exterior (4px de ancho) */

        transform: scale(0.98);
    }
.btn-filter-light {
    transition: background-color 0.2s, color 0.2s;
    text-transform: none;
    color: rgb(0, 0, 0);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
    min-height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    border-radius: 9999px;
    border: 2px solid rgb(238, 238, 238);
}

    .btn-filter-light:active, .btn-filter-light:focus {
        border: 2px solid #444; /* Cambia el color */
        transform: scale(0.98); /* Lo hace ligeramente m�s peque�o (efecto de pulsaci�n) */
        box-shadow: none; /* Elimina la sombra para simular que est� "hundido" */
    }
.start-0 {
    left:0!important
}
.category-link {
    color: #656565;
    white-space: nowrap;
    padding-left: 10px;
    padding-left: 10px;
}
.category-link.active {
 color:black
}

.products .card-image {
    aspect-ratio: 1 / 1;
    display: flex;
    justify-content: center;  
    align-items: center;  
    overflow: visible;  
}
    .products .card-image img,
    .products .card-image picture,
    .products .card-image picture img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    /* Contenedor de imagen con overflow controlado */
    .products .card-image > a {
        overflow: hidden;
        border-radius: 4px;
    }
.owl-carousel .owl-item img {
   
    object-fit: scale-down;
}
@media (max-width: 1199px) {
    .cart-circle {
        left:-10px!important
    }
    .ico-hover:after
    {display:none!important}
    .products .card-image {
        aspect-ratio: 1 / 1;
    }
}  

    @media (max-width: 720px) {
        .w-circle {
            width: 50px;
            height: 50px;
        }

        .container-mobile {
            overflow: hidden !important;
            padding: 0 !important
        }

        .filtr-container .owl-nav {
            display: none !important
        }

        .bb_movil {
            border-bottom: 1px solid #ccc;
            padding: 10px
        }

        .bg-movil {
            background: var( --color-light2) !important
        }

        .w-100 {
            width: 100% !important
        }

        .h2, .h2 {
            font-size: 1.3rem !important;
        }

        .arrow-movil {
            display: block;
            width: 100%
        }

        .arrow-w {
            width: 60% !important;
            margin: 0;
            padding: 0;
            margin-left: 0 !important;
        }

        .navbar-brand img {
            width: 60px !important;
        }

        .nav-movil-pink {
            padding: 20px;
        }

        .owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
            transform: translate(0%, 0) !important;
        }

        .owl-carousel-promo .owl-nav button.owl-prev::before, .owl-carousel-promo .owl-nav button.owl-next::before {
            color: rgb(57 54 54);
            background: #efefee;
            opacity: 0.7;
            padding: 0;
            /* width: 20px; */
            font-size: 30px;
            text-align: center;
        }

        .owl-carousel .owl-nav button.owl-prev:hover::before, .owl-carousel .owl-nav button.owl-next:hover::before {
            color: #fff;
            opacity: 0.9;
            background: #d8bd64;
        }

        .cover-movil {
            background-size: initial !important;
            background-position: 100% 100% !important;
            opacity: 0.1;
        }

        .p-offers {
            top: 0px !important;
            margin-left: 15px !important;
        }

        .block-search {
            position: absolute !important;
            left: 0;
            width: 100% !important;
            top: 0px;
            z-index: 1;
        }

        .cart-circle {
            width: 20px;
            height: 20px;
            text-align: center;
            font-size: 14px !important;
            padding-top: 2px;
            left: -8px;
            top: 0px;
            line-height: 15px;
        }

        .search-m {
            border: 1px solid #ccc;
            border-radius: 50px;
            width: 255px;
            max-width: 260px;
        
            text-align: right;
            padding-right: 5px;
        }
        .products .card-image {
            aspect-ratio: 1 / 1;
        }
    }



@media (max-width: 530px) {
    .search-m {
        border: 1px solid #ccc;
        border-radius: 50px;
        width: 200px;
        max-width: 220px;
     
        text-align: right;
        padding-right: 5px;
    }
    .products .card-image {
        height: 180px; /* <--- AJUSTA ESTA ALTURA SEG�N TU NECESIDAD */
    }
}





    @media (max-width: 472px) {
        .w-circle {
            width: 50px;
            height: 50px;
        }

        .search-m {
            border: 1px solid #ccc;
            border-radius: 50px;
            width: 115px;
            max-width: 135px;
            text-align: right;
            padding-right: 5px;
        }

        .cart-circle {
            width: 20px;
            height: 20px;
            text-align: center;
            font-size: 14px !important;
            padding-top: 2px;
            left: -8px;
            top: 0px;
            line-height: 15px;
        }

        .block-search {
            position: absolute !important;
            left: 0;
            width: 100% !important;
            top: 0px;
            z-index: 1;
        }

        .container-mobile {
            overflow: hidden !important;
            padding: 0 !important
        }

        .card-product .card-body {
            position: relative !important;
        }

        h2, .h2 {
            font-size: 1.3rem;
            text-align: left;
        }

        .bg-p-l {
            background-position: left center !important;
        }

        .cover-movil {
            background-size: initial !important;
            background-position: 100% 100% !important;
            opacity: 0.1;
        }

        .p-offers {
            top: 0px !important;
            margin-left: 15px !important;
        }
        .products .card-image {
            aspect-ratio: 1 / 1;
        }
    }

    @media (max-width: 390px) {
        .w-circle {
            width: 50px;
            height: 50px;
        }

        .search-m {
            border: 1px solid #ccc;
            border-radius: 50px;
            width: 80px;
            max-width: 85px;
            text-align: right;
            padding-right: 5px;
        }
        .products .card-image {
            aspect-ratio: 1 / 1;
        }
    }

    @media (max-width: 376px) {
        .w-circle {
            width: 50px;
            height: 50px;
        }

        .search-m {
            border: 1px solid #ccc;
            border-radius: 50px;
            width: 75px !important;
            max-width: 95px !important;
            text-align: right;
            padding-right: 5px;
        }
        .products .card-image {
            aspect-ratio: 1 / 1;
        }
    }
@media (max-width: 345px) {


    .search-m {
        border: 1px solid #ccc;
        border-radius: 50px;
        width: 50px !important;
        max-width: 55px !important;
        text-align: right;
        padding-right: 5px;
    }
    .products .card-image {
        aspect-ratio: 1 / 1;
    }
}
@media (max-width: 320px) {


    .search-m {
        border: 1px solid #ccc;
        border-radius: 50px;
        width: 35px !important;
        max-width: 40px !important;
        text-align: right;
        padding-right: 5px;
    }
    .products .card-image {
        aspect-ratio: 1 / 1;
    }
}

@media (max-width: 292px) {
    .navbar-brand img {
        width: 50px !important;
    }
   .header .pl-2   {
        padding-left: 5px !important;
    }
    .header .pr-2 {
        padding-right: 5px !important;
    }
    .container {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .search-m {
        border: 1px solid #ccc;
        border-radius: 50px;
        width: 35px !important;
        max-width: 40px !important;
        text-align: right;
        padding-right: 5px;
    }
    .products .card-image {
        aspect-ratio: 1 / 1;
    }
    }

.fs-1 {
    font-size: 12px !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
}

.fs-2 {
    font-size: 10px !important;
}