/** Shopify CDN: Minification failed

Line 260:4 Unexpected "{"
Line 260:5 Expected identifier but found "%"
Line 260:36 Unexpected "{"
Line 260:37 Expected identifier but found "%"

**/
.drawer__header {
    border: none;
}

.cart-drawer-section .product-cart-mini-link {
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    text-align: center;
    padding: 0;
}

.cart-drawer-section #cart-item > td.cart-item__details > div.cart-item__info > dl {
    position: absolute;
    top: 66%;
    left: 60%;
}

/* PRECIO CURRENT */
.cart-drawer-section #cart-item-1 > td.cart-item__details > div.cart-item__info > strong {
    position: absolute;
    top: 66%;
    left: 70%;
}

/* CABECERA ELIMINADA
.cart-drawer-section #cart-drawer > header > div > a {
    display: none;
} */

.cart-drawer-section td.cart-item__details div.cart-item__info div.cart-item__variants.text-sm {
    color: #5d5d5d;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

/* #cart-drawer
    > div.cart-drawer__summary.relative.drawer__footer.cart-drawer--checkout--sticky-true
    > div.flex.flex-wrap.justify-between.items-center.cart-drawer_summary--non-stick
    > cart-drawer-disclosure
    > details
    > summary {
    display: none !important;
} */
#cart-drawer
    > div.cart-drawer__summary.relative.drawer__footer.cart-drawer--checkout--sticky-true
    > div.flex.flex-wrap.justify-between.items-center.cart-drawer_summary--non-stick
    > p {
    text-align: left !important;
}

.cart-drawer-section td.cart-item__details div.text-theme-light.text-sm.mb-2 {
    display: none !important;
}
/* BOTONES DE CARRUSEL */
.cart-drawer-section .slider-nav__btn {
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0; /* Eliminar padding interno si es necesario */
}

.cart-drawer-section .slider-nav__btn .icon {
    width: 30px; /* Ajusta el tamaño del SVG dentro del botón */
    height: 30px; /* Ajusta el tamaño del SVG dentro del botón */
}

.drawer .cart-recommendations .card--related .btn{
    background: #fcf8f2 !important;
    color: #282828;
    border: 1px solid #282828 !important;
}
.drawer .cart-recommendations .slider__item a{
    font-size: 16px;
    color: #282828;
    font-weight: 600;
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-transform: uppercase;
}

.drawer .cart-recommendations .slider__item p{
    margin-top: 0;
}

.drawer .cart-recommendations .price{
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 10px;
}

.drawer .cart-recommendations .card--related{
    padding: 10px;
}

.card--related {
    padding: 0px;
}

.cart-discount-details:not([open]){
    margin-bottom: 10px;
}

.cart-discount-details:not([open]) svg{
    transform: rotate(0deg)
}

.cart-discount-details:is([open]) svg{
    transform: rotate(180deg)
}

.cart-discount-details:is([open]) > summary{
    margin-bottom: 22px;
}

.cart-drawer-section .slider-nav button {
    background-color: tranparent !important;

    border-radius: 50% !important;
    padding: 5px;
    cursor: pointer;
    margin-left: 0;
}
/* FIN BOTONES DE CARRUSEL */
/* TITULO DEL CARRUSEL */
.cart-drawer-section #cart-recommendations > carousel-slider > div.mb-2.flex.items-center.justify-between > h2 {
    color: #000;
    leading-trim: both;
    text-edge: cap;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.cart-drawer-section #cart-drawer > header > h2 {
    content: 'Mi carrito';
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 25px !important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
/* OCULTAR SVG DEL BOTON DE COMPRAR */
.cart-drawer-section
    #cart-drawer
    > div.cart-drawer__summary.relative.drawer__footer.cart-drawer--checkout--sticky-true
    > div.cart-drawer__checkout-buttons
    > button
    > svg {
    display: none;
}
/* CHECKOUT BLACK */
/*
.cart-drawer-section
    #cart-drawer
    > div.cart-drawer__summary.relative.drawer__footer.cart-drawer--checkout--sticky-true
    > div.cart-drawer__checkout-buttons
    > button {
    height: 47px;
}*/

.cart-drawer-section #cart-drawer > header > h2 {
    content: 'Mi Carrito' !important;
}

