/* Commerce Max v7.3 — marketplace-first storefront refinements */
:root{--market-orange:#f57224;--market-blue:#2874f0;--market-green:#0f9d58;--market-ink:#172033;--market-soft:#f5f7fb;--market-border:#e7eaf0;--market-shadow:0 12px 30px rgba(23,32,51,.08)}
.marketplace-header{box-shadow:0 2px 10px rgba(0,0,0,.08);position:sticky;top:0;z-index:80;background:#fff}.header-main{min-height:70px}.store-brand img{max-height:48px}.mobile-menu-trigger{width:42px;height:42px;border:1px solid var(--market-border);border-radius:12px;background:#fff;align-items:center;justify-content:center}.mobile-header-contact{display:none;border:0;background:var(--primary,var(--market-orange));color:#fff;border-radius:12px;min-width:42px;height:42px;padding:0 11px;align-items:center;justify-content:center;gap:6px;font-weight:800;box-shadow:0 8px 20px rgba(245,114,36,.22)}
.store-search{border:2px solid var(--primary,var(--market-orange));border-radius:10px;overflow:hidden;background:#fff}.store-search button{border-radius:0!important;min-width:82px;font-weight:800}.header-actions{gap:10px}.header-action{border-radius:12px;padding:7px 9px}.desktop-nav-wrap{border-top:1px solid #f0f1f4}.desktop-nav{min-height:44px}.all-categories{font-weight:800}.nav-shop-link{font-weight:700}
.marketplace-grid{gap:14px}.marketplace-grid .product-card{border:1px solid var(--market-border);border-radius:12px;background:#fff;overflow:hidden;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.marketplace-grid .product-card:hover{transform:translateY(-3px);box-shadow:var(--market-shadow);border-color:#dce0e8}.product-card .product-image-wrap,.product-card .product-image{background:#fff}.product-card .product-info{padding:11px 12px 13px}.product-card .product-title{line-height:1.35}.product-card .product-price{font-size:18px;font-weight:900}.product-card .sale-price{color:var(--primary,var(--market-orange))}
.shop-page{padding-top:18px}.shop-heading{background:linear-gradient(135deg,#fff7f1,#f4f8ff);padding:18px 20px;border:1px solid var(--market-border);border-radius:16px;margin:10px 0 16px}.shop-layout{align-items:start}.shop-filters{border:1px solid var(--market-border);border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(23,32,51,.05);overflow:hidden}.filter-box{padding:15px;border-bottom:1px solid #f0f1f4}.filter-box>label:first-child{font-weight:800;color:var(--market-ink);display:block;margin-bottom:9px}.filter-check-list{max-height:210px;overflow:auto;padding-right:4px}.filter-check-list label,.radio-row{min-height:32px}.filter-attribute-values{display:grid;gap:5px}.shop-toolbar{background:#fff;border:1px solid var(--market-border);border-radius:13px;padding:10px 12px;box-shadow:0 6px 18px rgba(23,32,51,.04)}.active-filter-chips span{background:#fff3ea;border:1px solid #ffd9c2;color:#9a4315;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:700}.shop-count-line{font-size:13px;color:#6b7280;margin:8px 2px}.mobile-filter-btn{font-weight:800}
.checkout-page{background:linear-gradient(180deg,#fff8f3 0,#f7f9fd 36%,#f4f6fa 100%);min-height:100vh}.checkout-card,.checkout-summary-pro{border:1px solid var(--market-border);box-shadow:var(--market-shadow);border-radius:18px}.checkout-card-title>span{background:linear-gradient(135deg,var(--primary,var(--market-orange)),#ff9a4e);color:white}.payment-option{border-radius:14px;transition:.18s ease}.payment-option.selected{border-color:var(--primary,var(--market-orange));box-shadow:0 0 0 2px color-mix(in srgb,var(--primary,var(--market-orange)) 16%,transparent);background:#fffaf6}.checkout-submit{background:linear-gradient(135deg,var(--primary,var(--market-orange)),#ff8a3d);box-shadow:0 10px 26px rgba(245,114,36,.22)}.checkout-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.checkout-trust-strip span{font-size:11px;text-align:center;background:#f7faf8;border:1px solid #e2efe7;border-radius:10px;padding:8px 5px;color:#476052}
.contact-sheet-backdrop{position:fixed;inset:0;background:rgba(9,14,25,.48);z-index:190;opacity:0;pointer-events:none;transition:.2s}.contact-sheet-backdrop.open{opacity:1;pointer-events:auto}.contact-sheet{position:fixed;left:50%;bottom:0;z-index:200;width:min(520px,100%);transform:translate(-50%,110%);background:#fff;border-radius:24px 24px 0 0;box-shadow:0 -22px 50px rgba(9,14,25,.2);padding:10px 16px calc(18px + env(safe-area-inset-bottom));transition:transform .24s ease}.contact-sheet.open{transform:translate(-50%,0)}.contact-sheet-handle{width:44px;height:4px;border-radius:999px;background:#d6d9df;margin:0 auto 12px}.contact-sheet-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.contact-sheet-head h3{margin:0;font-size:19px}.contact-sheet-close{border:0;background:#f1f3f6;border-radius:10px;width:38px;height:38px}.contact-sheet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.contact-choice{display:flex;min-height:96px;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:7px;text-decoration:none;border:1px solid var(--market-border);border-radius:16px;color:var(--market-ink);background:#fff;font-weight:800}.contact-choice svg{width:27px;height:27px}.contact-choice.phone{background:#eef7ff;border-color:#d7eaff}.contact-choice.whatsapp{background:#eefff4;border-color:#d3f5df}.contact-choice.facebook{background:#f1f5ff;border-color:#dce5ff}.contact-choice small{font-size:10px;font-weight:600;color:#7b8495}.contact-sheet-install{margin-top:11px;width:100%;display:none}.contact-sheet-install.visible{display:flex}
.floating-contact-main{background:linear-gradient(135deg,var(--primary,var(--market-orange)),#ff8e46);box-shadow:0 12px 28px rgba(0,0,0,.2)}.pro-mobile-nav{height:66px;padding-bottom:env(safe-area-inset-bottom);box-shadow:0 -6px 22px rgba(23,32,51,.12);border-top:1px solid #e8ebf0;z-index:170}.pro-mobile-nav>a,.pro-mobile-nav>button{flex:1;color:#596273}.pro-mobile-nav .mobile-contact-action{position:relative;top:-15px;width:58px;min-width:58px;max-width:58px;height:58px;border:5px solid #fff;border-radius:50%;background:linear-gradient(135deg,var(--primary,var(--market-orange)),#ff8e46);color:#fff;box-shadow:0 8px 22px rgba(245,114,36,.3);display:grid;place-items:center;padding:0}.pro-mobile-nav .mobile-contact-action span{position:absolute;top:58px;color:#4e5665;font-size:10px;white-space:nowrap;font-weight:700}.pro-mobile-nav .mobile-contact-action svg{width:24px;height:24px}.pro-mobile-nav button{border:0;background:transparent;font:inherit}.mobile-nav-count{position:relative}
.pwa-install-pill{display:none;position:fixed;right:16px;bottom:92px;z-index:150;background:#111827;color:#fff;border:0;border-radius:999px;padding:10px 14px;font-weight:800;box-shadow:0 10px 25px rgba(17,24,39,.25)}.pwa-install-pill.visible{display:block}
.landing-conversion{--landing-accent:var(--primary,var(--market-orange));padding:24px 0 46px;background:linear-gradient(180deg,#fff7f0,#fff 38%,#f7f9fc)}.landing-hero-pro{display:grid;grid-template-columns:1.1fr .9fr;gap:24px;align-items:center;background:#fff;border:1px solid var(--market-border);border-radius:26px;overflow:hidden;box-shadow:var(--market-shadow);padding:34px}.landing-hero-pro h1{font-size:clamp(32px,5vw,62px);line-height:1.04;margin:8px 0 14px}.landing-eyebrow{display:inline-flex;background:#fff1e7;color:#9e4517;border-radius:999px;padding:7px 11px;font-weight:900}.landing-hero-media{min-height:390px;border-radius:20px;background:#f3f5f8 center/cover no-repeat;display:grid;place-items:center;overflow:hidden}.landing-hero-media img{width:100%;height:100%;object-fit:cover}.landing-cta-row{display:flex;gap:10px;flex-wrap:wrap;margin-top:20px}.landing-cta-row .btn{min-height:48px;padding:0 20px}.landing-product-card{display:grid;grid-template-columns:180px 1fr auto;gap:18px;align-items:center;background:#fff;border:1px solid var(--market-border);border-radius:20px;padding:18px;margin-top:22px;box-shadow:0 10px 30px rgba(23,32,51,.06)}.landing-product-card img{width:180px;height:150px;object-fit:contain;border-radius:14px;background:#f6f7f9}.landing-product-price{font-size:25px;font-weight:950;color:var(--landing-accent)}.landing-content-pro{margin-top:22px;background:#fff;border:1px solid var(--market-border);border-radius:20px;padding:28px}.landing-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.landing-trust div{background:#fff;border:1px solid var(--market-border);border-radius:16px;padding:16px;text-align:center;font-weight:800}
.seo-snippet-preview{background:#fff;border:1px solid #e2e6ec;border-radius:12px;padding:14px;margin:12px 0}.seo-snippet-preview .snippet-title{color:#1a0dab;font-size:18px;line-height:1.25}.seo-snippet-preview .snippet-url{color:#178038;font-size:13px}.seo-snippet-preview .snippet-desc{color:#4d5156;font-size:13px;margin-top:5px;line-height:1.45}
@media(max-width:900px){.header-main{min-height:62px;gap:8px}.mobile-menu-trigger{display:flex!important;flex:0 0 42px}.mobile-header-contact{display:flex}.header-main .store-brand{flex:1;justify-content:center;min-width:0}.header-main .store-brand img{max-width:140px;max-height:40px}.header-actions{display:none!important}.search-shell{order:4;flex-basis:100%;width:100%}.store-search{height:44px}.store-search button{min-width:70px}.marketplace-header{padding-bottom:8px}.promo-bar{display:none}.landing-hero-pro{grid-template-columns:1fr;padding:20px}.landing-hero-media{min-height:280px;order:-1}.landing-product-card{grid-template-columns:100px 1fr}.landing-product-card img{width:100px;height:100px}.landing-product-card .landing-product-actions{grid-column:1/-1}.landing-trust{grid-template-columns:1fr}.checkout-trust-strip{grid-template-columns:1fr 1fr 1fr}}
@media(max-width:640px){body.has-mobile-nav{padding-bottom:76px}.container{padding-left:12px;padding-right:12px}.marketplace-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px}.marketplace-grid .product-card{border-radius:9px}.product-card .product-info{padding:8px}.product-card .product-title{font-size:13px;min-height:35px}.product-card .product-price{font-size:15px}.shop-heading{padding:13px 14px;border-radius:12px}.shop-heading h1{font-size:23px}.shop-toolbar{position:sticky;top:116px;z-index:25}.contact-sheet-grid{gap:8px}.contact-choice{min-height:88px;font-size:12px}.floating-contact{bottom:84px}.pwa-install-pill{bottom:88px}.landing-conversion{padding-top:10px}.landing-hero-pro{border-radius:16px;padding:14px}.landing-hero-pro h1{font-size:32px}.landing-hero-media{min-height:220px;border-radius:13px}.landing-product-card{padding:12px;gap:10px;border-radius:14px}.landing-product-card img{width:88px;height:88px}.landing-content-pro{padding:18px;border-radius:14px}}

.verified-recent-order{display:inline-flex;align-items:center;gap:6px;margin:8px 0;padding:7px 10px;border-radius:999px;background:#effaf3;border:1px solid #d7efdf;color:#277347;font-size:12px;font-weight:800}

/* ERP v7.3 Master Requirements patch */
.manager-phone-top{display:inline-flex!important;align-items:center;gap:5px;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.26);border-radius:999px;padding:4px 9px;font-weight:900}.manager-phone-top svg{width:15px;height:15px}
.mobile-contact-card{margin:10px 12px;padding:13px;border:1px solid #f2d9ca;border-radius:15px;background:linear-gradient(135deg,#fff7f1,#fff);box-shadow:0 8px 20px rgba(23,32,51,.05)}.mobile-contact-card>div{display:flex;align-items:center;gap:10px}.mobile-contact-card svg{width:30px;height:30px;color:var(--primary)}.mobile-contact-card span{display:grid}.mobile-contact-card small{color:#6b7280;margin-top:2px}.mobile-contact-card button{width:100%;margin-top:10px;border:0;border-radius:9px;background:var(--primary);color:#fff;padding:9px;font-weight:900}
.desktop-sticky-cart{position:fixed;right:14px;top:52%;z-index:85;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;gap:3px;min-width:74px;padding:11px 9px;border-radius:16px;background:#fff;color:#253046;border:1px solid #e6e9ef;box-shadow:0 12px 34px rgba(15,23,42,.18);font-weight:900}.desktop-sticky-cart svg{width:24px;height:24px;color:var(--primary)}.desktop-sticky-cart b{background:var(--primary);color:#fff;min-width:25px;height:25px;border-radius:999px;display:grid;place-items:center}
.product-zoom{overflow:hidden;cursor:zoom-in}.product-zoom img{transition:transform .22s ease,transform-origin .08s linear;will-change:transform}.product-zoom img.zoomed{transform:scale(1.85)}
.recently-viewed-trigger{position:fixed;right:14px;bottom:28px;z-index:88;border:1px solid #e5e7eb;border-radius:999px;background:#fff;color:#334155;padding:9px 12px;display:flex;align-items:center;gap:6px;box-shadow:0 10px 26px rgba(15,23,42,.15);font-weight:900}.recently-viewed-trigger svg{width:20px;height:20px;color:var(--primary)}.recently-viewed-trigger b{background:#eef2ff;color:#334155;border-radius:999px;padding:2px 6px}.recently-viewed-backdrop{position:fixed;inset:0;z-index:205;background:rgba(15,23,42,.45);opacity:0;visibility:hidden;transition:.2s}.recently-viewed-backdrop.open{opacity:1;visibility:visible}.recently-viewed-panel{position:fixed;right:0;top:0;bottom:0;z-index:210;width:min(390px,92vw);background:#fff;transform:translateX(102%);transition:.22s;box-shadow:-20px 0 50px rgba(15,23,42,.2);padding:14px;overflow:auto}.recently-viewed-panel.open{transform:translateX(0)}.recently-viewed-head{display:flex;justify-content:space-between;align-items:center;padding:4px 0 12px;border-bottom:1px solid #eef0f3}.recently-viewed-head button{border:0;background:#f1f5f9;width:36px;height:36px;border-radius:50%}.recently-viewed-list{display:grid;gap:8px;padding-top:10px}.recently-viewed-list a{display:grid;grid-template-columns:64px 1fr;gap:10px;align-items:center;padding:8px;border:1px solid #edf0f4;border-radius:12px;color:#1f2937}.recently-viewed-list img{width:64px;height:64px;object-fit:contain;background:#f8fafc;border-radius:9px}.recently-viewed-list span{display:grid;gap:4px}.recently-viewed-list small{color:var(--primary);font-weight:900}
.payment-method-banner{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 0}.payment-method-banner>span{font-weight:900}.payment-method-banner>div{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.pay-brand{display:inline-flex;align-items:center;min-height:34px;padding:6px 10px;border-radius:8px;background:#fff;border:1px solid rgba(255,255,255,.2);color:#111827;font-size:11px;letter-spacing:.2px}.pay-brand.ssl{color:#1d4ed8}.pay-brand.visa{color:#1a1f71}.pay-brand.mc{color:#c2410c}.pay-brand.bk{color:#d61f69}.pay-brand.ng{color:#f97316}.pay-brand.bqr{color:#0f766e}
.dynamic-mobile-nav .mobile-cart-emphasis{color:var(--primary)}.dynamic-mobile-nav .mobile-cart-emphasis svg{width:24px;height:24px}
.contact-btn.call{border:0;cursor:pointer;font:inherit}
.security-status-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.security-status-card{padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}.security-status-card.ok{border-color:#bbf7d0;background:#f0fdf4}.security-status-card.warn{border-color:#fed7aa;background:#fff7ed}
@media(max-width:900px){.desktop-sticky-cart{display:none}.recently-viewed-trigger{right:10px;bottom:145px}.recently-viewed-trigger span{display:none}.payment-method-banner{align-items:flex-start;flex-direction:column}.payment-method-banner>div{justify-content:flex-start}.security-status-grid{grid-template-columns:1fr 1fr}}
@media(max-width:640px){.product-zoom img.zoomed{transform:none}.product-zoom{cursor:default}.recently-viewed-trigger{bottom:146px}.pro-mobile-nav .mobile-contact-action{position:static;top:auto;width:auto;min-width:0;max-width:none;height:auto;border:0;border-radius:0;background:transparent;color:inherit;box-shadow:none;display:flex}.pro-mobile-nav .mobile-contact-action span{position:static;color:inherit}.dynamic-mobile-nav>a{min-width:0}.dynamic-mobile-nav span{font-size:9px}.security-status-grid{grid-template-columns:1fr}}

.footer-payment-banner img{display:block;max-width:min(960px,100%);width:100%;height:auto;margin:auto;border-radius:14px}

.payment-method-banner img{display:block;width:min(960px,100%);max-width:100%;height:auto;margin:0 auto;border-radius:14px}

.mobile-header-cart{display:none;position:relative;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid var(--line,#e5e7eb);border-radius:12px;background:#fff;color:var(--text,#111827);text-decoration:none}.mobile-header-cart b{position:absolute;right:-4px;top:-5px;min-width:18px;height:18px;padding:0 4px;border-radius:10px;background:var(--primary,#f57224);color:#fff;font-size:11px;line-height:18px;text-align:center}@media(max-width:820px){.mobile-header-cart{display:inline-flex}.header-main{gap:8px}.mobile-header-contact span{display:none}}

/* ERP v7.3.2 marketplace homepage, footer and recently viewed placement */
.recently-viewed-trigger{left:14px!important;right:auto!important}
.recently-viewed-panel{left:14px!important;right:auto!important}
.market-shelf{margin-top:18px;background:#fff;border:1px solid #e7ebf0;border-radius:16px;padding:16px}
.market-shelf .section-head{margin-bottom:12px}.market-shelf .product-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.brand-rail{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:10px}.brand-tile{min-height:88px;border:1px solid #e7ebf0;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:7px;padding:10px;text-align:center}.brand-tile img{width:64px;height:42px;object-fit:contain}.brand-tile strong{font-size:12px;color:#344054}
.footer-grid-v732{display:grid;grid-template-columns:1.25fr .7fr 1fr 1.1fr;gap:34px;padding:34px 0}.footer-grid-v732 section{display:flex;flex-direction:column;gap:9px}.footer-grid-v732 h4{margin:0 0 8px;font-size:14px}.footer-grid-v732 a,.footer-grid-v732 p{font-size:12px;line-height:1.55;color:inherit;opacity:.88;margin:0}.footer-company-block .footer-logo img{max-width:150px;max-height:54px;object-fit:contain}.footer-tagline{max-width:310px}.footer-social-full{margin-top:8px;display:flex!important;flex-direction:row!important;gap:8px!important}.footer-map-block iframe,.map-placeholder{width:100%;height:190px;border:0;border-radius:13px;background:rgba(255,255,255,.07)}.map-placeholder{display:grid;place-items:center;text-align:center;padding:18px}.map-placeholder span{font-size:11px;opacity:.75}
.ssl-payment-zone{padding:20px 0 24px}.ssl-payment-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:14px}.ssl-payment-heading strong{font-size:14px}.ssl-payment-heading span{font-size:11px;opacity:.76}.official-payment-logos{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#fff;border-radius:13px;padding:13px 15px}.official-payment-logos img{height:32px;max-width:78px;object-fit:contain;background:#fff;border:1px solid #edf0f4;border-radius:7px;padding:4px}.payment-brand{height:32px;display:inline-flex;align-items:center;justify-content:center;padding:0 10px;border:1px solid #e6eaf0;border-radius:7px;font-size:11px;font-weight:900;color:#111827;background:#fff}.ssl-brand{color:#0b5f9f}.nagad-brand{color:#e31e25}.bqr-brand{color:#16844a}
@media(max-width:1050px){.market-shelf .product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.brand-rail{grid-template-columns:repeat(5,minmax(0,1fr))}.footer-grid-v732{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){.recently-viewed-trigger{left:10px!important;right:auto!important;bottom:145px!important}.recently-viewed-panel{left:8px!important;right:8px!important}.market-shelf{padding:12px}.market-shelf .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.brand-rail{display:flex;overflow-x:auto;padding-bottom:5px}.brand-tile{min-width:112px}.footer-grid-v732{grid-template-columns:1fr;gap:22px}.ssl-payment-heading{align-items:flex-start;flex-direction:column;gap:5px}.official-payment-logos{gap:7px}.official-payment-logos img{height:28px}.footer-map-block iframe,.map-placeholder{height:180px}}


/* v7.3.3 storefront / checkout UX requirements */
.home-category-rail{grid-template-columns:repeat(6,minmax(110px,1fr));}
.home-product-grid{grid-template-columns:repeat(var(--home-cols,6),minmax(0,1fr));}
.marketplace-product-card .product-price-row{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}
.marketplace-product-card .product-price-row strong{font-size:19px;line-height:1.15;color:var(--primary,#f57224);font-weight:900}
.marketplace-product-card .product-price-row del{font-size:14px;color:#667085;text-decoration-thickness:2px;text-decoration-color:#98a2b3;font-weight:700}
.price-filter-card{margin-top:18px;padding-top:16px;border-top:1px solid #e8edf3}
.price-filter-range{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:8px;align-items:end;margin:10px 0}
.price-filter-range label{display:grid;gap:5px;font-size:12px;font-weight:800;color:#475467}
.price-filter-range input{width:100%;min-width:0;border:1px solid #d8dee8;border-radius:9px;padding:9px 10px;background:#fff}
.filter-clear{display:block;text-align:center;margin-top:9px;font-size:12px;font-weight:800;color:#667085}

.desktop-sticky-cart{top:auto;bottom:16%;transform:none}

.product-breadcrumb{margin-top:14px;margin-bottom:8px;padding:10px 14px;background:#fff;border:1px solid #e7ebf0;border-radius:12px;display:flex;gap:8px;align-items:center;flex-wrap:wrap;font-size:13px}
.product-breadcrumb a{color:#475467;font-weight:750}.product-breadcrumb span:last-child{color:#101828;font-weight:850}
.product-v733{grid-template-columns:minmax(0,1.08fr) minmax(0,.92fr);gap:22px}
.product-v733 .mp-gallery{padding:18px}
.product-v733 .mp-main-image{min-height:520px;border-radius:16px;background:#fff;overflow:hidden}
.product-v733 .mp-main-image img{width:100%;height:520px;object-fit:contain;transition:transform .25s ease}
.product-v733 .product-zoom:hover img{transform:scale(1.12)}
.product-v733 .mp-thumbs-large{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}
.product-v733 .mp-thumbs-large .product-thumb{min-height:105px;border:2px solid #e7ebf0;border-radius:12px;background:#fff;overflow:hidden;padding:4px}
.product-v733 .mp-thumbs-large .product-thumb.active{border-color:var(--primary,#f57224);box-shadow:0 0 0 2px color-mix(in srgb,var(--primary,#f57224) 15%,transparent)}
.product-v733 .mp-thumbs-large .product-thumb img{width:100%;height:96px;object-fit:contain}
.product-v733 .social-proof-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:14px 0}
.product-v733 .social-proof-grid>div{padding:11px;border-radius:12px;background:linear-gradient(145deg,#fff7ed,#fff);border:1px solid #fed7aa}
.product-v733 .social-proof-grid b{display:block;font-size:19px;color:#ea580c}.product-v733 .social-proof-grid span{display:block;font-size:11px;color:#667085;margin-top:2px}
.estimated-delivery-box{display:flex;align-items:center;gap:11px;padding:12px 14px;border-radius:13px;background:#eff8ff;border:1px solid #b2ddff;color:#175cd3;margin-bottom:14px}
.estimated-delivery-box svg{width:25px;height:25px}.estimated-delivery-box strong,.estimated-delivery-box small{display:block}.estimated-delivery-box small{margin-top:2px;color:#475467}
.rich-product-description{line-height:1.75}.rich-product-description img{max-width:100%;height:auto}.rich-product-description table{max-width:100%;border-collapse:collapse}.rich-product-description td,.rich-product-description th{border:1px solid #e5e7eb;padding:8px}
.related-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}

.payment-option.unavailable{opacity:.72;background:#f8fafc;border-style:dashed;cursor:not-allowed}.payment-option.unavailable input{pointer-events:none}.gateway-status{display:block;margin-top:5px;font-style:normal;font-size:11px;line-height:1.35;color:#b42318}
.checkout-v733 .checkout-title{padding:22px 18px;margin-top:16px;margin-bottom:14px;border-radius:18px;background:linear-gradient(120deg,#fff7ed,#eff8ff 55%,#f5f3ff);border:1px solid #e8edf4}
.checkout-v733 .checkout-card{border-color:#e3e8ef;box-shadow:0 12px 34px rgba(16,24,40,.07)}
.checkout-v733 .delivery-card{background:linear-gradient(180deg,#fff,#fffbf7)}
.checkout-v733 .payment-card{background:linear-gradient(180deg,#fff,#f7fbff)}
.checkout-v733 .checkout-summary-pro{border:1px solid #dfe7f0;box-shadow:0 16px 42px rgba(16,24,40,.10);background:linear-gradient(180deg,#fff,#fbfcff)}
.checkout-item-info{min-width:0}.checkout-item-info>strong{display:block}.checkout-item-info>small{display:block;color:#667085;margin-top:3px}
.checkout-qty-control{display:grid;grid-template-columns:30px 45px 30px;gap:3px;margin-top:7px;align-items:center}
.checkout-qty-control button{width:30px;height:30px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;color:#344054;font-weight:900;cursor:pointer}
.checkout-qty-control input{width:45px;height:30px;padding:0 3px;text-align:center;border:1px solid #d0d5dd;border-radius:8px}
.checkout-auto-status{padding:8px 0;font-size:11px;border-bottom:1px dashed #e4e7ec;margin-bottom:5px}
.commerce-toast{position:fixed;right:18px;bottom:24px;z-index:160;max-width:min(360px,calc(100vw - 36px));background:#101828;color:#fff;border-radius:12px;padding:11px 14px;box-shadow:0 14px 38px rgba(16,24,40,.25);font-weight:800}

@media(max-width:900px){
  .mobile-header-cart{display:none!important}
  .marketplace-header{padding-bottom:0}
  .header-main{display:grid!important;grid-template-columns:40px minmax(82px,120px) minmax(0,1fr) 40px!important;grid-template-rows:50px!important;gap:6px!important;padding:6px 0!important;min-height:62px!important}
  .mobile-menu-trigger{grid-column:1;grid-row:1!important;width:40px;height:40px;align-self:center}
  .header-main .store-brand{grid-column:2;grid-row:1!important;justify-content:flex-start!important;min-width:0}
  .header-main .store-brand img{max-width:112px!important;max-height:36px!important}
  .header-main .search-shell{grid-column:3!important;grid-row:1!important;order:initial!important;align-self:center;max-width:none!important;width:100%!important}
  .header-main .store-search{height:40px!important;border-width:1px}
  .header-main .search-icon{display:none}
  .header-main .store-search input{padding:0 8px;font-size:12px}
  .header-main .store-search button{min-width:40px!important;width:40px!important;padding:0!important;font-size:0}
  .header-main .store-search button::after{content:"⌕";font-size:20px;line-height:1}
  .header-main .mobile-header-contact{grid-column:4;grid-row:1!important;width:40px;min-width:40px;height:40px;padding:0;align-self:center}
  .home-category-rail{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:8px}
  .home-category-rail .category-tile:nth-child(n+9){display:none}
  .home-category-rail .category-tile{padding:9px 4px}.home-category-rail .category-image,.home-category-rail .category-fallback{width:54px;height:54px}
  .home-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .market-shelf .marketplace-product-card:nth-child(n+5),.related-product-grid .marketplace-product-card:nth-child(n+5){display:none}
  .product-v733{grid-template-columns:1fr!important}
  .product-v733 .mp-main-image{min-height:360px}.product-v733 .mp-main-image img{height:360px}
  .product-v733 .mp-thumbs-large{grid-template-columns:repeat(2,minmax(0,1fr))}.product-v733 .mp-thumbs-large .product-thumb{min-height:100px}
  .product-v733 .social-proof-grid{grid-template-columns:1fr 1fr}.product-v733 .social-proof-grid>div:last-child{grid-column:1/-1}
  .related-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  body.page-product{padding-bottom:78px!important}
  body.page-product .mobile-bottom-nav{display:none!important}
  .mobile-product-buybar.product-action-only{display:grid!important;grid-template-columns:1fr 1fr!important;bottom:0!important;padding:9px 10px calc(9px + env(safe-area-inset-bottom));z-index:150}
  body.page-product .commerce-toast{bottom:78px}
  body.page-checkout{padding-bottom:0!important;background:#f6f8fb}
  body.page-checkout .mobile-bottom-nav,body.page-checkout .desktop-sticky-cart{display:none!important}
  .checkout-v733 .checkout-title{margin:8px 10px 10px;padding:14px;border-radius:14px}
  .checkout-v733 .checkout-title h1{font-size:26px}.checkout-v733 .checkout-title p{font-size:12px}
  .checkout-v733 .checkout-steps{overflow:auto;padding-bottom:3px}.checkout-v733 .checkout-steps span{white-space:nowrap}
  .checkout-v733 .checkout-shell{width:calc(100% - 20px);grid-template-columns:1fr;gap:10px}
  .checkout-v733 .checkout-card{padding:14px;border-radius:14px}
  .checkout-v733 .checkout-summary-pro{position:static;border-radius:14px;padding:14px}
  .checkout-v733 .payment-method-grid{grid-template-columns:1fr}
  .checkout-v733 .checkout-item{grid-template-columns:54px minmax(0,1fr) auto;align-items:start;padding:8px 0;border-bottom:1px solid #eef2f6}
  .checkout-v733 .checkout-item img,.checkout-v733 .checkout-item .mini-avatar{width:54px;height:54px}
  .checkout-v733 .checkout-submit{position:sticky;bottom:8px;z-index:20;box-shadow:0 12px 28px rgba(245,114,36,.28)}
  .price-filter-range{grid-template-columns:1fr 12px 1fr}
}
@media(max-width:420px){
  .header-main{grid-template-columns:38px 78px minmax(0,1fr) 38px!important;gap:4px!important}
  .header-main .store-brand img{max-width:78px!important}
  .header-main .mobile-header-contact,.mobile-menu-trigger{width:38px;min-width:38px}
  .product-v733 .mp-main-image{min-height:320px}.product-v733 .mp-main-image img{height:320px}
}

/* v7.3.3 refinements */
.product-v733 .mp-thumbs-large:has(.product-thumb:nth-child(2):last-child){grid-template-columns:repeat(2,minmax(0,1fr))}
.product-v733 .mp-thumbs-large:has(.product-thumb:nth-child(2):last-child) .product-thumb{min-height:150px}
.product-v733 .mp-thumbs-large:has(.product-thumb:nth-child(2):last-child) .product-thumb img{height:140px}
@media(max-width:900px){
 body.page-product .commerce-toast{top:72px!important;bottom:auto!important;left:10px;right:10px;max-width:none;text-align:center}
 body.page-checkout .header-main{grid-template-columns:minmax(78px,110px) minmax(0,1fr) 40px!important}
 body.page-checkout .header-main .store-brand{grid-column:1!important}
 body.page-checkout .header-main .search-shell{grid-column:2!important}
 body.page-checkout .header-main .mobile-header-contact{grid-column:3!important}
}


/* v7.3.4 storefront/mobile/order-flow refinements */
.product-order-channels{grid-template-columns:repeat(3,minmax(0,1fr))!important}.contact-btn.messenger{background:#eef4ff;border-color:#c7d7fe;color:#165dff}.contact-btn.disabled,.checkout-chat-actions .disabled{opacity:.5;pointer-events:none}
.product-video-card{margin-top:18px;background:#fff;border:1px solid #e5eaf0;border-radius:16px;padding:18px}.product-video-card h2{margin-top:0}.product-video-frame{position:relative;aspect-ratio:16/9;border-radius:14px;overflow:hidden;background:#0f172a}.product-video-frame iframe,.product-video-card video{width:100%;height:100%;border:0;display:block}.product-video-card video{max-height:560px;background:#0f172a;border-radius:14px}
.verified-purchase-popup{position:fixed;left:18px;bottom:22px;z-index:180;width:min(360px,calc(100vw - 36px));background:#fff;border:1px solid #d1fadf;border-left:4px solid #12b76a;border-radius:14px;padding:12px 38px 12px 13px;box-shadow:0 16px 44px rgba(16,24,40,.16);display:grid;gap:3px}.verified-purchase-popup strong{color:#067647}.verified-purchase-popup span{font-size:12px;color:#475467}.verified-purchase-popup button{position:absolute;right:8px;top:7px;border:0;background:#f2f4f7;border-radius:50%;width:26px;height:26px}
.cart-page-v733 .table-wrap{border-radius:14px}.cart-page-v733 .cart-auto-table td,.cart-page-v733 .cart-auto-table th{padding:9px 10px}.cart-page-v733 .cart-product-image{width:58px!important;height:58px!important}.cart-page-v733 .mini-product{gap:9px}.cart-page-v733 .mini-product strong{font-size:13px}.cart-page-v733 .cart-auto-qty{width:64px;height:36px}.cart-coupon-inline{padding:10px 0 14px;border-bottom:1px solid #eef2f6;margin-bottom:8px}.cart-coupon-inline label{display:block;font-size:12px;font-weight:800;margin-bottom:6px}.cart-coupon-inline>div{display:grid;grid-template-columns:1fr auto;gap:7px}.cart-coupon-inline input{min-width:0;border:1px solid #d0d5dd;border-radius:9px;padding:9px 10px}.cart-coupon-inline .btn{min-height:38px;padding:7px 12px}
.advance-delivery-notice{grid-column:1/-1;display:grid;grid-template-columns:42px 1fr;gap:12px;align-items:start;background:linear-gradient(120deg,#fff7ed,#fffbeb);border:1px solid #fed7aa;border-radius:16px;padding:14px 16px;color:#7c2d12}.advance-delivery-notice svg{width:28px;height:28px;color:#ea580c}.advance-delivery-notice p{margin:4px 0 0;color:#7c2d12;font-size:12px}.advance-gateway-row{display:flex;gap:12px;flex-wrap:wrap;margin-top:10px}.advance-gateway-row label{background:#fff;border:1px solid #fdba74;border-radius:999px;padding:7px 10px;font-weight:800;font-size:12px}
.checkout-chat-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin:12px 0}.checkout-chat-actions .btn{min-height:42px;display:flex;align-items:center;justify-content:center;gap:7px}.checkout-chat-actions .whatsapp{background:#16a34a}.checkout-chat-actions .messenger{background:#1877f2}.checkout-terms{display:flex;align-items:flex-start;gap:8px;padding:10px 11px;border:1px solid #e4e7ec;border-radius:11px;background:#fff;margin:8px 0 12px;font-size:12px;color:#475467}.checkout-terms input{margin-top:2px}.checkout-terms a{font-weight:800;color:var(--primary)}
.mobile-sticky-search{display:none}
.footer-legal-ids{display:grid;gap:5px;margin-top:12px;padding-top:11px;border-top:1px solid rgba(255,255,255,.1);font-size:12px;color:#cbd5e1}.footer-legal-ids span{display:block}.footer-grid-v732{grid-template-columns:1.45fr .85fr .85fr .85fr 1.1fr!important}
.recently-viewed-backdrop{display:none!important}.recently-viewed-panel{left:auto!important;right:14px!important;top:78px!important;bottom:auto!important;width:min(340px,calc(100vw - 24px))!important;max-height:430px;border-radius:16px;transform:translateY(-12px) scale(.98)!important;opacity:0;visibility:hidden;box-shadow:0 18px 48px rgba(15,23,42,.22)}.recently-viewed-panel.open{transform:translateY(0) scale(1)!important;opacity:1;visibility:visible}.recently-viewed-trigger{bottom:18px!important}.floating-contact{bottom:18px!important}
@media(max-width:900px){
 .marketplace-header{position:relative!important;top:auto!important}.header-main{grid-template-columns:38px minmax(72px,96px) minmax(0,1fr)!important;grid-template-rows:46px!important;padding:4px 0!important;min-height:54px!important}.header-main .mobile-header-contact{display:none!important}.header-main .store-brand{grid-column:2!important}.header-main .search-shell{grid-column:3!important}.header-main .store-search{height:38px!important}.mobile-menu-trigger{width:36px!important;height:36px!important}.header-main .store-brand img{max-width:92px!important;max-height:32px!important}
 .mobile-sticky-search{position:fixed;display:block;left:8px;right:8px;top:8px;z-index:185;transform:translateY(-120%);opacity:0;pointer-events:none;transition:.18s}.mobile-search-stuck .mobile-sticky-search{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-sticky-search .store-search{height:42px;background:#fff;box-shadow:0 8px 24px rgba(15,23,42,.16);border-width:1px}.mobile-sticky-search input{padding:0 12px}.mobile-sticky-search button{width:46px;padding:0;display:grid;place-items:center}.mobile-sticky-search button span{display:none}
 .product-v733 .mp-main-image{min-height:430px!important}.product-v733 .mp-main-image img{height:430px!important}.product-v733 .mp-gallery{padding:8px!important}.product-v733 .mp-thumbs-large{gap:7px}.product-v733 .mp-thumbs-large .product-thumb{min-height:112px!important}.product-v733 .mp-thumbs-large .product-thumb img{height:104px!important}.product-order-channels{grid-template-columns:1fr 1fr!important}.product-order-channels .call{grid-column:1/-1}.mobile-product-buybar.product-action-only{padding:7px 8px calc(7px + env(safe-area-inset-bottom))!important}.mobile-product-buybar .btn{min-height:40px!important;font-size:12px!important;padding:5px 7px!important}
 .cart-page-v733 .table{min-width:620px}.cart-page-v733 .cart-product-image{width:52px!important;height:52px!important}.cart-page-v733 .cart-auto-table td,.cart-page-v733 .cart-auto-table th{padding:7px 8px}.cart-two-col{gap:10px}
 .checkout-chat-actions{grid-template-columns:1fr}.advance-delivery-notice{grid-template-columns:34px 1fr;padding:12px}.checkout-v733 .checkout-title{padding:10px 12px!important}.checkout-v733 .checkout-title h1{font-size:22px!important}.checkout-v733 .checkout-steps{font-size:10px}.checkout-v733 .checkout-card{padding:12px!important}
 .recently-viewed-panel{top:64px!important;right:8px!important;left:auto!important;width:min(330px,calc(100vw - 16px))!important;max-height:380px}.recently-viewed-trigger{left:10px!important;right:auto!important;bottom:22px!important}.has-mobile-nav .recently-viewed-trigger{bottom:78px!important}.floating-contact{right:10px!important;bottom:22px!important}.has-mobile-nav .floating-contact{bottom:78px!important}.verified-purchase-popup{left:10px;right:10px;bottom:74px;width:auto}
 .footer-grid-v732{grid-template-columns:1fr!important}
}
@media(max-width:420px){.product-v733 .mp-main-image{min-height:390px!important}.product-v733 .mp-main-image img{height:390px!important}.product-v733 .mp-thumbs-large .product-thumb{min-height:102px!important}.product-v733 .mp-thumbs-large .product-thumb img{height:94px!important}}

/* v7.3.4 final mobile polish */
.official-payment-logos img{width:86px;height:38px;object-fit:contain;background:#fff;border-radius:8px}
@media(max-width:600px){
 .home-shell{padding-top:8px!important}.market-hero{min-height:230px!important;margin-top:4px}.market-hero .hero-main{min-height:230px!important}.market-hero .hero-copy{padding:18px!important}.market-hero .hero-copy h1{font-size:27px!important;margin:8px 0}.market-hero .hero-copy p{font-size:12px!important;margin-bottom:12px}.market-hero .hero-actions .btn{min-height:34px!important;padding:7px 10px!important;font-size:11px!important}
 .service-strip{margin-top:10px!important}
}
