/* mi-tienda-bootstrap/assets/css/custom.css */


/*------- Paletas de colores -------*/
/* 1. Texto naranja */
.color-naranjaF {
    color: #f60;
}

/* 2. Fondo naranja */
.bg-naranjaF {
    background-color: #f60;
}

/* 3. Borde naranja */
.border-naranjaF {
    border: solid #f60 2px;
}

.text-gray {
    color: #3e4858;
}


.text-gray-600 {
    color: #3e4858;
}

.text-gray-small {
    color: #727673;
}

.IconoNav {
    color: #727673;
}

/*------- Paletas de colores WISHLIST-------*/
.pink-400 {
    color: #de5c9d;
}

.text-rojo {
    color: red;
}

.text-verde {
    color: #1a8754;
}

/*------- Paletas de colores -------*/

/*------- custom iconos -------*/
.sbar-icon {
    font-size: 1.6rem;
}

.icon-imc_gvp2qw.IconoNav {
    font-size: 1.5rem;
}

.icdroA {
    color: red;
    font-size: 1.5rem;
}

.icdroC {
    color: #DA70D6;
    font-size: 1.5rem;
}

.icdroB {
    color: #1491FF;
    font-size: 1.5rem;
}

.NSPromo {
    color: red;
}

.NSOferta {
    color: #1491FF;
}

/*------- fin de iconos -------*/

html,
body {
    height: 100%;
    margin: 0;
    /* desactiva scroll en todo el documento */
}




body {
    background-color: #ffffff;
    color: #727673;
}


.text-rosa {
    color: #cb0c9f !important;
}



/*------- Login y Registro css custom -------*/
.myfromLR {
    border: none !important;
    padding: 0px !important;
    margin: 0.5em 0 !important;

}

.tab-pane {
    transition: opacity 0.3s ease;
    opacity: 0;
}

.tab-pane.active {
    opacity: 1;
}

.intfroname {
    background-color: #f9f9f9 !important;
    border: none !important;
    border-radius: 10px !important;
    height: 50px !important;

}

.woocommerce-privacy-policy-text {
    text-align: center !important;
    width: 100%;
    margin: 1rem 0 !important;
}

.woocommerce-privacy-policy-text p {
    margin: 0 !important;
    font-size: 0.9rem;
    color: #6c757d;
}

.woocommerce-privacy-policy-link {
    text-decoration: none !important;
    color: #6c757d !important;
    border-bottom: 1px dashed #6c757d !important;
    transition: all 0.2s ease;
}

.woocommerce-privacy-policy-link:hover {
    color: #000 !important;
    border-bottom-color: #000 !important;
}



.icon-imc_cutr31.fs-1.text-se {
    color: #ccc;
}

/*------- Fin Login y Registro css custom -------*/


/* producto  modal scroll slide */
.pswp__bg {
    background: rgba(0, 0, 0, 0.9);
    /* Fondo oscuro */
}

.pswp__caption {
    font-size: 14px;
    color: #fff;
}

/*  Fin producto  modal scroll slide */

/* Ampliar imagen principal de producto */
.woocommerce div.product div.images {
    width: 60% !important;
    /* Ajusta: 60%, 70%, 80% según quieras */
    max-width: 700px;
    /* Limita el ancho máximo */
    margin: 0 auto;
    /* Centrar */
}

/* Ajustar galería de miniaturas debajo */
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/*------- single produto -------*/


.add-to-cart-flex .form-control {
    width: 70px !important;
    /* input pequeño */
    margin: 0 !important;
    /* quitar márgenes */
}

.add-to-cart-flex .single_add_to_cart_button {
    margin: 0 !important;
    /* quitar márgenes de WooCommerce */
    white-space: nowrap;
    /* evita que el texto salte de línea */
}

