/** Shopify CDN: Minification failed

Line 1041:10 Expected identifier but found bad string token
Line 1041:11 Unterminated string token

**/
.drawer__inner-empty {
  padding: 2rem 3rem;
}
@media screen and (min-width: 750px) {
  .drawer__inner-empty {
    padding: 4rem 6rem;
  }
}

.cart__empty-text {
  font-family: var(--font-body-family);
  font-weight: 400;
  color: var(--color-foreground);
  margin-bottom: 2rem;
  text-transform: unset;
}
@media screen and (min-width: 750px) {
  .cart__empty-text {
    margin-bottom: 4rem;
  }
}

.drawer__inner__collection {
  position: relative;
  margin-top: auto;
}
.drawer__inner__collection .collection-grid__image-block::before {
  padding-bottom: 100%;
}

.drawer.active .drawer__inner {
  transform: translateX(0);
}

cart-remove-button {
  display: flex;
}
@media screen and (min-width: 990px) {
  cart-remove-button {
    display: inline-flex;
  }
}

.drawer {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  background-color: transparent;
  transition: visibility var(--duration-default) ease;
}
.drawer.active {
  visibility: visible;
    background-color: rgba(0, 0, 0, 0.2);
}
.drawer__contents {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.drawer__inner {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 68rem;
  max-width: 100vw;
  background-color: white;
  transform: translateX(100%);
  transition: transform var(--duration-default) ease;
}
.drawer__header {
 
  padding: 4px 4rem ;

    z-index: 1;
}

.drawer__content {
  padding: 3.5rem 2rem 2rem;
  overflow-x: scroll;
}

.drawer__content table:not([class]) {
  width: 100% !important;
}

/*
.drawer__content table:not([class]) td {
  width: auto !important;
} */

.drawer__content table:not([class]) tr:first-of-type {
  background: #000;
  color: #fff;
  text-transform: uppercase;
}

.drawer__content table:not([class]) td:first-of-type {
  /* background: #000;
  color: #fff;*/
  text-transform: uppercase;
}

.drawer__content table:not([class]) td,
.drawer__content table:not([class]) th {
  padding: 1em 0.5em;
  border-color: #cecece;
}

@media screen and (min-width: 750px) {
  .drawer__header {
    padding: 4px 4rem;
  }

  .drawer__content {
    padding: 3rem;
    overflow-x: hidden;
  }
  .cart-drawer .drawer__heading > span{
    display: inline-flex;
    vertical-align: super;
  }
  .drawer .cart-item__quantity-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
  }
  #cart-quantity-delete {
    width: 100%;
  }
}
.drawer__heading {
    display: block;
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: .1rem solid rgb(var(--color-border));
    font-size: 17px !important;
    text-align: left;
}
.drawer__additional-text {
  display: flex;
  align-items: flex-start;
  color: rgb(var(--color-foreground-secondary));
  gap: 1rem;
  margin-top: 2rem;
}
.drawer__additional-text svg {
  min-width: 24px;
}
.drawer__close {
  position: absolute;
  top: 2.3rem;
  right: 4rem;
}

.drawer__footer {
  margin-top: auto;
 
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-top: 0.1rem solid rgb(var(--color-border));
  border-radius: 40px;
  box-shadow: 0 -7px 5px rgb(0 0 0 / 10%);
}





/* .drawer .cart-item__media {
  max-width: 15rem;
  height: 16rem;
  width: 100%;
  margin-bottom: auto;
} */
 .drawer__cart-items-wrapper{
  background-color: white;
 }
