.shop-hero{padding:52px 0 36px;background:linear-gradient(135deg,#fff8ec,#fff,#f7efe4)}.shop-hero h1{font-family:Marcellus,serif;font-size:clamp(34px,5vw,62px);line-height:1.05;margin:8px 0 14px;color:#351a15}.shop-hero p{max-width:760px;color:#6a554c;font-size:17px}.shop-badges{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.shop-badges span{background:#fff;border:1px solid #ead8ca;border-radius:999px;padding:9px 13px;font-size:13px}.shop-toolbar{display:grid;grid-template-columns:1fr auto;gap:14px;align-items:center;margin:26px 0}.shop-search{display:flex;background:#fff;border:1px solid #e7d7ca;border-radius:16px;overflow:hidden}.shop-search input,.shop-search select{border:0;outline:0;padding:14px 16px;background:transparent}.shop-search input{flex:1}.shop-search button{border:0;background:#8b251d;color:#fff;padding:0 20px;font-weight:700}.shop-cats{display:flex;gap:8px;overflow:auto;padding-bottom:5px}.shop-cats a{white-space:nowrap;border:1px solid #e4d1c3;border-radius:999px;padding:9px 13px;background:#fff;color:#4d342c;text-decoration:none}.shop-cats a.active{background:#8b251d;color:#fff;border-color:#8b251d}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid #eadbd0;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #4c1d0d0d;display:flex;flex-direction:column}.product-card .img{aspect-ratio:1/1;background:linear-gradient(135deg,#fff8ef,#f2e7db);display:grid;place-items:center;overflow:hidden}.product-card .img img{width:100%;height:100%;object-fit:cover}.product-card .placeholder{font-size:56px;color:#ad7b50}.product-card .body{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.product-card small{color:#9a5b3f;font-weight:700}.product-card h3{font-size:17px;line-height:1.35;margin:0}.product-card h3 a{text-decoration:none;color:#2f1e19}.price{display:flex;gap:9px;align-items:baseline}.price strong{font-size:20px;color:#7d2019}.price del{color:#9c8b82}.availability{font-size:12px;font-weight:700}.availability.in{color:#17643a}.availability.out{color:#9c2d26}.availability.backorder{color:#946500}.product-actions{display:flex;gap:8px;margin-top:auto}.product-actions a,.product-actions button{flex:1;border:0;border-radius:11px;padding:10px;text-align:center;text-decoration:none;font-weight:700}.product-actions a{background:#f7eee8;color:#6d2c20}.product-actions button{background:#8b251d;color:#fff}.shop-empty{grid-column:1/-1;text-align:center;padding:60px 20px;background:#fff;border:1px dashed #dcc6b6;border-radius:20px}.shop-pager{display:flex;justify-content:center;gap:8px;margin:28px 0}.shop-pager a{padding:9px 12px;border:1px solid #ddc9ba;border-radius:10px;text-decoration:none}.product-detail{display:grid;grid-template-columns:1fr 1fr;gap:38px;padding:42px 0}.product-gallery .hero-image{border-radius:24px;overflow:hidden;background:#f6ede5;aspect-ratio:1/1;display:grid;place-items:center}.product-gallery img{width:100%;height:100%;object-fit:cover}.product-info h1{font-family:Marcellus,serif;font-size:44px;line-height:1.08;margin:8px 0 14px}.product-info .desc{color:#69554c;line-height:1.75}.qty-row{display:flex;gap:10px;margin:20px 0}.qty-row input{width:82px;padding:13px;border:1px solid #d9c5b7;border-radius:12px}.primary-shop-btn{background:#8b251d;color:#fff;border:0;border-radius:12px;padding:13px 20px;font-weight:800}.product-meta{margin-top:22px;border-top:1px solid #eadbd0;padding-top:16px;display:grid;gap:8px;font-size:14px}.review-section{padding:32px 0 54px}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.review-card{background:#fff;border:1px solid #eadbd0;border-radius:18px;padding:18px}.cart-layout{display:grid;grid-template-columns:1.4fr .7fr;gap:26px;padding:34px 0}.cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:14px;align-items:center;background:#fff;border:1px solid #eadbd0;border-radius:16px;padding:14px;margin-bottom:12px}.cart-item img{width:72px;height:72px;object-fit:cover;border-radius:12px}.cart-summary{background:#fff;border:1px solid #eadbd0;border-radius:18px;padding:20px;height:max-content;position:sticky;top:100px}.cart-summary .line{display:flex;justify-content:space-between;padding:8px 0}.cart-summary .total{font-size:21px;font-weight:800;border-top:1px solid #eadbd0;margin-top:8px;padding-top:14px}.checkout-grid{display:grid;grid-template-columns:1fr .7fr;gap:28px;padding:34px 0}.checkout-card{background:#fff;border:1px solid #eadbd0;border-radius:18px;padding:22px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.form-grid label{display:grid;gap:6px;font-size:13px}.form-grid input,.form-grid textarea,.form-grid select{border:1px solid #dcc9bb;border-radius:11px;padding:12px}.span2{grid-column:1/-1}.shop-alert{padding:12px 15px;border-radius:12px;margin:12px 0}.shop-alert.error{background:#fff0ef;color:#8b251d}.shop-alert.ok{background:#eef9f2;color:#17643a}@media(max-width:980px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-detail,.cart-layout,.checkout-grid{grid-template-columns:1fr}.review-grid{grid-template-columns:1fr 1fr}}@media(max-width:600px){.product-grid{grid-template-columns:1fr 1fr;gap:10px}.product-card .body{padding:12px}.product-info h1{font-size:34px}.form-grid{grid-template-columns:1fr}.span2{grid-column:auto}.review-grid{grid-template-columns:1fr}}

/* Shop catalogue controls v20260822.2 */
.shop-listing-section{padding-bottom:36px}.shop-toolbar-new{grid-template-columns:minmax(280px,1fr) minmax(210px,270px) auto;align-items:end}.shop-category-filter{display:grid;gap:7px}.shop-category-filter label{font-size:12px;font-weight:800;color:#6f4032;letter-spacing:.04em;text-transform:uppercase}.shop-category-filter label i{margin-right:6px;color:#9b2c21}.shop-category-filter select{width:100%;height:48px;border:1px solid #e2cfc1;border-radius:14px;background:#fff;padding:0 42px 0 14px;color:#3f2b25;font:inherit;outline:0;appearance:auto}.shop-category-filter select:focus{border-color:#9b2c21;box-shadow:0 0 0 3px rgba(139,37,29,.08)}.shop-cart-button{height:48px;display:inline-flex!important;align-items:center;justify-content:center;white-space:nowrap}.shop-results-bar{display:flex;justify-content:space-between;align-items:center;gap:16px;margin:4px 0 18px;padding:12px 14px;background:#fffaf6;border:1px solid #eee0d5;border-radius:15px}.shop-results-copy{font-size:14px;color:#6f5a51}.shop-results-copy strong{color:#371f19}.shop-view-switch{display:inline-flex;align-items:center;gap:4px;padding:4px;background:#f1e5dc;border-radius:12px}.shop-view-switch a{display:inline-flex;align-items:center;gap:7px;padding:8px 12px;border-radius:9px;color:#6e493e;text-decoration:none;font-size:13px;font-weight:800}.shop-view-switch a.active{background:#8b251d;color:#fff;box-shadow:0 5px 14px rgba(139,37,29,.18)}.product-grid-view{grid-template-columns:repeat(4,minmax(0,1fr))}.product-list-view{display:grid;grid-template-columns:1fr;gap:14px}.product-list-view .product-card{display:grid;grid-template-columns:220px minmax(0,1fr);min-height:210px}.product-list-view .product-card .img{aspect-ratio:auto;height:100%;min-height:210px}.product-list-view .product-card .body{padding:20px 22px;justify-content:center}.product-list-view .product-card h3{font-size:22px}.product-list-view .product-list-summary{margin:0;color:#725e55;line-height:1.65;max-width:900px}.product-list-view .product-actions{max-width:380px;margin-top:6px}.shop-reset-link{display:inline-flex;margin-top:10px;padding:10px 15px;border-radius:11px;background:#8b251d;color:#fff;text-decoration:none;font-weight:800}.shop-pager{align-items:center;flex-wrap:wrap}.shop-pager a{min-width:40px;text-align:center;color:#5f392f;background:#fff}.shop-pager a.active{background:#8b251d;color:#fff;border-color:#8b251d}.shop-pager .pager-edge{padding-left:15px;padding-right:15px}.pager-dots{padding:0 3px;color:#8a756b}@media(max-width:980px){.shop-toolbar-new{grid-template-columns:1fr 240px}.shop-cart-button{grid-column:1/-1;width:max-content}.product-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))}.product-list-view .product-card{grid-template-columns:180px minmax(0,1fr)}}@media(max-width:650px){.shop-toolbar-new{grid-template-columns:1fr}.shop-cart-button{grid-column:auto;width:100%}.shop-search{min-width:0}.shop-results-bar{align-items:flex-start}.shop-view-switch span{display:none}.product-grid-view{grid-template-columns:repeat(2,minmax(0,1fr))}.product-list-view .product-card{grid-template-columns:120px minmax(0,1fr);min-height:170px}.product-list-view .product-card .img{min-height:170px}.product-list-view .product-card .body{padding:14px}.product-list-view .product-card h3{font-size:17px}.product-list-view .product-list-summary{display:none}.product-list-view .product-actions{flex-direction:column}.shop-pager .pager-edge{font-size:0}.shop-pager .pager-edge i{font-size:12px}}@media(max-width:420px){.product-grid-view{grid-template-columns:1fr}}


/* SacredPuri cart + COD checkout refresh v20260822.4 */
.cart-title-row{display:flex;justify-content:space-between;align-items:end;gap:18px;margin-bottom:18px}.cart-title-row h1,.checkout-heading h1{font-family:Marcellus,serif;color:#351a15;margin:5px 0 0}.cart-eyebrow{display:inline-flex;align-items:center;gap:7px;color:#8b251d;font-size:11px;font-weight:900;letter-spacing:.13em}.cart-count-pill{border:1px solid #ead7ca;background:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:800;color:#6f4c40}.cart-item{grid-template-columns:86px minmax(0,1fr) auto;padding:16px 17px;border-radius:19px;box-shadow:0 7px 24px rgba(60,28,18,.035)}.cart-thumb{width:86px;height:86px;border-radius:15px;overflow:hidden;background:#f6ece4;display:grid;place-items:center}.cart-thumb img{width:100%;height:100%;border-radius:0}.cart-thumb-placeholder{color:#8b251d;font-size:24px}.cart-item-info{min-width:0}.cart-product-name{font-size:16px;font-weight:800;color:#321f1a;text-decoration:none;line-height:1.4}.cart-product-name:hover{color:#8b251d}.cart-sku{margin-top:5px;color:#816d64;font-size:12px}.cart-sku span{padding:0 5px;color:#c5aea0}.cart-item-controls{display:flex;align-items:center;gap:12px;margin-top:13px}.qty-stepper{display:inline-grid;grid-template-columns:38px 48px 38px;align-items:center;border:1px solid #decabd;border-radius:12px;overflow:hidden;background:#fff;height:40px}.qty-stepper input{width:48px!important;height:38px;border:0!important;border-left:1px solid #eee0d7!important;border-right:1px solid #eee0d7!important;border-radius:0!important;padding:0!important;text-align:center;font-weight:800;appearance:textfield}.qty-stepper input::-webkit-inner-spin-button,.qty-stepper input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.qty-step{height:38px;border:0;background:#fff8f3;color:#7c2d20;cursor:pointer}.qty-step:hover{background:#8b251d;color:#fff}.cart-remove-btn{border:0;background:transparent;color:#9b3b32;font-size:12px;font-weight:800;cursor:pointer;padding:8px 5px}.cart-remove-btn:hover{text-decoration:underline}.cart-line-price{text-align:right;min-width:100px}.cart-line-price small{display:block;color:#927b71;font-size:11px;margin-bottom:4px}.cart-line-price strong{font-size:18px;color:#351a15}.cart-update-row{display:flex;justify-content:space-between;align-items:center;gap:14px;margin-top:16px}.cart-continue-link{display:inline-flex;align-items:center;gap:8px;color:#715047;text-decoration:none;font-weight:800;font-size:13px}.secondary-shop-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #8b251d;background:#fff;color:#8b251d;border-radius:12px;padding:12px 17px;font-weight:800;cursor:pointer}.secondary-shop-btn:hover{background:#8b251d;color:#fff}.summary-head{display:flex;align-items:center;gap:11px;margin-bottom:13px}.summary-head>span{width:42px;height:42px;border-radius:13px;background:#fff1e6;color:#8b251d;display:grid;place-items:center}.summary-head small{font-size:10px;font-weight:900;letter-spacing:.13em;color:#a05a43}.summary-head h2{margin:1px 0 0;font-size:22px}.cod-notice{display:flex;align-items:center;gap:11px;margin:15px 0 8px;background:#f0faf5;border:1px solid #cfe9db;border-radius:14px;padding:12px;color:#195b3e}.cod-notice>i{font-size:20px}.cod-notice div{display:grid;gap:1px}.cod-notice span{font-size:11px;color:#527463}.coupon-form{margin:12px 0}.checkout-cta{display:flex!important;align-items:center;justify-content:space-between;text-decoration:none}.checkout-note{display:block;text-align:center;color:#7b6b64;margin-top:10px;font-size:11px}.empty-cart-icon{width:68px;height:68px;display:grid;place-items:center;margin:0 auto 14px;border-radius:22px;background:#fff1e6;color:#8b251d;font-size:26px}.shop-empty p{color:#806c63;margin:8px 0 20px}.checkout-heading{padding-top:34px;max-width:720px}.checkout-heading h1{font-size:42px}.checkout-heading p{color:#725d54;margin:7px 0 0}.checkout-card{padding:25px;border-radius:20px}.checkout-form{gap:15px}.checkout-form label{font-weight:700;color:#44302a}.checkout-form label input,.checkout-form label textarea{margin-top:2px;background:#fffdfb;font:inherit}.checkout-form label input:focus,.checkout-form label textarea:focus{outline:0;border-color:#9c3025;box-shadow:0 0 0 3px rgba(139,37,29,.08)}.checkout-section-title{display:flex;align-items:center;gap:11px;padding:5px 0 2px;margin-top:4px}.checkout-section-title>span{width:31px;height:31px;display:grid;place-items:center;background:#8b251d;color:#fff;border-radius:10px;font-weight:900}.checkout-section-title div{display:grid}.checkout-section-title small{font-size:11px;font-weight:500;color:#8a756c;margin-top:2px}.optional{font-weight:500;color:#9a8279;font-size:11px}.cod-payment-card{display:flex;align-items:center;gap:10px;border:1px solid #bfe2cf;background:#f1fbf5;border-radius:13px;padding:11px 12px;color:#18593d;align-self:end;min-height:62px}.cod-payment-card>i{font-size:18px}.cod-payment-card div{display:grid;gap:2px}.cod-payment-card small{font-size:10px;line-height:1.35;color:#5d796b}.cod-radio{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#1b754d;color:#fff;font-size:10px}.place-order-btn{display:flex;justify-content:space-between;align-items:center;font-size:15px;cursor:pointer}.place-order-btn span{display:flex;align-items:center;gap:8px}.place-order-btn strong{font-size:17px}.order-consent{font-size:11px!important;font-weight:500!important;color:#79675f!important;text-align:center;margin:0}.checkout-product{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #f0e4db}.checkout-product>div{display:flex;align-items:center;gap:10px;min-width:0}.checkout-product img,.checkout-product-placeholder{width:48px;height:48px;border-radius:10px;object-fit:cover;background:#f6ebe3}.checkout-product-placeholder{display:grid;place-items:center;color:#8b251d}.checkout-product>div>div{display:grid;min-width:0}.checkout-product strong{font-size:12px;line-height:1.35}.checkout-product small{font-size:10px;color:#8a756c;margin-top:2px}.checkout-product>b{font-size:12px;white-space:nowrap}.edit-cart-link{display:flex;justify-content:center;align-items:center;gap:7px;margin-top:12px;padding:9px;border-radius:10px;background:#faf4ef;color:#7a3a2e;text-decoration:none;font-size:12px;font-weight:800}
@media(max-width:700px){.cart-title-row{align-items:flex-start}.cart-item{grid-template-columns:68px minmax(0,1fr)}.cart-thumb{width:68px;height:68px}.cart-line-price{grid-column:2;text-align:left;display:flex;align-items:baseline;gap:7px}.cart-line-price small{display:inline}.cart-item-controls{flex-wrap:wrap}.cart-update-row{align-items:stretch;flex-direction:column}.secondary-shop-btn,.cart-continue-link{justify-content:center}.checkout-heading h1{font-size:34px}.cod-payment-card{grid-column:1/-1}}


/* Checkout order summary isolation + readability v20260822.6
   High-specificity selectors intentionally neutralize legacy public-bundle
   .checkout-summary rules that used a dark/gold checkout card. */
.checkout-summary.checkout-summary-v2{
  position:sticky!important;top:100px!important;height:max-content!important;
  padding:0!important;overflow:hidden!important;background:#fff!important;
  color:#30211c!important;border:1px solid #e5d4c8!important;border-radius:22px!important;
  box-shadow:0 12px 38px rgba(69,35,23,.07)!important
}
.checkout-summary.checkout-summary-v2>.checkout-summary-head{
  display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:14px!important;
  padding:20px 20px 17px!important;margin:0!important;background:linear-gradient(135deg,#fff8f2,#fff)!important;
  border:0!important;border-bottom:1px solid #efe1d7!important
}
.checkout-summary-v2 .checkout-summary-icon{
  flex:0 0 50px!important;width:50px!important;height:50px!important;border-radius:16px!important;
  display:grid!important;place-items:center!important;background:#8b251d!important;color:#fff!important;font-size:19px!important
}
.checkout-summary-v2 .checkout-summary-title{display:block!important;min-width:0!important}
.checkout-summary-v2 .checkout-summary-title small{
  display:block!important;font-size:10px!important;line-height:1.2!important;font-weight:900!important;
  letter-spacing:.14em!important;color:#9b3b2f!important;margin:0 0 4px!important
}
.checkout-summary-v2 .checkout-summary-title h2{
  display:block!important;margin:0!important;font-family:Marcellus,serif!important;font-size:25px!important;
  line-height:1.15!important;color:#321f1a!important;font-weight:500!important
}
.checkout-summary-v2 .checkout-summary-title p{
  margin:4px 0 0!important;color:#806b62!important;font-size:11px!important;line-height:1.4!important
}
.checkout-summary.checkout-summary-v2>.checkout-summary-products{
  display:block!important;padding:14px 16px 5px!important;margin:0!important;border:0!important;background:#fff!important
}
.checkout-summary-v2 .checkout-product-v2{
  display:grid!important;grid-template-columns:62px minmax(0,1fr) auto!important;align-items:center!important;gap:12px!important;
  padding:12px!important;margin:0 0 9px!important;border:1px solid #eee0d7!important;border-radius:16px!important;
  background:#fffdfb!important;color:#30211c!important
}
.checkout-summary-v2 .checkout-product-image{
  width:62px!important;height:62px!important;border-radius:13px!important;object-fit:cover!important;background:#f7ece4!important;
  display:grid!important;place-items:center!important;color:#8b251d!important;font-size:20px!important
}
.checkout-summary-v2 .checkout-product-copy{display:block!important;min-width:0!important}
.checkout-summary-v2 .checkout-product-copy strong{
  display:block!important;margin:0!important;color:#30211c!important;font-size:13px!important;font-weight:800!important;
  line-height:1.4!important;letter-spacing:0!important;overflow-wrap:anywhere!important
}
.checkout-summary-v2 .checkout-product-meta{
  display:flex!important;align-items:center!important;flex-wrap:wrap!important;gap:7px!important;margin-top:7px!important;
  color:#735e55!important;font-size:11px!important
}
.checkout-summary-v2 .checkout-qty-chip{
  display:inline-flex!important;align-items:center!important;padding:4px 8px!important;border-radius:999px!important;
  background:#f6ebe4!important;color:#7d2d23!important;font-size:10px!important;font-weight:800!important
}
.checkout-summary-v2 .checkout-product-total{text-align:right!important;white-space:nowrap!important}
.checkout-summary-v2 .checkout-product-total small{
  display:block!important;margin:0 0 3px!important;color:#937c72!important;font-size:9px!important;font-weight:700!important
}
.checkout-summary-v2 .checkout-product-total b{
  display:block!important;color:#351a15!important;font-size:15px!important;font-weight:900!important
}
.checkout-summary.checkout-summary-v2>.checkout-price-panel{
  display:block!important;margin:7px 16px 12px!important;padding:14px 15px!important;border:1px solid #eadbd0!important;
  border-radius:16px!important;background:#fbf7f3!important
}
.checkout-summary-v2 .checkout-price-row{
  display:flex!important;align-items:center!important;justify-content:space-between!important;gap:14px!important;
  padding:7px 0!important;border:0!important;color:#5e4941!important;font-size:13px!important
}
.checkout-summary-v2 .checkout-price-row b{
  color:#33231e!important;font-size:13px!important;font-weight:800!important
}
.checkout-summary-v2 .checkout-price-row b.discount{color:#26704c!important}
.checkout-summary-v2 .checkout-grand-total{
  margin-top:7px!important;padding:13px 0 2px!important;border-top:1px solid #dfcec2!important
}
.checkout-summary-v2 .checkout-grand-total span{display:grid!important;gap:2px!important;font-size:17px!important;font-weight:900!important;color:#321f1a!important}
.checkout-summary-v2 .checkout-grand-total span small{font-size:8px!important;letter-spacing:.12em!important;color:#90766c!important;font-weight:900!important}
.checkout-summary-v2 .checkout-grand-total b{color:#8b251d!important;font-size:22px!important;font-weight:900!important}
.checkout-summary.checkout-summary-v2>.checkout-cod-strip{
  display:flex!important;justify-content:flex-start!important;align-items:center!important;gap:11px!important;
  margin:0 16px 12px!important;padding:12px 13px!important;border:1px solid #cce5d6!important;border-radius:14px!important;
  background:#f2faf5!important;color:#195b3e!important
}
.checkout-summary-v2 .checkout-cod-strip>span{
  flex:0 0 37px!important;width:37px!important;height:37px!important;display:grid!important;place-items:center!important;
  border-radius:11px!important;background:#dff2e6!important;color:#1d6947!important;font-size:16px!important
}
.checkout-summary-v2 .checkout-cod-strip>div{display:grid!important;gap:2px!important;min-width:0!important;flex:1!important}
.checkout-summary-v2 .checkout-cod-strip strong{color:#195b3e!important;font-size:12px!important;font-weight:900!important}
.checkout-summary-v2 .checkout-cod-strip small{color:#60796b!important;font-size:9px!important;line-height:1.35!important}
.checkout-summary-v2 .checkout-cod-strip>i{color:#28835b!important;font-size:16px!important}
.checkout-summary-v2 .checkout-edit-cart{
  display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;
  margin:0 16px 16px!important;padding:11px 13px!important;border:1px solid #dfc9bc!important;border-radius:12px!important;
  background:#fff!important;color:#7a3026!important;font-size:12px!important;font-weight:900!important;text-decoration:none!important
}
.checkout-summary-v2 .checkout-edit-cart span{flex:1!important;text-align:center!important}
.checkout-summary-v2 .checkout-edit-cart:hover{background:#8b251d!important;border-color:#8b251d!important;color:#fff!important}
@media(max-width:980px){.checkout-summary.checkout-summary-v2{position:static!important;top:auto!important}}
@media(max-width:520px){
 .checkout-summary-v2 .checkout-product-v2{grid-template-columns:52px minmax(0,1fr)!important}
 .checkout-summary-v2 .checkout-product-image{width:52px!important;height:52px!important}
 .checkout-summary-v2 .checkout-product-total{grid-column:2!important;text-align:left!important;display:flex!important;align-items:baseline!important;gap:6px!important}
 .checkout-summary-v2 .checkout-product-total small{display:inline!important;margin:0!important}
}

/* Checkout coupon controls v20260822.7 */
.checkout-summary.checkout-summary-v2>.checkout-coupon-panel{
  display:block!important;margin:8px 16px 12px!important;padding:14px!important;
  border:1px solid #ead8cc!important;border-radius:16px!important;background:#fffaf6!important;color:#34231d!important
}
.checkout-coupon-v2{}
.checkout-coupon-heading{display:flex!important;align-items:center!important;gap:10px!important;margin-bottom:11px!important}
.checkout-coupon-heading>span{width:36px!important;height:36px!important;flex:0 0 36px!important;display:grid!important;place-items:center!important;border-radius:11px!important;background:#f4e6dc!important;color:#8b251d!important}
.checkout-coupon-heading>div{display:grid!important;gap:2px!important;min-width:0!important}
.checkout-coupon-heading strong{color:#39231d!important;font-size:12px!important;font-weight:900!important}
.checkout-coupon-heading small{color:#826d63!important;font-size:9px!important;line-height:1.4!important}
.checkout-coupon-form{display:grid!important;grid-template-columns:minmax(0,1fr) auto!important;gap:8px!important;margin:0!important}
.checkout-coupon-form input{min-width:0!important;width:100%!important;height:42px!important;border:1px solid #dcc8ba!important;border-radius:11px!important;background:#fff!important;padding:0 12px!important;color:#37241e!important;font:inherit!important;font-size:12px!important;outline:0!important;text-transform:uppercase!important}
.checkout-coupon-form input:focus{border-color:#9a3328!important;box-shadow:0 0 0 3px rgba(139,37,29,.08)!important}
.checkout-coupon-form button{height:42px!important;border:0!important;border-radius:11px!important;background:#8b251d!important;color:#fff!important;padding:0 15px!important;font-weight:900!important;font-size:11px!important;cursor:pointer!important}
.checkout-coupon-applied{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:12px!important;padding:11px 12px!important;border:1px solid #bfe3cf!important;border-radius:13px!important;background:#f1faf5!important}
.checkout-coupon-applied>div{display:grid!important;gap:1px!important}
.checkout-coupon-applied small{font-size:8px!important;letter-spacing:.1em!important;font-weight:900!important;color:#5d7568!important}
.checkout-coupon-applied strong{font-size:13px!important;color:#195d3e!important;font-weight:900!important}
.checkout-coupon-applied span{font-size:10px!important;color:#2f7152!important}
.checkout-coupon-applied form{margin:0!important}
.checkout-coupon-applied button{border:1px solid #d8b9ad!important;border-radius:9px!important;background:#fff!important;color:#8b251d!important;padding:7px 10px!important;font-size:10px!important;font-weight:900!important;cursor:pointer!important}
.checkout-summary-v2 .free-fee{color:#26704c!important}
@media(max-width:420px){.checkout-coupon-form{grid-template-columns:1fr!important}.checkout-coupon-form button{width:100%!important}}