.cart-drawer-section .cart-item__total price {
    position: relative !important;
    top: 170px !important;
}

.custom-carousel-arrow:hover {
    background-color: #eaeaea;
}

.cart-drawer__content {
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .cart-drawer__content {
    padding: 23px 41.02px;
    }
}

.cart-drawer__promoted-products-container {
    margin-top: 20px;
}

.cart-drawer__summary {
    /*border-top: 1px solid #eaeaea;*/
    padding-top: 0;
}

.cart-drawer__checkout-buttons .checkout-button::after {
    content: ''; /* Elimina el guion "-" */
}

.checkout-button span {
    margin-left: 4px;
}

.CD_discount_code {
    display: flex;
    gap: 10px;
    margin-top: 11px;
    padding-bottom: 11px;
    justify-content: space-between;
}
.CD_discount_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #4B2583;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 10px;
    padding-right: 2px;
}
.CD_discount_code input {
    border-radius: 25px;
    border: 1px solid #D9CDBF;
    background: transparent;
    display: flex;
    height: 30px;
    padding: 8px 12px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    {% comment %} max-width: 322px; {% endcomment %}
    font-size: 15px;
    font-weight: 400;
}
.CD_discount_code input::placeholder {
    color: black;
}
.CD_discount_code button {
    min-width: max-content;
border-radius: 25px;
background: transparent;
border: 1px solid #000;
display: flex;
height: 30px;
padding: 10px 18px;
align-items: center;
gap: 10px;
white-space: nowrap;
color: inherit;
font-family: 'Source Sans Pro', sans-serif;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: normal;
}
.drawer .cart-recommendations{
    margin-bottom: auto;
    bottom: 160px;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 1px;
    margin-top: 0;
    margin-bottom: 10px;
    background: white;
    margin-bottom: 10px;
}

@media (min-width:1024px){
    .drawer .cart-recommendations{
    margin-bottom: 0px
    }
}

.drawer .cart-item__info{
    padding-top: 0;
}

.drawer .cart-item__info .cart-item__variants dl{
    margin-top: 0;
}

.drawer .cart-item__variants  .strong{
    font-weight: 600;
    color: #888;
    font-family: 'Source Sans Pro', sans-serif;
}
/* .drawer .cart-item__title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    font-family: 'Source Sans Pro';
    color: #282828;
    line-height: normal;
} */

.drawer .cart-recommendations  carousel-slider{
    border-top: 1px solid #F3F3F3;
    border-bottom: 1px solid #F3F3F3;
    padding: 15px 0 15px;
    margin-bottom: 15px;
}

.CD_drawer_container {
    min-width: 100%;
    padding: 0px 14px 12px 14px;
    background: #fff;
    box-shadow: none;
}
.CD_drawer_container .discount{
    padding: 6px 14px;
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    position: relative;
}

.CD_drawer_container .discount-value{
    position: absolute;
    right: 0;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    color: #282828;
}

