:root{--fc-blue: #1E63FF;--fc-navy: #07152F;--fc-white: #FFFFFF;--fc-bg: #F5F9FF;--fc-border: #DCE8FF;--fc-gray: #6B7280;--fc-green: #22C55E;--fc-red: #EF4444;--fc-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}.frezz-cart *{box-sizing:border-box}.frezz-cart{font-family:var(--fc-font);color:var(--fc-navy);background:var(--fc-bg);min-height:60vh;padding-bottom:32px}.frezz-cart__topbar{background:var(--fc-blue);color:#fff;display:flex;align-items:center;justify-content:center;gap:0;padding:10px 16px;flex-wrap:wrap}.frezz-cart__topbar-item{display:flex;align-items:center;gap:6px;font-size:12px;font-weight:700;letter-spacing:.03em;padding:0 16px;border-right:1px solid rgba(255,255,255,.25);white-space:nowrap}.frezz-cart__topbar-item:last-child{border-right:none}.frezz-cart__topbar-item svg{width:14px;height:14px;flex-shrink:0}.frezz-cart__title-row{display:flex;align-items:center;justify-content:space-between;padding:20px 16px 14px}.frezz-cart__heading{font-size:clamp(22px,5vw,28px);font-weight:900;letter-spacing:-.5px;margin:0;color:var(--fc-navy)}.frezz-cart__heading span{color:var(--fc-gray);font-size:.7em;font-weight:700;margin-left:4px}.frezz-cart__continue{font-size:13px;font-weight:700;color:var(--fc-blue);text-decoration:none;white-space:nowrap;display:flex;align-items:center;gap:3px}.frezz-cart__body{padding:0 16px;display:flex;flex-direction:column;gap:14px}.frezz-cart__empty{background:var(--fc-white);border-radius:20px;padding:40px 24px;text-align:center;box-shadow:0 2px 16px #1e63ff12}.frezz-cart__empty-icon{font-size:48px;margin-bottom:12px}.frezz-cart__empty-title{font-size:18px;font-weight:800;color:var(--fc-navy);margin:0 0 6px}.frezz-cart__empty-sub{font-size:13px;color:var(--fc-gray);margin:0 0 20px}.frezz-cart__empty-btn{display:inline-flex;align-items:center;background:var(--fc-blue);color:#fff;font-size:14px;font-weight:800;padding:12px 24px;border-radius:999px;text-decoration:none;font-family:var(--fc-font)}.frezz-cart__items{display:flex;flex-direction:column;gap:10px}.frezz-cart__item{background:var(--fc-white);border-radius:20px;padding:16px;box-shadow:0 2px 16px #1e63ff12;position:relative}.frezz-cart__item-top{display:flex;gap:14px;align-items:flex-start}.frezz-cart__item-img{width:110px;min-width:110px;height:110px;border-radius:14px;object-fit:cover;background:var(--fc-bg);flex-shrink:0}.frezz-cart__item-img-placeholder{width:110px;min-width:110px;height:110px;border-radius:14px;background:linear-gradient(135deg,#c8dfff,#ebf3ff);display:flex;align-items:center;justify-content:center;font-size:36px;flex-shrink:0}.frezz-cart__item-info{flex:1;min-width:0}.frezz-cart__item-title{font-size:15px;font-weight:800;color:var(--fc-navy);margin:0 28px 4px 0;line-height:1.3}.frezz-cart__item-variant{font-size:12px;color:var(--fc-gray);font-weight:500;display:block;margin-bottom:5px}.frezz-cart__item-stock{display:flex;align-items:center;gap:5px;font-size:12px;font-weight:700;color:var(--fc-green);margin-bottom:8px}.frezz-cart__stock-dot{width:7px;height:7px;border-radius:50%;background:var(--fc-green);flex-shrink:0}.frezz-cart__item-price{font-size:18px;font-weight:900;color:var(--fc-blue)}.frezz-cart__item-remove{position:absolute;top:14px;right:14px;width:28px;height:28px;border-radius:50%;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--fc-gray);transition:background .2s,color .2s;font-family:var(--fc-font)}.frezz-cart__item-remove:hover{background:#fee2e2;color:var(--fc-red)}.frezz-cart__item-remove svg{width:14px;height:14px}.frezz-cart__item-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:12px;border-top:1px solid var(--fc-border)}.frezz-cart__qty-row{display:flex;align-items:center;gap:8px}.frezz-cart__qty-delete{width:36px;height:36px;border-radius:10px;background:#f3f4f6;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--fc-gray);transition:background .2s;font-family:var(--fc-font)}.frezz-cart__qty-delete:hover{background:#fee2e2;color:var(--fc-red)}.frezz-cart__qty-delete svg{width:16px;height:16px}.frezz-cart__qty{display:flex;align-items:center;gap:0;border:1.5px solid var(--fc-border);border-radius:10px;overflow:hidden}.frezz-cart__qty-btn{width:34px;height:36px;border:none;background:none;font-size:18px;font-weight:700;color:var(--fc-navy);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s;font-family:var(--fc-font);flex-shrink:0}.frezz-cart__qty-btn:hover{background:var(--fc-bg)}.frezz-cart__qty-num{width:36px;height:36px;text-align:center;font-size:15px;font-weight:800;color:var(--fc-navy);display:flex;align-items:center;justify-content:center;border-left:1px solid var(--fc-border);border-right:1px solid var(--fc-border)}.frezz-cart__item-total{text-align:right}.frezz-cart__item-line{font-size:18px;font-weight:900;color:var(--fc-navy);display:block}.frezz-cart__item-saves{font-size:12px;font-weight:700;color:var(--fc-green);display:block;margin-top:2px}.frezz-cart__upsells{background:var(--fc-white);border-radius:20px;padding:16px;box-shadow:0 2px 16px #1e63ff12}.frezz-cart__upsell-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.frezz-cart__upsell-title{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:900;color:var(--fc-navy)}.frezz-cart__upsell-title svg{width:18px;height:18px;color:var(--fc-blue)}.frezz-cart__add-all{display:flex;align-items:center;gap:5px;font-size:13px;font-weight:800;color:var(--fc-blue);background:none;border:none;cursor:pointer;font-family:var(--fc-font);transition:opacity .2s}.frezz-cart__add-all:hover{opacity:.75}.frezz-cart__add-all-icon{width:20px;height:20px;border-radius:50%;background:var(--fc-blue);color:#fff;display:flex;align-items:center;justify-content:center}.frezz-cart__add-all-icon svg{width:11px;height:11px}.frezz-cart__upsell-list{display:flex;flex-direction:column;gap:10px}.frezz-cart__upsell-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border:1.5px solid var(--fc-border);border-radius:14px;background:var(--fc-bg);cursor:pointer;transition:border-color .2s}.frezz-cart__upsell-item.is-checked{border-color:var(--fc-blue);background:#ebf3ff}.frezz-cart__upsell-cb{width:20px;height:20px;border-radius:5px;flex-shrink:0;border:2px solid var(--fc-border);background:#fff;display:flex;align-items:center;justify-content:center;transition:background .2s,border-color .2s}.frezz-cart__upsell-item.is-checked .frezz-cart__upsell-cb{background:var(--fc-blue);border-color:var(--fc-blue)}.frezz-cart__upsell-cb svg{width:12px;height:12px;color:#fff;display:none}.frezz-cart__upsell-item.is-checked .frezz-cart__upsell-cb svg{display:block}.frezz-cart__upsell-img{width:60px;height:60px;border-radius:10px;object-fit:cover;flex-shrink:0;background:var(--fc-white)}.frezz-cart__upsell-img-ph{width:60px;height:60px;border-radius:10px;background:#ebf3ff;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:24px}.frezz-cart__upsell-body{flex:1;min-width:0}.frezz-cart__upsell-name{font-size:14px;font-weight:800;color:var(--fc-navy);display:block;margin-bottom:2px}.frezz-cart__upsell-desc{font-size:12px;color:var(--fc-gray);font-weight:500;display:block;margin-bottom:4px}.frezz-cart__upsell-price{font-size:14px;font-weight:800;color:var(--fc-blue);display:block}.frezz-cart__upsell-qty{display:flex;align-items:center;gap:0;border:1.5px solid var(--fc-border);border-radius:10px;overflow:hidden;background:#fff;flex-shrink:0}.frezz-cart__upsell-btn{width:30px;height:32px;border:none;background:none;font-size:16px;font-weight:700;cursor:pointer;color:var(--fc-navy);display:flex;align-items:center;justify-content:center;font-family:var(--fc-font);transition:background .15s}.frezz-cart__upsell-btn:hover{background:var(--fc-bg)}.frezz-cart__upsell-num{width:28px;height:32px;text-align:center;font-size:13px;font-weight:800;color:var(--fc-navy);display:flex;align-items:center;justify-content:center;border-left:1px solid var(--fc-border);border-right:1px solid var(--fc-border)}.frezz-cart__summary{background:var(--fc-white);border-radius:20px;padding:20px 16px;box-shadow:0 2px 16px #1e63ff12}.frezz-cart__summary-title{font-size:13px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;color:var(--fc-navy);margin:0 0 14px}.frezz-cart__summary-row{display:flex;align-items:center;justify-content:space-between;padding:6px 0;font-size:13px;color:var(--fc-gray);font-weight:500}.frezz-cart__summary-row--border{border-top:1px solid var(--fc-border);margin-top:8px;padding-top:12px}.frezz-cart__summary-row--shipping .frezz-cart__summary-val{color:var(--fc-green);font-weight:800}.frezz-cart__summary-row--discount .frezz-cart__summary-val{color:var(--fc-red);font-weight:800}.frezz-cart__summary-row--discount .frezz-cart__summary-label{color:var(--fc-navy)}.frezz-cart__summary-total{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:2px solid var(--fc-border)}.frezz-cart__total-label{font-size:18px;font-weight:900;color:var(--fc-navy)}.frezz-cart__total-right{text-align:right}.frezz-cart__total-price{font-size:28px;font-weight:900;color:var(--fc-blue);display:block;line-height:1}.frezz-cart__total-save{font-size:12px;font-weight:700;color:var(--fc-green);display:block;margin-top:3px}.frezz-cart__trust{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(min-width:480px){.frezz-cart__trust{grid-template-columns:repeat(4,1fr)}}.frezz-cart__trust-badge{display:flex;align-items:center;gap:10px;background:var(--fc-white);border-radius:14px;padding:12px;box-shadow:0 1px 8px #1e63ff0f}.frezz-cart__trust-icon{color:var(--fc-blue);flex-shrink:0}.frezz-cart__trust-icon svg{width:24px;height:24px}.frezz-cart__trust-text{font-size:11px;font-weight:700;color:var(--fc-navy);line-height:1.3}.frezz-cart__trust-sub{font-size:10px;color:var(--fc-gray);font-weight:500}.frezz-cart__checkout-wrap{position:relative}.frezz-cart__checkout{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:20px;background:var(--fc-blue);color:#fff;font-size:18px;font-weight:900;border-radius:18px;border:none;cursor:pointer;font-family:var(--fc-font);letter-spacing:.03em;text-transform:uppercase;box-shadow:0 6px 24px #1e63ff59;transition:background .2s,transform .2s,box-shadow .2s;text-decoration:none}.frezz-cart__checkout:hover{background:#1550e0;transform:translateY(-2px);box-shadow:0 10px 32px #1e63ff73}.frezz-cart__checkout svg{width:22px;height:22px}.frezz-cart__payments{padding:16px 0 0;text-align:center}.frezz-cart__pay-label{font-size:11px;color:var(--fc-gray);font-weight:600;display:block;margin-bottom:10px;letter-spacing:.05em;text-transform:uppercase}.frezz-cart__pay-icons{display:flex;align-items:center;justify-content:center;gap:8px;flex-wrap:wrap}.frezz-cart__pay-badge{background:#f8faff;border:1px solid var(--fc-border);border-radius:8px;padding:5px 10px;font-size:12px;font-weight:800;color:var(--fc-gray);white-space:nowrap}@media(min-width:768px){.frezz-cart__body{max-width:560px;margin:0 auto;padding:0 24px}.frezz-cart__topbar-item{font-size:13px;padding:0 24px}.frezz-cart__title-row{max-width:560px;margin:0 auto;padding:20px 24px 14px}}.frezz-cart__item.is-loading{opacity:.5;pointer-events:none}.frezz-cart__item.is-loading:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:20px;background:#fff9}
/*# sourceMappingURL=/cdn/shop/t/8/assets/frezz-cart.css.map */
