:root {
    --color-principal: #3f2e29;
    --color-secundario: #3f2e29;
    --color-terciario: #967f6d;
    --color-hover: #cabba9;
    --color-acento: #967f6d;
    --color-acento2: #c1b2a7;
    --color-descuento: #ffd700;
    --color-blanco: #ffffff;
    --color-fondo-claro: #f1ebe6;
    --color-gris: #cccccc;
    --color-titulo: #232539;
    --color-cabecera: #f2ebe7;
    --color-footer: #f2ebe7;
    --color-footer-curva: #3f2e29;
    --color-precio: #c50500;
    --fuente-base: 'Nunito', sans-serif;
}



body,
p,
li,
button,
input {
    font-family: var(--fuente-base);
}


/* ===== Encabezados en   global ===== */
:where(h1, h2, h3, h4, h5, h6) {
    text-transform: lowercase;
}

:where(h1, h2, h3, h4, h5, h6)::first-letter,
:where(h1, h2, h3, h4, h5, h6)> :is(a, span, strong, em, b):first-child::first-letter {
    text-transform: uppercase;
}

:where(h1.keep-caps, h2.keep-caps, h3.keep-caps, h4.keep-caps, h5.keep-caps, h6.keep-caps),
:where(h1.keep-caps, h2.keep-caps, h3.keep-caps, h4.keep-caps, h5.keep-caps, h6.keep-caps) * {
    text-transform: none !important;
}

h2.title_block.carousel_title {
    color: var(--color-acento);
}


/***** GENERAL *****/
#wrapper {
    padding-top: 0px;
    background: var(--color-blanco);
}

.products .attribute_fieldset .nice-select>span {
    max-width: 100%;
    overflow: hidden;
}

.form-control {
    border-radius: 5px;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
}

body#product #main.proximamente:before {
    display: none
}


pre.debug {
    position: fixed;
    width: 90vw;
    height: 80vh;
    top: 0;
    left: 0;
    background: beige;
    overflow-x: scroll;
    overflow-y: scroll
}

html,
body {
    font-family: var(--fuente-base);
}

body {
    overflow-x: hidden;
}

a:focus,
button:focus {
    outline: none;
}

a {
    color: var(--color-principal);
    font-weight: 700;

}

a:focus,
a:hover {
    color: var(--color-hover);
}

a:hover {
    color: var(--color-hover);
    text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none !important;
}

a:focus-visible {
    outline: 2px solid var(--color-acento2);
    outline-offset: 2px;
    text-decoration: none !important;
}

ul {
    list-style: none;
}

li,
p {

    font-family: Nunito;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-align: left;
    color: #707070;
}

input,
input[type=text],
input[type=phone],
input[type=email],
input[type=tel],
input[type=password],
input[type=number],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    box-shadow: none;
    line-height: normal !important;
}

input[type="number"] {
    -webkit-appearance: textfield !important;
    -moz-appearance: textfield !important;
}


input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {

    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0;
}

#subcategories ul li .subcategory-name:hover,
.block-categories .arrows .arrow-down:hover,
.block-categories .arrows .arrow-right:hover,
.block-categories .collapse-icons .add:hover,
.block-categories .collapse-icons .remove:hover,
.cart-grid-body a.label:hover {
    color: var(--color-hover);
}

.label,
label {
    text-align: left;
}

.btn-primary {
    padding: 8.5px 1.25rem;
}

.btn-secondary {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-blanco);
    background-color: var(--color-secundario);
    text-transform: uppercase;
    box-shadow: none;
    padding: 8.5px 1.25rem;
    border-radius: 10px;
}

.btn-tertiary {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-blanco);
    text-transform: uppercase;
    box-shadow: none;
    margin: 0;
    padding: 8.5px 1.25rem;
    border: none;
}

.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary:disabled.focus,
.btn-primary:disabled:focus,
.btn-primary:disabled:hover,
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.btn-primary.dropdown-toggle.focus,
.open>.btn-primary.dropdown-toggle:focus,
.open>.btn-primary.dropdown-toggle:hover,
.btn-primary.active,
.btn-primary:active,
.open>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary:hover {
    background-color: var(--color-hover);
    outline: none;
}

.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary:disabled.focus,
.btn-secondary:disabled:focus,
.btn-secondary:disabled:hover,
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.btn-secondary.dropdown-toggle.focus,
.open>.btn-secondary.dropdown-toggle:focus,
.open>.btn-secondary.dropdown-toggle:hover,
.btn-secondary.active,
.btn-secondary:active,
.open>.btn-secondary.dropdown-toggle,
.btn-secondary.focus,
.btn-secondary:focus,
.btn-secondary:hover {
    background-color: #e4e4e4;
    color: var(--color-secundario);
    outline: none;
}

.btn-tertiary.disabled.focus,
.btn-tertiary.disabled:focus,
.btn-tertiary.disabled:hover,
.btn-tertiary:disabled.focus,
.btn-tertiary:disabled:focus,
.btn-tertiary:disabled:hover,
.btn-tertiary.active.focus,
.btn-tertiary.active:focus,
.btn-tertiary.active:hover,
.btn-tertiary:active.focus,
.btn-tertiary:active:focus,
.btn-tertiary:active:hover,
.open>.btn-tertiary.dropdown-toggle.focus,
.open>.btn-tertiary.dropdown-toggle:focus,
.open>.btn-tertiary.dropdown-toggle:hover,
.btn-tertiary.active,
.btn-tertiary:active,
.open>.btn-tertiary.dropdown-toggle,
.btn-tertiary.focus,
.btn-tertiary:focus,
.btn-tertiary:hover {
    color: var(--color-blanco);
    outline: none;
    box-shadow: none;
    border: none;
}

.btn.disabled,
.btn:disabled {
    opacity: .25;
}

.card {
    box-shadow: none;
    border: none;
    padding: 0;
}


/***** HEADER *****/
/*****STIKY *****/
@media (min-width: 768px) {
    #header {
        position: sticky;
        top: 0;
        z-index: 999;
        background: #faf6f3;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
        transition: none;
        will-change: transform;
        min-height: 90px;
    }

    .header-nav,
    .header-menu-wrapper {
        transition: opacity 0.3s ease, transform 0.3s ease;
        opacity: 1;
        transform: translateY(0);
    }

    body.header-sticky-active .header-nav,
    body.header-sticky-active .header-menu-wrapper {
        opacity: 0;
        transform: translateY(-20px);
        pointer-events: none;
        height: 0;
        overflow: hidden;
    }

    body.header-sticky-active #header .header-nav {
        display: none !important;
    }

    #wrapper,
    #main,
    .page-content {
        scroll-padding-top: 100px;
    }
}

body.header-sticky-active #header .header-nav {
    display: none !important;
}

p.product-minimal-quantity.js-product-minimal-quantity {
    margin: 0;
}

.wishlist-button-product {
    margin-left: auto !important;
}
body#cart .wishlist {
    display: none !important;
}
#header .header-nav {
    border-bottom: none;
    margin-bottom: 0;
    background-color: var(--color-secundario);
    height: 30px;
}

@media (max-width: 767px) {
    #header .header-nav {
        display: none;
    }
}

h1.topbar-h1 {
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 5px;
    color: var(--color-blanco);
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    text-align: center;
}

#header,
#header .header-top {
    background-color: var(--color-cabecera);
}

div#_desktop_logo {
    margin: 5px 0 0;
}


#header .header-top .position-static {
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
}

#header .header-top #_desktop_logo h1 {
    margin-bottom: 0;
}

.product-container-blocks h1 {
    text-align: center;
}

/*******NAV1********/
.topbar-contact {
    color: var(--color-blanco);
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 2px 0 20px;
}

.topbar-contact .contact-item {
    display: flex;
    align-items: center;
}

@media (max-width: 1177px) {
    span.contact-item.contact-time {
        display: none;
    }
}

.topbar-contact .contact-callback a {
    background: var(--color-blanco);
    color: #000 !important;
    padding: 3px 10px;
    border-radius: 4px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: 0.25s;
}

.topbar-contact .contact-callback a:hover {
    background: #dcdcdc;
    text-decoration: none !important;
}

.topbar-contact svg {
    margin-right: 6px;
    stroke: var(--color-blanco);
}

.topbar-contact a,
.topbar-contact span {
    color: var(--color-blanco) !important;
    text-decoration: none;
}

.topbar-contact a:hover {
    text-decoration: underline;
}

.callbackform button {
    font-size: 16px;
    border-radius: 8px;
    height: auto;
    padding: 6px;
}

.remodal {
    border-radius: 10px !important;
}

/*********NAV2*******/
.top-btn.blog-btn {
    background: var(--color-blanco);
    color: #000 !important;
    padding: 3px 10px;
    border-radius: 5px 5px 0px 0px;
    margin-top: 4px;
    margin-left: 3px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    transition: 0.25s;
    font-size: 12px;
}


.tab-actviada {
    background: #cbcbcb !important;
}

body#module-formmaker-form .top-right-links {
    display: none;
}

/*********ICONOS HEADER*****/
#_icons_block {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

@media (max-width: 992px) {
    #_icons_block {
        gap: 10px;
    }
}

#_icons_block>div {
    display: flex;
    align-items: center;
    gap: 12px;
}

#_icons_block i.material-icons {
    font-size: 26px;
    color: #222738;
}

#_icons_block .cart-products-count {
    font-weight: bold;
    font-size: 14px;
    color: var(--color-principal);
}

#_icons_block .user-info span,
#_icons_block .blockcart .header span,
#_icons_block .whatsapp-contact span:not(.cart-products-count) {
    display: none;
}

.whatsapp-contact a svg {
    fill: unset;
}

.tiendas-head-desk a svg {
    fill: rgb(255 255 255 / 0%);
}

#block_myaccount_infos .myaccount-title a,
#header a,
#wrapper .breadcrumb li a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
    color: #232323
}

#block_myaccount_infos .myaccount-title a,
#header a,
#wrapper .breadcrumb li a,
.block-contact .block-contact-title,
.block-contact .navbar-toggler .material-icons,
.linklist .blockcms-title a {
    color: var(--color-principal)
}

#header a:hover {
    color: var(--color-acento) !important;
    text-decoration: none;
}


@media (max-width: 767px) {
    #search_widget {
        display: flex !important;
        justify-content: end !important;
        width: unset !important;
        margin: 0px 7px;
        margin-top: -8px !important;
    }
}


/*****paytpv********/
.paytpv-pci {
    margin-top: 10px;
    font-size: 0.8em;
    display: block;
}

/********Doofinder*******/
.x-mot-result-price__current {
    display: none !important;
}

/***********BUSQUEDA*******/
#search_widget {
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 1000px;
}

#search_widget form {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;
    background-color: #f5f5f5;
    border: 1px solid var(--color-gris);
    border-radius: 10px;
    overflow: hidden;
}

#search_widget input[type="text"] {
    flex: 1;
    width: 100%;
    padding: 10px 20px;
    font-size: 18px;
    border: none;
    background-color: transparent;
    outline: none;
    text-align: center;
}

#search_widget .material-icons.search {
    color: var(--color-principal);
    font-size: 26px;
    margin-right: 19px;
    cursor: pointer;
    padding: 0px 0px 0px 18px;
}

#search_widget .material-icons.clear {
    color: var(--color-gris);
    font-size: 20px;
    margin-left: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    #search_widget form {
        width: 100%;
        margin-top: 10px;
    }
}

.header-nav,
.header-menu-wrapper {
    height: 45px;
    transition: all 0.3s ease;
}

body.header-sticky-active .header-nav,
body.header-sticky-active .header-menu-wrapper {
    transform: translateY(-100%);
    visibility: hidden;
}

body.header-sticky-active #header {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
}

/****************MENU**********/

#category-1215>a {
    background-color: #000 !important;
    color: var(--color-blanco) !important;
    font-weight: bold;
    border-radius: 4px;
    padding: 5px 12px;
}

#category-1215>a:hover {
    background-color: var(--color-blanco) !important;
    color: #000 !important;
}



/*****MENU RKR******/

.icon-hamburguesa {
    width: 28px;
    height: 28px;
    display: block;
    color: var(--color-blanco);
    flex-shrink: 0;
    background: #000;
    border-radius: 5px;
}

a.ico_menu_desk.hidden-sm-down i {
    font-size: clamp(22px, 6vw, 30px);
    background: var(--color-secundario);
    color: var(--color-cabecera);
    border-radius: 5px;
}

div#menu-icon i.material-icons {
    font-size: clamp(22px, 6vw, 30px);
    background: var(--color-secundario);
    color: var(--color-cabecera);
    border-radius: 5px;
}

.mm-listitem__btn:not(.mm-listitem__text) {
    border-left-width: 0px;
}

.menu-contact-footer {
    background-color: var(--color-blanco);

}

nav#rkrmenu .mm-panel:after {
    height: auto;
}

.header-mobile-left {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 28px;
    list-style: none;
    padding: 0;
}

.header-menu-wrapper .top-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 28px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-mobile-left a.ico_menu_movil {
    display: flex;
    align-items: center;
    white-space: nowrap;
    gap: 4px;
}

@media (max-width: 1240px) {
    .header-menu-wrapper .top-menu {
        gap: 2px;
    }
}

@media (max-width: 1050px) {
    .header-menu-wrapper {
        display: none !important;
    }
}

.header-menu-wrapper .container {
    display: flex;
    justify-content: center;
}

@media (max-width: 768px),
(min-width: 1050px) {
    .hidden-tablet {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1050px) {
    img.logo.img-fluid {
        max-width: 100% !important;
        min-width: 185px;
        height: auto;
        display: block;
        margin-left: 5px;
    }

    .container {
        width: 95%;
    }
}

.hidden-tablet {
    display: block;
    align-content: center;
}

.header-menu-wrapper {
    background-color: var(--color-acento2);
    padding: 5px 0;
    border-top: 1px solid var(--color-acento2);
    border-bottom: 2px solid var(--color-acento2);
}

.header-menu-wrapper .top-menu .link {
    display: flex;
    align-items: center;
}

.header-menu-wrapper .top-menu .dropdown-item {
    font-family: var(--fuente-base);
    font-weight: 700;
    font-size: 14px;
    color: var(--color-principal);
    text-transform: uppercase;
    text-decoration: none;
    padding: 6px 8px;
    transition: all 0.2s ease-in-out;
}

.header-menu-wrapper .top-menu .dropdown-item:hover {
    color: var(--color-principal);
}

.header-menu-wrapper .top-menu .link:last-child .dropdown-item {
    color: var(--color-blanco);
}

.header-menu-wrapper .top-menu .link:last-child .dropdown-item:hover {
    color: var(--color-blanco);
}

.header-menu-wrapper .top-menu .link:last-child .dropdown-item {
    background-color: #000;
    color: var(--color-blanco) !important;
    border-radius: 10px;
    padding: 10px 18px;
    font-weight: 700;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
    display: inline-block;
    opacity: 1 !important;
    text-align: center;
    line-height: 1;
}

.header-menu-wrapper .top-menu .link:last-child .dropdown-item:hover {
    background-color: var(--color-principal);
    color: var(--color-blanco) !important;
}

#header .logo {
    width: clamp(185px, 12vw, 225px);
    height: auto;
}

#header .header-top {
    padding: 0px;
}

@media (max-width: 767px) {
    #_mobile_logo img {
        max-height: 80px;
        width: auto;
    }

    #_mobile_user_info,
    #_mobile_cart {
        display: flex;
        align-items: center;
    }

    #menu-icon i {
        font-size: 24px;
        color: #222;
    }
}


/***********HADER MOVIL***********/
@media (max-width: 767px) {
    .header-mobile-wrapper {
        padding: 0;
    }

    .header-mobile-inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 10px 12px;
        min-height: 64px;
    }

    .header-mobile-left {
        display: flex;
        align-items: center;
        margin-right: 10px;
    }


    .header-mobile-center {
        width: 40%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }

    .header-mobile-right {
        display: flex;
        align-items: center;
    }


    .header-mobile-left {
        justify-content: flex-start;
    }

    .header-mobile-right {
        justify-content: flex-end;
        gap: 5px;
    }

    #menu-icon i,
    .menu-icon i {
        font-size: 32px;
        line-height: 1;
        display: inline-block;
    }

    #_mobile_user_info {
        padding: 0 5px;
    }

    #_mobile_cart {
        padding-left: 0px;
        padding-right: 5px;
    }

    #_mobile_logo img {
        max-width: 120px;
        height: auto;
    }

    #search_widget form {
        background-color: var(--color-blanco);
    }

    .header-mobile-right svg {
        width: clamp(20px, 2vw + 12px, 30px) !important;
        fill: rgb(255 255 255 / 0%);
    }

    .header-mobile-right .user-info svg.icon {
        width: clamp(18px, 2vw + 12px, 30px);
        height: auto !important;
    }

    .user-info path {
        fill: var(--color-principal);
    }

    .blockcart svg {
        width: clamp(28px, 2vw + 14px, 34px) !important;
        margin-top: -2px;
    }


}

@media (max-width: 767px) {
    .search-mobile-wrapper {
        background-color: #F6F6F6;
        padding: 0;
        border-top: 1px solid #F6F6F6;
        border-bottom: 2px solid var(--color-principal);
        margin: 0 !important;
    }
}

@media (max-width: 576px) {


    .header-mobile-right {
        justify-content: flex-end;
        gap: 0px;
    }

    div#search_widget {
        display: block;
    }
}

/************POPUP COMPRA***********/
#blockcart-modal .product-name {
    color: var(--color-principal);
}

.quickview .modal-content {
    width: 100%;
    min-height: 28.13rem;
    background: var(--color-blanco);
}

/************FOOTER***********/
/*CURVA FOOTER****/
#footer {
    background: var(--color-principal);
}

.footer-container {
    background-color: var(--color-footer);
    color: #e0e0e0;
    padding-top: 3rem;
    padding-bottom: 2rem;
    background: var(--color-footer);
    border-top: none !important;
}

.footer-wave {
    margin-bottom: -1px;
}



.footer-wave {
    display: block;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    background-color: var(--color-footer);
    position: relative;
}

.footer-wave svg {
    display: block;
    width: 100%;
    height: auto;
    fill: var(--color-cabecera);
    transform: scaleX(1);
}

svg.main-footer__top path {
    fill: var(--color-footer-curva);
}

.footer-wave {
    background: var(--color-footer);
}

.footer-container a {
    color: #424242;
    text-decoration: none;
}

.footer-container a:hover {
    color: #2A2E3B;
    text-decoration: underline;
}

.footer-container .h3,
.footer-container .text-uppercase {
    color: var(--color-titulo);
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 0.5rem;
}

.footer-container p,
.footer-container li {
    font-size: 0.95rem;
    margin: 0.2rem 0;
    line-height: 1.6;
}

.footer-icon {
    color: #00c0f5;
}

.footer-container .btn-primary {
    background-color: #00c0f5;
    border: none;
    color: var(--color-blanco);
}

.footer-container .btn-primary:hover {
    background-color: #00a8d0;
}


@media (max-width: 768px) {
    .footer-wave svg {
        height: 50px;
    }

    .container.footer-before {
        margin-bottom: -20px;
    }
}

.footer-container li a:hover {
    color: var(--color-principal);
}

.block-contact,
.footer-container li a {
    font-size: 16px;
    color: var(--color-principal);
    font-weight: 100;
}

.block-contact img {
    width: clamp(155px, 12vw, 225px);
    height: auto;
}

/******NEWSLETTER FOOTER*******/
/****** NEWSLETTER FOOTER ******/

.block_newsletter {
    background-color: var(--color-principal);
    padding: 30px;
    border-radius: 8px;
    margin: 30px auto;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    border: 0px;
}

#block-newsletter-label {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--color-blanco);
    text-align: center;
    margin: 0;
}

.block_newsletter form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    width: 100%;
    max-width: 700px;
}

.block_newsletter input[type="email"] {
    border: none;
    padding: 12px 18px;
    border-radius: 30px;
    font-size: 1rem;
    background-color: var(--color-blanco);
    box-shadow: 0 0 0 2px rgba(0, 191, 255, 0.15);
    flex: 1 1 250px;
    min-width: 200px;
}

.block_newsletter input[type="submit"] {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    font-weight: bold;
    font-size: 0.95rem;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    cursor: pointer;
    transition: background 0.3s ease;
    flex-shrink: 0;
}

.block_newsletter input[type="submit"]:hover {
    background: var(--color-acento);
}

.block_newsletter p:last-of-type {
    font-size: 0.8rem;
    color: #c7c7c7;
    margin-top: 10px;
    text-align: center;
    line-height: 1.4;
    max-width: 500px;
}

.block_newsletter #block-newsletter-label {
    color: var(--color-blanco);
}

div#blockEmailSubscription_displayFooterBefore .btn.disabled,
.btn:disabled {
    background-color: var(--color-gris) !important;
    color: var(--color-blanco) !important;
    cursor: not-allowed;
}

/****RGPD********/
.gdpr_consent.gdpr_module_22 span {
    color: var(--color-blanco);
}

.gdpr_consent .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block;
    color: var(--color-blanco);
}



#registration .custom-checkbox label {
    display: flex !important;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0 12px;
}


#registration .custom-checkbox label input,
#registration .custom-checkbox label .custom-checkbox {
    flex: 0 0 auto;
}


#registration .custom-checkbox label div:first-of-type {
    flex: 1 1 200px;
}


#registration .texto-legal-gpdr {
    flex: 0 0 100%;
    display: block !important;
    margin-top: -12px;
}

/************TITULOS EASY BANNER*********/

h2.title_block.carousel_title {
    font-weight: 500;
    font-size: 26px;
}

h2.title_block.carousel_title {
    text-transform: lowercase !important;
}

h2.title_block.carousel_title::first-letter {
    text-transform: uppercase;
}

h2.title_block.carousel_title {
    margin-top: 12px;
}


.easycarousels.row h3.carousel_title,
.carousel-description {
    margin: 15px;
    align-items: baseline;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 26px;
    position: relative;
}

h3.title_block.carousel_title:after {
    background-color: #1a75c1;
    border-radius: 10px;
    bottom: -5px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
    margin: 0 auto;
}

/*********Miniutra*****/

.product-miniature .product-title a {
    text-decoration: none;
    font-family: var(--fuente-base);
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #000000;
}

.product-title-link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
    line-height: 1.25;
    min-height: calc(1.25em * 2);
    max-height: calc(1.25em * 2);
    word-break: break-word;
    overflow-wrap: anywhere;
}



.product-miniature .product-title {
    min-height: 50px;
    line-height: 0.5;
}

.product-miniature .product-title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    overflow: hidden !important;
    line-height: 1.25 !important;
    min-height: calc(1.25em * 2) !important;
    max-height: calc(1.25em * 2) !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
}



.wishlist-button-add {
    background-color: #faf6f3 !important;
    box-shadow: 0px !important;
}

.wishlist-button-add i {
    color: var(--color-principal) !important;
}

.product-miniature .product-price-and-shipping {
    color: var(--color-principal);
    margin-top: 10px;
}

.easycarousels .product-flags li {
    color: #232639;
    font-weight: 700;
    background: #f1c410;
    border-radius: 5px;
    text-transform: unset;
    font-size: 1rem;
}

.product-flags li.product-flag.on-sale {
    background: #f1c410;
    width: 100px;
    color: var(--color-principal);
}