/* Estilo para el botón de "Añadir al carrito" */
.woocommerce .single_add_to_cart_button {
    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    height: 44px !important;
    line-height: 24px !important;
    /* Ajusta la altura del texto */
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

.woocommerce .single_add_to_cart_button:hover {
    background-color: #333 !important;
}

.cantidad-pequena {
    height: 44px;
    width: 40px;
    background-color: #eee;
}



.addfavt {
    font-size: 1rem;
    color: #727673;
    text-decoration-line: none;
    padding: 5px 0px 5px 0px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart::before {
    font-size: 25px !important;
}

/* oferta  colocado en mi pocion de me gusta  */
.woocommerce span.onsale {
    left: 0.5em;
    top: 0.5em;
}

#tab-description h2,
#tab-additional_information h2,
#comments h2,
#tab-familia_olfativa h3 {
    font-size: 1.2rem;
}


#tab-title-description,
#tab-title-additional_information,
#tab-title-reviews,
#tab-title-familia_olfativa {
    font-weight: bold;
    color: #727673;
}



.woocommerce-Price-amount.amount {
    font-weight: 500;
}


.related h2 {
    font-size: 1.5rem;
}

.up-sells.upsells.products h2 {
    font-size: 1.5rem;
}

/*------- woocommerce message, info y error-------*/



.woocommerce-message::before {
    content: "\ec1b";
    color: #9dc40d;
}

.woocommerce-info::before {
    content: "\ec1e";
    color: #5b34d8ff;
}

.woocommerce-error::before {
    content: "\ec1f";
    color: rgb(235, 69, 14);
}


.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
    font-family: icomoon;

}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {

    border-top: none;
    border-radius: 10px;
    outline: none;

}


/*------- ratin.php -------*/
.woocommerce-product-rating {
    margin-bottom: 0.2em !important;
}

.star-rating {

    margin: 0 auto !important;
    color: #71e300;
}

/*------- header stilo generar  menus-------*/

.menuAbajo {
    /* background: linear-gradient(to right, #FF69B4, #8A2BE2);*/
    background: white;
    border-bottom: solid 1px whitesmoke;
}

.MenuPrincipal {
    top: 0px;

}

.wishlist-wrapper {
    position: relative;
    display: inline-block;
}

.hearticon {
    position: relative;
}

.IconoNav {
    font-size: 20px;
}

.contador-listadeseo {
    position: absolute;
    top: -8px;
    right: -10px;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 3px 2px;
    border-radius: 50%;
    line-height: 1;
    min-width: 18px;
    text-align: center;
}

.contador-listadeseo:not(:empty) {
    background-color: #f60;
}

.contador-carrito {
    font-size: 10px;
    line-height: 1;
    min-width: 16px;
    height: 16px;
    padding: 0;
    /* elimina relleno extra */
    display: flex;
    align-items: center;
    justify-content: center;

}



/* css de bn todas las ofertas */
.dropdownmy {

    color: #727673;
    width: max-content;
    /* antes era 280px */
    border-radius: 8px;
    overflow: hidden;
}

.dropdown__list {
    list-style: none;
}

.dropdown__link {
    display: flex;
    align-items: center;
    gap: 0.5em;
    color: #727673;
    padding: 0.4em 0.2em;
    text-decoration: none;
    border-radius: 6px;
    position: relative;
    width: 160px;
    margin-left: -20px;
    font-weight: normal;

}

.dropdown__icon {
    width: 20px;
    height: 20px;
}

.dropdown__check {
    position: absolute;
    inset: 0;
    cursor: pointer;
    opacity: 0;
}

.dropdown__content {
    display: grid;
    grid-template-rows: var(--rows, 0fr);
    transition: 0.3s grid-template-rows;
    width: 100%;
    margin-left: -20px;

}

.dropdown__sub {
    padding: 0;

    overflow: hidden;
}

.dropdown__anchor {
    display: flex;
    color: #727673;
    text-decoration: none;
    align-items: center;
    padding: 0.7em 1em;
    gap: 0.5em;
}

.dropdown__li:has(.dropdown__check:checked) {
    --rows: 1fr;
}

span.icon-imc_m43cf9 {
    font-size: 20px;
}

/* 1. Agrega el símbolo '▸' */
.dropdown__label::after {
    content: "\e924";
    font-family: 'icomoon';
    display: inline-block;
    margin-left: 0.5em;
    transition: transform 0.3s ease;
    transform-origin: center;
    font-size: 0.6rem;
}