.drawer .cart-item__details {
  width: 100%;
  padding: 0px;
  display: flex;
  flex-direction: column;
}
.drawer .cart-item__inner-top {
  display: flex;
  column-gap: 3.2rem;
  align-items: flex-start;
}
@media screen and (min-width: 750px) {
  .drawer .cart-item__inner-top {
    flex-direction: row;
  }
}
.drawer .cart-item__image {
  width: 65px;
  height: 100%;
  object-fit: contain;
  aspect-ratio: 2 / 3;
}
.drawer .cart-item__vendor {
  margin-bottom: 0.6rem;
  line-height: 1;
}
.drawer .cart-item__name {
  display: block;
  margin-bottom: 0.8rem;
  font-family: var(--font-heading-family);
  font-size: 1.2rem;
  color: rgb(var(--color-foreground));
  text-decoration: none;
  position: relative;
  padding-bottom: 0rem;
}
@media screen and (min-width: 700px) {
  .drawer .cart-item__name {
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}
.drawer .cart-item__name::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: currentColor;
  transition: all var(--duration-default) linear;
}
.drawer .cart-item__name:hover::before {
  width: 100%;
}
.drawer .cart-item__final-price,
.drawer .cart-item__old-price {
  line-height: var(--font-body-line-height);
  letter-spacing: 0.06em;
}
.drawer .cart-item__final-price {
  margin:8px 0px;
  font-weight: 600;
  color: rgb(var(--color-foreground-title));
      font-size: 13px;
}
.drawer .cart-item__old-price {
  font-weight: 400;
  color: rgba(var(--color-foreground-secondary));
}
.drawer .cart-item dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem 0.4rem;
  margin: 0rem;
}
@media screen and (min-width: 750px) {
  .drawer .cart-item dl {
    margin: 0rem;
  }
}
.drawer .cart-item dl .product-option + .product-option {
  position: relative;
  padding-left: 0.8rem;
}
.drawer .cart-item dl .product-option + .product-option::before {
  position: absolute;
  content: "";
  left: -0.2rem;
  top: 0;
}
.drawer .cart-item .product-option {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  color: #7b7b7bd9;
  font-weight: 400;
}
.drawer .cart-item .product-option dd {
  margin: 0;
}
.drawer .cart-item__totals {
  position: relative;
}
.drawer .cart-item__totals .loading-overlay {
  position: absolute;
  z-index: 1;
  width: 1.8rem;
  left: 0;
  top: 0;
  bottom: 0;
}
.drawer
  .cart-item__totals
  .loading-overlay:not(.hidden)
  + .cart-item__price-wrapper {
  opacity: 0.5;
}
.drawer .cart-item__totals .loading-overlay__spinner {
  position: absolute;
  top: 50%;
  left: 0;
  width: 1.8rem;
  height: 100%;
  transform: translateY(-50%);
}
.drawer .cart-item__price-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.8rem;
}
.drawer .cart-item__discounted-prices {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: flex-end; */
  column-gap: 0.6rem;
  align-items:center;
}
.drawer .cart-item__quantity-price {
  margin-top: auto;
  width: 100%;
}
.drawer .cart-item .quantity {
  width: 10rem;
  height: 3rem;
  border-radius:40px;
}
.drawer .cart-item .quantity__button {
  width: 3rem;
}
.drawer .cart-item .quantity__input {
  height: 3rem;
  font-size: 1.2rem;
}
.drawer .cart-item__error {
  display: flex;
  align-items: flex-start;
  margin-top: 0.4rem;
}
.drawer .cart-item__error-text {
  font-size: 1.2rem;
  line-height: var(--font-body-line-height);
  order: 1;
}
.drawer .cart-item__error-text:empty + svg {
  display: none;
}
.drawer .cart-item__error-text + svg {
  flex-shrink: 0;
  width: 1.2rem;
  margin-right: 0.7rem;
  margin-top: 0.4rem;
}
/* TOTALES CART DRAWER : K-UX */
.drawer .totals {
  margin-top: 0.5rem;
}
.totals_margin{
  margin:0px;
  font-size:16px;
}
.totals_margin_total{
  margin:0px;
  font-size:14px;
}
.totals_letter{
  text-transform: none !important;
  font-weight: 500 !important;
  font-size:14px;
}
.totals_desc{
  text-decoration:line-through;
}
.drawer .totals:first-child {
  margin: 0;
}
.drawer .totals__subtotal {
  display: block;
  font-family: var(--font-body-family);
  color: rgba(var(--color-foreground));
}
.drawer .totals > *:not(.totals__subtotal-text):not(.totals__subtotal-value) {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: var(--font-body-line-height);
  letter-spacing: 0.06em;
  font-family: var(--font-subtitle-family);
}
.drawer .totals__subtotal-value {
  color: rgb(var(--color-foreground-title));
}
.drawer .totals__subtotal-text {
  margin: 0;
  color: rgb(var(--color-foreground-secondary));
}
.drawer .cart__ctas {
  display: flex;
  gap: 20px;
  margin-top:7px;
  align-items: center;
  padding: 0rem 4rem;
}
@media screen and (min-width: 750px) {
  .drawer .cart__ctas {
    margin-top: 7px;
  }
}