.easycarousels li.out_of_stock {
    background: linear-gradient(135deg, #ff2a2a, #cc0000);
    color: var(--color-blanco) !important;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

.easycarousels li.out_of_stock:before {
    content: "";
    display: inline-flex;
    width: 10px;
    height: 10px;
    background: var(--color-blanco);
    border-radius: 50%;
    margin-right: 0px;
    margin-right: 6px;
    margin-bottom: 0px;
}

li.product-flag.new {
    background: var(--color-descuento) !important;
}

.product-flags li.product-flag {
    border-radius: 7px;
    color: var(--color-principal);
    font-size: 14px;
}

li.product-flag.discount {
    background: var(--color-descuento) !important;
    border-radius: 5px !important;
}

.easycarousels .product-flags li.discount,
.easycarousels .product-flags li.on-sale {
    background: var(--color-descuento) !important;
    color: var(--color-principal);
    z-index: 9;
    right: 0px;
    min-width: 60px;
    height: 25px;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 0px;
}

.easycarousels .regular-price {
    font-weight: 100;
    font-size: 12px;
}


/* ============================================
   MINIATURAS — ALTURA UNIFORME (GLOBAL)
   Funciona en carousel, grid y cualquier lista
   ============================================ */

/* 1. Swiper: todos los slides se estiran al más alto */
.swiper-wrapper {
    align-items: stretch !important;
}

.swiper-slide {
    height: auto !important;
}

.c_item {
    height: 100%;
}

/* 2. Grids de productos (páginas de categoría, búsqueda, etc.) */
#js-product-list .products,
.featured-products .products,
.product-accessories .products,
.crossselling-product .products {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: stretch !important;
}

#js-product-list .products article,
.featured-products .products article,
.product-accessories .products article,
.crossselling-product .products article {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
}

/* 3. La miniatura ocupa todo el espacio disponible */
.product-miniature {
    display: flex !important;
    flex-direction: column !important;
    height: 100% !important;
    min-height: unset !important;
    box-sizing: border-box !important;
}

/*********************************
**********PRECIO MINIATURA (UNIFICADO)********
*********************************/

/* 1. Contenedor principal: Alineación y espaciado */
.product-price-and-shipping {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    flex-direction: row !important;
}

.product-price-and-shipping>* {
    order: 10;
}

.product-price-and-shipping .price,
.product-price-and-shipping .current-price {
    order: 1 !important;
}

.product-price-and-shipping .regular-price {
    order: 2 !important;
}

.product-price-and-shipping .discount-product,
.product-price-and-shipping .discount-percentage,
.product-price-and-shipping .price-save-container {
    order: 3 !important;
}

/* 2. Precio Actual (El grande en rojo) */
.list-price.styled-price {
    font-size: 28px !important;
    font-weight: 800;
    color: #7A6558;
    display: inline-flex !important;
    align-items: flex-start !important;
    line-height: 0.9 !important;
}

.list-price.styled-price .price-integer {
    line-height: 0.9 !important;
}

.list-price.styled-price .price-super {
    font-size: 13px !important;
    position: relative !important;
    top: 2px !important;
    margin-left: 2px;
    font-weight: 700;
}

/* 3. Bloque de ahorro: Columna compacta (Tachado sobre Descuento) */
.price-save-container {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    line-height: 1 !important;
}

.product-price-and-shipping .regular-price {
    font-size: 14px !important;
    color: #a0a0a0 !important;
    text-decoration: line-through !important;
    margin: 0 !important;
    display: block !important;
}

#js-product-list .product-price-and-shipping {
    flex-direction: row !important;
}

body#category .product-price-and-shipping:has(.discount-percentage) .price {
    margin-right: 0px;
}

.easycarousel .product-price-and-shipping:has(.discount-percentage) .price {
    margin-right: 0px;
}

.product-price-and-shipping .discount-product,
.product-price-and-shipping .discount-percentage {
    background-color: #27ae60 !important;
    color: white !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    padding: 1px 5px !important;
    border-radius: 3px !important;
    margin-top: 2px !important;
    display: inline-block !important;
    line-height: 1 !important;
}

@media (max-width: 500px) {
    .list-price.styled-price {
        font-size: 22px !important;
    }

    .list-price.styled-price .price-super {
        font-size: 11px !important;
    }
}

/************BANNER  SH1**********/
/********** VENTAJAS HOME **********/
.ventajas-home-wrapper {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
    gap: 0px;
    padding: 40px 20px;
    background-color: var(--color-blanco);
}

.ventaja-box {
    flex: 1 1 300px;
    max-width: 360px;
    display: flex;
    align-items: center;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.ventaja-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.ventaja-icon {
    flex-shrink: 0;
    margin-right: 15px;
}

.ventaja-icon svg {
    width: 45px;
    height: 45px;
    fill: var(--color-titulo);
}

.ventaja-box p {
    margin: 0;
    font-size: 16px;
    color: var(--color-titulo);
    font-weight: 500;
    line-height: 1.4;
}

.ventaja-box p strong {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #1a73be;
}

.kw-key.seguridad-svg svg {
    fill: rgb(63 46 41 / 0%);
}

@media (max-width: 768px) {
    .ventaja-box {
        flex-direction: column;
        text-align: center;
    }

    .ventaja-icon {
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.bn1-p strong {
    color: var(--color-titulo);
    font-size: 1rem
}

.d-flex {
    display: flex
}

@media (min-width: 992px) {
    .bn1-key {
        margin: 1rem 4rem;
        width: auto
    }
}

@media (max-width: 992px) {

    #footer .block_newsletter #block-newsletter-label,
    .customization-modal .modal-content .modal-body {
        padding-top: 0;
        margin-bottom: 20px;
    }
}

/*********CATEGORIAS*********/
.categorias-destacadas-wrapper {
    padding: 40px 20px;
    background-color: var(--color-blanco);
}

body#category div#left-column {
    position: sticky;
    top: 150px;
    align-self: start;
    z-index: 10;
}

.block-category {
    min-height: unset;
    margin-bottom: 0.5rem;
}

.block-category h1 {
    font-size: 30px;
}

.category-cover {
    display: none;
}

.categorias-destacadas-wrapper .categoria-box {
    background-color: var(--color-blanco);
    text-align: center;
    border-radius: 12px;
    padding: 20px 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.block-category .block-category-inner #category-description strong {
    font-weight: 600 !important;
    color: #000000 !important;
}

h2.headi {
    align-items: baseline;
    display: flex;
    justify-content: center;
    margin-bottom: 22px;
    position: relative;
}

h2.headi:after {
    background-color: #1a75c1;
    border-radius: 10px;
    bottom: -5px;
    content: "";
    height: 2px;
    position: absolute;
    width: 50px;
    margin: 0 auto;
}

.categorias-destacadas-wrapper .categoria-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.categorias-destacadas-wrapper .categoria-box img {
    margin-bottom: 10px;
    max-width: 48px;
    height: auto;
}

.categorias-destacadas-wrapper .categoria-box p {
    font-size: 15px;
    font-weight: 500;
    margin: 0;
    color: var(--color-titulo);
}

.categoria-box {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    text-align: left;
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    transition: color 0.3s ease;
}

.categoria-box:hover {
    color: #00bcd4;
}

.categoria-box img {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.categoria-box h2 {
    font-size: 18px;
    font-weight: 500;
    color: #073461;
}

article.product-miniature.js-product-miniature {
    margin-top: 0;
    margin-bottom: 0;
    padding: .1rem 0.1rem 0.1rem;
}


.js-product.product.col-xs-6.col-sm-6.col-md-4.col-xl-3 {
    margin-bottom: 0px;
}

/*********FICHA DE PRODDUCTOS*********/
@media (min-width: 1200px) {
    .container {
        width: 95%;
        max-width: 1480px;
    }
}

@media (min-width: 992px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 768px) {
    .container {
        width: 95%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        width: 95%;
    }
}

@media (max-width: 576px) {
    .container {
        width: 95%;
        max-width: 100%;
    }
}

@media screen and (max-width: 767px) {
    body#category .card-block {
        padding: 0px;
    }
}

.modal-backdrop {
    position: inherit;
}

.pagos-ficha {
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: var(--color-blanco);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
}

/*********ICONOS FICHA PAGOS*********/


.payment-badges {
    background: var(--color-blanco);
    border: 1px solid #e9e9e9;
    border-radius: 12px;
    padding: 10px 10px;
    box-shadow: 0 8px 18px rgba(0, 0, 0, .06);
    margin-top: 12px;
}

.payment-badges__grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 5px 2%;
    align-items: center;
    justify-items: center;
}

.payment-badges__grid img {
    width: auto;
    max-width: 100%;
    object-fit: contain;
    display: block;
    opacity: .95;
}


.payment-badges__grid img {
    width: 55px !important;
}



/*********PAGOS FOOTER******/
.pagos-logos-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-badges-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.payment-badges__grid-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;
}

.payment-badge-item {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-blanco);
    border: 1px solid #e0dcd8;
    border-radius: 6px;
    padding: 0px 0px;
    height: 40px;
    width: auto;
    min-width: 0;
    max-width: none;
    overflow: hidden;
    transition: transform 0.15s ease;
}

.payment-badge-item:hover {
    transform: translateY(-1px);
}

.payment-badge-item img {
    height: 50px !important;
    width: 55px !important;
    max-width: 60px !important;
    display: block;
    object-fit: contain;
}

/*********Breadcrumb*********/
.breadcrumb {
    padding: .75rem 1rem;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f6f6f6 !important;
    border-radius: 0px 0px 10px 10px;
    padding: 10px !important;
}

#wrapper .breadcrumb li,
.product-images>li.thumb-container {
    display: inline;
    font-size: 14px;
    text-transform: uppercase;
}

.product-images>li.thumb-container .thumb.selected,
.product-images>li.thumb-container .thumb:hover {
    border: var(--color-principal) 1px solid;
}

.breadcrumb,
.breadcrumb ol,
.breadcrumb li,
.breadcrumb a,
.breadcrumb span,
.breadcrumb-item,
.breadcrumb-item a {
    text-transform: lowercase;
}

.breadcrumb a,
.breadcrumb span,
.breadcrumb-item,
.breadcrumb-item a {
    display: inline-block;
}

.breadcrumb a::first-letter,
.breadcrumb span::first-letter,
.breadcrumb-item::first-letter,
.breadcrumb-item a::first-letter {
    text-transform: uppercase;
}

.breadcrumb li+li::before {
    text-transform: none;
}

/************FICHA PRODUCTO**************/
/******TITULOS responsive******/
/* ===== Anti-roturas de texto en móviles muy estrechos ===== */
#product .product-container-blocks h1,
#product .product-container-blocks h2 {
    font-size: clamp(18px, 4.5vw + 0.25rem, 30px);
    line-height: 1.15;
    letter-spacing: 0.2px;
    text-wrap: balance;
    color: var(--color-acento);
}

#product .product-description p,
#product .product-description li {
    font-size: clamp(16px, 3.2vw, 16px);
    line-height: 1.6;
}

#description p,
#product-description p,
.product-description p {

    padding-left: 18px;
    margin-bottom: 10px;
    line-height: 1.6;

}

#description h2,
#description h3,
#description h4,
.product-description h2,
.product-description h3,
.product-description h4 {
    padding-left: 0;
}

#description p[style*="center"],
.product-description p[style*="center"] {
    padding-left: 0;
}

#product .product-description,
#product .tabs-ficha {
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: auto;
}

@media (max-width: 340px) {
    #product .product-container-blocks h1 {
        text-transform: none;
        letter-spacing: 0;
    }
}

.product-tabs.col-md-4 {
    padding: 0px;
}

/****BLOQUES*****/
body#product img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body#product .own-custom-icon {
    display: unset !important;
}

.col-centro {
    padding: 15px 25px 0 25px;
}

.bloque-precio {
    padding: 15px !important;
    margin-top: 5px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background-color: var(--color-blanco);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;

}

.product-quantity #quantity_wanted {
    border-radius: 5px 0 0 5px;
    height: 43.75px;

}

.input-group.bootstrap-touchspin {
    display: flex;
    align-items: stretch;
    width: 100%;
    max-width: 120px;
}

.input-group.bootstrap-touchspin input[type="number"] {
    flex: 1 1 auto;
    min-width: 0;
    text-align: center;
    border-radius: 6px 0 0 6px !important;
    border-right: 0px;
}

.input-group-btn-vertical {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.input-group-btn-vertical .btn {
    padding: 5px;
    font-size: 12px;
    height: 50%;
    border-radius: 0;
}

.input-group-btn-vertical .bootstrap-touchspin-up {
    border-radius: 0 6px 0 0;
}

.input-group-btn-vertical .bootstrap-touchspin-down {
    border-radius: 0 0 6px 0;
}

.current-price {
    font-size: 35px;
}

.product-price {
    color: var(--color-principal);
}

.precio-euros {
    font-size: 40px;
    font-weight: bold;
    color: var(--color-terciario);
}

.precio-decimales {
    font-size: 15px;
    vertical-align: super;
    margin-left: -5px;
    color: var(--color-terciario);
}

.tabs {
    background: unset;
}


.product-prices.js-product-prices {
    position: relative;
}

.product-manufacturer.product-brand-price {
    position: absolute;
    top: -5px;
    right: 16px;
    max-width: 60px;
    overflow: hidden;
}

.product-manufacturer.product-brand-price img {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
}

.orbitvu-gallery-fix {
    border: 0px !important;

}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-container-blocks>div[class^="col-"] {
        flex: unset !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .product-container-blocks {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas:
            "titulo titulo"
            "img precio"
            "centro centro";
        gap: 20px;
        align-items: flex-start;
    }

    .product-container-blocks .h1_producto {
        grid-area: titulo;
        text-align: center;
        margin-bottom: 10px;
    }

    .product-container-blocks .col-img {
        grid-area: img;
    }

    .product-container-blocks .col-precio {
        grid-area: precio;
    }

    .product-container-blocks .col-centro {
        grid-area: centro;
    }

    .bloque-precio {
        margin-top: 0;
        width: 100%;
        max-width: 100%;
    }

    .product-container-blocks>div[class^="col-"] {
        flex: unset !important;
        max-width: 100% !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .tabs-ficha {
        width: 100%;
        max-width: 1000px;
        padding: 0 20px;
        margin: 30px auto 0 auto;
        font-size: 15px;
        line-height: 1.6;
    }
}



@media (max-width: 767px) {
    .product-container {
        display: flex;
        flex-direction: column;
    }

    .product-container-blocks {
        display: flex;
        flex-direction: column;
    }

    .bloque-precio {
        order: 1;
        padding-top: 25px;
    }

    .col-centro {
        order: 2;
        padding-top: 25px;
    }

    .tabs-ficha {
        order: 3;
        padding-top: 0px;
    }

}


.tabs .nav-tabs .nav-link:hover {
    border: 0;
    border-bottom: var(--color-principal) 0px solid;
}

.tabs .nav-tabs .nav-link.active {
    color: var(--color-principal);
    border-bottom: var(--color-principal) 0px solid;
}

.pos_title {
    margin-bottom: 25px;
    text-align: center !important;
}

h3.abs_usually_bought_together {
    color: #232323 !important;
    font-weight: 500 !important;
    font-size: 21.6px !important;
    text-align: center;
}

span.control-label:nth-child(1) {
    display: none;
}

span.color.texture.wk-custom-attrib {
    border-radius: 0px;
}

.product-variants>.product-variants-item .input-color:checked+span:before {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 0;
}

/**********VER DESCRIPCION**********/
#view_more_details {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    transition: background 0.3s ease;
}

#view_more_details i {
    color: #232639;
}

#view_more_details:hover {
    background: #e0e0e0;
}

/*****VER MAS /MENOS*********/
.cont-desc-corta {
    position: relative;
    max-width: 100%;
}

.toggle-checkbox {
    display: none;
}

.desc-corta {
    max-height: 100px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.toggle-checkbox:checked~.desc-corta {
    max-height: 1000px;
}

.toggle-label {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    transition: background 0.3s ease;
    text-align: center;
    margin-top: 10px;
}

.toggle-label:hover {
    background: #e0e0e0;
}

.ver-menos {
    display: none;
}

.toggle-checkbox:checked~.toggle-label .ver-mas {
    display: none;
}

.toggle-checkbox:checked~.toggle-label .ver-menos {
    display: inline;
}


/****BLOQUE EXPERTO******/
.bloque-ayuda-experto {
    margin: 20px auto;
    width: 100%;
}

.enlace-chat-experto {
    text-decoration: none;
    display: block;
}

.contenedor-chat-experto {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 12px 16px;
    background-color: var(--color-blanco);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    flex-direction: row;
}

.contenedor-chat-experto:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.avatar-experto {
    position: relative;
    margin-right: 15px;
    flex-shrink: 0;
}

.avatar-experto img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    object-fit: cover;
}

.indicador-online {
    position: absolute;
    bottom: 4px;
    right: 4px;
    width: 12px;
    height: 12px;
    background-color: #00c853;
    border: 2px solid var(--color-blanco);
    border-radius: 50%;
}

.texto-chat-experto p {
    margin: 0;
    font-size: 14px;
    color: #333;
    line-height: 1.4;
}

.enlace-hablamos {
    color: var(--color-principal);
    font-weight: bold;
    text-decoration: underline;
}

@media (max-width: 768px) {
    .bloque-ayuda-experto {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .contenedor-chat-experto {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .avatar-experto {
        margin: 0 0 10px 0;
    }

    .texto-chat-experto p {
        font-size: 15px;
    }

    .bloque-ayuda-experto {
        max-width: 100%;
    }
}

/***AÑADIR AL CARRITO*********/
.product-actions .add-to-cart {
    width: 100%;
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    display: flex;
    justify-content: center;
    align-items: anchor-center;
    border: 0px;
}

.product-quantity {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.product-quantity .qty {
    width: 25%;
}

.product-quantity .add {
    width: 75%;
}

.add-to-cart svg {
    margin: -5px 5px;
    fill: rgb(255 255 255 / 0%);
}

.product-actions .add-to-cart:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/***************BOTON STICKY MOVIL********/
@media (max-width: 767px) {
    .product-add-to-cart.js-product-add-to-cart {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 10px 16px;
        background: var(--color-blanco);
        z-index: 9999;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
        margin: 0;
        border-radius: 0;
    }

    span#product-availability {
        display: none;
    }

    .product-add-to-cart .add {
        width: 100%;
        margin: 0;
    }

    .product-container {
        padding-bottom: 10px;
    }

    .bloque-precio {
        position: static !important;
    }

    .product-add-to-cart.js-product-add-to-cart {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 0;
    }

    .product-add-to-cart .qty,
    .product-add-to-cart .input-group {
        flex: 0 0 auto;
    }

    .product-add-to-cart .add {
        flex: 1 1 auto;
        min-width: 0;
    }

    .product-add-to-cart [data-button-action="add-to-cart"] {
        width: 100%;
        min-width: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}


/*****ENTREGA ESTIMADA FICHA*****/
.estimateddelivery>div {
    border: 0px solid var(--color-gris);
}

.product-miniature .thumbnail-container:hover .product-description::after {
    border-top: 0px;
}

/*****descuento img ficha****/

.product-flags li.product-flag {
    text-transform: none;
    border-radius: 50px;
}


body#product .has-discount .discount {
    top: -30px;
    right: 0px;
}

.has-discount .discount {
    border-radius: 5px;
    background: var(--color-descuento) !important;
    color: var(--color-principal);
    position: absolute;
    z-index: 9;
    right: 35px;
    width: 55px;
    height: 25px;
    padding: 0 !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
    font-stretch: condensed;
    line-height: 0px;
}

/* =========================
   FLAGS (DESCUENTO + AGOTADO)
   ========================= */

.product-miniature .product-flags {
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    z-index: 20;
    display: flex;
    align-items: flex-end !important;
    gap: 8px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    pointer-events: none;
}

.product-flags {
    z-index: 9 !important;
}

body#product .product-flags {
    align-items: end;
}

.product-miniature .product-flags>li.product-flag {
    position: static !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;

    line-height: 1.1 !important;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 10px;
    border-radius: 10px;

    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 6px 14px rgba(0, 0, 0, .12);
}

.product-miniature .product-flag.out_of_stock {
    background: linear-gradient(135deg, #ff2a2a, #cc0000) !important;
    color: var(--color-blanco) !important;
}

.product-miniature .product-flag.out_of_stock::before {
    content: "";
    width: 10px;
    height: 10px;
    background: var(--color-blanco);
    border-radius: 50%;
    margin-right: 6px;
    margin-bottom: 5px;
}

.product-miniature .product-flag.discount,
.product-miniature .product-flag.discount-amount,
.product-miniature .product-flag.discount-percentage {
    margin-left: auto !important;
    background: var(--color-descuento) !important;
    color: var(--color-principal) !important;
    letter-spacing: .2px;
}

.product-miniature .product-price-and-shipping .discount-percentage {
    display: none !important;
}


/* =========================
   ALTURAS IGUALES EN TARJETAS
   ========================= */
#js-product-list .products>[class*="col-"],
#products .products>[class*="col-"] {
    padding: 10px;
}

article.product-miniature {
    display: block !important;
    width: 100%;
    height: 100%;
}

article.product-miniature .thumbnail-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

article.product-miniature .product-description {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
}

article.product-miniature .hook_displayEDInProductList_container {
    margin-top: 5px;
}

.product-miniature .thumbnail-container {
    position: relative;
    overflow: visible;
}



li.product-flag.out_of_stock {
    background: linear-gradient(135deg, #ff2a2a, #cc0000);
    color: var(--color-blanco) !important;
    font-size: 12px;
    font-weight: 800;
    padding: 6px 12px;
    border-radius: 8px;
    text-transform: uppercase;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);

}

li.product-flag.out_of_stock::before {
    content: '';
    width: 14px;
    height: 14px;
    background-color: var(--color-blanco);
    display: inline-block;
    border-radius: 50%;
    margin-right: 6px;
    position: relative;
    top: 2px;
}


/****BLOQUE PRECIO *******/
.product-price.h5.has-discount {
    display: inline-flex;
    flex-direction: row;
    width: 100%;
}

.current-price {
    width: 100%;
    display: inline-flex;
}

.precio-anterior span.regular-price {
    font-size: 18px;
    margin: 15px;
    font-weight: 400;
    color: #a5a5a5;
}

ul.table-products .save_amount {
    background-color: #24b9d7;
    background-color: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
}


.styled-price {
    font-weight: 700;
    color: #7A6558;
    font-size: 42px;
    display: inline-flex;
    align-items: flex-end;
    gap: 2px;
}

.styled-price .price-integer {
    line-height: 1;
}

.styled-price .price-super {
    font-size: 18px;
    position: relative;
    top: -18px;
}

.block-categories .category-sub-menu li[data-depth="1"],
.product-prices div {
    margin-bottom: 0px;
}

span.css-product-availability {
    display: flex;
    align-items: center;
    background-color: #fff7e6;
    color: #b75e00;
    font-weight: 500;
    font-size: 14px;
    border-left: 4px solid #FFA500;
    padding: 10px 12px;
    border-radius: 6px;
    margin-top: 12px;
    gap: 8px;
    margin: 20px 0px;
}

ul.table-products li.table-products-item.selected {
    background-color: var(--color-fondo-claro);
    border: 1px solid var(--color-acento);
}

ul.table-products li.table-products-item.selected:before {
    border-color: var(--color-acento);
    border-radius: 10px 0;
}


/*********BLOQUE También podría interesarle -Accesorios **********/
.product-accessories {
    margin-top: 5%;
    margin-left: 5%;
}

.product_accessories_p {
    text-align: left;
}

.horizontal-accessory .accessory-flex {
    display: flex;
    align-items: center;
    gap: 5px;
    border: 0px solid #eee;

    margin: 5px;
    border-radius: 8px;
    transition: box-shadow 0.2s ease;
    position: relative;
}

.horizontal-accessory .accessory-image img {
    max-width: 80px !important;
    height: auto;
}

.horizontal-accessory .accessory-info {
    flex: 1;
}

.horizontal-accessory .product-title {
    font-size: 14px;
    margin: 0 0 4px;
}

.horizontal-accessory .product-price-and-shipping {
    font-size: 16px;
    margin-bottom: 6px;
    font-weight: bold;
}

.accessory-buy-button {
    display: none;
    ;
    margin-top: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.horizontal-accessory:hover .accessory-buy-button {
    opacity: 1;
}

.accessory-buy-button .btn {
    padding: 6px 12px;
    font-size: 13px;
    border-radius: 5px;
}


@media (max-width: 767px) {

    .horizontal-accessory #products .products,
    .featured-products .products,
    .product-accessories .products {
        justify-content: center;
    }

    .horizontal-accessory .accessory-flex {
        width: 100%;
    }

    .js-product.product.horizontal-accessory {
        width: 98%;
        margin-top: 10px;
    }

    article.product-miniature.js-product-miniature {
        background-color: var(--color-blanco);
        border: 1px solid #dbdbdb;
        border-radius: .5rem;
        padding: 0px;
        position: relative;

    }

    .horizontal-accessory .accessory-flex {
        display: flex;
        align-items: center;
        gap: 2px;
        padding: 0px;
    }

}


.product-features dt.name {
    text-transform: lowercase;
    font-weight: bold !important;
}


.product-features dt.name::first-letter {
    text-transform: uppercase;
    font-weight: bold;
}

.js-product.product.horizontal-accessory .addtocartattrproductlist {
    display: none;
}

.product-accessories .products.row {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
    gap: 10px;
    padding: 0;
    margin: 0 !important;
}

.js-product.product.horizontal-accessory {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

article.product-miniature.js-product-miniature {
    border-radius: 8px;
    overflow: hidden;
    height: 100%;
    width: 100% !important;
}

.product-accessories {
    margin-left: 0 !important;
    margin-right: 0 !important;

}

/*********CHAT PRODUCTOS**********/
div#smartsupp-widget-container div {
    bottom: 80px !important;
}

.grecaptcha-badge {
    display: none !important;
}

/******** VARIACIONES PRODUCTOS - FLEXBOX ******/
.product-variants>.product-variants-item ul li {
    margin-right: 5px;
}

@media (max-width: 767px) {
    .product-variants>.product-variants-item ul li {
        align-items: flex-start;
    }
}

ul#group_481 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    padding: 0;
    list-style: none;
    max-width: 100%;
}

li.float-xs-left.input-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    border: 0px solid var(--color-gris);
    background-color: var(--color-blanco);
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    text-align: center;
}