/* 2. Gira cuando el checkbox está activo */
.dropdown__li:has(.dropdown__check:checked) .dropdown__label::after {
    transform: rotate(90deg);
    /* ▸ se convierte en ▾ visualmente */
}

.dropwn-espejo {
    width: 200px;
}

.dropdown__list.dropdownmy.ms-3 {
    position: fixed;
    z-index: 13;
    top: 18px;
    border: solid 1px #727673;
    background-color: white;

}

.dropdown__anchor:hover {
    background-color: aliceblue;
}

/* css de bn todas las ofertas */

/*principal menus fin*/



/*------- FIN header stilo generar  menus-------*/



/* ------ ESTRUCTURA SHOP Y SIDEBAR-------------*/

.shop-wrapper {
    display: flex;
}

/* Sidebar fijo */
.shop-sidebar {
    width: 300px;
    height: calc(100vh - 76px);
    position: fixed;
    top: 76px;
    left: 0;
    overflow-y: auto;
    background: #f7f7f7;
    padding: 1rem;
    z-index: 1000;
}

body.sidebar-ready .sub-menu {
    transition: max-height 0.3s ease, opacity 0.3s ease;
}

.custom-sidebar-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.custom-sidebar-menu li {
    margin-bottom: 10px;
    position: relative;
}