.cart-drawer__overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cart-drawer__overlay:empty {
  display: block;
}
.cart-drawer__footer .totals {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.cart-drawer .tax-note {
  display: block;
  margin-top: 0.9rem;
  font-size: 1.2rem;
  line-height: var(--font-body-line-height);
  color: rgba(var(--color-foreground), 0.6);
}
.cart-drawer .cart-drawer__bottom .button .icon-cart {
  width: 1.8rem;
  height: 1.8rem;
}

.btnCP{
  visibility: visible;
}

.btnCP.active{
  visibility:hidden;
}

.cart-drawer__continue {
  display: block;
  margin-top: 1.9rem;
  margin-left: 1.4rem;
  font-size: 1.2rem;
  line-height: var(--font-body-line-height);
  text-align: center;
  text-transform: capitalize;
  text-decoration: underline;
  text-decoration-color: #bfbfbf;
}
.cart-drawer__continue svg {
  width: 1rem;
  height: 1rem;
  transform: translateY(0.3rem);
  margin-left: 0.4rem;
}

cart-drawer-items.is-empty + .drawer__footer {
  display: none;
}

cart-drawer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}

.cart-drawer__form {
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 70px;
  margin-bottom: 20px;
  border-bottom: .1rem solid rgb(var(--color-border));
}

cart-drawer-items {
  overflow: auto;
  padding-right: 4rem;
  padding-left: 4rem;
}

@media screen and (max-height: 650px) {
  .drawer__inner {
    overflow: scroll;
  }
}
cart-drawer-items::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

cart-drawer-items::-webkit-scrollbar-thumb {
  background-color: rgba(var(--color-foreground), 0.7);
  border-radius: 100px;
}
.cart-drawer .drawer__heading > span > svg {
  transform: rotate(-45deg);
}
.cart-quantity-delete {
  width: 50%;
  gap: 3rem;
}
.btn-remove > svg{
  width: 30px !Important;
  height: 30px !Important;
}

.drawer__header h5{
    margin: 0px 0 0px;
    font-size: 1.1rem;
    font-weight: 600;
}
@media screen and (max-height: 700px) {
  .drawer__header h5{
    margin: 16px 0 0px;
    font-size: 1.1rem;
    font-weight: 600;
  }
}
progress {
  --background: #DDDDDD;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  width: 100%;
  height: 5px;
  border-radius: 16px;
  background: var(--background);
  margin-top:13px;
}
progress::-webkit-progress-bar {
  border-radius: 16px;
  background: var(--background);
}
progress::-moz-progress-bar {
  border-radius: 16px;
  background: var(--background);
}
progress::-webkit-progress-value {
  border-radius: 16px;
  background: var(--color);
}