li.float-xs-left.input-container span.color.texture.wk-custom-attrib {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    border: 2px solid transparent;
    margin: 0px;
}

li.float-xs-left.input-container .attribute-name {
    margin-top: 5px;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

li.float-xs-left.input-container input.input-color {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

li.float-xs-left.input-container:has(input.input-color:checked) {
    border: 2px solid #1973bd !important;
    box-shadow: 0 0 5px rgb(25 116 188);
}

.product-variants>.product-variants-item .color:hover {
    position: initial !important;
}

ul#group_481:has(li:nth-child(2)) li {
    flex: 1 1 calc(50% - 10px);
    max-width: calc(100% - 10px);
}

@media (min-width: 1024px) {
    ul#group_481:has(li:nth-child(1)) li {
        flex: 1 1 calc(100% - 10px);
        max-width: calc(100% - 10px);
    }

    ul#group_481:has(li:nth-child(2)) li {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(100% - 10px);
    }

    ul#group_481:has(li:nth-child(3)) li {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(100% - 10px);
    }

    ul#group_481:has(li:nth-child(4)) li {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }

    ul#group_481:has(li:nth-child(5)) li {
        flex: 1 1 calc(33% - 10px);
        max-width: calc(100% - 10px);
    }

    ul#group_481:has(li:nth-child(6)) li {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }

}

@media (max-width: 768px) {
    ul#group_481 li {
        flex: 1 1 calc(33.33% - 10px);
        max-width: calc(33.33% - 10px);
    }
}

@media (max-width: 480px) {
    ul#group_481 li {
        flex: 1 1 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

.product-variants>.product-variants-item .input-color:checked+span:before {
    border: none !important;
}

.product-variants>.product-variants-item .color:hover {
    position: unset;

}

.product-variants>.product-variants-item .input-color:hover+span {
    position: static;
}

.product-variants>.product-variants-item .color.active,
.product-variants>.product-variants-item .color:hover,
.product-variants>.product-variants-item .custom-checkbox input[type='checkbox']+span.color.active,
.product-variants>.product-variants-item .custom-checkbox input[type='checkbox']+span.color:hover,
.product-variants>.product-variants-item .facet-label.active .custom-checkbox span.color,
.product-variants>.product-variants-item .custom-checkbox span.color,
.product-variants>.product-variants-item .input-color:checked+span,
.product-variants>.product-variants-item .input-color:hover+span {
    position: unset !important;
}

/*****TABS PRDUCTOS*****/
body#product li.nav-item {
    display: inline-block;
    cursor: pointer;
    padding: 10px 15px;
    background: #f5f5f5;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    color: #333;
    transition: background 0.3s ease;
    margin-top: 10px;
}

@media (max-width: 767px) {

    body#product ul.nav.nav-tabs {
        display: flex;
        flex-direction: column;
    }

    body#product .nav-tabs .nav-item+.nav-item {
        margin-left: 0px !important;
    }
}

.tabs .nav-tabs .nav-link.active {
    background: #f5f5f5;
}

.product-features>dl.data-sheet dt.name {
    background: #f6f6f6;
    text-transform: lowercase;
}

/*********LOGIN******/
body.controller-authentication .login-form {
    max-width: 500px;
    margin: 40px auto;
    background: var(--color-blanco);
    border-radius: 12px;
    padding: 40px 30px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

body.controller-authentication .page-header h1 {
    text-align: center;
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
    color: #222;
}

body.controller-authentication .login-form .form-control-label {
    font-weight: 500;
    color: #333;
}

body.controller-authentication .login-form .form-control {
    border-radius: 8px;
    border: 1px solid var(--color-gris);
    transition: 0.3s ease-in-out;
}

body.controller-authentication .login-form .form-control:focus {
    border-color: #007bff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.3);
}

body.controller-authentication .login-form .input-group-btn .btn {
    background: #f2f2f2;
    border-radius: 8px;
    border: none;
    font-size: 14px;
    padding: 6px 12px;
    transition: background 0.3s ease;
}

body.controller-authentication .login-form .input-group-btn .btn:hover {
    background: #e0e0e0;
}

body.controller-authentication #submit-login {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: 100%;
    margin-top: 20px;
}

body.controller-authentication #submit-login:hover {
    background: linear-gradient(90deg, #156298, #008fc2);
}

body.controller-authentication .forgot-password,
body.controller-authentication .no-account {
    text-align: center;
    margin-top: 15px;
}

body.controller-authentication .forgot-password a,
body.controller-authentication .no-account a {
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
}

.forgotten-password {
    padding: 4px;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.forgotten-password .form-fields label.required {
    width: auto;
}

body.controller-authentication .forgot-password a:hover,
body.controller-authentication .no-account a:hover {
    text-decoration: underline;
}

body.controller-authentication .breadcrumb,
body.controller-authentication .page-footer {
    display: none;
}


/*********LOGIN********/
#authentication .login-form {
    background: var(--color-blanco);
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

#authentication .page-header h1 {
    text-align: center;
    font-weight: 500;
    font-size: 22px;
    margin-bottom: 20px;
    color: #222;
}

#authentication .form-control-label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

#authentication .form-control {
    border-radius: 8px;
    border: 1px solid var(--color-gris);
    transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#authentication .form-control:focus {
    border-color: var(--color-principal);
    box-shadow: 0 0 5px var(--color-hover);
}

#authentication .input-group-btn .btn {
    background: #e0e0e0;
    border-radius: 8px;
    border: none;
    font-size: 13px;
    padding: 6px 12px;
    margin: 0 5px;
}

.ets_solo_social_wrapper.slw_and_alw .ets_solo_or span {
    background-color: var(--color-blanco);
}

#authentication #submit-login {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    font-weight: 700;
    font-size: 0.95rem;
    border: none;
    border-radius: 30px;
    padding: 12px 28px;
    cursor: pointer;
    transition: background 0.3s ease;
    width: auto;
    min-width: 180px;
}

#authentication #submit-login:hover {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
}

#authentication .forgot-password,
#authentication .no-account {
    text-align: center;
    margin-top: 15px;
}

#authentication .forgot-password a,
#authentication .no-account a {
    color: #222738;
    font-weight: 500;
    text-decoration: none;
    transition: color 0.3s ease;
    font-size: 14px;
}

#authentication .forgot-password a:hover,
#authentication .no-account a:hover {
    text-decoration: underline;
}

#authentication .page-content {
    max-width: 900px;
    margin: 0 auto;
}

#authentication .ets_solo_social_wrapper.lgp {
    margin-top: 20px;
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.ets_solo_social_wrapper.slw_and_alw .forgot-password,
#header .ets_solo_social_wrapper.slw_and_alw .forgot-password a,
.ets_solo_social_wrapper.slw_and_alw .no-account,
#header .ets_solo_social_wrapper.slw_and_alw .no-account a {
    color: var(--color-principal);
}

#registration .ets_solo_social_wrapper {
    background: var(--color-blanco);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-radius: 8px;
    padding: 2rem;
    margin-bottom: 2rem;
}

#registration .ets_solo_social_title {
    text-align: center;
    font-size: 1.1rem;
    font-weight: 500;
    color: #333;
    margin-bottom: 1.2rem;
}

#registration .ets_solo_social_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1.25rem;
    border: 1px solid var(--color-gris);
    border-radius: 5px;
    background: var(--color-blanco);
    font-weight: 500;
    font-size: 0.95rem;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}

/*******PAGINA DE REGISTRO*******/
.page-authentication #content,
.page-registration #content {
    max-width: auto;
}

#registration button.btn-primary.form-control-submit {
    padding: 0.6rem 1.5rem;
    border-radius: 4px;
    color: white;
}

#registration .register-form>p {
    text-align: center;
    font-size: 0.95rem;
    color: #555;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#registration form.js-customer-form {
    background: var(--color-blanco);
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    margin: 0 auto;
}

.page-authentication #content,
.page-registration #content {
    max-width: 100%;
}

/* ETIQUETAS */
#registration label.form-control-label {
    font-weight: 500;
    color: #333;
}

#registration input.form-control[type="text"],
#registration input.form-control[type="email"],
#registration input.form-control[type="password"] {
    border: 1px solid var(--color-gris);
    border-radius: 6px;
    padding: 0.5rem 0.75rem;
    font-size: 0.95rem;
    transition: border-color 0.2s ease;
}

#registration input.form-control:focus {
    border-color: #2ba1dc;
    box-shadow: 0 0 0 3px rgba(0, 153, 204, 0.15);
}

#registration .input-group .btn {
    background: #666;
    color: white;
    font-size: 0.85rem;
    border-radius: 5px 6px 6px 5px;
    margin: 0 5px;
}

/* CHECKBOXES */
#registration .custom-checkbox input[type="checkbox"] {
    accent-color: #2ba1dc;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
}

#registration .custom-checkbox label {
    font-size: 0.9rem;
    color: #444;
}

#registration .custom-checkbox em {
    font-size: 0.8rem;
    color: #666;
    display: block;
    margin-top: 0.2rem;
}

#registration button.btn-primary.form-control-submit {
    background-color: #2ba1dc;
    border: none;
    padding: 0.7rem 1.8rem;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 8px;
    margin-top: 1.5rem;
    float: none;
    display: block;
    margin-left: auto;
    margin-right: auto;
    transition: background-color 0.3s ease;
}

#registration button.btn-primary.form-control-submit:hover {
    background-color: #2ba1dc;
}

/**CHEKOUT*********/
body#checkout div#_desktop_top_menu {
    display: none;
}

body#checkout div#_desktop_logo img {
    display: flex;
    margin: 0 auto;
}

body#checkout #header .logo {
    width: clamp(185px, 12vw, 225px);
    height: auto;
}

body#checkout div#_desktop_logo {
    margin: 0px;
}

/* ===== ESTILOS GLOBALES PASOS CHECKOUT ===== */
#checkout-personal-information-step,
#checkout-addresses-step,
#checkout-delivery-step,
#checkout-payment-step {
    background: var(--color-blanco);
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08);
    padding: 25px 20px;
    margin-bottom: 20px;
}

.step-title {
    display: flex;
    align-items: center;
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 20px;
    color: #222;
}

.step-number {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    margin-right: 12px;
    border: 0px !important;
}

.step-title .done {
    color: var(--color-acento);
    font-size: 20px;
    margin-right: 8px;
}

.step-edit {
    margin-left: auto;
    font-size: 0.9rem;
    color: #888;
    cursor: pointer;
}

.step-edit i {
    font-size: 18px;
    vertical-align: middle;
}

.js-customer-form input[type="text"],
.js-customer-form input[type="email"],
.js-customer-form input[type="password"],
.js-customer-form input[type="date"],
.js-customer-form input[type="number"],
.js-customer-form select {
    background: #fafafa;
    border: 1px solid var(--color-gris);
    border-radius: 6px;
    width: 100%;
    font-size: 0.95rem;
    margin-bottom: 0px;
}

button.continue,
button.form-control-submit {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    font-weight: bold;
    font-size: 1rem;
    border: none;
    border-radius: 5px;
    margin: 0 5px;
    padding: 12px 28px;
    cursor: pointer;
    transition: background 0.3s ease;
}

button.continue:hover,
button.form-control-submit:hover {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
}

.form-informations {
    background: #f5f8fa;
    padding: 15px;
    border-radius: 6px;
    margin-bottom: 20px;
}

.form-control-comment {
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.forgot-password a {
    font-size: 0.9rem;
    color: var(--color-principal);
    text-decoration: underline;
}

.nav-separator {
    color: #bbb;
    padding: 0 5px;
}

.nav-inline .nav-link {
    color: var(--color-principal);
    font-weight: 500;
    font-size: 1rem;
}

.nav-inline .nav-link.active {
    border-bottom: 2px solid var(--color-principal);
}

.form-error {
    color: red;
    font-size: 0.9rem;
}

.form-group label {
    font-weight: 500;
    color: #333;
}

div#blockEmailSubscription_displayFooterBefore .custom-checkbox span {
    font-size: 0.9rem;
    color: var(--color-blanco);
}

div#blockEmailSubscription_displayFooterBefore label.psgdpr_consent_message a {
    color: var(--color-blanco);
}

.form-footer {
    margin-top: 20px;
}

.block-promo .promo-name .cart-summary-line span {
    color: #dd060a;
    font-weight: 700;
}

body#checkout section.checkout-step.-complete:first-of-type .step-title {
    padding-top: 1.25rem;
}

body#checkout section.checkout-step.-current+.checkout-step .step-title {
    border-bottom: 0px;
    border-top: 0px solid #ddd;
}

body#checkout section.checkout-step .step-title {
    border-bottom: 0px;
    font-size: 18px;
    padding-top: 1.25rem;
}

body#checkout #header .header-nav {
    background-color: rgba(0, 0, 0, 0);
}

#checkout .cart-grid-body.col-xs-12.col-lg-8 {
    padding-top: 25px;
}

body#checkout section#js-checkout-summary {
    background: var(--color-blanco);
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08) !important;
    margin-top: 35px;
    padding: 10px;
}

body#checkout .ets_solo_social_wrapper.lgp.mobile {
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08) !important;
    background: var(--color-cabecera);
}

body#checkout #order-summary-content .summary-selected-carrier .logo-container img,
body#checkout section.checkout-step .delivery-options .delivery-option img {
    margin-bottom: 10px;
}

body#checkout .ets_solo_or span {
    background-color: var(--color-cabecera);
}

body#checkout section.checkout-step .payment-options label {
    display: flex;
    align-items: center;
}

/* Paypal logo delante */
body#checkout section.checkout-step .payment-options label {
    order: 2;
    padding-left: 10px;
}


#payment-option-4-container label img {
    width: auto !important;
    background-color: var(--color-blanco) !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 15px 0px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

#payment-option-5-container label img {
    width: auto !important;
    background-color: var(--color-blanco) !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 6px !important;
    padding: 15px 0px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

.paypal-mark {
    border-radius: 5px;
    width: 93px;
}

.ets_solo_or span {
    background-color: #f3ebe8;
    color: var(--color-titulo);
}

body#checkout .cart-grid-right {
    position: sticky;
    top: 100px;
    align-self: start;
    z-index: 10;
}

body#checkout #cart-summary-product-list {
    display: block !important;
}

body#checkout #header {
    position: unset;
}

body#checkout {
    background-color: #ebeced4a !important;
}

body#checkout select.form-control:not([size]):not([multiple]) {
    width: 100%;
}

.js-product.product.horizontal-accessory {
    margin: 5px;
}

article.product-miniature.js-product-miniature {
    background-color: var(--color-blanco);
    border: 1px solid #dbdbdb;
    border-radius: .5rem;
    padding: 0.2rem 0.2rem 0.2rem;
    position: relative;
    margin-top: 5px;
}

article.product-miniature.js-product-miniature.reviews-loaded:hover {
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

body#checkout section.checkout-step .address-item.selected {
    background: var(--color-blanco);
    border: var(--color-acento) 3px solid;
    border-radius: 5px;
}

body#checkout .container-div {
    min-height: 75px;
    width: 100%;
    background: #f6f6f6;
    margin: 0 0 14px;
    border-radius: 10px;
    display: flex !important;
    align-items: center;
    padding: 15px;
}

body#checkout section.checkout-step .payment-options .payment-option {
    margin-bottom: .5rem;
    display: flex;
    align-items: center;
    margin: 0;
}

body#checkout section.checkout-step .payment-options .custom-radio {
    margin-right: 1.25rem;
}

body#checkout section.checkout-step .payment-options label img {
    margin: 0 27px 0 0;
    width: 93px;
}

.payment-option label {
    font-family: Nunito;
    font-size: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
    color: #232323;
}

body#checkout textarea#delivery_message {
    border-radius: 6px;
}

body#checkout button.continue.btn.btn-primary.float-xs-right {
    margin-right: 0px;
}

/***CHECKOUT MOVIL**********/
@media (max-width: 767px) {
    body#checkout #header .top-logo {
        justify-content: center;
        min-height: 100px;
    }

    body#checkout #header .header-nav {
        background: var(--color-blanco);
    }

    body#checkout #header,
    #header .header-top {
        background-color: var(--color-blanco);
    }

    body#checkout #header {
        padding: 15px 0px 0px;
    }
}

.txt-copy {
    font-size: 12px;
    text-align: center;
}

.custom-radio input[type=radio]:checked+span {
    background-color: #5b5b5b;
}

#checkout-delivery-step textarea.form-control,
#checkout-delivery-step textarea,
.checkout-step textarea {
    resize: none !important;
    overflow-y: auto;
    min-height: 42px;
    box-sizing: border-box;
}

/********MINIATURA*************/
.product-miniature .highlighted-informations .quick-view {
    font-size: 1rem;
    color: #7a7a7a;
    font-family: var(--fuente-base);
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: var(--color-blanco);
    text-transform: uppercase;
    box-shadow: none;
    padding: 8.5px 1.25rem;
    border-radius: 10px;
    background-color: var(--color-principal);
    transition: .3s all ease-in-out;
}

.product-miniature .highlighted-informations .quick-view:hover {
    color: var(--color-blanco);
}

.product-miniature .highlighted-informations {
    background: unset;
}

.product-price-and-shipping.d-flex.align-items-center {
    display: flex !important;
}

.product-price-and-shipping {
    display: flex;
    flex-direction: row-reverse !important;
    justify-content: center !important;
}

#js-product-list .product-miniature .thumbnail-container,
#products .product-miniature .thumbnail-container {
    position: relative;
    width: 100%;
    margin-bottom: 0;
    background: var(--color-blanco);
    overflow: visible;
}

#js-product-list .products>[class*="col-"],
#products .products>[class*="col-"] {
    display: flex;
}

#js-product-list .products>[class*="col-"]>article.product-miniature,
#products .products>[class*="col-"]>article.product-miniature {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#js-product-list .product-miniature .product-description,
#products .product-miniature .product-description {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}

body#index .ecarousel .swiper-wrapper {
    align-items: stretch !important;
}

body#index .ecarousel .swiper-slide {
    height: auto !important;
}

body#index .ecarousel .c_item {
    height: 100%;
}

body#index .product-miniature {
    background-color: var(--color-blanco);
    border: 1px solid #dbdbdb;
    border-radius: .5rem;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: unset;
    box-sizing: border-box;
}

.product-price-and-shipping:has(.discount-percentage) .price {
    color: #ba041a;
    font-weight: bold;
    font-size: 20px;
    margin-right: 12px;
}

.product-price-and-shipping:not(:has(.discount-percentage)) .price {
    color: #ba041a;
    font-weight: bold;
    font-size: 20px;
    margin-right: 12px;
}

article.product-miniature.js-product-miniature .product-add-to-cart.js-product-add-to-cart.addtocartattrproductlist-product-add-to-cart {
    display: none;
}

/*******THEME RKR**********/

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
body {
    color: var(--color-principal);
}


.h1,
.h2,
.h3 {
    font-family: Nunito;
    font-size: 30px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
}


#products .products-section-title,
.featured-products .products-section-title,
.product-accessories .products-section-title {
    margin: 0;
    font-weight: 500;
    text-align: left;
}

.carousel .carousel-control .icon-next:hover i,
.carousel .carousel-control .icon-prev:hover i,
.dropdown:hover .expand-more,
.page-my-account #content .links a:hover i,
.search-widget form button[type=submit] .search:hover,
.top-menu .sub-menu a:hover {
    color: var(--color-hover);
}

#products .all-product-link,
.featured-products .all-product-link,
.product-accessories .all-product-link {
    color: var(--color-principal);
}

.carousel .carousel-item .caption .display-1 {
    font-size: 32px;
    color: var(--color-principal);
    font-weight: 700;
}

.carousel .carousel-item .caption .caption-description .page-content.page-cms ul,
.carousel .carousel-item .caption .caption-description p,
.page-content.page-cms .carousel .carousel-item .caption .caption-description ul {
    color: var(--color-principal);
}

.carousel .carousel-item .caption .caption-description h3 {
    font-size: 1.25rem;
    font-weight: 500;
    color: var(--color-principal);
}

.cart-icon path {
    fill: #355E3B !important;
    stroke: #355E3B !important;
}

.header svg {
    fill: rgb(122 122 122 / 0%);
}

#_desktop_user_info .user-info svg path {
    fill: var(--color-principal);
}

body#checkout a:hover {
    color: var(--color-principal);
}


#subcategories ul li:hover .subcategory-image a {
    padding: 0px;
    border: 0px solid var(--color-principal);
}

