#MainContent:has(cart-items){display:flex;flex-direction:column}@media screen and (min-width:990px){#MainContent:has(cart-items){flex-direction:row;gap:32px;align-items:flex-start;max-width:1200px;margin:0 auto;padding:40px}#MainContent:has(cart-items)>:first-child{flex:1;min-width:0}#MainContent:has(cart-items)>.cart__footer-wrapper{width:400px;position:sticky;top:120px;flex-shrink:0}}.hlf-cart-page{background-color:#f5f6f8;padding:24px}@media screen and (min-width:990px){.hlf-cart-page{padding:0;background-color:transparent}body:has(.hlf-cart-page){background-color:#f5f6f8}}.hlf-cart-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.hlf-cart-header h1{font-size:24px;font-weight:700;margin:0}.hlf-cart-header__count{font-weight:400;color:#64748b;font-size:16px;margin-left:8px}.hlf-cart-header__link{color:#64748b;text-decoration:none;font-size:14px;display:flex;align-items:center;gap:4px;transition:color .2s}.hlf-cart-header__link:hover{color:#1e293b}.hlf-cart-header__link svg{transition:transform .2s}.hlf-cart-header__link:hover svg{transform:translate(-4px)}cart-items.is-empty .hlf-cart-empty{display:block}cart-items.is-empty .hlf-cart-header,cart-items.is-empty .hlf-cart-progress,cart-items.is-empty .cart__contents{display:none}.hlf-cart-summary-section.is-empty{display:none}.hlf-cart-empty{display:none;text-align:center;width:100%;padding:64px 24px;animation:hlf-fadeInScale .5s ease-out}.hlf-cart-empty__icon{font-size:48px;margin-bottom:16px;display:inline-block}.hlf-cart-empty h2{font-size:24px;margin:0 0 8px;color:#1e293b}.hlf-cart-empty p{font-size:14px;color:#64748b;margin:0 0 24px}.hlf-cart-empty__btn{display:inline-block;background:linear-gradient(135deg,#e11d48,#be123c);color:#fff;padding:12px 32px;border-radius:12px;text-decoration:none;font-weight:600;transition:opacity .2s}.hlf-cart-empty__btn:hover{opacity:.9}.hlf-cart-empty__login{margin-top:32px;font-size:14px;color:#64748b}.hlf-cart-empty__login a{color:#e11d48;text-decoration:underline}.hlf-cart-card{background:#fff;border-radius:16px;border:1px solid #f1f5f9;box-shadow:0 4px 12px #00000008;padding:16px;display:flex;gap:20px;margin-bottom:16px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;animation:hlf-fadeInUp .4s ease-out backwards}.hlf-cart-card:hover{box-shadow:0 12px 24px #0000000f;transform:translateY(-2px);border-color:#e2e8f0}.hlf-cart-card__image-link{border-radius:12px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;border:1px solid #f1f5f9;width:80px;height:80px;flex-shrink:0}.hlf-cart-card__image{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.hlf-cart-card:hover .hlf-cart-card__image{transform:scale(1.05)}@media screen and (min-width:990px){.hlf-cart-card__image-link{width:100px;height:100px}}.hlf-cart-card__info{flex:1;min-width:0;display:flex;flex-direction:column}.hlf-cart-card__info-top{margin-bottom:8px}.hlf-cart-card__info-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:auto}.hlf-cart-card__name{font-size:15px;font-weight:700;color:#0f172a;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0 0 8px;line-height:1.3}.hlf-cart-card__variant{font-size:12px;color:#64748b;margin:0 0 8px}.hlf-cart-card__price-wrapper{margin-top:auto;display:flex;align-items:center;gap:8px}.hlf-cart-card__price{font-size:14px;font-weight:700;color:#1e293b}.hlf-cart-card__options{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.hlf-cart-card__option{font-size:11px;color:#475569;background:#fff;border:1px solid #e2e8f0;padding:4px 10px;border-radius:100px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;transition:border-color .2s}.hlf-cart-card:hover .hlf-cart-card__option{border-color:#cbd5e1}.hlf-cart-card__price--old{color:#94a3b8;text-decoration:line-through;font-weight:400}.hlf-cart-card__price--sale{color:#e11d48}.hlf-cart-qty{display:inline-flex;align-items:center;background:#fff;border-radius:100px;overflow:hidden;box-shadow:inset 0 0 0 1px #cbd5e1;padding:2px}.hlf-cart-qty button{width:32px;height:32px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#475569;transition:all .2s ease}.hlf-cart-qty button svg{transition:transform .2s ease}.hlf-cart-qty button:hover{background-color:#f1f5f9;color:#0f172a}.hlf-cart-qty button:active{transform:scale(.95)}.hlf-cart-qty input{width:36px;height:32px;text-align:center;border:none;background:transparent;font-size:15px;font-weight:700;color:#0f172a;padding:0}.hlf-cart-qty input:focus{outline:none}.hlf-cart-card__remove{position:absolute;top:12px;right:12px;background:#f8fafc;border-radius:50%;width:32px;height:32px;border:none;color:#94a3b8;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #00000005}.hlf-cart-card__remove svg{width:14px;height:14px}.hlf-cart-card__remove:hover{color:#e11d48;background:#ffe4e6;transform:scale(1.1)}@media screen and (min-width:990px){.hlf-cart-card__remove{opacity:0;transform:scale(.9) translateY(4px)}.hlf-cart-card:hover .hlf-cart-card__remove{opacity:1;transform:scale(1) translateY(0)}}.hlf-cart-card__total{font-weight:700;font-size:16px;color:#0f172a;display:flex;align-items:center;gap:6px}.hlf-cart-card__old-line-price{color:#94a3b8;font-size:13px;font-weight:500}.hlf-cart-card__final-line-price{color:#e11d48}@media screen and (min-width:990px){.hlf-cart-card__total{text-align:left}}@media screen and (max-width:989px){.hlf-cart-card__total{margin-top:8px}}.hlf-cart-card--gift{background-color:#f0fdf4;border:1px solid #bbf7d0}.hlf-cart-summary{background:#fff;border-radius:16px;box-shadow:0 4px 12px #0000000d;padding:24px}.hlf-cart-note{margin-bottom:20px}.hlf-cart-note label{display:block;font-size:13px;font-weight:600;color:#1e293b;margin-bottom:8px}.hlf-cart-note textarea{width:100%;border-radius:10px;border:1px solid #e2e8f0;padding:12px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s,box-shadow .2s}.hlf-cart-note textarea:focus{outline:none;border-color:#e11d48;box-shadow:0 0 0 2px #e11d481a}.hlf-cart-subtotal{display:flex;justify-content:space-between;align-items:center;font-size:16px;font-weight:700;color:#1e293b;padding:16px 0;border-top:1px solid #e2e8f0}.hlf-cart-tax-note{font-size:12px;color:#94a3b8;margin:8px 0 16px;text-align:center}.hlf-cart-checkout-btn{display:flex;justify-content:center;align-items:center;width:100%;padding:16px;background-color:#e11d48;color:#fff;font-weight:700;font-size:15px;border-radius:12px;border:none;cursor:pointer;transition:all .2s;text-decoration:none}.hlf-cart-checkout-btn:hover{background-color:#be123c}.hlf-cart-checkout-btn:disabled{opacity:.5;cursor:not-allowed}.hlf-cart-discounts{list-style:none;padding:0;margin:0 0 16px}.hlf-cart-discounts li{display:flex;align-items:center;gap:6px;font-size:13px;color:#166534;background-color:#dcfce7;padding:6px 10px;border-radius:6px;margin-bottom:8px}.hlf-cart-discounts li svg{width:14px;height:14px;fill:currentColor}@media screen and (max-width:989px){body:has(.hlf-cart-mobile-footer){padding-bottom:120px}.hlf-cart-mobile-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;box-shadow:0 -4px 12px #00000014;padding:12px 16px;z-index:90;border-top:1px solid #e2e8f0}.hlf-cart-mobile-footer .hlf-cart-subtotal{border-top:none;padding:0 0 12px}}.hlf-cart-progress{margin-bottom:24px;width:100%}@keyframes hlf-fadeInUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes hlf-fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hlf-cart-card:nth-child(1){animation-delay:.05s}.hlf-cart-card:nth-child(2){animation-delay:.1s}.hlf-cart-card:nth-child(3){animation-delay:.15s}.hlf-cart-card:nth-child(4){animation-delay:.2s}.hlf-cart-card:nth-child(5){animation-delay:.25s}.hlf-cart-card:nth-child(6){animation-delay:.3s}.hlf-cart-card:nth-child(7){animation-delay:.35s}.hlf-cart-card:nth-child(8){animation-delay:.4s}.hlf-cart-card:nth-child(9){animation-delay:.45s}.hlf-cart-card:nth-child(10){animation-delay:.5s}.hlf-cart-card:nth-child(n+11){animation-delay:.5s}
/*# sourceMappingURL=/cdn/shop/t/246/assets/hlf-cart-page.css.map */