.custom-sidebar-menu li a {
    text-decoration: none;
    color: #727673;
    display: block;
    padding: 5px 10px;
    transition: background 0.3s;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.custom-sidebar-menu li a:hover,
.custom-sidebar-menu .current-menu-item>a {
    background-color: #e8e8e8;

}

.custom-sidebar-menu .menu-item-has-children>a::before {
    content: '▸';
    margin-right: 8px;
    font-weight: bold;
    display: inline-block;
    transform: rotate(0deg);
    transition: transform 0.3s ease;
}

.custom-sidebar-menu .menu-item-has-children.open>a::before {
    transform: rotate(90deg);
}

.custom-sidebar-menu .menu-item-has-children>a::after {
    content: '+';
    margin-left: 8px;
    font-weight: bold;
    font-size: 14px;
}

.custom-sidebar-menu .menu-item-has-children.open>a::after {
    content: '-';
}

/* Submenú cerrado por defecto */
.sub-menu {
    list-style: none;
    margin: 0;
    padding-left: 15px;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease;
}

/* Submenú visible */
.custom-sidebar-menu li.open>.sub-menu {
    max-height: 1000px;
    opacity: 1;
}

/* El menú activo queda abierto siempre */
.sidebar-menu .has-children.current>.sub-menu {
    display: block !important;
    max-height: none !important;
    visibility: visible !important;
}

.offcanvas.custom-z {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.offcanvas.custom-z .offcanvas-body {
    overflow-y: auto;
    flex-grow: 1;
    padding-bottom: 2rem;
    /* Espacio para evitar que el último ítem se corte */
}

.custom-sidebar-menu .current-menu-item>.menu-link {
    background-color: #e8e8e8;
    font-weight: bold;
}

/* ------Fin  ESTRUCTURA SHOP Y SIDEBAR the end -------------*/

/* ------ Woocomerce -------------*/
/* Título + resultados en una sola línea (responsive) */
.shop-header-inline {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px;
    margin: 10px 0 15px;
    flex-wrap: wrap;
    /* en pantallas estrechas hace salto elegante */
}

.shop-header-inline .page-title {
    margin: 0;
    font-size: 22px;
    /* ajusta a tu gusto */
    line-height: 1.2;
}

.shop-header-inline .result-count {
    font-size: 14px;
    opacity: .8;
    /* color más suave */
}

/* HEADER fijo arriba */
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 12;
}


/*---- tienda custo mixto -----*/

.custom-product-card span.onsale,
.woocommerce span.onsale {
    border-radius: 5px !important;
    line-height: 1.5 !important;
    min-height: 1.5em !important;
    font-size: 0.8rem !important;
}


.custom-product-card .woocommerce-LoopProduct-link {
    position: relative;
    display: block;
}

.custom-product-card {
    position: relative;
}

.custom-product-card {
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    border: solid 2px #eee;
}

.custom-product-card:hover {
    box-shadow: 0 2px 12px 0 #7d7d7d4d;
}



.custom-product-card .button.add_to_cart_button {
    background-color: #000;
    font-size: 0.9rem;
    color: #fff;
    margin-bottom: 15px;

}

.custom-product-card .button.add_to_cart_button:hover {
    background-color: #c64aca;
    font-size: 0.9rem;
    color: #fff;
}

.custom-product-card .woocommerce-loop-product__title {
    color: #727673;
    font-size: 0.8rem !important;
}

/* Estilo general para todos los precios: por defecto negro */
.price .woocommerce-Price-amount {
    color: black !important;
    font-weight: 800;
}

/* Cuando hay una oferta, el precio original (tachado) debe ser negro */
.price del .woocommerce-Price-amount {
    color: black !important;
}

/* Cuando hay una oferta, el nuevo precio (el de oferta) debe ser rojo */
.price ins .woocommerce-Price-amount {
    color: red !important;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    position: absolute;
    top: 0;
    font-size: 1.8rem;
    color: #FF0000 !important;
}


.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt::before {
    margin-top: -15px;
    margin-left: -15px;
}


/* El icono inicial que no está en la lista */
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:not(.tinvwl-product-in-list)::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:not(.tinvwl-product-in-list)::before {
    color: #727673 !important;
}

/* Estilo para el icono del corazón cuando SÍ está en la lista de deseos (relleno) */
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list.tinvwl-icon-heart.no-txt::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list.tinvwl-icon-heart-plus.no-txt::before {
    color: #f865b7 !important;
    /* Rojo para el corazón relleno */
}

/* Aplicar un efecto de hover al icono en ambos estados */
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:not(.tinvwl-product-in-list):hover::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt:not(.tinvwl-product-in-list):hover::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list.tinvwl-icon-heart.no-txt:hover::before,
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-product-in-list.tinvwl-icon-heart-plus.no-txt:hover::before {
    opacity: 0.7;
}

/*---fin tienda custo mixto---*/


/*---producto añadido sale el moton ver cariito---*/
.added_to_cart.wc-forward {
    color: #727673;
    padding: 2px;

}

/* ------Fin de Woocomerce -------------*/

/* -------archive-producto.php -------*/
.shop-wrapper {
    display: flex;
    height: 100%;
    padding-top: 70px;
    /* altura del header */
}

#ajax-products-wrapper {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
}


.shop-scrollable {
    flex: 1;

    display: flex;
    flex-direction: column;
}

/* ------- fin archive-producto.php -------*/

/*--- Mega Menu -----*/


.form-control.buscador-input {
    background-color: rgba(247, 247, 247, 0);
    border: none;
}

.form-control::placeholder {
    color: rgba(168, 168, 168, 0.75);
    opacity: 1;
}

.buscador-elegante {
    border: solid 1px #e3e3e3;
    box-shadow: none;
    padding: 0.2rem 0rem;
    font-size: 16px;
    border-radius: 5px;
}


/* Ajusta la flecha predeterminada de Bootstrap */
.dropdown-toggle::after {
    transform: rotate(-90deg);
    /* Inicial: apunta a la derecha */
    transition: transform 0.3s ease;
    transform-origin: center;
    vertical-align: middle;
}

/* Cuando está expandido (abierto), apunta hacia abajo */
.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(1deg);
    /* apunta hacia abajo */
}

#btnCategorias {
    border-right: solid 1px burlywood;
    border-radius: inherit;
}

.listdrop {
    color: #727673;
    background-color: none;
    border: none !important;
}

.listdrop:hover {
    border: none !important;
    background-color: #c64aca !important;
}

.listdrop.active {
    border: none !important;
    margin-top: none !important;
    background-color: #c64aca !important;
}