#subcategories ul li .subcategory-image a {
    padding: 0px;
    border: 0px;
}

.blockcart .header>a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.blockcart .header>a .cart-products-count {
    position: absolute;
    top: 0;
    right: 0;
    display: block !important;
    transform: translate(35%, -35%);
    background-color: #f1c40f;
    color: var(--color-principal);
    font-size: 12px;
    font-weight: 700;
    padding: 2px 6px;
    border-radius: 999px;
    line-height: 1;
    min-width: 20px;
    text-align: center;
    z-index: 5;
}

@media (max-width: 767px) {
    .blockcart svg {

        margin-top: -2px;
    }
}

.page-content .links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center !important;
    gap: 35px;
    padding: 30px 0;
}

.page-content .links a {
    background-color: var(--color-blanco);
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    color: var(--color-principal);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 180px;
    max-width: 250px;
    flex: 1 1 220px;
}

.page-content .links a:hover {
    background-color: var(--color-fondo);
    transform: translateY(-4px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.page-content .links a:hover i.material-icons {
    color: var(--color-acento);
}

.page-content .links a:hover .link-item {
    color: var(--color-principal);
}

.page-footer a {
    display: block;
    text-align: center;
    font-weight: bold;
    margin: 30px 0;
    color: var(--color-blanco);
    text-decoration: none;
    transition: all 0.3s ease;
    background: var(--color-terciario);
    max-width: 200px;
    border-radius: 10px;
    padding: 10px;
    margin: 10px auto;
}

footer#footer .page-footer a:hover {
    color: var(--color-acento);
    text-decoration: underline;
}

@media (max-width: 576px) {
    .page-content .links {
        gap: 20px;
        padding: 15px;
    }

    .page-content .links a {
        padding: 15px;
    }
}

.page-my-account #content .links a i {
    color: var(--color-terciario);
}

/* =========================================================
   MI CUENTA (PS 8.2) — FIX módulos que usan <li> (ybc_blog etc.)
   Normaliza tamaño, alineación, iconos SVG y franja superior
   ========================================================= */
.page-my-account #content .links>li[class*="col-"],
.page-content .links>li[class*="col-"] {
    flex: 1 1 220px !important;
    max-width: 250px !important;
    width: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    list-style: none;
    display: flex;
}

.page-my-account #content .links>li.col-lg-4,
.page-my-account #content .links>li.col-md-6,
.page-my-account #content .links>li.col-sm-6,
.page-my-account #content .links>li.col-xs-12,
.page-content .links>li.col-lg-4,
.page-content .links>li.col-md-6,
.page-content .links>li.col-sm-6,
.page-content .links>li.col-xs-12 {
    flex: 1 1 220px !important;
    max-width: 250px !important;
}

.page-my-account #content .links>li>a,
.page-content .links>li>a {
    width: 100% !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    text-decoration: none;
}

.page-my-account #content .links>li>a .link-item,
.page-content .links>li>a .link-item {
    position: relative;
    padding-top: 10px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.page-my-account #content .links>li>a .link-item::before,
.page-content .links>li>a .link-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    opacity: .9;
}

.page-my-account #content .links .link-item>i.ss_icon_group,
.page-content .links .link-item>i.ss_icon_group {
    width: 44px;
    height: 0px;
    min-height: auto;
    display: flex !important;
    align-items: baseline;
    justify-content: center;
    margin: 0 auto 10px auto !important;
    color: var(--color-terciario);
}

.page-my-account #content .links .link-item>i.ss_icon_group svg,
.page-content .links .link-item>i.ss_icon_group svg {
    width: 40px !important;
    height: 40px !important;
    display: block;
    fill: currentColor;
}

.ybc-blog-form-comment .blog-submit .button:hover,
.blog_view_all:hover,
.view_all_link:hover,
.blog_view_all_button a:hover,
.add_new_post_blog a:hover,
#form_blog button[type='submit']:hover {
    background: var(--color-secundario);
}

.ybc-navigation-blog-content img {
    max-width: 100%;
    height: 200px;
}

a[href*="paytpv"] .material-icons {
    font-size: 0 !important;
    display: inline-block;
    color: #8b7366 !important;
}

a[href*="paytpv"] .material-icons:before {
    content: 'credit_card';
    font-size: 40px !important;
    font-family: 'Material Icons';
    visibility: visible;
    display: block;
}

/* 3. Nos aseguramos de que el de Facturas recupere su icono original */
#order-slips-link[href*="devolucion"] .material-icons:before {
    content: none !important;
}

#order-slips-link[href*="devolucion"] .material-icons {
    font-size: 40px !important;
}

/* ===
=============================
   Igualar altura interna de TODOS los tiles de Mi Cuenta
   (incluye Redes Sociales)
   ================================ */

.page-my-account #content .links>a,
.page-my-account #content .links>li>a,
.page-content .links>a,
.page-content .links>li>a {
    min-height: 140px;
    display: flex;
    align-items: center;
}

.page-my-account #content .links .link-item,
.page-content .links .link-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

@media (min-width: 992px) {
    .page-content .links {
        justify-content: flex-start !important;

    }
}

.page-my-account #content .links .link-item>i,
.page-content .links .link-item>i {
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a#social-link:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    opacity: .9;
}


@media (max-width: 576px) {
    .page-content .links {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 5px;
    }

    .page-my-account #content .links>a,
    .page-my-account #content .links>li,
    .page-my-account #content .links>a[class*="col-"],
    .page-my-account #content .links>li[class*="col-"] {
        flex: 0 0 calc(50% - 8px) !important;
        width: calc(50% - 8px) !important;
        max-width: calc(50% - 8px) !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
        margin: 0 !important;
        list-style: none;
        display: flex;
    }

    .page-my-account #content .links>a {
        padding: 0 !important;
    }

    .page-my-account #content .links>li>a,
    .page-my-account #content .links>a>.link-item,
    .page-my-account #content .links>li>a>.link-item {
        width: 100%;
        min-height: 140px;
        margin-bottom: 0px;
    }

    .page-my-account #content .links>a .link-item,
    .page-my-account #content .links>li .link-item {
        min-height: 120px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 15px 10px;
        width: 100%;
        box-sizing: border-box;
    }
}

@media (max-width: 420px) {

    .page-my-account #content .links>a,
    .page-my-account #content .links>li,
    .page-my-account #content .links>a[class*="col-"],
    .page-my-account #content .links>li[class*="col-"] {

        flex: 0 0 90% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .page-my-account #content .links>a,
    .page-my-account #content .links>li>a,
    .page-content .links>a,
    .page-content .links>li>a {
        max-width: 100%;
    }

    .page-content .links {
        padding: 5px 20px;
    }

}

/*******HISTORIAL PEDIDOS********/
@media (max-width: 768px) {
    #history .orders.hidden-md-up {
        margin-top: 20px;
    }

    #history .orders.hidden-md-up .order {
        background: var(--color-blanco);
        border: 1px solid #eee7e2;
        border-radius: 14px;
        padding: 16px;
        margin-bottom: 16px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    }

    #history .orders.hidden-md-up .order .row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin: 0;
    }

    #history .orders.hidden-md-up .order .col-xs-10 {
        width: calc(100% - 54px);
        padding: 0;
    }

    #history .orders.hidden-md-up .order .col-xs-2 {
        width: 40px;
        padding: 0;
        margin-left: 14px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    #history .orders.hidden-md-up .order h3 {
        margin: 0 0 8px;
        font-size: 22px;
        line-height: 1.2;
        font-weight: 700;
        color: var(--color-principal);
        text-transform: uppercase;
    }

    #history .orders.hidden-md-up .order .date,
    #history .orders.hidden-md-up .order .total {
        font-size: 15px;
        line-height: 1.4;
        color: #7d746f;
    }

    #history .orders.hidden-md-up .order .total {
        margin-top: 2px;
        font-weight: 600;
        color: var(--color-principal);
    }

    #history .orders.hidden-md-up .order .status {
        margin-top: 12px;
    }

    #history .orders.hidden-md-up .order .status .label,
    #history .orders.hidden-md-up .order .status .label-pill {
        display: inline-block;
        padding: 7px 12px;
        border-radius: 999px;
        font-size: 13px;
        font-weight: 600;
        line-height: 1.2;
        color: var(--color-blanco);
    }

    #history .orders.hidden-md-up .order .col-xs-2 a {
        width: 40px;
        height: 40px;
        border: 1px solid #e6ddd7;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-principal);
        background: var(--color-blanco);
        transition: all .2s ease;
        text-decoration: none;
    }

    #history .orders.hidden-md-up .order .col-xs-2 a:hover {
        background: #f8f6f4;
        border-color: var(--color-terciario);
        color: var(--color-terciario);
    }

    #history .orders.hidden-md-up .order .col-xs-2 .material-icons {
        font-size: 22px;
        line-height: 1;
    }
}

/**********HISTORIAL DE PEDIDOS*******/

/* =========================
   ORDER DETAIL - GENERAL
========================= */
#order-detail .box {
    border: 1px solid #eee7e2;
    border-radius: 14px;
    padding: 18px;
    background: var(--color-blanco);
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
    margin-bottom: 18px;
}

#order-detail h3,
#order-detail h4 {
    color: var(--color-principal);
}

#order-detail .label.label-pill {
    border-radius: 999px;
    padding: 7px 12px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

/* =========================
   CABECERA PEDIDO
========================= */
#order-detail #order-infos .box:first-child .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#order-detail #order-infos .box:first-child strong {
    display: block;
    font-size: 18px;
    line-height: 1.4;
    color: var(--color-principal);
}

#order-detail #order-infos .button-primary,
#order-detail .btn.btn-primary,
#order-detail .btn.btn-default,
#order-detail .form-control-submit {
    border-radius: 10px;
    min-height: 42px;
    padding: 10px 16px;
    font-weight: 600;
    box-shadow: none;
}

/* =========================
   INFO PEDIDO / MÉTODO PAGO
========================= */
#order-detail #order-infos ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-detail #order-infos ul li {
    padding: 6px 0;
    border-bottom: 1px solid #f1ece8;
}

#order-detail #order-infos ul li:last-child {
    border-bottom: 0;
}

/* =========================
   HISTORIAL ESTADOS
========================= */
#order-detail #order-history .history-lines {
    margin-top: 14px;
}

#order-detail #order-history .history-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    border-bottom: 1px solid #f1ece8;
}

#order-detail #order-history .history-line:last-child {
    border-bottom: 0;
}

#order-detail #order-history .history-line .date {
    font-weight: 500;
    color: #7d746f;
}

/* =========================
   DIRECCIONES
========================= */
#order-detail .addresses {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
}

#order-detail .addresses>div {
    padding-left: 8px;
    padding-right: 8px;
}

#order-detail .addresses article.box h4 {
    font-size: 17px;
    margin-bottom: 12px;
}

#order-detail .addresses address {
    margin: 0;
    line-height: 1.7;
    color: #6f6661;
    font-style: normal;
}

/* =========================
   CSV / EXCEL
========================= */
#order-detail a#wk_qo_generate_csv {
    margin-left: 8px;
}

#order-detail .box .text-xs-right .btn {
    margin-top: 6px;
}

/* =========================
   PRODUCTOS MÓVIL
========================= */
#order-detail .order-items.hidden-md-up .order-item {
    border: 1px solid #eee7e2;
    border-radius: 12px;
    padding: 14px;
    margin-bottom: 14px;
    background: var(--color-blanco);
}

#order-detail .order-items.hidden-md-up .order-item .row {
    margin: 0;
}

#order-detail .order-items.hidden-md-up .order-item .desc,
#order-detail .order-items.hidden-md-up .order-item .qty {
    padding: 0;
}

#order-detail .order-items.hidden-md-up .order-item .name {
    font-weight: 700;
    line-height: 1.45;
    color: var(--color-principal);
    margin-bottom: 8px;
}

#order-detail .order-items.hidden-md-up .order-item .ref {
    color: #7d746f;
    font-size: 14px;
    line-height: 1.5;
}

#order-detail .order-items.hidden-md-up .order-item .qty {
    margin-top: 14px;
}

#order-detail .order-items.hidden-md-up .order-item .qty .row {
    display: flex;
    align-items: center;
    text-align: center;
    border-top: 1px solid #f1ece8;
    padding-top: 12px;
}

#order-detail .order-items.hidden-md-up .order-item .qty .col-xs-4 {
    font-weight: 600;
    color: var(--color-principal);
}

/* =========================
   TOTALES MÓVIL
========================= */
#order-detail .order-totals.hidden-md-up.box {
    padding: 14px 18px;
}

#order-detail .order-totals .order-total {
    padding: 10px 0;
    border-bottom: 1px solid #f1ece8;
}

#order-detail .order-totals .order-total:last-child {
    border-bottom: 0;
}

#order-detail .order-totals .order-total strong {
    color: var(--color-principal);
}

/* =========================
   ENVÍO MÓVIL
========================= */
#order-detail .shipping-lines .shipping-line {
    border: 1px solid #eee7e2;
    border-radius: 12px;
    padding: 14px;
    background: var(--color-blanco);
}

#order-detail .shipping-lines .shipping-line ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

#order-detail .shipping-lines .shipping-line li {
    padding: 7px 0;
    border-bottom: 1px solid #f1ece8;
    color: #6f6661;
}

#order-detail .shipping-lines .shipping-line li:last-child {
    border-bottom: 0;
}

#order-detail .shipping-lines .shipping-line strong {
    color: var(--color-principal);
    margin-right: 6px;
}

/* =========================
   FORMULARIO MENSAJE
========================= */
#order-detail .order-message-form header h3 {
    margin-bottom: 8px;
}

#order-detail .order-message-form header p {
    color: #7d746f;
    line-height: 1.6;
}

#order-detail .order-message-form .form-control,
#order-detail .order-message-form .form-control-select,
#order-detail .order-message-form textarea {
    border-radius: 10px;
    border: 1px solid #d9cec6;
    box-shadow: none;
    min-height: 42px;
}

#order-detail .order-message-form textarea {
    min-height: 110px;
    padding: 12px;
}

#order-detail .order-message-form .form-control:focus,
#order-detail .order-message-form .form-control-select:focus,
#order-detail .order-message-form textarea:focus {
    border-color: var(--color-terciario);
    box-shadow: 0 0 0 3px rgba(166, 141, 123, 0.15);
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    #order-detail #order-infos .box:first-child .row {
        display: block;
    }

    #order-detail #order-infos .box:first-child .col-xs-9,
    #order-detail #order-infos .box:first-child .col-xs-3 {
        width: 100%;
        max-width: 100%;
        text-align: left !important;
        padding: 5px;
    }

    #order-detail .order-items.hidden-md-up .order-item {
        border: 0px;
    }

    #order-detail #order-infos .box:first-child .col-xs-3 {
        margin-top: 14px;
    }

    #order-detail #order-infos .button-primary {
        display: inline-flex;
        width: 100%;
        justify-content: center;
        text-align: center;
    }

    #order-detail .addresses>div {
        width: 100%;
        max-width: 100%;
        float: none;
    }

    #order-detail a#wk_qo_generate_csv {
        margin-left: 0;
        margin-top: 10px;
    }

    #order-detail .box .text-xs-right {
        text-align: left !important;
    }

    #order-detail .box .text-xs-right .btn {
        display: block;
        width: 100%;
    }

    #order-detail .order-message-form .form-group.row {
        margin-left: 0;
        margin-right: 0;
    }

    #order-detail .order-message-form .form-group .col-md-3,
    #order-detail .order-message-form .form-group .col-md-5,
    #order-detail .order-message-form .form-group .col-md-9 {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #order-detail .order-message-form .form-control-label {
        display: block;
        margin-bottom: 8px;
        font-weight: 600;
        color: var(--color-principal);
    }

    #order-detail .order-message-form .form-footer .btn {
        width: 100%;
    }

    #order-detail #order-history h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    #order-detail .order-items.hidden-md-up .order-item .qty .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 480px) {
    #order-detail .box {
        padding: 15px;
        border-radius: 12px;
    }

    #order-detail #order-infos .box:first-child strong {
        font-size: 16px;
    }

    #order-detail .order-items.hidden-md-up .order-item .name {
        font-size: 15px;
    }

    #order-detail .order-items.hidden-md-up .order-item .qty .col-xs-4 {
        font-size: 14px;
    }

    #order-detail .shipping-lines .shipping-line li,
    #order-detail #order-history .history-line {
        font-size: 14px;
    }
}


/*********** NUEVA DIRECCION******/

/* =========================
   ADDRESS FORM
========================= */
#address .address-form form {
    background: var(--color-blanco);
    border: 1px solid #eee7e2;
    border-radius: 14px;
    padding: 22px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .03);
}

#address .form-fields {
    margin: 0;
}

#address .form-group {
    margin-bottom: 18px;
}

#address .form-control-label {
    color: var(--color-principal);
    font-weight: 600;
    line-height: 1.4;
}

#address .form-control-comment {
    color: #9a8f88;
    font-size: 13px;
    line-height: 1.4;
}

#address .form-control,
#address .form-control-select,
#address select,
#address input,
#address textarea {
    border: 1px solid #d9cec6;
    border-radius: 10px;
    min-height: 44px;
    padding: 10px 14px;
    box-shadow: none;
    background: var(--color-blanco);
    color: var(--color-principal);
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#address textarea {
    min-height: 110px;
    resize: vertical;
}

#address .form-control:focus,
#address .form-control-select:focus,
#address select:focus,
#address input:focus,
#address textarea:focus {
    outline: none;
    border-color: var(--color-terciario);
    box-shadow: 0 0 0 3px rgba(166, 141, 123, 0.15);
}

#address .required::after {
    content: " *";
    color: #c75b6a;
}

#address .form-footer {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #f1ece8;
}

#address .form-control-submit,
#address .btn.btn-primary {
    border-radius: 10px;
    min-height: 44px;
    padding: 10px 22px;
    font-weight: 600;
    box-shadow: none;
}

#address select.form-control:not([size]):not([multiple]) {
    width: 100%;
}

.page-addresses .addresses-footer a span {
    margin-top: 0px;
}

/* =========================
   RESPONSIVE
========================= */
@media (max-width: 768px) {
    #address .address-form form {
        padding: 18px;
    }

    #address .form-group.row {
        margin-left: 0;
        margin-right: 0;
    }

    #address .form-group .col-md-3,
    #address .form-group .col-md-6,
    #address .form-group .col-md-9 {
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #address .form-control-label {
        display: block;
        margin-bottom: 8px;
    }

    #address .js-input-column {
        margin-bottom: 6px;
    }

    #address .form-control-comment {
        margin-top: 4px;
        margin-bottom: 2px;
    }

    #address .form-footer {
        text-align: left;
    }

    #address .form-control-submit,
    #address .btn.btn-primary {
        width: 100%;
        float: none !important;
        display: block;
    }
}

@media (max-width: 480px) {
    #address .address-form form {
        padding: 15px;
        border-radius: 12px;
    }

    #address .form-group {
        margin-bottom: 16px;
    }

    #address .form-control,
    #address .form-control-select,
    #address select,
    #address input,
    #address textarea {
        min-height: 42px;
        padding: 10px 12px;
        font-size: 14px;
    }
}

/* =========================
   ADDRESS FORM FIX MOBILE
========================= */

@media (max-width: 768px) {

    #address .form-group.row {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    #address .form-group .col-md-3,
    #address .form-group .col-md-6,
    #address .form-group .col-md-9 {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }

    #address .form-control-label {
        display: block;
        margin-bottom: 8px;
        text-align: left;
    }

    #address .form-control,
    #address select.form-control,
    #address .form-control-select {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    #address .js-input-column {
        margin-bottom: 6px;
    }

    #address .form-control-comment {
        margin-top: 4px;
        font-size: 13px;
        color: #9a8f88;
    }

}

/* =========================
   HIDE CART PREVIEW
========================= */

#address .cart-preview {
    display: none !important;
}

/*************DATOS PERSONALES***********/
#identity .form-group label {
    font-weight: 500;
    color: #333;
    text-align: left;
}

#identity input.form-control {
    padding: 10px;
    width: 100%;
}

@media (min-width:768px) and (max-width:991px) {

    input[name="psgdpr"]~.col-lg-12.col-md-6.col-xs-12 {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        width: 100% !important;
    }

}

/***************RGPD ********/
#module-psgdpr-gdpr section#content {
    padding: 0px;
}

@media (max-width: 576px) {

    #exportDataToCsv {
        margin-bottom: 10px;
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }

    #exportDataToPdf {
        width: 100%;
        margin-right: 0px;
        margin-left: 0px;
    }
}

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

.user-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-weight: 500;
    color: var(--color-principal);
}

.user-dropdown-menu {
    display: none;
    position: absolute;
    right: 0px;
    top: 45px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    padding: 15px;
    z-index: 99;
    min-width: 180px;
    transform: translateY(10px);
    opacity: 0;
    transition: all 0.3s ease;
}

.user-dropdown-wrapper:hover .user-dropdown-menu,
.user-dropdown-wrapper:focus-within .user-dropdown-menu {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

.user-dropdown-menu .user-name {
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--color-terciario);
}

.user-dropdown-menu a {
    display: block;
    padding: 6px 0;
    text-decoration: none;
    color: var(--color-principal);
}

.user-dropdown-menu a {
    color: var(--color-principal) !important;
    padding: 0px;
}

.user-dropdown-menu a:hover {
    color: var(--color-acento);
}

@media (max-width: 767px) {
    .user-label {
        display: none;
    }

}

.home-slider .custom-html h2 {
    color: #2f5842;
}

.home-slider .custom-html p {
    color: #2f5842;
}

div#_desktop_contact_link {
    color: var(--color-blanco);
}

div#_desktop_contact_link a {
    color: var(--color-blanco);
}

#header .header-nav #_desktop_contact_link #contact-link {
    margin: 7px;
}

div#soyresponsiveslider_wrapper {
    border-bottom: solid 5px var(--color-principal);
}

/*****************REDES SOCIALES  MICUENTA************/
@media (max-width: 576px) {
    .ets_solo_networks_login {
        overflow: hidden;
    }

    .ets_solo_networks_login table,
    .ets_solo_networks_login thead,
    .ets_solo_networks_login tbody,
    .ets_solo_networks_login tr,
    .ets_solo_networks_login th,
    .ets_solo_networks_login td {
        display: block;
        width: 100%;
    }

    .ets_solo_networks_login thead {
        display: none;
    }

    .ets_solo_networks_login table.table {
        margin-bottom: 0;
        border: 0;
    }

    .ets_solo_networks_login tbody tr {
        background: var(--color-blanco);
        border: 1px solid #e9e9e9;
        border-radius: 10px;
        padding: 14px;
        margin-bottom: 14px;
        box-sizing: border-box;
    }

    .ets_solo_networks_login tbody td {
        border: 0;
        padding: 8px 0;
        text-align: left !important;
    }

    .ets_solo_networks_login tbody td:nth-child(1)::before {
        content: "Red social";
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .ets_solo_networks_login tbody td:nth-child(2)::before {
        content: "Última conexión";
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .ets_solo_networks_login tbody td:nth-child(3)::before {
        content: "Acción";
        display: block;
        font-weight: 600;
        margin-bottom: 6px;
    }

    .ets_solo_networks_login .ets_solo_network {
        display: inline-flex;
        align-items: center;
        gap: 8px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
    }

    .ets_solo_networks_login .ets_solo_timer {
        display: block;
    }

    .ets_solo_networks_login .ets_solo_social_item,
    .ets_solo_networks_login .btn.btn-default {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 42px;
        box-sizing: border-box;
        white-space: normal;
        text-align: center;
    }
}

/************MI BLLOG COMENTARIOS*********/
@media (max-width: 768px) {

    #ybc_blog_page .table-responsive {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    #ybc_blog_page table {
        min-width: 650px;
    }

    #ybc_blog_page table th,
    #ybc_blog_page table td {
        white-space: nowrap;
        vertical-align: middle;
    }

    #ybc_blog_page .filter input,
    #ybc_blog_page .filter select {
        max-width: 100%;
        font-size: 13px;
    }

}

