:root {
  --hm-black: #070707;
  --hm-ink: #0b0b0c;
  --hm-surface: #101011;
  --hm-surface-2: #161617;
  --hm-surface-3: #1d1d1e;
  --hm-gold: #d9a441;
  --hm-gold-light: #f0c66b;
  --hm-gold-dark: #9a651e;
  --hm-text: #f5f0e7;
  --hm-muted: #aaa49b;
  --hm-line: rgba(217, 164, 65, .34);
  --hm-line-soft: rgba(217, 164, 65, .16);
  --hm-danger: #ef6b73;
  --hm-shadow: 0 24px 65px rgba(0, 0, 0, .42);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--hm-black); }
body.hm-site {
  min-height: 100vh;
  margin: 0;
  background:
    radial-gradient(circle at 15% 0%, rgba(217, 164, 65, .055), transparent 24rem),
    var(--hm-black);
  color: var(--hm-text);
  font-family: "Cairo", "Montserrat", sans-serif;
}
[dir="ltr"] body.hm-site { font-family: "Montserrat", "Cairo", sans-serif; }
.hm-site main { min-height: 44vh; }
.hm-site a, .hm-site button, .hm-site input, .hm-site select, .hm-site textarea { transition: color .2s ease, background-color .2s ease, border-color .2s ease, opacity .2s ease, transform .2s ease, box-shadow .2s ease; }
.hm-site button, .hm-site input, .hm-site select, .hm-site textarea { font: inherit; }
.hm-site img { max-width: 100%; }
.no-scrollbar::-webkit-scrollbar { display: none; }
::-webkit-scrollbar { width: 8px; height: 8px; }
::-webkit-scrollbar-track { background: #0a0a0a; }
::-webkit-scrollbar-thumb { background: #6d4f1d; border-radius: 999px; }

/* Brand lockup */
.hm-logo-lockup { display: flex; align-items: center; gap: 11px; color: var(--hm-gold-light); }
.hm-logo-lockup__mark { width: 48px; height: 52px; flex: 0 0 auto; }
.hm-logo-lockup__copy { min-width: 0; text-align: center; line-height: 1; }
.hm-logo-lockup__name { font-family: "Montserrat", sans-serif; font-size: 18px; font-weight: 700; letter-spacing: .08em; white-space: nowrap; }
.hm-logo-lockup__mall { display: flex; align-items: center; gap: 6px; justify-content: center; margin-top: 5px; font-family: "Montserrat", sans-serif; font-size: 8px; letter-spacing: .37em; color: #e7bd68; }
.hm-logo-lockup__mall span { width: 20px; height: 1px; background: currentColor; opacity: .8; }
.hm-logo-lockup__tagline { margin-top: 6px; font-size: 7px; font-weight: 600; color: #b9a57e; white-space: nowrap; }
.hm-logo-mark { display: flex; align-items: center; justify-content: center; }
.hm-logo-mark__svg { display: block; width: 100%; height: 100%; }
.hm-header__logo.hm-logo-mark { width: 46px; height: 50px; }
.hm-footer__logo.hm-logo-mark { width: 76px; height: 82px; }
.hm-brand-mark { display: block; width: 100%; height: 100%; border-radius: 0; object-fit: contain; box-shadow: none; filter: drop-shadow(0 5px 8px rgba(0,0,0,.18)); }
.hm-theme-toggle { position: relative; }
.hm-theme-icon { position: absolute; width: 18px !important; height: 18px !important; }
[data-theme="light"] .hm-theme-icon--sun, [data-theme="dark"] .hm-theme-icon--moon { display: none; }
[data-theme="light"] .hm-theme-icon--moon, [data-theme="dark"] .hm-theme-icon--sun { display: block; }

/* Header */
.hm-announcement { position: relative; z-index: 60; border-bottom: 1px solid var(--hm-line); background: #050505; color: var(--hm-gold-light); font-size: 11px; }
.hm-header { border-bottom: 1px solid var(--hm-line); background: rgba(7, 7, 7, .95); color: var(--hm-text); box-shadow: 0 12px 40px rgba(0, 0, 0, .22); backdrop-filter: blur(16px); }
.hm-header__main { display: flex; align-items: center; gap: 18px; min-height: 74px; }
.hm-header__logo { width: 190px; }
.hm-header__actions { display: flex; align-items: center; gap: 7px; }
.hm-icon-button, .hm-language {
  display: grid;
  place-items: center;
  height: 38px;
  min-width: 38px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: #ded8ce;
  background: transparent;
}
.hm-icon-button svg { width: 19px; height: 19px; }
.hm-icon-button:hover, .hm-language:hover { border-color: var(--hm-line); color: var(--hm-gold-light); background: rgba(217, 164, 65, .06); }
.hm-language { grid-auto-flow: column; gap: 6px; padding: 0 8px; font-family: "Montserrat", "Cairo", sans-serif; font-size: 11px; font-weight: 700; }
.hm-cart-button { display: flex; align-items: center; justify-content: center; gap: 8px; min-height: 40px; padding: 0 12px; border: 1px solid var(--hm-gold); border-radius: 3px; background: linear-gradient(135deg, #e7b653, #bd8129); color: #090806; font-size: 12px; font-weight: 800; box-shadow: 0 8px 22px rgba(217, 164, 65, .12); }
.hm-cart-button:hover { filter: brightness(1.08); transform: translateY(-1px); }
.hm-cart-button > svg { width: 19px; height: 19px; }
.hm-count { display: grid; place-items: center; min-width: 18px; height: 18px; padding: 0 4px; border-radius: 999px; background: #090806; color: var(--hm-gold-light); font-family: "Montserrat", sans-serif; font-size: 9px; line-height: 1; }
.hm-count--floating { position: absolute; top: -4px; inset-inline-end: -4px; border: 1px solid var(--hm-gold); background: var(--hm-gold); color: #080706; }
.hm-search { position: relative; width: min(100%, 440px); margin-inline: auto; }
.hm-search input { width: 100%; height: 42px; border: 1px solid rgba(255,255,255,.09); border-radius: 3px; outline: none; background: #121213; color: var(--hm-text); padding-inline: 42px 14px; font-size: 12px; }
.hm-search input::placeholder { color: #706c66; }
.hm-search input:focus { border-color: var(--hm-gold); box-shadow: 0 0 0 3px rgba(217,164,65,.08); }
.hm-search__icon { position: absolute; z-index: 1; top: 50%; inset-inline-start: 14px; width: 16px; height: 16px; color: #918b82; transform: translateY(-50%); pointer-events: none; }
.hm-nav { border-top: 1px solid rgba(255,255,255,.045); background: #09090a; }
.hm-nav a { position: relative; display: block; padding: 11px 16px 10px; color: #bdb7ae; font-size: 12px; font-weight: 600; white-space: nowrap; }
.hm-nav a::after { position: absolute; inset-inline: 16px; bottom: -1px; height: 1px; background: var(--hm-gold); content: ""; opacity: 0; transform: scaleX(.3); transition: .2s ease; }
.hm-nav a:hover { color: var(--hm-gold-light); }
.hm-nav a:hover::after { opacity: 1; transform: scaleX(1); }

/* Hero */
.hm-hero__frame { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(330px, .78fr) minmax(0, 1.22fr); align-items: stretch; min-height: 468px; overflow: hidden; border: 1px solid var(--hm-line); border-radius: 5px; background: #080809; box-shadow: var(--hm-shadow); }
.hm-hero__frame::before { position: absolute; z-index: -1; inset-inline-start: -9%; bottom: -60%; width: 53%; aspect-ratio: 1; border: 1px solid rgba(217,164,65,.28); border-radius: 50%; box-shadow: 0 0 0 24px rgba(217,164,65,.018), 0 0 0 48px rgba(217,164,65,.012); content: ""; }
.hm-hero__content { position: relative; z-index: 2; align-self: center; padding: 56px 48px; }
.hm-hero__content h1 { margin: 0; font-size: clamp(36px, 4vw, 62px); font-weight: 800; line-height: 1.2; letter-spacing: -.035em; color: var(--hm-text); }
.hm-hero__content h1 span { color: var(--hm-gold-light); }
.hm-hero__content p { max-width: 520px; margin: 20px 0 0; color: #b8b1a7; font-size: 16px; line-height: 1.95; }
.hm-hero__actions { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.hm-button { display: inline-flex; align-items: center; justify-content: center; gap: 9px; min-height: 46px; padding: 0 24px; border: 1px solid transparent; border-radius: 3px; font-size: 13px; font-weight: 800; line-height: 1; }
.hm-button svg { width: 16px; height: 16px; }
.hm-button--primary { border-color: #e2b153; background: linear-gradient(135deg, #e9b958, #c5892d); color: #090806; box-shadow: 0 10px 26px rgba(217,164,65,.14); }
.hm-button--primary:hover { color: #000; filter: brightness(1.08); transform: translateY(-2px); }
.hm-button--secondary { border-color: var(--hm-line); background: rgba(255,255,255,.018); color: var(--hm-text); }
.hm-button--secondary:hover { border-color: var(--hm-gold); color: var(--hm-gold-light); background: rgba(217,164,65,.06); }
.hm-hero__media { position: relative; min-height: 468px; overflow: hidden; background: #050505; }
.hm-hero__media::after { position: absolute; inset: 0; background: linear-gradient(to var(--hm-fade-direction, right), #080809 0%, transparent 14%, transparent 100%); content: ""; pointer-events: none; }
[dir="rtl"] .hm-hero__media { --hm-fade-direction: left; }
.hm-hero__media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }

/* Trust strip */
.hm-trust-strip { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); border: 1px solid var(--hm-line); border-radius: 4px; background: #0c0c0d; }
.hm-trust-item { display: flex; align-items: center; justify-content: center; gap: 12px; min-height: 86px; padding: 14px 20px; border-inline-end: 1px solid var(--hm-line-soft); }
.hm-trust-item:last-child { border-inline-end: 0; }
.hm-trust-item__icon { display: grid; place-items: center; width: 40px; height: 40px; flex: 0 0 auto; border: 1px solid var(--hm-line); border-radius: 50%; color: var(--hm-gold-light); }
.hm-trust-item__icon svg { width: 19px; height: 19px; }
.hm-trust-item strong, .hm-trust-item small { display: block; }
.hm-trust-item strong { color: #e8e1d7; font-size: 12px; }
.hm-trust-item small { margin-top: 4px; color: #8e8981; font-size: 9px; line-height: 1.5; }

/* Sections */
.hm-section { margin-top: 82px; }
.hm-section-heading { margin-bottom: 28px; }
.hm-section-heading h2 { margin: 0; color: var(--hm-text); font-size: clamp(25px, 3vw, 36px); font-weight: 800; letter-spacing: -.025em; }
.hm-section-heading h2::after { display: block; width: 48px; height: 2px; margin-top: 12px; background: var(--hm-gold); content: ""; }
.hm-section-heading--center { text-align: center; }
.hm-section-heading--center h2::after { margin-inline: auto; }
.hm-section-heading p { margin: 10px 0 0; color: var(--hm-muted); font-size: 13px; }
.hm-section-heading--row { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; }
.hm-section-heading--row > a { display: inline-flex; align-items: center; gap: 7px; padding-bottom: 5px; color: var(--hm-gold-light); font-size: 12px; font-weight: 700; }
.hm-section-heading--row > a svg { width: 14px; height: 14px; }
.hm-section-heading--row > a:hover { gap: 11px; }

/* Categories */
.hm-categories { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 12px; }
.hm-category-card { position: relative; display: flex; min-width: 0; flex-direction: column; align-items: center; gap: 11px; overflow: hidden; border: 1px solid var(--hm-line-soft); border-radius: 4px; background: var(--hm-surface); padding: 16px 12px 14px; text-align: center; }
.hm-category-card::after { position: absolute; inset-inline: 0; bottom: 0; height: 1px; background: var(--hm-gold); content: ""; opacity: .45; transform: scaleX(.3); transition: .25s ease; }
.hm-category-card:hover { border-color: var(--hm-line); background: #141311; transform: translateY(-4px); box-shadow: 0 16px 38px rgba(0,0,0,.28); }
.hm-category-card:hover::after { opacity: 1; transform: scaleX(1); }
.hm-category-card__media { display: grid; place-items: center; width: 100%; aspect-ratio: 1.25; overflow: hidden; border-radius: 2px; background: #181819; color: var(--hm-gold); }
.hm-category-card__media img { width: 100%; height: 100%; object-fit: cover; filter: saturate(.86) contrast(1.04); }
.hm-category-card__media svg { width: 31px; height: 31px; }
.hm-category-card__name { max-width: 100%; overflow: hidden; color: #e9e3da; font-size: 12px; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }
.hm-category-card__count { color: #766f66; font-family: "Montserrat", sans-serif; font-size: 9px; }

/* Product cards */
.hm-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0,1fr)); gap: 14px; }
.hm-product-card { overflow: hidden; border: 1px solid var(--hm-line-soft); border-radius: 4px; background: var(--hm-surface); }
.hm-product-card:hover { border-color: var(--hm-line); transform: translateY(-5px); box-shadow: 0 22px 50px rgba(0,0,0,.34); }
.hm-product-card__media { position: relative; display: grid; place-items: center; aspect-ratio: 1.16; overflow: hidden; border-bottom: 1px solid var(--hm-line-soft); background: radial-gradient(circle at 50% 35%, #292724 0, #171718 43%, #0e0e0f 100%); }
.hm-product-card__image { width: 100%; height: 100%; padding: 14px; object-fit: contain; transition: transform .4s ease; }
.hm-product-card:hover .hm-product-card__image { transform: scale(1.035); }
.hm-product-card__placeholder { width: 76px; height: 76px; color: #c8aa70; filter: drop-shadow(0 12px 20px rgba(0,0,0,.45)); transition: transform .4s ease, color .3s ease; }
.hm-product-card:hover .hm-product-card__placeholder { color: var(--hm-gold-light); transform: scale(1.08); }
.hm-product-card__badges { position: absolute; top: 10px; inset-inline-start: 10px; display: flex; flex-direction: column; align-items: flex-start; gap: 5px; }
.hm-product-card__badges span { padding: 3px 7px; border: 1px solid var(--hm-gold); border-radius: 2px; background: rgba(7,7,7,.84); color: var(--hm-gold-light); font-size: 9px; font-weight: 800; }
.hm-product-card__wish { position: absolute; top: 9px; inset-inline-end: 9px; display: grid; place-items: center; width: 32px; height: 32px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; background: rgba(7,7,7,.78); color: #bbb4aa; opacity: 0; transform: translateY(4px); }
.hm-product-card:hover .hm-product-card__wish { opacity: 1; transform: none; }
.hm-product-card__wish:hover { border-color: var(--hm-gold); color: var(--hm-gold-light); }
.hm-product-card__wish svg { width: 15px; height: 15px; }
.hm-product-card__body { padding: 14px; }
.hm-product-card__category { margin-bottom: 5px; color: var(--hm-gold); font-size: 9px; font-weight: 700; }
.hm-product-card h3 { min-height: 23px; margin: 0 0 8px; overflow: hidden; color: #eee8df; font-size: 12px; font-weight: 700; line-height: 1.8; text-overflow: ellipsis; white-space: nowrap; }
.hm-product-card__rating { display: flex; align-items: center; gap: 6px; margin-bottom: 12px; }
.hm-product-card__rating > span { display: flex; color: #dca63e; }
.hm-product-card__rating svg { width: 11px; height: 11px; }
.hm-product-card__rating small { color: #6f6a63; font-family: "Montserrat", sans-serif; font-size: 9px; }
.hm-product-card__footer { display: flex; align-items: flex-end; justify-content: space-between; gap: 10px; }
.hm-product-card__price { display: flex; align-items: baseline; gap: 4px; flex-wrap: wrap; }
.hm-product-card__price strong { color: var(--hm-gold-light); font-family: "Montserrat", "Cairo", sans-serif; font-size: 19px; }
.hm-product-card__price span { color: #b08d4e; font-size: 9px; }
.hm-product-card__price del { color: #68635c; font-family: "Montserrat", sans-serif; font-size: 10px; }
.hm-product-card__cart { display: grid; place-items: center; width: 34px; height: 34px; flex: 0 0 auto; border: 1px solid var(--hm-line); border-radius: 2px; background: rgba(217,164,65,.06); color: var(--hm-gold-light); }
.hm-product-card__cart:hover { border-color: var(--hm-gold); background: var(--hm-gold); color: #080706; }
.hm-product-card__cart svg { width: 15px; height: 15px; }
.hm-product-card__cart:disabled { cursor: not-allowed; opacity: .42; transform: none; }
.hm-product-card__cart:disabled:hover { border-color: var(--hm-line); background: transparent; color: inherit; }
.hm-empty-state { grid-column: 1 / -1; display: grid; place-items: center; min-height: 170px; padding: 28px; border: 1px dashed var(--hm-line); border-radius: 4px; color: var(--hm-muted); text-align: center; }
.hm-empty-state svg { width: 34px; height: 34px; margin-bottom: 10px; color: var(--hm-gold); opacity: .72; }
.hm-search-result-note { margin-top: 8px; color: var(--hm-muted); font-size: 12px; }

/* Deal */
.hm-deal { position: relative; isolation: isolate; display: grid; grid-template-columns: minmax(0,1fr) auto auto; align-items: center; gap: 42px; min-height: 260px; overflow: hidden; border: 1px solid var(--hm-line); border-radius: 5px; background: linear-gradient(115deg, #0b0b0c, #15120d 56%, #090909); padding: 42px 52px; }
.hm-deal::before { position: absolute; z-index: -1; inset-inline-end: -80px; bottom: -210px; width: 500px; height: 500px; border: 1px solid rgba(217,164,65,.32); border-radius: 50%; box-shadow: 0 0 0 26px rgba(217,164,65,.025), 0 0 0 54px rgba(217,164,65,.018); content: ""; }
.hm-deal h3 { margin: 0; color: var(--hm-gold-light); font-size: clamp(30px, 4vw, 48px); font-weight: 800; }
.hm-deal p { max-width: 570px; margin: 12px 0 0; color: #aaa39a; font-size: 13px; line-height: 1.9; }
.hm-deal__timer { display: flex; gap: 7px; margin-top: 20px; }
.hm-deal__timer span { display: grid; place-items: center; width: 54px; min-height: 52px; border: 1px solid var(--hm-line-soft); background: rgba(0,0,0,.24); }
.hm-deal__timer strong, .hm-deal__timer small { display: block; }
.hm-deal__timer strong { color: var(--hm-text); font: 700 18px "Montserrat", sans-serif; }
.hm-deal__timer small { margin-top: 3px; color: #81796f; font: 600 8px "Montserrat", sans-serif; }
.hm-deal__mark { color: rgba(217,164,65,.15); font: 800 clamp(76px, 10vw, 132px)/.8 "Montserrat", sans-serif; letter-spacing: -.1em; }
.hm-deal__mark small { font-size: .3em; }

/* Newsletter */
.hm-newsletter { display: grid; grid-template-columns: auto minmax(220px,1fr) minmax(340px,.9fr); align-items: center; gap: 22px; border: 1px solid var(--hm-line); border-radius: 4px; background: #0d0d0e; padding: 30px 34px; }
.hm-newsletter__icon { display: grid; place-items: center; width: 54px; height: 54px; border: 1px solid var(--hm-line); color: var(--hm-gold-light); }
.hm-newsletter__icon svg { width: 24px; height: 24px; }
.hm-newsletter h3 { margin: 0; color: var(--hm-text); font-size: 20px; font-weight: 800; }
.hm-newsletter p { margin: 6px 0 0; color: var(--hm-muted); font-size: 11px; }
.hm-newsletter__form { display: flex; gap: 8px; }
.hm-newsletter__form input { width: 100%; min-width: 0; height: 46px; border: 1px solid rgba(255,255,255,.1); border-radius: 3px; outline: none; background: #151516; color: var(--hm-text); padding: 0 14px; font-size: 12px; }
.hm-newsletter__form input:focus { border-color: var(--hm-gold); }

/* Footer */
.hm-footer { border-top: 1px solid var(--hm-line); background: #080809; color: var(--hm-muted); }
.hm-footer__logo { width: 225px; margin-bottom: 22px; }
.hm-footer__logo .hm-logo-lockup__mark { width: 66px; height: 71px; }
.hm-footer__logo .hm-logo-lockup__name { font-size: 24px; }
.hm-footer__logo .hm-logo-lockup__mall { font-size: 9px; }
.hm-footer__logo .hm-logo-lockup__tagline { font-size: 8px; }
.hm-footer__about { max-width: 420px; margin: 0 0 22px; color: #837e76; font-size: 12px; line-height: 2; }
.hm-footer h4 { position: relative; margin: 0 0 19px; padding-bottom: 11px; color: var(--hm-text); font-size: 13px; font-weight: 800; }
.hm-footer h4::after { position: absolute; bottom: 0; inset-inline-start: 0; width: 28px; height: 1px; background: var(--hm-gold); content: ""; }
.hm-footer ul { margin: 0; padding: 0; list-style: none; }
.hm-footer > div > div > ul li { margin-top: 11px; font-size: 11px; }
.hm-footer a:hover { color: var(--hm-gold-light); }
.hm-footer__contact { display: grid; gap: 8px; margin-bottom: 20px !important; }
.hm-footer__contact li { display: flex; align-items: center; gap: 9px; margin: 0 !important; color: #8d877e; font-size: 11px; }
.hm-footer__contact svg { width: 15px; height: 15px; color: var(--hm-gold); }
.hm-socials { display: flex; gap: 7px; }
.hm-socials a { display: grid; place-items: center; width: 34px; height: 34px; border: 1px solid var(--hm-line-soft); color: #a9a39b; }
.hm-socials a:hover { border-color: var(--hm-gold); background: rgba(217,164,65,.07); }
.hm-socials svg { width: 15px; height: 15px; }
.hm-footer__bottom { border-top: 1px solid var(--hm-line-soft); color: #69645e; font-size: 10px; }
.hm-payments { display: flex; gap: 6px; }
.hm-payments span { display: grid; place-items: center; min-width: 42px; height: 25px; padding: 0 8px; border: 1px solid rgba(255,255,255,.08); border-radius: 2px; color: #9c968d; font: 700 8px "Montserrat", "Cairo", sans-serif; }

/* Existing account, cart, checkout and auth screens: palette and component mapping */
.hm-site .bg-white { background-color: var(--hm-surface) !important; }
.hm-site .bg-slate-50 { background-color: var(--hm-surface-2) !important; }
.hm-site .bg-slate-100 { background-color: var(--hm-surface-3) !important; }
.hm-site .bg-slate-800 { background-color: #171718 !important; }
.hm-site .bg-slate-900 { background-color: #09090a !important; }
.hm-site .text-slate-900 { color: var(--hm-text) !important; }
.hm-site .text-slate-700, .hm-site .text-slate-600 { color: #c2bbb1 !important; }
.hm-site .text-slate-500 { color: #9a948b !important; }
.hm-site .text-slate-400, .hm-site .text-slate-300 { color: #777169 !important; }
.hm-site .border-slate-50, .hm-site .border-slate-100, .hm-site .border-slate-200, .hm-site .border-slate-300 { border-color: var(--hm-line-soft) !important; }
.hm-site .divide-slate-100 > :not([hidden]) ~ :not([hidden]) { border-color: var(--hm-line-soft) !important; }
.hm-site .bg-brand-500.text-white, .hm-site button.bg-brand-500, .hm-site a.bg-brand-500 { color: #080706 !important; }
.hm-site .bg-brand-50, .hm-site .bg-brand-50\/50, .hm-site .bg-brand-50\/40 { background-color: rgba(217,164,65,.08) !important; }
.hm-site .border-brand-100, .hm-site .border-brand-200 { border-color: var(--hm-line) !important; }
.hm-site .shadow-lg, .hm-site .shadow-sm { box-shadow: none !important; }
.hm-site .rounded-3xl { border-radius: 7px !important; }
.hm-site .rounded-2xl { border-radius: 5px !important; }
.hm-site .rounded-xl { border-radius: 3px !important; }
.hm-site .rounded-lg, .hm-site .rounded-md { border-radius: 2px !important; }
.hm-site input:not([type="checkbox"]):not([type="radio"]), .hm-site select, .hm-site textarea { border-color: rgba(255,255,255,.1) !important; background-color: #151516 !important; color: var(--hm-text) !important; }
.hm-site input::placeholder, .hm-site textarea::placeholder { color: #6f6a63 !important; }
.hm-site input:focus, .hm-site select:focus, .hm-site textarea:focus { border-color: var(--hm-gold) !important; box-shadow: 0 0 0 3px rgba(217,164,65,.08) !important; }
.hm-site input[type="checkbox"], .hm-site input[type="radio"] { accent-color: var(--hm-gold); }
.hm-site select { color-scheme: dark; }
.hm-site label { color: #d8d1c7; }
.hm-site table { border-color: var(--hm-line-soft); }
.hm-site th { color: var(--hm-gold-light); }
.hm-site td { border-color: rgba(255,255,255,.05); }
.hm-site .card-hover { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.hm-site .card-hover:hover { border-color: var(--hm-line) !important; background: #141312 !important; box-shadow: 0 18px 42px rgba(0,0,0,.3); transform: translateY(-4px); }
.hm-site .text-rose-500 { color: var(--hm-danger) !important; }
.hm-site .bg-rose-50 { background: rgba(239,107,115,.08) !important; }
.hm-site .bg-amber-50 { background: rgba(217,164,65,.09) !important; }
.hm-site .border-amber-200 { border-color: var(--hm-line) !important; }
.hm-site .text-amber-800 { color: var(--hm-gold-light) !important; }
.hm-site [class*="lg:sticky"] { top: 132px; }

@media (max-width: 1023px) {
  .hm-header__main { min-height: 66px; gap: 10px; }
  .hm-header__logo { width: 160px; }
  .hm-header__logo .hm-logo-lockup__mark { width: 42px; height: 46px; }
  .hm-header__logo .hm-logo-lockup__name { font-size: 15px; }
  .hm-nav { display: none; }
  .hm-nav--open { display: block; }
  .hm-nav > div { padding-block: 5px; }
  .hm-hero__frame { grid-template-columns: minmax(310px,.9fr) minmax(0,1.1fr); min-height: 420px; }
  .hm-hero__content { padding: 44px 32px; }
  .hm-hero__media { min-height: 420px; }
  .hm-trust-strip { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hm-trust-item:nth-child(2) { border-inline-end: 0; }
  .hm-trust-item:nth-child(-n+2) { border-bottom: 1px solid var(--hm-line-soft); }
  .hm-categories { grid-template-columns: repeat(3,minmax(0,1fr)); }
  .hm-product-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hm-deal { grid-template-columns: minmax(0,1fr) auto; gap: 25px; }
  .hm-deal__mark { display: none; }
  .hm-newsletter { grid-template-columns: auto 1fr; }
  .hm-newsletter__form { grid-column: 1 / -1; }
}

@media (max-width: 767px) {
  .hm-announcement { font-size: 9px; }
  .hm-header__main { min-height: 61px; }
  .hm-header__brand { margin-inline-end: auto; }
  .hm-header__logo { width: 121px; }
  .hm-header__logo .hm-logo-lockup { gap: 7px; }
  .hm-header__logo .hm-logo-lockup__mark { width: 34px; height: 38px; }
  .hm-header__logo .hm-logo-lockup__name { font-size: 12px; }
  .hm-header__logo .hm-logo-lockup__mall { gap: 3px; margin-top: 3px; font-size: 6px; }
  .hm-header__logo .hm-logo-lockup__mall span { width: 10px; }
  .hm-header__logo .hm-logo-lockup__tagline { display: none; }
  .hm-header__actions { margin-inline-start: 0 !important; gap: 3px; }
  .hm-language { min-width: 34px; padding: 0 6px; }
  .hm-language svg { display: none; }
  .hm-icon-button { width: 34px; min-width: 34px; height: 36px; }
  .hm-cart-button { min-width: 38px; min-height: 37px; padding: 0 8px; }
  .hm-cart-button .hm-count { position: absolute; top: 3px; inset-inline-end: 2px; min-width: 14px; height: 14px; font-size: 7px; }
  .hm-cart-button { position: relative; }
  .hm-mobile-search .hm-search { width: 100%; }
  .hm-mobile-search .hm-search input { height: 39px; }
  .hm-hero { padding-top: 12px !important; }
  .hm-hero__frame { grid-template-columns: 1fr; min-height: 0; }
  .hm-hero__content { padding: 36px 24px 24px; text-align: center; }
  .hm-hero__content h1 { font-size: clamp(31px,10vw,43px); }
  .hm-hero__content p { margin-inline: auto; font-size: 13px; line-height: 1.85; }
  .hm-hero__actions { justify-content: center; margin-top: 23px; }
  .hm-button { min-height: 43px; padding-inline: 18px; font-size: 11px; }
  .hm-hero__media { min-height: 260px; }
  .hm-hero__media::after { background: linear-gradient(to bottom, #080809 0, transparent 20%, transparent 100%); }
  .hm-hero__media img { object-fit: cover; object-position: center; }
  .hm-trust-item { justify-content: flex-start; min-height: 76px; padding: 12px; gap: 9px; }
  .hm-trust-item__icon { width: 34px; height: 34px; }
  .hm-trust-item__icon svg { width: 16px; height: 16px; }
  .hm-trust-item strong { font-size: 10px; }
  .hm-trust-item small { font-size: 8px; }
  .hm-section { margin-top: 58px; }
  .hm-section-heading { margin-bottom: 20px; }
  .hm-section-heading h2 { font-size: 24px; }
  .hm-section-heading--row { align-items: center; }
  .hm-categories { gap: 8px; }
  .hm-category-card { padding: 9px 8px 11px; }
  .hm-category-card__name { font-size: 10px; }
  .hm-product-grid { gap: 8px; }
  .hm-product-card__media { aspect-ratio: 1; }
  .hm-product-card__placeholder { width: 56px; height: 56px; }
  .hm-product-card__body { padding: 11px; }
  .hm-product-card__category { font-size: 8px; }
  .hm-product-card h3 { font-size: 10px; }
  .hm-product-card__wish { opacity: 1; transform: none; }
  .hm-product-card__price strong { font-size: 15px; }
  .hm-product-card__cart { width: 31px; height: 31px; }
  .hm-deal { grid-template-columns: 1fr; gap: 24px; padding: 34px 24px; text-align: center; }
  .hm-deal::before { inset-inline-end: -180px; }
  .hm-deal p { margin-inline: auto; }
  .hm-deal__timer { justify-content: center; }
  .hm-deal .hm-button { justify-self: center; }
  .hm-newsletter { grid-template-columns: 1fr; padding: 25px 20px; text-align: center; }
  .hm-newsletter__icon { margin-inline: auto; }
  .hm-newsletter__form { grid-column: auto; flex-direction: column; }
  .hm-footer { margin-top: 70px !important; }
  .hm-footer__logo { width: 200px; }
  .hm-site main > .max-w-7xl.py-10, .hm-site main > .max-w-md.py-14, .hm-site main > .max-w-2xl.py-16 { padding-top: 28px !important; padding-bottom: 28px !important; }
  .hm-site form[action*="/cart/items/"] { flex-wrap: wrap; }
}

@media (max-width: 420px) {
  .hm-header__logo { width: 105px; }
  .hm-header__logo .hm-logo-lockup__mark { width: 31px; height: 34px; }
  .hm-header__logo .hm-logo-lockup__name { font-size: 10px; }
  .hm-language { display: none; }
  .hm-categories { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .hm-product-card__badges { top: 6px; inset-inline-start: 6px; }
  .hm-product-card__wish { top: 5px; inset-inline-end: 5px; width: 28px; height: 28px; }
}

/* Light mode is the default. The dark brand treatment above remains available via the theme control. */
html[data-theme="light"] {
  color-scheme: light;
  background: #fff;
  --hm-black: #fff;
  --hm-ink: #111;
  --hm-surface: #fff;
  --hm-surface-2: #f7f7f7;
  --hm-surface-3: #ededed;
  --hm-text: #151515;
  --hm-muted: #6f6a63;
  --hm-line: rgba(178, 116, 25, .34);
  --hm-line-soft: rgba(178, 116, 25, .17);
  --hm-shadow: 0 22px 60px rgba(57, 40, 14, .12);
}
html[data-theme="dark"] { color-scheme: dark; }
[data-theme="light"] body.hm-site {
  background: #fff;
  color: #151515;
}
[data-theme="light"] ::-webkit-scrollbar-track { background: #f4f4f4; }
[data-theme="light"] ::-webkit-scrollbar-thumb { background: #c79235; }

[data-theme="light"] .hm-announcement { border-bottom-color: #e7dcc8; background: #fff; color: #9a651e; }
[data-theme="light"] .hm-header { border-bottom-color: #ddc9a5; background: rgba(255,255,255,.96); color: #171717; box-shadow: 0 10px 30px rgba(41,31,14,.06); }
[data-theme="light"] .hm-icon-button, [data-theme="light"] .hm-language { color: #2c2a27; }
[data-theme="light"] .hm-icon-button:hover, [data-theme="light"] .hm-language:hover { border-color: var(--hm-line); color: #9a651e; background: rgba(217,164,65,.08); }
[data-theme="light"] .hm-search input { border-color: #dfdfdf; background: #fff; color: #161616; }
[data-theme="light"] .hm-search input::placeholder { color: #88837c; }
[data-theme="light"] .hm-search__icon { color: #625e58; }
[data-theme="light"] .hm-nav { border-top-color: #ededed; background: #fff; }
[data-theme="light"] .hm-nav a { color: #3f3b36; }
[data-theme="light"] .hm-nav a:hover { color: #9a651e; }

/* The hero remains a dark signature media panel in both themes. */
[data-theme="light"] .hm-hero__frame { border-color: rgba(178,116,25,.45); background: #080809; }
[data-theme="light"] .hm-hero__content h1 { color: #f5f0e7; }
[data-theme="light"] .hm-hero__content h1 span { color: var(--hm-gold-light); }
[data-theme="light"] .hm-hero__content p { color: #b8b1a7; }
[data-theme="light"] .hm-button--secondary { border-color: rgba(217,164,65,.45); background: rgba(0,0,0,.08); color: #f5f0e7; }
[data-theme="light"] .hm-button--secondary:hover { border-color: var(--hm-gold); color: var(--hm-gold-light); background: rgba(217,164,65,.08); }

[data-theme="light"] .hm-trust-strip { background: #fff; box-shadow: 0 10px 30px rgba(45,31,10,.035); }
[data-theme="light"] .hm-trust-item strong { color: #1b1a18; }
[data-theme="light"] .hm-trust-item small { color: #77726b; }
[data-theme="light"] .hm-trust-item__icon { color: #a56d1e; }

[data-theme="light"] .hm-category-card { border-color: #eadfc9; background: #fff; box-shadow: 0 8px 25px rgba(52,37,12,.045); }
[data-theme="light"] .hm-category-card:hover { border-color: #d4b57e; background: #fff; box-shadow: 0 16px 38px rgba(58,39,10,.09); }
[data-theme="light"] .hm-category-card__media { background: #f7f7f7; color: #a56d1e; }
[data-theme="light"] .hm-category-card__name { color: #1c1b19; }
[data-theme="light"] .hm-category-card__count { color: #858079; }

[data-theme="light"] .hm-product-card { border-color: #e7dbc4; background: #fff; }
[data-theme="light"] .hm-product-card:hover { border-color: #d1af71; box-shadow: 0 20px 48px rgba(51,34,7,.1); }
[data-theme="light"] .hm-product-card__media { border-bottom-color: #eadfc9; background: radial-gradient(circle at 50% 35%, #fff 0, #f3f3f3 50%, #eaeaea 100%); }
[data-theme="light"] .hm-product-card__placeholder { color: #a9772d; filter: drop-shadow(0 10px 16px rgba(88,60,15,.12)); }
[data-theme="light"] .hm-product-card:hover .hm-product-card__placeholder { color: #bd8129; }
[data-theme="light"] .hm-product-card__badges span { background: rgba(255,255,255,.92); color: #8d5c17; }
[data-theme="light"] .hm-product-card__wish { border-color: #ded8cf; background: rgba(255,255,255,.9); color: #5f5a53; }
[data-theme="light"] .hm-product-card h3 { color: #1d1c1a; }
[data-theme="light"] .hm-product-card__rating small { color: #817b73; }
[data-theme="light"] .hm-product-card__price span { color: #906521; }
[data-theme="light"] .hm-product-card__price del { color: #88827a; }
[data-theme="light"] .hm-product-card__cart { background: #fff; color: #94621b; }

[data-theme="light"] .hm-deal { border-color: rgba(178,116,25,.5); background: linear-gradient(115deg, #0b0b0c, #15120d 56%, #090909); }
[data-theme="light"] .hm-deal h3 { color: var(--hm-gold-light); }
[data-theme="light"] .hm-deal p { color: #aaa39a; }
[data-theme="light"] .hm-deal__timer strong { color: #f5f0e7; }
[data-theme="light"] .hm-deal__timer small { color: #81796f; }

[data-theme="light"] .hm-newsletter { border-color: #dcc69f; background: #fff; box-shadow: 0 12px 34px rgba(53,36,8,.05); }
[data-theme="light"] .hm-newsletter__icon { color: #9a651e; }
[data-theme="light"] .hm-newsletter h3 { color: #171614; }
[data-theme="light"] .hm-newsletter p { color: #6f6a63; }
[data-theme="light"] .hm-newsletter__form input { border-color: #dedede; background: #f7f7f7; color: #171717; }

[data-theme="light"] .hm-footer { border-top-color: #d9bd8a; background: #fff; color: #716c65; }
[data-theme="light"] .hm-footer h4 { color: #191816; }
[data-theme="light"] .hm-footer__about { color: #716c65; }
[data-theme="light"] .hm-footer__contact li { color: #625d56; }
[data-theme="light"] .hm-socials a { border-color: #dfd3bd; color: #514d47; }
[data-theme="light"] .hm-footer__bottom { border-top-color: #eadfc9; color: #777169; }
[data-theme="light"] .hm-payments span { border-color: #ded8cf; color: #514d47; background: #fafafa; }

[data-theme="light"] .hm-site .bg-white { background-color: #fff !important; }
[data-theme="light"] .hm-site .bg-slate-50 { background-color: #f7f7f7 !important; }
[data-theme="light"] .hm-site .bg-slate-100 { background-color: #ededed !important; }
[data-theme="light"] .hm-site .bg-slate-800, [data-theme="light"] .hm-site .bg-slate-900 { background-color: #171717 !important; }
[data-theme="light"] .hm-site .text-slate-900 { color: #181818 !important; }
[data-theme="light"] .hm-site .text-slate-700, [data-theme="light"] .hm-site .text-slate-600 { color: #45413c !important; }
[data-theme="light"] .hm-site .text-slate-500 { color: #6f6a63 !important; }
[data-theme="light"] .hm-site .text-slate-400, [data-theme="light"] .hm-site .text-slate-300 { color: #8b857c !important; }
[data-theme="light"] .hm-site .border-slate-50, [data-theme="light"] .hm-site .border-slate-100, [data-theme="light"] .hm-site .border-slate-200, [data-theme="light"] .hm-site .border-slate-300 { border-color: #e2d6c1 !important; }
[data-theme="light"] .hm-site .divide-slate-100 > :not([hidden]) ~ :not([hidden]) { border-color: #eee4d2 !important; }
[data-theme="light"] .hm-site .bg-brand-50, [data-theme="light"] .hm-site .bg-brand-50\/50, [data-theme="light"] .hm-site .bg-brand-50\/40 { background-color: #f7f7f7 !important; }
[data-theme="light"] .hm-site input:not([type="checkbox"]):not([type="radio"]), [data-theme="light"] .hm-site select, [data-theme="light"] .hm-site textarea { border-color: #dedede !important; background-color: #fff !important; color: #181818 !important; }
[data-theme="light"] .hm-site input::placeholder, [data-theme="light"] .hm-site textarea::placeholder { color: #969087 !important; }
[data-theme="light"] .hm-site label { color: #302d29; }
[data-theme="light"] .hm-site th { color: #805311; }
[data-theme="light"] .hm-site td { border-color: #ece5da; }
[data-theme="light"] .hm-site .card-hover:hover { background: #fff !important; box-shadow: 0 16px 38px rgba(48,32,8,.08); }

.hm-header__logo { width: 54px !important; height: 54px !important; }
.hm-header__logo .hm-brand-mark { display: block; width: 100%; height: 100%; }
.hm-footer__logo { width: 84px !important; height: 84px !important; margin-bottom: 22px; }
.hm-footer__logo .hm-brand-mark { display: block; width: 100%; height: 100%; }
@media (max-width: 767px) {
  .hm-header__logo { width: 44px !important; height: 44px !important; }
}
@media (max-width: 420px) {
  .hm-header__logo { width: 40px !important; height: 40px !important; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}
