.badge{text-transform:uppercase;letter-spacing:.04em;white-space:nowrap;z-index:1;border-radius:6px;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:700;display:inline-flex;position:absolute;top:12px;right:12px}.badge--bestseller{color:#e86a24;background:#e86a2426}.badge--new{color:#60a5fa;background:#3b82f626}.badge--sale{color:#f87171;background:#ef444426}.badge--default{color:#c7c7c7;background:#252525}.badge--sm{padding:2px .5rem;font-size:10px}.payment-badges{flex-wrap:wrap;gap:.25rem;margin-top:.5rem;display:flex}.payment-badge{border-radius:6px;justify-content:center;align-items:center;padding:3px .5rem;font-size:10px;font-weight:700;display:inline-flex}.payment-badge--mir{color:#fff;background:#0f5ca9}.payment-badge--sber{color:#fff;background:#21a038}.payment-badge--tpay{color:#333;background:#ffdd2d}.payment-badge--visa{color:#fff;background:#1a1f71;font-style:italic}.payment-badge--mc{color:#fff;background:#252525}.soc-links{align-items:center;gap:14px;display:flex}.soc-links_link{cursor:pointer;border-radius:4px;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.soc-links_link img{max-width:100%;max-height:100%}.soc-links_link--email{color:#f6f1ea;background:#252525;border:1px solid #f6f1ea29;font-weight:700}.page--cart .main{padding-top:calc(64px + 1.5rem);padding-bottom:4rem}.cart-page{color:#f6f1ea;background:#151515}.cart-header{margin:2rem 0}.cart-header__label{color:#e86a24;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.cart-header h1{margin:0;font-size:clamp(1.875rem,5vw,3rem);line-height:1.08}.cart{grid-template-columns:minmax(0,1fr) minmax(340px,380px);align-items:start;gap:2rem;display:grid}.cart__items{gap:1rem;display:grid}.cart-item{background:#252525;border:1px solid #f6f1ea14;border-radius:16px;grid-template-columns:112px minmax(0,1fr) auto minmax(110px,auto) 40px;align-items:center;gap:1.25rem;padding:clamp(1rem,3vw,1.5rem);transition:opacity .18s,transform .18s,border-color .18s;display:grid}.cart-item:hover{border-color:#f6f1ea29}.cart-item__image-wrap{aspect-ratio:1;background:#1e1e1e;border-radius:10px;justify-content:center;align-items:center;width:112px;display:flex;overflow:hidden}.cart-item__image{object-fit:contain;width:100%;height:100%}.cart-item__info{gap:.5rem;min-width:0;display:grid}.cart-item__name{color:#f6f1ea;overflow-wrap:anywhere;font-size:1.125rem;font-weight:600;line-height:1.3}.cart-item__name:hover{color:#e86a24}.cart-item__desc{color:#8b8b8b;font-size:.875rem}.cart-item__options{color:#c7c7c7;font-size:.875rem;line-height:1.45}.cart-item__qty{background:#1e1e1e;border:1px solid #f6f1ea14;border-radius:6px;align-items:center;height:40px;display:inline-flex;overflow:hidden}.cart-item__total{color:#e86a24;text-align:right;white-space:nowrap;font-size:1.125rem;font-weight:700}.cart-item__remove{color:#8b8b8b;cursor:pointer;background:0 0;border:1px solid #f6f1ea14;border-radius:6px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;transition:all .15s;display:flex}.cart-item__remove:hover{color:#ef4444;border-color:#ef444480}.qty-btn{color:#f6f1ea;cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.125rem;transition:all .15s;display:flex}.qty-btn:hover{color:#151515;background:#e86a24}.qty-value{color:#f6f1ea;text-align:center;min-width:32px;font-weight:600}.cart__empty{text-align:center;background:#252525;border:1px solid #f6f1ea14;border-radius:16px;padding:2rem}.cart__empty p{color:#c7c7c7;margin:0 0 1.25rem}.cart__summary{position:sticky;top:calc(64px + 1rem)}.cart-summary{background:#252525;border:1px solid #f6f1ea14;border-radius:16px;padding:clamp(1.25rem,3vw,2rem)}.cart-summary__head h2{margin:0 0 1.5rem;font-size:1.5rem;line-height:1.2}.cart-summary__row,.cart-summary__total{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.cart-summary__row{color:#c7c7c7;margin-bottom:.75rem;font-size:.875rem}.cart-summary__row strong{color:#f6f1ea;text-align:right;font-weight:600}.cart-summary__total{color:#f6f1ea;border-top:1px solid #f6f1ea29;margin:1.25rem 0;padding-top:1.25rem;font-size:1.25rem;font-weight:700}.cart-summary__total strong{color:#e86a24;text-align:right}.cart-summary__checkout{min-height:56px}.cart-summary .btn--block{margin-bottom:.75rem}.cart-summary__trust{border-top:1px solid #f6f1ea14;gap:1.25rem;margin-top:1.5rem;padding-top:1.5rem;display:grid}.cart-summary__caption{color:#8b8b8b;letter-spacing:.08em;text-transform:uppercase;margin:0 0 .75rem;font-size:.75rem;font-weight:700}.cart-summary__delivery{flex-wrap:wrap;gap:.5rem;display:flex}.cart-summary__delivery span{color:#c7c7c7;background:#1e1e1e;border:1px solid #f6f1ea14;border-radius:6px;padding:.5rem .75rem;font-size:.75rem;font-weight:600}.cart-summary .soc-links{gap:.5rem}.cart-summary .soc-links_link{width:36px;height:36px}@media (width<=1024px){.cart{grid-template-columns:1fr}.cart__summary{position:static}}@media (width<=768px){main{padding-top:calc(64px + 1rem)}.cart-header{margin:1.5rem 0}.cart-item{grid-template-columns:96px minmax(0,1fr) 40px;gap:1rem}.cart-item__image-wrap{width:96px}.cart-item__qty{grid-column:2;justify-self:start}.cart-item__total{text-align:left;grid-column:2}.cart-item__remove{grid-area:1/3;justify-self:end}}@media (width<=640px){.cart-item,.cart-summary,.cart__empty{border-radius:10px}.cart-item{grid-template-columns:88px minmax(0,1fr) 38px}.cart-item__image-wrap{width:88px}}