@media (max-width: 768px) {

    #ybc_blog_page .table-responsive::after {
        content: "→ desliza para ver más";
        display: block;
        font-size: 12px;
        color: #777;
        text-align: right;
        padding: 6px 4px 0;
    }

}

#ybc_blog_page .table.configuration thead tr.filter th {
    background: #f8f6f4;
    padding-top: 14px;
    padding-bottom: 14px;
    border-top: 1px solid #eee7e2;
    border-bottom: 1px solid #eee7e2;
}

#ybc_blog_page .table.configuration thead tr.filter input,
#ybc_blog_page .table.configuration thead tr.filter select {
    width: 100%;
    height: 40px;
    border: 1px solid #d9cec6;
    border-radius: 8px;
    background: var(--color-blanco);
    color: #4b3a33;
    font-size: 14px;
    padding: 0 12px;
    box-shadow: none;
    transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

#ybc_blog_page .table.configuration thead tr.filter input:focus,
#ybc_blog_page .table.configuration thead tr.filter select:focus {
    outline: none;
    border-color: var(--color-terciario);
    box-shadow: 0 0 0 3px rgba(166, 141, 123, 0.15);
}

#ybc_blog_page .table.configuration thead tr.filter input::placeholder {
    color: #9a8f88;
}

#ybc_blog_page .table.configuration thead tr.filter .btn.btn-default {
    height: 40px;
    border-radius: 8px;
    border: 1px solid var(--color-terciario);
    background: var(--color-terciario);
    color: var(--color-blanco);
    padding: 0 16px;
    font-weight: 600;
    transition: all .2s ease;
}

#ybc_blog_page .table.configuration thead tr.filter .btn.btn-default:hover {
    background: var(--color-principal);
    border-color: var(--color-principal);
    color: var(--color-blanco);
}

#ybc_blog_page .table.configuration thead tr.filter .btn.btn-default i,
#ybc_blog_page .table.configuration thead tr.filter .btn.btn-default svg {
    fill: currentColor;
    color: currentColor;
}

#ybc_blog_page .table.configuration thead tr:not(.filter) th {
    background: #f3efec;
    color: var(--color-principal);
    font-weight: 600;
    border-bottom: 1px solid #e6ddd7;
}

#ybc_blog_page .table.configuration th,
#ybc_blog_page .table.configuration td {
    vertical-align: middle;
}

/*******DESCUENTO POR CANTIDAD*****/
ul.table-products .save_amount {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    text-align: center;
    border-radius: 5px;
}

ul.table-products {
    grid-auto-columns: 33%;
    gap: 2px;
}

p.discount {
    color: #2c2c2c;
    font-size: 14px;
    line-height: 1;
}

ul.table-products p {
    margin-bottom: 0px;
    padding: 2px 6px;
}

ul.table-products li.table-products-item {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 10px 10px;
    background-color: var(--color-blanco);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    transition: box-shadow 0.3s ease;
    margin-bottom: 0px;
}

@media screen and (min-width: 1545px) {
    ul.table-products {
        grid-template-areas: "a a a";
    }
}

@media screen and (max-width: 1544px) and (min-width: 768px) {
    ul.table-products {
        grid-template-areas: "a a a";
    }

    .col-centro {
        padding: 0px;
    }
}

@media (max-width: 767px) {
    ul.table-products {
        grid-auto-columns: auto;
        gap: 10px;
    }
}

@media only screen and (max-width: 499px) {
    ul.table-products {
        grid-template-areas: "a a";
    }

    ul.table-products {
        grid-auto-columns: 50%;
        gap: 4px;
    }

    .col-centro {
        padding: 16px;
    }
}

@media only screen and (max-width: 365px) {
    ul.table-products {
        grid-template-areas: "a ";
    }

    ul.table-products {
        grid-auto-columns: 100%;
        gap: 4px;
    }

    .col-centro {
        padding: 16px;
    }
}

/********** CARRUSEL DE MARCAS HOME **********/
.titulos_top .item-title {
    display: none;
}

/********** CARRUSEL DE SUBCATEGORÍAS **********/
a.subcategory-name {
    font-size: 16px;
}

#subcategories {
    border-top: 0px;
}

#subcategories .subcategory-heading {
    margin-bottom: 20px;
    font-weight: 500;
    text-transform: uppercase;
}

#subcategories {
    position: relative;
    margin-bottom: 20px;
}

#subcategories ul.subcategories-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 16px;
    padding: 10px 0;
    list-style: none;
    margin: 0;
}

/********** TARJETAS SUBCAT – DISEÑO FUSIONADO **********/

#subcategories ul.subcategories-list>li {
    flex: 0 0 auto;
    width: 160px;
    background: linear-gradient(145deg, var(--color-blanco), #f8f9fa);
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    text-align: center;
    padding: 12px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    animation: fadeIn 0.3s ease-in;
    position: relative;
}

#subcategories ul.subcategories-list>li:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 16px var(--color-fondo-claro);
}

/********** LÍNEA DECORATIVA INFERIOR **********/

#subcategories ul.subcategories-list>li::after {
    content: '';
    display: block;
    height: 3px;
    width: 40%;
    margin: 8px auto 0;
    background: var(--color-principal);
    border-radius: 2px;
}

/********** IMÁGENES REDUCIDAS **********/

#subcategories .subcategory-image {
    margin-bottom: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

#subcategories .subcategory-image img {
    max-height: 110px;
    max-width: 80%;
    object-fit: contain;
    border-radius: 6px;
}

/********** NOMBRE DE LA SUBCATEGORÍA **********/

#subcategories h5 {
    font-size: 14px;
    font-weight: 700;
    color: #007cbd;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-family: "Poppins", sans-serif;
}

#subcategories h5 a {
    color: var(--color-principal);
    text-decoration: none;
}

#subcategories h5 a:hover {
    color: #005f9e;
}


#subcategories .subcat-arrow {
    position: absolute;
    top: 50%;
    background: #ffffff00;
    border: 0px solid var(--color-gris);
    color: var(--color-terciario);
    font-size: 39px;
}


#subcategories .subcat-arrow:hover {
    background: #ffffff00;
    color: var(--color-terciario);
}

#subcategories .subcat-arrow.left {
    left: -10px;
}

#subcategories .subcat-arrow.right {
    right: -10px;
}

/********** ENTRADA SUAVE **********/

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/********** OPCIONAL: OCULTAR FLECHAS EN DESKTOP **********/

@media (min-width: 1025px) {
    #subcategories .subcat-arrow {
        display: none;
    }
}

/************** COMBINACIONES **************/
ul#group_11,
.product-variants>.product-variants-item ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    justify-content: flex-start;
    box-sizing: border-box;
}

.product-variants>.product-variants-item ul li {
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: calc((100% - 12px) / 3);
    margin: 0 !important;
    padding-right: 28px;
    border: 3px solid #35a53521;
    background: #35a53521;
    overflow: hidden;
}

.radio-label,
span.radio-label-outstock {
    display: flex;
    flex-direction: column;
    padding: 6px;
    background: unset;
    border: 0;
    text-align: left;
    color: var(--color-gris-txt);
    font-weight: normal;
    width: 100%;
}

.product-variants input.input-radio+span {
    padding: 0 !important;
}

li.input-container.float-xs-left.radio-label-stock,
li.input-container.float-xs-left.radio-label-stock:hover {
    border: 3px solid #c9eac9;
    background: #35a53521;
    padding: 5px;
    min-height: 75px;
    align-items: flex-start;
}

li.input-container.float-xs-left.radio-label-outstock,
li.input-container.float-xs-left.radio-label-outstock:hover {
    background: rgb(255 16 16 / 40%);
    border: 3px solid #fd9da6;
    padding: 5px;
    min-height: 75px;
    align-items: flex-start;
}

@media (max-width: 768px) {

    ul#group_11,
    .product-variants>.product-variants-item ul {
        display: grid !important;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 6px;
        width: 100%;
        justify-content: unset !important;
    }

    .product-variants>.product-variants-item ul li,
    #group_11>li {
        width: 100% !important;
        margin: 0 !important;
        min-width: 0;
    }

    li.input-container.float-xs-left.radio-label-stock,
    li.input-container.float-xs-left.radio-label-stock:hover,
    li.input-container.float-xs-left.radio-label-outstock,
    li.input-container.float-xs-left.radio-label-outstock:hover {
        min-height: 60px;
    }
}

li.input-container.float-xs-left.radio-label-stock::before,
li.input-container.float-xs-left.radio-label-outstock::before {
    position: absolute;
    right: 3px;
    bottom: 3px;
    display: flex;
    align-items: center;
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: 400;
    opacity: .2;
    font-size: 24px;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    pointer-events: none;
}

li.input-container.float-xs-left.radio-label-stock::before {
    content: "\f00c";
}

li.input-container.float-xs-left.radio-label-outstock::before {
    content: "\f00d";
}

.radio-label-price {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #0075BF;
}

span.radio-label-name {
    font-weight: bold;
}

li.input-container.float-xs-left.seleccionado {
    border: none;
}

li.input-container.float-xs-left.sinstock.seleccionado {
    border: 3px solid #fd9da6;
}

li.input-container.float-xs-left.radio-label-stock.seleccionado {
    border: 3px solid #35a535;
}

.input-radio:checked+span,
.input-radio:hover+span,
.input-color:checked+span,
.input-color:hover+span {
    border: none;
    background-color: transparent;
}

.addtocartattrproductlist .input-color+span,
.input-color+span,
.input-radio+span {
    border: 0;
    display: inline-block;
}

.radio-label-stock-prox,
li.input-container.float-xs-left.radio-label-stock-prox input.input-radio {
    word-wrap: break-word;
}

@media (max-width: 767px) {
    .radio-label-prox {
        font-size: 12px;
    }
}

#product .tabs-ficha {
    width: 100%;
    max-width: none;
}

.tabs {
    padding: 0px !important;
}

.product-container-blocks .tabs-ficha {
    grid-column: 1 / -1;
}

@media (min-width: 1200px) {
    #product .tabs-ficha {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }
}

.product-variants .input-container.radio-label-stock {
    border: 3px solid #c9eac9 !important;
    background: #35a53521 !important;
    padding: 5px;
}

.product-variants .input-container.radio-label-stock:hover {
    border: 3px solid #9dd89d !important;
}

.product-variants .input-container.radio-label-stock:has(.input-radio:checked) {
    border: 3px solid #35a535 !important;
    background: #35a53521 !important;
}

.product-variants .input-container.radio-label-outstock {
    background: rgb(255 16 16 / 40%) !important;
    border: 3px solid #fd9da6 !important;
}

.product-variants .input-container.radio-label-outstock:has(.input-radio:checked) {
    border: 3px solid #fd9da6 !important;
}


/********CARRITO*******/
.card.cart-summary {
    background: var(--color-blanco);
    border-radius: 8px;
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.08) !important;
    margin-top: 20%;
}

.product-line-grid {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cart-overview.js-cart {
    margin: 25px 0;
    background: var(--color-blanco);
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-family: 'Poppins', sans-serif;
}

.card.cart-summary.chil-cart-container-summary {
    margin: 25px 0;
    background: var(--color-blanco);
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-family: 'Poppins', sans-serif;
}

.ets_solo_social_wrapper {
    margin: 25px 0;
    background: var(--color-cabecera);
    border-radius: 12px;
    padding: 30px 25px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-family: 'Poppins', sans-serif;
}

h3.ets_solo_social_title {
    color: var(--color-principal);
}

.product-line-grid-right .cart-line-product-actions,
.product-line-grid-right .product-price {
    font-size: 18px;
    font-weight: 500;
    line-height: 2rem;
    color: #c00400;
}

.cart-detailed-totals.js-cart-detailed-totals {
    padding: 15px;
}

.card-block.checkout {
    padding: 15px;
}

@media screen and (max-width: 767px) {
    .card-block {
        padding: 20px;
    }
}

body#cart .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 9.5px 10px;
}

body#cart .price {
    text-align: right;
}

a.remove-from-cart {
    font-size: 24px;
    color: var(--color-terciario);
}

i.falticon.flaticon-sm-garbage {
    color: var(--color-terciario);
}

/*******Carrito Movil********/
/* ===== Carrito: versión móvil pulida (solo ≤767px) ===== */
@media (max-width: 767px) {
    .cart-item .product-line-grid {
        display: grid;
        grid-template-columns: 90px 1fr;
        gap: 10px;
        align-items: center;
    }

    .cart-item .product-line-grid>[class*="col-"] {
        float: none !important;
        width: auto !important;
        padding: 0 !important;
    }

    .cart-item .product-line-grid-left {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .cart-item .product-line-grid-body {
        grid-column: 2;
        grid-row: 1;
    }

    .cart-item .product-line-grid-right {
        grid-column: 1 / -1;
        grid-row: 2;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin-top: 6px;
    }

    .cart-item .product-line-grid-left .product-image,
    .cart-item .product-image {
        width: 90px;
        min-width: 90px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cart-item .product-image img {
        width: 80px;
        height: 80px;
        object-fit: contain;
        background: var(--color-blanco);
        border-radius: 8px;
        display: block;
        max-width: none !important;
    }

    .cart-item .product-line-grid-body .product-price {
        margin-top: 4px;
    }

    .cart-item .product-line-grid-body .styled-price .price-integer {
        font-size: 25px;
        font-weight: 800;
        line-height: 1;
    }

    .cart-item .product-line-grid-body .styled-price .price-super {
        font-size: 14px;
        position: relative;
        top: -8px;
    }

    .cart-item .product-line-grid-right>.row {
        display: flex !important;
        align-items: center;
        gap: 12px;
        margin: 0 !important;
        width: 100%;
    }

    .cart-item .product-line-grid-right>.row>.col-md-10 {
        flex: 1 1 auto;
        width: auto !important;
        padding: 0 !important;
    }

    .cart-item .product-line-grid-right>.row>.col-md-10>.row {
        display: flex !important;
        align-items: center;
        gap: 12px;
        margin: 0 !important;
        width: 100%;
    }

    .cart-item .product-line-grid-right>.row>.col-md-2 {
        flex: 0 0 auto;
        width: auto !important;
        padding: 0 !important;
        display: flex;
        justify-content: flex-end;
    }

    .cart-item .product-line-grid-right .qty {
        flex: 0 0 120px;
        max-width: 120px;
    }

    .cart-item .bootstrap-touchspin {
        max-width: 120px;
    }

    .cart-item .bootstrap-touchspin input[type="number"] {
        height: 40px;
        font-size: 16px;
        text-align: center;
        border-radius: 6px 0 0 6px;
    }

    .cart-item .input-group-btn-vertical .btn {
        padding: 8px;
    }

    .product-line-grid-body>.product-line-info>.label {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .cart-item .product-line-grid {
        align-items: start;
    }

    .cart-item .product-line-grid-left .product-image,
    .cart-item .product-image {
        align-items: flex-start !important;
        justify-content: center;
    }

    .cart-item .product-image img {
        display: block;
        margin: 0;
        vertical-align: top;
    }

    .cart-item .product-line-grid-body {
        align-self: start;
    }
}

/* =========================================================
   CART MÓVIL — OVERRIDE DEFINITIVO (pisar CSS viejo)
   Objetivo: imagen + info arriba, y abajo fila compacta:
   [cantidad] [total] [papelera]
   ========================================================= */

@media (max-width: 767px) {
    .cart-item .product-line-grid {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
        align-items: flex-start !important;
    }

    .cart-item .product-line-grid>[class*="col-"] {
        float: none !important;
        padding: 0 !important;
    }

    .cart-item .product-line-grid-left {
        flex: 0 0 90px !important;
        width: 90px !important;
    }

    .cart-item .product-line-grid-left .product-image {
        width: 90px !important;
        min-width: 90px !important;
        display: flex !important;
        align-items: flex-start !important;
        justify-content: center !important;
    }

    .cart-item .product-image img {
        width: 80px !important;
        height: 80px !important;
        object-fit: contain;
        background: var(--color-blanco);
        border-radius: 8px;
        display: block;
        margin: 0;
        vertical-align: top;
    }

    .cart-item .product-line-grid-body {
        flex: 1 1 calc(100% - 100px) !important;
        min-width: 160px;
        align-self: flex-start !important;
    }

    .cart-item .product-line-grid-right {
        flex: 0 0 100% !important;
        width: 100% !important;
        margin-top: 6px;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions {
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        gap: 10px;
        margin: 0 !important;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions-left {
        flex: 1 1 auto !important;
        width: auto !important;
        padding: 0 !important;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions-left .row {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        gap: 12px;
        margin: 0 !important;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions-left .qty,
    .cart-item .product-line-grid-right .rkr_cart_actions-left .price {
        width: auto !important;
        max-width: none !important;
        padding: 0 !important;
        flex: 0 0 auto;
    }

    .cart-item input.js-cart-line-product-quantity {
        width: 62px !important;
        max-width: 62px !important;
        height: 40px !important;
        line-height: 40px !important;
        padding: 0 8px !important;
        text-align: center;
        border-radius: 10px;
        border: 1px solid rgba(0, 0, 0, .18);
        background: var(--color-blanco);
        font-weight: 600;
    }

    .cart-item .product-line-grid-right .product-price strong {
        white-space: nowrap;
        display: inline-block;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions-trash {
        flex: 0 0 auto !important;
        width: auto !important;
        padding: 0 !important;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions-trash a.remove-from-cart {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 10px;
    }

    .cart-item .product-line-grid-body>.product-line-info>.label {
        font-size: 16px;
        line-height: 1.25;
        word-break: break-word;
        display: block;
    }

    .cart-item .product-line-grid-body .styled-price .price-integer {
        font-size: 25px;
        font-weight: 800;
        line-height: 1;
    }

    .cart-item .product-line-grid-body .styled-price .price-super {
        font-size: 14px;
        position: relative;
        top: -8px;
    }
}

@media (max-width: 320px) {
    .cart-item .product-line-grid-right .rkr_cart_actions-left .row {
        flex-wrap: wrap;
        row-gap: 8px;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions-left .qty,
    .cart-item .product-line-grid-right .rkr_cart_actions-left .price {
        flex: 0 0 100%;
    }

    .cart-item .product-line-grid-right .rkr_cart_actions-left .price {
        text-align: left !important;
    }

    a.remove-from-cart {
        margin-top: 3.3125rem !important;
    }
}

/*****precio rebajado y oferta******/
.product-line-info.product-price.has-discount .styled-price {
    display: inline-flex;
    align-items: flex-end;
    margin: 0;
}

.product-line-info.product-price.has-discount .product-discount {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-left: 1rem;
}

body#cart .cart-grid-right {
    position: sticky;
    top: 100px;
    align-self: start;
    z-index: 10;
}

.cart-grid-body .card-block h1 {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2rem;
    color: #333;
}


/********LG COMMENTS********/
.product-miniature .stars-container {
    margin-top: 10px;
}

.product-miniature .stars-container span {
    display: none;
}

div#googleRichSnippets {
    display: none;
}

.product-comments-additional-info {
    justify-content: center;
}

.btn-comment,
.btn-comment-inverse {
    height: 38px;

    background-color: var(--color-principal);
    color: var(--color-blanco);
    font-size: 15px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.btn-comment:hover {
    background-color: #f3ebe8;
    color: #9b8573;
}

#form_review_popup #submit_review {
    background: #23253a;
    border: 1px solid #23253a;
}

@media (max-width: 767px) {
    #widget_block {
        text-align: center;
        padding: 0px;
        z-index: 9999;
        display: none;
    }
}

.lgcomment_summary {
    display: none;
}

/******Entrega estimada*********/
.estimateddelivery-list p {
    margin-bottom: 0;
    text-align: center;
    font-size: 14px !important;
    padding: 0px;
}

.estimateddelivery-list *,
.estimateddelivery-list *::before {
    font-size: 14px !important;
}

.estimateddelivery>div {
    padding: 3px;
}

#product #estimateddelivery strong,
article.product-miniature .estimateddelivery .date_green,
.hook_displayEDInProductList .estimateddelivery .date_green {
    color: var(--color-terciario);
    font-weight: bold;
    animation: pulseFade 1.5s ease-in-out infinite;
}

@keyframes pulseFade {

    0%,
    100% {
        opacity: 1;
    }

    50% {
        opacity: .35;
    }
}



.comment_anchor_content {
    text-align: center;
    font-size: 12px;
}

.commentfiltertitle span {
    color: var(--color-principal);
}

/*******LG COMMENTS HOME******/
#lgcomments-owl .item .slide-container {
    background: var(--color-blanco);
    border: 1px solid #E9EEF3;
    border-radius: 16px;
    padding: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .05);
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    text-align: left;
}

#lgcomments-owl .slide-title {
    font-weight: 500;
    color: #3c4043;
    margin: 2px 0 0;
    font-size: 15px;
}

#lgcomments-owl .slide-comment {
    color: #2a3340;
    font-size: 15px;
    line-height: 1.55;
    margin-top: 2px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.lgcomment_summary {
    border-bottom: 2px solid #000000;
}

.commentfilter span {
    display: inline-flex !important;
    font-size: 14px;
}

.commentfilter img {
    max-width: 100px !important;
}

.commentfiltertitle {
    margin-bottom: 12px !important;
}

.commentfilterreset {
    font-size: 12px !important;
}

.addtocartattrproductlist-product-add-to-cart {
    display: none;
}

#samecategory_4 .addtocartattrproductlist-product-add-to-cart {
    display: none;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.5rem - 0px);
    width: 75%;
    margin: 0 auto;
}

div#afFinalizeCart {
    display: none;
}

#lgcomment .productComment .content-block {
    border-left: 1px solid var(--color-terciario);
}

body .btnOpenCloseToaster {
    display: none;
}

.btnCardOrder a {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
}

#amazzing_filter {
    box-shadow: unset;
}

div#lgcomment button#displayLess {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    text-align: center;
    border-radius: 5px;
}

div#lgcomment button#displayMore {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
    text-align: center;
    border-radius: 5px;
    border: 0px;
}

#amazzing_filter.block .title_block {
    font-weight: 500;
}

.brands-sort .select-list:hover,
.products-sort-order .select-list:hover,
.suppliers-sort .select-list:hover {
    background: var(--color-terciario);
}

.hidden-md-up a {
    text-transform: inherit;
    border-radius: 6px;
    margin-top: 10px;
}

/******MARCAS*******/
.brand-infos p {
    text-align: center;
}

/****************ets login***************/
div#_desktop_user_info .ets_solo_social_wrapper.slw_and_alw.alw {
    margin: auto;
    background: var(--color-cabecera);
    border-radius: 12px;
    padding: 0px 0px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    font-family: 'Poppins', sans-serif;
}

.ets_social_login {
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    min-width: 180px;
    max-width: 250px;
}