/* COMPONENTE PARA NOTIFICACIÓN DE ALTA DE PRODUCTO EN EL CARRITO: K-UX */
.custom-toast {
  line-height: normal;
	position: fixed;
	top: 150px;
	right: 0px;
	background-color: black;
	color: white;
	padding: 20px 13px;
	border-radius: 20px 0px 0px 20px;
	display: flex;
	align-items: center;
	box-shadow: 7px 8px 9px 3px #0000008c;
	z-index: 9999;

  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.custom-toast.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.custom-toast.hide {
	opacity: 0;
	transform: translateX(50px);
}
.toast-content{
  width:300px;
}
.toast-ext{
  font-weight:500; 
  margin-top: 0px; 
  margin-bottom: 5px;
}
.toast-title{
  text-transform: uppercase; 
  font-size:14px;
}
.custom-toast .toast-image img {
	width: 65px;
	height: 90px;
  margin-left:15px;
  display:flex;	
}
.custom-toast .toast-content p {
  	margin: 4px 0 0 0;
    	font-size: 0.9em;
}
.custom-toast .toast-content p:first-of-type {
	margin: 4px 0px 10px 0px;
}
.text-custom-toast{

  text-underline-offset: 2px;
      cursor: pointer;

          padding: 2px 7px;
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 5px;
}
@media screen and (max-width: 1199px) {
.custom-toast {
  width: 350px;
}
.custom-toast .toast-content p {
  	margin: 2px 0 0 0;
}
.custom-toast .toast-content p:first-of-type {
	margin: 2px 0px 10px 0px;
}
}
@media screen and (max-width: 360px) {
.custom-toast {
  width: 310px;
}
}

/* COMPONENTE PARA NOTIFICACIÓN DE ALTA DE PRODUCTO EN EL CARRITO: K-UX */
.custom-toast {
  line-height: normal;
	position: fixed;
	top: 150px;
	right: 0px;
	background-color: black;
	color: white;
	padding: 20px 13px;
	border-radius: 20px 0px 0px 20px;
	display: flex;
	align-items: center;
	box-shadow: 7px 8px 9px 3px #0000008c;
	z-index: 9999;

  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
}

.custom-toast.show {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}

.custom-toast.hide {
	opacity: 0;
	transform: translateX(50px);
}
.toast-content{
  width:300px;
}
.toast-ext{
  font-weight:500; 
  margin-top: 0px; 
  margin-bottom: 5px;
}
.toast-title{
  text-transform: uppercase; 
  font-size:14px;
}
.custom-toast .toast-image img {
	width: 65px;
	height: 90px;
  margin-left:15px;
  display:flex;	
}
.custom-toast .toast-content p {
  	margin: 4px 0 0 0;
    	font-size: 0.9em;
}
.custom-toast .toast-content p:first-of-type {
	margin: 4px 0px 10px 0px;
}
.text-custom-toast{

  text-underline-offset: 2px;
      cursor: pointer;

          padding: 2px 7px;
    border: 1px solid white;
    border-radius: 10px;
    margin-top: 5px;
}

.txt-progress{
  font-size:14px;
}

.txt-progress-envio{
  text-align: left;
  font-size:14px;
}

.mobile-only {
  display: none;
}

@media (max-width: 768px) {
  .mobile-only {
    display: block;
  }
}



@media screen and (max-width: 1199px) {
  .custom-toast {
    width: 350px;
  }
  .custom-toast .toast-content p {
      margin: 2px 0 0 0;
  }
  .custom-toast .toast-content p:first-of-type {
    margin: 2px 0px 10px 0px;
  }
  .txt-progress-envio{
    font-size:12px;
  }
}

@media screen and (max-width: 360px) {
.custom-toast {
  width: 310px;
}
}
/* NUEVOS ESTILOS CART DRAWER */
.border-product{
  height:10px;
}
.border-product-linea{
  border-bottom: 1px solid #E8E8E8D9;
  width:50%;
  justify-self: center;
}
.div-flex{
  display:flex;
  justify-content: space-between;
}
.justify-end{
  justify-content: end;
}

.margenes-totales{
  padding: 0rem 4rem;
}

.toggle-modal-btn {
  cursor: pointer;
  transition: transform 0.3s ease;
}



/* MODAL */
.custom-modal-cart {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);

  display: flex;
  align-items: flex-end;
  justify-content: center;
display:none;
pointer-events: none;
}

.custom-modal-cart.active {

  display:block;
}

.custom-modal__content {
pointer-events: auto;
position:absolute;
bottom:0;
  background: white;
  width: 100%;
  max-height: 80%;
  border-radius: 40px 40px 0 0;
  padding: 2.5rem 4rem 32px;

  gap: 1rem;
  display: grid;
}

@keyframes slideUp {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}

.close-modal {
  position: absolute;
  right: 20px;
  top: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}

.modal-close-button-modal{
  box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 4.4rem;
    max-width: 4.4rem;
    height: 4.4rem;
    padding: 0;
    color: rgb(var(--color-foreground));
    background-color: transparent;
    border: none;
    transform: translate(1.6rem) translateY(-1.6rem);
    cursor: pointer;
}

