.cv-cart-page{background:var(--bg);min-height:60vh;padding-bottom:80px}.cv-cart-empty{text-align:center;padding:96px 24px;max-width:480px;margin:0 auto}.cv-cart-empty__icon{color:var(--txt4);margin-bottom:24px}.cv-cart-empty h1{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.4rem);margin-bottom:14px}.cv-cart-empty p{color:var(--txt3);font-size:.95rem;line-height:1.75;margin-bottom:32px}.cv-cart-empty__trust{display:flex;justify-content:center;gap:20px;margin-top:28px;font-size:.78rem;color:var(--txt4);flex-wrap:wrap}.cv-cart-empty__trust span:before{content:"\2713  ";color:var(--g);font-weight:700}.cv-cart-header{display:flex;align-items:baseline;justify-content:space-between;padding:40px 0 28px;border-bottom:1px solid var(--border);margin-bottom:32px;flex-wrap:wrap;gap:12px}.cv-cart-header__title{font-family:var(--serif);font-size:clamp(1.6rem,3vw,2.4rem);font-weight:600;display:flex;align-items:center;gap:12px}.cv-cart-header__count{font-family:var(--sans);font-size:.78rem;font-weight:600;background:var(--bg3);color:var(--txt3);padding:3px 10px;border-radius:99px;letter-spacing:.06em}.cv-cart-header__continue{font-size:.82rem;color:var(--txt3);font-weight:500;transition:color var(--t)}.cv-cart-header__continue:hover{color:var(--g)}.cv-cart-layout{display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:start}.cv-cart-items{display:flex;flex-direction:column;gap:0}.cv-cart-item{display:grid;grid-template-columns:96px 1fr;gap:20px;padding:24px 0;border-bottom:1px solid var(--border);transition:background var(--t)}.cv-cart-item:first-child{border-top:1px solid var(--border)}.cv-cart-item__img-wrap{display:block;border-radius:var(--r);overflow:hidden;background:var(--bg2);aspect-ratio:1}.cv-cart-item__img-wrap img{width:100%;height:100%;object-fit:cover}.cv-cart-item__info{display:flex;flex-direction:column;gap:12px;min-width:0}.cv-cart-item__top{display:flex;justify-content:space-between;align-items:flex-start;gap:16px}.cv-cart-item__vendor{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--txt4);margin-bottom:3px}.cv-cart-item__name{font-family:var(--serif);font-size:1.05rem;font-weight:600;color:var(--txt);line-height:1.25;display:block;transition:color var(--t)}.cv-cart-item__name:hover{color:var(--g)}.cv-cart-item__variants{display:flex;gap:12px;flex-wrap:wrap;margin-top:5px}.cv-cart-item__variants span{font-size:.76rem;color:var(--txt3)}.cv-cart-item__unit-price{text-align:right;flex-shrink:0}.cv-cart-item__compare{font-size:.82rem;color:var(--txt4);text-decoration:line-through;display:block}.cv-cart-item__price--sale{font-weight:700;color:var(--g)}.cv-cart-item__bottom{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.cv-cart-item__qty{display:flex;align-items:center;border:1.5px solid var(--border2);border-radius:var(--r);overflow:hidden}.cv-cart-qty-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:var(--txt2);transition:background var(--t),color var(--t);background:none;border:none;cursor:pointer}.cv-cart-qty-btn:hover{background:var(--bg2);color:var(--g)}.cv-cart-qty-input{width:44px;height:36px;text-align:center;border:none;border-left:1.5px solid var(--border2);border-right:1.5px solid var(--border2);font-size:.88rem;font-weight:600;color:var(--txt);background:var(--w);padding:0}.cv-cart-qty-input:focus{outline:none;background:var(--bg)}.cv-cart-item__line-price{margin-left:auto;font-size:.95rem;text-align:right}.cv-cart-item__remove{display:flex;align-items:center;gap:5px;font-size:.76rem;color:var(--txt4);transition:color var(--t);cursor:pointer;text-decoration:none}.cv-cart-item__remove:hover{color:#c0392b}.cv-cart-note{margin-top:24px}.cv-cart-note__label{display:block;font-size:.78rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--txt3);margin-bottom:8px}.cv-cart-note__input{width:100%;border:1.5px solid var(--border2);border-radius:var(--r);padding:12px 14px;font-size:.88rem;font-family:var(--sans);color:var(--txt);resize:vertical}.cv-cart-note__input:focus{outline:none;border-color:var(--g);box-shadow:0 0 0 3px #2d5a4e1a}.cv-cart-summary{position:sticky;top:calc(var(--hh) + 20px)}.cv-cart-summary__box{background:var(--w);border:1px solid var(--border);border-radius:var(--rl);padding:28px;box-shadow:var(--sh)}.cv-cart-summary__title{font-family:var(--serif);font-size:1.3rem;font-weight:600;margin-bottom:20px;padding-bottom:16px;border-bottom:1px solid var(--border)}.cv-cart-summary__row{display:flex;justify-content:space-between;align-items:center;font-size:.9rem;color:var(--txt2);margin-bottom:10px}.cv-cart-summary__discounts{margin-bottom:12px}.cv-cart-discount{display:flex;justify-content:space-between;font-size:.82rem;background:#eaf3de;border:1px solid #C0DD97;border-radius:var(--r);padding:6px 10px;margin-bottom:6px}.cv-cart-summary__divider{border:none;border-top:1px solid var(--border);margin:14px 0}.cv-cart-summary__total{display:flex;justify-content:space-between;align-items:center;font-size:1.05rem;font-weight:700;color:var(--txt);margin-bottom:4px}.cv-cart-summary__tax{font-size:.73rem;color:var(--txt4);margin-bottom:20px}.cv-cart-freeship{margin:12px 0}.cv-cart-freeship__bar{height:5px;background:var(--bg3);border-radius:3px;overflow:hidden;margin-bottom:6px}.cv-cart-freeship__fill{height:100%;background:var(--g);border-radius:3px;transition:width .4s ease}.cv-cart-freeship p{font-size:.78rem;color:var(--txt3)}.cv-cart-freeship--unlocked p{color:var(--g);font-weight:600}.cv-cart-checkout-btn{margin-top:4px}.cv-cart-summary__buynow{margin-top:12px}.cv-cart-summary__or{display:flex;align-items:center;gap:10px;font-size:.74rem;color:var(--txt4);margin-bottom:10px;text-align:center}.cv-cart-summary__or:before,.cv-cart-summary__or:after{content:"";flex:1;height:1px;background:var(--border)}.cv-cart-trust{display:flex;flex-direction:column;gap:7px;margin-top:18px;padding-top:18px;border-top:1px solid var(--border)}.cv-cart-trust__item{display:flex;align-items:center;gap:7px;font-size:.78rem;color:var(--txt3)}.cv-cart-trust__item svg{color:var(--g);flex-shrink:0}.cv-cart-payments{display:flex;gap:5px;flex-wrap:wrap;margin-top:14px}.cv-cart-payments span{background:var(--bg2);color:var(--txt4);font-size:.62rem;font-weight:700;padding:3px 7px;border-radius:2px;letter-spacing:.05em;text-transform:uppercase;border:1px solid var(--border)}.cv-cart-upsell{background:var(--bg2);border:1px solid var(--border);border-radius:var(--rl);padding:16px;margin-top:16px}.cv-cart-upsell__label{font-size:.75rem;font-weight:700;letter-spacing:.06em;color:var(--txt3);margin-bottom:12px;display:block}.cv-cart-upsell__item{display:flex;align-items:center;gap:12px}.cv-cart-upsell__item img{border-radius:var(--r);width:60px;height:60px;object-fit:cover;border:1px solid var(--border);flex-shrink:0}.cv-cart-upsell__info{flex:1;min-width:0}.cv-cart-upsell__name{display:block;font-size:.82rem;font-weight:600;color:var(--txt);line-height:1.3;margin-bottom:3px}.cv-cart-upsell__price{font-size:.82rem;color:var(--g);font-weight:700}@media(max-width:860px){.cv-cart-layout{grid-template-columns:1fr}.cv-cart-summary{position:relative;top:0}.cv-cart-item{grid-template-columns:80px 1fr;gap:14px;padding:18px 0}}@media(max-width:480px){.cv-cart-item{grid-template-columns:68px 1fr}.cv-cart-item__top{flex-direction:column;gap:6px}.cv-cart-item__unit-price{text-align:left}.cv-cart-header{padding:28px 0 20px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/cervora-cart.css.map */
