.cart-upsell__title{margin-bottom:10px;font-weight:600;display:block;font-size:var(--font-size-price);line-height:var(--line-height-price);text-align:center;font-family:var(--font-family-title);display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.cart-upsell__card{display:flex;flex-direction:column;justify-content:center;align-items:center;text-decoration:none}.cart-upsell__card-image{width:104px;height:104px;overflow:hidden;border-radius:12px;aspect-ratio:1/1}.cart-upsell__card-description{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-end;margin-left:6px;width:100%}.cart-upsell .card-description{width:100%}.cart-upsell .card-description span{margin-bottom:6px;display:block}.cart-upsell .card-description__title{margin-bottom:6px;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.cart-upsell img{object-fit:contain;object-position:top}.cart-upsell .swiper-button .btn-arrow{width:20px;height:20px;background:none}.cart-upsell .swiper-button-prev{left:0}.cart-upsell .swiper-button-next{right:0}@media screen and (max-width:749px){.cart-upsell .swiper-button{display:block}}.cart-upsell .upsell-btn{padding:10px 15px}.cart-upsell .upsell-btn>svg{width:20px;height:20px}.cart-upsell .upsell-btn>svg path{fill:var(--color-neutral-5)}.cart-items__mobile{display:block}@media screen and (min-width:768px){.cart-items__mobile{display:none}}.cart-items__desktop{display:none}@media screen and (min-width:768px){.cart-items__desktop{display:block}}.cart-item{display:grid;grid-template-columns:2fr 1fr;grid-column-gap:10px}.cart-item:not(:last-child){padding-bottom:25px}.cart-item__s1{display:grid;grid-template-columns:auto 1fr;grid-column-gap:10px}.cart-item__image{width:70px;height:70px}.cart-item__image>img{width:100%;height:100%;object-fit:contain}.cart-item__title{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.cart-item__title strong,.cart-item__title span{display:block}.cart-item__title strong{cursor:pointer;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1}.cart-item__title span{font-size:14px}.cart-item__table{width:100%}.cart-item__table>thead{border-bottom:1px solid var(--color-neutral-4)}.cart-item__table>thead>tr>th:first-child{width:576px;text-align:left}.cart-item__table>thead th{text-align:center;font-size:var(--font-size-md);font-weight:800;line-height:var(--line-height-cta)}.cart-item__table>tbody tr.border-b{border-bottom:1px dashed var(--color-neutral-4)}.cart-item__table>tbody .price{display:flex;justify-content:center;align-items:center;font-family:var(--font-family-general);font-size:var(--font-size-general);font-weight:800;line-height:var(--line-height-cta)}.cart-item__table>tbody td{vertical-align:middle}.cart-item__table>tbody td>.total{display:flex;justify-content:space-around;align-items:center}.cart-item__s2{display:flex;flex-direction:column;align-items:flex-end}.cart-item__s2 .item-price{display:flex;flex-direction:column-reverse;align-items:flex-end;height:100%;justify-content:space-between}.cart-item__s2 .item-delete,.cart-item__s2 .item-quantity button{cursor:pointer}.cart-item__line .sidecart-item__image{width:80px;height:80px;position:relative}@media screen and (min-width:768px){.cart-item__line .sidecart-item__image{width:120px;height:120px}}.cart-item__line .sidecart-item__image>img{position:absolute;width:100%;height:100%;object-fit:cover}.cart-item__line .sidecart-item__product{gap:20px}.cart-item__line .subscription-form__desc{margin-top:4px}.cart-item__line .quick-subscription{width:100%}.cart-item .item-quantity{margin-top:10px}.cart-item .container-quantity{max-width:100px}.bar{background:var(--color-neutral-3);border:2px solid var(--color-neutral-5);box-shadow:0 2px 2px #091e424d;height:8px;margin:10px 0;overflow:hidden}.bar-progress{background:var(--color-primary-1);height:100%;transition:width .3s ease-in-out;width:0}.shipping-free{display:none}.overlay{width:100%;height:100%;position:fixed;right:0;top:0;background-color:color-mix(in srgb,var(--color-neutral-3),transparent 50%);backdrop-filter:blur(4px);z-index:3}.container-footer{display:flex;flex-direction:column}.cartitems{width:100%;height:100%}.cartitems>.cart-items{width:100%;height:100%}.side-cart{display:flex;flex-direction:column;visibility:hidden;opacity:0;height:100%;width:420px;position:fixed;right:0;top:0;background-color:#fff;overflow-y:auto;z-index:9999999;transform:translate(400px);transition:all .4s ease;overflow:hidden}@media screen and (max-width:767px){.side-cart{width:100%}}.side-cart[data-active=true]{opacity:1;visibility:visible;transform:translate(0)}.side-cart__margins{padding-inline:20px}.side-cart__title{display:flex;align-items:center;justify-content:flex-start;gap:8px}.side-cart__title-text{font-family:var(--font-family-title);font-size:var(--font-size-price);font-weight:600;line-height:var(--line-height-price)}.side-cart__close{position:relative;display:flex;justify-content:center;align-items:center;cursor:pointer}.side-cart__close>#sidecart-close-icon{position:absolute;color:#fff;top:50%;left:50%;transform:translate(-50%,-50%)}.side-cart__header{position:sticky;font-weight:600;top:0;background-color:#fff;border-bottom:1px solid var(--color-neutral-4);padding:12px 20px;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;z-index:1}.side-cart__count{font-size:10px;line-height:normal;margin-left:16px;color:var(--color-neutral-5);position:relative;display:flex;align-items:center;justify-content:center}.side-cart__count>span{position:relative}.side-cart__count:before{content:"";top:-2px;width:20px;height:20px;border-radius:50%;background-color:var(--color-primary-1);position:absolute}.side-cart__items{height:100%;overflow:auto}.side-cart__footer{text-align:center;position:sticky;bottom:0;background-color:var(--color-complementary-4);z-index:1;padding-top:24px;padding-bottom:24px}.side-cart__footer--empty{background-color:var(--color-complementary-1)}.side-cart__empty-shape{fill:var(--color-complementary-1)}.side-cart__message{padding:6px 12px;border-radius:var(--radius-media);border:1px dashed var(--color-neutral-3);background-color:var(--color-complementary-3);display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:12px}.side-cart__message-content{font-size:var(--font-size-general);font-weight:500;line-height:var(--line-height-cta);text-align:left;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}.side-cart__message-content p b{font-weight:800}.side-cart__button button{width:100%}.side-cart__button .button-separator{margin:0 5px}.header-cart{position:relative}.cart-count{font-size:var(--font-size-xs);line-height:90%;font-weight:700;right:-5px;top:-2px;color:var(--color-neutral-5);position:absolute;display:flex;align-items:center;justify-content:center}.cart-count>span{position:relative}.cart-count:before{content:var(--icon-count-cart);position:absolute}@media screen and (min-width:968px){.cart-count{right:-12px;top:-5px}}.cart-message-error{position:fixed;bottom:0;left:50%;background:#fff;transform:translate(-50%);z-index:3}.sidecart-empty{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.sidecart-empty__img{margin-bottom:12px}.sidecart-empty__title{margin-bottom:0;font-size:var(--font-size-price);font-weight:600;line-height:var(--line-height-price)}.sidecart-empty__text{font-size:var(--font-size-sm);font-weight:500;line-height:var(--line-height-cta)}.cart-page__content{display:flex;flex-direction:column;gap:32px}.cart-page__header{display:flex;flex-direction:column;text-align:center;gap:12px;transition:all .2s ease-out}@media screen and (min-width:768px){.cart-page__header{flex-direction:row;justify-content:space-between}}.cart-page__header-link{font-family:var(--font-family-general);font-size:var(--font-size-sm);font-weight:800;line-height:var(--line-height-cta);text-decoration:underline}.cart-page__header--left{text-align:left;justify-content:flex-start;align-items:flex-start}@media screen and (min-width:768px){.cart-page__header--left{flex-direction:row;justify-content:space-between;align-items:center}}.cart-page__title{display:flex;align-items:center;justify-content:center;gap:16px}.cart-page__title-text{margin-bottom:0;font-size:var(--font-size-h3-mobile);font-weight:600;line-height:var(--line-height-h1-movil);font-family:var(--font-family-title)}@media screen and (min-width:768px){.cart-page__title-text{font-size:var(--font-size-h2-mobile)}}.cart-page__items{margin-top:var(--margin-section);margin-bottom:var(--margin-section);padding-top:20px}.cart-page__footer{display:flex;flex-direction:column;align-items:flex-end}.cart-page__footer__btn{margin-top:20px;width:100%}@media screen and (min-width:768px){.cart-page__footer__btn{width:auto}}.cart-page__footer__btn>a>button{width:100%}@media screen and (min-width:768px){.cart-page__footer__btn>a>button{width:auto}}.cart-page__footer__info{font-size:var(--font-size-price);font-weight:500;line-height:var(--line-height-price);font-family:var(--font-family-title)}.sidecart-item{display:flex;flex-direction:column;padding:16px 0;gap:12px;position:relative}.sidecart-item__product{display:flex;gap:16px;align-items:center}.sidecart-item__product-content{display:flex;flex-direction:column;gap:4px;width:100%}.sidecart-item__product-col{width:100%;display:flex;justify-content:space-between;align-items:center}.sidecart-item__product-col--align-end{justify-content:flex-end}.sidecart-item__title{font-size:var(--font-size-md);font-weight:800;line-height:var(--line-height-cta);font-family:var(--font-family-general);text-decoration:none;text-align:left;display:box;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.sidecart-item__variant-title{font-size:var(--font-size-general);font-weight:500;line-height:var(--line-height-cta)}.sidecart-item__price{font-size:var(--font-size-general);font-weight:800;line-height:var(--line-height-cta)}.sidecart-item__price--compare{font-weight:500;text-decoration-line:line-through;margin-left:8px}.sidecart-item__image{width:72px;height:72px;aspect-ratio:1/1;border-radius:var(--radius-media);border:1px solid var(--color-neutral-4);overflow:hidden;flex-shrink:0}.sidecart-item__load{display:none;pointer-events:none}.sidecart-item__load[data-active=true]{position:absolute;inset:0;background-color:color-mix(in srgb,var(--color-neutral-3),transparent 50%);display:flex;justify-content:center;align-items:center;z-index:10;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);pointer-events:all;border-radius:var(--radius-media)}.item-delete{cursor:pointer}