.list-group-item+.list-group-item.active {
    margin-top: 0px !important;
    border-top-width: none !important;
    background-color: #c64aca !important;
}

.list-group-item:first-child {
    border-top-left-radius: initial;
    border-top-right-radius: initial;
}

.list-group-item:last-child {
    border-bottom-right-radius: initial;
    border-bottom-left-radius: initial;
}

#mega-submenu-content .link-offset-2.link-underline.link-underline-opacity-0.text-black-50 {
    font-size: 0.9rem !important;
}

.link-offset-2.link-underline.link-underline-opacity-0.text-black-50.megamndrop-li:hover {
    color: #403c3c !important;
}



#btnCategorias {
    background-color: transparent;
    color: #727673;
    border: none;
}

.dropdown-menu.show {

    transform: translate3d(0px, 44px, 0px) !important;
}

/*--- Fin Mega Munu */

/* FOOTER */
.footer {
    margin-top: auto;
    border-top: solid 2px #f7f7f7;
}

.footer-menu a.nav-link,
.redescolor {
    color: #727673 !important;
    /* Cambia al color que necesites */
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-menu a.nav-link:hover,
.redescolor:hover {
    color: #b018ecff !important;
    /* Color al hacer hover */
}

/* Fin FOOTER */



/* cuenta */

.imc-nav-label-mobile.fs-6.text-center {
    font-size: 0.7rem !important;
}




/* Forzar que los enlaces Editar dirección se alineen dentro de su caja */
.woocommerce-Address-title.title {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    position: inherit !important;
}

.woocommerce-Address-title.title a.edit {
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin-left: auto !important;
    font-size: 14px !important;
}


/* Activo en cualquier dispositivo */
.nav-link.active .imc-nav-label-mobile,
.nav-link.active .imc-nav-label {
    color: #727673 !important;
}

/* Íconos activos */
.nav-link.active .imc-nav-icon-mobile,
.nav-link.active .imc-nav-icon {
    color: #727673 !important;
}

.woocommerce-address-fields__field-wrapper {
    text-align: left;
}

.woocommerce-EditAccountForm.edit-account {
    text-align: left;
}

/* fin cuenta */




/* 💻 ESCRITORIO (pantallas desde laptops hasta monitores) */

@media (min-width: 1025px) {

    /*Menu Principal */
    .MenuPrincipal.container-fluid.d-flex.align-items-center.justify-content-between.bg-white {
        height: 76px;
    }

    .MenuPrincipal {
        border-bottom: solid 1px #f7f7f7;
    }

    /* altura escritorio top */
    .menuAbajo {
        top: calc(0px + 76px);
        /* 50px es la altura del header superior, ajústala si es diferente */
    }


    /* Contenido principal desplazado */
    .shop-main {
        margin-left: 300px;
        padding: 2rem;
        width: calc(100% - 300px);
        background: rgb(255, 255, 255);
        /* margin-top: 60px;*/
        flex: 1;
        height: calc(100vh - 76px);

        display: flex;
        flex-direction: column;

    }

    .header_top {
        height: 35px;

    }

    .pag {
        padding-top: 76px;
    }

    .spa-top {
        padding-top: 100px;
    }

}

/* ===== 💻 fin ===== *



/* 📲 MÓVILES (teléfonos en vertical) */
@media (max-width: 767px) {

    .buscador-input {
        font-size: 16px !important;
    }

    .fixedbottom {

        padding-bottom: env(safe-area-inset-bottom);
    }

    .pag {
        padding-top: 35px;
    }

    .woocommerce ul.products li.product .button {

        margin-bottom: 1em;
    }

    .shop-main {
        padding-top: 10px;
    }

    .header_top {
        height: 60px;
        padding-top: 70px;
    }

    .spa-top {
        padding-top: 30px;
    }

    /*Menu Principal */
    .MenuPrincipal.container-fluid.d-flex.align-items-center.justify-content-between.bg-white {
        height: 50px;
    }

    /*Menu arriba */
    .menuArriba.container-fluid.d-flex.align-items-center {
        font-size: 0.8rem;
    }

    /*Menu principal icono carrito  movil*/
    .contador-carrito {
        margin-top: 6px;
        margin-left: -3px;
    }

    /* altura movil */
    .menuAbajo {
        top: calc(0px + 50px);
        /* 50px es la altura del header superior, ajústala si es diferente */
    }




    /*abajo menus + scroll movil*/
    .scrollable-tabs-container {
        height: 40px;
        display: flex;
        align-items: center;
        overflow: hidden;
        background-color: none;
    }

    .scrollable-tabs-container .scroll-arrow {
        cursor: pointer;
        display: none;
        font-size: 25px;
        color: #524848;
    }

    .scrollable-tabs-container ul {
        margin: 0;
        list-style: none;
        display: flex;
        overflow-x: auto;
        scroll-behavior: smooth;
        gap: 10px;
        padding: 0;
        scrollbar-width: none;
        -ms-overflow-style: none;
        width: 99%;

    }

    .scrollable-tabs-container ul::-webkit-scrollbar {
        display: none;
    }

    .scrollable-tabs-container li {
        flex: 0 0 auto;
    }

    .scrollable-tabs-container a {
        color: #727673;
        text-decoration: none;
        user-select: none;
        white-space: nowrap;
        padding: 6px 12px;
        display: inline-block;
        transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
    }

    .scrollable-tabs-container a:hover {
        background: rgba(255, 255, 255, 0.2);
        color: #000000;
        transform: scale(1.05);
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .scrollable-tabs-container .left-arrow {
        margin-left: -15px;
    }

    .scrollable-tabs-container .left-arrow,
    .scrollable-tabs-container .right-arrow {
        position: absolute;
        height: 40px;
        top: 50px;
        display: none;
        align-items: center;
        padding: 5px;
        font-size: 20px;
        cursor: pointer;
        color: #727673;
    }

    .scrollable-tabs-container .right-arrow.active,
    .scrollable-tabs-container .left-arrow.active {
        display: flex;
    }

    .scrollable-tabs-container .right-arrow {
        right: 0;
        justify-content: flex-end;
    }

    .scrollable-tabs-container .scroll-arrow:hover {

        color: #fff;
    }

    .oferta {

        color: #727673;


    }


    .promo {

        color: #727673;


    }



    .explora {
        color: #4e4e4e;
        font-weight: 800;
        margin-right: -5px;
        margin-left: -6px;
    }

    /*abajo menus + scroll movil*/


    /* Adjust breakpoint if needed */
    .woocommerce ul.products {
        /* Target the product grid container */
        text-align: center;
        /* For centering product cards if they are inline-block */
    }

    .woocommerce ul.products li.product {
        /* Target individual product cards */
        margin-left: auto !important;
        /* Force center with auto margins */
        margin-right: auto !important;
        float: none !important;
        /* Clear any floats */
        display: inline-block;
        /* Treat as inline block for text-align: center on parent */
    }


    .woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb {
        font-size: 0.67rem;
    }


    /* personalizacion de busqueda movil  en nav movil */
    .offcanvas.custom-z {
        z-index: 10000 !important;
    }

    .menu-search-collapse-movil {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #f8f9fa;
        z-index: 1000;
        overflow: hidden;
        opacity: 0;
        transform: translateY(20px);
        pointer-events: none;
        transition: opacity 0.4s ease, transform 0.4s ease;

        border-top: 1px solid #ebebeb;
    }

    .menu-search-collapse-movil.show {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
    }


    .menu-search-collapse-movil:not(.show) .close-tab {
        display: none;
    }

    .close-tab {
        position: fixed;
        bottom: 122px;
        right: 20px;
        background: #f8f9fa;
        border: 1px solid #f8f9fa;
        border-radius: 10px 10px 0 0;
        padding: 2px 15px;
        font-size: 18px;
        cursor: pointer;
        z-index: 1100;
        display: none;

        border-top: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb;
    }


    /* Estilo del botón de "Volver" */
    .boton-volver-movil {
        display: inline-flex;
        align-items: center;
        padding: 8px 8px;
        margin-bottom: 20px;
        font-size: 0.7rem;
        font-weight: 600;
        color: #555;
        background-color: #f7f7f7;
        border-radius: 25px;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }


    .boton-volver-movil:hover {
        background-color: #eee;
        color: #333;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
    }

    /* Estilo para el breadcrumb (para que se vea más sutil) */
    .woocommerce-breadcrumb {
        font-size: 12px;
        color: #777;
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .rott {
        display: inline-block;
        /* necesario para que se aplique el transform */
        transform: scaleX(-1);
        /* voltea de derecha a izquierda */
        font-size: 0.6rem;
    }

    /* fin Estilo del botón de "Volver" */




    /* iconos texto nav movil */

    .iconmvA,
    .iconmvB,
    .iconmvC,
    .iconmvD,
    .iconmvE {
        font-size: 1.3rem;
    }

    .fs6 {
        font-size: 0.7rem;
    }


    /* Oculta el contador cuando está vacío o en 0 */
    .contador-listadeseo-navmovil:empty,
    .contador-listadeseo-navmovil:has(:is(:empty, :where(:not(:has(*))))) {
        display: none;
    }

    .contador-listadeseo-navmovil {
        position: absolute;
        top: -5px;
        right: -5px;
        background: #ff53d4;
        color: white;
        font-size: 0.5rem;
        font-weight: bold;
        border-radius: 50%;
        padding: 2px 3px;
        min-width: 18px;
        text-align: center;
    }

    /* fin iconos texto nav movil */

    /* boton volver en dispositivo moviles */
    .btn-volver {
        display: inline-block;
        margin-bottom: 10px;
        font-size: 16px;
        text-decoration: none;
        color: #333;
    }

    /* boton volver en dispositivo moviles */




}

/* ===== 📲  fin ===== *



/* 📱 TABLETS (vertical y horizontal) */
@media (min-width: 768px) and (max-width: 1024px) {}

/* ===== 📱fin ===== */




/* cart.php */
.cart-totals h2 {
    font-size: 1.3rem;
}

.Productos-sugeridos .cross-sells h2 {
    font-size: 1.5rem;
}

.btncartcolor {
    color: #fff !important;
    background-color: #7f54b3 !important;
}

.img-fluid.rounded-start.cartimg {
    width: 90px;
}


.card.mb-3.shadow-sm.woocommerce-cart-form__cart-item.cart_item.micards {
    border: none;
    border-radius: none;
    box-shadow: none !important;
}

/* fin cart.php */



/* woo-productos-scroll css  */


/* caroselshortcode */
.tophet {
    height: 80px;
}

.mi-carrusel {

    border-radius: 10px;
    overflow: hidden;
    /* Esencial para que el redondeo afecte al contenido */
}

@media (min-width: 1025px) {

    .mi-carrusel {
        height: 250px;

        overflow: hidden;
        /* Esencial para que el redondeo afecte al contenido */
    }

    .mi-carrusel .carousel-item img {
        height: 250px;
        width: auto;
        object-fit: cover;
        object-position: center;
    }

}

/* caroselshortcode */

/* Estilo para el contenedor del círculo */
.icon-circle {
    width: 80px;
    height: 80px;
    border: 2px solid #b34a6e;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Estilo para la imagen dentro del círculo */
.icon-img {
    font-size: 35px;
    height: auto;
}

/* Configuración para DESKTOP: 7 items por fila (100% / 7 = 14.28%) */
.item-enlace {
    /* Fuerza a 7 elementos a ocupar el 100% del ancho */
    width: calc(100% / 7);
    padding: 10px 5px;
    margin: 0 5px;
    text-align: center;
}

/* Media Query para MOBILE (pantallas pequeñas, menos de 768px) */
@media (max-width: 767.98px) {

    /* Mostrar 4 iconos por fila en móviles (100% / 4 = 25%) */
    .item-enlace {
        width: 25%;
        padding: 10px 2px;
        margin: 0;
        font-size: 0.8rem;
    }
}

/* Fin woo-productos-scroll css  */