/* ShoeMor Pro Ecommerce UI v2026-05-22
   Inspired by premium Pakistani footwear stores: announcement bar, clean nav,
   visual product cards, product detail gallery, cart drawer and mobile checkout. */
:root{
  --bg:#f6f7f4;
  --surface:#ffffff;
  --surface-soft:#f1f4ef;
  --ink:#151716;
  --muted:#68726c;
  --line:#dde5de;
  --brand:#0f5b47;
  --brand-dark:#111827;
  --accent:#d6903d;
  --accent-2:#e6f2ed;
  --danger:#c2410c;
  --success:#047857;
  --shadow:0 18px 48px rgba(17,24,39,.11);
  --shadow-soft:0 10px 30px rgba(17,24,39,.07);
  --radius:8px;
  --radius-sm:6px;
  --max:1240px;
  --font:Montserrat, Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--ink);font-size:15px;line-height:1.55;-webkit-font-smoothing:antialiased}body.modal-open{overflow:hidden}a{color:inherit;text-decoration:none}img,video{max-width:100%;display:block}button,input,select,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}.section{width:min(var(--max),calc(100% - 34px));margin:58px auto}.section-head{display:flex;align-items:end;justify-content:space-between;gap:22px;margin-bottom:24px}.section-head.center{justify-content:center;text-align:center}.section-head span,.product-eyebrow,.product-topline{display:block;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.section-head h2{font-size:clamp(26px,3vw,42px);line-height:1.05;margin:4px 0 0}.section-head a{font-size:13px;font-weight:900;border-bottom:1px solid currentColor;color:var(--brand-dark)}.btn,.buy-btn,.add-btn{border:0;border-radius:999px;padding:13px 22px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-weight:900;letter-spacing:.01em;min-height:46px;transition:.2s ease;white-space:nowrap}.btn,.buy-btn{background:var(--brand-dark);color:#fff;box-shadow:0 10px 24px rgba(59,38,24,.18)}.btn:hover,.buy-btn:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(59,38,24,.22)}.add-btn{background:#fff;color:var(--brand-dark);border:1px solid var(--brand-dark)}.add-btn:hover{background:var(--accent-2)}.btn.full{width:100%}.announcement{min-height:38px;background:var(--brand-dark);color:#fff;display:grid;grid-template-columns:1fr minmax(280px,2fr) 1fr;align-items:center;gap:14px;padding:8px max(18px,calc((100vw - var(--max))/2));font-size:12px;font-weight:700}.announcement a{color:#fff;text-decoration:underline}.ann-center{display:flex;gap:24px;justify-content:center;white-space:nowrap;overflow:hidden}.ann-center span,.ann-center strong{position:relative}.ann-center span:after{content:'•';position:absolute;right:-15px}.ann-right{text-align:right}.site-header{position:sticky;top:0;z-index:50;background:rgba(247,243,238,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(232,222,211,.9)}.mobile-bar{display:none}.header-main{width:min(var(--max),calc(100% - 34px));margin:0 auto;height:78px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center}.header-note{font-size:12px;font-weight:900;color:var(--muted);letter-spacing:.12em;text-transform:uppercase}.brand,.mobile-brand,.footer-brand,.product-detail-logo,.pro-checkout-logo{display:inline-flex;align-items:center;justify-content:center}.brand img,.mobile-brand img,.footer-brand img,.product-detail-logo img,.pro-checkout-logo img{object-fit:contain}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:18px}.header-actions a,.header-actions button{background:transparent;border:0;font-weight:900;color:var(--ink)}.header-actions button{border:1px solid var(--line);border-radius:999px;padding:10px 15px;background:#fff}.header-actions span,.cart-icon span,.mini-cart-pill span{display:inline-flex;min-width:20px;height:20px;border-radius:999px;align-items:center;justify-content:center;background:var(--brand);color:#fff;font-size:11px;margin-left:5px}.category-nav{width:min(var(--max),calc(100% - 34px));margin:0 auto;display:flex;gap:10px;justify-content:center;overflow-x:auto;padding:0 0 13px;scrollbar-width:none}.category-nav::-webkit-scrollbar{display:none}.category-nav a{font-size:13px;font-weight:900;padding:9px 15px;border-radius:999px;color:var(--muted);border:1px solid transparent;white-space:nowrap}.category-nav a:hover,.category-nav a.is-active{background:#fff;border-color:var(--line);color:var(--brand-dark);box-shadow:var(--shadow-soft)}.hamburger,.cart-icon{border:0;background:#fff;border-radius:12px;width:42px;height:42px;display:grid;place-items:center;box-shadow:var(--shadow-soft)}.hamburger span{display:block;width:18px;height:2px;background:var(--ink);margin:2px 0;border-radius:99px}.drawer,.cart-drawer{position:fixed;z-index:80;background:#fff;box-shadow:var(--shadow);transition:.25s ease}.drawer{top:0;left:0;width:min(360px,88vw);height:100dvh;transform:translateX(-105%);padding:20px;overflow:auto}.drawer.is-open{transform:translateX(0)}.drawer-head,.cart-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.drawer-head button,.cart-head button{border:0;background:#f2e8dd;border-radius:12px;width:38px;height:38px;font-size:24px}.drawer a{display:block;padding:14px 8px;border-bottom:1px solid var(--line);font-weight:900}.overlay{position:fixed;inset:0;background:rgba(21,14,9,.42);z-index:70;opacity:0;visibility:hidden;transition:.2s}.overlay.is-open{opacity:1;visibility:visible}.hero{position:relative;width:min(var(--max),calc(100% - 34px));min-height:clamp(420px,54vw,680px);margin:26px auto 0;border-radius:var(--radius);overflow:hidden;background:#d9c7b5;box-shadow:var(--shadow)}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transform:scale(1.02)}.hero:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(24,15,8,.62),rgba(24,15,8,.24),rgba(24,15,8,.04))}.hero-content,.hero-clean{position:relative;z-index:1;color:#fff;padding:clamp(42px,7vw,92px);height:100%;min-height:inherit;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;max-width:620px}.hero-content p,.hero-clean p{font-weight:900;letter-spacing:.18em;text-transform:uppercase;margin:0 0 8px}.hero-content h1,.hero-clean h1{font-size:clamp(38px,6vw,82px);line-height:.96;margin:0 0 16px}.hero-content span,.hero-clean span{font-size:18px;max-width:480px;color:#f8eadd;margin-bottom:24px}.hero .btn{background:#fff;color:var(--brand-dark)}.offer-strip{width:min(var(--max),calc(100% - 34px));margin:18px auto 0;display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.offer-strip div{background:#fff;border:1px solid var(--line);border-radius:18px;padding:15px 18px;box-shadow:var(--shadow-soft)}.offer-strip strong{display:block}.offer-strip span{font-size:13px;color:var(--muted);font-weight:700}.cat-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.cat-card{position:relative;min-height:270px;border-radius:var(--radius);overflow:hidden;background:#ddd;box-shadow:var(--shadow-soft)}.cat-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:.35s}.cat-card:hover img{transform:scale(1.06)}.cat-card:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,.08))}.cat-card strong,.cat-card span{position:absolute;z-index:1;left:22px;color:#fff}.cat-card strong{bottom:52px;font-size:24px}.cat-card span{bottom:24px;font-weight:900;border-bottom:1px solid #fff}.product-row{display:flex;gap:18px;overflow-x:auto;padding:4px 2px 18px;scroll-snap-type:x mandatory}.product-row .product-card{min-width:270px;scroll-snap-align:start}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft);transition:.25s ease;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-media{position:relative;background:linear-gradient(135deg,#f7f1ea,#e9ded2);aspect-ratio:1/1;overflow:hidden}.product-media-link{display:block;width:100%;height:100%}.product-media img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply;transition:.35s ease}.product-card:hover .product-media img{transform:scale(1.045)}.badge,.ship-badge,.sold-badge{position:absolute;z-index:2;left:12px;top:12px;border-radius:999px;padding:7px 10px;font-size:11px;font-weight:1000;background:#fff;color:var(--brand-dark);box-shadow:0 8px 18px rgba(0,0,0,.12)}.badge.sale{background:var(--danger);color:#fff}.ship-badge{left:auto;right:12px;background:var(--success);color:#fff}.sold-badge{top:48px;background:#111;color:#fff}.product-info{padding:15px;display:flex;flex-direction:column;gap:10px;flex:1}.product-topline{letter-spacing:.1em;font-size:10px;color:var(--accent)}.product-info h3{font-size:16px;line-height:1.25;min-height:40px;margin:0}.product-info h3 a:hover{color:var(--brand)}.price{display:flex;align-items:center;gap:9px;flex-wrap:wrap}.price strong{font-size:17px;color:var(--brand-dark)}.price del{font-size:13px;color:#9b938b}.option-label,.color-select span{font-size:11px;font-weight:1000;letter-spacing:.09em;text-transform:uppercase;color:var(--muted)}.size-chips{display:flex;gap:7px;flex-wrap:wrap;margin-top:7px}.size-chip{border:1px solid var(--line);background:#fff;border-radius:10px;min-width:38px;height:34px;font-weight:900}.size-chip.is-selected{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.size-chip.is-disabled{text-decoration:line-through;color:#aaa;background:#f3f0ec}.color-select{display:grid;gap:7px}.color-select select,.tools input,.tools select{height:42px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;font-weight:800;outline:none}.product-whatsapp{display:inline-flex;align-items:center;gap:7px;color:var(--success);font-weight:900;font-size:13px}.product-whatsapp img{width:18px;height:18px}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:auto}.product-actions .buy-btn,.product-actions .add-btn{width:100%;padding-inline:10px}.quick-view{display:flex;align-items:center;justify-content:center;border:1px dashed var(--line);height:38px;border-radius:12px;font-weight:900;color:var(--muted);font-size:12px}.tools{display:flex;gap:10px;align-items:center}.empty-state{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:34px;text-align:center}.reel-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.reel-card{background:#fff;border:1px solid var(--line);border-radius:22px;overflow:hidden;box-shadow:var(--shadow-soft)}.reel-card video{width:100%;aspect-ratio:9/16;object-fit:cover;background:#111}.reel-card strong{display:block;padding:13px 14px}.footer{background:var(--brand-dark);color:#fff;margin-top:64px}.footer-main{width:min(var(--max),calc(100% - 34px));margin:0 auto;padding:48px 0;display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:34px}.footer p{color:#e8d4c2}.footer h4{margin:0 0 14px}.footer a{display:block;color:#fff;margin:7px 0;font-weight:800}.footer-whatsapp{color:#7ee199!important}.social-icons{display:flex;gap:10px}.social-icons a,.social{width:40px;height:40px;border-radius:50%;display:grid!important;place-items:center;background:rgba(255,255,255,.1);font-weight:1000}.social img{width:20px}.footer-bottom{width:min(var(--max),calc(100% - 34px));margin:0 auto;border-top:1px solid rgba(255,255,255,.14);padding:18px 0;display:flex;justify-content:space-between;gap:12px;color:#e8d4c2;font-size:13px}.whatsapp-float{position:fixed;right:18px;bottom:18px;z-index:60;width:58px;height:58px;border-radius:50%;display:grid;place-items:center;background:#25d366;box-shadow:0 14px 28px rgba(0,0,0,.22)}.whatsapp-float img{width:31px}.cart-drawer{top:0;right:0;width:min(430px,94vw);height:100dvh;transform:translateX(105%);padding:18px;overflow:auto}.cart-drawer.is-open{transform:translateX(0)}.cart-items{display:grid;gap:12px;margin-bottom:16px}.cart-line{display:grid;grid-template-columns:76px 1fr 34px;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:10px}.cart-line img{width:76px;height:76px;object-fit:cover;border-radius:12px;background:#f5eee6}.cart-line h4{margin:0;font-size:14px}.cart-line p{margin:3px 0;color:var(--muted);font-size:12px}.cart-line button{border:0;background:#f3e8dd;border-radius:10px;width:34px;height:34px}.cart-total{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);padding:16px 0;font-size:18px}.checkout{display:grid;gap:10px}.checkout input,.checkout textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:12px;background:#fff;outline:none}.checkout textarea{min-height:90px;resize:vertical}.checkout p{margin:0;color:var(--danger);font-weight:800}.product-detail-body,.checkout-page-body{background:linear-gradient(180deg,#fbf7f1,#f7f3ee)}.product-detail-header,.pro-checkout-header{position:sticky;top:0;z-index:40;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);min-height:74px;padding:0 max(18px,calc((100vw - var(--max))/2));display:flex;align-items:center;justify-content:space-between;gap:20px}.product-detail-logo img,.pro-checkout-logo img{max-height:52px}.product-detail-header nav{display:flex;align-items:center;gap:18px}.product-detail-header nav a,.pro-checkout-back{font-weight:900;color:var(--muted)}.mini-cart-pill{border:1px solid var(--line);border-radius:999px;padding:9px 13px;background:#fff}.product-detail-shell,.pro-checkout-shell{width:min(var(--max),calc(100% - 34px));margin:26px auto 0}.product-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;color:var(--muted);font-weight:800;font-size:13px;margin-bottom:18px}.product-breadcrumb a{color:var(--brand)}.product-detail-grid{display:grid;grid-template-columns:minmax(0,1.04fr) minmax(360px,.96fr);gap:28px;align-items:start}.product-gallery-card,.product-detail-info,.product-description-card,.pro-panel,.pro-summary-card,.pro-preview-card,.pro-empty-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow-soft)}.product-gallery-card{padding:16px;position:sticky;top:96px}.product-main-image-wrap{position:relative;overflow:hidden;border-radius:18px;background:#efe4d8;aspect-ratio:1/1}.product-main-image-wrap img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.product-detail-badge{position:absolute;z-index:2;left:16px;top:16px;background:var(--brand-dark);color:#fff;border-radius:999px;padding:9px 12px;font-size:12px;font-weight:1000}.product-detail-badge.sale{background:var(--danger)}.product-detail-badge.stock{top:56px;background:#111}.product-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px}.product-thumbs button{border:2px solid transparent;background:#f4eee8;border-radius:14px;padding:4px;overflow:hidden}.product-thumbs button.is-active{border-color:var(--brand)}.product-thumbs img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px}.product-detail-info{padding:28px}.product-detail-info h1{font-size:clamp(28px,4vw,48px);line-height:1.05;margin:8px 0 12px}.product-detail-meta{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.product-detail-meta span{background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;padding:8px 11px;font-weight:800;color:var(--muted);font-size:12px}.meta-stock-ok{color:var(--success)!important}.meta-stock-out{color:var(--danger)!important}.product-detail-price{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:13px 0}.product-detail-price strong{font-size:30px;color:var(--brand-dark)}.product-detail-price del{color:#9b938b}.product-detail-price em{font-style:normal;background:var(--danger);color:#fff;border-radius:999px;padding:5px 9px;font-size:12px;font-weight:1000}.product-short-desc{color:var(--muted);font-weight:650}.product-trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:18px 0}.product-trust-row div,.pro-trust-row span{background:var(--surface-soft);border:1px solid var(--line);border-radius:16px;padding:12px}.product-trust-row strong{display:block;color:var(--brand-dark)}.product-trust-row span{font-size:12px;color:var(--muted);font-weight:800}.product-option-panel{border-top:1px solid var(--line);padding-top:20px;margin-top:20px}.product-option-block{margin-bottom:18px}.product-option-block label{display:block;font-weight:1000;margin-bottom:8px}.product-size-pills,.product-color-picker{display:flex;gap:9px;flex-wrap:wrap}.product-size-pills button{min-width:50px;height:44px;border:1px solid var(--line);background:#fff;border-radius:13px;font-weight:1000}.product-size-pills button.is-selected{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.product-size-pills button.is-disabled{text-decoration:line-through;color:#aaa;background:#f3f0ec}.color-pill{display:flex;align-items:center;gap:8px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:900}.color-pill.is-selected{border-color:var(--brand-dark);box-shadow:0 0 0 3px rgba(122,77,42,.13)}.color-pill small{color:var(--muted);font-size:11px}.color-dot{width:20px;height:20px;border-radius:50%;background:var(--swatch,#ddd);border:1px solid rgba(0,0,0,.18);box-shadow:inset 0 0 0 2px rgba(255,255,255,.5)}.product-qty-stepper{display:inline-grid;grid-template-columns:44px 72px 44px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.product-qty-stepper button{border:0;background:var(--surface-soft);font-size:19px;font-weight:1000}.product-qty-stepper input{border:0;text-align:center;font-weight:1000;outline:none}.product-stock-message{border-radius:14px;background:#fff8ed;border:1px solid #f5d5ac;color:var(--brand-dark);padding:12px 14px;font-weight:800}.product-stock-message[data-type="error"]{background:#fff1f1;border-color:#f6b5b0;color:var(--danger)}.product-stock-message[data-type="ok"]{background:#ecfdf3;border-color:#b7f2cf;color:var(--success)}.product-detail-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.product-whatsapp.big{grid-column:1/-1;background:#eaffeF;border:1px solid #c2f0d3;border-radius:999px;padding:12px;justify-content:center}.product-description-card{padding:28px;margin-top:28px}.product-description-card p{color:var(--muted);font-weight:650}.pro-detail-points{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:18px}.pro-detail-points div{background:var(--surface-soft);border:1px solid var(--line);border-radius:16px;padding:14px}.pro-detail-points b{display:block}.pro-detail-points span{color:var(--muted);font-size:13px}.pro-checkout-header{min-height:78px}.pro-checkout-secure{display:grid;text-align:center}.pro-checkout-secure strong{font-size:15px}.pro-checkout-secure small{color:var(--muted);font-weight:800}.secure-dot{width:10px;height:10px;background:var(--success);border-radius:50%;display:inline-block;margin:0 auto 3px;box-shadow:0 0 0 5px rgba(8,116,67,.12)}.pro-checkout-grid{display:grid;grid-template-columns:300px minmax(0,1fr) 330px;gap:18px;align-items:start}.pro-preview-card,.pro-summary-card{position:sticky;top:96px;overflow:hidden}.pro-preview-media{position:relative;background:#efe4d8;aspect-ratio:1/1}.pro-preview-media img,.pro-summary-product img{width:100%;height:100%;object-fit:cover}.pro-preview-badge{position:absolute;left:12px;top:12px;z-index:2;background:var(--success);color:#fff;border-radius:999px;padding:7px 10px;font-weight:1000;font-size:12px}.pro-preview-badge.is-low{background:#e06f00}.pro-preview-badge.is-out{background:var(--danger)}.pro-preview-info{padding:18px}.pro-preview-info span{color:var(--brand);font-weight:1000;text-transform:uppercase;font-size:11px;letter-spacing:.1em}.pro-preview-info h1{font-size:22px;line-height:1.16;margin:6px 0}.pro-selected-pills{display:flex;flex-wrap:wrap;gap:7px;margin-top:12px}.pro-selected-pills span{background:var(--surface-soft);border:1px solid var(--line);border-radius:999px;padding:7px 9px;color:var(--muted);letter-spacing:0;text-transform:none}.pro-checkout-form{display:grid;gap:14px}.pro-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.pro-steps span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:9px 12px;font-weight:900;color:var(--muted);display:flex;align-items:center;gap:8px}.pro-steps b{width:24px;height:24px;border-radius:50%;display:grid;place-items:center;background:#eee}.pro-steps .is-active{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.pro-steps .is-active b{background:#fff;color:var(--brand-dark)}.pro-panel{padding:20px}.pro-panel-head span{color:var(--brand);font-size:11px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase}.pro-panel-head h2{margin:4px 0;font-size:24px}.pro-panel-head p{margin:0;color:var(--muted);font-weight:700}.pro-option-grid,.pro-customer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:16px}.pro-field{display:grid;gap:7px;font-weight:900}.pro-field select,.pro-customer-grid input,.pro-customer-grid textarea{width:100%;border:1px solid var(--line);border-radius:14px;background:#fff;padding:12px 13px;outline:none;font-weight:700}.pro-customer-grid textarea{grid-column:1/-1;min-height:94px;resize:vertical}.pro-qty-box{display:grid;grid-template-columns:42px 1fr 42px;border:1px solid var(--line);border-radius:14px;overflow:hidden}.pro-qty-box button{border:0;background:var(--surface-soft);font-weight:1000}.pro-qty-box input{border:0;text-align:center;outline:none;font-weight:1000}.pro-live-note{margin-top:14px;background:#fff8ed;border:1px solid #f5d5ac;border-radius:14px;padding:12px;color:var(--brand-dark);font-weight:800}.pro-methods{display:grid;grid-template-columns:1fr 1fr;gap:12px}.pro-method{display:flex;gap:10px;border:1px solid var(--line);border-radius:16px;padding:13px;background:#fff}.pro-method input{margin-top:5px}.pro-method small{display:block;color:var(--muted);font-weight:700}.pro-confirm-btn{justify-content:space-between;border-radius:18px;padding:15px 18px}.pro-summary-card{padding:20px}.pro-summary-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.pro-summary-head span{color:var(--brand);font-size:11px;font-weight:1000;letter-spacing:.12em;text-transform:uppercase}.pro-summary-product{display:grid;grid-template-columns:74px 1fr;gap:12px;align-items:center;border:1px solid var(--line);border-radius:16px;padding:10px}.pro-summary-product img{height:74px;border-radius:12px;background:#f4eee8}.pro-summary-product small{color:var(--muted);font-weight:700}.pro-summary-lines{display:grid;gap:10px;margin:18px 0}.pro-summary-lines div{display:flex;justify-content:space-between;gap:12px;color:var(--muted);font-weight:800}.pro-summary-lines .grand{border-top:1px solid var(--line);padding-top:12px;color:var(--ink);font-size:20px}.pro-trust-row{display:grid;gap:8px}.pro-mobile-total{position:fixed;left:0;right:0;bottom:0;background:#fff;border-top:1px solid var(--line);box-shadow:0 -14px 30px rgba(0,0,0,.10);padding:12px 16px;z-index:60;display:none;align-items:center;justify-content:space-between}.pro-mobile-total button{border:0;background:var(--brand-dark);color:#fff;border-radius:14px;padding:12px 18px;font-weight:1000}.pro-success-modal[hidden],.checkout-empty[hidden],[hidden]{display:none!important}.pro-success-modal{position:fixed;inset:0;z-index:90;background:rgba(21,14,9,.55);display:grid;place-items:center;padding:18px}.pro-success-card{background:#fff;border-radius:24px;padding:24px;max-width:420px;width:100%;text-align:center;position:relative;box-shadow:var(--shadow)}.pro-success-card [data-success-close]{position:absolute;right:14px;top:14px;border:0;background:#f2e8dd;border-radius:12px;width:36px;height:36px}.success-check{width:58px;height:58px;border-radius:50%;background:var(--success);color:#fff;display:grid;place-items:center;margin:0 auto 12px;font-size:28px;font-weight:1000}.pro-success-card img{width:110px;height:110px;object-fit:cover;margin:0 auto 12px;border-radius:18px;background:#f4eee8}.pro-empty-card{text-align:center;padding:44px;margin-top:34px}.pro-empty-card img{height:70px;margin:0 auto 14px}.no-img{display:grid;place-items:center;width:100%;height:100%;background:#efe6dc;color:var(--brand);font-weight:1000}.cart-toast{position:fixed;left:50%;bottom:22px;transform:translateX(-50%) translateY(20px);background:var(--brand-dark);color:#fff;border-radius:999px;padding:12px 18px;z-index:100;opacity:0;transition:.25s;font-weight:900;box-shadow:var(--shadow)}.cart-toast.is-visible{opacity:1;transform:translateX(-50%) translateY(0)}
@media(max-width:1120px){.product-grid{grid-template-columns:repeat(3,1fr)}.pro-checkout-grid{grid-template-columns:1fr 1.25fr}.pro-summary-card{grid-column:1/-1;position:static}.footer-main{grid-template-columns:1fr 1fr}.product-detail-grid{grid-template-columns:1fr}.product-gallery-card{position:static}.pro-preview-card{position:static}}
@media(max-width:860px){.announcement{grid-template-columns:1fr;text-align:center}.ann-left,.ann-right{display:none}.ann-center{font-size:11px}.header-main,.category-nav{display:none}.mobile-bar{display:flex;align-items:center;justify-content:space-between;width:min(var(--max),calc(100% - 24px));height:64px;margin:0 auto}.hero{width:100%;border-radius:0;margin-top:0;min-height:520px}.hero-content,.hero-clean{padding:34px 22px;justify-content:flex-end;background:linear-gradient(0deg,rgba(0,0,0,.52),rgba(0,0,0,.04))}.offer-strip,.cat-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:repeat(2,1fr);gap:12px}.section{width:calc(100% - 24px);margin:42px auto}.section-head{align-items:flex-start;flex-direction:column}.tools{width:100%;display:grid;grid-template-columns:1fr 130px}.reel-grid{grid-template-columns:repeat(2,1fr)}.footer-main{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.product-detail-header{min-height:64px}.product-detail-header nav{gap:10px;overflow:auto}.product-detail-header nav a:not(.mini-cart-pill):nth-child(n+3){display:none}.product-detail-shell,.pro-checkout-shell{width:calc(100% - 24px)}.product-detail-info{padding:20px}.product-trust-row,.pro-detail-points{grid-template-columns:1fr}.product-detail-actions{grid-template-columns:1fr}.pro-checkout-grid{grid-template-columns:1fr}.pro-checkout-header{padding:10px 14px;gap:10px}.pro-checkout-secure{display:none}.pro-option-grid,.pro-customer-grid,.pro-methods{grid-template-columns:1fr}.pro-mobile-total{display:flex}.pro-confirm-btn{margin-bottom:76px}.pro-preview-card{display:grid;grid-template-columns:120px 1fr}.pro-preview-media{aspect-ratio:1/1}.pro-preview-info h1{font-size:18px}.cart-drawer{width:100vw}.product-actions{grid-template-columns:1fr}.product-info h3{min-height:auto}}
@media(max-width:520px){body{font-size:14px}.product-grid{grid-template-columns:1fr 1fr}.product-card{border-radius:16px}.product-info{padding:11px}.product-actions{gap:7px}.buy-btn,.add-btn{min-height:40px;padding:10px 8px;font-size:12px}.price strong{font-size:15px}.size-chip{min-width:34px;height:31px;font-size:12px}.cat-card{min-height:220px}.reel-grid{grid-template-columns:1fr}.product-thumbs{grid-template-columns:repeat(4,1fr)}.pro-steps{grid-template-columns:1fr}.product-detail-price strong{font-size:25px}.hero-content h1,.hero-clean h1{font-size:38px}.offer-strip{width:calc(100% - 24px)}}

/* Dynamic product hover update v3: clean commerce buttons, image zoom and second-image reveal */
.product-whatsapp,.footer-whatsapp,.whatsapp-float,.social.wa{display:none!important}
.dynamic-product-media,.product-media{isolation:isolate}
.hover-swap-link{position:relative;display:block;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#fbf6ef,#efe2d4)}
.hover-swap-link .product-img-primary,.hover-swap-link .product-img-hover{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:opacity .32s ease,transform .58s cubic-bezier(.22,1,.36,1),filter .32s ease;will-change:opacity,transform}
.hover-swap-link .product-img-primary{z-index:1;opacity:1}
.hover-swap-link .product-img-hover{z-index:2;opacity:0;transform:scale(1.045)}
.product-card:hover .hover-swap-link .product-img-primary{transform:scale(1.08)}
.product-card:hover .hover-swap-link .product-img-hover{opacity:1;transform:scale(1.12)}
.product-media:hover .hover-swap-link .product-img-primary,.product-media:hover .hover-swap-link .product-img-hover{filter:saturate(1.04) contrast(1.03)}
.media-hover-cta{position:absolute;z-index:4;left:50%;bottom:16px;transform:translate(-50%,14px);opacity:0;background:rgba(59,38,24,.92);color:#fff;border-radius:999px;padding:10px 16px;font-size:12px;font-weight:1000;letter-spacing:.08em;text-transform:uppercase;box-shadow:0 12px 28px rgba(0,0,0,.22);transition:.25s ease;pointer-events:none;white-space:nowrap}
.product-card:hover .media-hover-cta{opacity:1;transform:translate(-50%,0)}
.product-actions{display:grid!important;grid-template-columns:1fr 1fr;gap:9px;margin-top:auto}
.product-actions .buy-btn,.product-actions .add-btn{width:100%;padding-inline:10px}
.product-detail-actions{grid-template-columns:1fr 1fr!important;align-items:stretch}
.product-detail-actions .buy-btn,.product-detail-actions .add-btn{width:100%;min-height:54px}
.pro-main-image-wrap{overflow:hidden;cursor:zoom-in}
.pro-main-image-wrap img{transition:transform .65s cubic-bezier(.22,1,.36,1),filter .35s ease;will-change:transform}
.pro-main-image-wrap:hover img{transform:scale(1.14);filter:saturate(1.04) contrast(1.03)}
.pro-product-thumbs button img{transition:transform .28s ease}
.pro-product-thumbs button:hover img{transform:scale(1.12)}
.product-card-pro{position:relative}
.product-card-pro:after{content:'';position:absolute;inset:0;border-radius:22px;pointer-events:none;box-shadow:inset 0 0 0 0 rgba(92,60,35,.25);transition:.25s ease}
.product-card-pro:hover:after{box-shadow:inset 0 0 0 1px rgba(92,60,35,.20)}
@media (hover:none){.hover-swap-link .product-img-hover{display:none}.media-hover-cta{opacity:1;transform:translate(-50%,0);font-size:11px;padding:8px 12px}.product-card:hover .hover-swap-link .product-img-primary{transform:none}}
@media (max-width:640px){.product-actions{grid-template-columns:1fr}.product-detail-actions{grid-template-columns:1fr!important}.media-hover-cta{bottom:12px}.product-card:hover .hover-swap-link .product-img-primary{transform:scale(1.035)}}

/* === MOBILE PRODUCT CARD COMPACT FIX 2026-05-22 === */
.product-grid .product-card{min-width:0!important;scroll-snap-align:unset}
.product-badges{position:absolute;z-index:5;left:10px;right:10px;top:10px;display:flex;align-items:flex-start;gap:6px;flex-wrap:wrap;pointer-events:none}
.product-badges .badge,.product-badges .ship-badge{position:static!important;left:auto!important;right:auto!important;top:auto!important;display:inline-flex;align-items:center;justify-content:center;max-width:100%;border-radius:999px;padding:6px 9px;font-size:10px;line-height:1.05;font-weight:1000;box-shadow:0 8px 18px rgba(0,0,0,.14);white-space:nowrap}
.product-badges .badge.sale{background:var(--danger);color:#fff}
.product-badges .ship-badge{background:var(--success);color:#fff}
.sold-badge{z-index:6;left:10px;top:auto;bottom:10px}
.size-select-wrap{display:grid;gap:6px}
.size-select-wrap .size-select,.color-select select{width:100%;height:40px;border:1px solid var(--line);border-radius:12px;background:#fff;padding:0 12px;font-weight:900;color:var(--ink);outline:none}
.product-info h3{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:40px}
.product-media-link,.dynamic-product-media{isolation:isolate}

@media(max-width:860px){
  .product-grid{gap:12px!important}
  .product-grid .product-card{min-width:0!important}
  .product-media{aspect-ratio:1/.92}
  .media-hover-cta{display:none!important}
}
@media(max-width:640px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .product-card{border-radius:15px!important}
  .product-card:hover{transform:none}
  .product-media{aspect-ratio:1/.84}
  .product-info{padding:9px!important;gap:6px!important}
  .product-topline{font-size:9px!important;letter-spacing:.08em!important}
  .product-info h3{font-size:14px!important;line-height:1.2!important;min-height:34px!important;margin:0!important}
  .price{gap:5px!important}.price strong{font-size:14px!important}.price del{font-size:11px!important}
  .option-label,.color-select span{font-size:9px!important;letter-spacing:.06em!important}
  .size-select-wrap .size-select,.color-select select{height:34px!important;border-radius:10px!important;padding:0 9px!important;font-size:12px!important;font-weight:900!important}
  .quick-view{display:none!important}
  .product-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:6px!important;margin-top:3px!important}
  .product-actions .buy-btn,.product-actions .add-btn{min-height:35px!important;height:35px!important;padding:7px 5px!important;font-size:11px!important;border-radius:999px!important;line-height:1.05!important;white-space:nowrap!important}
  .product-badges{left:7px;right:7px;top:7px;gap:4px;flex-direction:column;align-items:flex-start}
  .product-badges .badge,.product-badges .ship-badge{font-size:8.5px!important;padding:5px 7px!important;max-width:calc(100% - 4px);overflow:hidden;text-overflow:ellipsis}
  .sold-badge{left:7px;bottom:7px;font-size:8.5px!important;padding:5px 7px!important}
  .tools{grid-template-columns:minmax(0,1fr) 102px!important;gap:8px!important}
  .tools input,.tools select{height:40px!important;border-radius:12px!important;font-size:13px!important;padding-inline:10px!important}
}
@media(max-width:380px){
  .product-actions{grid-template-columns:1fr!important}
  .product-actions .buy-btn,.product-actions .add-btn{height:34px!important;min-height:34px!important}
  .product-badges .ship-badge{display:none!important}
}
@media(hover:none){
  .product-card:hover .hover-swap-link .product-img-primary{transform:none!important}
  .product-card:hover .hover-swap-link .product-img-hover{opacity:0!important}
  .media-hover-cta{display:none!important}
}

/* === PROFESSIONAL SIZE PICKER PATCH 2026-05-22 === */
.native-size-select{position:absolute!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;overflow:hidden!important}
.pro-size-field{display:grid;gap:6px;position:relative;z-index:12}
.pro-size-select{position:relative;isolation:isolate}
.pro-size-trigger{width:100%;min-height:42px;border:1px solid rgba(122,77,42,.20);background:linear-gradient(180deg,#fff,#fbf7f1);border-radius:14px;padding:8px 10px 8px 12px;display:flex;align-items:center;justify-content:space-between;gap:9px;text-align:left;box-shadow:0 8px 20px rgba(43,29,18,.055);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease,background .2s ease;color:var(--ink)}
.pro-size-trigger:hover{border-color:rgba(122,77,42,.38);box-shadow:0 12px 24px rgba(43,29,18,.10);transform:translateY(-1px)}
.pro-size-trigger-copy{display:grid;gap:1px;min-width:0}
.pro-size-trigger strong{display:block;font-size:13px;font-weight:1000;line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--ink)}
.pro-size-trigger small{display:block;font-size:9px;font-weight:850;line-height:1.1;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-transform:none;letter-spacing:0}
.pro-size-chevron{width:25px;height:25px;min-width:25px;border-radius:999px;display:grid;place-items:center;background:var(--brand-dark);color:#fff;font-size:14px;font-weight:1000;transition:transform .22s ease,background .22s ease}
.pro-size-field.is-selected .pro-size-trigger{border-color:rgba(59,38,24,.42);background:#fff}
.pro-size-field.is-open{z-index:40}
.pro-size-field.is-open .pro-size-trigger{border-color:var(--brand-dark);box-shadow:0 15px 32px rgba(43,29,18,.16)}
.pro-size-field.is-open .pro-size-chevron{transform:rotate(180deg);background:var(--brand)}
.pro-size-menu{display:grid;grid-template-rows:0fr;opacity:0;transition:grid-template-rows .26s ease,opacity .2s ease,margin-top .2s ease;overflow:hidden;pointer-events:none}
.pro-size-field.is-open .pro-size-menu{grid-template-rows:1fr;opacity:1;margin-top:8px;pointer-events:auto}
.pro-size-menu>div{min-height:0}
.pro-size-menu-head{display:flex;align-items:center;justify-content:space-between;gap:8px;background:var(--brand-dark);color:#fff;border-radius:14px 14px 0 0;padding:8px 10px;font-size:10px;font-weight:1000;letter-spacing:.06em;text-transform:uppercase}
.pro-size-menu-head em{font-style:normal;opacity:.78;font-size:9px;white-space:nowrap;text-transform:none;letter-spacing:0}
.pro-size-options{background:#fff;border:1px solid rgba(122,77,42,.16);border-top:0;border-radius:0 0 14px 14px;padding:8px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;box-shadow:0 18px 36px rgba(43,29,18,.14)}
.pro-size-option{border:1px solid var(--line);background:#fff;border-radius:12px;padding:8px 5px;min-height:48px;display:grid;place-items:center;gap:2px;color:var(--ink);transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease}
.pro-size-option:hover:not(:disabled){transform:translateY(-1px);border-color:rgba(122,77,42,.44);box-shadow:0 8px 18px rgba(43,29,18,.10);background:#fffaf4}
.pro-size-option.is-active{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff;box-shadow:0 10px 22px rgba(59,38,24,.20)}
.pro-size-number{font-size:14px;font-weight:1000;line-height:1}
.pro-size-status{font-size:8px;font-weight:900;color:inherit;opacity:.70;line-height:1;white-space:nowrap}
.pro-size-option.is-disabled{background:#f3f0ec;color:#aaa;text-decoration:none;opacity:.72}
.pro-size-option.is-disabled .pro-size-number{text-decoration:line-through}
@media(max-width:640px){
  .pro-size-field{gap:4px!important}
  .pro-size-trigger{min-height:34px!important;border-radius:10px!important;padding:6px 7px 6px 9px!important}
  .pro-size-trigger strong{font-size:12px!important}.pro-size-trigger small{display:none!important}
  .pro-size-chevron{width:21px!important;height:21px!important;min-width:21px!important;font-size:12px!important}
  .pro-size-field.is-open .pro-size-menu{margin-top:6px!important}
  .pro-size-menu-head{padding:7px 8px!important;font-size:8.5px!important;border-radius:11px 11px 0 0!important}
  .pro-size-menu-head em{font-size:8px!important}
  .pro-size-options{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:5px!important;padding:6px!important;border-radius:0 0 11px 11px!important}
  .pro-size-option{min-height:39px!important;border-radius:9px!important;padding:5px 3px!important}
  .pro-size-number{font-size:12px!important}.pro-size-status{font-size:7px!important}
}
@media(max-width:380px){.pro-size-options{grid-template-columns:1fr!important}}


/* Compact Hush-style product cards + Quick View + Shop with AI update 2026-05-22 */
.ai-header-btn,.ai-nav-btn,.ai-tool-btn{border:1px solid rgba(122,77,42,.22);background:#fff;color:var(--brand-dark);border-radius:999px;font-weight:1000;box-shadow:var(--shadow-soft)}
.ai-header-btn{padding:10px 15px}.ai-nav-btn{padding:9px 15px;font-size:13px;color:var(--brand-dark)}.ai-tool-btn{height:42px;padding:0 16px;white-space:nowrap}.ai-header-btn:before,.ai-nav-btn:before,.ai-tool-btn:before{content:'✦';margin-right:6px;color:var(--accent)}
.product-card-compact .product-info{gap:8px;padding:13px}.product-card-compact .product-info h3{min-height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.product-card-compact .quick-view{height:34px;background:#fffaf4;border-color:#ead8c4;color:var(--brand-dark)}.product-card-compact .product-actions{gap:8px}.product-card-compact .buy-btn,.product-card-compact .add-btn{min-height:38px;padding:9px 10px;font-size:12px;text-align:center}.product-card-compact .product-media{aspect-ratio:1/1.04}.product-card-compact .product-badges{position:absolute;left:10px;right:10px;top:10px;z-index:5;display:flex;gap:6px;align-items:center;justify-content:space-between;pointer-events:none}.product-card-compact .product-badges .badge,.product-card-compact .product-badges .ship-badge{position:static!important;left:auto!important;right:auto!important;top:auto!important;max-width:calc(50% - 3px);overflow:hidden;text-overflow:ellipsis}.product-card-compact .sold-badge{left:10px;top:auto;bottom:10px}.media-hover-cta{bottom:14px}.quick-modal,.ai-modal{position:fixed;inset:0;z-index:120;background:rgba(21,14,9,.54);opacity:0;visibility:hidden;display:grid;place-items:center;padding:18px;transition:.22s ease}.quick-modal.is-open,.ai-modal.is-open{opacity:1;visibility:visible}.quick-modal-panel,.ai-panel{width:min(920px,100%);max-height:92dvh;overflow:auto;background:#fff;border-radius:26px;box-shadow:0 28px 90px rgba(0,0,0,.28);position:relative}.modal-x,.ai-head button{border:0;background:#f2e8dd;color:var(--brand-dark);width:42px;height:42px;border-radius:14px;font-size:26px;line-height:1;font-weight:900}.modal-x{position:absolute;right:14px;top:14px;z-index:4}.quick-grid{display:grid;grid-template-columns:minmax(280px,.95fr) minmax(320px,1.05fr);gap:0}.quick-image{background:linear-gradient(135deg,#f7f1ea,#e9ded2);min-height:480px;display:grid;place-items:center}.quick-image img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.quick-info{padding:34px;display:grid;gap:13px;align-content:center}.quick-info>span,.ai-head span{font-size:11px;font-weight:1000;letter-spacing:.14em;text-transform:uppercase;color:var(--brand)}.quick-info h3{margin:0;font-size:clamp(24px,3vw,38px);line-height:1.05}.quick-price{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.quick-price strong{font-size:25px;color:var(--brand-dark)}.quick-price del{color:#9b938b}.quick-info p{margin:0;color:var(--muted);font-weight:650}.quick-option{display:grid;gap:8px}.quick-option label{font-weight:1000;color:var(--ink)}.quick-sizes{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.quick-sizes button{border:1px solid var(--line);background:#fff;border-radius:14px;min-height:52px;display:grid;place-items:center;padding:7px 4px}.quick-sizes b{font-size:15px}.quick-sizes small{font-size:9px;color:var(--muted);font-weight:900}.quick-sizes button.is-selected{background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}.quick-sizes button.is-selected small{color:#ead8c4}.quick-sizes button.is-disabled{text-decoration:line-through;color:#aaa;background:#f3f0ec}.quick-colors{display:flex;flex-wrap:wrap;gap:8px}.quick-color-pill{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 10px;display:flex;align-items:center;gap:7px;font-weight:900}.quick-color-pill span{width:18px;height:18px;border-radius:50%;background:var(--swatch);border:1px solid rgba(0,0,0,.12)}.quick-color-pill small{font-size:10px;color:var(--muted)}.quick-color-pill.is-selected{border-color:var(--brand-dark);box-shadow:0 0 0 3px rgba(122,77,42,.13)}.quick-color-pill.is-disabled{opacity:.52;text-decoration:line-through}.compact-stepper{width:150px}.quick-message{font-weight:900!important}.quick-message[data-type="ok"]{color:var(--success)!important}.quick-message[data-type="low"]{color:#b45309!important}.quick-message[data-type="error"]{color:var(--danger)!important}.quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.quick-details-link{font-weight:1000;color:var(--brand);border-bottom:1px solid currentColor;width:max-content}.ai-panel{width:min(980px,100%);padding:22px}.ai-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:8px}.ai-head h3{margin:2px 0 0;font-size:clamp(24px,3vw,36px);line-height:1}.ai-intro{margin:0 0 14px;color:var(--muted);font-weight:800}.ai-search-box input{width:100%;height:54px;border:1px solid var(--line);border-radius:18px;padding:0 16px;font-size:16px;font-weight:850;outline:none;background:#fffaf4}.ai-prompts,.ai-cats{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.ai-prompts button,.ai-cats button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 12px;font-weight:900;color:var(--brand-dark)}.ai-cats button.is-active{background:var(--brand-dark);color:#fff;border-color:var(--brand-dark)}.ai-status{font-size:12px;font-weight:900;color:var(--muted);margin:14px 0 10px}.ai-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.ai-product-card{display:grid;grid-template-columns:96px 1fr;gap:12px;background:#fff;border:1px solid var(--line);border-radius:18px;padding:10px;box-shadow:var(--shadow-soft)}.ai-product-img{height:96px;border-radius:14px;background:#f1e8de;display:grid;place-items:center;overflow:hidden}.ai-product-img img{width:100%;height:100%;object-fit:cover;mix-blend-mode:multiply}.ai-product-card small{color:var(--brand);font-weight:1000;text-transform:uppercase;font-size:9px;letter-spacing:.1em}.ai-product-card h4{margin:2px 0;font-size:14px;line-height:1.25;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ai-product-card p{margin:0 0 6px;color:var(--muted);font-size:12px;font-weight:850}.ai-product-actions{display:flex;gap:6px;align-items:center}.ai-product-actions a,.ai-product-actions button{border:0;border-radius:999px;padding:7px 10px;background:#f5ece2;color:var(--brand-dark);font-size:11px;font-weight:1000}.ai-product-actions button{background:var(--brand-dark);color:#fff}.ai-empty{grid-column:1/-1;background:#fffaf4;border:1px dashed var(--line);border-radius:18px;padding:18px;display:grid;gap:4px}.ai-empty span{color:var(--muted);font-weight:750}.ai-floating-btn{position:fixed;right:18px;bottom:88px;z-index:58;width:54px;height:54px;border:0;border-radius:50%;background:linear-gradient(135deg,var(--brand-dark),var(--brand));color:#fff;font-weight:1000;box-shadow:0 16px 34px rgba(43,29,18,.24)}
@media(max-width:900px){.quick-grid{grid-template-columns:1fr}.quick-image{min-height:330px}.ai-results{grid-template-columns:repeat(2,minmax(0,1fr))}.ai-header-btn{display:none}.ai-tool-btn{height:40px;padding:0 12px;font-size:12px}.tools{width:100%;display:grid;grid-template-columns:1fr .6fr;gap:10px}.tools .ai-tool-btn{grid-column:1/-1}.product-card-compact .quick-view{display:none}.product-card-compact .product-media{aspect-ratio:1/1}.product-card-compact .product-info{padding:10px;gap:7px}.product-card-compact .product-info h3{font-size:14px!important;min-height:34px!important}.product-card-compact .product-actions{grid-template-columns:1fr 1fr;gap:5px}.product-card-compact .buy-btn,.product-card-compact .add-btn{min-height:34px!important;height:34px!important;font-size:10.5px!important;padding:7px 4px!important}.media-hover-cta{display:none!important}.product-card-compact .product-badges{top:7px;left:7px;right:7px;gap:4px}.product-card-compact .product-badges .badge,.product-card-compact .product-badges .ship-badge{font-size:8px!important;padding:5px 6px!important}}
@media(max-width:560px){.ai-modal,.quick-modal{padding:8px;align-items:end}.quick-modal-panel,.ai-panel{border-radius:22px 22px 0 0;max-height:94dvh}.quick-info{padding:22px}.quick-image{min-height:260px}.quick-sizes{grid-template-columns:repeat(3,minmax(0,1fr))}.quick-actions{grid-template-columns:1fr}.ai-results{grid-template-columns:1fr}.ai-product-card{grid-template-columns:86px 1fr}.ai-product-img{height:86px}.ai-floating-btn{right:14px;bottom:74px;width:50px;height:50px}.product-card-compact .price strong{font-size:14px}.product-card-compact .price del{font-size:11px}.product-card-compact .product-topline{font-size:9px}.product-card-compact .product-badges .badge,.product-card-compact .product-badges .ship-badge{max-width:50%;white-space:nowrap}.product-card-compact .ship-badge{display:none!important}.ai-nav-btn{font-size:12px;padding:8px 12px}}

/* === SHOEMOR PREMIUM RETAIL REFRESH 2026-05-23 === */
body{background:var(--bg);letter-spacing:0}
.section{margin:54px auto}
.section-head{align-items:center}
.section-head span,.product-eyebrow,.product-topline,.quick-info>span,.ai-head span{letter-spacing:.08em;color:var(--brand)}
.section-head h2{font-size:clamp(25px,2.8vw,38px);letter-spacing:0}
.btn,.buy-btn,.add-btn{border-radius:999px;box-shadow:none}
.btn.ghost{background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.46);color:#fff}
.btn.ghost-dark{background:#fff;border:1px solid var(--line);color:var(--brand-dark)}
.announcement{background:#111827;grid-template-columns:1fr minmax(320px,2fr) 1fr;letter-spacing:0}
.ann-center{gap:18px;align-items:center}
.ann-center span:after{display:none}
.ann-center span,.ann-center strong{white-space:nowrap}
.site-header{background:rgba(255,255,255,.96);border-bottom:1px solid var(--line)}
.header-main{height:76px}
.header-note{color:var(--brand);letter-spacing:.08em}
.header-actions a,.header-actions button,.category-nav a,.category-nav button{text-transform:uppercase;letter-spacing:.03em;font-size:12px}
.header-actions button,.category-nav a,.ai-nav-btn{border-radius:999px}
.category-nav{justify-content:flex-start;padding-bottom:14px}
.category-nav a:hover,.category-nav a.is-active{box-shadow:none;background:var(--brand-dark);border-color:var(--brand-dark);color:#fff}
.ai-header-btn,.ai-nav-btn,.ai-tool-btn{border-color:var(--line);color:var(--brand-dark);box-shadow:none}
.ai-header-btn:before,.ai-nav-btn:before,.ai-tool-btn:before{content:'AI';font-size:9px;border:1px solid var(--line);border-radius:99px;padding:2px 5px;margin-right:7px;color:var(--brand)}
.hero{border-radius:0;width:100%;max-width:none;margin:0;min-height:clamp(500px,58vw,720px);box-shadow:none;background:#dce5df}
.hero:after{background:linear-gradient(90deg,rgba(9,17,24,.68),rgba(9,17,24,.28),rgba(9,17,24,.04))}
.hero-content,.hero-clean{width:min(var(--max),calc(100% - 34px));margin:0 auto;max-width:var(--max);padding-inline:0}
.hero-content h1,.hero-clean h1{max-width:720px;font-size:clamp(42px,6vw,78px);letter-spacing:0}
.hero-content span,.hero-clean span{color:#eef7f3}
.hero-actions-row,.hero-link-row,.editorial-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.hero-link-row{margin-top:22px}
.hero-link-row a{color:#fff;border-bottom:1px solid rgba(255,255,255,.78);font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.06em}
.service-strip{width:min(var(--max),calc(100% - 34px));margin:18px auto 0;display:grid;grid-template-columns:repeat(4,1fr);border:1px solid var(--line);background:#fff}
.service-strip div{padding:17px 18px;border-right:1px solid var(--line)}
.service-strip div:last-child{border-right:0}
.service-strip strong{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.06em}
.service-strip span{display:block;color:var(--muted);font-size:12px;font-weight:700;margin-top:3px}
.offer-strip div,.empty-state,.product-gallery-card,.product-detail-info,.product-description-card,.product-accordion-card,.pro-panel,.pro-summary-card,.pro-preview-card,.pro-empty-card,.reel-card,.testimonial-grid article,.newsletter-band{border-radius:var(--radius);box-shadow:none}
.offer-strip div{border-left:4px solid var(--brand);padding:16px 18px}
.cat-card{border-radius:var(--radius);box-shadow:none}
.cat-card strong{font-size:22px}
.product-row{gap:16px;padding-bottom:18px}
.product-row .product-card{min-width:258px}
.product-grid{gap:16px}
.product-card,.product-card-compact{border-radius:var(--radius)!important;box-shadow:none;border-color:var(--line);background:#fff}
.product-card:hover{box-shadow:0 16px 36px rgba(17,24,39,.10);transform:translateY(-3px)}
.product-card-pro:after{border-radius:var(--radius)}
.product-media,.quick-image,.product-main-image-wrap,.pro-preview-media,.ai-product-img{background:linear-gradient(135deg,#f8faf8,#e9efeb)}
.product-media img,.quick-image img,.product-main-image-wrap img,.ai-product-img img{mix-blend-mode:normal}
.product-badges .badge,.product-badges .ship-badge,.badge,.ship-badge,.sold-badge{border-radius:4px;text-transform:uppercase;letter-spacing:.05em;box-shadow:none}
.badge.sale{background:var(--danger)}
.ship-badge{background:var(--brand)}
.product-info{gap:9px}
.product-topline{color:var(--brand);font-size:10px}
.product-info h3{font-size:15px;min-height:38px}
.price strong{font-size:16px}
.pay-later-line{font-size:11px;color:var(--muted);font-weight:800}
.pay-later-line strong{color:var(--brand-dark)}
.card-color-row{display:flex;align-items:center;gap:6px;min-height:22px}
.card-color-row span{width:17px;height:17px;border-radius:50%;background:var(--swatch,#cfd6d1);border:1px solid rgba(17,24,39,.18);box-shadow:inset 0 0 0 2px rgba(255,255,255,.45)}
.card-color-row em{font-style:normal;color:var(--muted);font-size:11px;font-weight:900}
.quick-view{border-style:solid;border-radius:999px;text-transform:uppercase;letter-spacing:.05em;background:#fff;color:var(--brand-dark)}
.product-card-compact .quick-view{background:#fff;border-color:var(--line)}
.product-actions .buy-btn,.product-actions .add-btn{min-height:39px;font-size:11px;letter-spacing:0}
.media-hover-cta{border-radius:999px;background:rgba(17,24,39,.92)}
.split-editorial{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:28px;align-items:center}
.editorial-media{min-height:430px;overflow:hidden;background:#dfe8e1}
.editorial-media,.editorial-media img{border-radius:var(--radius)}
.editorial-media img{width:100%;height:100%;min-height:430px;object-fit:cover}
.editorial-copy{padding:16px 0}
.editorial-copy span,.newsletter-band span{display:block;color:var(--brand);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.editorial-copy h2,.newsletter-band h2{font-size:clamp(31px,4vw,54px);line-height:1.02;margin:8px 0 14px;letter-spacing:0}
.editorial-copy p,.newsletter-band p{color:var(--muted);font-weight:700;max-width:560px}
.testimonial-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.testimonial-grid article{background:#fff;border:1px solid var(--line);padding:20px;min-height:170px;display:flex;flex-direction:column;justify-content:space-between}
.testimonial-grid p{font-weight:750;color:var(--ink);margin:0}
.testimonial-grid strong{color:var(--brand);font-size:13px;margin-top:16px}
.newsletter-band{display:grid;grid-template-columns:1fr minmax(320px,.75fr);gap:24px;align-items:center;background:#111827;color:#fff;padding:34px}
.newsletter-band p{color:#dbe5df;margin-bottom:0}
.newsletter-band form{display:flex;gap:10px}
.newsletter-band input{height:50px;border:1px solid rgba(255,255,255,.24);background:rgba(255,255,255,.08);color:#fff;border-radius:999px;padding:0 16px;min-width:0;flex:1;outline:none}
.newsletter-band input::placeholder{color:#dbe5df}
.newsletter-band .btn{background:#fff;color:#111827}
.footer{background:#111827}
.footer p,.footer-bottom{color:#dbe5df}
.footer a:hover{color:#bde8d6}
.product-detail-body,.checkout-page-body{background:var(--bg)}
.product-detail-header,.pro-checkout-header{background:rgba(255,255,255,.96)}
.product-breadcrumb{margin-top:6px}
.product-detail-grid{grid-template-columns:minmax(0,1.02fr) minmax(360px,.98fr);gap:24px}
.product-gallery-card{padding:12px}
.product-main-image-wrap{border-radius:var(--radius)}
.product-detail-info{padding:26px}
.product-detail-info h1{font-size:clamp(30px,4.2vw,52px);letter-spacing:0}
.product-detail-meta span{border-radius:999px;background:#fff}
.product-detail-price strong{font-size:32px}
.pay-later-detail{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--line);background:var(--surface-soft);border-radius:999px;padding:9px 12px;font-weight:900;margin:0 0 10px}
.pay-later-detail span,.pay-later-detail em{font-size:12px;color:var(--muted);font-style:normal}
.pay-later-detail strong{color:var(--brand-dark)}
.product-trust-row div{border-radius:var(--radius);background:#fff}
.product-size-pills button,.color-pill,.product-qty-stepper,.product-stock-message,.pro-live-note,.pro-field select,.pro-customer-grid input,.pro-customer-grid textarea,.pro-qty-box,.pro-method,.pro-summary-product{border-radius:var(--radius)}
.product-size-pills button.is-selected,.pro-steps .is-active{background:var(--brand-dark);border-color:var(--brand-dark)}
.product-help-links{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px}
.product-help-links a{font-size:12px;text-transform:uppercase;letter-spacing:.05em;color:var(--brand);font-weight:900;border-bottom:1px solid currentColor}
.product-detail-lower{width:min(var(--max),calc(100% - 34px));margin:28px auto 0;display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:22px;align-items:start}
.product-detail-lower .product-description-card{margin-top:0}
.product-accordion-card{background:#fff;border:1px solid var(--line);padding:8px}
.product-accordion-card details{border-bottom:1px solid var(--line);padding:0}
.product-accordion-card details:last-child{border-bottom:0}
.product-accordion-card summary{cursor:pointer;list-style:none;padding:16px 12px;font-weight:900;text-transform:uppercase;font-size:12px;letter-spacing:.06em}
.product-accordion-card summary::-webkit-details-marker{display:none}
.product-accordion-card p{margin:0;padding:0 12px 16px;color:var(--muted);font-weight:700}
.pro-detail-points div{border-radius:var(--radius);background:#fff}
.quick-modal-panel,.ai-panel,.pro-success-card{border-radius:var(--radius)}
.modal-x,.ai-head button,.drawer-head button,.cart-head button,.pro-success-card [data-success-close]{border-radius:var(--radius);background:var(--surface-soft)}
.pro-checkout-grid{gap:16px}
.pro-steps span{border-radius:999px}
.pro-trust-row span{border-left:3px solid var(--brand);background:#fff;border-radius:var(--radius)}
.success-check{font-size:14px}
@media(max-width:980px){
  .service-strip,.testimonial-grid{grid-template-columns:repeat(2,1fr)}
  .split-editorial,.product-detail-lower,.newsletter-band{grid-template-columns:1fr}
  .product-detail-grid{grid-template-columns:1fr}
  .product-gallery-card{position:relative;top:auto}
  .newsletter-band form{max-width:560px}
}
@media(max-width:760px){
  .announcement{grid-template-columns:1fr;text-align:center}
  .ann-right{text-align:center}
  .ann-center{overflow:auto;justify-content:flex-start}
  .hero{min-height:560px}
  .hero-content,.hero-clean{width:calc(100% - 30px)}
  .hero-content h1,.hero-clean h1{font-size:40px}
  .service-strip{grid-template-columns:1fr 1fr}
  .service-strip div:nth-child(2){border-right:0}
  .service-strip div:nth-child(-n+2){border-bottom:1px solid var(--line)}
  .cat-grid,.reel-grid{grid-template-columns:1fr}
  .testimonial-grid{grid-template-columns:1fr}
  .newsletter-band{padding:24px 18px}
  .newsletter-band form{flex-direction:column}
  .product-detail-actions{grid-template-columns:1fr!important}
}
@media(max-width:640px){
  .section{width:calc(100% - 22px);margin:40px auto}
  .section-head{align-items:flex-start;flex-direction:column;gap:8px}
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}
  .product-card{border-radius:var(--radius)!important}
  .product-info{padding:10px!important}
  .pay-later-line{font-size:10px}
  .card-color-row{gap:4px}
  .card-color-row span{width:14px;height:14px}
  .product-actions .buy-btn,.product-actions .add-btn{white-space:normal!important;line-height:1.05!important}
  .product-row .product-card{min-width:220px}
  .service-strip strong{font-size:11px}
  .service-strip span{font-size:10px}
  .product-detail-shell,.product-detail-lower,.pro-checkout-shell{width:calc(100% - 22px)}
  .product-detail-info{padding:18px}
  .product-trust-row,.pro-detail-points{grid-template-columns:1fr}
  .pay-later-detail{align-items:flex-start;border-radius:var(--radius);flex-direction:column;gap:2px}
}
@media(max-width:390px){
  .product-grid{gap:8px!important}
  .product-actions{grid-template-columns:1fr!important}
  .product-row .product-card{min-width:204px}
}