.links .link-item::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    opacity: .9;
}

/*******DIRECCIONES*******/
.address {
    position: relative;
    background: linear-gradient(180deg, var(--color-blanco) 0%, #fafbfc 100%);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    padding: 18px 18px 14px;
    min-height: 160px;
    transition: transform .18s ease, box-shadow .18s ease;
    overflow: hidden;
}

.address::before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    opacity: .95;
}

.address:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .14);
}

.page-content .links i.material-icons {
    font-size: 40px;
    margin-bottom: 10px;
    color: var(--color-principal);
    transition: color 0.3s ease;
}

.address-body h4 {
    font-weight: 300;
    color: var(--color-principal);
    margin: 4px 0 10px;
    font-size: 18px;
}

.address-body address {
    margin: 0;
    color: #3b3f4a;
    line-height: 1.45;
    font-style: normal;
    font-size: 14px;
}

.address-footer a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(26, 116, 180, .06);
    color: var(--color-principal);
    font-weight: 700;
    text-decoration: none;
    transition: background .18s ease, transform .18s ease, box-shadow .18s ease;
}

.address-footer a:hover {
    background: rgba(26, 116, 180, .12);
    transform: translateY(-1px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .08);
}

.page-content .links .link-item {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-titulo);
    text-transform: uppercase;
    line-height: 1.4;
}

#addresses a[data-link-action="add-address"],
a[href*="crear-nueva-direccion"],
a[href*="address?new"] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 10px;
    border-radius: 10px;
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco) !important;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .12);
}

#addresses a[data-link-action="add-address"]:hover {
    filter: brightness(1.02);
}

@media (max-width: 767px) {
    .ets_solo_wrapper_content.slw_and_alw.alw {
        width: 100%;
        padding-top: 65px;
        max-width: unset;
        height: 100vh;
    }
}

/*******DATOS PERSONALES********/
form#customer-form {
    position: relative;
    background: linear-gradient(180deg, var(--color-blanco) 0%, #fafbfc 100%);
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
    padding: 18px 18px 14px;
    min-height: 160px;
    transition: transform .18s ease, box-shadow .18s ease;
    overflow: hidden;
}

form#customer-form:before {
    content: "";
    position: absolute;
    inset: 0 0 auto 0;
    height: 4px;
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    opacity: .95;
}


/****HOME BANNERS *******/

/* ===== HOME · BANNERS — GRID en móvil/tablet, “T” en desktop ===== */
.home-banners .custom-html p {
    margin: 0;
}

.home-banners img,
.home-banners .banner-link {
    display: block;
    width: 100% !important;
    height: auto !important;
    float: none !important;
    border-radius: 0 !important;
}

.home-banners {
    margin: 0;
}

.home-banners .home-banner,
.home-banners .cb-item-content {
    padding: 0 !important;
    margin: 0 !important;
}


/* ---------- MÓVIL (≤767px) = GRID ---------- */
@media (max-width: 767px) {
    .home-banners {
        display: grid;
        grid-template-columns: 1fr;
        gap: 12px;
        padding: 0 16px;
        overflow: visible;
        scroll-snap-type: none;
        margin-top: 10px;
    }

    .home-banners .home-banner {
        flex: initial;
        max-width: 100%;
        scroll-snap-align: unset;
    }
}

@media (max-width: 767px) {
    .page-home .home-banners:first-of-type {
        width: 100vw;
        max-width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }

    .page-home h2,
    .page-home .section-title {
        margin-top: 16px;
    }
}

.banners-grandes {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.banners-grandes { 
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: clamp(-60px, -4vw, -12px);
}

.banners-grandes .banners-grandes-1 { 
    width: 50%;
        padding-right: 0.9%;
}

.banners-grandes .banners-grandes-2 {
    width: 50%;
        padding-left: 0.9%;
}
.banners-grandes .banners-grandes-1 img {
    width: 100%;
    margin: 0 !important;
}
.banners-grandes .banners-grandes-2 img {
    width: 100%;
    margin: 0 !important;
}
/* ---------- TABLET (768–991px) = GRID ---------- */
@media (max-width: 991px) { 
    .banners-grandes{
        display: none;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .home-banners {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 16px;
        padding: 0 20px;
        overflow: visible;
        scroll-snap-type: none;
    }

    .home-banners .home-banner {
        flex: initial;
        max-width: 100%;
    }
    .banners-grandes{
        display: none;
    }
}

/* ---------- DESKTOP (≥992px) = composición en “T” ---------- */
@media (min-width: 992px) {
    .home-banners {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        gap: 25px;
        margin-top: 20px;
    }

    .home-banners .banner-1 {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .home-banners .banner-2 {
        grid-column: 2 / span 2;
        grid-row: 1;
    }

    .home-banners .banner-3 {
        grid-column: 2;
        grid-row: 2;
    }

    .home-banners .banner-4 {
        grid-column: 3;
        grid-row: 2;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .home-banners {
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: 1fr;
        gap: 16px;
        padding: 0 20px;
        overflow: visible;
        scroll-snap-type: none;
        margin-top: 15px;
    }

    .home-banners .home-banner {
        padding: 0 !important;
        margin: 0 !important;
    }

    .home-banners .banner-1 {
        grid-column: 1;
        grid-row: 1 / span 2;
    }

    .home-banners .banner-2 {
        grid-column: 2 / span 2;
        grid-row: 1;
    }

    .home-banners .banner-3 {
        grid-column: 2;
        grid-row: 2;
    }

    .home-banners .banner-4 {
        grid-column: 3;
        grid-row: 2;
    }
}


/**** GLOBAL para Easy Carousels***/
.easycarousel .sw-nav {
    background: rgba(0, 0, 0, 0.8);
}

.easycarousel .sw-nav:hover,
.easycarousel .sw-nav:focus {
    background: #000000 !important;
}

.easycarousel .sw-nav::before {
    color: var(--color-blanco) !important;
}

.easycarousel .sw-nav svg {
    fill: var(--color-blanco) !important;
}

.easycarousel .sw-nav::after {
    border-color: var(--color-blanco) !important;
}

.easycarousel {
    overflow: hidden;
}

.easycarousel .c_container.ecarousel.swiper {
    box-sizing: border-box;
}

.easycarousel .c_item {
    box-sizing: border-box;
    padding: 5px 2.5px;
}

.c_item {
    padding: 5px 2.5px;
}

@media (max-width:767px) {

    .easycarousel .c_container.ecarousel.swiper {
        overflow: visible !important;
    }

    .easycarousel .c_item {
        padding: 5px;
    }


    .easycarousel.no-peek .swiper-slide {
        width: auto !important;
        margin-right: 0 !important;
    }

    .sw-nav.next,
    .n-hover:hover .sw-nav.next {
        display: none;
    }

}

.easycarousels .product-miniature .product-title {
    padding: 0px 5px;
}

/* ===== Newsletter: plegado elegante (versión pulida) ===== */
.block_newsletter .row>[class*="col-"]:last-child {
    position: relative;
    --fold-h: 180px;
    max-height: var(--fold-h);
    overflow: hidden;
    transition: max-height .6s ease;
}

.block_newsletter .row>[class*="col-"]:last-child:not(:hover):not(:focus-within) {
    padding-bottom: 40px;
}

.block_newsletter:hover .row>[class*="col-"]:last-child,
.block_newsletter:focus-within .row>[class*="col-"]:last-child {
    max-height: 440px;
    padding-bottom: 0;
}

@media (max-width: 767px) {

    .block_newsletter:hover .row>[class*="col-"]:last-child,
    .block_newsletter:focus-within .row>[class*="col-"]:last-child {
        max-height: 650px;
        padding-bottom: 0;
    }
}

.block_newsletter .legal-toggle {
    display: none !important;
}

.block_newsletter .row>[class*="col-"]:last-child::before {
    content: "";
    position: absolute;
    left: -12px;
    right: -12px;
    bottom: 0;
    height: 64px;
    background: linear-gradient(to bottom, rgba(35, 37, 58, 0) 0%, rgb(63 46 41) 70%, rgb(63 46 41) 100%);
    pointer-events: none;
    transition: opacity .3s ease;
    z-index: 1;
}

.block_newsletter .row>[class*="col-"]:last-child::after {
    content: "Información legal";
    position: absolute;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    background: rgba(255, 255, 255, .12);
    color: var(--color-blanco);
    border-radius: 999px;
    padding: .45rem .8rem;
    font-size: .9rem;
    line-height: 1;
    transition: opacity .25s ease, transform .25s ease, background .2s ease;
    pointer-events: none;
    z-index: 2;
}

.block_newsletter .row>[class*="col-"]:last-child::after:hover {
    background: rgba(255, 255, 255, .18);
}

.block_newsletter:hover .row>[class*="col-"]:last-child::before,
.block_newsletter:focus-within .row>[class*="col-"]:last-child::before,
.block_newsletter:hover .row>[class*="col-"]:last-child::after,
.block_newsletter:focus-within .row>[class*="col-"]:last-child::after {
    opacity: 0;
    transform: translateY(6px);
}

@media (max-width: 767px) {
    .block_newsletter .row>[class*="col-"]:last-child {
        --fold-h: 180px;
    }
}

@media (min-width: 1200px) {
    .block_newsletter .row>[class*="col-"]:last-child {
        --fold-h: 220px;
    }
}

.block_newsletter #block-newsletter-label {
    font-size: 22px;
    font-weight: 500;
}

/*******FOOTER***************/
.block-social ul li {
    background-color: var(--color-principal);
    border-radius: 50%;
}

.block-social ul li:hover {
    background-color: #232739c2;
}

.footer-container .links ul>li {
    padding: .625rem !important;
    font-weight: 600;
    border-bottom: 1px solid var(--color-blanco);
}

.account-list li.col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    background: #f6f6f6;
    margin: -3px 0px;
    border-top: 1px solid var(--color-blanco);
}

/*******BLOQUE INFO ******/
.block-contact .ci-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: .35rem 0;
}

.block-contact .ci-ico {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    color: #23253a;
    opacity: .85;
    line-height: 0;
}

.block-contact .ci-ico svg {
    display: block;
    width: 22px;
    height: 22px;
}

.block-contact .ci-txt {
    line-height: 1.35;
}

.block-contact .ci-row a.ci-txt {
    color: inherit;
    text-decoration: none;
}

.block-contact .ci-row a.ci-txt:hover {
    border-color: transparent;
    text-decoration: none;
}

.social-footer {
    margin-top: 15px;
}

.block-contact a {
    font-weight: 100;
}

.addToCartBar {
    display: none;
}

/*******LOGOS SELLOS FOOTER**************/
.sellos {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px 20px 5px;
    flex-direction: row;
}

#alcamultifaq-home .alcamultifaq-panel p:first-child {
    margin-top: 20px;
}

#alcamultifaq-home .alcamultifaq-panel p:last-child {
    margin-bottom: 20px;
}

p.text-sm-center.txt-copywriter {
    color: var(--color-blanco);
    font-weight: 100;
    padding: 5px 8px;
}

.banner-item-content {
    margin-left: 20px;
}

.copy-sellos {
    align-items: center;
    background: var(--color-principal);
    margin-top: 30px;
}

.cb-wrapper.sellos p {
    line-height: 1.1;
    color: var(--color-blanco);
    font-size: 12px;
}

.img-pagos-footer {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:575px) {
    .copy-sellos {
        flex-direction: column-reverse;
    }

    .img-pagos-footer img {
        width: 70%;
        max-width: 100%;
        height: auto;

    }

    p.text-sm-center.txt-copywriter {
        text-align: center;
    }

    .txt-certificados-footer {
        display: none;
    }

    .logos-footer img {
        max-width: 100%;
        height: auto;
    }
}

/**********************LOGOS FOOTER FEDE*****/
.fede-andalucia {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 15px;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    background: #f3ebe8;
    border-radius: 10px;
}

.fede-andalucia__logos {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.fede-andalucia__logos img {
    max-height: 60px;
    height: auto;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

.fede-andalucia__text {
    margin: 0;
    color: #333;
}

@media (max-width: 768px) {
    .fede-andalucia {
        padding: 15px 10px;
        font-size: 12px;
    }

    .fede-andalucia__logos {
        gap: 12px;
    }

    .fede-andalucia__logos img {
        max-height: 45px;
    }
}

/* ===== FAQs HOME===== */
#alcamultifaq-home {
    margin-top: 45px;
}

#alcamultifaq-home .alcamultifaq-title {
    font-weight: 700;
    color: #0e1a25;
    margin: 0 0 12px;
}

#alcamultifaq-home .alcamultifaqs {
    background: var(--color-fondo-claro);
    border: 1px solid var(--color-terciario);
    border-radius: 16px;
    padding: 10px;
}

#alcamultifaq-home .alcamultifaq-accordion {
    position: relative;
    margin: 0;
    padding: 16px 48px 16px 16px;
    cursor: pointer;
    background: var(--color-blanco);
    border: 1px solid var(--color-fondo-claro);
    border-radius: 12px;
    color: #0e1a25;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
    transition: box-shadow .2s ease, border-color .2s ease, background .2s ease;
}

#alcamultifaq-home .alcamultifaq-accordion+.alcamultifaq-panel {
    margin-top: 8px;
}

#alcamultifaq-home .alcamultifaq-accordion:hover {
    border-color: var(--color-cabecera);
    box-shadow: 0 6px 18px rgba(0, 0, 0, .06);
}

#alcamultifaq-home .alcamultifaq-accordion::after {
    content: "+";
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border-radius: 8px;
    background: var(--color-fondo-claro);
    border: 1px solid var(--color-terciario);
    color: #324254;
    font-weight: 700;
}

#alcamultifaq-home .alcamultifaq-accordion.is-open::after {
    content: "–";
}

#alcamultifaq-home .alcamultifaq-panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height .28s ease;
    background: var(--color-blanco);
    border: 0px solid #e6edf3;
    border-radius: 12px;
    padding: 0 16px;
}

#alcamultifaq-home .alcamultifaq-panel.is-open {
    padding: 12px 16px 16px;
}

#alcamultifaq-home .alcamultifaq-panel p,
#alcamultifaq-home .alcamultifaq-panel li {
    color: #2a3340;
    line-height: 1.6;
    font-size: 16px;
    ;
}

#alcamultifaq-home .alcamultifaq-panel a {
    color: var(--color-acento);
    text-decoration: underline;
}

#alcamultifaq-home [itemprop="mainEntity"] {
    margin: 10px 0;
}

@media (max-width:575px) {
    #alcamultifaq-home .alcamultifaq-accordion {
        padding: 14px 44px 14px 14px;
    }
}

.seo-block {
    background: var(--color-fondo-claro);
    border: 1px solid var(--color-terciario);
    border-radius: 14px;
    padding: 16px 18px;
    margin: 28px auto;
    color: #2a3340;
    font-size: 15px;
    line-height: 1.65;
    max-height: 200px;
    overflow: hidden;
    position: relative;
    transition: max-height .5s ease;
}

.seo-block::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60px;
    background: linear-gradient(to bottom, rgba(247, 249, 251, 0), #f7f9fb 80%);
    pointer-events: none;
    transition: opacity .3s;
}

.seo-block::after {
    content: "Leer más";
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--color-blanco);
    color: #1f2a37;
    font-weight: 500;
    border-radius: 999px;
    border: 1px solid #deebf3;
    padding: 6px 14px;
    font-size: .9rem;
    cursor: pointer;
    z-index: 2;
    transition: all .25s ease;
}

.seo-block.expanded {
    max-height: 3500px;
}

.seo-block.expanded::before {
    opacity: 0;
}

.seo-block.expanded::after {
    content: "Leer menos";
}

/************************
**********FAQ PRODUCT****
*************************/
/* =========================================
   FAQ PRODUCTO - estilo tarjeta bonita
   SOLO para la ficha de producto
   ========================================= */

#alcamultifaq-product {
    background: #ece6e2;
    border: 1px solid #a78f80;
    border-radius: 22px;
    padding: 18px 14px;
    margin: 25px 0;
    box-sizing: border-box;
    overflow: hidden;
}

#alcamultifaq-product * {
    box-sizing: border-box;
}

#alcamultifaq-product .alcamultifaq-title,
#alcamultifaq-product #alcamultifaq-header {
    margin: 0 0 14px 0;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
    color: #4a372d;
}

#alcamultifaq-product .alcamultifaqs {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

#alcamultifaq-product [itemprop="mainEntity"] {
    background: var(--color-blanco);
    border-radius: 16px;
    overflow: hidden;
    border: 0;
    box-shadow: none;
    margin: 0;
}

#alcamultifaq-product .alcamultifaq-headtitle {
    margin: 0;
    padding: 0;
}

#alcamultifaq-product .alcamultifaq-accordion {
    width: 100%;
    display: block;
    position: relative;
    padding: 18px 58px 18px 18px;
    background: var(--color-blanco);
    border: 0 !important;
    border-radius: 16px;
    box-shadow: none;
    font-size: 17px;
    line-height: 1.35;
    font-weight: 500;
    color: #1f1f1f;
    text-align: left;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    min-height: 58px;
    overflow: visible !important;
}

#alcamultifaq-product .alcamultifaq-accordion::before {
    content: none !important;
    display: none !important;
}

#alcamultifaq-product .alcamultifaq-accordion::after {
    content: "+" !important;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    display: block !important;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    font-weight: 500;
    color: #4a372d !important;
    background: #f3eeea;
    border: 1px solid #a78f80;
    border-radius: 9px;
    z-index: 5;
    pointer-events: none;
    box-sizing: border-box;
}

#alcamultifaq-product .alcamultifaq-accordion[aria-expanded="true"]::after {
    content: "−" !important;
}

#alcamultifaq-product .alcamultifaq-panel {
    background: var(--color-blanco);
    padding: 0 18px 18px 18px;
    border-radius: 0 0 16px 16px;
    margin: 0;
    border: 0;
}

#alcamultifaq-product .alcamultifaq-panel [itemprop="text"],
#alcamultifaq-product .alcamultifaq-panel div[itemprop="text"] {
    color: #4b4b4b;
    font-size: 15px;
    line-height: 1.6;
}

#alcamultifaq-product .alcamultifaq-panel p {
    margin: 0 0 10px;
}

#alcamultifaq-product .alcamultifaq-panel p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    #alcamultifaq-product {
        padding: 14px 10px;
        border-radius: 18px;
        margin: 20px 0;
    }

    #alcamultifaq-product .alcamultifaq-title,
    #alcamultifaq-product #alcamultifaq-header {
        font-size: 19px;
        line-height: 1.25;
        margin-bottom: 12px;
    }

    #alcamultifaq-product .alcamultifaqs {
        gap: 10px;
    }

    #alcamultifaq-product [itemprop="mainEntity"] {
        border-radius: 14px;
    }

    #alcamultifaq-product .alcamultifaq-accordion {
        padding: 16px 52px 16px 16px;
        font-size: 15px;
        line-height: 1.35;
        min-height: 52px;
        border-radius: 14px;
    }

    #alcamultifaq-product .alcamultifaq-accordion::after {
        right: 12px;
        width: 26px;
        height: 26px;
        line-height: 24px;
        font-size: 20px;
        border-radius: 8px;
    }

    #alcamultifaq-product .alcamultifaq-panel {
        padding: 0 16px 16px 16px;
        border-radius: 0 0 14px 14px;
    }

    #alcamultifaq-product .alcamultifaq-panel [itemprop="text"],
    #alcamultifaq-product .alcamultifaq-panel div[itemprop="text"] {
        font-size: 14px;
        line-height: 1.55;
    }
}

/*********RKR KITS********/
.rkr_product_kit-container .form-block .form-check-input:checked+label>svg.svg {

    color: var(--color-principal);
}

.rkr_product_kit-container .form-block .form-check-input:checked~.form-check-label {
    border-color: var(--color-principal) !important;
}

.rkr_product_kit-container .form-check-input:checked+label {
    background-color: var(--color-fondo-claro) !important;
    border-color: var(--color-principal) !important;
    box-shadow: 0 0 0 2px var(--color-fondo-claro) !important;

}

.rkr_product_kit-container svg {
    fill: rgb(167 184 209 / 0%);
}

.rkr-add-kit-to-cart {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2)) !important;
}

.rkr_product_kit-plus {
    background-color: var(--color-principal);
}

.rkr_product_kit-container .form-check-label:hover {
    border-color: var(--color-acento);
    background-color: var(--color-fondo-claro);
}

.rkr_product_kit-btn_info_dialog {
    background-color: var(--color-fondo-claro) !important;
    border: 1px solid var(--color-principal) !important;
    ;
    color: var(--color-principal) !important;
}

.rkr_product_kit-total_price {
    font-size: 1.25rem;
    font-weight: bold;
    color: var(--color-precio);
}

@media (min-width: 992px) {
    .rkr_product_kit-current_product_image {
        width: 25%;

    }
}


.rkr_product_kit-current_product_image {
    width: 25%;
}

/****BLOQUE URL RKR *******/
.rkr_category_seo_url-link:hover {
    background-color: var(--color-acento);
}

/****BLOQUE CONFIANZA HOME/footer *******/

.home-key {
    background: var(--color-cabecera);
    margin-bottom: 25px !important;
    padding: 10px 0 0 0;
}

.kw-content {
    display: flex;
    text-align: left;
    margin-bottom: 5px;
    justify-content: flex-start;
}

.kw-p {
    max-width: 8rem;
    margin: 0 .5rem;
    font-size: .765rem;
    line-height: 1rem;
    font-size: 1rem
}

@media (min-width: 768px) {
    .home-key .container {
        flex-wrap: nowrap
    }
}

.displayWrapperBottom .home-key {
    margin: 0 !important;
}

/********VERIFICADOR DE EDAD +18************/


.sw-nav {
    border-radius: 0 8px 8px 0 !important;
    border-left: 3px var(--color-acento);
}

.sw-nav.next {
    border-left: none;
    border-right: 3px solid var(--color-acento);
    border-radius: 8px 0 0 8px !important;
}

.sw-nav.prev {
    border-left: none;
    border-right: 3px solid var(--color-acento);
    border-radius: 8px 0 0 8px !important;
}

.sw-nav:hover {
    background: rgba(0, 0, 0, 0.8);
    border-right: 3px solid var(--color-principal);
}

.home-slider .custom-html {
    display: block;
    top: 0;
    left: 0;
    padding: 5%;
    text-align: left;
    color: var(--color-blanco);
    font-size: 1.3em;
}

.home-slider .custom-html p {
    max-width: 350px;
    line-height: 1.5;
    color: var(--color-blanco);
}

.home-slider .custom-html .btn {
    text-transform: uppercase;
    color: #555;
    background: var(--color-blanco);
}

.home-slider .custom-html h2 {
    font-size: 2.1em;
    color: var(--color-blanco);
    margin: 0;
    padding: 0;
}

.home-slider {
    margin-bottom: 10px;
}

.home-slider img {
    width: 100%;
}


@media (max-width: 991px) {
    .home-slider .custom-html {
        padding: 10% 5%;
    }

    .home-slider .custom-html h2 {
        font-size: 1.5em;
    }

    .home-slider .custom-html p {
        display: none;
    }

    .icons-home-top {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-slider .sw-nav {
        display: none;
    }

    .icons-home-bottom {
        display: none;
    }

    .icons-home-top {
        display: none;
    }
}

#ageVerificationOverlay {
    background: rgba(150, 127, 109, 0.8) !important
}

