*{box-sizing:border-box}.frido-cart{max-width:900px;margin:40px auto;padding:12px 12px 120px;background:#f5f5f5;min-height:100vh}.progress-card{background:#fff;border-radius:20px;padding:25px;margin-bottom:20px;box-shadow:0 8px 25px #00000014}.progress-card h3{font-size:18px;margin-bottom:20px}.progress{width:100%;height:8px;background:#ececec;border-radius:20px;overflow:hidden}.progress-fill{height:100%;background:#2b7cff;border-radius:20px;transition:.5s}.milestones{display:flex;justify-content:space-between;margin-top:20px;text-align:center}.milestones div{font-size:14px}.milestones span{display:block;margin-top:8px}.frido-offers-card{background:linear-gradient(135deg,#1a1a2e,#16213e);border-radius:16px;padding:18px 16px;margin:0 0 12px;color:#fff;position:relative;overflow:hidden}.frido-offers-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.05) 0%,transparent 70%);pointer-events:none}.frido-offers-card .offer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.frido-offers-card .offer-header h3{font-size:15px;font-weight:700;margin:0;color:#fff}.frido-offers-card .offer-header .view-all-link{font-size:12px;color:#fff9;text-decoration:none}.frido-offers-card .offer-progress-text{font-size:12px;color:gold;margin-bottom:6px;font-weight:500}.frido-offers-card .offer-progress-bar{width:100%;height:4px;background:#ffffff26;border-radius:2px;overflow:hidden;margin-bottom:12px}.frido-offers-card .offer-progress-bar .progress-fill{height:100%;background:linear-gradient(90deg,gold,#ff6b35);border-radius:2px;transition:width .5s ease}.frido-offers-card .offer-list{display:flex;flex-direction:column;gap:6px}.frido-offers-card .offer-item{display:flex;align-items:center;gap:8px;padding:6px 10px;background:#ffffff0f;border-radius:6px;font-size:12px;border-left:2px solid rgba(255,255,255,.1)}.frido-offers-card .offer-item.active{background:#ffd7001f;border-left-color:gold}.frido-offers-card .offer-item .offer-icon{font-size:14px}.frido-offers-card .offer-item .offer-text{flex:1}.frido-offers-card .offer-item .offer-text strong{font-weight:600;font-size:12px}.frido-offers-card .offer-item .offer-text small{font-size:10px;opacity:.6}.frido-offers-card .offer-item .offer-badge{font-size:9px;padding:2px 8px;border-radius:10px;background:#ffd70026;color:gold}.review-order-header{display:flex;justify-content:space-between;align-items:center;padding:12px 0 8px}.review-order-header h4{font-size:15px;font-weight:700;margin:0;color:#000}.review-order-header .item-count{font-size:13px;color:#666}.cart-product-card{display:flex;gap:14px;padding:14px 16px;background:#fff;border-radius:12px;margin-bottom:10px;box-shadow:0 1px 3px #0000000f;border:1px solid #f0f0f0;width:100%;max-width:100%}.cart-product-card__media{flex:0 0 80px;min-width:80px;max-width:80px}.cart-product-card__media img{width:100%;height:80px;object-fit:cover;border-radius:8px;background:#f5f5f5;display:block}.cart-product-card__details{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.cart-item__name{font-size:14px;font-weight:600;color:#000;text-decoration:none;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.cart-product-card__variants{display:flex;gap:6px;flex-wrap:wrap}.product-option{font-size:12px;color:#666;background:#f5f5f5;padding:2px 10px;border-radius:4px}.cart-product-card__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap;margin:2px 0}.cart-product-card__price .price,.cart-product-card__price .price-sale{font-size:16px;font-weight:700;color:#000}.cart-product-card__price .price-compare{font-size:13px;color:#999;text-decoration:line-through;font-weight:400}.cart-product-card__quantity-wrapper{display:flex;align-items:center;gap:12px;margin-top:2px}.cart-item__quantity{display:flex;align-items:center;gap:8px}.quantity{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden;background:#fff}.quantity__button{background:#f8f8f8;border:none;padding:6px 12px;cursor:pointer;font-size:14px;min-width:32px;min-height:32px;display:flex;align-items:center;justify-content:center;color:#333;transition:background .2s}.quantity__button:hover{background:#e8e8e8}.quantity__button svg{width:12px;height:12px}.quantity__input{width:36px;text-align:center;border:none;border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;padding:6px 2px;font-size:14px;font-weight:600;min-height:32px;background:#fff;-moz-appearance:textfield}.quantity__input::-webkit-outer-spin-button,.quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-remove-btn{background:none;border:none;padding:6px;cursor:pointer;color:#ccc;transition:color .2s;display:flex;align-items:center}.cart-remove-btn:hover{color:#e32}.cart-remove-btn svg{width:16px;height:16px}.frido-recommendations{background:#fff;border-radius:12px;padding:14px;margin:10px 0}.frido-recommendations .recommendations-title{font-size:13px;font-weight:700;margin:0 0 12px;color:#000}.frido-recommendations .recommendations-products{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.frido-recommendations .recommendation-product{background:#f8f9fa;border-radius:8px;padding:10px;text-align:center}.frido-recommendations .recommendation-product img{width:100%;height:90px;object-fit:cover;border-radius:6px}.frido-recommendations .recommendation-product .product-name{font-size:11px;font-weight:600;margin:6px 0 2px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.frido-recommendations .recommendation-product .product-price{font-size:12px;font-weight:700;color:#000}.frido-recommendations .recommendation-product .product-compare{font-size:10px;color:#999;text-decoration:line-through;margin-left:4px}.frido-recommendations .recommendation-product .add-btn{width:100%;padding:6px;background:#000;color:#fff;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;margin-top:6px}.cart-price-breakdown{background:#fff;border-radius:12px;padding:16px;margin:10px 0}.cart-price-breakdown .breakdown-title{font-size:14px;font-weight:700;margin:0 0 12px;color:#000}.cart-price-breakdown .breakdown-row{display:flex;justify-content:space-between;padding:5px 0;font-size:13px;color:#333}.cart-price-breakdown .breakdown-row .label{color:#666}.cart-price-breakdown .breakdown-row .value{font-weight:500}.cart-price-breakdown .breakdown-row .value.free{color:#4caf50}.cart-price-breakdown .breakdown-row .value.discount{color:#e32}.cart-price-breakdown .breakdown-divider{border:none;border-top:1px solid #e8e8e8;margin:6px 0}.cart-price-breakdown .breakdown-total{display:flex;justify-content:space-between;padding:10px 0 0;font-size:16px;font-weight:700;border-top:2px solid #000;margin-top:4px}.cart-price-breakdown .savings-section{background:#f0f8ff;padding:8px 12px;border-radius:8px;margin-top:10px;display:flex;justify-content:space-between;align-items:center}.cart-price-breakdown .savings-section .savings-label{font-size:12px;color:#4caf50;font-weight:500}.cart-price-breakdown .savings-section .savings-badge{background:#4caf50;color:#fff;padding:2px 12px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.cart-price-breakdown .cancellation-policy{font-size:11px;color:#999;padding:8px 0 4px;border-top:1px solid #f0f0f0;margin-top:10px}.cart-sticky-footer{position:fixed;bottom:0;left:0;right:0;background:#fff;padding:12px 16px;box-shadow:0 -2px 15px #00000014;z-index:100;border-top:1px solid #f0f0f0;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px))}.cart-sticky-footer__content{display:flex;justify-content:space-between;align-items:center;max-width:900px;margin:0 auto;gap:12px}.cart-sticky-footer__total{display:flex;flex-direction:column;gap:2px}.cart-sticky-footer__total .label{font-size:10px;color:#888;font-weight:500;text-transform:uppercase;letter-spacing:.3px}.cart-sticky-footer__total .total-price{font-size:18px;font-weight:800;color:#000;line-height:1.2}.cart-sticky-footer .checkout-btn{background:#000;color:#fff;border:none;padding:12px 24px;font-size:13px;font-weight:700;border-radius:10px;cursor:pointer;transition:all .2s ease;text-align:center;min-width:120px}.cart-sticky-footer .checkout-btn .btn-subtext{display:block;font-size:9px;font-weight:400;opacity:.7}.cart-sticky-footer .checkout-btn:disabled{opacity:.5;cursor:not-allowed}.empty-cart{text-align:center;padding:60px 20px;background:#fff;border-radius:12px}.empty-cart h2{font-size:20px;margin-bottom:10px}.empty-cart p{color:#666;margin-bottom:20px}.empty-cart .shop-btn{display:inline-block;padding:12px 40px;background:#000;color:#fff;border-radius:8px;text-decoration:none;font-weight:600}@media(max-width:768px){.frido-cart{padding:10px 10px 110px;margin:20px auto}.cart-product-card{padding:12px 14px;gap:12px}.cart-product-card__media{flex:0 0 70px;min-width:70px;max-width:70px}.cart-product-card__media img{height:70px}.cart-item__name{font-size:13px}.cart-product-card__price .price,.cart-product-card__price .price-sale{font-size:14px}}@media(max-width:480px){.frido-cart{padding:8px 8px 100px!important;margin:10px auto!important;max-width:100%!important}.cart-products,.cart-items-wrapper,#cart,.cart__items,.js-contents,.cart-item{width:100%!important;max-width:100%!important;padding:0!important;margin:0!important}.cart-product-card{padding:10px 12px!important;gap:10px!important;border-radius:10px!important;margin-bottom:8px!important;width:100%!important;max-width:100%!important;border:1px solid #f0f0f0!important}.cart-product-card__media{flex:0 0 65px!important;min-width:65px!important;max-width:65px!important}.cart-product-card__media img{height:65px!important;border-radius:6px!important}.cart-product-card__details{flex:1!important;min-width:0!important;width:auto!important}.cart-item__name{font-size:12px!important}.product-option{font-size:10px!important;padding:1px 8px!important}.cart-product-card__price .price,.cart-product-card__price .price-sale{font-size:13px!important}.cart-product-card__price .price-compare{font-size:11px!important}.cart-product-card__quantity-wrapper{gap:8px!important;flex-wrap:wrap!important}.quantity__button{min-width:26px!important;min-height:26px!important;padding:4px 8px!important;font-size:12px!important}.quantity__input{width:30px!important;font-size:12px!important;min-height:26px!important;padding:4px 2px!important}.quantity__button svg{width:10px!important;height:10px!important}.cart-remove-btn{padding:4px!important}.cart-remove-btn svg{width:14px!important;height:14px!important}.frido-offers-card{padding:14px 12px!important;border-radius:12px!important}.frido-offers-card .offer-header h3{font-size:14px!important}.frido-recommendations .recommendations-products{gap:8px!important}.frido-recommendations .recommendation-product img{height:80px!important}.cart-price-breakdown{padding:12px!important}.cart-price-breakdown .breakdown-row{font-size:12px!important;padding:4px 0!important}.cart-price-breakdown .breakdown-total{font-size:15px!important}.review-order-header h4{font-size:14px!important}.review-order-header .item-count{font-size:12px!important}.cart-sticky-footer{padding:10px 12px!important;padding-bottom:calc(10px + env(safe-area-inset-bottom,0px))!important}.cart-sticky-footer__total .total-price{font-size:16px!important}.cart-sticky-footer .checkout-btn{padding:10px 16px!important;font-size:12px!important;min-width:100px!important;border-radius:8px!important}.cart-sticky-footer .checkout-btn .btn-subtext{font-size:8px!important}}@media(max-width:360px){.frido-cart{padding:6px 6px 100px!important}.cart-product-card{flex-direction:row!important;padding:8px 10px!important;gap:8px!important}.cart-product-card__media{flex:0 0 55px!important;min-width:55px!important;max-width:55px!important}.cart-product-card__media img{height:55px!important}.cart-item__name{font-size:11px!important}.cart-product-card__price .price,.cart-product-card__price .price-sale{font-size:12px!important}.quantity__button{min-width:22px!important;min-height:22px!important;padding:2px 6px!important;font-size:11px!important}.quantity__input{width:24px!important;font-size:11px!important;min-height:22px!important;padding:2px!important}.cart-sticky-footer__content{flex-direction:column!important;gap:6px!important;align-items:stretch!important}.cart-sticky-footer__total{flex-direction:row!important;justify-content:space-between!important;align-items:center!important}.cart-sticky-footer .checkout-btn{width:100%!important;padding:12px!important}}.cart-item{transition:all .4s ease;overflow:hidden}.cart-item.removing{opacity:0;transform:scale(.8);max-height:0;padding:0;margin:0;border:none;overflow:hidden}.cart-item.hidden{display:none!important}.cart-products{min-height:100px}.js-contents{transition:all .3s ease}
/*# sourceMappingURL=/cdn/shop/t/2/assets/cart-frido.css.map */
