.cart-page-body { background: linear-gradient(180deg, #fff 0%, #fff9f1 55%, #fff 100%); }
.cart-page-header { position: sticky; top: 0; z-index: 40; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.96); backdrop-filter: blur(12px); box-shadow: 0 5px 18px rgba(24,59,42,.06); }
.cart-header-inner { min-height: 98px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.cart-page-brand { display: flex; align-items: center; gap: 14px; }
.cart-page-brand img { width: 68px; height: 68px; border-radius: 50%; object-fit: cover; }
.cart-page-brand strong, .cart-page-brand small { display: block; }
.cart-page-brand strong { color: var(--green-950); font: 700 26px Georgia, serif; }
.cart-page-brand small { margin-top: 4px; color: var(--muted); font-size: 12px; }
.cart-header-actions { display: flex; align-items: center; gap: 18px; }
.cart-back-link { color: var(--green-900); font-weight: 800; }
.cart-account-link { min-height: 46px; display: flex; align-items: center; gap: 8px; padding: 0 14px; border-left: 1px solid var(--line); color: var(--green-950); }
.cart-account-link span { font-size: 25px; }
.cart-account-link strong { font-size: 12px; }
.cart-header-total { position: relative; min-width: 132px; min-height: 48px; display: flex; align-items: center; justify-content: center; gap: 9px; border: 1px solid var(--line); border-radius: 10px; background: #fffaf5; color: var(--green-950); }
.cart-header-total span { font-size: 24px; }
.cart-header-total b { position: absolute; top: -10px; left: 29px; min-width: 24px; height: 24px; display: grid; place-items: center; padding: 0 5px; border-radius: 50%; background: var(--orange-700); color: white; font-size: 11px; }
.cart-breadcrumb { min-height: 64px; display: flex; align-items: center; gap: 10px; color: #778179; font-size: 13px; }
.cart-breadcrumb strong { color: var(--green-950); }
.cart-page-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding: 8px 0 35px; }
.cart-page-heading h1 { margin: 0; color: var(--green-950); font: 700 clamp(42px, 5vw, 64px)/1.05 Georgia, serif; letter-spacing: -.03em; }
.cart-page-heading > div > p:last-child { margin: 12px 0 0; color: #647068; }
.checkout-progress { display: flex; align-items: center; gap: 10px; color: #8a948e; font-size: 11px; font-weight: 900; white-space: nowrap; }
.checkout-progress span { padding: 9px 12px; border-radius: 999px; background: #f2f4f0; }
.checkout-progress span.active { background: var(--green-100); color: var(--green-900); }
.checkout-progress i { width: 28px; height: 2px; background: #d9dfd7; }
.cart-page-layout { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(390px, .65fr); gap: 34px; align-items: start; padding-bottom: 90px; }
.cart-products-panel, .cart-summary-card, .cart-customer-card, .full-checkout-form { border: 1px solid #e1e6dd; border-radius: 20px; background: #fff; box-shadow: 0 14px 38px rgba(18,59,42,.07); }
.cart-products-panel { overflow: hidden; }
.cart-panel-title { min-height: 91px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 24px 28px; border-bottom: 1px solid #e7ebe4; background: linear-gradient(90deg, #f5faf4, #fffaf2); }
.cart-panel-title h2 { margin: 0 0 5px; color: var(--green-950); font: 700 28px Georgia, serif; }
.cart-panel-title p { margin: 0; color: #758078; font-size: 12px; }
.cart-panel-title button { border: 0; background: transparent; color: #b64d31; font-weight: 800; cursor: pointer; }
.full-cart-items { display: grid; }
.full-cart-item { display: grid; grid-template-columns: 126px 1fr auto; gap: 20px; align-items: center; padding: 24px 28px; }
.full-cart-item + .full-cart-item { border-top: 1px solid #edf0eb; }
.full-cart-item img { width: 126px; height: 106px; border-radius: 14px; object-fit: cover; background: #f0f4ed; }
.full-cart-item-info h3 { margin: 0 0 7px; color: var(--green-950); font: 700 22px Georgia, serif; }
.full-cart-item-info p { margin: 0 0 15px; color: #77827b; font-size: 12px; }
.full-item-actions { display: flex; align-items: center; gap: 15px; }
.full-qty-control { display: grid; grid-template-columns: 36px 42px 36px; align-items: center; overflow: hidden; border: 1px solid #d8dfd6; border-radius: 9px; }
.full-qty-control button { height: 36px; border: 0; background: #f5f8f3; color: var(--green-950); font-size: 18px; cursor: pointer; }
.full-qty-control span { text-align: center; font-weight: 900; }
.full-remove-button { border: 0; background: transparent; color: #b54b31; font-size: 12px; font-weight: 800; cursor: pointer; }
.full-cart-item-price { align-self: stretch; min-width: 115px; display: flex; flex-direction: column; align-items: flex-end; justify-content: center; }
.full-cart-item-price strong { color: var(--orange-800); font-size: 23px; }
.full-cart-item-price small { margin-top: 7px; color: #7a847e; }
.full-cart-empty { padding: 70px 25px; text-align: center; }
.full-cart-empty > div { font-size: 58px; }
.full-cart-empty h2 { margin: 15px 0 10px; color: var(--green-950); font: 700 35px Georgia, serif; }
.full-cart-empty p { margin: 0 0 24px; color: #6d7871; }
.cart-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #e7ebe4; background: #fbfdf9; }
.cart-trust-row article { display: flex; align-items: flex-start; gap: 10px; padding: 21px; }
.cart-trust-row article + article { border-left: 1px solid #e7ebe4; }
.cart-trust-row article > span { font-size: 24px; }
.cart-trust-row strong, .cart-trust-row small { display: block; }
.cart-trust-row strong { margin-bottom: 5px; color: var(--green-950); font-size: 12px; }
.cart-trust-row small { color: #758078; font-size: 10px; line-height: 1.4; }
.cart-checkout-panel { position: sticky; top: 125px; display: grid; gap: 18px; }
.cart-summary-card, .cart-customer-card, .full-checkout-form { padding: 27px; }
.summary-line { display: flex; justify-content: space-between; gap: 18px; padding: 13px 0; border-bottom: 1px solid #edf0eb; color: #68736d; font-size: 13px; }
.summary-line strong { color: var(--green-950); text-align: right; }
.summary-total { display: flex; justify-content: space-between; gap: 18px; padding: 20px 0 12px; color: var(--green-950); font-weight: 900; }
.summary-total strong { color: var(--orange-800); font-size: 29px; }
.cart-summary-card > small { display: block; color: #7b857f; font-size: 10px; line-height: 1.5; }
.cart-customer-heading { display: flex; align-items: center; gap: 13px; }
.cart-customer-heading > span { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 13px; background: linear-gradient(135deg, var(--green-100), var(--orange-100)); color: var(--green-950); font-size: 25px; }
.cart-customer-heading small, .cart-customer-heading strong { display: block; }
.cart-customer-heading small { margin-bottom: 5px; color: var(--orange-800); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.cart-customer-heading strong { color: var(--green-950); }
.cart-customer-details { margin: 16px 0; padding: 14px; border-radius: 11px; background: #f6f9f4; color: #637068; font-size: 12px; line-height: 1.55; }
.cart-customer-details strong { display: block; margin-bottom: 4px; color: var(--green-950); }
.checkout-form-heading h2 { margin: 0 0 20px; color: var(--green-950); font: 700 31px Georgia, serif; }
.full-checkout-form { display: grid; gap: 15px; }
.full-checkout-form > label, .checkout-form-row label { display: grid; gap: 7px; color: var(--green-950); font-size: 11px; font-weight: 900; }
.full-checkout-form input, .full-checkout-form textarea, .full-checkout-form select { width: 100%; padding: 12px 13px; border: 1px solid #d7ded5; border-radius: 9px; outline: 0; background: #fff; color: var(--ink); }
.full-checkout-form input:focus, .full-checkout-form textarea:focus, .full-checkout-form select:focus { border-color: var(--orange-600); box-shadow: 0 0 0 3px rgba(242,140,40,.12); }
.checkout-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 11px; }
.full-payment-options { display: grid; gap: 10px; margin: 4px 0 0; padding: 0; border: 0; }
.full-payment-options legend { margin-bottom: 9px; color: var(--green-950); font-size: 12px; font-weight: 900; }
.full-payment-option { display: grid; grid-template-columns: 20px 1fr; gap: 11px; align-items: center; padding: 14px; border: 1px solid #dce3d9; border-radius: 11px; cursor: pointer; }
.full-payment-option:has(input:checked) { border-color: var(--orange-600); background: #fff8ef; box-shadow: 0 0 0 3px rgba(242,140,40,.09); }
.full-payment-option input { width: 17px; height: 17px; accent-color: var(--orange-700); }
.full-payment-option > span { display: grid; grid-template-columns: 34px 1fr; column-gap: 9px; align-items: center; }
.full-payment-option b { grid-row: 1 / 3; width: 34px; height: 34px; display: grid; place-items: center; border-radius: 9px; background: var(--green-950); color: #fff; font-size: 10px; }
.full-payment-option strong, .full-payment-option small { display: block; }
.full-payment-option strong { color: var(--green-950); font-size: 12px; }
.full-payment-option small { margin-top: 3px; color: #768179; font-size: 9px; line-height: 1.35; }
.full-payment-status { display: none; padding: 12px; border-radius: 9px; font-size: 11px; line-height: 1.45; }
.full-payment-status.show { display: block; }
.full-payment-status.info { background: #eef6ff; color: #2f5779; }
.full-payment-status.error { background: #fff0ed; color: #9b3f2e; }
.full-payment-status.success { background: #edf8ef; color: #24653c; }
.full-pay-button { min-height: 58px; font-size: 15px; }
.secure-checkout-note { margin: -3px 0 0; color: #79837d; font-size: 9px; line-height: 1.45; text-align: center; }
.cart-page-toast { position: fixed; z-index: 90; left: 50%; bottom: 26px; transform: translate(-50%, 25px); padding: 13px 19px; border-radius: 999px; background: var(--green-950); color: white; font-weight: 800; opacity: 0; pointer-events: none; transition: .2s; box-shadow: 0 12px 35px rgba(0,0,0,.22); }
.cart-page-toast.show { opacity: 1; transform: translate(-50%, 0); }
@media (max-width: 1080px) {
  .cart-page-layout { grid-template-columns: 1fr; }
  .cart-checkout-panel { position: relative; top: auto; grid-template-columns: 1fr 1fr; align-items: start; }
  .full-checkout-form { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .page-width { width: min(100% - 30px, 680px); }
  .top-strip { padding: 10px 15px; font-size: 11px; }
  .top-social { display: none; }
  .cart-header-inner { min-height: 76px; }
  .cart-page-brand img { width: 50px; height: 50px; }
  .cart-page-brand strong { font-size: 20px; }
  .cart-page-brand small, .cart-back-link, .cart-account-link strong { display: none; }
  .cart-account-link { padding: 0 8px; border-left: 0; }
  .cart-header-total { min-width: 105px; }
  .cart-breadcrumb { min-height: 52px; }
  .cart-page-heading { align-items: flex-start; flex-direction: column; padding-bottom: 25px; }
  .cart-page-heading h1 { font-size: 43px; }
  .checkout-progress { width: 100%; overflow: hidden; }
  .checkout-progress span { padding: 8px 9px; }
  .checkout-progress i { flex: 1; min-width: 10px; }
  .cart-page-layout { gap: 20px; padding-bottom: 55px; }
  .cart-panel-title { padding: 20px; }
  .full-cart-item { grid-template-columns: 84px 1fr; gap: 14px; padding: 19px; }
  .full-cart-item img { width: 84px; height: 84px; }
  .full-cart-item-info h3 { font-size: 18px; }
  .full-cart-item-price { grid-column: 2; align-self: auto; min-width: 0; align-items: flex-start; margin-top: -8px; }
  .full-cart-item-price small { display: none; }
  .cart-trust-row { grid-template-columns: 1fr; }
  .cart-trust-row article + article { border-left: 0; border-top: 1px solid #e7ebe4; }
  .cart-checkout-panel { grid-template-columns: 1fr; }
  .full-checkout-form { grid-column: auto; }
  .checkout-form-row { grid-template-columns: 1fr; }
}