input#tvagecheckbox {
    appearance: auto !important;
}

#ageVerificationPopup {
    background-color: var(--color-cabecera) !important;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

#ageVerificationPopup .btn.btn-colors {
    background-color: var(--color-acento) !important;
}

#ageVerificationPopup .btn.btn-colors:hover,
#ageVerificationPopup .btn.btn-cancel:hover {
    background-color: #3b3b3bb8;
}

/*****SIDEBAR AYUDA FICHA*******/
/* --- Modal lateral BS3 --- */
.i-modal {
    padding: 10px;
}

#Modal .modal-title-atclient {
    color: var(--color-blanco);
}

#Modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--color-principal);
}

#Modal button.close span {
    color: var(--color-blanco) !important;
    font-size: 25px;
}

#Modal .close-head {
    width: 10px;
}

#Modal .txt-head {
    width: 90%;
    text-align: center;
}

#Modal .info-modal {
    display: flex;
    flex-direction: column;
    margin: 0 20px;
}

#Modal .modal-content {
    min-height: 650px;
    border: 0;
}

#Modal .text-inicio {
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
}

#Modal .modal-content-1 .info-modal {
    margin-bottom: 20px !important;
}

#Modal .info-modal i {
    margin-right: 5px;
    color: var(--color-titulo);
    font-size: 24px;
}

.info-modal span {
    color: #062e59;
}

#Modal .modal-dialog {
    max-width: 350px;
    width: 350px;
    height: 100vh;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    right: auto;
    bottom: 0;
}

#Modal.fade .modal-dialog {
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
}

#Modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

@media (min-width:544px) {
    #Modal .modal-dialog {
        max-width: 350px;
        width: 350px;
    }
}

.modal-backdrop {
    background-color: #000;
    opacity: .45 !important;
    filter: alpha(opacity=45);
    z-index: 100003 !important;
}

.modal {
    z-index: 1003 !important;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
    background: rgba(0, 0, 0, .45);
}

div#Modal .modal-dialog {
    background-color: var(--color-blanco);

}

img.logo-modal-soporte.img-fluid {
    max-width: 250px;
    text-align: center;
}

.btn.boton-sidebar {
    background: var(--color-hover);
    border-radius: 5px;
    color: var(--color-blanco) !important;
}

.btn.boton-sidebar:hover {
    background: var(--color-acento);
    color: var(--color-blanco);
}

.bloque-ayuda-experto {
    cursor: pointer;
    transition: transform .2s;
}

.bloque-ayuda-experto:hover {
    transform: scale(1.02);
}

/*************CONTACTO**********/

.c-hero-support {
    text-align: center;
    margin: 12px 0 24px;
}

.c-hero-support .c-hero-sub {
    opacity: .85;
    font-size: 1.05rem;
}

.c-block-title {
    font-size: 1.25rem;
    font-weight: 700;
    margin: 24px 0 12px;
}

.c-card-grid {
    display: grid;
    gap: 14px;
}

.c-card-grid.-six {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.c-card-grid.-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width:1199px) {
    .c-card-grid.-six {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width:767px) {
    .c-card-grid.-six {
        grid-template-columns: repeat(2, 1fr);
    }

    .c-card-grid.-three {
        grid-template-columns: 1fr;
    }
}

@media (max-width:467px) {
    .c-card-grid.-three {
        display: block;
    }

    .c-card-grid.-six {
        grid-template-columns: repeat(1, 1fr);
    }

    .c-card.-contact {
        align-items: flex-start;
        margin: 5px;
    }

    .c-card.-contact {
        position: relative;
        overflow: hidden;
        border-radius: 16px;
        box-shadow: none;
    }
}

.c-card {
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 16px;
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    border-color: #e5e7eb;
}

.c-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    border-color: #e5e7eb;
}

.c-card .c-ico {
    font-size: 22px;
    line-height: 1;
}

.c-card .c-tit {
    font-weight: 600;
    text-transform: none;
}

.c-quick-links .c-list-links {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.c-link-row {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 14px;
    background: var(--surface);
    border: 1px solid var(--line);
    border-radius: 12px;
    text-decoration: none;
    color: inherit;
    transition: box-shadow .15s ease, border-color .15s ease;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    border-color: #e5e7eb;
    text-transform: none;
}

.c-link-row:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, .06);
    border-color: #e5e7eb;
}

.c-card.-contact {
    align-items: flex-start;
}

.c-card-ico {
    font-size: 28px;
    line-height: 1;
}

.c-card-title {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0 0 6px;
}

.c-big {
    font-size: 1.15rem;
    font-weight: 700;
}

.c-btn {
    display: inline-block;
    padding: 10px 16px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 700;
    text-decoration: none;
}

.c-btn.-primary {
    background: linear-gradient(90deg, var(--color-acento), var(--color-acento2));
    color: var(--color-blanco);
}

.c-btn.-primary:hover {
    filter: brightness(.95);
}

.c-btn.-ghost {
    background: transparent;
    border-color: #ddd;
    color: #333;
}

.c-btn.-ghost:hover {
    border-color: #cfcfcf;
}

.c-btn.-wa {
    background: #25D366;
    color: var(--color-blanco);
}

.c-btn.-wa:hover {
    filter: brightness(.95);
}

.c-card.-form {
    padding: 20px;
}

.c-contact-form .form-group {
    margin-bottom: 14px;
}

.c-contact-form .form-control {
    border-radius: 10px;
}

.c-contact-form label {
    font-weight: 600;
}

.c-muted {
    color: var(--muted);
    margin: -4px 0 12px;
}

.c-check {
    display: flex;
    gap: 8px;
    align-items: flex-start;
}

.c-trustbar {
    margin: 24px 0 8px;
}

.c-trustbar-inner {
    display: flex;
    gap: 18px;
    justify-content: center;
    font-weight: 600;
    background: #fafafa;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 12px 16px;
    flex-wrap: wrap;
}

body#contact form.form-horizontal {
    width: 100%;
}

body#contact .custom-checkbox input[type=checkbox]+span {
    min-width: 1.125rem;
}

body#contact .gdpr_consent .custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    display: block;
    color: #000000;
}

/***** CONTACTO ***********/

/* === SOLO PÃGINA DE CONTACTO === */
body#contact {
    background: #f5f5f7;
}

/* === TARJETA COMPLETA: CAMPOS + BOTÃ“N === */
body#contact .contact-form {
    margin: 30px 0;
    padding: 30px 40px 35px;
    background: var(--color-blanco);
    border-radius: 18px;
    box-shadow: 0 14px 30px rgba(0, 0, 0, 0.08);
}

body#contact .contact-form section.form-fields {
    margin: 0 0 15px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

body#contact .contact-form section.form-fields h3 {
    margin: 0 0 25px;
    font-size: 26px;
    font-weight: 700;
    color: #111;
}

body#contact .contact-form section.form-fields .col-md-offset-3,
body#contact .contact-form section.form-fields .offset-md-3 {
    margin-left: 0 !important;
}

/* --- ESTRUCTURA EN COLUMNA --- */
body#contact .contact-form section.form-fields .form-group.row {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 18px;
    display: block;
}

body#contact .contact-form section.form-fields .form-group.row>[class*="col-md-"] {
    float: none;
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

body#contact .contact-form section.form-fields .form-group.row>label.form-control-label {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    font-weight: 600;
    text-align: left;
    color: #333;
    text-transform: none;
}

body#contact .contact-form section.form-fields .form-control-comment {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-top: 6px;
    padding-left: 0;
    font-size: 12px;
    color: #999;
}

/* --- CAMPOS --- */
body#contact .contact-form section.form-fields .form-control,
body#contact .contact-form section.form-fields .form-control-select {
    border-radius: 10px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 10px 14px;
    height: 40px;
    box-shadow: none;
    width: 100%;
}

body#contact .contact-form section.form-fields .form-control:focus,
body#contact .contact-form section.form-fields .form-control-select:focus {
    border-color: #111;
    background: var(--color-blanco);
    outline: none;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, .05);
}

body#contact .contact-form section.form-fields textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

/* --- INPUT ARCHIVO (bootstrap-filestyle) --- */
body#contact .contact-form section.form-fields .bootstrap-filestyle.input-group {
    width: 100%;
}

body#contact .contact-form section.form-fields .bootstrap-filestyle .form-control {
    background: #f9f9f9;
    border-radius: 10px 0 0 10px;
    border-right: 0;
}

body#contact .contact-form section.form-fields .bootstrap-filestyle .btn {
    border-radius: 0 10px 10px 0;
    border-color: #111;
    background: #111;
    color: var(--color-blanco);
    font-weight: 600;
    padding: 8px 18px;
}

body#contact .contact-form section.form-fields .bootstrap-filestyle .btn:hover {
    background: #333;
    border-color: #333;
}

/* --- GDPR --- */
body#contact .contact-form section.form-fields .gdpr_consent {
    margin-top: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #555;
}

body#contact label.psgdpr_consent_message {
    display: inline-flex;
}

body#contact .contact-form section.form-fields .gdpr_consent .custom-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

body#contact .contact-form section.form-fields .gdpr_consent input[type="checkbox"] {
    margin-top: 3px;
}

body#contact .contact-form section.form-fields .gdpr_consent .psgdpr_consent_message span:last-child {
    display: block;
    text-transform: none;
}

/* --- RECAPTCHA --- */
body#contact .contact-form section.form-fields #hi_recaptcha_contact {
    margin-top: 10px;
}

.grecaptcha-badge {
    bottom: 90px !important;
}

/* --- BOTÃ“N ENVIAR / FOOTER --- */
body#contact .contact-form .form-footer {
    text-align: center;
    margin: 10px 0 0;
}

body#contact .contact-form .form-footer .btn.btn-primary,
body#contact .contact-form .form-footer input[type="submit"][name="submitMessage"] {
    display: inline-block;
    padding: 10px 40px;
    border-radius: 999px;
    background: #111;
    border: none;
    color: var(--color-blanco);
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
    cursor: pointer;
    transition: background .2s ease, transform .1s ease;
}

body#contact .contact-form .form-footer .btn.btn-primary:hover,
body#contact .contact-form .form-footer input[type="submit"][name="submitMessage"]:hover {
    background: #333;
    transform: translateY(-1px);
}


.product-quantity .input-group-btn-vertical .btn {
    padding: 0.66rem .6875rem;
}

.contact-form {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.contact-form .form-group {
    width: 100% !important;
    box-sizing: border-box !important;
}

.btn-primary {
    font-family: Nunito;
    font-size: 15px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: center;
    color: var(--color-blanco);
    text-transform: none;
    box-shadow: none;
    padding: 8.4px 1.25rem;
    border-radius: 10px;
    background-color: var(--color-terciario);
    transition: .3s all ease-in-out;
}

.footer-container .wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.footer-container .links {
    display: block;
}

.footer-container .links .collapse {
    display: block !important;
    height: auto !important;
}

@media (max-width: 767px) {
    .footer-container .links .collapse {
        display: none !important;
    }

    .footer-container .links .collapse.in {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .footer-container .col-md-6.links>.row>[class*="col-"] {
        width: 100%;
        float: none;
    }
}

#wk_right_column {
    width: 100%;
    display: none;
}


/***TIENDAS*********/
.carrusel-tiendas .cb-item {
    padding: 0 7px;
    border-radius: 5px !important;
    height: 235.3px;
}

.cb-carousel.swiper.swiper-initialized.swiper-horizontal {
    border-radius: 10px;
    max-height: 234.3px;
}

.carrusel-tiendas .custom-html a {
    background: var(--color-hover);
    color: #000;
    padding: 11px 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s all ease;
    font-size: 15px;
    text-align: center;
    margin: 0;
    line-height: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    text-decoration: none;
    border-radius: 0px 0px 5px 5px !important;
}

.carrusel-tiendas .cb-item-content .cb-img {
    border-radius: 5px 5px 0px 0px !important;
}


body#stores .form-control {
    padding: 5px;
}

#fmeStorePage select#radiusSelect {
    padding: 5px;
    height: auto;
    width: 100%;
    margin: auto;
}


div#fmeStorePage .col-lg-10 {
    padding: 0px;
}

#fmeStorePage .card-block {
    padding: 20px;
}

body#stores .btn-warning {
    color: var(--color-blanco);
    background-color: #181818;
    border-color: #181818;
    border-radius: 10px;
}


h1.page-heading.bottom-indent {
    text-transform: uppercase;
}


@media screen and (max-width: 767px) {
    div#fmeStorePage {
        margin: 0px;
        padding: 0px;
    }

    .card-block {
        padding: 0px;
    }

    #fmmsl_split_list {
        width: 100%;
        max-height: unset;
        overflow-y: scroll;
    }
}

/*********RKR RELACIONAL*******/
/* =============================
   BLOQUE RECOMENDADOS "TEST1"
   SOLO EN PÁGINA DE PRODUCTO
============================= */
#product .rkr_relational-container,
#product .rkr-template-default.rkr-hook-displayRkrRelational,
#product .rkr_relational-products,
#product .rkr_tabs,
#product .rkr_relational-products .product,
#product .rkr_relational-products article.product-miniature {
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 5px !important;


}

section.rkr_relational-container.clearfix {
    margin-top: 45px !important;
}

#product .rkr_relational-products,
#product .rkr_relational-products[style] {
    max-height: unset !important;
    overflow: visible !important;
}

#product .rkr_relational_title {
    font-size: 1.2rem;
    font-weight: 600;
    padding-bottom: .4rem;
    margin-bottom: .6rem;
    border-bottom: 2px solid #eee;
}

/* ========== FILA DE PRODUCTO ========== */
#product .container-product article {
    border: 1px solid #e2e2e2;
}

#product .rkr_relational-products .product-miniature {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100%;
    padding: 5px 0px !important;
}

#product .rkr_relational-products .thumbnail-container {
    flex: 0 0 42px !important;
    min-height: unset !important;
    height: auto !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#product .rkr_relational-products .thumbnail-container img {
    width: 60px !important;
    height: 60px !important;
    object-fit: cover !important;
    border-radius: 4px !important;
}

#product .rkr_relational-products .product-description {
    flex: 1 1 auto !important;
    display: flex !important;
    align-items: center !important;
    min-width: 0 !important;
}

#product .rkr_relational-products .product-title a {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    white-space: nowrap !important;
    max-width: 100%;
}

#product .rkr_relational-products .product-title a {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;

    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;

    word-break: break-word !important;
    overflow-wrap: anywhere !important;

    line-height: 1.2 !important;
    max-width: 100% !important;
}

#product .rkr_relational-products .product-price-and-shipping {
    margin-right: 8px !important;
}

#product .rkr_relational-products .price {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #111 !important;
    margin-right: 0px;
}

.rkr_product-action a.btn.btn-secondary {
    text-transform: capitalize;
    padding: 5px;
}

#product .rkr_relational-products .add-to-cart {
    padding: 4px 15px !important;
}

#product .rkr_relational-products .add-to-cart i {
    font-size: 15px !important;
    color: var(--color-blanco) !important;
}

@media (max-width: 575.98px) {
    #product .rkr_relational-products .thumbnail-container img {
        width: 40px !important;
        height: 40px !important;
    }
}

.rkr_flex.rkr_cart-icon {
    display: flex;
    flex-direction: column;
}

.cont-relacionados-rkr {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    width: 100%;
    padding: 5px 10px !important;
}

.rkr_relational-container .rkr_tab-content {
    padding: 0px;
}

.product-tabs {
    padding: 8px;
}

.rkr-template-default.rkr-hook-displayRkrRelational {
    padding-top: 5px !important;
}

/* =========================================
   RELACIONADOS RKR - MÓVIL LIMPIO
   Oculta botón, agranda imagen, título 2 líneas
   ========================================= */
@media (max-width: 495px) {
    #product .rkr_relational-products .cont-relacionados-rkr {
        display: grid !important;
        grid-template-columns: 72px 1fr auto !important;
        gap: 10px !important;
        align-items: center !important;
        padding: 10px 12px !important;
        width: 100% !important;
    }

    #product .rkr_relational-products .thumbnail-container {
        width: 72px !important;
        height: 72px !important;
        margin: 0 !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    #product .rkr_relational-products .thumbnail-container img {
        width: 72px !important;
        height: 72px !important;
        object-fit: cover !important;
        border-radius: 6px !important;
    }

    #product .rkr_relational-products .product-description {
        min-width: 0 !important;
        width: 100% !important;
    }

    #product .rkr_relational-products .product-title,
    #product .rkr_relational-products .product-title a {
        display: -webkit-box !important;
        -webkit-box-orient: vertical !important;
        -webkit-line-clamp: 2 !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: normal !important;
        line-height: 1.2 !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        margin: 0 !important;
    }

    #product .rkr_relational-products .rkr_cart-icon {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-end !important;
        gap: 0 !important;
        min-width: 70px !important;
    }

    #product .rkr_relational-products .product-price-and-shipping {
        margin: 0 !important;
        text-align: right !important;
        flex-direction: column !important;
    }

    #product .rkr_relational-products .price {
        font-size: 14px !important;
        font-weight: 700 !important;
        white-space: nowrap !important;
    }

    #product .rkr_relational-products .rkr_product-action,
    #product .rkr_relational-products .product-item-buttons,
    #product .rkr_relational-products .add-to-cart {
        display: none !important;
    }

    section.rkr_relational-container.clearfix {
        margin-top: 5px !important;
    }

    .rkr_relational-container .rkr_flex {
        margin-right: 0px;
    }
}

/* =========================================
   RELACIONADOS - DESKTOP PRO
   ========================================= */
@media (min-width: 768px) {

    #product .rkr_relational-products .cont-relacionados-rkr {
        display: grid !important;
        grid-template-columns: 70px 1fr auto !important;
        gap: 12px !important;
        align-items: center !important;
    }

    #product .rkr_relational-products .thumbnail-container {
        width: 70px !important;
        height: 70px !important;
    }

    #product .rkr_relational-products .thumbnail-container img {
        width: 70px !important;
        height: 70px !important;
        object-fit: cover !important;
    }

    #product .rkr_relational-products .product-description {
        display: flex !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 6px !important;
    }

    #product .rkr_relational-products .product-title a {
        font-size: 14px !important;
        line-height: 1.2 !important;
    }

    #product .rkr_relational-products .rkr_cart-icon {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-end !important;
        justify-content: center !important;
        gap: 6px !important;
        min-width: 90px !important;
    }

    #product .rkr_relational-products .price {
        font-size: 15px !important;
        font-weight: 700 !important;
    }

    #product .rkr_relational-products .add-to-cart {
        padding: 6px 12px !important;
        font-size: 13px !important;
        border-radius: 6px !important;
    }
}

/*******BLOG**************/
.ybc_blog_ltr_mode a:hover,
.ybc-blog-wrapper-detail a:hover,
.ybc-blog-like-span:hover,
.blog-main-page a:hover,
.ybc_button_backtolist:hover,
.ybc-block-comment-report:hover {
    color: #96756d;
}

.ybc-blog-form-comment .blog-submit .button,
.blog-managament-information button[type="submit"],
.ybc-blog-slider.carousel .slick-dots .slick-active button,
.blog_view_all,
.view_all_link,
.blog_view_all_button a,
.form-polls-body button,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"],
.add_new_post_blog a,
#form_blog button[type="submit"],
#form_blog .btn.edit_view_post,
.form_reply_comment input[type="submit"],
.ets_blog_loading .squaresWaveG {
    background: var(--color-terciario);
}

.ybc-blog-like-span.active,
.be-tag-block .be-tags a,
.be-tag-block .be-tags,
.ybc-blog-related-posts-meta-categories>a,
.view_post,
.comment-content h4.comment_name span,
.ybc_block_categories .active>a,
.comment-content .post_title span a,
.blog-managament-information .help-block a,
.ybc-blog-comment-info .post-author .ybc_title_block {
    color: var(--color-terciario);
}

.ybc-block-comment-reply:hover,
.ybc_title_block:hover,
.read_more:hover,
.form_reply input.btn.btn-primary.btn-default[name="addReplyComment"]+.btn.btn-default:hover,
.comment-content .post_title span a:hover,
.list_category_item .sub_category li a:hover,
.ybc_block_categories .active>a:hover,
.ybc-blog-comment-info .post-author .ybc_title_block:hover,
.blog-managament-information .help-block a:hover,
#form_blog a.ybc_button_backtolist:hover {
    color: var(--color-terciario);
}

a#author-blog-comment-link span.link-item:before {
    background: unset;
}

a#author-blog-info-link span.link-item:before {
    background: unset;
}

ul#footer_account_list li.col-lg-4.col-md-6.col-sm-6.col-xs-12 {
    display: none;
}

/***************NAV **************/

.header-nav,
.header-menu-wrapper {
    opacity: 1;
    transform: translateY(0);
    max-height: 60px;
    transition: opacity 0.25s ease, transform 0.25s ease, max-height 0.25s ease;
    overflow: hidden;
}

body.header-sticky-active .header-nav,
body.header-sticky-active .header-menu-wrapper {
    opacity: 0;
    transform: translateY(-16px);
    max-height: 0;
    pointer-events: none;
}

/***************Pedido rapido **************/

.wk_qo_product_price .btn-info {
    color: var(--color-blanco);
    background-color: var(--color-principal);
    border-color: var(--color-principal);
    border-radius: 10px;
}

.wk_qo_product_price .btn-info:hover {
    color: var(--color-blanco);
    background-color: var(--color-acento);
    border-color: var(--color-acento);
}

#wk_quick_order_product_table select {
    width: inherit;
}

body#ybc_blog_page .page-footer a {
    display: inline-flex;
}

body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions .input-group-quantity input {
    width: 56px;
    height: 34.5px;
    border: 0;
    background: #eee;
    text-align: center;
}

body .toasterCart #toasterPanel .toasterBody .toasterPanelProduct .product-actions .input-group-quantity .btn {
    padding-top: 8px;
}

#blockcart-modal .cart-content .cart-content-btn .btn {
    text-transform: none;
}

/****CMS*******/
#content img {
    margin: 4px 0 0;

    max-width: 100%;
    height: auto;
}

.thumbnail-container img {
    width: 100%;
}

.page-content.page-cms {
    padding: 1.0px;
}

body#contact .card-block {
    padding: 0px;
}

/********MARCAS *******/
li.brand {
    box-shadow: 0 5px 5px rgba(0, 0, 0, .07);
    transition: transform .15s ease, box-shadow .15s ease, border-color .15s ease;
}

li.brand:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, .12);
    border-color: rgba(0, 0, 0, .08);
}

/********MARCAS CMS*******/
#manufacturer #main ul .brand-img {
    position: relative;
    width: 175px;
    margin: auto;
}

#manufacturer #main ul .brand {
    width: calc(20% - 10px);
    min-width: 160px;
    min-height: 175px;
}


#manufacturer #main ul .brand-img {
    min-width: 120px;
    width: unset;
}


header#header.header-sticky-active {
    top: 0;
    position: sticky;
    bottom: 0;
    left: 0;
    right: 0;
}

#header.header-sticky-active nav.header-nav {
    transition: 0.4s ease-out;
    height: 0;
}

#header .header-nav {
    transition: 0.4s ease-out;
}

/********404 *******/
/******** 404 SinHumo - CSS INTEGRAL *******/

/* 1. Fondos y Contenedores */
#pagenotfound,
#pagenotfound section#wrapper,
#pagenotfound div#content-wrapper {
    background-color: var(--color-blanco) !important;
}