.div-cart-modal{
  display:flex;    
  justify-content: space-between;
}

.texto-sin-margen{
  margin:0px !important;
}

.texto-bold-color{
  font-weight:bold; 
  color: #1FC743
}
.texto-size-modal{
  font-size:17px;
  font-weight: 500;
}

.texto-size-modal-p{
  font-size:14px
}

.texto-size-modal-p-total{
  font-size:16px;
  font-weight:bold;
}

.texto-envio-gratis{
  color: #1FC743;
}

.texto-rojo-desc{
  color:#DA0000;
}

.texto-gris-desc{
  color: #999999 !important;
}


.icon-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  margin-top: 5px;
}

.tooltip-text {
  visibility: hidden;
  opacity: 0; 
  
  box-shadow: 0px 5px 5px 0px rgb(0 0 0 / 26%);
  width: max-content;
  background-color: #e9e9e9;
  color: black;
  text-align: center;
  padding: 6px 10px;
  border-radius: 6px;
  position: absolute;
  bottom: 120%; 
  left: -200%;
  transform: translateX(-50%);
  transition: opacity 0.3s ease;
  font-size: 12px;
  white-space: nowrap;
}

/* Desktop */
@media (hover: hover) {
  .icon-tooltip:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
  }
}

/* Mobile (con JS) */
.icon-tooltip.active .tooltip-text {
  visibility: visible;
  opacity: 1;
}





.alinear-precio{
  display:flex;
  gap:1rem;
}











.primer-div-totals{
  padding:1rem 4rem 0rem;
}

.texto-total{
  text-transform: capitalize !important; 
  font-size:17px !important;
}

.segundo-div-totals{
   display:flex;     
   align-items: center;
   gap: 1rem;
}

.texto-total-precio{
  font-size:18px !important; 
  margin: 0px !important;
}

.tercer-div-totals{
  margin-bottom: 2px; 
  margin-top:0px
}

.texto-descuento{
  font-weight:400 !important;
  text-transform: capitalize !important; 
  font-size:14px !important;
}

.texto-descuento-precio{
   font-size:14px !important; 
   font-weight: 400 !important;
}

.cuarto-div-totals{
  line-height: normal;

  padding:4px 4px 4px 0px;
  line-height: normal;
  display: grid;
  text-align: left;
}

.font-normal{
  margin:0px !important; 
  font-weight: normal !important;
}

.quinto-div-totals{
  line-height: normal;
  display:flex;
  align-items: center;
  border-radius: 20px;
  padding:4px;
  width: 100%;
  background: #E9FFE4;
  line-height: normal;
  display: flex;
  align-items: center;
}

@media (min-width: 1190px) {
  
  .quinto-div-totals{
    width:100%;
  }
}

.text-envio-gratis{
  text-align: left; 
  margin-left:5px;
}

.btn-cart-check{
  border-radius: 40px;
   min-height: 5rem; 
   font-size:20px;
}

.text-protegido{
  display:flex;
  align-items: center;
  justify-content: center;
  gap:5px;"
}

 .margin-quinto-check{
    margin-top:5px;
  }

  .margin-icon-close{
    margin-right: 15px;
  }

 

.icon-MP{
    justify-content: center;
    display: flex;
        margin-top: 10px;
    align-items: center;
}
@media (max-width: 520px) {
  .custom-modal__content{
    padding:2.5rem 4rem 4.5rem;
  }
.icon-MP{
      margin: 10px 1rem 0rem;
}
   .margin-btn-close{
    padding-left:2rem !important;
  }
   .margin-icon-close{
    margin-right: 0px;
  }

 cart-drawer-items {

  padding-right: 2.5rem;
  padding-left: 2.5rem;
}

 .drawer__header {
 
  padding: 2.5px 2.5rem ;

}

  .primer-div-totals{
  padding:1rem 2.5rem 0rem;
}
.margenes-totales{
  padding: 0rem 2.5rem;
}

.drawer .cart__ctas {
  padding: 0rem 2.5rem;
}
}
