@font-face{font-family:Farhang;src:url("../../zagros/fonts/Farhang2FaNum-Regular.woff2") format("woff2");font-weight:400;font-display:swap}
@font-face{font-family:Farhang;src:url("../../zagros/fonts/Farhang2FaNum-Bold.woff2") format("woff2");font-weight:700;font-display:swap}

:root{
  --bg:#e9e9e9;
  --surface:#fff;
  --text:#171717;
  --muted:#747474;
  --line:#dedede;
  --gold:#c7a765;
  --gold-soft:#fbf3e4;
  --blue:#060079;
  --danger:#d60000;
  --container:1390px;
  --header-container:1710px;
  --sidebar:360px;
  --gap:22px;
  --p-card:30px;
  --focus:0 0 0 3px rgba(199,167,101,.28);
}

*{box-sizing:border-box}
*::before,*::after{box-sizing:border-box}

html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}

body{
  min-width:320px;
  margin:0;
  background:var(--bg);
  color:var(--text);
  font-family:Farhang,Tahoma,Arial,sans-serif;
  line-height:1.7;
  overflow-x:clip;
  text-rendering:optimizeLegibility;
}

img,svg,video{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
button,input,select,textarea{font:inherit;max-width:100%}
button{cursor:pointer}
button:disabled{cursor:not-allowed}

:focus-visible{outline:0;box-shadow:var(--focus)}

.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:absolute;right:12px;top:-60px;z-index:9999;background:#000;color:#fff;padding:10px 16px}
.skip-link:focus{top:12px}

.checkout-header{min-height:74px;background:var(--surface);border-bottom:1px solid #d6d6d6}
.checkout-header__inner,.header-inner{
  width:min(var(--header-container),95%);
  min-height:74px;
  margin-inline:auto;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
}

.checkout-header__logo,.logo{flex:0 0 auto}
.checkout-header__logo img,.logo img{width:150px;max-height:54px;object-fit:contain}

.checkout-header__nav,.checkout-nav{height:74px;display:flex;align-items:center;gap:clamp(16px,2.4vw,46px);min-width:0}
.checkout-header__link,.checkout-nav a{height:100%;display:flex;align-items:center;color:#666;font-size:15px;white-space:nowrap;position:relative}
.checkout-header__link--active,.checkout-nav a.active{color:#111;font-weight:700}
.checkout-header__link--active::after,.checkout-nav a.active::after{content:"";position:absolute;right:0;left:0;bottom:0;height:2px;background:var(--gold)}

.checkout-header__back,.back-btn{flex:0 0 auto;border:1px solid var(--gold);border-radius:999px;padding:9px 22px;background:transparent;color:#111;font-size:14px}

.checkout-page,.page{padding:44px 0 140px}
.checkout-page__container,.page{width:min(var(--container),92%);margin-inline:auto;min-width:0}

.checkout-layout,.layout{
  display:grid;
  grid-template-columns:var(--sidebar) minmax(0,1fr);
  gap:var(--gap);
  align-items:start;
  direction:ltr;
}
.checkout-layout__aside,.checkout-layout__main,.sidebar,.content{min-width:0;direction:rtl}
.checkout-layout__main,.content{display:grid;gap:var(--gap)}

.checkout-stepper,.steps{list-style:none;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 0 38px;padding:0}
.checkout-stepper__link{display:block;color:inherit;text-decoration:none}
.checkout-stepper__item,.step{position:relative;text-align:center;color:#999;min-width:0}
.checkout-stepper__item:not(:last-child)::after,.step:not(:last-child)::before{content:"";position:absolute;top:14px;right:60%;left:-40%;height:1px;background:#cfcfcf;z-index:0}
.checkout-stepper__number,.step span{
  position:relative;z-index:1;width:28px;height:28px;margin:0 auto 10px;
  border-radius:50%;border:1px solid var(--gold);background:#f3f3f3;color:var(--gold);
  display:grid;place-items:center;font-size:15px;
}
.checkout-stepper__text,.step p{display:block;margin:0;font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.checkout-stepper__item--active,.step.active{color:#111;font-weight:700}
.checkout-stepper__item--active .checkout-stepper__number,.checkout-stepper__item--done .checkout-stepper__number,.step.active span{background:var(--gold);color:#111}
.checkout-stepper__item--done::after,.step.active:not(:last-child)::before{background:var(--gold)!important}

.panel,.card,.summary,.content-card,.invoice-section,.invoice-box,.info-card,.note-box,.empty-cart,.simple-box{background:var(--surface)}
.panel,.card,.content-card,.invoice-section,.invoice-box,.info-card,.note-box,.empty-cart{border:1px solid #e3e3e3}
.panel{padding:var(--p-card);min-width:0}
.panel__header{display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid var(--line);padding-bottom:22px;margin-bottom:24px}
.panel__title,.section-title{margin:0;color:var(--gold);font-size:22px;font-weight:700;line-height:1.5}
.panel__title--center{text-align:center;margin-bottom:22px}
.section-desc{margin:0;color:var(--muted)}

.button,.checkout-btn,.continue-btn,.submit-btn,.gift-btn,.btn{display:inline-flex;align-items:center;justify-content:center;min-height:46px;padding:9px 24px;border:1px solid transparent;background:transparent;color:#111;font-weight:700;text-align:center;transition:.18s ease}
.button:hover,.checkout-btn:hover,.continue-btn:hover,.submit-btn:hover,.gift-btn:hover,.btn:hover{filter:brightness(.97)}
.button--primary,.checkout-btn,.continue-btn,.submit-btn,.btn-primary{background:var(--gold);color:#fff;border-color:var(--gold)}
.button--outline,.btn-outline-secondary{border-color:var(--gold);border-radius:999px;background:transparent;color:#111}
.button--muted{background:#e7e7e7;color:#666}
.button--blue{background:var(--blue);color:#fff;border-color:var(--blue)}
.button--full,.checkout-btn,.continue-btn,.submit-btn,.gift-btn{width:100%;min-height:58px;font-size:17px}
.link-button,.section-link{border:0;background:transparent;color:var(--gold);font-weight:700;padding:0}
.u-mb{margin-bottom:var(--gap)}

.summary{padding:28px}
.summary__list,.summary-list{margin:0 0 20px}
.summary__row,.invoice-row{display:flex;justify-content:space-between;gap:16px;color:var(--muted);font-size:14px;margin-bottom:16px;align-items:center}
.summary__row dd,.invoice-row strong,.invoice-row .amount{margin:0;color:#111;white-space:nowrap;font-weight:700}
.summary__total{display:flex;align-items:center;justify-content:space-between;gap:16px;border-top:1px solid var(--line);padding-top:20px;margin:20px 0 22px;font-weight:700}
.summary__total strong{font-size:18px;white-space:nowrap}
.summary__total--simple{border-top:0;margin-top:0;padding-top:0;color:var(--gold)}

.responsive-table,.table-wrap{width:100%;max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
.cart-table,.cart-items-table{width:100%;border-collapse:collapse;min-width:820px}
.cart-table th,.cart-items-table thead th{color:var(--muted);font-weight:400;text-align:right;padding:0 0 20px;font-size:14px;white-space:nowrap}
.cart-table td,.cart-items-table td{border-top:1px solid #e8e8e8;padding:18px 0;font-size:14px;font-weight:700;vertical-align:middle;white-space:nowrap}
.cart-table th,.cart-table td,.cart-items-table th,.cart-items-table td{padding-inline:8px}
.product-summary,.product-cell,.product{display:flex;align-items:center;gap:12px;max-width:330px;white-space:normal;margin:0}
.product-summary img,.product-cell .product-image img,.product img{width:45px;height:58px;object-fit:cover;flex:0 0 auto;background:#eee}
.product-summary__title,.product-name{margin:0;font-size:14px;line-height:1.8;font-weight:700}
.product-variants{display:flex;gap:8px;flex-wrap:wrap;font-size:12px;color:#666}
.product-variants span{white-space:nowrap}
.quantity-cell,.price-cell{text-align:center;font-weight:700}
.old-price{color:#999;text-decoration:line-through;font-size:12px;display:block;margin-bottom:4px}
.delete-btn{background:#f5f5f5;border:none;width:32px;height:32px;border-radius:4px;cursor:pointer;display:grid;place-items:center;color:#999;font-size:16px;transition:all .3s}
.delete-btn:hover{background:#e74c3c;color:#fff}
.delete-btn svg{width:16px;height:16px;stroke:currentColor;stroke-width:1.8;fill:none;stroke-linecap:round;stroke-linejoin:round;display:block;flex:0 0 auto}

.notice{background:var(--surface);display:flex;align-items:center;gap:8px;min-height:62px;padding:0 24px;font-weight:700;border:1px solid #e3e3e3}
.notice p{margin:0}
.notice__icon{color:var(--gold)}

.address-list{display:grid}
.address-card,.address-item{display:grid;grid-template-columns:28px minmax(0,1fr) 90px;align-items:center;gap:18px;min-height:74px;border-bottom:1px solid #e8e8e8;font-weight:700}
.address-card:last-child,.address-item:last-child{border-bottom:0}
.address-card input,.address-item input{width:20px;height:20px;accent-color:var(--gold)}
.address-card__text,.address-item span:first-of-type{min-width:0}
.address-card__actions,.address-actions{display:flex;justify-content:flex-end;gap:16px}
.address-card__actions button,.address-actions button{border:0;background:transparent;color:#777;padding:4px}
.address-item.selected{background:var(--gold-soft);border-radius:8px;padding-inline:10px}

.segmented-control,.shipping-tabs{height:74px;border:1px solid var(--line);border-radius:999px;display:grid;grid-template-columns:1fr 1fr;padding:8px;margin-bottom:36px;gap:8px}
.segmented-control__button,.shipping-tabs button{border:0;background:transparent;border-radius:34px;font-weight:700;font-size:18px;min-height:54px}
.segmented-control__button--active,.shipping-tabs button.active{background:var(--gold);color:#fff}

.delivery-days,.date-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:18px}
.delivery-day,.date-col{text-align:center;min-width:0;border:1px solid var(--line);background:#fff;padding:14px 10px}
.delivery-day time,.delivery-day span,.date-col span{display:block;color:var(--muted);font-size:13px;margin-bottom:8px}
.delivery-day strong,.date-col strong{display:block;font-size:15px;margin-bottom:14px;color:#111}
.delivery-day button,.date-col button{width:100%;min-height:38px;border:1px solid var(--line);background:#fff;margin-bottom:10px;color:#111}
.delivery-day button:last-child,.date-col button:last-child{margin-bottom:0}
.delivery-day button:hover,.date-col button:hover{border-color:var(--gold);color:#111}
.delivery-day button.is-active,.date-col button.is-active,.date-col button.active{background:var(--gold);border-color:var(--gold);color:#fff}
.delivery-day button:disabled,.delivery-day--selected button:first-of-type,.date-col button:disabled,.date-col button.disabled{background:#e5e5e5;color:#999;cursor:not-allowed}
.shipping-post-note{display:grid;gap:8px;border:1px solid var(--line);background:#fafafa;padding:18px;text-align:center;color:#666}
.shipping-post-note[hidden]{display:none}
.shipping-post-note strong{color:#111;font-size:17px}
.shipping-post-note span{line-height:1.9}

.info-grid,.grid2{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px 70px;margin:0}
.info-grid dt,.grid2 small{color:#aaa;font-size:13px;margin-bottom:8px;display:block}
.info-grid dd,.grid2 strong{margin:0;font-weight:700}

.payment-options{border:0;margin:0 0 22px;padding:0;display:grid;gap:12px}
.payment-option,.method{display:flex;align-items:center;gap:12px;border:1px solid var(--line);padding:10px 12px;min-height:64px}
.payment-option--active,.method.active{background:var(--gold-soft);border-color:var(--gold)}
.payment-option input{accent-color:var(--gold);flex:0 0 auto}
.payment-option img,.method img{width:34px;height:34px;object-fit:contain;flex:0 0 auto}
.payment-option strong,.method b{display:block;font-size:13px}
.payment-option small,.method small{display:block;color:#444;font-size:11px}

.success-panel{max-width:760px;margin:0 auto;text-align:center;padding:60px 30px}
.success-panel__icon{width:80px;height:80px;margin:0 auto 24px;border-radius:50%;background:var(--gold);color:#fff;display:grid;place-items:center;font-size:44px}
.success-panel__title{font-size:30px;margin:0 0 14px}
.success-panel__text{color:var(--muted);font-size:18px;margin:0 auto 34px;max-width:580px}
.success-panel__actions{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}

.modal{position:fixed;inset:0;display:none;z-index:999}
.modal.is-open,.modal.show{display:block}
.modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.55)}
.modal__dialog{position:relative;z-index:1;background:#fff;margin:40px auto;padding:36px;width:min(980px,92%);max-height:calc(100vh - 80px);overflow:auto;border:1px solid #e3e3e3}
.modal__dialog--large,.modal-content{width:min(980px,92%)}
.modal__close,.close{position:absolute;top:0;left:0;width:38px;height:38px;border:0;background:var(--danger);color:#fff;font-size:28px;line-height:1;display:grid;place-items:center}
.modal__title,.modal-head h2{margin:0 0 26px;color:var(--gold);font-size:32px;border-bottom:1px solid var(--line);padding-bottom:20px}
.modal__actions,.bottom-actions{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:24px}
.gift-card-modal-actions{grid-template-columns:1.3fr .85fr .85fr;align-items:center}
.gift-card-modal-actions [data-gift-inquiry-submit]{min-height:52px}
.gift-card-inquiry-result{margin:18px 0 4px;padding:18px;border:1px solid #e7dec8;background:#fffdf8;line-height:1.8}
.gift-card-inquiry-result--success{border-color:#b9dfc2;background:#f5fff7}
.gift-card-inquiry-result--error{border-color:#efb3b3;background:#fff6f6}
.gift-card-result__status{margin-bottom:14px;color:#16813a;font-weight:800;font-size:17px}
.gift-card-inquiry-result--error .gift-card-result__status{color:#b42318}
.gift-card-result__amount{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px;padding:14px 16px;background:#fff;border:1px solid rgba(22,129,58,.18)}
.gift-card-result__amount span{color:#555;font-weight:700}
.gift-card-result__amount strong{color:#16813a;font-size:22px}
.gift-card-result__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 16px}
.gift-card-result__grid div{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0;border-bottom:1px solid #eee}
.gift-card-result__grid span{color:#777}
.gift-card-result__grid b{color:#222;text-align:left}

.form-grid,.modal-grid{display:grid;gap:24px;margin-bottom:26px}
.form-grid--two,.two{grid-template-columns:repeat(2,minmax(0,1fr))}
.field{margin-bottom:10px}
.field__label,.field label{display:block;margin-bottom:10px;color:#444;font-weight:700}
.field__input,.field input,.field select,.field textarea{width:100%;height:58px;border:1px solid var(--line);padding:0 16px;background:#fff}
.field textarea{height:auto;padding:14px 16px;min-height:120px;resize:vertical}

.upload-box,.upload{background:#f4efe3;border:1px solid #ece0c1;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px;margin-bottom:22px}
.upload-box__input{position:absolute;opacity:0;pointer-events:none}
.upload-box__button{width:52px;height:52px;border-radius:50%;border:0;background:var(--gold);color:#fff;font-size:34px;display:grid;place-items:center;flex:0 0 auto}

.rules{border:1px solid var(--line);padding:22px;margin-bottom:22px;background:#fff}
.rules p{margin-top:0}
.rules ul{margin:10px 18px 0 0}
.check-row,.agree{display:flex;align-items:center;gap:10px;font-weight:700;justify-content:flex-end}
.check-row input,.agree input{width:20px;height:20px;accent-color:var(--gold)}

.checkout-footer,.footer{min-height:76px;background:#bdbdbd;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 max(24px,calc((100% - var(--container))/2));margin-top:auto}
.checkout-footer p,.footer p{direction:ltr;font-size:14px;margin:0}
.checkout-footer img,.footer img{width:34px;opacity:.85}

.empty-cart{text-align:center;padding:60px 20px;color:#999}
.empty-cart-icon{font-size:48px;margin-bottom:16px;display:block}
.simple-boxes{display:grid;gap:14px}
.simple-box{padding:18px;border:1px solid #e3e3e3}
.simple-box-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}
.simple-box-body p{margin:0 0 8px;color:#555}
.simple-box-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px}
.badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 10px;border-radius:999px;font-size:12px;font-weight:700}
.badge-primary{background:var(--gold-soft);color:#8a6a00;border:1px solid #f0e3b8}

.form-grid .form-field,.form-field{margin-bottom:14px}
.form-grid .form-field label,.form-field label{display:block;margin-bottom:8px;color:#444;font-weight:700}
.form-grid .form-field input,.form-grid .form-field textarea,.form-grid .form-field select,.form-field input,.form-field textarea,.form-field select{width:100%;border:1px solid var(--line);padding:0 14px;min-height:48px;background:#fff}
.form-grid .form-field textarea,.form-field textarea{padding:14px;min-height:120px}
.form-field-full{grid-column:1/-1}
.form-grid{display:grid;gap:18px}
.form-grid--two-columns{grid-template-columns:repeat(2,minmax(0,1fr))}
.form-actions{display:flex;gap:12px;align-items:center}
.form-error{margin-top:6px;color:#d33;font-size:13px}
.new-form{display:none}
.new-form.show{display:block}

@media (max-width:1100px){
  .checkout-layout,.layout{grid-template-columns:320px minmax(0,1fr)}
  .checkout-header__nav,.checkout-nav{gap:20px}
  .delivery-days,.date-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
}

@media (max-width:900px){
  .checkout-header__nav,.checkout-nav{display:none}
  .checkout-layout,.layout{grid-template-columns:1fr;direction:rtl}
  .checkout-layout__aside,.sidebar{order:2}
  .checkout-layout__main,.content{order:1}
  .checkout-stepper,.steps{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
  .checkout-stepper__item::after,.step::before{display:none!important}
  .delivery-days,.date-grid,.info-grid,.grid2,.form-grid--two,.two,.modal__actions,.bottom-actions,.form-grid--two-columns{grid-template-columns:1fr}
  .cart-table,.cart-items-table{min-width:760px}
}

@media (max-width:768px){
  .checkout-page,.page{padding:24px 0 84px}
  .checkout-page__container,.page{width:min(94%,var(--container))}
  .panel{padding:22px}
  .summary{padding:22px}
  .panel__title,.section-title{font-size:19px}
  .summary__row,.invoice-row{font-size:13px;gap:12px}
  .summary__total strong{font-size:17px}
  .cart-table,.cart-items-table{min-width:680px}
  .cart-table th,.cart-table td,.cart-items-table th,.cart-items-table td{padding-inline:6px}
  .product-summary,.product-cell,.product{gap:10px;max-width:280px}
  .product-summary img,.product-cell .product-image img,.product img{width:40px;height:52px}
  .product-summary__title,.product-name{font-size:13px;line-height:1.7}
  .checkout-stepper__text,.step p{font-size:14px}
  .checkout-stepper__number,.step span{width:26px;height:26px;font-size:14px}
  .address-card,.address-item{grid-template-columns:24px minmax(0,1fr) 74px;gap:12px}
  .address-card__actions,.address-actions{gap:10px}
  .delivery-days,.date-grid{gap:12px}
  .segmented-control__button,.shipping-tabs button{font-size:16px}
}

@media (max-width:640px){
  :root{--p-card:22px}
  .checkout-header__inner,.header-inner{width:92%}
  .checkout-header__logo img,.logo img{width:120px}
  .checkout-header__back,.back-btn{padding-inline:14px;font-size:13px}
  .checkout-page,.page{padding:28px 0 90px}
  .panel__header{align-items:flex-start;flex-direction:column}
  .panel__title,.section-title{font-size:20px}
  .address-card,.address-item{grid-template-columns:24px minmax(0,1fr);gap:12px;padding:16px 0}
  .address-card__actions,.address-actions{grid-column:2;justify-content:flex-start}
  .segmented-control,.shipping-tabs{height:auto;border-radius:20px;grid-template-columns:1fr}
  .segmented-control__button,.shipping-tabs button{min-height:52px}
  .modal__dialog,.modal-content{margin:20px auto;padding:28px 18px;max-height:calc(100vh - 40px)}
  .upload-box,.upload{align-items:flex-start;flex-direction:column}
  .checkout-footer,.footer{min-height:76px;gap:12px;flex-direction:column-reverse;justify-content:center;text-align:center;padding-block:18px}
  .responsive-table,.table-wrap{overflow-x:auto;border-radius:12px}
  .cart-table,.cart-items-table{min-width:620px}
  .summary__row,.invoice-row{flex-wrap:wrap}
  .summary__row dd,.invoice-row strong,.invoice-row .amount{white-space:normal;text-align:left}
  .success-panel{padding:40px 18px}
  .success-panel__title{font-size:24px}
  .success-panel__text{font-size:16px}
  .success-panel__actions{flex-direction:column}
  .button--full,.checkout-btn,.continue-btn,.submit-btn,.gift-btn{min-height:52px;font-size:15px}
}

@media (max-width:420px){
  .delivery-days,.date-grid{grid-template-columns:1fr}
  .checkout-stepper__text,.step p{font-size:13px}
  .checkout-stepper{gap:14px}
  .checkout-stepper__item{padding-inline:4px}
  .panel__header{margin-bottom:18px;padding-bottom:16px}
  .cart-table,.cart-items-table{min-width:560px}
  .button,.checkout-btn,.continue-btn,.submit-btn,.gift-btn,.btn{padding-inline:16px}
}

/* Stacked card layout for cart rows on small screens */
@media (max-width:640px){
  .responsive-table{overflow:visible;padding:0 6px}
  .cart-table{width:100%;min-width:0;border-collapse:separate}
  .cart-table thead{display:none}
  .cart-table tbody{display:block}
  .cart-table tbody tr{display:flex;flex-direction:row-reverse;gap:12px;align-items:flex-start;border:1px solid #e8e8e8;background:#fff;border-radius:10px;padding:12px;margin-bottom:12px;box-shadow:0 1px 3px rgba(0,0,0,0.04)}
  .cart-table td{display:flex;flex-direction:column;align-items:flex-start;padding:8px 6px;border-top:0;white-space:normal}
  .cart-table td[data-label]{padding:6px 4px}
  .cart-table td[data-label]::before{content:attr(data-label);display:block;font-weight:700;color:#666;margin-bottom:8px}
  .cart-table tbody tr{position:relative}
  .product-summary{align-items:flex-start;display:flex;gap:12px;flex:1}
  .product-summary img{width:90px;height:90px;object-fit:cover;border-radius:6px}
  .product-summary__title{font-size:16px}
  .product-summary .product-variants{font-size:13px;color:#666}
  .quantity-cell,.price-cell{flex:0 0 auto;text-align:left;margin-top:6px}
  .price-cell{min-width:120px;text-align:left}
  .delete-btn{position:absolute;left:10px;top:10px;width:36px;height:36px;border-radius:8px;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,0.06)}
  .delete-btn svg{width:18px;height:18px}
  .delete-btn:hover{background:#e74c3c;color:#fff}
  .summary{margin-top:18px}
  .button--full{width:100%}
}

/* Stronger card styling for smaller screens so layout feels native-mobile */
@media (max-width:480px){
  .cart-table tbody tr{padding:14px;border-radius:12px}
  .product-summary img{width:96px;height:96px}
  .product-summary__title{font-size:17px}
  .product-variants{font-size:12px}
  .cart-table td[data-label]::before{font-size:13px;color:#888}
  .quantity-cell{font-size:15px}
  .price-cell{font-size:15px;color:#111}
  .summary__total strong{font-size:20px}
  .checkout-layout__aside{order:2;width:100%}
  .checkout-layout__main{order:1;width:100%}
  .responsive-table{padding:0}
}