#pagenotfound .page-not-found,
#products .page-not-found {
    max-width: unset !important;
}

.page-not-found {
    padding: 60px 0 !important;
    background-color: var(--color-blanco) !important;
    min-height: 70vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* 2. Animaciones */
@keyframes float404 {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

.animate-float {
    animation: float404 4s ease-in-out infinite;
}

@keyframes fadeInUp404 {
    from {
        opacity: 0;
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fade-in-up {
    animation: fadeInUp404 0.8s ease-out forwards;
}

/* 3. Estilos de los Botones (Escritorio) */
.btn-sh {
    transition: all 0.3s ease !important;
    text-decoration: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 15px 30px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    cursor: pointer;
    margin: 10px;
    border: none;
}

.btn-sh-blue {
    background-color: #0076bd;
    color: var(--color-blanco) !important;
}

.btn-sh-light {
    background-color: #ece6e0;
    color: #333333 !important;
    border: 1px solid #d1c7bc;
}

.btn-sh-dark {
    background-color: #000000;
    color: var(--color-blanco) !important;
}

.btn-sh:hover {
    transform: scale(1.05) !important;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1) !important;
    opacity: 0.9;
}

/* 4. Ajustes Responsive (Móvil) */
@media (max-width: 768px) {
    .page-not-found {
        padding: 40px 0 !important;
    }

    .error-image-container img {
        max-width: 80% !important;
        height: auto !important;
    }

    .error-text h1 {
        font-size: 1.8rem !important;
        line-height: 1.2 !important;
        padding: 0 15px;
    }

    .error-text p {
        font-size: 1rem !important;
        padding: 0 20px;
        margin-bottom: 30px !important;
    }

    .error-actions {
        display: block !important;
        text-align: center !important;
        width: 100%;
        padding: 0 20px;
    }

    .btn-sh {
        display: flex !important;
        width: 100% !important;
        max-width: 300px !important;
        margin: 0 auto 15px auto !important;
        padding: 16px 20px !important;
        min-width: unset !important;
        box-sizing: border-box !important;
    }

    .btn-sh:last-child {
        margin-bottom: 0 !important;
    }

    .btn-404.d-flex.flex-wrap.justify-content-center {
        display: flex;
        flex-direction: column;
    }
}


#_mobile_cart>div>div>span {
    display: none;
}

label[for="termsCheckbox"] a {
    color: var(--color-acento);
}

.hi-cookie-buttons-tm-2 .hi-cookie-btn {
    background-color: #3e2f28;
    color: #fff;
}

@media (max-width: 768px) {
    .hi-cookie-content {
        padding-top: 0px;
    }

    .hi-cookie-logo img {
        max-width: 200px;
    }

    .hi-cookie-logo {
        padding-bottom: 5px;
        text-align: center;
    }
}

.hi-preference-panel {
    z-index: 999;
}

/* === COOKIES: colapsar texto en móvil === */
@media (max-width: 767px) {
    .hi-cookie-content {
        max-height: 100px;
        overflow: hidden;
        position: relative;
        transition: max-height 0.4s ease;
    }

    .hi-cookie-content::after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 50px;
        background: linear-gradient(transparent, #ffffff);
        pointer-events: none;
    }
}

/* ===============================
   FOOTER PAYMENTS (1 LINE + SCROLL)
   FIX "BARRAS GIGANTES"
================================*/
#footer .footer-payments {
    width: 100%;
    margin: 18px 0 10px;
    overflow: hidden;
}

#footer .footer-payments__scroll {
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    justify-content: center;
    padding: 0 12px;
}

#footer .footer-payments__scroll::-webkit-scrollbar {
    display: none;
}

#footer .footer-payment {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    border-radius: 6px;
    padding: 6px 0px;
    height: 34px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .10);
    border-radius: 5px;
}

#footer .footer-payment img {
    display: block;
    height: 50px;
    width: auto;
    max-width: 90px;
    object-fit: contain;
    background: var(--color-blanco);
    border-radius: 10px;
}

#footer .footer-payment img[alt="Apple Pay"],
#footer .footer-payment img[alt="Google Pay"] {
    height: 45px;
    max-width: 92px;
}

@media (max-width: 768px) {
    #footer .footer-payments__scroll {
        display: grid !important;
        grid-template-columns: repeat(6, max-content);
        justify-content: center;
        overflow: visible !important;
    }

    #footer .footer-payment img {
        max-width: clamp(40px, 12vw, 60px);
    }
}

.footer-payment.sequra img {
    background: transparent !important;
}

.footer-payment.sequra {
    background: var(--color-blanco);
}


.social-icon svg {
    display: block;
    width: 20px;
    height: 20px;
}

.social-icon svg path {
    fill: var(--color-blanco) !important;
}

.block-social ul li:hover {
    background-color: var(--color-acento2);
}

/**********SOCIAL MENU*******/
.social-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 20px;
    background-color: transparent;
}

.social-btn {
    width: 38px;
    height: 38px;
    background-color: #3d312b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-blanco) !important;
    text-decoration: none;
    transition: transform 0.2s ease;
}

.social-btn:hover {
    transform: scale(1.1);
    filter: brightness(1.2);
}

.social-btn svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

.social-btn.fb-icon svg {
    width: 12px;
}

li.rkr_menu-type_LNK.mm-listitem i.material-icons {
    color: #9a8374;
}

footer#footer .social-container {
    justify-content: flex-start;
}

/**********CONTACTO INFO FOOTER**********/
.ci {
    display: flex;
    flex-direction: column;
}

.ci-row {
    display: flex;
    align-items: flex-start;

}

.ci-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #3d312b;
    flex-shrink: 0;
    padding-top: 2px;
}

.ci-ico svg {
    stroke: currentColor;
    stroke-width: 1.5;
    fill: none;
}

.ci-txt {
    color: #4a4a4a;
    text-decoration: none !important;
    transition: color 0.2s ease;
}

a.ci-txt:hover {
    color: #3d312b;
}
@media (max-width: 1200px) {
html.peek-loading .easycarousel .c_container.ecarousel.swiper {
    opacity: 0;
    visibility: hidden;
}

html.peek-ready .easycarousel .c_container.ecarousel.swiper {
    opacity: 1;
    visibility: visible;
    transition: opacity .2s ease;
}
}


#form_review_popup #submit_review {
    background: var(--color-terciario);
    border: 1px solid var(--color-terciario);
}



body#module-formmaker-form select.form-control:not([size]):not([multiple]) {
    min-height: calc(1.5rem - 0px);
    width: 80%;
    margin: 0 auto;
}

body#module-formmaker-form div#element_20 {
    display: inline-flex;
}


body#module-formmaker-form .contact-form {
    padding: 0px;
}

.input-group .input-group-btn>.btn {
    background: var(--color-principal);
}

body#manufacturer:not([class*="manufacturer-id-"]) #left-column {
    display: none !important;
}

body#manufacturer:not([class*="manufacturer-id-"]) #content-wrapper {
    width: 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
}


/* === FORMULARIO CV:=== */
.form-maker-form {
    max-width: 800px;
    margin: 0 auto;
    padding: 30px;
    background: var(--color-blanco);
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.form-maker-form .page-subheading {
    color: var(--color-principal);
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 8px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--color-terciario);
}

.form-maker-form .rte {
    color: #666;
    font-size: 14px;
    margin-bottom: 25px;
}

.form-maker-form label {
    font-weight: 600;
    color: var(--color-principal);
    font-size: 13px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.form-maker-form .form-control {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 10px 14px;
    font-size: 14px;
    color: #333;
    background: #fafafa;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-maker-form .form-control:focus {
    border-color: var(--color-terciario);
    box-shadow: 0 0 0 3px rgba(150, 127, 109, 0.15);
    background: var(--color-blanco);
    outline: none;
}

.form-maker-form .form-group {
    margin-bottom: 18px;
}

.form-maker-form sup {
    color: var(--color-terciario);
}

.form-maker-form #element_22 .form_info {
    display: block;
    background: #f8f6f4;
    border-left: 3px solid var(--color-terciario);
    padding: 12px 15px;
    border-radius: 0 6px 6px 0;
    font-size: 12px;
    color: #777;
    line-height: 1.6;
}

.form-maker-form #element_22 .form_info strong {
    color: var(--color-principal);
}

.form-maker-form .form_info a {
    color: var(--color-terciario);
    text-decoration: underline;
}

.form-maker-form #fmSubmit {
    background-color: var(--color-terciario);
    border: none;
    border-radius: 6px;
    padding: 12px 35px;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    transition: background-color 0.2s ease;
}

.form-maker-form #fmSubmit:hover {
    background-color: var(--color-principal);
}

.form-maker-form .catcha-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
}

.form-maker-form .captcha {
    border-radius: 6px;
    border: 1px solid #ddd;
    max-width: 100%;
}

.form-maker-form .bootstrap-filestyle .btn-default {
    background-color: var(--color-terciario);
    color: var(--color-blanco);
    border: none;
    border-radius: 0 6px 6px 0;
    padding: 10px 15px;
}

.form-maker-form .form-footer {
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

/* === RESPONSIVE MÓVIL === */
@media (max-width: 767px) {
    .form-maker-form {
        padding: 15px;
        box-shadow: none;
        border-radius: 0;
    }

    .form-maker-form .page-subheading {
        font-size: 18px;
    }

    .form-maker-form [class*="col-lg-"],
    .form-maker-form [class*="col-md-"] {
        width: 100% !important;
        flex: 0 0 100% !important;
        max-width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .form-maker-form .catcha-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .form-maker-form #fmSubmit {
        width: 100%;
        padding: 14px;
    }

    .form-maker-form .bootstrap-filestyle {
        flex-direction: column;
    }

    .form-maker-form .bootstrap-filestyle .form-control {
        border-radius: 6px;
        margin-bottom: 5px;
    }

    .form-maker-form .bootstrap-filestyle .btn-default {
        border-radius: 6px;
        width: 100%;
    }
}

#registration .ets_solo_or span {
    background-color: var(--color-blanco);
    color: var(--color-titulo);
}

/*********MRW **********/
#mrw-locations-container .mrw-location-item {
    all: unset !important;
    display: block !important;
    background: var(--color-blanco) !important;
    border: 1px solid var(--color-gris) !important;
    margin-bottom: 15px !important;
    padding: 15px !important;
    border-radius: 4px !important;
    box-shadow: none !important;
    position: relative !important;
    cursor: pointer !important;
    height: auto !important;
}

#mrw-locations-container .mrw-location-item::before,
#mrw-locations-container .mrw-location-item::after {
    display: none !important;
    content: none !important;
}

#mrw-locations-container .mrw-location-label {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    cursor: pointer !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

#mrw-locations-container .mrw-location-name {
    color: #0056b3 !important;
    margin-bottom: 4px !important;
}

#mrw-locations-container input[type="radio"] {
    display: inline-block !important;
    visibility: visible !important;
    margin-right: 10px !important;
    flex-shrink: 0 !important;
}

#mrw-locations-container .mrw-location-item input[type="radio"]:checked+.mrw-location-label {
    font-weight: bold;
}

#mrw-locations-container .mrw-location-item:has(input:checked) {
    border: 2px solid #8b7366 !important;
    background-color: #fcfaf9 !important;
}

#mrw-locations-container .mrw-location-name {
    text-transform: uppercase;
    font-size: 14px;
}

/* 1. Limpiamos el contenedor de la dirección que se ve como una cajita blanca flotando */
#mrw-locations-container .mrw-location-line,
#mrw-locations-container .mrw-location-detail {
    all: unset !important;
    display: inline !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    padding: 0 !important;
    margin: 0 !important;
    color: #666 !important;
    font-size: 13px !important;
    position: static !important;
}

/* 2. Forzamos que el nombre del punto ocupe su propia línea arriba */
#mrw-locations-container .mrw-location-name {
    all: unset !important;
    display: block !important;
    width: 100% !important;
    color: #8b7366 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    margin-bottom: 5px !important;
    font-size: 14px !important;
}

/* 3. Aseguramos que la dirección no tenga la barrita marrón de arriba */
#mrw-locations-container .mrw-location-line::before,
#mrw-locations-container .mrw-location-line::after,
#mrw-locations-container .mrw-location-detail::before {
    content: none !important;
    display: none !important;
}

/* 4. Un pequeño ajuste de espaciado para que respire el texto */
#mrw-locations-container .mrw-location-label {
    padding-left: 5px !important;
}

/* ================================================
   BLOQUE CUPÓN / CÓDIGO PROMOCIONAL - SINHUMO
   ================================================ */
.block-promo {
    background-color: var(--color-cabecera);
    border: 1px solid #d9cfc9;
    border-radius: 12px;
    padding: 16px;
    margin-top: 12px;
}

.block-promo .promo-code-button,
a[href="#promo-code"].promo-code-button {
    color: var(--color-terciario) !important;
    font-weight: 600;
    font-size: 0.9rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: color 0.2s ease;
}

.block-promo .promo-code-button:hover {
    color: #7a6558 !important;
    text-decoration: none;
}

.block-promo .promo-code {
    margin-top: 10px;
}

.block-promo .promo-code form {
    display: flex;
    align-items: stretch;
    gap: 0;
    border: 1.5px solid #c4b5ab;
    border-radius: 10px;
    overflow: hidden;
    background: var(--color-blanco);
}

.block-promo .promo-input {
    flex: 1;
    border: none !important;
    border-radius: 0 !important;
    padding: 10px 14px;
    font-size: 0.875rem;
    color: #4a3f39;
    background: transparent;
    outline: none;
}

.block-promo .promo-input::placeholder {
    color: #b0a09a;
}

.block-promo .promo-input:focus {
    background: #faf7f5;
}

.block-promo .promo-input+button,
.block-promo .promo-code form .btn-primary {
    background-color: var(--color-terciario) !important;
    border: none !important;
    border-radius: 0 8px 8px 0 !important;
    color: var(--color-blanco) !important;
    padding: 10px 18px;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.block-promo .promo-input+button:hover,
.block-promo .promo-code form .btn-primary:hover {
    background-color: #7a6558 !important;
}

.block-promo .promo-code-button.cancel-promo,
a.cancel-promo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    padding: 6px 14px;
    background-color: transparent;
    border: 1.5px solid #c4b5ab !important;
    border-radius: 8px;
    color: #7a6558 !important;
    font-size: 0.8rem;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
}

.block-promo .promo-code-button.cancel-promo:hover,
a.cancel-promo:hover {
    background-color: #e8dfd9;
    color: #4a3f39 !important;
    text-decoration: none;
}

.block-promo .promo-code-button.cancel-promo::before,
a.cancel-promo::before {
    content: "×";
    font-size: 1.1rem;
    line-height: 1;
    margin-right: 5px;
    font-weight: 400;
}

.block-promo .promo-code .alert-danger {
    border-radius: 8px;
    border-left: 4px solid #c0392b;
    background-color: #fdf0ef;
    color: #c0392b;
    padding: 8px 12px;
    font-size: 0.825rem;
    margin-top: 8px;
}

.block-promo .promo-code-button.cancel-promo[aria-expanded="true"] {
    color: #7a6558 !important;
}

.product-line-info.product-price.has-discount {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 6px !important;
    position: static !important;
}

.product-line-info.product-price.has-discount .current-price {
    display: inline-flex !important;
    align-items: flex-end !important;
    position: static !important;
    width: auto !important;
}

.product-line-info.product-price.has-discount .product-discount {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 6px !important;
    margin-left: 4px !important;
    position: static !important;
}

.product-line-info.product-price.has-discount .discount.discount-percentage,
.cart-item .discount.discount-percentage {
    position: static !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    background-color: #f1c40f !important;
    color: #333 !important;
    font-size: 0.75rem !important;
    font-weight: 700 !important;
    padding: 2px 7px !important;
    border-radius: 4px !important;
    white-space: nowrap !important;
    margin: 0 !important;
}

.product-line-info.product-price.has-discount .regular-price {
    font-size: 0.82rem !important;
    color: #999 !important;
    text-decoration: line-through !important;
    white-space: nowrap !important;
}

@media (max-width: 767px) {
    .product-line-info.product-price.has-discount {
        gap: 4px !important;
    }

    .product-line-info.product-price.has-discount .product-discount {
        margin-left: 0 !important;
    }
}




/* ================================================
   FIX TOUCHSPIN - GLOBAL (ficha producto + carrito)
   Solo corrige alineación vertical, nada más
   ================================================ */
.input-group-btn-vertical {
    display: flex !important;
    flex-direction: column !important;
    float: none !important;
    vertical-align: middle !important;
    width: auto !important;
}

.input-group-btn-vertical>.btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex: 1 1 50% !important;
    padding: 0 8px !important;
    margin: 0 !important;
    height: 50% !important;
    position: static !important;
}

.input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: 0 !important;
}

.input-group-btn-vertical i {
    position: static !important;
    top: auto !important;
    left: auto !important;
    line-height: 1 !important;
}

body#cart .bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 0 8px !important;
}

a.store_selection {
    background: #9b8575;
}

a.store_direction {
    color: #9b8575 !important;
}

.form-control:focus {
    border-color: var(--color-principal);
}

/****BOTON AD TO CART MINIATURA **********/
/* Botón carrito sobresaliendo del borde inferior */
article.product-miniature.js-product-miniature {
  overflow: visible !important;
  position: relative;
}

.js-product {
  padding-bottom: 36px !important;
}

.product-miniature .product-description {
  padding-bottom: 16px;
}

.product-miniature .product-action-buttons {
  position: absolute !important;
  bottom: -24px !important;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center;
  gap: 10px;
  padding: 0;
  z-index: 99 !important;
}

/* Envío en 1 línea */
.product-miniature .ed_orderbefore {
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-miniature .ed_orderbefore .date_green:last-child {
  display: none;
}

.product-miniature .btn.add-to-cart-quick {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #967f6d;
  color: #fff;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  cursor: pointer;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
  transition: background 0.2s ease, transform 0.15s ease;
}
button.btn.add-to-cart-quick svg {
    fill: rgb(0 0 0 / 0%);
}
button.btn.add-to-cart-quick:hover {
    background: #cabba9;
}
.product-miniature .btn.add-to-cart-quick {
  transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}
.product-miniature .btn.add-to-cart-quick:not([disabled]):hover {
  transform: scale(1.15);
  box-shadow: 0 6px 18px rgba(0,0,0,0.28);
  background-color: #7a6558;
}
.product-miniature .btn.add-to-cart-quick:not([disabled]):active {
  transform: scale(0.93);
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
}
.product-miniature:hover .btn.add-to-cart-quick:not([disabled]) {
  animation: pulse-cart 1.8s ease-in-out infinite;
}
@keyframes pulse-cart {
  0%   { box-shadow: 0 3px 10px rgba(150,127,109,0.4); }
  50%  { box-shadow: 0 3px 18px rgba(150,127,109,0.75); }
  100% { box-shadow: 0 3px 10px rgba(150,127,109,0.4); }
}
.product-miniature .btn.add-to-cart-quick[disabled] {
  transition: none;
  animation: none;
    cursor: not-allowed;
}
 

/***** EASY CARRUSEL BOTON COMPRAR MINIATURA*/
 
/*  Estructura de la tarjeta del producto (Fondo blanco y borde) */
.easycarousel article.product-miniature { 
    position: relative;
    /* Dejamos margen abajo para que el botón circular no corte otros elementos */
    margin-bottom: 45px; 
    height: calc(100% - 25px) !important; 
 
}
 

/* 3. Posicionar el contenedor del botón en el centro del borde inferior */
.easycarousel .product-action-buttons {
    position: absolute !important;
    bottom: -22px !important; /* Saca la mitad del botón hacia afuera */
    left: 50% !important;
    transform: translateX(-50%) !important;
    padding: 0 !important;
    z-index: 10;
    display: flex !important;
    justify-content: center;
    width: auto;
}
 
@media (max-width: 767px) {
    /* Le da aire al contenedor general del carrusel en móvil para que el botón no se ampute */
    .easycarousel .swiper {
        padding-bottom: 30px !important; 
    }
}

/* ============================================
    CHECKOUT
   Recogida -Lista de Tiendas 
   ============================================ */ 

#store_list {
  list-style: none !important;
  padding: 0 !important;
  margin: 12px 0 0 0 !important;
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 12px !important;
}

@media (max-width: 767px) {
  #store_list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
}

#store_list li.clickable {
  border: 1px solid #e2e2e2 !important;
  border-radius: 10px !important;
  padding: 0 !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  cursor: pointer !important;
  overflow: hidden !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  min-height: 100px !important;
}

#store_list li.clickable:hover {
  border-color: #555 !important;
  box-shadow: 0 3px 10px rgba(0,0,0,0.09) !important;
}

#store_list li.clickable.selected {
  border-color: #1a1a1a !important;
  background: #f9f9f7 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1) !important;
}

#store_list .storeInfos {
  padding: 14px 16px 8px 16px !important;
  flex: 1 !important;
  font-size: 13px !important;
  color: #444 !important;
  line-height: 1.5 !important;
}

#store_list .storeInfos b {
  display: block !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  color: #1a1a1a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
  margin-bottom: 6px !important;
}

#store_list .storeInfosFooter {
  padding: 8px 16px 14px 16px !important;
  border-top: none !important;
  background: transparent !important;
  text-align: right !important;
}

#store_list .btn.selectStore {
  background-color: #2c2c2c !important;
  color: #fff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 6px 16px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color 0.2s !important;
}

#store_list .btn.selectStore:hover {
  background-color: #000 !important;
}

/* ---- OPCIONES DE ENVÍO ---- */

.delivery-option.js-delivery-option {
  border: 1px solid #e2e2e2 !important;
  border-radius: 10px !important;
  margin-bottom: 10px !important;
  padding: 14px 18px !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
}

.delivery-option.js-delivery-option:hover {
  border-color: #aaa !important;
}

.delivery-option.js-delivery-option:has(input[type="radio"]:checked) {
  border-color: #2c2c2c !important;
  background: #f9f9f7 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08) !important;
}

@media screen and (max-width: 767px) {
  #store_list {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }
  #store_list .storeInfosFooter {
    padding: 0 !important;
    border-top: 1px solid #e2d9d3 !important;
    text-align: center !important;
    background: transparent !important;
  }
  #store_list .btn.selectStore {
    width: 100% !important;
    border-radius: 0 0 9px 9px !important;
    padding: 12px 16px !important;
    font-size: 12px !important;
    letter-spacing: 1.2px !important;
    display: block !important;
  }
}
/* Botón SELECCIONE */
#store_list .btn.selectStore {
  position: static !important;
  right: auto !important;
  top: auto !important;
  background-color: #3f2e29 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 6px !important;
  padding: 7px 16px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  cursor: pointer !important;
  transition: background-color 0.2s !important;
  display: inline-block !important;
  width: 100% !important;
}

#creneau_selected, #shop_selected, #creneau_selected_back {
    background: #f3ebe8;
    color: #3f2e29;
}
button.btn.btn-secondary.changeStore:hover {
    background-color: var(--color-acento);
    color: var(
    --color-blanco);
}
/* Aviso "Elige una tienda" */
#choose_store_msg {
  background-color: #f7f2ef !important;
  border: 1.5px solid #cabba9 !important;
  border-radius: 8px !important;
  color: #3f2e29 !important;
  font-size: 13px !important;
  padding: 10px 16px !important;
  margin-bottom: 14px !important;
     padding: 10px 29px;
} 