:root {
  --green: #0b6f3c;
  --green-dark: #083f27;
  --green-deep: #062d1d;
  --green-soft: #e9f2eb;
  --olive: #70843d;
  --yellow: #ffd500;
  --cream: #f7f4ea;
  --cream-deep: #eee8d7;
  --white: #ffffff;
  --ink: #102117;
  --muted: #667169;
  --line: #e2e7e2;
  --danger: #aa3030;
  --shadow: 0 18px 50px rgba(17, 52, 34, .10);
  --shadow-soft: 0 8px 28px rgba(17, 52, 34, .08);
  --radius-xl: 32px;
  --radius-lg: 22px;
  --radius-md: 16px;
  --container: 1240px;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 100px; }
body {
  margin: 0;
  color: var(--ink);
  background: #fff;
  font-family: "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll { overflow: hidden; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.section { padding: 76px 0; }
.hidden { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: -80px; left: 20px; z-index: 1000; background: var(--yellow); color: var(--green-deep); padding: 12px 18px; border-radius: 10px; font-weight: 800; }
.skip-link:focus { top: 14px; }

.top-strip { background: var(--green-deep); color: #eaf4ed; font-size: 13px; }
.top-strip-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.top-strip p { margin: 0; }
.top-strip a { color: var(--yellow); font-weight: 800; white-space: nowrap; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(8,63,39,.08); backdrop-filter: blur(16px); }
.nav-wrap { min-height: 78px; display: grid; grid-template-columns: 165px 1fr auto; align-items: center; gap: 26px; }
.brand-lockup { display: inline-flex; align-items: center; width: 132px; }
.brand-lockup img { display: block; width: 100%; height: auto; }
.main-nav { justify-self: center; display: flex; align-items: center; gap: 30px; font-size: 14px; font-weight: 700; }
.main-nav a { position: relative; padding: 29px 0 25px; }
.main-nav a::after { content: ""; position: absolute; left: 50%; bottom: 19px; width: 0; height: 2px; border-radius: 99px; background: var(--green); transform: translateX(-50%); transition: width .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { width: 100%; }
.nav-actions { display: flex; align-items: center; gap: 10px; }
.icon-button { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; color: var(--ink); background: #fff; cursor: pointer; transition: .2s ease; }
.icon-button:hover { color: var(--green); border-color: var(--green); transform: translateY(-1px); }
.icon-button svg { width: 20px; height: 20px; }
.cart-count { position: absolute; top: -4px; right: -4px; min-width: 20px; height: 20px; padding: 0 5px; display: none; place-items: center; border: 2px solid #fff; border-radius: 99px; background: var(--yellow); color: var(--green-deep); font-size: 11px; font-weight: 900; }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; background: transparent; cursor: pointer; }
.nav-toggle > span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: var(--ink); border-radius: 10px; }

.button { min-height: 46px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 20px; border: 1px solid transparent; border-radius: 11px; font-weight: 800; font-size: 14px; cursor: pointer; transition: transform .18s ease, box-shadow .18s ease, background .18s ease, border-color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:disabled { opacity: .45; cursor: not-allowed; transform: none; }
.button-primary { color: #fff; background: var(--olive); box-shadow: 0 10px 24px rgba(112,132,61,.20); }
.button-primary:hover { background: #617432; }
.button-dark { color: #fff; background: var(--green-deep); }
.button-dark:hover { background: var(--green); }
.button-soft { color: var(--ink); border-color: rgba(15,58,35,.08); background: rgba(255,255,255,.74); }
.button-soft:hover { border-color: var(--green); }
.button-wa { color: #052d1b; background: #25d366; }
.button-yellow { color: var(--green-deep); background: var(--yellow); }
.button-outline-light { color: #fff; border-color: rgba(255,255,255,.38); background: transparent; }
.button-reset { color: var(--green-dark); border-color: var(--line); background: #fff; }
.button-full { width: 100%; }

.hero-section { padding: 28px 0 22px; }
.hero-shell { min-height: 540px; display: grid; grid-template-columns: 1.02fr .98fr; overflow: hidden; border: 1px solid #ebe8dc; border-radius: var(--radius-xl); background: linear-gradient(120deg, #faf8f0 0%, #f5f1e5 62%, #eef2e6 100%); box-shadow: var(--shadow-soft); }
.hero-copy { padding: clamp(48px, 6vw, 82px); display: flex; flex-direction: column; justify-content: center; }
.hero-kicker { display: inline-flex; align-items: center; gap: 9px; width: max-content; margin-bottom: 20px; padding: 7px 11px; border-radius: 99px; background: rgba(112,132,61,.10); color: var(--green-dark); font-size: 12px; font-weight: 900; letter-spacing: .04em; text-transform: uppercase; }
.hero-kicker i { width: 7px; height: 7px; border-radius: 50%; background: var(--olive); box-shadow: 0 0 0 5px rgba(112,132,61,.12); }
.hero-copy h1 { max-width: 650px; margin: 0; font-size: clamp(42px, 5.3vw, 72px); line-height: .99; letter-spacing: -.052em; }
.hero-copy > p { max-width: 590px; margin: 24px 0 0; color: var(--muted); font-size: 17px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 34px; color: var(--muted); font-size: 13px; }
.hero-proof p { margin: 0; }
.hero-proof strong { color: var(--ink); }
.proof-bubbles { display: flex; }
.proof-bubbles span { width: 31px; height: 31px; display: grid; place-items: center; margin-left: -7px; border: 2px solid #f7f4ea; border-radius: 50%; background: var(--green); color: #fff; font-size: 11px; font-weight: 900; }
.proof-bubbles span:first-child { margin-left: 0; }
.proof-bubbles span:nth-child(2) { background: var(--olive); }
.proof-bubbles span:nth-child(3) { background: #9a7b56; }
.proof-bubbles span:nth-child(4) { background: var(--yellow); color: var(--green-deep); }

.hero-media { position: relative; min-height: 540px; display: grid; place-items: center; overflow: hidden; }
.hero-photo-card { position: relative; z-index: 3; width: min(72%, 420px); aspect-ratio: 4/5; overflow: hidden; border-radius: 42% 42% 24px 24px; background: #e4e9dd; box-shadow: 0 24px 60px rgba(31,67,43,.18); }
.hero-photo-fallback { position: absolute; inset: 0; z-index: 0; display: grid; place-items: center; align-content: center; gap: 18px; padding: 40px; color: var(--green-dark); text-align: center; background: radial-gradient(circle at 50% 30%, #fff 0, #f4f2e8 48%, #dfe8d9 100%); }
.hero-photo-fallback img { width: 76%; opacity: .94; }
.hero-photo-fallback span { font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.hero-product-image { position: relative; z-index: 1; width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; }
.hero-floating-card { position: absolute; z-index: 5; display: flex; align-items: center; gap: 12px; min-width: 190px; padding: 13px 16px; border: 1px solid rgba(255,255,255,.65); border-radius: 16px; background: rgba(255,255,255,.88); box-shadow: var(--shadow-soft); backdrop-filter: blur(12px); }
.hero-floating-card strong, .hero-floating-card small { display: block; }
.hero-floating-card strong { font-size: 13px; }
.hero-floating-card small { margin-top: 3px; color: var(--muted); font-size: 11px; }
.card-top { top: 88px; left: 12px; }
.card-bottom { right: 15px; bottom: 65px; }
.mini-icon { width: 35px; height: 35px; display: grid; place-items: center; border-radius: 50%; color: var(--green-deep); background: var(--yellow); font-weight: 900; }
.mini-dot { width: 12px; height: 12px; border-radius: 50%; background: #36b86b; box-shadow: 0 0 0 8px rgba(54,184,107,.12); margin: 0 10px; }
.hero-shape { position: absolute; border-radius: 50%; filter: blur(.2px); }
.hero-shape-one { width: 350px; height: 350px; right: -55px; top: -70px; background: rgba(172,188,139,.32); }
.hero-shape-two { width: 220px; height: 220px; left: 15px; bottom: -70px; background: rgba(255,213,0,.18); }

.service-section { padding: 0 0 28px; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid var(--line); border-radius: 18px; background: #fff; box-shadow: 0 8px 22px rgba(20,51,34,.05); }
.service-item { min-height: 94px; display: flex; align-items: center; gap: 13px; padding: 18px 22px; border-right: 1px solid var(--line); }
.service-item:last-child { border-right: 0; }
.service-icon { flex: 0 0 auto; width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; color: var(--olive); background: #f0f3e8; }
.service-icon svg { width: 20px; height: 20px; }
.service-item h2 { margin: 0; font-size: 13px; }
.service-item p { margin: 3px 0 0; color: var(--muted); font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 30px; }
.section-heading h2, .catalog-header h2 { margin: 5px 0 0; font-size: clamp(28px, 3vw, 40px); line-height: 1.12; letter-spacing: -.035em; }
.section-heading p, .catalog-header p { max-width: 650px; margin: 10px 0 0; color: var(--muted); }
.eyebrow { color: var(--olive); font-size: 11px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.eyebrow.light { color: #d9e9dc; }
.text-link { flex: 0 0 auto; color: var(--green-dark); font-size: 13px; font-weight: 800; }
.text-link span { margin-left: 7px; transition: margin .2s ease; }
.text-link:hover span { margin-left: 12px; }

.category-section { padding-top: 60px; }
.category-grid { display: grid; grid-template-columns: repeat(8, minmax(0, 1fr)); gap: 20px; }
.category-card { min-width: 0; padding: 0; border: 0; color: var(--ink); background: transparent; cursor: pointer; text-align: center; }
.category-image { position: relative; width: 100%; aspect-ratio: 1; overflow: hidden; border-radius: 50%; background: var(--cream); transition: transform .25s ease, box-shadow .25s ease; }
.category-image img, .category-image .product-placeholder { width: 100%; height: 100%; object-fit: cover; }
.category-image .product-placeholder { border-radius: 50%; }
.category-card:hover .category-image { transform: translateY(-5px); box-shadow: 0 14px 30px rgba(15,52,31,.12); }
.category-card h3 { margin: 12px 0 2px; font-size: 13px; }
.category-card p { margin: 0; color: var(--muted); font-size: 11px; }

.featured-section { background: #fbfcfa; }
.product-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid #e7ebe7; border-radius: 15px; background: #fff; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.product-card:hover { transform: translateY(-5px); border-color: #d6dfd6; box-shadow: 0 17px 38px rgba(26,59,38,.10); }
.product-image-wrap { position: relative; aspect-ratio: 4/5; overflow: hidden; background: #f3f4ef; }
.product-image, .product-image-wrap > .product-placeholder { width: 100%; height: 100%; display: block; object-fit: cover; object-position: center top; transition: transform .35s ease; }
.product-card:hover .product-image, .product-card:hover .product-image-wrap > .product-placeholder { transform: scale(1.025); }
.product-placeholder { display: grid; place-items: center; min-height: 100%; text-align: center; background: linear-gradient(145deg, #f0efe4, #dfe9df); }
.product-placeholder span { display: grid; gap: 5px; padding: 15px; }
.product-placeholder strong { color: rgba(8,63,39,.74); font-size: clamp(30px, 4vw, 52px); line-height: 1; letter-spacing: -.08em; }
.product-placeholder small { color: rgba(8,63,39,.62); font-size: 9px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.placeholder-2 { background: linear-gradient(145deg, #f4e9e5, #ead9d2); }
.placeholder-3 { background: linear-gradient(145deg, #eef0e0, #dfe2c8); }
.placeholder-4 { background: linear-gradient(145deg, #e9e4ef, #dcd4e6); }
.placeholder-5 { background: linear-gradient(145deg, #e7eeee, #d3e1de); }
.product-badges { position: absolute; top: 10px; left: 10px; z-index: 3; display: flex; flex-wrap: wrap; gap: 5px; max-width: calc(100% - 52px); }
.badge { padding: 5px 8px; border-radius: 7px; color: #fff; background: var(--green); font-size: 9px; font-weight: 900; text-transform: uppercase; letter-spacing: .04em; }
.badge-limited { color: #674f00; background: #ffe883; }
.badge-out { background: #7c8580; }
.badge-preloved { background: #8b5c91; }
.product-favorite { position: absolute; top: 9px; right: 9px; z-index: 3; width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid rgba(8,63,39,.08); border-radius: 50%; color: var(--green-deep); background: rgba(255,255,255,.90); cursor: pointer; font-size: 20px; line-height: 1; }
.product-favorite:hover { color: #c43f58; transform: scale(1.06); }
.product-body { padding: 14px 14px 15px; }
.product-brand { margin: 0 0 4px; color: var(--olive); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-title { min-height: 40px; margin: 0; font-size: 14px; line-height: 1.35; }
.product-rating { display: flex; align-items: center; gap: 5px; margin-top: 7px; color: #d2a400; font-size: 10px; }
.product-rating span { color: var(--muted); }
.product-price { margin: 10px 0 12px; color: var(--green-dark); font-size: 15px; font-weight: 900; }
.product-card-info { margin: -5px 0 11px; color: var(--muted); font-size: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.product-actions { display: grid; grid-template-columns: 1fr 38px; gap: 7px; }
.product-actions .button { min-height: 38px; padding: 0 10px; border-radius: 8px; font-size: 11px; }
.quick-wa { display: grid; place-items: center; border-radius: 8px; color: #07371f; background: #dff8e8; }
.quick-wa svg { width: 18px; height: 18px; fill: currentColor; stroke: none; }

.promo-section { padding-top: 56px; padding-bottom: 56px; }
.promo-banner { position: relative; min-height: 300px; display: grid; grid-template-columns: 1.1fr .9fr; overflow: hidden; border-radius: 24px; background: linear-gradient(110deg, #f5f0df 0%, #f8f4e8 53%, #e7eadb 100%); }
.promo-copy { position: relative; z-index: 2; align-self: center; padding: 48px 55px; }
.promo-copy h2 { max-width: 630px; margin: 7px 0 12px; font-size: clamp(31px, 4vw, 49px); line-height: 1.06; letter-spacing: -.045em; }
.promo-copy p { max-width: 560px; margin: 0 0 24px; color: var(--muted); }
.promo-visual { position: relative; min-height: 300px; }
.shopping-bag { position: absolute; z-index: 3; right: 22%; bottom: -18px; width: 190px; height: 220px; display: grid; place-items: center; color: #776c52; background: #d6c4a2; box-shadow: 0 25px 45px rgba(90,72,41,.18); clip-path: polygon(7% 13%, 93% 13%, 100% 100%, 0 100%); }
.shopping-bag::before { content: ""; position: absolute; top: -27px; left: 50%; width: 85px; height: 70px; border: 8px solid #b5a17e; border-bottom: 0; border-radius: 45px 45px 0 0; transform: translateX(-50%); }
.shopping-bag span { font-weight: 900; letter-spacing: .08em; }
.discount-tag { position: absolute; z-index: 4; right: 10%; top: 70px; width: 105px; height: 125px; display: grid; place-items: center; border-radius: 8px; color: #fff; background: var(--olive); text-align: center; font-size: 20px; font-weight: 900; line-height: 1.1; transform: rotate(-8deg); box-shadow: var(--shadow-soft); }
.promo-leaf { position: absolute; border-radius: 100% 0 100% 0; background: #91a45b; transform: rotate(34deg); }
.leaf-one { right: 4%; bottom: -10px; width: 95px; height: 170px; }
.leaf-two { right: 2%; bottom: 20px; width: 60px; height: 110px; transform: rotate(70deg); background: #667c38; }

.explore-section { padding-top: 54px; }
.brand-section { background: #fbfcfa; }
.brand-cloud { display: grid; grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 12px; }
.brand-chip { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 17px; border: 1px solid var(--line); border-radius: 13px; color: var(--ink); background: #fff; cursor: pointer; font-size: 11px; font-weight: 900; text-align: left; transition: .2s ease; }
.brand-chip span { min-width: 27px; height: 27px; display: grid; place-items: center; border-radius: 50%; color: var(--green-dark); background: var(--green-soft); font-size: 10px; }
.brand-chip:hover { color: var(--green); border-color: #b9cabd; transform: translateY(-3px); box-shadow: var(--shadow-soft); }

.catalog-section { background: #fff; }
.catalog-header { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.catalog-count-card { flex: 0 0 auto; min-width: 135px; padding: 17px 22px; border-radius: 15px; color: #fff; background: var(--green-dark); text-align: center; }
.catalog-count-card strong, .catalog-count-card span { display: block; }
.catalog-count-card strong { color: var(--yellow); font-size: 24px; }
.catalog-count-card span { margin-top: 2px; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.catalog-toolbar { display: grid; grid-template-columns: minmax(260px, 1fr) auto 210px; gap: 10px; padding: 12px; border: 1px solid var(--line); border-radius: 15px; background: #fafbfa; }
.search-box { min-height: 48px; display: flex; align-items: center; gap: 12px; padding: 0 16px; border: 1px solid var(--line); border-radius: 10px; background: #fff; }
.search-box:focus-within { border-color: var(--green); box-shadow: 0 0 0 3px rgba(11,111,60,.08); }
.search-box svg { width: 20px; height: 20px; color: var(--muted); }
.search-box input { width: 100%; border: 0; outline: 0; color: var(--ink); background: transparent; }
.button-filter { color: var(--green-dark); border-color: var(--line); background: #fff; }
.button-filter svg { width: 18px; height: 18px; }
.active-filter-count { display: none; min-width: 20px; height: 20px; place-items: center; border-radius: 99px; color: var(--green-deep); background: var(--yellow); font-size: 10px; }
.active-filter-count.visible { display: grid; }
.sort-box select, .filter-field select, .variant-select { width: 100%; min-height: 48px; padding: 0 38px 0 14px; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); background: #fff; outline: none; }
.filters-panel { display: none; grid-template-columns: repeat(6, 1fr) auto; gap: 12px; align-items: end; margin-top: 12px; padding: 18px; border: 1px solid var(--line); border-radius: 15px; background: var(--cream); }
.filters-panel.open { display: grid; }
.filter-field label { display: block; margin: 0 0 7px; color: var(--muted); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .07em; }
.catalog-meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin: 22px 0 17px; color: var(--muted); font-size: 12px; }
.catalog-meta p { margin: 0; }
.catalog-meta strong { color: var(--ink); font-size: 15px; }
.catalog-product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.empty-state { padding: 70px 20px; border: 1px dashed #cfd9d1; border-radius: 18px; background: #fafcf9; text-align: center; }
.empty-icon { color: var(--olive); font-size: 40px; }
.empty-state h3 { margin: 10px 0 5px; }
.empty-state p { color: var(--muted); }
.pagination-wrap { display: flex; align-items: center; justify-content: center; gap: 12px; margin-top: 35px; }
.page-numbers { display: flex; gap: 7px; }
.page-button, .page-number { min-height: 40px; padding: 0 13px; border: 1px solid var(--line); border-radius: 9px; color: var(--ink); background: #fff; cursor: pointer; font-size: 12px; font-weight: 800; }
.page-number { min-width: 40px; }
.page-number.active { color: #fff; border-color: var(--green); background: var(--green); }
.page-button:disabled { opacity: .4; cursor: not-allowed; }

.location-section { padding-top: 40px; }
.location-card { display: grid; grid-template-columns: 1.3fr .7fr; gap: 40px; padding: 54px; border-radius: 28px; color: #fff; background: linear-gradient(120deg, var(--green-deep), #0d6a3d); }
.location-copy h2 { max-width: 650px; margin: 8px 0 12px; font-size: clamp(34px, 4vw, 52px); line-height: 1.07; letter-spacing: -.04em; }
.location-copy p { margin: 0; color: #d6e8db; }
.location-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 27px; }
.social-card { align-self: center; padding: 24px; border: 1px solid rgba(255,255,255,.17); border-radius: 18px; background: rgba(255,255,255,.08); }
.social-card > p { margin: 0 0 15px; color: #d9e9dc; font-size: 12px; }
.social-card a { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 15px 0; border-top: 1px solid rgba(255,255,255,.12); }
.social-card span { color: #bcd4c4; font-size: 11px; }
.social-card strong { color: var(--yellow); font-size: 13px; }

.site-footer { margin-top: 65px; padding: 55px 0 20px; color: #d4e2d8; background: #061e14; }
.footer-grid { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 50px; }
.footer-brand img { width: 145px; filter: saturate(.9); }
.footer-brand p { max-width: 350px; margin: 20px 0 0; color: #96ad9e; font-size: 13px; line-height: 1.7; }
.site-footer h3 { margin: 0 0 17px; color: #fff; font-size: 13px; }
.site-footer a { display: block; width: max-content; margin: 9px 0; color: #a8bbaa; font-size: 12px; }
.site-footer a:hover { color: var(--yellow); }
.site-footer div > p { color: #96ad9e; font-size: 12px; line-height: 1.7; }
.footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.09); color: #799182; font-size: 11px; }
.footer-bottom p { margin: 0; }
.footer-bottom a { margin: 0; }

.floating-wa { position: fixed; right: 22px; bottom: 22px; z-index: 80; width: 56px; height: 56px; display: grid; place-items: center; border: 4px solid #fff; border-radius: 50%; color: #fff; background: #25d366; box-shadow: 0 14px 28px rgba(10,71,37,.25); }
.floating-wa svg { width: 28px; height: 28px; fill: currentColor; stroke: none; }

.modal, .cart-drawer { position: fixed; inset: 0; z-index: 300; display: none; }
.modal.open, .cart-drawer.open { display: block; }
.modal-backdrop, .cart-backdrop { position: absolute; inset: 0; background: rgba(5,22,14,.72); backdrop-filter: blur(4px); }
.modal-dialog { position: absolute; inset: 50% auto auto 50%; width: min(1160px, calc(100% - 38px)); max-height: calc(100vh - 38px); overflow: auto; border-radius: 25px; background: #fff; box-shadow: 0 35px 100px rgba(0,0,0,.25); transform: translate(-50%, -50%); }
.modal-close, .cart-close { width: 40px; height: 40px; display: grid; place-items: center; border: 0; border-radius: 50%; color: var(--ink); background: #f2f4f2; cursor: pointer; font-size: 25px; }
.modal-close { position: absolute; top: 14px; right: 14px; z-index: 10; }
.modal-product { display: grid; grid-template-columns: .9fr 1.1fr; }
.modal-gallery { min-width: 0; padding: 20px; background: #eef3ef; }
.modal-main-image { width: 100%; aspect-ratio: 4/5; min-height: 0; overflow: hidden; border-radius: 18px; background: #e8eee9; }
.modal-main-image img, .modal-main-image .product-placeholder { width: 100%; height: 100%; min-height: 0; display: block; object-fit: contain; object-position: center top; }
.modal-info { padding: clamp(38px, 5vw, 70px); }
.modal-info h2 { margin: 3px 0 12px; font-size: clamp(34px, 4vw, 58px); line-height: 1.02; letter-spacing: -.05em; }
.modal-price { margin: 0; color: var(--green); font-size: 25px; font-weight: 900; }
.modal-description { margin: 23px 0; color: var(--muted); font-size: 15px; line-height: 1.7; }
.variant-label { display: block; margin: 0 0 8px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.variant-select { min-height: 58px; border-radius: 13px; font-size: 14px; }
.variant-status { display: flex; justify-content: space-between; gap: 20px; margin-top: 12px; padding: 14px 16px; border-radius: 12px; background: #f3f6f3; font-size: 12px; }
.variant-status strong { color: var(--green); }
.modal-specs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 25px; padding: 25px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.modal-specs span, .modal-specs strong { display: block; }
.modal-specs span { color: var(--muted); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.modal-specs strong { margin-top: 5px; font-size: 13px; }
.modal-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; margin-top: 26px; }

.cart-panel { position: absolute; top: 0; right: 0; width: min(470px, 100%); height: 100%; display: flex; flex-direction: column; background: #fff; box-shadow: -20px 0 55px rgba(0,0,0,.18); }
.cart-header { display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 24px; border-bottom: 1px solid var(--line); }
.cart-header h2 { margin: 5px 0 0; font-size: 25px; }
.cart-items { flex: 1; overflow: auto; padding: 8px 24px; }
.cart-item { position: relative; display: grid; grid-template-columns: 82px 1fr; gap: 14px; padding: 16px 35px 16px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 82px; aspect-ratio: 4/5; overflow: hidden; border-radius: 10px; background: #f0f3f0; }
.cart-thumb img, .cart-thumb .product-placeholder { width: 100%; height: 100%; object-fit: cover; }
.cart-thumb .product-placeholder strong { font-size: 24px; }
.cart-item h3 { margin: 0 0 3px; font-size: 13px; }
.cart-item p { margin: 2px 0; color: var(--muted); font-size: 10px; }
.cart-item-price { margin-top: 7px; color: var(--green); font-size: 13px; font-weight: 900; }
.remove-cart-item { position: absolute; top: 14px; right: 0; width: 28px; height: 28px; border: 0; border-radius: 50%; color: var(--danger); background: #fff0f0; cursor: pointer; }
.cart-empty { flex: 1; display: grid; place-items: center; align-content: center; padding: 35px; text-align: center; }
.cart-empty > div { color: var(--olive); font-size: 45px; }
.cart-empty h3 { margin: 8px 0 2px; }
.cart-empty p { color: var(--muted); }
.cart-footer { padding: 20px 24px 24px; border-top: 1px solid var(--line); background: #fafbfa; }
.cart-summary { display: flex; align-items: center; justify-content: space-between; gap: 15px; }
.cart-summary span { color: var(--muted); font-size: 12px; }
.cart-summary strong { color: var(--green); font-size: 21px; }
.cart-footer > p { margin: 8px 0 15px; color: var(--muted); font-size: 10px; }
.cart-footer .button + .button { margin-top: 8px; }
.toast { position: fixed; left: 50%; bottom: -100px; z-index: 500; padding: 13px 18px; border-radius: 99px; color: #fff; background: var(--green-deep); box-shadow: var(--shadow); font-size: 12px; font-weight: 800; transform: translateX(-50%); transition: bottom .25s ease; }
.toast.show { bottom: 24px; }

@media (max-width: 1100px) {
  .nav-wrap { grid-template-columns: 145px 1fr auto; gap: 15px; }
  .main-nav { gap: 18px; }
  .product-grid, .catalog-product-grid { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .category-grid { grid-template-columns: repeat(6, minmax(0,1fr)); }
  .brand-cloud { grid-template-columns: repeat(4, minmax(0,1fr)); }
  .filters-panel { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 900px) {
  .top-strip-inner { justify-content: center; text-align: center; }
  .top-strip a { display: none; }
  .nav-wrap { min-height: 70px; grid-template-columns: auto 1fr auto; }
  .brand-lockup { width: 112px; }
  .nav-toggle { display: block; justify-self: end; }
  .main-nav { position: absolute; top: 70px; left: 20px; right: 20px; display: none; padding: 12px; border: 1px solid var(--line); border-radius: 16px; background: #fff; box-shadow: var(--shadow); }
  .main-nav.open { display: grid; }
  .main-nav a { padding: 12px 13px; border-radius: 9px; }
  .main-nav a:hover { background: var(--green-soft); }
  .main-nav a::after { display: none; }
  .nav-actions { justify-self: end; }
  .desktop-only { display: none !important; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { padding: 50px 40px 25px; }
  .hero-media { min-height: 480px; }
  .hero-photo-card { width: min(62%, 390px); }
  .card-top { left: 8%; }
  .card-bottom { right: 8%; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-item:nth-child(2) { border-right: 0; }
  .service-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid { display: flex; overflow-x: auto; padding: 4px 2px 12px; scroll-snap-type: x mandatory; }
  .category-card { flex: 0 0 124px; scroll-snap-align: start; }
  .product-grid, .catalog-product-grid { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .promo-banner { grid-template-columns: 1fr; }
  .promo-copy { padding: 40px; }
  .promo-visual { min-height: 250px; }
  .brand-cloud { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .catalog-toolbar { grid-template-columns: 1fr auto; }
  .sort-box { grid-column: 1/-1; }
  .filters-panel { grid-template-columns: repeat(2, 1fr); }
  .location-card { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1.5fr repeat(2, 1fr); }
  .footer-grid > div:last-child { grid-column: 2/4; }
  .modal-product { grid-template-columns: 1fr; }
  .modal-gallery { padding: 18px 18px 0; }
  .modal-main-image { max-width: 520px; margin-inline: auto; }
}

@media (max-width: 650px) {
  .container { width: min(calc(100% - 24px), var(--container)); }
  .section { padding: 54px 0; }
  .top-strip { font-size: 10px; }
  .top-strip-inner { min-height: 31px; }
  .site-header { top: 0; }
  .nav-wrap { min-height: 64px; }
  .main-nav { top: 65px; left: 12px; right: 12px; }
  .search-jump { display: none; }
  .hero-section { padding-top: 14px; }
  .hero-shell { min-height: 0; border-radius: 22px; }
  .hero-copy { padding: 37px 24px 20px; }
  .hero-copy h1 { font-size: 42px; }
  .hero-copy > p { font-size: 14px; line-height: 1.65; }
  .hero-actions .button { flex: 1; min-width: 135px; padding-inline: 12px; }
  .hero-proof { align-items: flex-start; }
  .hero-media { min-height: 410px; }
  .hero-photo-card { width: min(72%, 315px); border-radius: 38% 38% 19px 19px; }
  .hero-floating-card { min-width: 152px; padding: 10px 11px; }
  .hero-floating-card strong { font-size: 11px; }
  .card-top { top: 55px; left: 5px; }
  .card-bottom { right: 5px; bottom: 38px; }
  .service-section { padding-bottom: 10px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-item { min-height: 90px; align-items: flex-start; padding: 14px; }
  .service-icon { width: 34px; height: 34px; }
  .service-item h2 { font-size: 11px; }
  .service-item p { font-size: 9px; }
  .section-heading, .catalog-header { align-items: flex-start; margin-bottom: 22px; }
  .section-heading h2, .catalog-header h2 { font-size: 30px; }
  .section-heading p, .catalog-header p { font-size: 13px; }
  .text-link { display: none; }
  .category-card { flex-basis: 105px; }
  .product-grid, .catalog-product-grid { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 11px; }
  .product-body { padding: 11px; }
  .product-title { min-height: 37px; font-size: 12px; }
  .product-price { font-size: 13px; }
  .product-card-info { font-size: 9px; }
  .product-actions { grid-template-columns: 1fr 34px; }
  .product-actions .button { min-height: 34px; font-size: 9px; }
  .promo-section { padding: 25px 0; }
  .promo-banner { border-radius: 18px; }
  .promo-copy { padding: 32px 24px; }
  .promo-copy h2 { font-size: 34px; }
  .promo-visual { min-height: 220px; }
  .shopping-bag { right: 25%; width: 150px; height: 185px; }
  .discount-tag { right: 7%; top: 44px; width: 83px; height: 100px; font-size: 16px; }
  .brand-cloud { display: flex; overflow-x: auto; padding-bottom: 8px; }
  .brand-chip { flex: 0 0 170px; min-height: 65px; }
  .catalog-count-card { display: none; }
  .catalog-toolbar { grid-template-columns: 1fr auto; padding: 8px; }
  .search-box { padding: 0 11px; }
  .search-box input { font-size: 12px; }
  .button-filter { min-width: 47px; padding: 0 12px; font-size: 0; }
  .button-filter svg { width: 20px; }
  .active-filter-count { font-size: 9px; }
  .sort-box { grid-column: 1/-1; }
  .filters-panel { grid-template-columns: 1fr; padding: 14px; }
  .catalog-meta { align-items: flex-start; flex-direction: column; gap: 4px; }
  .catalog-note { font-size: 10px; }
  .pagination-wrap { gap: 7px; }
  .page-button { padding: 0 9px; font-size: 10px; }
  .page-number { min-width: 36px; }
  .location-card { padding: 32px 24px; border-radius: 20px; }
  .location-copy h2 { font-size: 35px; }
  .location-actions { display: grid; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .footer-brand { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: 1/-1; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
  .floating-wa { right: 14px; bottom: 14px; width: 52px; height: 52px; }
  .modal-dialog { width: calc(100% - 16px); max-height: calc(100vh - 16px); border-radius: 18px; }
  .modal-gallery { padding: 12px 12px 0; }
  .modal-main-image { border-radius: 13px; }
  .modal-info { padding: 28px 20px 25px; }
  .modal-info h2 { font-size: 35px; }
  .modal-description { font-size: 13px; }
  .variant-status { flex-direction: column; gap: 4px; }
  .modal-specs { grid-template-columns: repeat(2, 1fr); }
  .modal-actions { grid-template-columns: 1fr; }
  .cart-panel { width: 100%; }
  .toast { width: calc(100% - 30px); border-radius: 13px; text-align: center; }
}

/* =========================================================
   mi.do.ri Webstore V2.1 — closer to the supplied reference
   ========================================================= */
:root {
  --green: #6f8538;
  --green-dark: #31431d;
  --green-deep: #1c2c13;
  --green-soft: #eef2e6;
  --olive: #70843d;
  --yellow: #ffd71a;
  --cream: #f7f4ea;
  --cream-deep: #eee9dc;
  --ink: #111512;
  --muted: #6d716c;
  --line: #e8ebe5;
  --shadow: 0 16px 42px rgba(32, 42, 26, .09);
  --shadow-soft: 0 8px 24px rgba(32, 42, 26, .06);
  --container: 1180px;
}

body { background: #fff; color: var(--ink); }
.top-strip { display: none; }
.container { width: min(calc(100% - 34px), var(--container)); }
.section { padding: 56px 0; }

.site-header {
  border-bottom: 1px solid #eceeea;
  background: rgba(255,255,255,.97);
  box-shadow: none;
}
.nav-wrap {
  min-height: 70px;
  grid-template-columns: 132px 1fr auto;
  gap: 20px;
}
.brand-lockup { width: 108px; }
.main-nav { gap: 24px; font-size: 13px; font-weight: 650; }
.main-nav a { padding: 25px 0 22px; }
.main-nav a::after { bottom: 15px; background: var(--olive); }
.icon-button { width: 38px; height: 38px; border-radius: 9px; }
.nav-actions .button-dark { min-height: 40px; padding-inline: 16px; border-radius: 8px; font-size: 12px; background: var(--olive); }

.button { min-height: 42px; padding: 0 18px; border-radius: 7px; font-size: 12px; }
.button-primary { background: var(--olive); box-shadow: none; }
.button-primary:hover { background: #5f7331; }
.button-soft { background: #fff; border-color: #e6e8e2; }

.hero-section { padding: 20px 0 18px; }
.hero-shell {
  min-height: 430px;
  grid-template-columns: 1fr 1fr;
  border: 0;
  border-radius: 14px;
  background: linear-gradient(100deg, #f8f5ec 0%, #f7f4ea 52%, #eef1e7 100%);
  box-shadow: var(--shadow-soft);
}
.hero-copy { padding: 48px 34px; }
.hero-kicker {
  margin-bottom: 14px;
  padding: 0;
  background: transparent;
  color: #66723e;
  font-size: 10px;
  letter-spacing: .08em;
}
.hero-kicker i { width: 6px; height: 6px; box-shadow: 0 0 0 4px rgba(112,132,61,.10); }
.hero-copy h1 {
  max-width: 510px;
  font-size: clamp(39px, 4.5vw, 58px);
  line-height: 1.02;
  letter-spacing: -.045em;
}
.hero-copy > p {
  max-width: 455px;
  margin-top: 17px;
  font-size: 13px;
  line-height: 1.65;
}
.hero-actions { margin-top: 23px; gap: 10px; }
.hero-proof { margin-top: 25px; gap: 12px; font-size: 11px; }
.proof-bubbles span { width: 27px; height: 27px; font-size: 9px; }

.hero-media { min-height: 430px; overflow: hidden; }
.hero-photo-card {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
  border-radius: 0;
  box-shadow: none;
  background: #eef1e7;
}
.hero-product-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-photo-fallback {
  background: radial-gradient(circle at 56% 40%, #fff 0%, #f4f1e8 52%, #e8ebdf 100%);
}
.hero-photo-fallback img { width: 44%; opacity: .92; }
.hero-photo-fallback span { font-size: 10px; }
.hero-floating-card,
.hero-shape { display: none; }

.service-section { padding: 0 0 26px; }
.service-grid {
  border-radius: 10px;
  box-shadow: 0 5px 18px rgba(20,35,24,.04);
}
.service-item { min-height: 78px; padding: 14px 18px; gap: 11px; }
.service-icon { width: 34px; height: 34px; }
.service-icon svg { width: 17px; height: 17px; }
.service-item h2 { font-size: 11px; }
.service-item p { font-size: 9px; }

.section-heading { margin-bottom: 23px; align-items: center; }
.section-heading h2,
.catalog-header h2 { margin-top: 3px; font-size: clamp(23px, 2.6vw, 31px); letter-spacing: -.035em; }
.section-heading p,
.catalog-header p { margin-top: 7px; font-size: 12px; }
.eyebrow { font-size: 9px; letter-spacing: .11em; }
.text-link { font-size: 11px; }

.category-section { padding-top: 44px; }
.category-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 28px;
}
.category-card:nth-child(n+7) { display: none; }
.category-image {
  width: min(100%, 132px);
  margin-inline: auto;
  border: 1px solid #eceee9;
  box-shadow: none;
}
.category-card:hover .category-image { transform: translateY(-3px); box-shadow: var(--shadow-soft); }
.category-card h3 { margin-top: 10px; font-size: 11px; }
.category-card p { font-size: 9px; }

.featured-section { background: #fff; }
.product-grid {
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}
.product-card {
  border-radius: 8px;
  border-color: #e9ebe7;
  box-shadow: none;
}
.product-card:hover { transform: translateY(-3px); box-shadow: 0 11px 28px rgba(28,44,19,.08); }
.product-image-wrap { background: #f7f7f3; }
.product-body { padding: 10px 10px 11px; }
.product-brand { font-size: 8px; margin-bottom: 3px; }
.product-title { min-height: 35px; font-size: 11px; line-height: 1.4; }
.product-rating { margin-top: 5px; font-size: 8px; }
.product-price { margin: 7px 0 8px; font-size: 12px; }
.product-card-info { margin: -2px 0 8px; font-size: 8px; }
.product-actions { grid-template-columns: 1fr 34px; gap: 5px; }
.product-actions .button { min-height: 34px; border-radius: 5px; font-size: 9px; }
.quick-wa { border-radius: 5px; }
.product-favorite { width: 30px; height: 30px; font-size: 17px; }
.badge { padding: 4px 6px; border-radius: 4px; font-size: 7px; }

.promo-section { padding: 42px 0; }
.promo-banner {
  min-height: 220px;
  grid-template-columns: 1.15fr .85fr;
  border-radius: 12px;
  background: linear-gradient(100deg, #f7f2e5 0%, #f7f3e8 55%, #eef0e6 100%);
}
.promo-copy { padding: 32px 34px; }
.promo-copy h2 { max-width: 560px; font-size: clamp(29px, 3.7vw, 42px); }
.promo-copy p { max-width: 500px; font-size: 12px; }
.promo-visual { min-height: 220px; }
.shopping-bag { right: 24%; bottom: -18px; width: 145px; height: 170px; }
.shopping-bag::before { width: 65px; height: 52px; border-width: 6px; }
.discount-tag { right: 10%; top: 45px; width: 82px; height: 94px; font-size: 15px; }
.leaf-one { width: 70px; height: 125px; }
.leaf-two { width: 43px; height: 80px; }

.explore-section { padding-top: 50px; }
.brand-section { background: #fafbf8; }
.brand-cloud { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 9px; }
.brand-chip { min-height: 58px; padding: 12px; border-radius: 7px; font-size: 9px; }
.brand-chip span { min-width: 23px; height: 23px; font-size: 8px; }

.catalog-section { padding-top: 62px; }
.catalog-count-card { min-width: 115px; padding: 13px 16px; border-radius: 8px; }
.catalog-count-card strong { font-size: 20px; }
.catalog-count-card span { font-size: 8px; }
.catalog-toolbar { border-radius: 9px; padding: 9px; }
.search-box,
.sort-box select,
.filter-field select,
.variant-select { min-height: 42px; border-radius: 7px; font-size: 11px; }
.filters-panel { border-radius: 9px; }
.catalog-product-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }

.location-section { padding-top: 34px; }
.location-card {
  grid-template-columns: 1.2fr .8fr;
  gap: 28px;
  padding: 34px;
  border-radius: 14px;
  background: linear-gradient(110deg, #24351a, #43592a);
}
.location-copy h2 { font-size: clamp(28px, 3.4vw, 40px); }
.social-card { padding: 18px; border-radius: 10px; }

.site-footer {
  margin-top: 52px;
  padding: 42px 0 18px;
  color: #575d56;
  background: #f7f8f5;
  border-top: 1px solid #e8ebe6;
}
.footer-grid { gap: 38px; }
.footer-brand img { width: 125px; }
.footer-brand p,
.site-footer div > p { color: #747a73; }
.site-footer h3 { color: #1a201b; }
.site-footer a { color: #626861; }
.site-footer a:hover { color: var(--olive); }
.footer-bottom { border-top-color: #dde1dc; color: #7a8079; }

@media (max-width: 980px) {
  .hero-shell { grid-template-columns: 1fr 1fr; min-height: 400px; }
  .hero-media { min-height: 400px; }
  .hero-copy { padding: 34px 26px; }
  .category-grid { grid-template-columns: repeat(6, minmax(110px, 1fr)); overflow-x: auto; padding-bottom: 10px; }
  .product-grid, .catalog-product-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .section { padding: 42px 0; }
  .nav-wrap { min-height: 62px; grid-template-columns: 1fr auto auto; }
  .brand-lockup { width: 96px; }
  .hero-shell { grid-template-columns: 1fr; }
  .hero-copy { order: 2; padding: 28px 22px 32px; }
  .hero-media { order: 1; min-height: 360px; }
  .hero-copy h1 { font-size: clamp(36px, 10vw, 47px); }
  .hero-copy > p { font-size: 12px; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-item:nth-child(2) { border-right: 0; }
  .service-item:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .category-grid { grid-template-columns: repeat(6, 118px); gap: 16px; }
  .product-grid, .catalog-product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .promo-banner { grid-template-columns: 1fr; }
  .promo-copy { padding: 28px 22px; }
  .promo-visual { min-height: 175px; }
  .brand-cloud { grid-template-columns: repeat(2, 1fr); }
  .location-card { grid-template-columns: 1fr; padding: 28px 22px; }
  .site-footer { margin-top: 42px; }
}

@media (max-width: 430px) {
  .container { width: min(calc(100% - 22px), var(--container)); }
  .hero-media { min-height: 315px; }
  .hero-copy h1 { font-size: 38px; }
  .hero-actions .button { flex: 1 1 0; }
  .service-item { padding: 12px; }
  .service-item p { display: none; }
  .category-grid { grid-template-columns: repeat(6, 102px); }
  .product-title { font-size: 10px; }
  .product-actions { grid-template-columns: 1fr 31px; }
}


/* mi.do.ri Webstore V2.2 — revised homepage order */
.featured-section {
  padding-top: 48px;
  background: #fff;
}
.category-section {
  padding-top: 50px;
  background: #fafbf8;
}
.preloved-section {
  padding-top: 50px;
  background: #fafbf8;
}
.preloved-section .product-card {
  background: #fff;
}
@media (max-width: 720px) {
  .featured-section,
  .category-section,
  .preloved-section {
    padding-top: 34px;
  }
}


/* Runtime diagnostic — v2.2.1 */
.app-error-notice{display:flex;gap:10px;align-items:center;margin:0 0 22px;padding:14px 16px;border:1px solid #e5b7b7;border-radius:12px;background:#fff4f4;color:#7f1d1d}.app-error-notice span{font-size:.9rem}.section-empty-note{grid-column:1/-1;padding:28px;border:1px dashed #d7ddd2;border-radius:14px;text-align:center;color:#667064;background:#fafbf8}

/* =========================================================
   PROMO / DISKON — mi.do.ri Webstore v2.3
   ========================================================= */
.badge-discount {
  color: #fff;
  background: #d9362b;
  box-shadow: 0 5px 14px rgba(217, 54, 43, .24);
}

.product-price,
.modal-price,
.cart-item-price {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 5px 8px;
}

.product-price .current-price,
.modal-price .current-price,
.cart-item-price .current-price {
  color: var(--green-dark);
  font-weight: 900;
}

.product-price .original-price,
.modal-price .original-price,
.cart-item-price .original-price {
  color: #8d948f;
  font-size: .78em;
  font-weight: 700;
  text-decoration: line-through;
  text-decoration-thickness: 1.5px;
}

.product-price .discounted-price,
.modal-price .discounted-price,
.cart-item-price .discounted-price {
  color: #c72f25;
  font-weight: 950;
}

.product-price.has-promo {
  margin-top: 6px;
}

.product-price.has-promo .discounted-price {
  font-size: 1.08em;
}

.modal-price.has-promo {
  margin-top: 2px;
  line-height: 1.2;
}

.modal-price.has-promo .original-price {
  width: 100%;
  font-size: 16px;
}

.modal-price.has-promo .discounted-price {
  font-size: 27px;
}

.saving-note {
  color: #6a741e;
  background: #f3f5d6;
  border-radius: 999px;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .02em;
}

.modal-gallery {
  position: relative;
}

.modal-product-badges {
  position: absolute;
  z-index: 4;
  top: 32px;
  left: 32px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  max-width: calc(100% - 64px);
}

.cart-item-price.has-promo {
  margin-top: 7px;
}

.cart-item-price.has-promo .original-price {
  width: 100%;
  font-size: 10px;
}

.cart-item-price.has-promo .discounted-price {
  font-size: 14px;
}

@media (max-width: 640px) {
  .modal-product-badges {
    top: 22px;
    left: 22px;
    max-width: calc(100% - 44px);
  }
  .modal-price.has-promo .discounted-price { font-size: 23px; }
}


/* =========================================================
   PRODUCT CARD READABILITY & PROMO BADGE — v2.3.2
   Memperbesar seluruh informasi produk pada desktop dan mobile.
   ========================================================= */
.product-body {
  padding: 15px 15px 16px;
}

.product-brand {
  margin-bottom: 6px;
  color: #60742f;
  font-size: 11px;
  line-height: 1.25;
  letter-spacing: .09em;
}

.product-title {
  min-height: 44px;
  font-size: 15px;
  line-height: 1.35;
  font-weight: 850;
  letter-spacing: -.015em;
}

.product-rating {
  gap: 7px;
  margin-top: 9px;
  font-size: 12px;
  line-height: 1.35;
}

.product-rating span {
  color: #59645d;
  font-size: 12px;
  font-weight: 600;
}

.product-price {
  gap: 7px 10px;
  margin: 12px 0 11px;
  font-size: 16px;
  line-height: 1.25;
}

.product-price .current-price {
  font-size: 16px;
}

.product-price .original-price {
  font-size: 12px;
  line-height: 1.2;
  text-decoration-thickness: 2px;
}

.product-price .discounted-price,
.product-price.has-promo .discounted-price {
  color: #c92e27;
  font-size: 18px;
  line-height: 1.15;
  font-weight: 950;
}

.product-card-info {
  margin: 0 0 13px;
  color: #69736c;
  font-size: 11px;
  line-height: 1.45;
}

.product-actions {
  grid-template-columns: 1fr 42px;
  gap: 8px;
}

.product-actions .button {
  min-height: 42px;
  border-radius: 8px;
  font-size: 12px;
}

.quick-wa {
  min-height: 42px;
  border-radius: 8px;
}

.product-favorite {
  width: 38px;
  height: 38px;
  top: 13px;
  right: 13px;
  font-size: 21px;
}

.product-badges {
  top: 13px;
  left: 13px;
  gap: 7px;
}

.badge {
  padding: 6px 9px;
  border-radius: 7px;
  font-size: 9px;
  line-height: 1;
}

.badge-discount {
  min-width: 70px;
  min-height: 58px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 8px 12px;
  border: 2px solid rgba(255,255,255,.82);
  border-radius: 13px 13px 13px 3px;
  color: #fff;
  background: linear-gradient(145deg, #ff513f 0%, #d92525 58%, #b7161c 100%);
  box-shadow: 0 10px 24px rgba(201, 38, 37, .34), inset 0 1px 0 rgba(255,255,255,.28);
  transform: rotate(-2deg);
  text-shadow: 0 1px 2px rgba(105, 0, 0, .24);
}

.badge-discount::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  left: 6px;
  bottom: -4px;
  border-radius: 1px;
  background: #b7161c;
  transform: rotate(45deg);
  z-index: -1;
}

.badge-discount small,
.badge-discount strong {
  display: block;
  color: inherit;
}

.badge-discount small {
  font-size: 9px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .14em;
}

.badge-discount strong {
  font-size: 17px;
  line-height: 1;
  font-weight: 950;
  letter-spacing: -.03em;
}

@media (max-width: 760px) {
  .product-body {
    padding: 13px 12px 14px;
  }

  .product-brand {
    margin-bottom: 5px;
    font-size: 10px;
  }

  .product-title {
    min-height: 42px;
    font-size: 14px;
    line-height: 1.35;
  }

  .product-rating,
  .product-rating span {
    font-size: 11px;
  }

  .product-price {
    gap: 5px 8px;
    margin: 10px 0 9px;
    font-size: 15px;
  }

  .product-price .current-price {
    font-size: 15px;
  }

  .product-price .original-price {
    font-size: 11px;
  }

  .product-price .discounted-price,
  .product-price.has-promo .discounted-price {
    font-size: 17px;
  }

  .product-card-info {
    margin-bottom: 11px;
    font-size: 10px;
  }

  .product-actions {
    grid-template-columns: 1fr 39px;
    gap: 7px;
  }

  .product-actions .button,
  .quick-wa {
    min-height: 39px;
    font-size: 11px;
  }

  .product-badges {
    top: 10px;
    left: 10px;
  }

  .badge-discount {
    min-width: 62px;
    min-height: 52px;
    padding: 7px 9px;
    border-radius: 11px 11px 11px 3px;
  }

  .badge-discount small {
    font-size: 8px;
  }

  .badge-discount strong {
    font-size: 15px;
  }
}

@media (max-width: 430px) {
  .product-title {
    font-size: 13px;
  }

  .product-brand {
    font-size: 9px;
  }

  .product-rating,
  .product-rating span {
    font-size: 10px;
  }

  .product-price .discounted-price,
  .product-price.has-promo .discounted-price {
    font-size: 16px;
  }

  .product-card-info {
    font-size: 9.5px;
  }
}


/* =========================================================
   mi.do.ri v2.3.3 — Product badge refinement
   ========================================================= */

/* Badge Preloved tidak ditampilkan pada kartu produk. */
.product-card .badge-preloved,
.product-card .product-badge.badge-preloved,
.product-card [data-badge="preloved"] {
  display: none !important;
}

/* Area foto menjadi acuan posisi badge. */
.product-card .product-image,
.product-card .product-media,
.product-card .product-card-media,
.product-card .product-image-wrap {
  position: relative;
}

/* Stok terbatas dipindahkan ke sisi kiri bawah area foto. */
.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited {
  position: absolute !important;
  left: 14px !important;
  right: auto !important;
  top: auto !important;
  bottom: 14px !important;
  z-index: 5;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: calc(100% - 28px);
  padding: 8px 13px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe681 0%, #ffd34e 100%);
  color: #3f3a10;
  border: 1px solid rgba(93, 76, 0, 0.16);
  box-shadow: 0 6px 16px rgba(102, 80, 0, 0.18);
  font-size: 0.75rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.025em;
  white-space: nowrap;
}

/* Badge diskon tetap di kiri atas dan tidak bertabrakan. */
.product-card .badge-discount {
  top: 14px !important;
  left: 14px !important;
  bottom: auto !important;
}

/* Tombol favorit tetap di kanan atas. */
.product-card .favorite-button,
.product-card .wishlist-button,
.product-card .product-favorite {
  top: 14px;
  right: 14px;
}

@media (max-width: 640px) {
  .product-card .product-image-wrap > .badge-stock-bottom-left,
  .product-card .product-image-wrap > .badge-limited {
    left: 10px !important;
    bottom: 10px !important;
    max-width: calc(100% - 20px);
    padding: 7px 11px;
    font-size: 0.69rem;
  }

  .product-card .badge-discount {
    top: 10px !important;
    left: 10px !important;
  }
}


/* =========================================================
   mi.do.ri v2.3.4 — Medium badge sizing + detail stock badge
   ========================================================= */

/* Badge SALE dibuat ukuran menengah: tetap menonjol, tidak mendominasi foto. */
.product-card .badge-discount {
  min-width: 78px !important;
  min-height: 74px !important;
  padding: 10px 12px 11px !important;
  border-radius: 17px !important;
  font-size: 0.74rem !important;
  line-height: 1.02 !important;
  letter-spacing: 0.045em !important;
  box-shadow: 0 10px 22px rgba(214, 37, 35, 0.28) !important;
}

.product-card .badge-discount strong,
.product-card .badge-discount .discount-value {
  font-size: 1.26rem !important;
  line-height: 1 !important;
}

/* Badge stok terbatas dibuat lebih ringkas tetapi tetap mudah dibaca. */
.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited {
  left: 14px !important;
  bottom: 14px !important;
  padding: 8px 15px !important;
  font-size: 0.76rem !important;
  min-height: 36px;
  border-radius: 999px !important;
  box-shadow: 0 7px 16px rgba(102, 80, 0, 0.16) !important;
}

/* Badge stok terbatas pada detail produk. */
.detail-stock-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 12px;
  padding: 8px 14px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ffe681 0%, #ffd34e 100%);
  color: #3f3a10;
  border: 1px solid rgba(93, 76, 0, 0.16);
  box-shadow: 0 7px 16px rgba(102, 80, 0, 0.13);
  font-size: 0.78rem;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.detail-stock-badge[hidden] {
  display: none !important;
}

@media (max-width: 640px) {
  .product-card .badge-discount {
    min-width: 70px !important;
    min-height: 66px !important;
    padding: 9px 10px 10px !important;
    border-radius: 15px !important;
    font-size: 0.68rem !important;
  }

  .product-card .badge-discount strong,
  .product-card .badge-discount .discount-value {
    font-size: 1.12rem !important;
  }

  .product-card .product-image-wrap > .badge-stock-bottom-left,
  .product-card .product-image-wrap > .badge-limited {
    left: 10px !important;
    bottom: 10px !important;
    min-height: 32px;
    padding: 7px 12px !important;
    font-size: 0.69rem !important;
  }

  .detail-stock-badge {
    margin-top: 10px;
    padding: 7px 12px;
    font-size: 0.71rem;
  }
}


/* =========================================================
   mi.do.ri v2.3.5 — Final compact badge sizing
   Nilai width/height tetap digunakan agar aturan min-size lama
   tidak membuat badge kembali membesar.
   ========================================================= */

/* SALE pada kartu: ukuran menengah yang jelas lebih kecil dari V2.3.4. */
.product-card .badge-discount {
  width: 68px !important;
  height: 62px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 68px !important;
  padding: 6px 8px !important;
  gap: 2px !important;
  border-radius: 13px 13px 13px 3px !important;
  font-size: 0.64rem !important;
  line-height: 1 !important;
  letter-spacing: 0.04em !important;
  box-shadow: 0 8px 18px rgba(214, 37, 35, 0.25) !important;
}

.product-card .badge-discount small {
  font-size: 8px !important;
  line-height: 1 !important;
  letter-spacing: 0.11em !important;
}

.product-card .badge-discount strong,
.product-card .badge-discount .discount-value {
  font-size: 16px !important;
  line-height: 1 !important;
}

/* Stok terbatas pada kartu: lebih ringkas, tetap mudah dibaca. */
.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited {
  left: 12px !important;
  bottom: 12px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 6px 11px !important;
  font-size: 0.68rem !important;
  line-height: 1 !important;
  letter-spacing: 0.02em !important;
  box-shadow: 0 5px 13px rgba(102, 80, 0, 0.14) !important;
}

/* SALE pada detail produk juga dibuat sedikit lebih ringkas. */
.modal-product-badges .badge-discount {
  width: 64px !important;
  height: 56px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 64px !important;
  padding: 6px 8px !important;
  gap: 2px !important;
  border-radius: 12px 12px 12px 3px !important;
}

.modal-product-badges .badge-discount small {
  font-size: 7.5px !important;
}

.modal-product-badges .badge-discount strong {
  font-size: 15px !important;
}

/* Badge stok terbatas pada detail. */
.detail-stock-badge {
  margin-top: 10px !important;
  padding: 6px 11px !important;
  font-size: 0.69rem !important;
  box-shadow: 0 5px 13px rgba(102, 80, 0, 0.12) !important;
}

@media (max-width: 640px) {
  .product-card .badge-discount {
    width: 62px !important;
    height: 56px !important;
    max-width: 62px !important;
    padding: 5px 7px !important;
    border-radius: 12px 12px 12px 3px !important;
  }

  .product-card .badge-discount small {
    font-size: 7.5px !important;
  }

  .product-card .badge-discount strong,
  .product-card .badge-discount .discount-value {
    font-size: 14px !important;
  }

  .product-card .product-image-wrap > .badge-stock-bottom-left,
  .product-card .product-image-wrap > .badge-limited {
    left: 9px !important;
    bottom: 9px !important;
    padding: 5px 9px !important;
    font-size: 0.62rem !important;
  }

  .modal-product-badges .badge-discount {
    width: 60px !important;
    height: 52px !important;
    max-width: 60px !important;
  }

  .modal-product-badges .badge-discount strong {
    font-size: 14px !important;
  }

  .detail-stock-badge {
    padding: 5px 9px !important;
    font-size: 0.64rem !important;
  }
}


/* =========================================================
   mi.do.ri v2.3.6 — Simplified product information
   ========================================================= */

/* Setelah Kondisi dan Jumlah Varian dihapus, spesifikasi detail
   ditata menjadi empat informasi dalam susunan 2 × 2. */
.modal-specs {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 32px;
  row-gap: 22px;
}

@media (max-width: 520px) {
  .modal-specs {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    column-gap: 18px;
    row-gap: 18px;
  }
}


/* =========================================================
   mi.do.ri v2.4.1 — Poppins typography
   ========================================================= */
html,
body,
button,
input,
select,
textarea {
  font-family: "Jost", ui-sans-serif, system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", sans-serif;
}


/* =========================================================
   mi.do.ri v2.4.2 — Poppins Regular for product presentation
   Semua teks utama pada kartu dan detail produk menggunakan
   font-weight 400. Badge promo tetap tegas agar mudah dikenali.
   ========================================================= */

/* Kartu produk */
.product-card .product-brand,
.product-card .product-title,
.product-card .product-rating,
.product-card .product-rating span,
.product-card .product-price,
.product-card .product-price .current-price,
.product-card .product-price .original-price,
.product-card .product-price .discounted-price,
.product-card .product-price.has-promo .discounted-price,
.product-card .product-card-info,
.product-card .product-actions .button {
  font-weight: 400 !important;
}

/* Detail produk */
.modal-info .product-brand,
.modal-info h2,
.modal-info .modal-price,
.modal-info .modal-price .current-price,
.modal-info .modal-price .original-price,
.modal-info .modal-price .discounted-price,
.modal-info .modal-description,
.modal-info .variant-label,
.modal-info .variant-select,
.modal-info .variant-status,
.modal-info .variant-status strong,
.modal-info .modal-specs span,
.modal-info .modal-specs strong,
.modal-info .modal-actions .button,
.modal-info .saving-note,
.modal-info .detail-stock-badge {
  font-weight: 400 !important;
}

/* Harga tetap mudah dibedakan melalui ukuran dan warna, bukan ketebalan. */
.product-card .product-price .discounted-price,
.product-card .product-price.has-promo .discounted-price,
.modal-info .modal-price .discounted-price {
  letter-spacing: 0 !important;
}

/* Label kecil tetap terbaca meski regular. */
.product-card .product-brand,
.modal-info .product-brand,
.modal-info .variant-label,
.modal-info .modal-specs span {
  letter-spacing: .045em !important;
}

/* Badge SALE dan stok tetap tegas sebagai penanda visual. */
.product-card .badge-discount,
.product-card .badge-discount small,
.product-card .badge-discount strong,
.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited,
.modal-product-badges .badge-discount,
.modal-product-badges .badge-discount small,
.modal-product-badges .badge-discount strong {
  font-weight: 700 !important;
}


/* =========================================================
   mi.do.ri v2.4.3 — Seven main homepage categories
   ========================================================= */

.category-grid {
  grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
  gap: 22px !important;
}

.category-card:nth-child(n) {
  display: block !important;
}

.category-card h3 {
  min-height: 2.8em;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  font-weight: 400 !important;
  line-height: 1.4;
}

.category-main-placeholder {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

@media (max-width: 1100px) {
  .category-grid {
    grid-template-columns: repeat(7, 118px) !important;
    overflow-x: auto;
    padding: 4px 2px 12px;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
  }

  .category-card {
    scroll-snap-align: start;
  }
}

@media (max-width: 760px) {
  .category-grid {
    grid-template-columns: repeat(7, 108px) !important;
    gap: 15px !important;
  }
}

@media (max-width: 430px) {
  .category-grid {
    grid-template-columns: repeat(7, 98px) !important;
    gap: 13px !important;
  }

  .category-card h3 {
    font-size: 10px !important;
  }
}


/* =========================================================
   mi.do.ri v2.4.4 — Dedicated category icons
   ========================================================= */

.category-image {
  aspect-ratio: 1 / 1 !important;
  border-radius: 50% !important;
  background: #f3f1e8 !important;
  border: 1px solid rgba(55, 91, 67, 0.10);
  padding: 0 !important;
}

.category-icon-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  transition: transform .28s ease;
}

.category-card:hover .category-icon-image {
  transform: scale(1.04);
}

.category-card h3 {
  margin-top: 14px !important;
}

@media (max-width: 760px) {
  .category-card h3 {
    margin-top: 10px !important;
  }
}


/* =========================================================
   mi.do.ri v2.4.5 — Thin-line category icon refinement
   ========================================================= */

.category-image {
  background: #f6f4ec !important;
  border: 1px solid rgba(55, 91, 67, 0.12) !important;
  box-shadow: none !important;
  overflow: hidden;
}

.category-icon-image {
  object-fit: contain !important;
  padding: 13% !important;
  transform: none !important;
}

.category-card:hover .category-icon-image {
  transform: scale(1.035) !important;
}

.category-card:hover .category-image {
  border-color: rgba(55, 91, 67, 0.28) !important;
  background: #f1efe5 !important;
}

@media (max-width: 760px) {
  .category-icon-image {
    padding: 12% !important;
  }
}


/* =========================================================
   mi.do.ri v2.4.6 — Compact category icon sizing
   Ikon dibuat lebih kecil agar seluruh ilustrasi thin-line
   terlihat utuh dan tidak terpotong.
   ========================================================= */

.category-card {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}

.category-image {
  width: 112px !important;
  height: 112px !important;
  max-width: 112px !important;
  min-width: 112px !important;
  aspect-ratio: 1 / 1 !important;
  display: grid !important;
  place-items: center;
  margin-inline: auto !important;
  overflow: hidden !important;
  border-radius: 50% !important;
}

/* Ukuran visual ikon dibatasi menjadi 70% dari wadah.
   Padding lama dihapus agar ukuran bisa dikontrol secara pasti. */
.category-image > .category-icon-image {
  width: 70% !important;
  height: 70% !important;
  max-width: 70% !important;
  max-height: 70% !important;
  padding: 0 !important;
  margin: auto !important;
  object-fit: contain !important;
  object-position: center !important;
  border-radius: 0 !important;
  transform: none !important;
}

.category-card:hover .category-image > .category-icon-image {
  transform: scale(1.035) !important;
}

.category-card h3 {
  margin-top: 12px !important;
}

@media (max-width: 1100px) {
  .category-image {
    width: 102px !important;
    height: 102px !important;
    max-width: 102px !important;
    min-width: 102px !important;
  }

  .category-image > .category-icon-image {
    width: 68% !important;
    height: 68% !important;
    max-width: 68% !important;
    max-height: 68% !important;
  }
}

@media (max-width: 760px) {
  .category-image {
    width: 92px !important;
    height: 92px !important;
    max-width: 92px !important;
    min-width: 92px !important;
  }

  .category-image > .category-icon-image {
    width: 66% !important;
    height: 66% !important;
    max-width: 66% !important;
    max-height: 66% !important;
  }

  .category-card h3 {
    margin-top: 9px !important;
  }
}

@media (max-width: 430px) {
  .category-image {
    width: 84px !important;
    height: 84px !important;
    max-width: 84px !important;
    min-width: 84px !important;
  }
}


/* =========================================================
   mi.do.ri v2.5.0 — Separate Home and Catalog pages
   ========================================================= */

.main-nav a.active {
  color: var(--green-dark);
  font-weight: 600;
}

.main-nav a.active::after {
  transform: scaleX(1);
}

.catalog-page-intro {
  padding: 68px 0 34px;
  background:
    radial-gradient(circle at 88% 10%, rgba(240, 202, 53, .16), transparent 26%),
    linear-gradient(180deg, #f7f6f0 0%, #ffffff 100%);
  border-bottom: 1px solid var(--border);
}

.catalog-page-intro-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
}

.catalog-page-intro h1 {
  max-width: 760px;
  margin: 10px 0 12px;
  font-size: clamp(2.35rem, 5vw, 4.8rem);
  font-weight: 400;
  line-height: 1.06;
  letter-spacing: -.045em;
}

.catalog-page-intro p {
  max-width: 700px;
  margin: 0;
  color: var(--muted);
  font-size: 1.02rem;
  line-height: 1.75;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 18px;
  color: var(--muted);
  font-size: .82rem;
}

.breadcrumb a {
  color: var(--green-dark);
  text-decoration: none;
}

body[data-page="catalog"] .catalog-section {
  padding-top: 48px;
}

body[data-page="catalog"] .catalog-header h2 {
  font-weight: 400;
}

@media (max-width: 760px) {
  .catalog-page-intro {
    padding: 46px 0 26px;
  }

  .catalog-page-intro-inner {
    display: block;
  }

  .catalog-page-intro .button {
    margin-top: 22px;
  }

  .catalog-page-intro h1 {
    font-size: clamp(2.1rem, 12vw, 3.6rem);
  }

  body[data-page="catalog"] .catalog-section {
    padding-top: 32px;
  }
}


/* =========================================================
   mi.do.ri v2.5.1 — Header category dropdown
   ========================================================= */

.main-nav {
  overflow: visible;
}

.nav-dropdown {
  position: relative;
  display: flex;
  align-items: stretch;
}

.nav-dropdown-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 25px 0 22px;
  border: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-weight: inherit;
  cursor: pointer;
}

.nav-dropdown-toggle::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 15px;
  width: 0;
  height: 2px;
  border-radius: 99px;
  background: var(--olive);
  transform: translateX(-50%);
  transition: width .2s ease;
}

.nav-dropdown-toggle:hover::after,
.nav-dropdown-toggle:focus-visible::after,
.nav-dropdown.open .nav-dropdown-toggle::after {
  width: 100%;
}

.nav-dropdown-toggle svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: transform .2s ease;
}

.nav-dropdown.open .nav-dropdown-toggle svg,
.nav-dropdown:focus-within .nav-dropdown-toggle svg {
  transform: rotate(180deg);
}

.nav-dropdown-menu {
  position: absolute;
  z-index: 150;
  top: calc(100% - 7px);
  left: 50%;
  width: 280px;
  padding: 12px;
  border: 1px solid rgba(8, 63, 39, .10);
  border-radius: 14px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 20px 45px rgba(24, 41, 31, .16);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 10px);
  transition:
    opacity .18s ease,
    visibility .18s ease,
    transform .18s ease;
}

.nav-dropdown:hover .nav-dropdown-menu,
.nav-dropdown:focus-within .nav-dropdown-menu,
.nav-dropdown.open .nav-dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.main-nav .nav-dropdown-menu a {
  display: block;
  padding: 11px 13px;
  border-radius: 9px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.45;
  white-space: normal;
}

.main-nav .nav-dropdown-menu a::after {
  display: none;
}

.main-nav .nav-dropdown-menu a:hover,
.main-nav .nav-dropdown-menu a:focus-visible {
  background: var(--green-soft);
  color: var(--green-dark);
}

@media (max-width: 760px) {
  .nav-dropdown {
    display: block;
    width: 100%;
  }

  .nav-dropdown-toggle {
    width: 100%;
    justify-content: space-between;
    padding: 12px 13px;
    border-radius: 9px;
    text-align: left;
  }

  .nav-dropdown-toggle::after {
    display: none;
  }

  .nav-dropdown-toggle:hover,
  .nav-dropdown-toggle:focus-visible,
  .nav-dropdown.open .nav-dropdown-toggle {
    background: var(--green-soft);
  }

  .nav-dropdown-menu {
    position: static;
    width: auto;
    max-height: 0;
    margin: 0 6px;
    padding: 0 8px;
    border: 0;
    border-radius: 10px;
    background: #f8faf8;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    overflow: hidden;
    transform: none;
    transition:
      max-height .25s ease,
      padding .25s ease,
      margin .25s ease;
  }

  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    max-height: 0;
    padding-block: 0;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    max-height: 430px;
    margin-top: 5px;
    margin-bottom: 6px;
    padding-block: 7px;
  }

  .main-nav .nav-dropdown-menu a {
    padding: 10px 11px;
    font-size: 12px;
  }
}


/* =========================================================
   mi.do.ri v2.5.2 — Catalog and hero simplification
   ========================================================= */

/* Header katalog tanpa kartu Total Varian. */
.catalog-header {
  display: block !important;
}

/* Toolbar kini hanya berisi pencarian dan pengurutan. */
.catalog-toolbar {
  grid-template-columns: minmax(0, 1fr) minmax(190px, 260px) !important;
}

/* Panel filter selalu terlihat. */
.filters-panel,
.filters-panel.open {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) auto !important;
}

/* Hero lebih lapang setelah tombol dan statistik dihapus. */
.hero-copy > p {
  margin-bottom: 0;
}

/* Foto utama memakai file tetap dan mengisi bidang hero. */
.hero-product-image {
  object-fit: cover !important;
  object-position: center center !important;
}

@media (max-width: 1100px) {
  .filters-panel,
  .filters-panel.open {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .filters-panel .button-reset {
    align-self: end;
  }
}

@media (max-width: 760px) {
  .catalog-toolbar {
    grid-template-columns: 1fr !important;
  }

  .filters-panel,
  .filters-panel.open {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .filters-panel .button-reset {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .filters-panel,
  .filters-panel.open {
    grid-template-columns: 1fr !important;
  }
}


/* =========================================================
   mi.do.ri v2.5.3 — Desktop hero two-column repair
   ========================================================= */

/* Desktop dan tablet landscape: teks di kiri, foto di kanan. */
@media (min-width: 761px) {
  .hero-shell {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    align-items: stretch !important;
    min-height: 430px !important;
    overflow: hidden !important;
  }

  .hero-copy {
    grid-column: 1 !important;
    grid-row: 1 !important;
    order: initial !important;
    min-width: 0;
  }

  .hero-media {
    grid-column: 2 !important;
    grid-row: 1 !important;
    order: initial !important;
    position: relative !important;
    min-width: 0;
    min-height: 430px !important;
    overflow: hidden !important;
  }

  .hero-photo-card {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    aspect-ratio: auto !important;
    border-radius: 0 !important;
  }

  .hero-product-image {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    object-position: center center !important;
  }
}

/* Ponsel tetap seperti sebelumnya: foto di atas, teks di bawah. */
@media (max-width: 760px) {
  .hero-shell {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }

  .hero-media {
    order: 1 !important;
  }

  .hero-copy {
    order: 2 !important;
  }
}


/* =========================================================
   mi.do.ri v2.5.4 — Responsive image promo banner
   ========================================================= */

.promo-image-section {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.responsive-promo-banner {
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 22px;
  background: #f4f1e8;
  box-shadow: 0 10px 30px rgba(24, 41, 31, .06);
  text-decoration: none;
}

.responsive-promo-banner picture,
.responsive-promo-banner img {
  display: block;
  width: 100%;
}

.responsive-promo-banner img {
  height: auto;
  aspect-ratio: 45 / 13;
  object-fit: cover;
  object-position: center;
  transition: transform .3s ease;
}

.responsive-promo-banner:hover img {
  transform: scale(1.012);
}

.responsive-promo-banner:focus-visible {
  outline: 3px solid rgba(117, 143, 59, .35);
  outline-offset: 4px;
}

@media (max-width: 760px) {
  .promo-image-section {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .responsive-promo-banner {
    border-radius: 16px;
  }

  .responsive-promo-banner img {
    aspect-ratio: 16 / 9;
  }
}


/* =========================================================
   mi.do.ri Webstore v3.0 — Premium product detail sections
   ========================================================= */

.product-detail-content {
  margin-top: 28px;
  border-top: 1px solid var(--line);
}

.product-detail-section {
  padding: 23px 0;
  border-bottom: 1px solid var(--line);
}

.product-detail-section h3 {
  margin: 0 0 15px;
  color: var(--ink);
  font-size: 17px;
  font-weight: 500 !important;
  line-height: 1.35;
  letter-spacing: -.015em;
}

.product-about-copy {
  display: grid;
  gap: 11px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.78;
}

.product-about-copy p {
  margin: 0;
}

.product-detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.product-detail-card {
  min-width: 0;
  padding: 16px;
  border: 1px solid #e4e9e2;
  border-radius: 12px;
  background: #f8faf7;
}

.product-detail-card h4 {
  margin: 0 0 11px;
  color: var(--olive);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .075em;
  text-transform: uppercase;
}

.product-detail-value {
  color: var(--ink);
  font-size: 13px;
  font-weight: 400;
  line-height: 1.65;
  white-space: pre-line;
}

.product-size-list {
  display: grid;
  gap: 8px;
}

.product-size-row {
  display: grid;
  grid-template-columns: minmax(70px, .34fr) minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding-bottom: 8px;
  border-bottom: 1px dashed #dce3da;
}

.product-size-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.product-size-row > span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 400;
}

.product-size-row > strong {
  color: var(--ink);
  font-size: 12px;
  font-weight: 400 !important;
  line-height: 1.55;
  text-align: left;
}

.product-size-row-full {
  grid-template-columns: 1fr;
}

.product-detail-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 9px 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-detail-list li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
  color: var(--ink);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.55;
}

.product-detail-list-icon {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  display: grid;
  place-items: center;
  margin-top: 1px;
  border-radius: 50%;
  color: var(--green-dark);
  background: #e9f2e8;
  font-size: 10px;
  font-weight: 600;
}

.product-detail-list-care .product-detail-list-icon {
  color: #675d2d;
  background: #f4efd8;
}

.modal-actions {
  margin-top: 24px;
}

@media (max-width: 650px) {
  .product-detail-content {
    margin-top: 23px;
  }

  .product-detail-section {
    padding: 19px 0;
  }

  .product-detail-section h3 {
    margin-bottom: 12px;
    font-size: 15px;
  }

  .product-detail-grid,
  .product-detail-list {
    grid-template-columns: 1fr;
  }

  .product-detail-card {
    padding: 14px;
  }

  .product-size-row {
    grid-template-columns: minmax(62px, .30fr) minmax(0, 1fr);
    gap: 9px;
  }
}

/* =========================================================
   mi.do.ri v3.0.1 — Hero image slider (3 photos)
   ========================================================= */

.hero-photo-card.hero-slider {
  isolation: isolate;
  cursor: grab;
  touch-action: pan-y;
  user-select: none;
}

.hero-photo-card.hero-slider.is-dragging {
  cursor: grabbing;
}

.hero-slider-track {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  width: 100%;
  height: 100%;
  transition: transform .48s cubic-bezier(.22, .61, .36, 1);
  will-change: transform;
}

.hero-slide {
  position: relative;
  flex: 0 0 100%;
  width: 100%;
  min-width: 100%;
  height: 100%;
  overflow: hidden;
}

.hero-slide .hero-product-image {
  position: absolute !important;
  inset: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center center !important;
  pointer-events: none;
  user-select: none;
}

.hero-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(255,255,255,.72);
  border-radius: 50%;
  color: var(--green-deep);
  background: rgba(255,255,255,.88);
  box-shadow: 0 8px 24px rgba(9,43,27,.16);
  backdrop-filter: blur(10px);
  transform: translateY(-50%);
  cursor: pointer;
  transition: transform .18s ease, background .18s ease, opacity .18s ease;
}

.hero-slider-arrow:hover,
.hero-slider-arrow:focus-visible {
  background: #fff;
  transform: translateY(-50%) scale(1.06);
  outline: none;
}

.hero-slider-arrow svg {
  width: 21px;
  height: 21px;
}

.hero-slider-prev { left: 16px; }
.hero-slider-next { right: 16px; }

.hero-slider-dots {
  position: absolute;
  left: 50%;
  bottom: 17px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 9px;
  border-radius: 99px;
  background: rgba(255,255,255,.78);
  box-shadow: 0 6px 18px rgba(9,43,27,.12);
  backdrop-filter: blur(9px);
  transform: translateX(-50%);
}

.hero-slider-dot {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(8,63,39,.32);
  cursor: pointer;
  transition: width .2s ease, border-radius .2s ease, background .2s ease;
}

.hero-slider-dot.is-active {
  width: 22px;
  border-radius: 99px;
  background: var(--green-dark);
}

@media (max-width: 760px) {
  .hero-slider-arrow {
    width: 38px;
    height: 38px;
  }

  .hero-slider-prev { left: 12px; }
  .hero-slider-next { right: 12px; }
  .hero-slider-dots { bottom: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .hero-slider-track,
  .hero-slider-arrow,
  .hero-slider-dot {
    transition: none !important;
  }
}


/* =========================================================
   mi.do.ri v3.0.2 — Header brand dropdown
   ========================================================= */

@media (min-width: 761px) {
  .nav-brand-menu {
    width: 260px;
    max-height: min(62vh, 430px);
    overflow-y: auto;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: rgba(11, 111, 60, .28) transparent;
  }

  .nav-brand-menu::-webkit-scrollbar {
    width: 7px;
  }

  .nav-brand-menu::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background: rgba(11, 111, 60, .24);
  }
}

.main-nav .nav-dropdown-menu a.is-active {
  background: var(--green-soft);
  color: var(--green-dark);
  font-weight: 700;
}

@media (min-width: 901px) and (max-width: 1100px) {
  .main-nav {
    gap: 16px;
    font-size: 12px;
  }
}


/* =========================================================
   mi.do.ri v3.0.3 — Stock & preloved badges
   ========================================================= */
.product-card .product-image-wrap > .badge-preloved-bottom-right {
  position: absolute !important;
  right: 12px !important;
  left: auto !important;
  top: auto !important;
  bottom: 12px !important;
  z-index: 5;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 0 !important;
  min-height: 0 !important;
  padding: 6px 11px !important;
  border: 1px solid rgba(67, 35, 75, .18);
  border-radius: 999px;
  color: #fff;
  background: linear-gradient(135deg, #9d6aa4 0%, #7d4d85 100%);
  box-shadow: 0 5px 13px rgba(79, 43, 86, .20);
  font-size: .68rem !important;
  font-weight: 900;
  line-height: 1 !important;
  letter-spacing: .035em;
  text-transform: uppercase;
  white-space: nowrap;
}

@media (max-width: 520px) {
  .product-card .product-image-wrap > .badge-stock-bottom-left,
  .product-card .product-image-wrap > .badge-limited,
  .product-card .product-image-wrap > .badge-preloved-bottom-right {
    bottom: 9px !important;
    padding: 5px 8px !important;
    font-size: .58rem !important;
  }

  .product-card .product-image-wrap > .badge-stock-bottom-left,
  .product-card .product-image-wrap > .badge-limited {
    left: 9px !important;
  }

  .product-card .product-image-wrap > .badge-preloved-bottom-right {
    right: 9px !important;
  }
}

/* =========================================================
   mi.do.ri v3.0.4 — Uniform regular badge typography
   ========================================================= */
.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited,
.product-card .product-image-wrap > .badge-preloved-bottom-right {
  font-family: "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
}


/* =========================================================
   mi.do.ri v3.3.0 — Product Media Gallery
   ========================================================= */

.modal-main-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal-main-media-image,
.modal-main-media-video-wrap,
.modal-main-media-video,
.modal-main-media-embed,
.modal-media-link-fallback {
  width: 100%;
  height: 100%;
}

.modal-main-media-image {
  display: block;
  object-fit: contain;
  object-position: center top;
}

.modal-main-media-video-wrap {
  background: #101714;
}

.modal-main-media-video,
.modal-main-media-embed {
  display: block;
  border: 0;
  background: #101714;
}

.modal-media-caption {
  margin-top: 10px;
  text-align: center;
}

.modal-media-caption a {
  color: var(--olive);
  font-size: 12px;
  text-decoration: none;
}

.modal-media-caption a:hover {
  text-decoration: underline;
}

.modal-media-strip {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.modal-media-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 90px;
  padding: 0;
  border: 1px solid #d8e0d7;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.modal-media-thumb:hover {
  transform: translateY(-1px);
}

.modal-media-thumb.is-active {
  border-color: var(--green-dark);
  box-shadow: 0 0 0 3px rgba(11, 111, 60, .14);
}

.modal-media-thumb img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.modal-media-thumb-video {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 6px;
  background: linear-gradient(180deg, #1c2b20 0%, #0f1712 100%);
  color: #fff;
}

.modal-media-thumb-video-icon {
  width: 34px;
  height: 34px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(255,255,255,.16);
  font-size: 16px;
  padding-left: 2px;
}

.modal-media-thumb-video-label {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .02em;
}

.modal-media-link-fallback {
  display: grid;
  place-items: center;
  align-content: center;
  gap: 10px;
  padding: 28px;
  text-align: center;
  background: linear-gradient(180deg, #13211a 0%, #0d1511 100%);
  color: #fff;
}

.modal-media-link-icon {
  width: 68px;
  height: 68px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255,255,255,.14);
  font-size: 28px;
  padding-left: 4px;
}

.modal-media-link-fallback h3 {
  margin: 0;
  font-size: 22px;
  font-weight: 700;
}

.modal-media-link-fallback p {
  margin: 0;
  max-width: 320px;
  color: rgba(255,255,255,.78);
  font-size: 13px;
  line-height: 1.6;
}

.modal-media-link-fallback a {
  display: inline-block;
  padding: 11px 18px;
  border-radius: 999px;
  background: #fff;
  color: #0d1511;
  text-decoration: none;
  font-size: 13px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .modal-media-strip {
    margin-top: 12px;
  }
}

@media (max-width: 650px) {
  .modal-media-thumb {
    flex-basis: 64px;
    width: 64px;
    height: 82px;
    border-radius: 12px;
  }

  .modal-media-thumb-video-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .modal-media-link-fallback {
    padding: 22px 16px;
  }

  .modal-media-link-fallback h3 {
    font-size: 18px;
  }
}


/* =========================================================
   mi.do.ri v3.3.1 — Product card & sharing polish
   ========================================================= */

.product-image-open {
  width: 100%;
  height: 100%;
  display: block;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: hidden;
  cursor: pointer;
  text-align: inherit;
}

.product-image-open:focus-visible {
  outline: 3px solid rgba(111, 136, 55, .38);
  outline-offset: -4px;
}

.product-image-open .product-image,
.product-image-open .product-placeholder {
  width: 100%;
  height: 100%;
}

/* A cleaner, compact promo tag on product cards. */
.product-card .badge-discount {
  top: 16px !important;
  left: 16px !important;
  width: auto !important;
  min-width: 58px !important;
  height: auto !important;
  min-height: 0 !important;
  display: inline-grid !important;
  place-items: center !important;
  gap: 0 !important;
  padding: 8px 10px 7px !important;
  border: 0 !important;
  border-radius: 11px !important;
  background: #e93832 !important;
  box-shadow: 0 5px 14px rgba(117, 21, 17, .18) !important;
  transform: none !important;
  clip-path: none !important;
}

.product-card .badge-discount::before,
.product-card .badge-discount::after {
  display: none !important;
  content: none !important;
}

.product-card .badge-discount small {
  margin: 0 !important;
  color: #fff !important;
  font-size: 8px !important;
  font-weight: 600 !important;
  line-height: 1.1 !important;
  letter-spacing: .10em !important;
}

.product-card .badge-discount strong,
.product-card .badge-discount .discount-value {
  margin: 2px 0 0 !important;
  color: #fff !important;
  font-size: 17px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: -.025em !important;
}

.modal-actions .button-copy-link {
  grid-column: 1 / -1;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #d9e1d6;
  color: var(--green-dark);
  background: #fff;
}

.modal-actions .button-copy-link:hover {
  border-color: #bccbb8;
  background: #f5f8f3;
}

.modal-actions .button-copy-link.is-copied {
  border-color: #bcdcc8;
  color: #0b6f3c;
  background: #edf8f1;
}

.button-copy-link svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

@media (max-width: 650px) {
  .product-card .badge-discount {
    top: 12px !important;
    left: 12px !important;
    min-width: 53px !important;
    padding: 7px 9px 6px !important;
    border-radius: 10px !important;
  }

  .product-card .badge-discount small {
    font-size: 7px !important;
  }

  .product-card .badge-discount strong,
  .product-card .badge-discount .discount-value {
    font-size: 15px !important;
  }
}


/* =========================================================
   mi.do.ri v3.3.2 — SALE navigation & promo shortcut
   ========================================================= */
.main-nav .nav-sale-link {
  color: #c9302c;
  letter-spacing: .02em;
}

.main-nav .nav-sale-link::after {
  background: #c9302c;
}

.main-nav .nav-sale-link:hover,
.main-nav .nav-sale-link:focus-visible,
.main-nav .nav-sale-link.active {
  color: #b52622;
}

.sale-filter-chip {
  width: max-content;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 16px 0 2px;
  padding: 8px 10px 8px 13px;
  border: 1px solid #f1c2bf;
  border-radius: 999px;
  color: #9f2521;
  background: #fff5f4;
  font-size: 12px;
  line-height: 1;
}

.sale-filter-chip[hidden] {
  display: none !important;
}

.sale-filter-chip strong {
  margin-right: 4px;
  font-weight: 750;
  letter-spacing: .06em;
}

.sale-filter-chip button {
  width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #9f2521;
  background: #f8dedc;
  cursor: pointer;
  font: inherit;
  font-size: 17px;
  line-height: 1;
}

.sale-filter-chip button:hover,
.sale-filter-chip button:focus-visible {
  background: #f2c8c5;
  outline: none;
}

.responsive-promo-banner {
  cursor: pointer;
}

@media (max-width: 900px) {
  .main-nav .nav-sale-link {
    color: #b52622;
  }

  .main-nav .nav-sale-link:hover,
  .main-nav .nav-sale-link:focus-visible,
  .main-nav .nav-sale-link.active {
    background: #fff1f0;
  }
}


/* =========================================================
   mi.do.ri v3.4.0 — Emerald & Cream Luxury Theme
   Palette:
   Deep Emerald  #0F3D34
   Emerald       #134E43
   Soft Mint     #E6F0E9
   Warm Cream    #F7F6F1
   Muted Gold    #C8A96A
   ========================================================= */

:root {
  --green: #134E43;
  --green-dark: #0F3D34;
  --green-deep: #0F3D34;
  --green-soft: #E6F0E9;
  --olive: #C8A96A;
  --yellow: #C8A96A;
  --cream: #F7F6F1;
  --cream-deep: #EEEAE0;
  --white: #FFFFFF;
  --ink: #16211D;
  --muted: #68736E;
  --line: #DCE5DF;
  --danger: #98463D;
  --shadow: 0 18px 46px rgba(15, 61, 52, .10);
  --shadow-soft: 0 8px 24px rgba(15, 61, 52, .07);
}

body {
  color: var(--ink);
  background: var(--cream);
}

::selection {
  color: #fff;
  background: var(--green-dark);
}

/* Navigation */
.site-header {
  border-bottom-color: rgba(15, 61, 52, .10);
  background: rgba(247, 246, 241, .96);
}

.main-nav a {
  color: #1B2723;
}

.main-nav a::after {
  background: var(--olive);
}

.main-nav a:hover,
.main-nav a:focus-visible,
.main-nav a.active {
  color: var(--green-dark);
}

.icon-button {
  border-color: #D8E2DC;
  color: var(--green-dark);
  background: rgba(255,255,255,.80);
}

.icon-button:hover {
  border-color: var(--olive);
  color: var(--green-dark);
  background: #fff;
}

.cart-count {
  border-color: var(--cream);
  color: var(--green-dark);
  background: var(--olive);
}

.nav-actions .button-dark,
.button-primary,
.button-dark {
  color: #fff;
  background: var(--green-dark);
  box-shadow: none;
}

.nav-actions .button-dark:hover,
.button-primary:hover,
.button-dark:hover {
  background: var(--green);
}

.button-soft,
.button-reset {
  border-color: #DCE5DF;
  color: var(--green-dark);
  background: #fff;
}

.button-soft:hover,
.button-reset:hover {
  border-color: var(--olive);
  background: #FBFAF6;
}

.button-yellow {
  color: var(--green-dark);
  background: var(--olive);
}

/* Hero */
.hero-shell {
  border-color: #E7E1D5;
  background: linear-gradient(105deg, #FBF9F3 0%, #F7F6F1 55%, #E6F0E9 100%);
  box-shadow: 0 14px 38px rgba(15,61,52,.07);
}

.hero-kicker {
  color: var(--green);
}

.hero-kicker i {
  background: var(--olive);
  box-shadow: 0 0 0 4px rgba(200,169,106,.16);
}

.hero-photo-card,
.hero-photo-fallback {
  background-color: var(--green-soft);
}

.hero-photo-fallback {
  color: var(--green-dark);
  background: radial-gradient(circle at 56% 40%, #FFFFFF 0%, #F7F6F1 53%, #E6F0E9 100%);
}

/* Supporting cards and sections */
.service-grid,
.product-card,
.brand-chip,
.search-box,
.sort-box select,
.filter-field select,
.variant-select,
.modal-dialog,
.cart-panel {
  background-color: #FFFFFF;
}

.service-grid {
  border-color: var(--line);
  box-shadow: 0 7px 22px rgba(15,61,52,.045);
}

.service-icon {
  color: var(--green-dark);
  background: var(--green-soft);
}

.category-image {
  border-color: #DFE7E1;
  background: var(--green-soft);
}

.category-card:hover .category-image {
  box-shadow: 0 12px 28px rgba(15,61,52,.11);
}

.featured-section,
.brand-section,
.preloved-section,
.catalog-section {
  background: var(--cream);
}

.product-card {
  border-color: #DDE5DF;
}

.product-card:hover {
  border-color: #C8D6CE;
  box-shadow: 0 14px 32px rgba(15,61,52,.10);
}

.product-image-wrap {
  background: var(--green-soft);
}

.product-placeholder {
  background: linear-gradient(145deg, #F7F6F1 0%, #E6F0E9 100%);
}

.product-placeholder strong,
.product-placeholder small {
  color: var(--green-dark);
}

.product-brand,
.eyebrow {
  color: var(--green);
}

.section-heading h2,
.catalog-header h2,
.product-title {
  color: var(--ink);
}

.product-price,
.product-price .current-price,
.cart-item-price,
.cart-summary strong {
  color: var(--green-dark);
}

.product-rating {
  color: #B9944C;
}

.quick-wa {
  color: #064525;
  background: #DCF4E5;
}

/* Gold is jewelry-like accent only */
.text-link:hover,
.brand-chip:hover,
.modal-media-caption a {
  color: #9A7B3E;
}

.brand-chip span {
  color: var(--green-dark);
  background: var(--green-soft);
}

.brand-chip:hover {
  border-color: var(--olive);
}

.catalog-count-card {
  color: #fff;
  background: var(--green-dark);
}

.catalog-count-card strong {
  color: #E0C58D;
}

.catalog-toolbar {
  border-color: var(--line);
  background: #F1F5F1;
}

.search-box:focus-within,
.sort-box select:focus,
.filter-field select:focus,
.variant-select:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 3px rgba(19,78,67,.10);
}

.filters-panel {
  border-color: #DCE5DF;
  background: #EFF4F0;
}

.empty-state {
  border-color: #C9D7CF;
  background: #FBFAF6;
}

.empty-icon {
  color: var(--olive);
}

/* Promo banner wrapper — keeps uploaded campaign artwork as the focus */
.promo-banner {
  background: linear-gradient(100deg, #F7F6F1 0%, #F8F5ED 56%, #E6F0E9 100%);
}

.responsive-promo-banner {
  box-shadow: 0 13px 34px rgba(15,61,52,.09);
}

.responsive-promo-banner:focus-visible,
.product-image-open:focus-visible {
  outline-color: rgba(200,169,106,.58);
}

/* Store/location */
.location-card {
  color: #fff;
  background: linear-gradient(120deg, #0F3D34 0%, #134E43 100%);
  box-shadow: 0 18px 46px rgba(15,61,52,.16);
}

.location-copy p {
  color: #DCE9E4;
}

.social-card {
  border-color: rgba(255,255,255,.14);
  background: rgba(255,255,255,.08);
}

/* Product detail modal */
.modal-backdrop,
.cart-backdrop {
  background: rgba(10, 35, 30, .74);
}

.modal-dialog {
  box-shadow: 0 34px 90px rgba(9,39,33,.24);
}

.modal-gallery {
  background: #EDF3EF;
}

.modal-main-image {
  background: #E6F0E9;
}

.modal-close,
.cart-close {
  color: var(--green-dark);
  background: #F1F4F1;
}

.modal-price,
.modal-price .current-price {
  color: var(--green-dark);
}

.variant-status {
  background: #F1F5F2;
}

.variant-status strong {
  color: var(--green);
}

.product-detail-content,
.product-detail-section {
  border-color: var(--line);
}

.product-detail-card {
  border-color: #DCE5DF;
  background: #F7F9F6;
}

.product-detail-card h4 {
  color: var(--green);
}

.product-detail-list-icon {
  color: var(--green-dark);
  background: var(--green-soft);
}

.modal-media-thumb {
  border-color: #D5E0D9;
  background: #fff;
}

.modal-media-thumb.is-active {
  border-color: var(--olive);
  box-shadow: 0 0 0 3px rgba(200,169,106,.18);
}

.modal-media-thumb-video,
.modal-media-link-fallback {
  background: linear-gradient(180deg, #134E43 0%, #0F3D34 100%);
}

.modal-actions .button-copy-link {
  border-color: #D7E1DB;
  color: var(--green-dark);
  background: #FFFFFF;
}

.modal-actions .button-copy-link:hover {
  border-color: var(--olive);
  background: #FBF9F3;
}

.modal-actions .button-copy-link.is-copied {
  border-color: #B9D1C5;
  color: var(--green-dark);
  background: var(--green-soft);
}

/* Cart */
.cart-thumb,
.cart-footer {
  background: #F1F5F2;
}

.remove-cart-item {
  color: #98463D;
  background: #F9ECEA;
}

/* Footer becomes the strongest brand anchor */
.site-footer {
  color: #D6E3DE;
  background: var(--green-dark);
  border-top-color: rgba(200,169,106,.34);
}

.site-footer h3 {
  color: #FFFFFF;
}

.footer-brand p,
.site-footer div > p,
.site-footer a {
  color: #BFD1CA;
}

.site-footer a:hover {
  color: #E0C58D;
}

.footer-bottom {
  border-top-color: rgba(255,255,255,.11);
  color: #91AEA4;
}

/* SALE stays distinct, but more refined than bright red */
.main-nav .nav-sale-link {
  color: #98463D;
}

.main-nav .nav-sale-link::after {
  background: #98463D;
}

.main-nav .nav-sale-link:hover,
.main-nav .nav-sale-link:focus-visible,
.main-nav .nav-sale-link.active {
  color: #7F392F;
}

.sale-filter-chip {
  border-color: #E4C9C4;
  color: #874039;
  background: #FBF3F1;
}

.sale-filter-chip button {
  color: #874039;
  background: #F3E1DE;
}

.sale-filter-chip button:hover,
.sale-filter-chip button:focus-visible {
  background: #EBCFCA;
}

.product-card .badge-discount {
  background: #98463D !important;
  box-shadow: 0 5px 14px rgba(93, 37, 31, .18) !important;
}

/* Stock and preloved badges harmonized with luxury palette */
.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited {
  border-color: rgba(151,115,44,.18) !important;
  color: #69501E !important;
  background: #F1DCA8 !important;
  box-shadow: 0 5px 13px rgba(118,89,34,.12) !important;
}

.product-card .product-image-wrap > .badge-preloved-bottom-right {
  border-color: rgba(15,61,52,.16) !important;
  color: #FFFFFF !important;
  background: linear-gradient(135deg, #134E43 0%, #0F3D34 100%) !important;
  box-shadow: 0 5px 13px rgba(15,61,52,.18) !important;
}

/* Small-screen nav retains luxury contrast */
@media (max-width: 900px) {
  .main-nav {
    border-color: #DCE5DF;
    background: #FBFAF6;
  }

  .main-nav a:hover {
    background: #EEF3EF;
  }

  .main-nav .nav-sale-link:hover,
  .main-nav .nav-sale-link:focus-visible,
  .main-nav .nav-sale-link.active {
    background: #FBF0ED;
  }
}


/* =========================================================
   mi.do.ri v3.4.1 — Modal badge, search & header polish
   ========================================================= */

/* Header is intentionally lighter: Search + Cart only. */
.nav-actions {
  gap: 10px;
}

/* Search icon gets a visible interactive state. */
.search-jump {
  cursor: pointer;
}

.search-jump:focus-visible {
  border-color: var(--olive);
  outline: 3px solid rgba(200,169,106,.22);
  outline-offset: 2px;
}

/* Product-detail SALE badge: compact burgundy/cream treatment. */
.modal-product-badges .badge-discount {
  width: auto !important;
  height: auto !important;
  min-width: 64px !important;
  max-width: none !important;
  min-height: 0 !important;
  display: inline-flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2px !important;
  padding: 8px 12px 9px !important;
  border: 1px solid rgba(255,255,255,.22) !important;
  border-radius: 12px !important;
  color: #FFF9F3 !important;
  background: #98463D !important;
  box-shadow: 0 7px 18px rgba(93,37,31,.16) !important;
  transform: none !important;
}

.modal-product-badges .badge-discount::before,
.modal-product-badges .badge-discount::after {
  display: none !important;
  content: none !important;
}

.modal-product-badges .badge-discount small {
  color: #F7EBDD !important;
  font-size: 8px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  letter-spacing: .13em !important;
}

.modal-product-badges .badge-discount strong,
.modal-product-badges .badge-discount .discount-value {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.05 !important;
  letter-spacing: .01em !important;
}

/* Product-detail low-stock badge follows the Emerald & Cream palette. */
.modal-info .detail-stock-badge,
.detail-stock-badge {
  width: max-content !important;
  margin-top: 10px !important;
  padding: 7px 12px !important;
  border: 1px solid rgba(200,169,106,.52) !important;
  border-radius: 999px !important;
  color: #5E491D !important;
  background: #F3E6C3 !important;
  box-shadow: none !important;
  font-size: 10px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase !important;
}

@media (max-width: 650px) {
  .modal-product-badges .badge-discount {
    min-width: 58px !important;
    padding: 7px 10px 8px !important;
    border-radius: 11px !important;
  }

  .modal-product-badges .badge-discount strong,
  .modal-product-badges .badge-discount .discount-value {
    font-size: 14px !important;
  }

  .modal-info .detail-stock-badge,
  .detail-stock-badge {
    padding: 6px 10px !important;
    font-size: 9px !important;
  }
}
\n\n/* =========================================================
   mi.do.ri v3.4.2 — Emerald Hero Refinement
   Campaign hero: Deep Emerald + Cream typography + restrained Gold.
   Catalog intro stays light for browsing clarity.
   ========================================================= */

/* Home campaign hero */
body[data-page="home"] .hero-shell,
.hero-section .hero-shell {
  border-color: rgba(200,169,106,.34);
  background:
    radial-gradient(circle at 12% 18%, rgba(255,255,255,.055), transparent 28%),
    radial-gradient(circle at 82% 84%, rgba(200,169,106,.10), transparent 32%),
    linear-gradient(118deg, #0F3D34 0%, #103F36 48%, #134E43 100%);
  box-shadow: 0 18px 44px rgba(15,61,52,.16);
}

.hero-section .hero-copy h1 {
  color: #F7F6F1;
}

.hero-section .hero-copy > p {
  color: #D7E5DF;
}

.hero-section .hero-kicker {
  color: #DCC58F;
}

.hero-section .hero-kicker i {
  background: #C8A96A;
  box-shadow: 0 0 0 4px rgba(200,169,106,.16);
}

/* Keep the photography framed as the bright premium focal point. */
.hero-section .hero-photo-card {
  border-color: rgba(247,246,241,.34);
  background: #E6F0E9;
  box-shadow: 0 22px 46px rgba(3,25,20,.24);
}

.hero-section .hero-photo-fallback {
  color: #0F3D34;
  background: radial-gradient(circle at 56% 40%, #FFFFFF 0%, #F7F6F1 54%, #E6F0E9 100%);
}

.hero-section .hero-slider-prev,
.hero-section .hero-slider-next {
  border-color: rgba(247,246,241,.35);
  color: #F7F6F1;
  background: rgba(15,61,52,.70);
  backdrop-filter: blur(8px);
}

.hero-section .hero-slider-prev:hover,
.hero-section .hero-slider-next:hover {
  color: #0F3D34;
  background: #F7F6F1;
}

.hero-section .hero-slider-dot {
  background: rgba(247,246,241,.40);
}

.hero-section .hero-slider-dot.is-active {
  background: #C8A96A;
}

/* Catalog remains light and task-oriented. */
.catalog-page-intro {
  border-bottom-color: #DCE5DF;
  background:
    radial-gradient(circle at 88% 6%, rgba(200,169,106,.13), transparent 28%),
    radial-gradient(circle at 70% 108%, rgba(230,240,233,.82), transparent 34%),
    linear-gradient(180deg, #F7F6F1 0%, #FBFAF6 72%, #FFFFFF 100%);
}

.catalog-page-intro .eyebrow {
  color: #0F3D34;
}

.catalog-page-intro h1 {
  color: #12231E;
}

.catalog-page-intro p,
.catalog-page-intro .breadcrumb {
  color: #65736D;
}

.catalog-page-intro .breadcrumb a {
  color: #0F3D34;
}

.catalog-page-intro .button-soft {
  border-color: #D7E1DB;
  color: #0F3D34;
  background: rgba(255,255,255,.78);
}

.catalog-page-intro .button-soft:hover {
  border-color: #C8A96A;
  background: #FFFFFF;
}

@media (max-width: 900px) {
  .hero-section .hero-copy {
    background: transparent;
  }
}

@media (max-width: 650px) {
  .hero-section .hero-shell {
    border-color: rgba(200,169,106,.30);
  }

  .hero-section .hero-copy > p {
    color: #C9DAD3;
  }

  .catalog-page-intro {
    background:
      radial-gradient(circle at 92% 8%, rgba(200,169,106,.12), transparent 28%),
      linear-gradient(180deg, #F7F6F1 0%, #FFFFFF 100%);
  }
}


/* =========================================================
   mi.do.ri v3.5.0 — Jost + Boutique Store/Footer Refinement
   ========================================================= */

/* Typography: lighter, editorial rhythm inspired by contemporary fashion retail. */
body {
  font-family: "Jost", ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 400;
  letter-spacing: .005em;
}

button, input, select, textarea {
  font-family: inherit;
}

.main-nav {
  font-weight: 500;
  letter-spacing: .018em;
}

.hero-copy h1,
.catalog-page-intro h1,
.section-heading h2,
.location-copy h2,
.modal-info h2,
.cart-header h2 {
  font-weight: 500 !important;
  letter-spacing: -.035em;
}

.hero-kicker,
.eyebrow,
.product-brand,
.variant-label,
.footer-nav-group h3 {
  font-weight: 500 !important;
  letter-spacing: .11em;
}

.button {
  font-weight: 500;
  letter-spacing: .015em;
}

/* Hero supports five slots. Missing hero-koleksi-4/5 files are removed safely by app.js. */
.hero-slider-dot {
  min-width: 8px;
}

/* Visit Store: compact conversion card, no duplicate social links. */
.location-section {
  padding-top: 54px;
  padding-bottom: 66px;
}

.location-card {
  position: relative;
  min-height: 310px;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .65fr);
  gap: clamp(32px, 6vw, 90px);
  padding: clamp(38px, 5vw, 62px);
  border: 1px solid rgba(200,169,106,.22);
  border-radius: 28px;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 5%, rgba(255,255,255,.055), transparent 28%),
    linear-gradient(118deg, #0F3D34 0%, #103F36 52%, #134E43 100%);
  box-shadow: 0 22px 50px rgba(15,61,52,.13);
}

.location-copy {
  position: relative;
  z-index: 2;
  align-self: center;
}

.location-copy .eyebrow {
  color: #D8C187;
}

.location-copy h2 {
  max-width: 620px;
  margin-top: 13px;
  margin-bottom: 14px;
  color: #F7F6F1;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 1.02;
}

.location-copy > p {
  max-width: 590px;
  color: #D3E1DB;
  font-size: 15px;
  line-height: 1.65;
}

.location-actions {
  gap: 10px;
  margin-top: 28px;
}

.location-actions .button-yellow {
  color: #0F3D34;
  border-color: #C8A96A;
  background: #C8A96A;
  box-shadow: 0 10px 24px rgba(4,27,22,.16);
}

.location-actions .button-yellow:hover {
  border-color: #D6BB80;
  background: #D6BB80;
}

.location-actions .button-outline-light {
  color: #F7F6F1;
  border-color: rgba(247,246,241,.34);
  background: rgba(255,255,255,.025);
}

.location-actions .button-outline-light:hover {
  border-color: rgba(247,246,241,.62);
  background: rgba(255,255,255,.08);
}

.location-visual {
  position: relative;
  min-height: 190px;
  align-self: stretch;
  overflow: hidden;
  border: 1px solid rgba(247,246,241,.10);
  border-radius: 22px;
  background:
    radial-gradient(circle at 70% 35%, rgba(200,169,106,.15), transparent 23%),
    linear-gradient(145deg, rgba(255,255,255,.055), rgba(255,255,255,.012));
}

.location-visual::before {
  content: "";
  position: absolute;
  inset: 20px;
  border: 1px solid rgba(200,169,106,.16);
  border-radius: 16px;
}

.location-visual-orbit {
  position: absolute;
  display: block;
  border: 1px solid rgba(200,169,106,.28);
  border-radius: 50%;
}

.location-visual-orbit-a {
  width: 220px;
  height: 220px;
  right: -58px;
  top: -72px;
}

.location-visual-orbit-b {
  width: 150px;
  height: 150px;
  left: -52px;
  bottom: -62px;
  border-color: rgba(230,240,233,.16);
}

.location-visual-glow {
  position: absolute;
  width: 9px;
  height: 9px;
  left: 48%;
  top: 47%;
  border-radius: 50%;
  background: #C8A96A;
  box-shadow: 0 0 0 9px rgba(200,169,106,.08), 0 0 46px 18px rgba(200,169,106,.12);
}

/* Luxury minimal footer: brand closure + concise navigation + icon-only social. */
.site-footer {
  padding-top: 62px;
  background: #0F3D34;
}

.footer-grid-luxury {
  grid-template-columns: minmax(240px, 1.55fr) repeat(3, minmax(110px, .62fr));
  gap: clamp(32px, 5vw, 76px);
  align-items: start;
}

.footer-brand img {
  width: 116px;
  max-width: 116px;
}

.footer-brand .footer-brand-subtitle {
  max-width: none;
  margin: 22px 0 0;
  color: #E6F0E9;
  font-size: 13px;
  line-height: 1.5;
}

.footer-brand .footer-tagline {
  max-width: none;
  margin: 7px 0 0;
  color: #C8A96A;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: .06em;
}

.footer-nav-group h3 {
  margin: 0 0 20px;
  color: #F7F6F1;
  font-size: 10px;
  text-transform: uppercase;
}

.footer-nav-group > a {
  display: block;
  width: max-content;
  margin: 10px 0;
  color: #C7D8D1;
  font-size: 13px;
  font-weight: 400;
  transition: color .18s ease, transform .18s ease;
}

.footer-nav-group > a:hover,
.footer-nav-group > a:focus-visible {
  color: #C8A96A;
  transform: translateX(2px);
}

.footer-social-icons {
  display: flex;
  align-items: center;
  gap: 11px;
}

.footer-social-link {
  width: 42px !important;
  height: 42px;
  display: grid !important;
  place-items: center;
  margin: 0 !important;
  border: 1px solid rgba(230,240,233,.18);
  border-radius: 50%;
  color: #E6F0E9 !important;
  background: rgba(255,255,255,.025);
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}

.footer-social-link:hover,
.footer-social-link:focus-visible {
  color: #C8A96A !important;
  border-color: rgba(200,169,106,.58);
  background: rgba(200,169,106,.07);
  transform: translateY(-2px);
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.footer-social-link svg .social-dot {
  fill: currentColor;
  stroke: none;
}

.footer-social-link:last-child svg {
  fill: currentColor;
  stroke: none;
}

.footer-bottom {
  margin-top: 54px;
  padding-top: 20px;
  padding-bottom: 26px;
  border-top-color: rgba(230,240,233,.11);
  color: #8EAAA0;
  font-size: 11px;
}

.footer-bottom a {
  color: #C7D8D1;
}

.footer-bottom a:hover {
  color: #C8A96A;
}

@media (max-width: 900px) {
  .location-card {
    grid-template-columns: 1fr;
    min-height: 0;
  }

  .location-visual {
    min-height: 150px;
  }

  .footer-grid-luxury {
    grid-template-columns: 1.35fr repeat(3, 1fr);
    gap: 32px;
  }
}

@media (max-width: 700px) {
  .location-section {
    padding-top: 42px;
    padding-bottom: 48px;
  }

  .location-card {
    gap: 26px;
    padding: 28px 24px;
    border-radius: 22px;
  }

  .location-copy h2 {
    font-size: 34px;
  }

  .location-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .location-actions .button {
    width: 100%;
  }

  .location-visual {
    min-height: 112px;
  }

  .site-footer {
    padding-top: 48px;
  }

  .footer-grid-luxury {
    grid-template-columns: 1fr 1fr;
    gap: 34px 28px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-brand img {
    width: 104px;
  }

  .footer-follow {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    margin-top: 40px;
  }
}

@media (max-width: 430px) {
  .footer-grid-luxury {
    grid-template-columns: 1fr 1fr;
  }

  .footer-nav-group h3 {
    margin-bottom: 15px;
  }

  .footer-nav-group > a {
    font-size: 12px;
  }
}


/* =========================================================
   mi.do.ri v3.6.0 — Luxury Product Experience Refinement
   Typography readability · Product detail mobile UX · Dual logo
   ========================================================= */

/* Readability floor: informative UI text should not feel miniature in Jost. */
.product-card .product-brand {
  font-size: 12px !important;
  line-height: 1.35;
}
.product-card .product-title {
  font-size: 16px !important;
  line-height: 1.4;
  font-weight: 500 !important;
}
.product-card .product-rating,
.product-card .product-rating span,
.product-card .product-card-info {
  font-size: 12px !important;
  line-height: 1.45;
}
.product-card .product-actions .button {
  font-size: 12px !important;
}
.filter-field label,
.catalog-count-card span,
.variant-label,
.eyebrow,
.hero-kicker {
  font-size: 12px !important;
}
.filter-field select,
.sort-box select,
.variant-select,
.search-box input {
  font-size: 13px !important;
}
.category-card h3,
.brand-chip,
.service-item strong,
.service-item span {
  font-size: 12px;
}
.footer-nav-group h3 {
  font-size: 12px !important;
}
.footer-nav-group > a,
.footer-brand .footer-brand-subtitle {
  font-size: 13px !important;
}
.footer-bottom {
  font-size: 12px !important;
}

/* Separate dark-background brand source gets a subtle light halo without altering artwork. */
.footer-brand img {
  filter: drop-shadow(0 0 1px rgba(247,246,241,.78)) drop-shadow(0 5px 16px rgba(0,0,0,.10));
}

/* Product detail heading + compact share action. */
.modal-heading-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.modal-heading-copy {
  min-width: 0;
}
.modal-heading-copy .product-brand {
  margin-bottom: 7px;
  font-size: 12px !important;
}
.modal-heading-row h2 {
  margin-top: 0;
}
.modal-share-button {
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-top: 2px;
  border: 1px solid #D7E1DB;
  border-radius: 50%;
  color: #0F3D34;
  background: #F7F6F1;
  cursor: pointer;
  transition: border-color .18s ease, color .18s ease, background .18s ease, transform .18s ease;
}
.modal-share-button svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.modal-share-button:hover,
.modal-share-button:focus-visible {
  color: #8A713B;
  border-color: #C8A96A;
  background: #FFFDF7;
  transform: translateY(-1px);
}
.modal-share-button.is-copied {
  color: #F7F6F1;
  border-color: #0F3D34;
  background: #0F3D34;
}

/* Price hierarchy: promo is primary, savings note stays jewelry-like/subtle. */
.modal-info .saving-note {
  padding: 4px 9px;
  color: #75642E;
  border: 1px solid rgba(200,169,106,.20);
  background: rgba(200,169,106,.12);
  font-size: 11px !important;
  font-weight: 400 !important;
}

/* SKU/status should read as metadata, not another dominant card. */
.modal-info .variant-status {
  min-height: 48px;
  align-items: center;
  margin-top: 10px;
  padding: 11px 14px;
  border: 1px solid #E1E8E3;
  background: #F7F9F6;
  font-size: 12px;
}
.modal-info .variant-sku-label {
  color: #718079;
}
.modal-info .variant-sku-label strong {
  margin-left: 5px;
  color: #0F3D34;
  font-weight: 500 !important;
}

/* Desktop: detail sections remain visually open, with editorial section headers. */
.product-detail-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0;
  border: 0;
  color: var(--ink);
  background: transparent;
  text-align: left;
  cursor: default;
  pointer-events: none;
}
.product-detail-toggle > span {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}
.product-detail-toggle svg {
  display: none;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.product-detail-panel {
  display: block;
  margin-top: 15px;
}
.product-detail-section h3 {
  display: none;
}
.product-material-card {
  order: 2;
}
.product-size-card {
  order: 1;
}

/* Desktop CTA stays at the end; the sticky mobile clone is hidden. */
.modal-mobile-cta {
  display: none;
}
.modal-actions-desktop {
  display: grid;
}

@media (max-width: 700px) {
  /* Cards remain readable without crowding narrow product grids. */
  .product-card .product-brand {
    font-size: 11px !important;
  }
  .product-card .product-title {
    font-size: 14px !important;
    min-height: 40px;
  }
  .product-card .product-rating,
  .product-card .product-rating span,
  .product-card .product-card-info,
  .product-card .product-actions .button {
    font-size: 12px !important;
  }
  .filter-field label,
  .variant-label,
  .eyebrow,
  .hero-kicker {
    font-size: 11px !important;
  }

  /* Compact luxury product detail: accordion + persistent conversion actions. */
  .modal-info {
    padding-bottom: 92px !important;
  }
  .modal-heading-row {
    gap: 12px;
  }
  .modal-share-button {
    width: 40px;
    height: 40px;
  }
  .modal-info .variant-status {
    font-size: 12px;
  }
  .product-detail-content {
    margin-top: 18px;
  }
  .product-detail-section {
    padding: 0;
    border-bottom: 1px solid #DFE7E2;
  }
  .product-detail-toggle {
    min-height: 54px;
    padding: 15px 0;
    cursor: pointer;
    pointer-events: auto;
  }
  .product-detail-toggle > span {
    font-size: 14px;
  }
  .product-detail-toggle svg {
    display: block;
    transition: transform .2s ease;
  }
  .product-detail-section.is-open .product-detail-toggle svg {
    transform: rotate(180deg);
  }
  .product-detail-panel {
    display: none;
    margin: 0;
    padding: 0 0 18px;
  }
  .product-detail-section.is-open .product-detail-panel {
    display: block;
  }
  .product-detail-grid,
  .product-detail-list {
    grid-template-columns: 1fr !important;
  }
  .product-material-card {
    order: 1;
  }
  .product-size-card {
    order: 2;
  }
  .product-detail-card {
    padding: 14px;
  }
  .product-detail-card h4 {
    font-size: 11px;
  }
  .product-detail-value,
  .product-size-row > span,
  .product-size-row > strong,
  .product-detail-list li,
  .product-about-copy {
    font-size: 12px !important;
  }

  /* Mobile sticky CTA sits before long details and stays visible while reading. */
  .modal-actions-desktop {
    display: none !important;
  }
  .modal-mobile-cta {
    position: fixed;
    left: 8px;
    right: 8px;
    bottom: 8px;
    z-index: 322;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 0;
    padding: 10px 12px max(10px, env(safe-area-inset-bottom));
    border: 1px solid rgba(15,61,52,.10);
    border-radius: 0 0 16px 16px;
    background: rgba(247,246,241,.97);
    box-shadow: 0 -10px 28px rgba(15,61,52,.10);
    backdrop-filter: blur(12px);
  }
  .modal-mobile-cta .button {
    min-height: 46px;
    padding-inline: 10px;
    font-size: 12px !important;
  }
}

@media (max-width: 430px) {
  .footer-nav-group h3 {
    font-size: 12px !important;
  }
  .footer-nav-group > a {
    font-size: 13px !important;
  }
}

/* =========================================================
   mi.do.ri v4.0.0 — Editorial Commerce / The mi.do.ri Edit
   Fashion-editorial homepage, curated discovery, adaptive UX.
   ========================================================= */

body[data-page="home"] {
  background: #F7F6F1;
}

body[data-page="home"] .section {
  padding-block: clamp(72px, 8vw, 112px);
}

body[data-page="home"] .top-strip {
  background: #0F3D34;
  font-size: 11px;
  letter-spacing: .04em;
}

body[data-page="home"] .top-strip-inner {
  min-height: 30px;
}

body[data-page="home"] .top-strip a {
  color: #D7C38F;
  font-weight: 500;
}

/* ----- Editorial hero -------------------------------------------------- */
body[data-page="home"] .hero-section {
  padding: 30px 0 54px;
}

body[data-page="home"] .hero-shell {
  min-height: 620px;
  grid-template-columns: minmax(360px, .78fr) minmax(0, 1.22fr);
  border: 0;
  border-radius: 28px;
  background: #0F3D34;
  box-shadow: 0 26px 70px rgba(15,61,52,.14);
}

body[data-page="home"] .hero-copy {
  position: relative;
  z-index: 5;
  padding: clamp(44px, 5vw, 78px);
  background:
    radial-gradient(circle at 14% 12%, rgba(200,169,106,.10), transparent 28%),
    linear-gradient(145deg, #0F3D34 0%, #10443A 100%);
}

body[data-page="home"] .hero-copy.is-swapping > * {
  animation: midoriHeroCopyIn .48s cubic-bezier(.2,.7,.2,1) both;
}

@keyframes midoriHeroCopyIn {
  from { opacity: 0; transform: translateY(9px); }
  to { opacity: 1; transform: translateY(0); }
}

body[data-page="home"] .hero-kicker {
  margin-bottom: 22px;
  padding: 0;
  color: #C8A96A;
  background: transparent;
  font-size: 11px !important;
  letter-spacing: .16em;
}

body[data-page="home"] .hero-copy h1 {
  max-width: 560px;
  color: #F7F6F1;
  font-size: clamp(52px, 5.2vw, 78px);
  font-weight: 400 !important;
  line-height: .98;
  letter-spacing: -.055em;
}

body[data-page="home"] .hero-copy > p {
  max-width: 510px;
  margin-top: 24px;
  color: #C9DAD3;
  font-size: 15px;
  line-height: 1.75;
}

.hero-editorial-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
  margin-top: 34px;
}

.hero-primary-link,
.hero-secondary-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  transition: color .18s ease, transform .18s ease, border-color .18s ease;
}

.hero-primary-link {
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(247,246,241,.34);
  border-radius: 999px;
  color: #F7F6F1;
}

.hero-primary-link:hover,
.hero-primary-link:focus-visible {
  color: #0F3D34;
  border-color: #F7F6F1;
  background: #F7F6F1;
  transform: translateY(-1px);
}

.hero-secondary-link {
  color: #C8A96A;
  border-bottom: 1px solid rgba(200,169,106,.45);
}

.hero-secondary-link:hover {
  color: #E0C98E;
  transform: translateX(2px);
}

.hero-live-proof {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 46px;
  color: #97B3A8;
  font-size: 11px;
  letter-spacing: .04em;
}

.hero-live-proof strong {
  color: #E6F0E9;
  font-weight: 500;
}

.hero-live-dot {
  width: 7px;
  height: 7px;
  margin-right: 2px;
  border-radius: 50%;
  background: #75C894;
  box-shadow: 0 0 0 5px rgba(117,200,148,.09);
}

.hero-proof-separator {
  color: rgba(200,169,106,.58);
}

body[data-page="home"] .hero-media {
  min-height: 620px;
  display: block;
  background: #E6F0E9;
}

body[data-page="home"] .hero-photo-card {
  width: 100%;
  height: 100%;
  min-height: 620px;
  aspect-ratio: auto;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

body[data-page="home"] .hero-product-image {
  object-position: center 28%;
  transition: transform 6.2s cubic-bezier(.2,.7,.2,1);
}

body[data-page="home"] .hero-slide.is-active .hero-product-image {
  transform: scale(1.025);
}

body[data-page="home"] .hero-slider-arrow {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(247,246,241,.44);
  color: #F7F6F1;
  background: rgba(15,61,52,.52);
  backdrop-filter: blur(12px);
}

body[data-page="home"] .hero-slider-prev { left: 26px; }
body[data-page="home"] .hero-slider-next { right: 26px; }

.hero-shop-chip {
  position: absolute;
  right: 28px;
  bottom: 26px;
  z-index: 8;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 44px;
  padding: 0 17px;
  border: 1px solid rgba(247,246,241,.62);
  border-radius: 999px;
  color: #0F3D34;
  background: rgba(247,246,241,.91);
  box-shadow: 0 10px 30px rgba(9,35,28,.12);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 500;
  transition: transform .18s ease, background .18s ease;
}

.hero-shop-chip:hover {
  transform: translateY(-2px);
  background: #FFFFFF;
}

body[data-page="home"] .hero-slider-dots {
  left: 28px;
  right: auto;
  bottom: 30px;
  transform: none;
  background: rgba(15,61,52,.45);
  backdrop-filter: blur(10px);
}

/* ----- Shared editorial headings -------------------------------------- */
.editorial-heading,
.editorial-section-heading,
.second-chapter-intro {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(250px, .65fr);
  align-items: end;
  gap: clamp(28px, 6vw, 90px);
  margin-bottom: 38px;
}

.editorial-heading h2,
.editorial-section-heading h2,
.second-chapter-intro h2 {
  max-width: 780px;
  margin: 8px 0 0;
  color: #12231E;
  font-size: clamp(38px, 4.2vw, 58px);
  font-weight: 400 !important;
  line-height: 1.02;
  letter-spacing: -.045em;
}

.editorial-heading > p,
.editorial-section-heading > div > p,
.second-chapter-intro > div:last-child > p {
  margin: 0;
  color: #67766F;
  font-size: 14px;
  line-height: 1.75;
}

.editorial-section-heading > div > p {
  max-width: 600px;
  margin-top: 12px;
}

.editorial-eyebrow {
  display: inline-flex;
  align-items: center;
  color: #8B7440;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.compact-heading {
  grid-template-columns: 1fr auto;
  align-items: end;
}

/* ----- The mi.do.ri Edit ---------------------------------------------- */
.editorial-edit-section {
  background: #FBFAF6;
}

.editorial-edit-grid {
  display: grid;
  grid-template-columns: 1.18fr .91fr .91fr;
  gap: 18px;
}

.editorial-edit-card {
  position: relative;
  min-width: 0;
  height: 520px;
  overflow: hidden;
  border-radius: 24px;
  background: #0F3D34;
  box-shadow: 0 14px 38px rgba(15,61,52,.07);
}

.editorial-edit-media {
  position: absolute;
  inset: 0;
  display: block;
  overflow: hidden;
}

.editorial-edit-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,28,23,.05) 25%, rgba(8,28,23,.76) 100%);
}

.editorial-edit-media img,
.editorial-edit-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.editorial-edit-placeholder {
  background:
    radial-gradient(circle at 30% 20%, rgba(200,169,106,.24), transparent 28%),
    linear-gradient(145deg, #134E43, #0F3D34);
}

.editorial-edit-card:hover .editorial-edit-media img {
  transform: scale(1.035);
}

.editorial-edit-copy {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 0;
  padding: clamp(24px, 3vw, 36px);
  color: #F7F6F1;
}

.editorial-edit-copy > span {
  color: #D9C387;
  font-size: 10px;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.editorial-edit-copy h3 {
  margin: 8px 0 9px;
  font-size: clamp(28px, 2.8vw, 42px);
  font-weight: 400;
  line-height: 1.03;
  letter-spacing: -.035em;
}

.editorial-edit-copy > p {
  max-width: 430px;
  margin: 0;
  color: #D5E3DD;
  font-size: 13px;
  line-height: 1.6;
}

.editorial-edit-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 20px;
}

.editorial-edit-actions a,
.editorial-edit-actions button {
  padding: 0;
  border: 0;
  color: #F7F6F1;
  background: transparent;
  font-size: 11px;
  cursor: pointer;
}

.editorial-edit-actions a {
  border-bottom: 1px solid rgba(247,246,241,.38);
}

.editorial-edit-actions button {
  color: #C8A96A;
}

/* ----- Editorial product rails --------------------------------------- */
.editorial-product-section {
  background: #F7F6F1;
}

body[data-page="home"] .home-product-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

body[data-page="home"] .product-card-home {
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

body[data-page="home"] .product-card-home:hover {
  transform: none;
  border-color: transparent;
  box-shadow: none;
}

body[data-page="home"] .product-card-home .product-image-wrap {
  overflow: hidden;
  border: 1px solid #DDE5DF;
  border-radius: 19px;
  background: #E6F0E9;
}

.product-image-stack {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.product-image-stack .product-placeholder {
  position: absolute;
  inset: 0;
}

.product-image-secondary {
  position: absolute !important;
  inset: 0;
  z-index: 2;
  opacity: 0;
  transform: scale(1.01) !important;
  transition: opacity .38s ease, transform .7s cubic-bezier(.2,.7,.2,1) !important;
}

.product-card:hover .product-image-secondary {
  opacity: 1;
  transform: scale(1.035) !important;
}

body[data-page="home"] .product-card-home .product-body {
  padding: 17px 3px 0;
}

body[data-page="home"] .product-card-home .product-brand {
  margin-bottom: 7px;
  color: #456B5F;
  font-size: 11px !important;
  letter-spacing: .12em;
}

body[data-page="home"] .product-card-home .product-title {
  min-height: 0;
  margin-bottom: 8px;
  color: #12231E;
  font-size: 17px !important;
  font-weight: 500 !important;
}

body[data-page="home"] .product-card-home .product-rating,
body[data-page="home"] .product-card-home .product-card-info {
  display: none;
}

body[data-page="home"] .product-card-home .product-price {
  margin: 0;
  color: #0F3D34;
  font-size: 15px;
}

body[data-page="home"] .product-card-home .product-actions {
  margin-top: 13px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity .2s ease, transform .2s ease;
}

body[data-page="home"] .product-card-home:hover .product-actions,
body[data-page="home"] .product-card-home:focus-within .product-actions {
  opacity: 1;
  transform: translateY(0);
}

body[data-page="home"] .product-card-home .product-actions .button {
  min-height: 39px;
  width: 100%;
  border: 1px solid #C9D7D1;
  border-radius: 999px;
  color: #0F3D34;
  background: transparent;
  font-size: 11px !important;
  box-shadow: none;
}

body[data-page="home"] .product-card-home .product-actions .button:hover {
  color: #F7F6F1;
  border-color: #0F3D34;
  background: #0F3D34;
}

/* ----- Category navigation ------------------------------------------- */
.editorial-category-section {
  background: #FFFFFF;
}

body[data-page="home"] .editorial-category-section .category-grid {
  gap: clamp(20px, 3vw, 42px);
}

body[data-page="home"] .editorial-category-section .category-image {
  border: 1px solid #E5E3DA;
  background: #F7F6F1;
  box-shadow: none;
}

body[data-page="home"] .editorial-category-section .category-card:hover .category-image {
  border-color: #C8A96A;
  box-shadow: 0 12px 30px rgba(15,61,52,.06);
  transform: translateY(-3px);
}

/* ----- Campaign stage ------------------------------------------------- */
.campaign-stage {
  background: #F7F6F1;
}

.campaign-stage-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 16px;
  color: #6C776F;
  font-size: 11px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.campaign-stage-meta > span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.campaign-stage-meta i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C8A96A;
  box-shadow: 0 0 0 5px rgba(200,169,106,.10);
}

.campaign-stage-meta a {
  color: #0F3D34;
  text-transform: none;
  letter-spacing: .02em;
}

.campaign-stage .responsive-promo-banner {
  overflow: hidden;
  border: 1px solid #E1DFD6;
  border-radius: 24px;
  box-shadow: 0 18px 50px rgba(15,61,52,.07);
}

.campaign-stage .responsive-promo-banner img {
  transition: transform .75s cubic-bezier(.2,.7,.2,1), filter .3s ease;
}

.campaign-stage .responsive-promo-banner:hover img {
  transform: scale(1.012);
  filter: saturate(1.025);
}

/* ----- Second Chapter / preloved ------------------------------------- */
.second-chapter-section {
  position: relative;
  color: #F7F6F1;
  background:
    radial-gradient(circle at 90% 2%, rgba(200,169,106,.13), transparent 28%),
    linear-gradient(135deg, #0F3D34 0%, #103F36 55%, #134E43 100%);
}

.second-chapter-section .editorial-eyebrow {
  color: #C8A96A;
}

.second-chapter-section .second-chapter-intro h2 {
  color: #F7F6F1;
}

.second-chapter-section .second-chapter-intro > div:last-child > p {
  color: #C6D8D1;
}

.second-chapter-section .text-link {
  margin-top: 18px;
  color: #E6F0E9;
}

.second-chapter-section .product-card-home .product-title,
.second-chapter-section .product-card-home .product-price {
  color: #F7F6F1 !important;
}

.second-chapter-section .product-card-home .product-brand {
  color: #C8A96A !important;
}

.second-chapter-section .product-card-home .product-image-wrap {
  border-color: rgba(247,246,241,.18) !important;
}

.second-chapter-section .product-card-home .product-actions .button {
  color: #F7F6F1 !important;
  border-color: rgba(247,246,241,.28) !important;
}

.second-chapter-section .product-card-home .product-actions .button:hover {
  color: #0F3D34 !important;
  border-color: #F7F6F1 !important;
  background: #F7F6F1 !important;
}

/* ----- Brand Radar ---------------------------------------------------- */
.brand-discovery-section {
  background: #FFFFFF;
}

.brand-discovery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.brand-discovery-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid #E1E7E3;
  border-radius: 22px;
  background: #F7F6F1;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}

.brand-discovery-card:hover {
  transform: translateY(-4px);
  border-color: #C8A96A;
  box-shadow: 0 18px 42px rgba(15,61,52,.09);
}

.brand-discovery-index {
  position: absolute;
  z-index: 3;
  top: 15px;
  left: 15px;
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(247,246,241,.55);
  border-radius: 50%;
  color: #F7F6F1;
  background: rgba(15,61,52,.45);
  backdrop-filter: blur(9px);
  font-size: 9px;
  letter-spacing: .08em;
}

.brand-discovery-media {
  aspect-ratio: 4 / 4.65;
  overflow: hidden;
  background: #E6F0E9;
}

.brand-discovery-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center top;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.brand-discovery-card:hover .brand-discovery-media img {
  transform: scale(1.03);
}

.brand-discovery-copy {
  padding: 20px 20px 22px;
}

.brand-discovery-copy > span {
  color: #7C8983;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.brand-discovery-copy h3 {
  margin: 7px 0 14px;
  color: #0F3D34;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.15;
}

.brand-discovery-copy p {
  margin: 0;
  color: #8B7440;
  font-size: 11px;
}

/* ----- Adaptive recent browsing -------------------------------------- */
.continue-section {
  background: #EAF2ED;
}

/* ----- Visit store becomes a real destination card ------------------- */
body[data-page="home"] .location-section {
  background: #F7F6F1;
}

.location-visual-link {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  color: #F7F6F1;
  text-decoration: none;
}

.location-map-kicker,
.location-map-action {
  position: relative;
  z-index: 3;
  color: #C8A96A;
  font-size: 10px;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.location-visual-link > strong {
  position: relative;
  z-index: 3;
  margin: 6px 0 14px;
  color: #F7F6F1;
  font-size: 32px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -.035em;
}

.location-map-action {
  color: #CFE0D9;
  letter-spacing: .02em;
  text-transform: none;
}

/* ----- Gentle motion -------------------------------------------------- */
.reveal-ready [data-reveal],
.reveal-ready [data-reveal-item] {
  opacity: 0;
  transform: translateY(18px);
}

.reveal-ready [data-reveal-item] {
  transition-delay: var(--reveal-delay, 0ms);
}

.reveal-ready [data-reveal].is-revealed,
.reveal-ready [data-reveal-item].is-revealed {
  opacity: 1;
  transform: translateY(0);
  transition: opacity .62s cubic-bezier(.2,.7,.2,1), transform .62s cubic-bezier(.2,.7,.2,1);
}

@media (prefers-reduced-motion: reduce) {
  .hero-copy.is-swapping > *,
  .hero-product-image,
  .editorial-edit-media img,
  .product-image-secondary,
  .brand-discovery-media img,
  .campaign-stage .responsive-promo-banner img,
  [data-reveal],
  [data-reveal-item] {
    animation: none !important;
    transition: none !important;
    transform: none !important;
  }
}

/* ----- Tablet --------------------------------------------------------- */
@media (max-width: 980px) {
  body[data-page="home"] .hero-shell {
    grid-template-columns: 1fr;
  }

  body[data-page="home"] .hero-media,
  body[data-page="home"] .hero-photo-card {
    min-height: 520px;
  }

  .editorial-heading,
  .editorial-section-heading,
  .second-chapter-intro {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .editorial-edit-grid {
    grid-template-columns: 1.15fr .85fr;
  }

  .editorial-edit-card-1 {
    grid-row: span 2;
    height: auto;
    min-height: 620px;
  }

  .editorial-edit-card-2,
  .editorial-edit-card-3 {
    height: 300px;
  }

  body[data-page="home"] .home-product-grid,
  .brand-discovery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  body[data-page="home"] .product-card-home .product-actions {
    opacity: 1;
    transform: none;
  }
}

/* ----- Mobile: swipeable editorial rails ------------------------------ */
@media (max-width: 700px) {
  body[data-page="home"] .section {
    padding-block: 68px;
  }

  body[data-page="home"] .hero-section {
    padding-top: 14px;
    padding-bottom: 46px;
  }

  body[data-page="home"] .hero-shell {
    border-radius: 22px;
  }

  body[data-page="home"] .hero-copy {
    padding: 40px 25px 38px;
  }

  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(44px, 13vw, 58px);
  }

  body[data-page="home"] .hero-copy > p {
    font-size: 14px;
  }

  .hero-editorial-actions {
    gap: 14px;
    margin-top: 27px;
  }

  .hero-live-proof {
    margin-top: 34px;
  }

  body[data-page="home"] .hero-media,
  body[data-page="home"] .hero-photo-card {
    min-height: 455px;
  }

  body[data-page="home"] .hero-slider-arrow {
    width: 42px;
    height: 42px;
  }

  body[data-page="home"] .hero-slider-prev { left: 14px; }
  body[data-page="home"] .hero-slider-next { right: 14px; }

  .hero-shop-chip {
    right: 14px;
    bottom: 16px;
    min-height: 40px;
    padding-inline: 14px;
    font-size: 11px;
  }

  body[data-page="home"] .hero-slider-dots {
    left: 14px;
    bottom: 19px;
  }

  .editorial-heading h2,
  .editorial-section-heading h2,
  .second-chapter-intro h2 {
    font-size: 38px;
  }

  .editorial-edit-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: -12px;
    padding: 2px 12px 10px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .editorial-edit-grid::-webkit-scrollbar { display: none; }

  .editorial-edit-card,
  .editorial-edit-card-1,
  .editorial-edit-card-2,
  .editorial-edit-card-3 {
    flex: 0 0 min(84vw, 340px);
    height: 490px;
    min-height: 0;
    scroll-snap-align: start;
  }

  body[data-page="home"] .home-product-grid,
  .brand-discovery-grid {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    margin-right: -12px;
    padding: 2px 12px 14px 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  body[data-page="home"] .home-product-grid::-webkit-scrollbar,
  .brand-discovery-grid::-webkit-scrollbar { display: none; }

  body[data-page="home"] .home-product-grid .product-card,
  .brand-discovery-card {
    flex: 0 0 min(76vw, 310px);
    scroll-snap-align: start;
  }

  body[data-page="home"] .product-card-home .product-actions {
    opacity: 1;
    transform: none;
  }

  .second-chapter-section {
    padding-block: 74px !important;
  }

  .campaign-stage-meta {
    align-items: flex-start;
  }

  .campaign-stage .responsive-promo-banner {
    border-radius: 18px;
  }

  .location-visual-link {
    min-height: 160px;
  }
}


/* =========================================================
   mi.do.ri v4.0.1 — Homepage stability & contrast hotfix
   Fixes hero chip clipping, hover-dependent CTA visibility,
   and Second Chapter price contrast.
   ========================================================= */

/* Keep the hero editorial CTA safely inside the image frame. */
body[data-page="home"] .hero-shop-chip {
  right: 28px;
  bottom: 82px;
  max-width: calc(100% - 56px);
  white-space: nowrap;
}

/* Product cards must not change layout or hide the CTA when the cursor leaves. */
body[data-page="home"] .product-card-home .product-actions {
  min-height: 41px;
  margin-top: 15px;
  opacity: 1 !important;
  transform: none !important;
}

body[data-page="home"] .product-card-home .product-actions .button {
  min-height: 41px;
  color: #F7F6F1;
  border-color: #0F3D34;
  background: #0F3D34;
  transform: none !important;
}

body[data-page="home"] .product-card-home .product-actions .button:hover,
body[data-page="home"] .product-card-home .product-actions .button:focus-visible {
  color: #F7F6F1;
  border-color: #134E43;
  background: #134E43;
  transform: none !important;
}

/* FOTO_2 crossfade is intentional only while hovering the image itself,
   not when the pointer moves over the title, price or CTA. */
body[data-page="home"] .product-card-home .product-image-secondary {
  opacity: 0 !important;
  transform: scale(1.01) !important;
}

body[data-page="home"] .product-card-home .product-image-wrap:hover .product-image-secondary {
  opacity: 1 !important;
  transform: scale(1.035) !important;
}

/* Second Chapter lives on Deep Emerald: all price states need explicit
   high-contrast colors rather than inheriting the catalogue palette. */
.second-chapter-section .product-card-home .product-price,
.second-chapter-section .product-card-home .product-price .current-price {
  color: #F7F6F1 !important;
}

.second-chapter-section .product-card-home .product-price .original-price {
  color: #A8BCB3 !important;
}

.second-chapter-section .product-card-home .product-price .discounted-price,
.second-chapter-section .product-card-home .product-price.has-promo .discounted-price {
  color: #E2C778 !important;
}

/* CTA on the dark Second Chapter section stays visible at rest. */
.second-chapter-section .product-card-home .product-actions .button {
  color: #0F3D34 !important;
  border-color: #F7F6F1 !important;
  background: #F7F6F1 !important;
}

.second-chapter-section .product-card-home .product-actions .button:hover,
.second-chapter-section .product-card-home .product-actions .button:focus-visible {
  color: #0F3D34 !important;
  border-color: #E6F0E9 !important;
  background: #E6F0E9 !important;
}

@media (max-width: 700px) {
  body[data-page="home"] .hero-shop-chip {
    right: 14px;
    bottom: 70px;
    max-width: calc(100% - 28px);
  }

  body[data-page="home"] .product-card-home .product-actions {
    min-height: 43px;
    margin-top: 16px;
  }

  body[data-page="home"] .product-card-home .product-actions .button {
    min-height: 43px;
    font-size: 12px !important;
  }
}

/* =========================================================
   mi.do.ri v4.1.0 — Unified Editorial Commerce Experience
   Catalogue redesign + homepage editorial rhythm refinement.
   ========================================================= */

/* ---------- Homepage rhythm: less empty, still luxurious ---------- */
body[data-page="home"] .editorial-edit-section { padding-block: 68px; }
body[data-page="home"] .featured-section { padding-block: 56px; }
body[data-page="home"] .editorial-category-section { padding-block: 50px; }
body[data-page="home"] .campaign-stage { padding-block: 46px; }
body[data-page="home"] .fresh-section { padding-block: 56px; }
body[data-page="home"] .second-chapter-section { padding-block: 72px; }
body[data-page="home"] .brand-discovery-section { padding-block: 58px; }
body[data-page="home"] .continue-section { padding-block: 56px; }
body[data-page="home"] .location-section { padding-block: 54px; }

body[data-page="home"] .editorial-heading,
body[data-page="home"] .editorial-section-heading,
body[data-page="home"] .second-chapter-intro {
  margin-bottom: 28px;
}

body[data-page="home"] .editorial-section-heading > div > p {
  margin-top: 9px;
}

/* ---------- Catalogue intro ---------- */
body[data-page="catalog"] {
  background: #F7F6F1;
}

body[data-page="catalog"] .catalog-page-intro {
  min-height: 0;
  padding: 64px 0 50px;
  background:
    radial-gradient(circle at 86% 30%, rgba(200,169,106,.12), transparent 24%),
    radial-gradient(circle at 62% 90%, rgba(230,240,233,.76), transparent 34%),
    #FBFAF6;
}

.catalog-page-intro-v41 {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 40px;
}

.catalog-intro-copy {
  max-width: 850px;
}

body[data-page="catalog"] .catalog-page-intro .breadcrumb {
  margin-bottom: 28px;
}

body[data-page="catalog"] .catalog-page-intro .eyebrow {
  margin-bottom: 12px;
}

body[data-page="catalog"] .catalog-page-intro h1 {
  max-width: 760px;
  margin: 0;
  font-size: clamp(48px, 5.4vw, 74px);
  font-weight: 400 !important;
  line-height: .98;
  letter-spacing: -.052em;
}

body[data-page="catalog"] .catalog-page-intro p {
  max-width: 660px;
  margin: 20px 0 0;
  color: #65746D;
  font-size: 14px;
  line-height: 1.65;
}

body[data-page="catalog"] .catalog-page-intro p strong {
  color: #0F3D34;
  font-weight: 500;
}

.catalog-intro-link {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 4px;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(15,61,52,.28);
  color: #0F3D34;
  font-size: 12px;
  font-weight: 500;
  text-decoration: none;
}

.catalog-intro-link span { color: #C8A96A; }

/* ---------- Catalogue workspace ---------- */
body[data-page="catalog"] .catalog-section-v41 {
  padding: 52px 0 66px;
  background: #F7F6F1;
}

.catalog-context-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 36px;
  margin-bottom: 26px;
}

.catalog-context-heading h2 {
  max-width: 760px;
  margin: 7px 0 8px;
  color: #12231E;
  font-size: clamp(34px, 3.5vw, 52px);
  font-weight: 400 !important;
  line-height: 1;
  letter-spacing: -.042em;
}

.catalog-context-heading > div > p {
  margin: 0;
  color: #6E7B75;
  font-size: 13px;
  line-height: 1.6;
}

.catalog-context-count {
  margin: 0 0 7px;
  color: #78847E;
  font-size: 12px;
  white-space: nowrap;
}

.catalog-context-count strong {
  color: #0F3D34;
  font-size: 20px;
  font-weight: 500;
}

.catalog-command-bar {
  position: sticky;
  top: 78px;
  z-index: 60;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto 180px;
  gap: 10px;
  padding: 9px;
  border: 1px solid rgba(15,61,52,.10);
  border-radius: 16px;
  background: rgba(247,246,241,.91);
  box-shadow: 0 12px 34px rgba(15,61,52,.055);
  backdrop-filter: blur(18px);
}

.catalog-search-shell { position: relative; min-width: 0; }

.catalog-search-box {
  min-height: 50px;
  border: 0 !important;
  border-radius: 11px !important;
  background: #FFFFFF !important;
  box-shadow: inset 0 0 0 1px #E0E6E2;
}

.catalog-search-box:focus-within {
  box-shadow: inset 0 0 0 1px #0F3D34, 0 0 0 3px rgba(15,61,52,.07);
}

.catalog-search-box input {
  font-size: 13px;
}

.catalog-search-box kbd {
  flex: 0 0 auto;
  min-width: 26px;
  height: 26px;
  display: grid;
  place-items: center;
  margin-right: 10px;
  border: 1px solid #E0E5E1;
  border-radius: 7px;
  color: #8A958F;
  background: #F7F6F1;
  font: inherit;
  font-size: 10px;
}

.catalog-filter-trigger {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 17px;
  border: 1px solid #DDE5E0;
  border-radius: 11px;
  color: #0F3D34;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
}

.catalog-filter-trigger svg {
  width: 17px;
  height: 17px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.active-filter-count {
  min-width: 20px;
  height: 20px;
  display: none;
  place-items: center;
  border-radius: 999px;
  color: #F7F6F1;
  background: #0F3D34;
  font-size: 9px;
}
.active-filter-count.visible { display: grid; }

.catalog-sort-box select {
  min-height: 50px !important;
  border: 1px solid #DDE5E0 !important;
  border-radius: 11px !important;
  background-color: #FFFFFF !important;
  font-size: 12px !important;
}

.catalog-quick-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 14px;
}

.catalog-quick-chip {
  min-height: 34px;
  padding: 0 15px;
  border: 1px solid #D8E1DC;
  border-radius: 999px;
  color: #52645D;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  transition: color .18s ease, background .18s ease, border-color .18s ease;
}

.catalog-quick-chip:hover,
.catalog-quick-chip.is-active {
  color: #F7F6F1;
  border-color: #0F3D34;
  background: #0F3D34;
}

.catalog-quick-chip-sale.is-active {
  border-color: #9A463C;
  background: #9A463C;
}

.active-filter-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  max-height: 0;
  overflow: hidden;
  margin-top: 0;
  transition: max-height .2s ease, margin .2s ease;
}

.active-filter-chips.has-filters {
  max-height: 120px;
  margin-top: 12px;
}

.active-filter-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 32px;
  padding: 0 10px 0 13px;
  border: 1px solid rgba(15,61,52,.11);
  border-radius: 999px;
  color: #0F3D34;
  background: #EAF2ED;
  cursor: pointer;
  font-size: 10px;
}

.active-filter-chip i {
  font-style: normal;
  font-size: 15px;
  line-height: 1;
  opacity: .62;
}

.catalog-meta-v41 {
  margin: 25px 0 16px;
  padding: 0 2px 13px;
  border-bottom: 1px solid rgba(15,61,52,.09);
  color: #77837D;
  font-size: 10px;
}

/* ---------- Search suggestions ---------- */
.catalog-search-suggestions {
  position: absolute;
  z-index: 120;
  top: calc(100% + 9px);
  left: 0;
  width: min(560px, calc(100vw - 32px));
  max-height: 430px;
  overflow: auto;
  padding: 12px;
  border: 1px solid #DDE5E0;
  border-radius: 16px;
  background: rgba(255,255,255,.98);
  box-shadow: 0 22px 60px rgba(15,61,52,.14);
}

.search-suggestion-group + .search-suggestion-group {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #EEF1EE;
}

.search-suggestion-group > span {
  display: block;
  padding: 4px 8px 6px;
  color: #9B8A5A;
  font-size: 9px;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.search-suggestion-group button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 10px 9px;
  border: 0;
  border-radius: 9px;
  color: #0F3D34;
  background: transparent;
  cursor: pointer;
  text-align: left;
}

.search-suggestion-group button:hover { background: #F2F6F3; }
.search-suggestion-group strong { font-size: 12px; font-weight: 500; }
.search-suggestion-group small { color: #7A8781; font-size: 10px; }
.search-suggestion-empty { padding: 14px 10px; color: #77837D; font-size: 11px; }

/* ---------- Filter drawer ---------- */
.filter-drawer {
  position: fixed;
  inset: 0;
  z-index: 420;
  pointer-events: none;
  visibility: hidden;
}

.filter-drawer.open {
  pointer-events: auto;
  visibility: visible;
}

.filter-drawer-backdrop {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(9,30,24,.52);
  backdrop-filter: blur(5px);
  transition: opacity .24s ease;
}
.filter-drawer.open .filter-drawer-backdrop { opacity: 1; }

.filters-panel.filter-drawer-panel,
.filters-panel.filter-drawer-panel.open {
  position: absolute;
  top: 0;
  right: 0;
  width: min(430px, 100%);
  height: 100%;
  display: flex !important;
  flex-direction: column;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: #FBFAF6 !important;
  box-shadow: -22px 0 60px rgba(9,30,24,.13);
  transform: translateX(102%);
  transition: transform .3s cubic-bezier(.2,.7,.2,1);
}
.filter-drawer.open .filters-panel.filter-drawer-panel { transform: translateX(0); }

.filter-drawer-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  padding: 30px 30px 23px;
  border-bottom: 1px solid #E1E7E3;
}

.filter-drawer-header h2 {
  margin: 6px 0 0;
  color: #12231E;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -.035em;
}

.filter-drawer-close {
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border: 1px solid #DFE5E1;
  border-radius: 50%;
  color: #0F3D34;
  background: #FFFFFF;
  cursor: pointer;
  font-size: 22px;
}

.filter-drawer-fields {
  flex: 1;
  overflow: auto;
  display: grid;
  align-content: start;
  gap: 20px;
  padding: 26px 30px;
}

.filter-drawer-fields .filter-field label {
  margin-bottom: 8px;
  color: #65736D;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .11em;
  text-transform: uppercase;
}

.filter-drawer-fields .filter-field select {
  min-height: 52px;
  border-color: #DCE4DF;
  border-radius: 11px;
  background-color: #FFFFFF;
  font-size: 12px;
}

.filter-drawer-footer {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 10px;
  padding: 19px 30px 26px;
  border-top: 1px solid #E1E7E3;
  background: #FBFAF6;
}

.filter-drawer-footer .button { min-height: 49px; border-radius: 11px; }

/* ---------- High-end product grid ---------- */
body[data-page="catalog"] .catalog-product-grid-v41 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 34px 20px;
}

body[data-page="catalog"] .product-card-catalog {
  position: relative;
  overflow: visible;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: none;
}

body[data-page="catalog"] .product-card-catalog:hover {
  transform: none;
  box-shadow: none;
}

body[data-page="catalog"] .product-card-catalog:focus-visible {
  outline: 2px solid #C8A96A;
  outline-offset: 5px;
  border-radius: 20px;
}

body[data-page="catalog"] .product-card-catalog .product-image-wrap {
  overflow: hidden;
  border: 1px solid #DDE5DF;
  border-radius: 19px;
  background: #E6F0E9;
}

body[data-page="catalog"] .product-card-catalog .product-image-wrap::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  box-shadow: inset 0 0 0 1px rgba(255,255,255,.17);
  border-radius: inherit;
}

body[data-page="catalog"] .product-card-catalog .product-image-secondary {
  opacity: 0 !important;
  transform: scale(1.01) !important;
}

body[data-page="catalog"] .product-card-catalog .product-image-wrap:hover .product-image-secondary {
  opacity: 1 !important;
  transform: scale(1.025) !important;
}

body[data-page="catalog"] .product-card-catalog .product-body {
  padding: 16px 2px 0;
}

body[data-page="catalog"] .product-card-catalog .product-brand {
  margin-bottom: 6px;
  color: #527267;
  font-size: 10px !important;
  font-weight: 500;
  letter-spacing: .11em;
}

body[data-page="catalog"] .product-card-catalog .product-title {
  min-height: 0;
  margin: 0 0 10px;
  color: #12231E;
  font-size: 17px !important;
  font-weight: 500 !important;
  line-height: 1.28;
}

body[data-page="catalog"] .product-card-catalog .product-price {
  margin: 0 0 8px;
  font-size: 15px;
}

body[data-page="catalog"] .product-card-catalog .product-card-info {
  min-height: 16px;
  margin: 0;
  color: #7B8781;
  font-size: 10px !important;
}

.catalog-card-affordance {
  display: inline-block;
  margin-top: 12px;
  padding-bottom: 2px;
  border-bottom: 1px solid transparent;
  color: #8B7440;
  font-size: 10px;
  opacity: 0;
  transform: translateY(2px);
  transition: opacity .18s ease, transform .18s ease, border-color .18s ease;
}

.product-card-catalog:hover .catalog-card-affordance,
.product-card-catalog:focus-within .catalog-card-affordance {
  opacity: 1;
  transform: translateY(0);
  border-color: rgba(139,116,64,.35);
}

/* ---------- Load more ---------- */
.catalog-load-more {
  display: grid;
  justify-items: center;
  gap: 13px;
  margin-top: 48px;
}

.catalog-load-more p {
  margin: 0;
  color: #7A8781;
  font-size: 10px;
}

.catalog-load-more-button {
  min-width: 230px;
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid #C9D7D1;
  border-radius: 999px;
  color: #0F3D34;
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 500;
  transition: color .18s ease, border-color .18s ease, background .18s ease;
}
.catalog-load-more-button:hover { color: #F7F6F1; border-color: #0F3D34; background: #0F3D34; }
.catalog-load-more-button span { margin-left: 8px; color: #C8A96A; }

/* ---------- Compact visit CTA on catalogue ---------- */
.catalog-visit-compact {
  padding: 0 0 58px;
  background: #F7F6F1;
}

.catalog-visit-compact-inner {
  min-height: 150px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 32px;
  padding: 31px 38px;
  border-radius: 22px;
  color: #F7F6F1;
  background:
    radial-gradient(circle at 86% 20%, rgba(200,169,106,.16), transparent 24%),
    #0F3D34;
}

.catalog-visit-compact h2 {
  margin: 7px 0 5px;
  color: #F7F6F1;
  font-size: clamp(28px, 3vw, 40px);
  font-weight: 400;
  letter-spacing: -.035em;
}

.catalog-visit-compact p { margin: 0; color: #C9D9D3; font-size: 12px; }
.catalog-visit-compact .editorial-eyebrow { color: #C8A96A; }

.catalog-visit-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.catalog-visit-actions a {
  color: #F7F6F1;
  border-bottom: 1px solid rgba(247,246,241,.30);
  padding-bottom: 4px;
  font-size: 11px;
  text-decoration: none;
  white-space: nowrap;
}
.catalog-visit-actions a span { margin-left: 5px; color: #C8A96A; }

/* ---------- Responsive catalogue ---------- */
@media (max-width: 1080px) {
  body[data-page="catalog"] .catalog-product-grid-v41 { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .catalog-command-bar { top: 70px; grid-template-columns: minmax(0, 1fr) auto 165px; }
}

@media (max-width: 780px) {
  body[data-page="home"] .editorial-edit-section,
  body[data-page="home"] .featured-section,
  body[data-page="home"] .editorial-category-section,
  body[data-page="home"] .campaign-stage,
  body[data-page="home"] .fresh-section,
  body[data-page="home"] .brand-discovery-section,
  body[data-page="home"] .continue-section,
  body[data-page="home"] .location-section { padding-block: 48px; }
  body[data-page="home"] .second-chapter-section { padding-block: 60px !important; }

  body[data-page="catalog"] .catalog-page-intro { padding: 42px 0 38px; }
  .catalog-page-intro-v41 { grid-template-columns: 1fr; gap: 20px; }
  .catalog-intro-link { width: max-content; }
  body[data-page="catalog"] .catalog-page-intro h1 { font-size: clamp(42px, 12vw, 58px); }
  body[data-page="catalog"] .catalog-section-v41 { padding: 42px 0 52px; }
  .catalog-context-heading { grid-template-columns: 1fr; gap: 9px; margin-bottom: 22px; }
  .catalog-context-count { order: -1; }
  .catalog-command-bar {
    top: 66px;
    grid-template-columns: minmax(0,1fr) auto;
  }
  .catalog-sort-box { grid-column: 1 / -1; }
  .catalog-sort-box select { width: 100%; }
  .catalog-search-box kbd { display: none; }
  body[data-page="catalog"] .catalog-product-grid-v41 { grid-template-columns: repeat(2, minmax(0,1fr)); gap: 30px 12px; }
  body[data-page="catalog"] .product-card-catalog .product-title { font-size: 15px !important; }
  .catalog-card-affordance { display: none; }
  .catalog-visit-compact-inner { grid-template-columns: 1fr; gap: 20px; padding: 28px 25px; }
  .catalog-visit-actions { justify-content: flex-start; }
}

@media (max-width: 480px) {
  .catalog-command-bar { padding: 7px; gap: 7px; }
  .catalog-filter-trigger { padding-inline: 13px; }
  .catalog-quick-filters { flex-wrap: nowrap; overflow-x: auto; margin-right: -12px; padding-right: 12px; scrollbar-width: none; }
  .catalog-quick-filters::-webkit-scrollbar { display: none; }
  .catalog-quick-chip { flex: 0 0 auto; }
  body[data-page="catalog"] .catalog-product-grid-v41 { gap: 27px 10px; }
  body[data-page="catalog"] .product-card-catalog .product-image-wrap { border-radius: 15px; }
  body[data-page="catalog"] .product-card-catalog .product-body { padding-top: 12px; }
  body[data-page="catalog"] .product-card-catalog .product-brand { font-size: 9px !important; }
  body[data-page="catalog"] .product-card-catalog .product-title { font-size: 14px !important; margin-bottom: 7px; }
  body[data-page="catalog"] .product-card-catalog .product-price { font-size: 13px; }
  body[data-page="catalog"] .product-card-catalog .product-card-info { font-size: 9px !important; }
  .filter-drawer-header, .filter-drawer-fields { padding-left: 22px; padding-right: 22px; }
  .filter-drawer-footer { padding-left: 22px; padding-right: 22px; }
  .catalog-visit-actions { flex-wrap: wrap; }
}


/* =========================================================
   mi.do.ri v4.2.0 — Product Experience & Editorial Refinement
   Quiet-luxury cards, custom variants, media film poster, spec sheet.
   ========================================================= */

/* ---------- Editorial product cards: the product itself is the CTA ---------- */
.product-card[data-open-product] {
  cursor: pointer;
}

.product-card[data-open-product] .product-body {
  padding-bottom: 2px;
}

.catalog-card-affordance,
body[data-page="home"] .product-card-home .product-actions {
  display: none !important;
}

.product-card[data-open-product]:focus-visible {
  outline: 2px solid rgba(200,169,106,.92);
  outline-offset: 5px;
}

/* Image-only editorial motion. Never change content layout on hover. */
.product-card .product-image-wrap:hover .product-image-primary {
  transform: scale(1.018) !important;
}

.product-card .product-image-secondary {
  opacity: 0 !important;
}

.product-card .product-image-wrap:hover .product-image-secondary {
  opacity: 1 !important;
  transform: scale(1.028) !important;
}

/* ---------- Badge hierarchy: fashion tag / urgency / collection identity ---------- */
.product-card .badge-discount {
  top: 15px !important;
  left: 15px !important;
  min-width: 50px !important;
  padding: 6px 8px 6px !important;
  border-radius: 9px !important;
  background: #98463D !important;
  box-shadow: 0 5px 12px rgba(93,37,31,.14) !important;
}

.product-card .badge-discount small {
  font-size: 6.5px !important;
  font-weight: 500 !important;
  letter-spacing: .14em !important;
}

.product-card .badge-discount strong,
.product-card .badge-discount .discount-value {
  margin-top: 2px !important;
  font-size: 14px !important;
  font-weight: 650 !important;
  letter-spacing: -.025em !important;
}

.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited {
  min-height: 0 !important;
  padding: 6px 11px 5px !important;
  border: 1px solid rgba(151,115,44,.18) !important;
  border-radius: 999px !important;
  color: #69501E !important;
  background: #F1DCA8 !important;
  box-shadow: 0 4px 11px rgba(118,89,34,.09) !important;
  font-size: 8.5px !important;
  font-weight: 450 !important;
  letter-spacing: .055em !important;
  text-transform: uppercase;
}

.product-card .product-image-wrap > .badge-preloved-bottom-right {
  min-height: 0 !important;
  padding: 6px 11px 5px !important;
  border: 1px solid rgba(247,246,241,.11) !important;
  border-radius: 999px !important;
  color: #F7F6F1 !important;
  background: #0F3D34 !important;
  box-shadow: 0 4px 11px rgba(15,61,52,.14) !important;
  font-size: 8px !important;
  font-weight: 500 !important;
  letter-spacing: .12em !important;
  text-transform: uppercase;
}

/* ---------- Modal foundation ---------- */
.modal-dialog {
  width: min(1240px, calc(100% - 40px));
}

.modal-product-v42 {
  align-items: start;
}

.modal-product-v42 .modal-gallery {
  position: sticky;
  top: 0;
  align-self: start;
  padding: 22px;
  background: #EAF2ED;
}

.modal-product-v42 .modal-info {
  min-width: 0;
  padding: clamp(44px, 5vw, 66px) clamp(38px, 4.5vw, 62px) 46px;
}

.modal-product-context {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 12px;
  margin-bottom: 9px;
}

.modal-product-context .product-brand {
  margin: 0 !important;
  color: #315F53;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .115em !important;
}

.product-story-label {
  display: inline-flex;
  align-items: center;
  min-height: 21px;
  padding: 0 8px;
  border-radius: 999px;
  color: #8A713B;
  background: rgba(200,169,106,.10);
  font-size: 8px;
  font-weight: 550;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.modal-heading-row h2 {
  max-width: 760px;
  margin: 0 !important;
  font-size: clamp(42px, 4.5vw, 64px) !important;
  font-weight: 400 !important;
  line-height: .98 !important;
  letter-spacing: -.052em !important;
  text-wrap: balance;
}

.modal-heading-row h2.is-medium {
  font-size: clamp(38px, 4vw, 56px) !important;
}

.modal-heading-row h2.is-long {
  font-size: clamp(34px, 3.5vw, 49px) !important;
  line-height: 1.02 !important;
  letter-spacing: -.043em !important;
}

.modal-share-button,
.modal-close {
  border-color: #DCE4DF !important;
  color: #0F3D34 !important;
  background: rgba(247,246,241,.92) !important;
  box-shadow: none !important;
}

.modal-share-button:hover,
.modal-share-button:focus-visible,
.modal-close:hover,
.modal-close:focus-visible {
  color: #8A713B !important;
  border-color: rgba(200,169,106,.72) !important;
  background: #FFFDF8 !important;
  transform: translateY(-1px);
}

.modal-info .modal-price {
  margin-top: 20px;
}

.modal-info .detail-stock-badge {
  margin-top: 13px;
  padding: 5px 10px 4px !important;
  border: 1px solid rgba(151,115,44,.18) !important;
  border-radius: 999px !important;
  color: #69501E !important;
  background: #F6E8C5 !important;
  font-size: 8.5px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
  text-transform: uppercase;
}

/* Promo badge in modal follows same quiet campaign language. */
.modal-product-badges .badge-discount {
  min-width: 50px !important;
  padding: 6px 8px !important;
  border-radius: 9px !important;
  background: #98463D !important;
  box-shadow: 0 5px 12px rgba(93,37,31,.14) !important;
}
.modal-product-badges .badge-discount small { font-size: 6.5px !important; letter-spacing: .14em !important; }
.modal-product-badges .badge-discount strong,
.modal-product-badges .badge-discount .discount-value { font-size: 14px !important; }

/* ---------- Custom variant picker ---------- */
.variant-picker-block {
  position: relative;
  z-index: 16;
  margin-top: 16px;
}

.variant-picker-block .variant-label {
  display: block;
  margin-bottom: 8px;
  color: #6D7973;
  font-size: 9px !important;
  font-weight: 500 !important;
  letter-spacing: .105em;
  text-transform: uppercase;
}

.variant-select-native {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0,0,0,0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.variant-picker {
  position: relative;
}

.variant-picker-trigger {
  width: 100%;
  min-height: 56px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 15px 9px 17px;
  border: 1px solid #DCE5DF;
  border-radius: 12px;
  color: #12231E;
  background: #FFFFFF;
  cursor: pointer;
  text-align: left;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

.variant-picker-trigger:hover,
.variant-picker.is-open .variant-picker-trigger,
.variant-picker-trigger:focus-visible {
  border-color: #789A8E;
  background: #FFFEFB;
  box-shadow: 0 0 0 3px rgba(15,61,52,.055);
  outline: none;
}

.variant-picker-choice {
  min-width: 0;
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.variant-picker-choice strong {
  overflow: hidden;
  color: #12231E;
  font-size: 13px;
  font-weight: 450;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.variant-picker-choice small {
  flex: 0 0 auto;
  color: #7B8881;
  font-size: 10px;
}
.variant-picker-trigger svg {
  flex: 0 0 auto;
  width: 17px;
  height: 17px;
  fill: none;
  stroke: #0F3D34;
  stroke-width: 1.6;
  transition: transform .18s ease;
}
.variant-picker.is-open .variant-picker-trigger svg { transform: rotate(180deg); }

.variant-picker-menu {
  position: absolute;
  z-index: 50;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  max-height: min(330px, 42vh);
  overflow: auto;
  padding: 7px;
  border: 1px solid #DCE5DF;
  border-radius: 14px;
  background: rgba(255,254,251,.985);
  box-shadow: 0 20px 50px rgba(15,61,52,.13);
  backdrop-filter: blur(16px);
}

.variant-picker-option {
  width: 100%;
  min-height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 9px 11px;
  border: 0;
  border-radius: 9px;
  color: #12231E;
  background: transparent;
  cursor: pointer;
  text-align: left;
}
.variant-picker-option:hover,
.variant-picker-option:focus-visible { background: #EEF4F0; outline: none; }
.variant-picker-option.is-selected { background: #E7F0EB; }
.variant-picker-option.is-selected::after {
  content: "✓";
  flex: 0 0 auto;
  margin-left: auto;
  color: #0F3D34;
  font-size: 13px;
}
.variant-picker-option-copy {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.variant-picker-option-copy strong { font-size: 12px; font-weight: 500; }
.variant-picker-option-copy small { color: #7C8882; font-size: 9px; }
.variant-picker-option em {
  flex: 0 0 auto;
  color: #8B7440;
  font-size: 9px;
  font-style: normal;
}
.variant-picker-option.is-selected em { display: none; }
.variant-picker-option.is-disabled { opacity: .42; cursor: not-allowed; }

.variant-meta-line {
  min-height: 34px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 9px;
  color: #78847E;
  font-size: 10px;
}
.variant-meta-line strong { color: #315F53; font-weight: 500; }
.variant-meta-line i { color: #C8A96A; font-style: normal; }

/* ---------- Fashion spec sheet ---------- */
.product-detail-content {
  margin-top: 24px;
  border-top: 1px solid #E1E7E3;
}
.product-detail-section {
  padding: 21px 0;
  border-bottom: 1px solid #E1E7E3;
}
.product-detail-panel { margin-top: 13px; }
.product-about-copy {
  max-width: 680px;
  gap: 9px;
  color: #69766F;
  font-size: 12px;
  line-height: 1.72;
}
.product-detail-grid {
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 0;
  border-top: 1px solid #E5E9E6;
  border-bottom: 1px solid #E5E9E6;
}
.product-detail-card {
  padding: 15px 18px 15px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}
.product-detail-card + .product-detail-card {
  padding-left: 18px;
  border-left: 1px solid #E5E9E6;
}
.product-detail-card h4 {
  margin-bottom: 10px;
  color: #8A713B;
  font-size: 8px;
  font-weight: 550;
  letter-spacing: .14em;
}
.product-detail-value,
.product-size-row > strong {
  color: #263A33;
  font-size: 11px;
  font-weight: 400 !important;
}
.product-size-row {
  padding: 6px 0;
  border-bottom: 1px solid #EBEEEC;
}
.product-size-row > span { color: #7A8680; font-size: 9px; }
.product-detail-list { gap: 8px 18px; }
.product-detail-list li { color: #586860; font-size: 10.5px; }
.product-detail-list-icon {
  width: 18px;
  height: 18px;
  color: #0F3D34;
  background: #EAF2ED;
  font-size: 8px;
}

/* ---------- Gallery + film ---------- */
.modal-main-image {
  border-radius: 18px;
  background: #F5F6F2;
}
.modal-main-media-image {
  object-fit: contain !important;
  object-position: center center !important;
}
.modal-media-strip {
  gap: 9px;
  margin-top: 12px;
}
.modal-media-thumb {
  flex-basis: 64px;
  width: 64px;
  height: 82px;
  border: 1px solid transparent;
  border-radius: 11px;
  opacity: .68;
  box-shadow: inset 0 0 0 1px rgba(15,61,52,.08);
}
.modal-media-thumb:hover { opacity: .9; }
.modal-media-thumb.is-active {
  opacity: 1;
  border-color: #C8A96A;
  box-shadow: 0 0 0 2px rgba(200,169,106,.13);
}
.modal-media-thumb-video {
  background: #0F3D34;
}
.modal-media-thumb-video-label { letter-spacing: .04em; }

.modal-video-poster {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100%;
  overflow: hidden;
  background: #0F3D34;
}
.modal-video-poster-image {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  filter: saturate(.78) brightness(.78);
  transform: scale(1.01);
}
.modal-video-poster-placeholder {
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  align-content: center;
  color: #F7F6F1;
  background: #0F3D34;
}
.modal-video-poster-placeholder strong { font-size: 62px; }
.modal-video-poster-placeholder small { font-size: 10px; letter-spacing: .14em; }
.modal-video-poster-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(5,18,14,.08), rgba(5,18,14,.48));
}
.modal-video-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  min-width: 210px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px 12px 12px;
  border: 1px solid rgba(247,246,241,.34);
  border-radius: 999px;
  color: #F7F6F1;
  background: rgba(15,61,52,.72);
  box-shadow: 0 10px 32px rgba(0,0,0,.16);
  backdrop-filter: blur(12px);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
}
.modal-video-play:hover { background: rgba(15,61,52,.88); }
.modal-video-play-icon {
  flex: 0 0 auto;
  width: 38px;
  height: 38px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #0F3D34;
  background: #F7F6F1;
  padding-left: 2px;
}
.modal-video-play > span:last-child { display: flex; flex-direction: column; gap: 1px; }
.modal-video-play strong { font-size: 11px; font-weight: 500; }
.modal-video-play small { color: #D7E4DF; font-size: 8px; letter-spacing: .08em; text-transform: uppercase; }
.modal-video-external {
  position: absolute;
  right: 14px;
  bottom: 13px;
  padding-bottom: 2px;
  border-bottom: 1px solid rgba(247,246,241,.32);
  color: rgba(247,246,241,.88);
  font-size: 9px;
  text-decoration: none;
}
.modal-media-caption {
  margin-top: 7px;
  text-align: right;
}
.modal-media-caption a {
  color: #8A713B;
  font-size: 9px;
}

/* ---------- Conversion actions ---------- */
.modal-actions-desktop {
  gap: 10px;
  margin-top: 22px;
}
.modal-actions-desktop .button,
.modal-mobile-cta .button {
  min-height: 47px;
  border-radius: 10px;
  font-size: 11px !important;
  font-weight: 500 !important;
}
.button-wa-luxury {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #BFD1CA !important;
  color: #0F3D34 !important;
  background: #F4F8F5 !important;
  box-shadow: none !important;
}
.button-wa-luxury svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.button-wa-luxury:hover,
.button-wa-luxury:focus-visible {
  border-color: #0F3D34 !important;
  color: #F7F6F1 !important;
  background: #0F3D34 !important;
}

@media (max-width: 700px) {
  .product-card .badge-discount {
    top: 11px !important;
    left: 11px !important;
    min-width: 45px !important;
    padding: 5px 7px !important;
  }
  .product-card .badge-discount small { font-size: 6px !important; }
  .product-card .badge-discount strong,
  .product-card .badge-discount .discount-value { font-size: 13px !important; }
  .product-card .product-image-wrap > .badge-stock-bottom-left,
  .product-card .product-image-wrap > .badge-limited,
  .product-card .product-image-wrap > .badge-preloved-bottom-right {
    padding: 5px 9px 4px !important;
    font-size: 7.5px !important;
  }

  .modal-product-v42 { display: block; }
  .modal-product-v42 .modal-gallery {
    position: static;
    padding: 12px 12px 0;
  }
  .modal-product-v42 .modal-info {
    padding: 25px 19px 98px !important;
  }
  .modal-heading-row h2,
  .modal-heading-row h2.is-medium,
  .modal-heading-row h2.is-long {
    font-size: clamp(31px, 9.4vw, 40px) !important;
    line-height: 1.02 !important;
  }
  .modal-product-context { margin-bottom: 7px; }
  .product-story-label { font-size: 7px; }
  .variant-picker-trigger { min-height: 53px; }
  .variant-picker-choice { flex-direction: column; align-items: flex-start; gap: 2px; }
  .variant-picker-menu { position: fixed; left: 12px; right: 12px; top: auto; bottom: 76px; max-height: 48vh; z-index: 530; }
  .variant-meta-line { font-size: 10px; }

  .product-detail-grid {
    grid-template-columns: 1fr !important;
    border: 0;
  }
  .product-detail-card,
  .product-detail-card + .product-detail-card {
    padding: 12px 0;
    border: 0;
    border-top: 1px solid #E5E9E6;
  }
  .product-detail-card:last-child { border-bottom: 1px solid #E5E9E6; }

  .modal-media-thumb {
    flex-basis: 60px;
    width: 60px;
    height: 76px;
  }
  .modal-video-play { min-width: 190px; padding: 10px 14px 10px 10px; }
  .modal-video-play-icon { width: 34px; height: 34px; }

  .modal-mobile-cta {
    border-radius: 16px;
  }
}


/* =========================================================
   mi.do.ri v4.3.0 — Global Typography System Refinement
   One readable, editorial Jost scale across home, catalogue,
   product cards, product detail, store CTA and footer.
   ========================================================= */

:root {
  --type-display-xl: clamp(56px, 5.2vw, 76px);
  --type-display-lg: clamp(44px, 4.2vw, 58px);
  --type-display-md: clamp(36px, 3.4vw, 48px);
  --type-title-product: 19px;
  --type-heading-detail: 21px;
  --type-price-detail: 32px;
  --type-body: 15px;
  --type-body-small: 13px;
  --type-meta: 12px;
  --type-eyebrow: 11px;
  --type-cta: 14px;
  --weight-light: 300;
  --weight-regular: 400;
  --weight-medium: 500;
}

html { font-size: 16px; }
body {
  font-size: var(--type-body);
  font-weight: var(--weight-regular);
  line-height: 1.62;
}

/* Weight discipline: high-end through scale and spacing, not heaviness. */
.main-nav,
.button,
.text-link,
.catalog-intro-link,
.catalog-filter-trigger,
.product-title,
.product-price,
.product-brand,
.site-footer h3,
.footer-nav-group h3,
.footer-nav-group strong {
  font-weight: var(--weight-medium) !important;
}

/* Global utility text */
.main-nav { font-size: 14px !important; }
.button,
.product-actions .button,
.modal-actions-desktop .button,
.modal-mobile-cta .button { font-size: var(--type-cta) !important; }
.eyebrow,
.editorial-eyebrow,
.product-story-label {
  font-size: var(--type-eyebrow) !important;
  font-weight: var(--weight-medium) !important;
  letter-spacing: .14em !important;
}
.text-link { font-size: 13px !important; }

/* Homepage editorial typography */
body[data-page="home"] .hero-copy h1 {
  font-size: var(--type-display-xl) !important;
  font-weight: var(--weight-regular) !important;
  line-height: .99 !important;
}
body[data-page="home"] .hero-copy > p {
  font-size: 16px !important;
  line-height: 1.72 !important;
}
body[data-page="home"] .hero-kicker { font-size: var(--type-eyebrow) !important; }
body[data-page="home"] .hero-primary-link,
body[data-page="home"] .hero-secondary-link { font-size: 14px !important; }
body[data-page="home"] .hero-live-proof { font-size: 12px !important; }
.editorial-heading h2,
.editorial-section-heading h2,
.second-chapter-intro h2 {
  font-size: var(--type-display-lg) !important;
  font-weight: var(--weight-regular) !important;
  line-height: 1.04 !important;
}
.editorial-heading > p,
.editorial-section-heading > div > p,
.second-chapter-intro > div:last-child > p {
  font-size: 15px !important;
  line-height: 1.7 !important;
}
.editorial-edit-copy > span { font-size: 11px !important; }
.editorial-edit-copy h3 { font-size: 24px !important; font-weight: 400 !important; }
.editorial-edit-copy > p { font-size: 13px !important; }
.editorial-edit-actions a,
.editorial-edit-actions button { font-size: 12px !important; }

/* Product cards: readable while staying quiet. */
.product-brand {
  font-size: 12px !important;
  font-weight: var(--weight-medium) !important;
  letter-spacing: .09em !important;
}
.product-title {
  min-height: 0 !important;
  font-size: var(--type-title-product) !important;
  font-weight: var(--weight-medium) !important;
  line-height: 1.34 !important;
}
.product-rating,
.product-rating span { font-size: 12px !important; }
.product-price,
.product-price .current-price,
.product-price .discounted-price,
.product-price.has-promo .discounted-price {
  font-size: 18px !important;
  font-weight: var(--weight-regular) !important;
  line-height: 1.3 !important;
}
.product-price .original-price,
.product-price.has-promo .original-price { font-size: 13px !important; }
.product-card-info { font-size: 12px !important; line-height: 1.45 !important; }

/* Badges remain micro-labels, but never microscopic. */
.badge,
.badge-stock-bottom-left,
.badge-preloved-bottom-right,
.product-card .product-image-wrap > .badge-stock-bottom-left,
.product-card .product-image-wrap > .badge-limited,
.product-card .product-image-wrap > .badge-preloved-bottom-right {
  font-size: 10px !important;
  font-weight: var(--weight-medium) !important;
  letter-spacing: .08em !important;
}
.badge-discount small,
.product-card .badge-discount small,
.modal-product-badges .badge-discount small { font-size: 8px !important; }
.badge-discount strong,
.badge-discount .discount-value,
.product-card .badge-discount strong,
.product-card .badge-discount .discount-value { font-size: 15px !important; font-weight: 500 !important; }

/* Category / service / campaign supporting copy */
.category-card h3 { font-size: 14px !important; font-weight: 500 !important; }
.category-card p { font-size: 12px !important; }
.service-item h2 { font-size: 13px !important; font-weight: 500 !important; }
.service-item p { font-size: 12px !important; }
.campaign-stage-kicker,
.campaign-stage-link { font-size: 12px !important; }

/* Catalogue: editorial intro + highly readable shopping utility. */
body[data-page="catalog"] .catalog-page-intro h1 {
  font-size: var(--type-display-xl) !important;
  font-weight: var(--weight-regular) !important;
  line-height: 1 !important;
}
body[data-page="catalog"] .catalog-page-intro p { font-size: 15px !important; }
.catalog-context-heading h2 {
  font-size: var(--type-display-md) !important;
  font-weight: var(--weight-regular) !important;
}
.catalog-context-heading > div > p,
.catalog-context-count { font-size: 13px !important; }
.catalog-context-count strong { font-size: 20px !important; font-weight: 500 !important; }
.catalog-search-box input,
.catalog-filter-trigger,
.catalog-sort-box select { font-size: 14px !important; }
.catalog-search-box kbd { font-size: 11px !important; }
.filter-field label,
.filter-drawer label { font-size: 11px !important; font-weight: 500 !important; }
.catalog-meta { font-size: 13px !important; }
.catalog-meta strong { font-size: 16px !important; font-weight: 500 !important; }

/* Product detail: calibrated editorial hierarchy. */
.modal-product-context .product-brand {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.product-story-label { min-height: 22px; padding-inline: 9px; }
.modal-heading-row h2 {
  font-size: clamp(42px, 4vw, 56px) !important;
  font-weight: 400 !important;
  line-height: 1.01 !important;
  letter-spacing: -.045em !important;
}
.modal-heading-row h2.is-medium { font-size: clamp(39px, 3.7vw, 52px) !important; }
.modal-heading-row h2.is-long {
  font-size: clamp(35px, 3.35vw, 46px) !important;
  line-height: 1.04 !important;
}
.modal-info .modal-price,
.modal-price .current-price,
.modal-price .discounted-price,
.modal-price.has-promo .discounted-price {
  font-size: var(--type-price-detail) !important;
  font-weight: 400 !important;
  line-height: 1.22 !important;
}
.modal-price .original-price,
.modal-price.has-promo .original-price { font-size: 16px !important; font-weight: 400 !important; }
.modal-info .saving-note { font-size: 12px !important; font-weight: 400 !important; }
.modal-info .detail-stock-badge {
  font-size: 10px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
}
.variant-picker-block .variant-label,
.variant-label {
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .08em !important;
}
.variant-picker-choice strong { font-size: 16px !important; font-weight: 500 !important; }
.variant-picker-choice small { font-size: 13px !important; }
.variant-picker-option-copy strong { font-size: 14px !important; font-weight: 500 !important; }
.variant-picker-option-copy small,
.variant-picker-option em { font-size: 12px !important; }
.product-detail-section h3,
.product-detail-toggle {
  font-size: var(--type-heading-detail) !important;
  font-weight: 500 !important;
}
.product-about-copy,
.product-detail-value,
.product-size-row > strong,
.product-detail-list li {
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 1.68 !important;
}
.product-detail-card h4 {
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .13em !important;
}
.product-size-row > span { font-size: 12px !important; }
.modal-media-thumb-video-label { font-size: 11px !important; }
.modal-video-play strong { font-size: 13px !important; }
.modal-video-play small,
.modal-video-external,
.modal-media-caption a { font-size: 11px !important; }

/* Store CTA and footer */
.location-copy h2 { font-size: var(--type-display-md) !important; font-weight: 400 !important; }
.location-copy p { font-size: 15px !important; }
.site-footer h3,
.footer-nav-group h3 { font-size: 12px !important; font-weight: 500 !important; letter-spacing: .12em; }
.site-footer a,
.footer-nav-group > a { font-size: 14px !important; font-weight: 400 !important; }
.footer-brand p,
.site-footer div > p { font-size: 14px !important; }
.footer-bottom { font-size: 12px !important; }

/* Cart/drawer supporting UI must remain readable. */
.cart-item h3 { font-size: 14px !important; font-weight: 500 !important; }
.cart-item p { font-size: 12px !important; }
.cart-item-price { font-size: 14px !important; font-weight: 500 !important; }
.cart-summary span { font-size: 13px !important; }
.cart-summary strong { font-size: 21px !important; font-weight: 500 !important; }
.cart-footer > p,
.toast { font-size: 12px !important; }

@media (max-width: 700px) {
  :root {
    --type-display-xl: clamp(40px, 11vw, 52px);
    --type-display-lg: clamp(32px, 9vw, 40px);
    --type-display-md: clamp(28px, 8vw, 36px);
    --type-title-product: 17px;
    --type-heading-detail: 19px;
    --type-price-detail: 28px;
    --type-body: 14px;
    --type-body-small: 13px;
    --type-meta: 12px;
    --type-cta: 14px;
  }

  body[data-page="home"] .hero-copy > p,
  body[data-page="catalog"] .catalog-page-intro p,
  .editorial-heading > p,
  .editorial-section-heading > div > p,
  .second-chapter-intro > div:last-child > p { font-size: 14px !important; }

  .main-nav { font-size: 14px !important; }
  .product-title { font-size: 17px !important; }
  .product-price,
  .product-price .current-price,
  .product-price .discounted-price,
  .product-price.has-promo .discounted-price { font-size: 17px !important; }
  .product-card-info { font-size: 12px !important; }

  .product-card .badge-discount small { font-size: 8px !important; }
  .product-card .badge-discount strong,
  .product-card .badge-discount .discount-value { font-size: 14px !important; }
  .product-card .product-image-wrap > .badge-stock-bottom-left,
  .product-card .product-image-wrap > .badge-limited,
  .product-card .product-image-wrap > .badge-preloved-bottom-right { font-size: 10px !important; }

  .modal-heading-row h2,
  .modal-heading-row h2.is-medium,
  .modal-heading-row h2.is-long {
    font-size: clamp(34px, 9vw, 40px) !important;
    line-height: 1.04 !important;
  }
  .modal-product-context .product-brand { font-size: 12px !important; }
  .product-story-label { font-size: 10px !important; }
  .variant-picker-choice strong { font-size: 15px !important; }
  .variant-picker-choice small { font-size: 12px !important; }
  .variant-picker-option-copy strong { font-size: 14px !important; }
  .variant-picker-option-copy small,
  .variant-picker-option em { font-size: 12px !important; }
  .product-detail-section h3,
  .product-detail-toggle { font-size: 19px !important; }
  .product-about-copy,
  .product-detail-value,
  .product-size-row > strong,
  .product-detail-list li { font-size: 14px !important; }
  .product-size-row > span { font-size: 12px !important; }
  .modal-actions-desktop .button,
  .modal-mobile-cta .button { font-size: 14px !important; }
  .site-footer a,
  .footer-nav-group > a { font-size: 13px !important; }
}


/* =========================================================
   mi.do.ri v4.4.0 — Luxury Utility & Concierge System
   Navigation · Selection Drawer · WhatsApp Utility
   ========================================================= */

/* Quiet editorial dropdowns */
.nav-dropdown-menu {
  width: 246px;
  padding: 10px;
  border-color: rgba(15, 61, 52, .10);
  border-radius: 18px;
  background: rgba(253, 252, 248, .985);
  box-shadow: 0 22px 55px rgba(15, 61, 52, .12);
}

.main-nav .nav-dropdown-menu a {
  padding: 9px 11px;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
}

.main-nav .nav-dropdown-menu a:hover,
.main-nav .nav-dropdown-menu a:focus-visible {
  background: rgba(230, 240, 233, .78);
}

.nav-brand-menu {
  width: 286px;
  padding: 12px;
}

.nav-brand-search-shell {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 7px;
  padding: 10px 11px;
  border: 1px solid rgba(15, 61, 52, .11);
  border-radius: 12px;
  background: #fff;
}

.nav-brand-search-shell svg {
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  fill: none;
  stroke: #547068;
  stroke-width: 1.7;
  stroke-linecap: round;
}

.nav-brand-search-shell input {
  width: 100%;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--ink);
  font: inherit;
  font-size: 13px;
  font-weight: 400;
}

.nav-brand-search-shell input::placeholder { color: #88958f; }

.nav-brand-links {
  max-height: 342px;
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 61, 52, .22) transparent;
}

.nav-brand-links::-webkit-scrollbar { width: 5px; }
.nav-brand-links::-webkit-scrollbar-track { background: transparent; }
.nav-brand-links::-webkit-scrollbar-thumb {
  border-radius: 99px;
  background: rgba(15, 61, 52, .20);
}

.main-nav .nav-brand-menu .nav-brand-all {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2px;
  color: var(--green-dark);
  font-weight: 500;
}

.main-nav .nav-brand-menu .nav-brand-all span {
  color: var(--gold, #c8a96a);
  font-size: 12px;
}

.main-nav .nav-brand-menu a.is-active {
  background: rgba(230, 240, 233, .72) !important;
  color: var(--green-dark) !important;
  font-weight: 500 !important;
}

.nav-brand-empty {
  margin: 13px 8px 7px;
  color: #76857e;
  font-size: 12px;
  text-align: center;
}

/* Branded floating concierge utility */
.floating-wa {
  right: 22px;
  bottom: 22px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(247, 246, 241, .62);
  color: #f7f6f1;
  background: #0f3d34;
  box-shadow: 0 14px 32px rgba(15, 61, 52, .22);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.floating-wa::after {
  content: "";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 6px;
  height: 6px;
  border: 1.5px solid #0f3d34;
  border-radius: 50%;
  background: #c8a96a;
}

.floating-wa svg { width: 24px; height: 24px; }

.floating-wa:hover,
.floating-wa:focus-visible {
  background: #134e43;
  box-shadow: 0 18px 38px rgba(15, 61, 52, .28);
  transform: translateY(-2px);
}

.floating-wa-tooltip {
  position: absolute;
  right: calc(100% + 10px);
  top: 50%;
  padding: 7px 10px;
  border: 1px solid rgba(15, 61, 52, .10);
  border-radius: 999px;
  background: #f7f6f1;
  box-shadow: 0 10px 24px rgba(15, 61, 52, .12);
  color: #0f3d34;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transform: translate(5px, -50%);
  transition: opacity .18s ease, transform .18s ease;
}

.floating-wa:hover .floating-wa-tooltip,
.floating-wa:focus-visible .floating-wa-tooltip {
  opacity: 1;
  transform: translate(0, -50%);
}

/* Boutique selection drawer */
.selection-drawer .cart-panel {
  width: min(500px, 100%);
  background: #fff;
  box-shadow: -24px 0 70px rgba(15, 61, 52, .18);
}

.selection-drawer .cart-header {
  align-items: flex-start;
  padding: 30px 30px 24px;
  background: #fff;
}

.cart-header-copy { min-width: 0; }
.selection-drawer .cart-header .eyebrow {
  color: #0f3d34;
  font-size: 11px !important;
  font-weight: 500 !important;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.selection-drawer .cart-header h2 {
  margin: 8px 0 3px;
  font-size: clamp(28px, 3vw, 34px) !important;
  font-weight: 400 !important;
  letter-spacing: -.025em;
}

.cart-selection-count {
  display: block;
  color: #7b8983;
  font-size: 12px;
}

.selection-drawer .cart-close {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  background: #f1f4f1;
  color: #0f3d34;
  font-size: 25px;
  transition: background-color .18s ease, color .18s ease, transform .18s ease;
}
.selection-drawer .cart-close:hover { background: #e6f0e9; transform: rotate(2deg); }

.selection-drawer .cart-items { padding: 6px 30px 20px; }
.selection-drawer .cart-item {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 17px;
  padding: 20px 38px 20px 0;
}
.selection-drawer .cart-thumb {
  width: 86px;
  border-radius: 14px;
  background: #e6f0e9;
}
.cart-item-copy { align-self: center; min-width: 0; }
.cart-item-brand {
  display: block;
  margin-bottom: 4px;
  color: #3f6c61;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.selection-drawer .cart-item h3 {
  margin: 0 30px 5px 0;
  color: #15221e;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1.35;
}
.selection-drawer .cart-item-variant {
  margin: 0;
  color: #76857e;
  font-size: 12px !important;
}
.selection-drawer .cart-item-price {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 9px;
  font-size: 15px !important;
  font-weight: 400 !important;
}
.selection-drawer .cart-item-price .original-price { font-size: 12px !important; }
.selection-drawer .cart-item-price .discounted-price,
.selection-drawer .cart-item-price .current-price {
  color: #0f3d34 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}
.selection-drawer .remove-cart-item {
  top: 20px;
  width: 30px;
  height: 30px;
  color: #a4473d;
  background: #f8ece9;
  font-size: 19px;
  transition: transform .18s ease, background-color .18s ease;
}
.selection-drawer .remove-cart-item:hover { background: #f3dfdb; transform: scale(1.04); }

/* Empty state is a discovery state, not a disabled checkout */
.selection-drawer .cart-empty {
  gap: 0;
  padding: 50px 34px 70px;
}
.cart-empty-mark {
  width: 58px;
  height: 58px;
  display: grid;
  place-items: center;
  margin-bottom: 20px;
  border: 1px solid rgba(200, 169, 106, .65);
  border-radius: 50%;
  color: #c8a96a !important;
  background: #fbf8f0;
  font-size: 0 !important;
}
.cart-empty-mark span {
  display: block;
  font-size: 28px;
  font-weight: 300;
  line-height: 1;
}
.selection-drawer .cart-empty h3 {
  margin: 0 0 9px;
  color: #15221e;
  font-size: 22px;
  font-weight: 500;
}
.selection-drawer .cart-empty p {
  max-width: 290px;
  margin: 0 auto;
  color: #76857e;
  font-size: 14px;
  line-height: 1.6;
}
.cart-empty-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
  padding: 11px 18px;
  border: 1px solid rgba(15, 61, 52, .22);
  border-radius: 999px;
  color: #0f3d34;
  background: #fff;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease, transform .18s ease;
}
.cart-empty-cta:hover { background: #e6f0e9; border-color: rgba(15,61,52,.34); transform: translateY(-1px); }
.cart-empty-cta span { color: #c8a96a; }

.selection-drawer .cart-footer {
  padding: 22px 30px 25px;
  border-top: 1px solid rgba(15, 61, 52, .10);
  background: #f4f8f5;
}
.selection-drawer .cart-footer[hidden] { display: none !important; }
.selection-drawer .cart-summary {
  align-items: flex-end;
  margin-bottom: 17px;
}
.selection-drawer .cart-summary > div { min-width: 0; }
.selection-drawer .cart-summary span {
  display: block;
  color: #60736b;
  font-size: 13px !important;
}
.selection-drawer .cart-summary small {
  display: block;
  margin-top: 4px;
  color: #8a9892;
  font-size: 11px;
}
.selection-drawer .cart-summary strong {
  color: #0f3d34;
  font-size: 26px !important;
  font-weight: 500 !important;
  letter-spacing: -.02em;
}
.cart-whatsapp-button {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 48px;
  background: #0f3d34 !important;
  color: #f7f6f1 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}
.cart-whatsapp-button:hover { background: #134e43 !important; }
.cart-whatsapp-button svg { width: 18px; height: 18px; fill: currentColor; }
.cart-clear-link {
  display: block;
  margin: 13px auto 0;
  padding: 3px 8px;
  border: 0;
  background: transparent;
  color: #788a82;
  font: inherit;
  font-size: 12px;
  text-decoration: underline;
  text-decoration-color: rgba(120, 138, 130, .35);
  text-underline-offset: 4px;
  cursor: pointer;
}
.cart-clear-link:hover { color: #a4473d; }

@media (max-width: 760px) {
  .nav-dropdown-menu {
    width: auto;
    border-radius: 12px;
  }
  .nav-brand-menu { padding-inline: 8px; }
  .nav-brand-search-shell { margin: 7px 3px 5px; }
  .nav-brand-links { max-height: 310px; }
  .main-nav .nav-dropdown-menu a { padding: 9px 10px; font-size: 13px; }

  .floating-wa {
    right: 14px;
    bottom: 14px;
    width: 46px;
    height: 46px;
  }
  .floating-wa svg { width: 22px; height: 22px; }
  .floating-wa-tooltip { display: none; }

  .selection-drawer .cart-header { padding: 24px 22px 20px; }
  .selection-drawer .cart-items { padding-inline: 22px; }
  .selection-drawer .cart-item { grid-template-columns: 78px minmax(0, 1fr); gap: 14px; }
  .selection-drawer .cart-thumb { width: 78px; }
  .selection-drawer .cart-footer { padding: 19px 22px 22px; }
  .selection-drawer .cart-summary strong { font-size: 23px !important; }
}

@media (prefers-reduced-motion: reduce) {
  .floating-wa,
  .floating-wa-tooltip,
  .cart-empty-cta,
  .selection-drawer .remove-cart-item { transition: none !important; }
}


/* =========================================================
   mi.do.ri v4.6.0 — Search Experience, Hero Stability & Visit Family
   ========================================================= */

/* Stable campaign canvas: copy changes, frame does not. */
@media (min-width: 981px) {
  body[data-page="home"] .hero-shell {
    height: 690px;
    min-height: 690px;
  }
  body[data-page="home"] .hero-copy,
  body[data-page="home"] .hero-media,
  body[data-page="home"] .hero-photo-card {
    min-height: 0;
    height: 100%;
  }
  body[data-page="home"] .hero-copy {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body[data-page="home"] .hero-copy h1 {
    margin-bottom: 24px;
    max-width: 690px;
    font-size: clamp(54px, 4.35vw, 74px);
    line-height: .99;
  }
  body[data-page="home"] .hero-copy > p {
    max-width: 650px;
  }
  body[data-page="home"] .hero-live-proof {
    margin-top: 34px;
  }
}

@media (min-width: 701px) and (max-width: 980px) {
  body[data-page="home"] .hero-copy { min-height: 455px; }
  body[data-page="home"] .hero-media,
  body[data-page="home"] .hero-photo-card { height: 520px; min-height: 520px; }
}

@media (max-width: 700px) {
  body[data-page="home"] .hero-copy {
    min-height: 465px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  body[data-page="home"] .hero-media,
  body[data-page="home"] .hero-photo-card {
    height: 470px;
    min-height: 470px;
  }
  body[data-page="home"] .hero-copy h1 {
    font-size: clamp(40px, 12vw, 54px);
    line-height: 1.01;
  }
}

/* Global command-style search. */
.global-search {
  position: fixed;
  inset: 0;
  z-index: 1900;
  display: grid;
  place-items: start center;
  padding: clamp(82px, 10vh, 120px) 20px 30px;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .22s ease, visibility .22s ease;
}
.global-search.open { opacity: 1; visibility: visible; pointer-events: auto; }
.global-search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(9,34,29,.48);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
.global-search-panel {
  position: relative;
  width: min(920px, calc(100vw - 40px));
  max-height: min(760px, calc(100vh - 140px));
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(200,169,106,.24);
  border-radius: 28px;
  background: #F7F6F1;
  box-shadow: 0 34px 90px rgba(7,31,26,.28);
  transform: translateY(-10px) scale(.985);
  transition: transform .28s cubic-bezier(.2,.75,.2,1);
}
.global-search.open .global-search-panel { transform: translateY(0) scale(1); }
.global-search-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
  padding: 30px 32px 20px;
}
.global-search-header .editorial-eyebrow { color: #9A7A37; }
.global-search-header h2 {
  margin: 7px 0 0;
  color: #10251F;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  letter-spacing: -.035em;
}
.global-search-close {
  width: 46px;
  height: 46px;
  flex: 0 0 auto;
  border: 1px solid #DDE4DF;
  border-radius: 50%;
  background: #EEF2EF;
  color: #0F3D34;
  font-size: 28px;
  font-weight: 300;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease;
}
.global-search-close:hover { transform: rotate(3deg); border-color: #C8A96A; background: #F4F0E5; }
.global-search-form {
  margin: 0 32px;
  min-height: 70px;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 20px;
  border: 1px solid #C9D5CF;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 34px rgba(15,61,52,.06);
}
.global-search-form:focus-within { border-color: #0F3D34; box-shadow: 0 0 0 3px rgba(15,61,52,.08), 0 12px 38px rgba(15,61,52,.07); }
.global-search-form svg { width: 23px; height: 23px; flex: 0 0 auto; fill: none; stroke: #0F3D34; stroke-width: 1.8; }
.global-search-form input {
  min-width: 0;
  flex: 1;
  border: 0;
  outline: 0;
  background: transparent;
  color: #10251F;
  font: inherit;
  font-size: 18px;
  font-weight: 400;
}
.global-search-form input::placeholder { color: #86918C; }
.global-search-form kbd {
  min-width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border: 1px solid #D9E0DC;
  border-radius: 8px;
  color: #7D8883;
  background: #F8F7F2;
  font: inherit;
  font-size: 12px;
}
.global-search-results {
  min-height: 180px;
  overflow-y: auto;
  padding: 22px 32px 28px;
  scrollbar-width: thin;
  scrollbar-color: #BCCDC5 transparent;
}
.global-search-intro {
  min-height: 150px;
  display: grid;
  align-content: center;
  gap: 22px;
}
.global-search-intro p { margin: 0; max-width: 560px; color: #65736D; font-size: 15px; line-height: 1.65; }
.global-search-quicklinks { display: flex; flex-wrap: wrap; gap: 10px; }
.global-search-quicklinks a {
  padding: 10px 15px;
  border: 1px solid #D6DFDA;
  border-radius: 999px;
  color: #0F3D34;
  text-decoration: none;
  font-size: 13px;
  transition: border-color .18s ease, background .18s ease, color .18s ease;
}
.global-search-quicklinks a:hover { border-color: #0F3D34; background: #E6F0E9; }
.global-search-group + .global-search-group { margin-top: 22px; }
.global-search-group-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  color: #8B6B2E;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.global-search-group-title small { color: #89948F; font-size: 11px; font-weight: 400; letter-spacing: 0; text-transform: none; }
.global-search-product-list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 10px; }
.global-search-product {
  min-width: 0;
  display: grid;
  grid-template-columns: 64px minmax(0,1fr) auto;
  align-items: center;
  gap: 13px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 16px;
  background: transparent;
  text-align: left;
  cursor: pointer;
  transition: background .18s ease, border-color .18s ease, transform .18s ease;
}
.global-search-product:hover { transform: translateY(-1px); border-color: #D9E3DE; background: #EEF3F0; }
.global-search-product-media { width: 64px; height: 80px; overflow: hidden; display: grid; place-items: center; border-radius: 12px; background: #E6F0E9; color: #0F3D34; }
.global-search-product-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.global-search-result-placeholder { font-size: 18px; font-weight: 500; }
.global-search-product-copy { min-width: 0; display: grid; gap: 3px; }
.global-search-product-copy strong { overflow: hidden; color: #14251F; font-size: 15px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.global-search-product-copy small { overflow: hidden; color: #61716A; font-size: 12px; text-overflow: ellipsis; white-space: nowrap; }
.global-search-product-copy em { color: #0F3D34; font-size: 13px; font-style: normal; }
.global-search-arrow { color: #C8A96A; font-size: 16px; }
.global-search-secondary-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 30px; margin-top: 24px; padding-top: 22px; border-top: 1px solid #DDE4DF; }
.global-search-text-result {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 11px 4px;
  border: 0;
  border-bottom: 1px solid #E3E7E4;
  background: transparent;
  color: #183029;
  text-align: left;
  cursor: pointer;
}
.global-search-text-result strong { font-size: 14px; font-weight: 400; }
.global-search-text-result span { color: #C8A96A; }
.global-search-text-result:hover strong { color: #8A6A2E; }
.global-search-empty { min-height: 170px; display: grid; place-items: center; align-content: center; gap: 7px; text-align: center; }
.global-search-empty span { color: #10251F; font-size: 20px; font-weight: 500; }
.global-search-empty p { margin: 0; color: #74817B; font-size: 14px; }
.global-search-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 32px 20px;
  border-top: 1px solid #DEE5E1;
  background: #F1F5F2;
}
.global-search-footer button { border: 0; background: transparent; color: #0F3D34; font: inherit; font-size: 14px; font-weight: 500; cursor: pointer; }
.global-search-footer button span { margin-left: 6px; color: #C8A96A; }
.global-search-footer small { color: #7C8983; font-size: 12px; }

/* Two Visit variants, one interaction language. */
.location-card,
.catalog-visit-compact-inner { border: 1px solid rgba(200,169,106,.22); }
.location-card { border-radius: 28px; }
.catalog-visit-compact-inner { border-radius: 24px; }
.catalog-visit-actions a {
  font-size: 12px;
  transition: color .18s ease, border-color .18s ease;
}
.catalog-visit-actions a:hover { color: #D9C589; border-color: #C8A96A; }
.location-map-action,
.catalog-visit-actions a span { color: #C8A96A; }

@media (max-width: 700px) {
  .global-search {
    padding: 0;
    place-items: stretch;
  }
  .global-search-panel {
    width: 100%;
    height: 100dvh;
    max-height: none;
    border: 0;
    border-radius: 0;
    transform: translateY(12px);
  }
  .global-search-header { padding: 22px 20px 16px; }
  .global-search-header h2 { font-size: 30px; }
  .global-search-close { width: 42px; height: 42px; }
  .global-search-form { min-height: 60px; margin: 0 20px; padding-inline: 16px; border-radius: 16px; }
  .global-search-form input { font-size: 16px; }
  .global-search-form kbd { display: none; }
  .global-search-results { padding: 20px; }
  .global-search-product-list { grid-template-columns: 1fr; }
  .global-search-secondary-grid { grid-template-columns: 1fr; gap: 22px; }
  .global-search-footer { padding: 15px 20px calc(15px + env(safe-area-inset-bottom)); }
  .global-search-footer small { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  .global-search,
  .global-search-panel,
  .global-search-product { transition: none !important; }
}


/* =========================================================
   mi.do.ri v4.7.1 — Mobile Detail & Microcopy Fix
   Stable bottom CTA, readable accordion, proper WhatsApp icon.
   ========================================================= */

.button-wa-luxury svg {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  fill: currentColor;
}

@media (max-width: 700px) {
  /* The desktop centering transform created a containing block for
     position:fixed children. Removing it makes the CTA truly viewport-fixed. */
  .modal-dialog {
    inset: 14px;
    width: auto;
    height: auto;
    max-height: none;
    transform: none;
    overflow-x: hidden;
    overflow-y: auto;
    border-radius: 24px;
    overscroll-behavior: contain;
    scroll-padding-bottom: 104px;
  }

  .modal-product-v42 .modal-info {
    /* Reserved space ensures the final accordion/content can scroll fully
       above the persistent action bar instead of being covered by it. */
    padding: 25px 19px 118px !important;
  }

  .modal-mobile-cta {
    position: fixed !important;
    left: 28px !important;
    right: 28px !important;
    bottom: calc(26px + env(safe-area-inset-bottom)) !important;
    z-index: 520 !important;
    display: grid !important;
    grid-template-columns: minmax(0,1.08fr) minmax(0,.92fr) !important;
    gap: 8px !important;
    margin: 0 !important;
    padding: 8px !important;
    border: 1px solid rgba(15,61,52,.12) !important;
    border-radius: 15px !important;
    background: rgba(247,246,241,.96) !important;
    box-shadow: 0 10px 28px rgba(15,61,52,.13) !important;
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
  }

  .modal-mobile-cta .button {
    min-width: 0;
    min-height: 46px !important;
    padding: 10px 10px !important;
    border-radius: 11px !important;
    font-size: 13px !important;
    line-height: 1.15;
    white-space: nowrap;
  }

  .modal-mobile-cta .button-wa-luxury {
    gap: 7px !important;
  }

  .modal-mobile-cta .button-wa-luxury svg {
    width: 17px;
    height: 17px;
    flex-basis: 17px;
  }

  /* Keep the product information compact enough that the persistent CTA
     remains helpful rather than visually dominant. */
  .product-detail-toggle {
    min-height: 50px !important;
    padding: 12px 0 !important;
  }
  .product-detail-toggle > span {
    font-size: 18px !important;
    font-weight: 500 !important;
  }
  .product-detail-panel {
    padding-bottom: 14px !important;
  }
}

@media (max-width: 380px) {
  .modal-mobile-cta {
    left: 23px !important;
    right: 23px !important;
  }
  .modal-mobile-cta .button {
    font-size: 12px !important;
  }
}


/* =========================================================
   mi.do.ri v4.8.0 — Mobile Variant Sheet + Unified Search
   ========================================================= */
.variant-picker-sheet-backdrop,
.variant-picker-sheet-header { display: none; }

.global-search-panel {
  width: min(780px, calc(100vw - 40px));
  max-height: min(680px, calc(100vh - 140px));
}
.global-search-results {
  min-height: 0;
  max-height: 430px;
  padding: 18px 32px 22px;
}
.global-search-intro { min-height: 104px; gap: 16px; }
.global-search-unified-suggestions { display: grid; gap: 0; }
.global-search-unified-suggestions .search-suggestion-group { padding: 2px 0 10px; }
.global-search-unified-suggestions .search-suggestion-group + .search-suggestion-group {
  margin-top: 8px;
  padding-top: 14px;
  border-top: 1px solid #E0E6E2;
}
.global-search-unified-suggestions .search-suggestion-group > span {
  display: block;
  padding: 0 10px 7px;
  color: #8B6B2E;
  font-size: 11px !important;
  font-weight: 500;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.global-search-unified-suggestions .search-suggestion-group button {
  width: 100%; min-height: 45px; display: flex; align-items: center; justify-content: space-between;
  gap: 16px; padding: 10px 12px; border: 0; border-radius: 11px; background: transparent;
  color: #173129; text-align: left; cursor: pointer;
}
.global-search-unified-suggestions .search-suggestion-group button:hover,
.global-search-unified-suggestions .search-suggestion-group button:focus-visible { background: #EEF4F0; outline: none; }
.global-search-unified-suggestions .search-suggestion-group strong { font-size: 14px !important; font-weight: 500 !important; }
.global-search-unified-suggestions .search-suggestion-group small { margin-left: auto; color: #73817A; font-size: 12px !important; font-weight: 400; }
.global-search-empty-compact { min-height: 96px !important; padding: 20px 10px !important; }
.global-search-footer { padding-top: 14px; padding-bottom: 16px; }
.global-search-footer button { text-align: left; }

@media (max-width: 700px) {
  .variant-picker-sheet-backdrop {
    position: fixed; inset: 0; z-index: 570; display: block; border: 0;
    background: rgba(8,28,23,.44); backdrop-filter: blur(3px); -webkit-backdrop-filter: blur(3px);
  }
  .variant-picker-sheet-backdrop[hidden] { display: none !important; }
  .variant-picker-menu {
    position: fixed !important; left: 0 !important; right: 0 !important; bottom: 0 !important; top: auto !important;
    z-index: 580 !important; width: 100% !important; max-height: min(68dvh, 560px) !important;
    padding: 0 18px calc(18px + env(safe-area-inset-bottom)) !important; overflow: hidden !important;
    border: 1px solid rgba(200,169,106,.2) !important; border-bottom: 0 !important;
    border-radius: 24px 24px 0 0 !important; background: #F7F6F1 !important;
    box-shadow: 0 -22px 60px rgba(8,31,26,.22) !important;
  }
  .variant-picker-menu[hidden] { display: none !important; }
  .variant-picker-sheet-header {
    position: sticky; top: 0; z-index: 2; display: grid; grid-template-columns: 1fr auto; align-items: center;
    gap: 14px; padding: 20px 2px 13px; background: #F7F6F1; touch-action: pan-y;
  }
  .variant-picker-sheet-grab {
    position: absolute; top: 7px; left: 50%; width: 42px; height: 4px; border-radius: 99px;
    background: #CBD5D0; transform: translateX(-50%);
  }
  .variant-picker-sheet-header > div { display: grid; gap: 2px; }
  .variant-picker-sheet-header small { color: #967735; font-size: 10px !important; font-weight: 500; letter-spacing: .14em; }
  .variant-picker-sheet-header strong { color: #10251F; font-size: 22px !important; font-weight: 400 !important; letter-spacing: -.02em; }
  .variant-picker-sheet-close {
    width: 40px; height: 40px; display: grid; place-items: center; border: 1px solid #D7E0DB; border-radius: 50%;
    background: #EEF2EF; color: #0F3D34; font: inherit; font-size: 25px; font-weight: 300; cursor: pointer;
  }
  .variant-picker-sheet-options {
    max-height: calc(min(68dvh, 560px) - 80px); overflow-y: auto; overscroll-behavior: contain;
    scrollbar-width: thin; scrollbar-color: #B8C8C0 transparent;
  }
  .variant-picker-option {
    min-height: 58px; margin-bottom: 7px; padding: 11px 13px !important;
    border: 1px solid #E0E6E2 !important; border-radius: 13px !important; background: #fff !important;
  }
  .variant-picker-option.is-selected { border-color: #B8CFC5 !important; background: #E6F0E9 !important; }
  .variant-picker-option.is-selected::after { color: #0F3D34; }
  .variant-picker-option em { color: #967735 !important; font-size: 12px !important; }
  .modal-mobile-cta { transition: opacity .18s ease, transform .18s ease, visibility .18s ease; }
  body.variant-sheet-open .modal-mobile-cta {
    opacity: 0 !important; visibility: hidden !important; pointer-events: none !important;
    transform: translateY(calc(100% + 28px)) !important;
  }
  .global-search-panel { width: 100%; max-height: none; }
  .global-search-results { max-height: none; padding: 16px 20px 20px; }
  .global-search-intro { min-height: 92px; }
  .global-search-unified-suggestions .search-suggestion-group button { min-height: 50px; padding: 11px 10px; }
}


/* =========================================================
   mi.do.ri v4.8.1 — Tablet Navigation Refinement
   One navigation behavior for every hamburger viewport (<=900px).
   ========================================================= */
@media (max-width: 900px) {
  /* The hamburger and its submenus now share one breakpoint. This avoids
     the 761–900px gap where the shell was mobile but dropdowns were desktop. */
  .main-nav {
    top: 72px !important;
    left: 18px !important;
    right: 18px !important;
    width: auto !important;
    max-height: calc(100vh - 92px) !important;
    max-height: calc(100dvh - 92px) !important;
    align-content: start !important;
    align-items: stretch !important;
    grid-auto-rows: max-content !important;
    gap: 4px !important;
    padding: 12px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    border-radius: 18px !important;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }

  .main-nav.open { display: grid !important; }

  .main-nav > a {
    width: 100%;
    min-height: 46px;
    display: flex;
    align-items: center;
    padding: 11px 13px !important;
    box-sizing: border-box;
  }

  .nav-dropdown {
    position: relative !important;
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
  }

  .nav-dropdown-toggle {
    width: 100% !important;
    min-height: 46px;
    justify-content: space-between !important;
    padding: 11px 13px !important;
    border-radius: 11px !important;
    box-sizing: border-box;
    text-align: left !important;
  }

  .nav-dropdown-toggle::after { display: none !important; }

  .nav-dropdown-toggle:hover,
  .nav-dropdown-toggle:focus-visible,
  .nav-dropdown.open .nav-dropdown-toggle {
    background: var(--green-soft) !important;
  }

  /* Critical tablet fix: remove desktop absolute/floating dropdown geometry. */
  .nav-dropdown-menu,
  .nav-brand-menu {
    position: static !important;
    inset: auto !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    min-width: 0 !important;
    max-width: none !important;
    max-height: 0 !important;
    margin: 0 5px !important;
    padding: 0 7px !important;
    overflow: hidden !important;
    border: 0 !important;
    border-radius: 12px !important;
    background: #F8FAF8 !important;
    box-shadow: none !important;
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: none !important;
    transform: none !important;
    box-sizing: border-box;
    transition: max-height .24s ease, padding .24s ease, margin .24s ease !important;
  }

  /* Touch tablets must not open dropdowns from :hover / :focus-within alone. */
  .nav-dropdown:hover .nav-dropdown-menu,
  .nav-dropdown:focus-within .nav-dropdown-menu {
    max-height: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    pointer-events: none !important;
  }

  .nav-dropdown.open .nav-dropdown-menu {
    max-height: min(52vh, 430px) !important;
    max-height: min(52dvh, 430px) !important;
    margin-top: 5px !important;
    margin-bottom: 7px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    pointer-events: auto !important;
    -webkit-overflow-scrolling: touch;
  }

  .nav-dropdown.open .nav-brand-menu {
    max-height: min(56vh, 470px) !important;
    max-height: min(56dvh, 470px) !important;
    overflow: hidden !important;
  }

  .main-nav .nav-dropdown-menu a {
    min-height: 42px;
    display: flex;
    align-items: center;
    padding: 9px 10px !important;
    border-radius: 9px !important;
    font-size: 13px !important;
    line-height: 1.35 !important;
    box-sizing: border-box;
  }

  .nav-brand-search-shell {
    position: sticky !important;
    top: 0 !important;
    z-index: 3 !important;
    margin: 2px 2px 7px !important;
    padding: 10px 11px !important;
    background: #FFFFFF !important;
  }

  .nav-brand-links {
    max-height: min(42vh, 330px) !important;
    max-height: min(42dvh, 330px) !important;
    overflow-y: auto !important;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
  }
}

@media (max-width: 650px) {
  .main-nav {
    top: 66px !important;
    left: 12px !important;
    right: 12px !important;
    max-height: calc(100vh - 80px) !important;
    max-height: calc(100dvh - 80px) !important;
  }
}

@media (max-width: 380px) {
  .main-nav { padding: 10px !important; }
  .main-nav > a,
  .nav-dropdown-toggle { min-height: 44px; padding-block: 10px !important; }
}

/* =========================================================
   mi.do.ri v4.8.2 — Tablet Product Detail & Favorite Fix
   Tablet product detail follows normal document flow; favorite
   controls keep a true circular geometry across Safari/tablets.
   ========================================================= */

/* Stable, device-independent favorite control. Using an SVG avoids
   Unicode heart metrics changing the perceived shape/alignment. */
.product-card .product-favorite {
  inline-size: 38px !important;
  block-size: 38px !important;
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  max-width: 38px !important;
  max-height: 38px !important;
  aspect-ratio: 1 / 1;
  padding: 0 !important;
  display: grid !important;
  place-items: center !important;
  border-radius: 999px !important;
  flex: 0 0 38px;
  line-height: 0 !important;
  box-sizing: border-box !important;
  -webkit-appearance: none;
  appearance: none;
}

.product-card .product-favorite svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

@media (max-width: 900px) {
  /* Once the detail layout becomes one column, the gallery must stop
     being sticky. Otherwise Safari keeps it layered over following content. */
  .modal-product-v42 {
    display: block !important;
  }

  .modal-product-v42 .modal-gallery {
    position: static !important;
    top: auto !important;
    align-self: auto !important;
    z-index: auto !important;
    padding: 18px 18px 0 !important;
  }

  .modal-product-v42 .modal-main-image {
    width: 100%;
    max-width: 720px;
    margin-inline: auto;
  }

  .modal-product-v42 .modal-media-strip,
  .modal-product-v42 .modal-media-caption {
    max-width: 720px;
    margin-inline: auto;
  }
}

@media (max-width: 700px) {
  .modal-product-v42 .modal-gallery {
    padding: 12px 12px 0 !important;
  }

  .product-card .product-favorite {
    inline-size: 36px !important;
    block-size: 36px !important;
    width: 36px !important;
    height: 36px !important;
    min-width: 36px !important;
    min-height: 36px !important;
    max-width: 36px !important;
    max-height: 36px !important;
    flex-basis: 36px;
  }

  .product-card .product-favorite svg {
    width: 19px;
    height: 19px;
  }
}