.CD_drawer_container cart-drawer-discounts {
    margin-bottom: 13px;
}
.CD_Taxes_container {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.CD_Taxes_text {
    color: #282828;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.CD_checkout_button {
    background: #4B2583;
    border-radius: 25px;
    display: flex;
    height: 40px;
    padding: 15px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.CD_checkout_button span {
    color: white;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
}
.CD_scrollbar {
    scrollbar-width: none;
    padding-bottom: 0 !important;
    max-width: 500px;
}
.CD_content_main {
    padding: 0 14px 14px;
}

/* .cart-item__total .price__current{
    font-size: 16px !important;
} */

.cart-item .price__was{
    font-size: 14px;
}

@media (min-width: 1024px){
    .cart-item__total .price__current{
    font-size: 16px;
    }

    .cart-item .price__was{
    font-size: 16px;
    }

    .quick-add__product-details{
    padding-left: 15px;
    padding-right: 15px;
    }
}

/* .drawer .cart-item__total{
    margin-right: 12px;
    line-height: normal;
    padding-top: 0;
} */

.price-inner-container{
    font-size: 16px;
    line-height: normal;
    margin-right: 0;
    display: flex;
    flex-flow: column;
}
.price-inner-container .m-0{
    display: flex;
    line-height: normal;
    justify-content: flex-end;
    padding-right: 0;
}

.CD_header_drawer {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    min-height: 70px;
    max-width: none;
    border-color: #F3F3F3;
}

.CD_drawer_container .discount-box{
    display: flex;
    flex-flow: row;
    gap: 5px;
    font-size: 20px;
    align-items: center;
    line-height: normal;
    font-weight: 600;
    font-family: "Source Sans Pro";
}

.CD_drawer_container .discount-box svg{
    margin-right: 0;
    color: #676767;
}

.cart-item__info ul[aria-label="Descuento"]{
    display: none;
}

.CD_drawer_container .discount-box button{
    display: flex;
}

.CD_drawer_container .discount-name{
    font-size: inherit;
    font-weight: inherit;
    color: #B32D43;
}

.CD_drawer_container .subtotal-wrapper .discount-box{
    justify-content: space-between;
}
.CD_drawer_container .subtotal-wrapper .subtotal-text{
    padding-left: 15px;
    font-weight: 600;
    font-family: "Source Sans Pro";
    font-size: 20px;
}

.CD_drawer_container .subtotal-wrapper .subtottal-price{
    font-weight: 600;
    font-family: "Source Sans Pro";
    font-size: 20px;
}

.CD_header_drawer h2 {
    position: relative;
}
.CD_close_drawer {
    width: 30px;
    display: flex;
    align-items: center;
    padding: 0;
    justify-content: center;
    flex-direction: column;
    margin: 0;
    max-height: 39px;
    position: relative;
    top: 2px;
}
.CD_close_drawer svg {
    height: 14px;
    min-height: 14px;
    width: 14px;
    pointer-events: none;
}
.CD_close_drawer span {
    color: #000;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: relative;
    top: -1px;
}

#cart-drawer {
    z-index: 9999 !important; /* Capa más alta posible */
}

.CD_overlay_drawer {
    position: fixed !important; /* Fijo a la pantalla */
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6); /* Negro semitransparente */
    z-index: 5000 !important; /* Justo debajo del carrito */
    cursor: pointer;
    
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.CD_overlay_drawer.is-visible {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; 
}

.drawer .cart-recommendations {
    transition: opacity 0.3s ease-in-out;
    will-change: opacity;
}

.drawer .cart-recommendations.loading {
    opacity: 0.7;
    pointer-events: none;
}

.drawer .cart-recommendations:empty {
    display: none;
}

/* Smooth transitions for recommendation updates */
.drawer .cart-recommendations carousel-slider {
    transition: all 0.3s ease-in-out;
    will-change: transform, opacity;
    border-bottom: 0;
}

/* Prevent layout shifts during recommendation updates */
.drawer .cart-recommendations {
    min-height: 100px;
    contain: layout style paint;
}

/* Smooth fade in/out for recommendation items */
.drawer .cart-recommendations .slider__item {
    transition: opacity 0.2s ease-in-out;
    will-change: opacity;
}

.drawer .cart-recommendations.loading .slider__item {
    opacity: 0.8;
}

@media (max-width: 1024px) {
    #cart-drawer {
    top: auto;
    bottom: 0;
    height: 100%;
    max-width: none;
    max-height: 100dvh;
    border-radius: 0 !important;
    }
    .CD_Taxes_text {
    font-size: 12px;
    }
    .CD_drawer_container cart-drawer-discounts {
    margin-bottom: 11px;
    }
    .CD_drawer_container {
    padding: 15px 15px;
    min-width: auto;
    }
    .CD_header_drawer {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 15px !important;
    margin-right: 15px !important;
    min-height: 70px;
    max-width: none;
    }
    .CD_scrollbar{
    max-width: none;
    }
    /* .CD_content_main{
    padding: 15px 15px;
    } */
    .CD_checkout_button{
    max-width: 100%;
    margin: auto;
    }
    .CD_discount_code input{
    max-width: none;
    }
}
.discount-input::-webkit-input-placeholder {
    color: #949393 !important;
    opacity: 1;
}

.price__current {
    padding: 0;
}
/* 
.price__default {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
} */