:root {
  --ink: #211712;
  --muted: #766a63;
  --paper: #fffdfb;
  --canvas: #fff8f3;
  --peach: #fbe4d5;
  --peach-2: #f7cfb8;
  --accent: #ec741c;
  --accent-dark: #b84e0d;
  --rose: #bd6c60;
  --line: rgba(66, 37, 20, .11);
  --shadow-sm: 0 7px 20px rgba(91, 49, 24, .08);
  --shadow: 0 22px 70px rgba(91, 49, 24, .13);
  --radius-sm: 16px;
  --radius: 26px;
  --radius-lg: 38px;
  --shell: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--canvas); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
body.drawer-open { overflow: hidden; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.shell { width: min(calc(100% - 40px), var(--shell)); margin-inline: auto; }
.sr-only { 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; }
.skip-link { position: fixed; z-index: 999; top: 10px; left: 10px; transform: translateY(-150%); background: var(--ink); color: #fff; padding: 10px 16px; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255, 248, 243, .9); border-bottom: 1px solid transparent; backdrop-filter: blur(18px); }
.site-header.scrolled { border-bottom-color: var(--line); }
.header-inner { min-height: 100px; display: flex; align-items: center; gap: 22px; }
.brand { display: inline-flex; align-items: center; gap: 10px; font-family: Georgia, serif; font-size: 1.2rem; font-weight: 700; letter-spacing: .14em; }
.brand-logo { display: block; width: 82px; height: 82px; object-fit: contain; filter: drop-shadow(0 7px 14px rgba(71, 44, 29, .09)); }
.footer-brand .brand-logo { width: 96px; height: 96px; }
.brand-mark { width: 38px; height: 38px; display: grid; place-items: center; color: #fff; background: var(--accent); border-radius: 13px 13px 13px 4px; letter-spacing: 0; box-shadow: 0 8px 20px rgba(236, 116, 28, .24); }
.welcome-copy { display: none; min-width: 0; }
.desktop-nav { display: flex; align-items: center; gap: 28px; margin-left: auto; font-size: .94rem; font-weight: 650; }
.desktop-nav a { color: #594b44; transition: color .2s ease; }
.desktop-nav a:hover { color: var(--accent); }
.header-actions { display: flex; gap: 10px; margin-left: 10px; }
.icon-button { position: relative; border: 1px solid rgba(74, 45, 29, .08); width: 48px; height: 48px; display: grid; place-items: center; border-radius: 16px; background: rgba(255, 255, 255, .88); box-shadow: var(--shadow-sm); cursor: pointer; transition: transform .2s ease, box-shadow .2s ease; }
.icon-button:hover { transform: translateY(-2px); box-shadow: 0 12px 25px rgba(91, 49, 24, .12); }
.menu-button { display: none; }
.badge, .cart-count, .wishlist-count { position: absolute; min-width: 18px; height: 18px; padding: 0 5px; display: grid; place-items: center; top: -3px; right: -3px; background: var(--accent); color: #fff; border: 2px solid var(--canvas); border-radius: 99px; font-size: .66rem; font-weight: 800; line-height: 1; }

.app-surface { padding-top: 20px; padding-bottom: 78px; }
.hero { position: relative; min-height: 470px; display: grid; align-items: center; overflow: hidden; border-radius: var(--radius-lg); background: #f7dbc8 url("hero-beauty.png") center/cover no-repeat; box-shadow: var(--shadow); isolation: isolate; }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(255, 249, 245, .99) 0%, rgba(255, 247, 241, .92) 35%, rgba(255, 246, 239, .18) 64%, transparent 100%); }
.hero-content { width: min(560px, 54%); padding: 58px 64px; }
.eyebrow, .section-kicker { display: inline-block; color: var(--accent-dark); text-transform: uppercase; letter-spacing: .12em; font-size: .78rem; font-weight: 800; }
.eyebrow { padding: 8px 13px; border-radius: 999px; background: rgba(255, 255, 255, .82); box-shadow: 0 6px 18px rgba(91, 49, 24, .07); }
h1, h2 { font-family: Georgia, "Times New Roman", serif; letter-spacing: -.035em; margin: 0; }
h1 { margin-top: 18px; font-size: clamp(2.8rem, 5vw, 5.2rem); line-height: .98; font-weight: 500; }
h1 em { color: var(--rose); font-style: italic; font-weight: 400; }
.hero p { max-width: 440px; margin: 22px 0 28px; color: #66574f; font-size: 1.08rem; }
.primary-button, .secondary-button { width: fit-content; min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; padding: 0 20px 0 24px; border: 0; border-radius: 999px; font-weight: 800; cursor: pointer; }
.primary-button { background: var(--accent); color: #fff; box-shadow: 0 12px 26px rgba(236, 116, 28, .27); }
.primary-button svg, .secondary-button svg { width: 18px; height: 18px; }
.carousel-dots { display: flex; justify-content: center; gap: 8px; padding: 18px 0 2px; }
.carousel-dots span { width: 7px; height: 7px; border-radius: 99px; background: #e9d8cc; }
.carousel-dots .active { width: 26px; background: var(--accent); }

.discovery { position: relative; display: grid; grid-template-columns: 1fr auto; gap: 12px; margin-top: 28px; }
.search-wrap { min-width: 0; min-height: 64px; display: flex; align-items: center; gap: 14px; padding: 0 22px; border: 1px solid rgba(70, 39, 23, .07); border-radius: 21px; background: #fff; box-shadow: var(--shadow-sm); }
.search-wrap > svg { color: #7a6f68; flex: 0 0 auto; }
.search-wrap input { width: 100%; min-width: 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 1rem; }
.search-wrap input::placeholder { color: #9c918a; }
.clear-search { width: 36px; height: 36px; border: 0; border-radius: 50%; background: #f8eee8; cursor: pointer; }
.clear-search svg { width: 17px; height: 17px; vertical-align: middle; }
.filter-button { min-width: 126px; border: 1px solid rgba(70, 39, 23, .07); border-radius: 21px; background: #fff; display: flex; align-items: center; justify-content: center; gap: 9px; box-shadow: var(--shadow-sm); cursor: pointer; font-weight: 750; }
.filter-panel { position: absolute; top: calc(100% + 10px); right: 0; z-index: 10; width: 270px; padding: 18px; background: #fff; border: 1px solid var(--line); border-radius: 18px; box-shadow: var(--shadow); }
.filter-panel label { display: block; margin-bottom: 8px; font-size: .8rem; color: var(--muted); font-weight: 700; }
.filter-panel select { width: 100%; padding: 10px 12px; border: 1px solid var(--line); border-radius: 11px; background: #fffaf7; outline-color: var(--accent); }

.categories-section { margin-top: 28px; }
.category-list { display: grid; grid-template-columns: repeat(7, 1fr); gap: 12px; }
.category-card { min-width: 0; border: 1px solid transparent; border-radius: 21px; background: rgba(255, 255, 255, .7); padding: 14px 10px; cursor: pointer; transition: .2s ease; }
.category-card:hover, .category-card.active { transform: translateY(-3px); border-color: rgba(236, 116, 28, .2); background: #fff; box-shadow: var(--shadow-sm); }
.category-icon { width: 54px; height: 54px; display: grid; place-items: center; margin: 0 auto 8px; border-radius: 50%; background: linear-gradient(145deg, #ffe5d6, #fff8f2); color: var(--accent-dark); font-family: Georgia, serif; font-size: 1.4rem; }
.category-card span:last-child { display: block; overflow: hidden; color: #3c302a; font-size: .86rem; font-weight: 700; text-overflow: ellipsis; white-space: nowrap; }

.products-section { margin-top: 54px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.section-heading h2 { margin-top: 3px; font-size: clamp(2rem, 3vw, 2.8rem); line-height: 1.05; }
.text-button { border: 0; background: transparent; color: var(--accent-dark); display: inline-flex; align-items: center; gap: 7px; cursor: pointer; font-weight: 800; }
.text-button svg { width: 17px; height: 17px; }
.status-line { min-height: 22px; margin-bottom: 8px; color: var(--muted); font-size: .88rem; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.product-card { min-width: 0; overflow: hidden; border: 1px solid rgba(73, 43, 27, .08); border-radius: 24px; background: #fff; box-shadow: 0 12px 34px rgba(78, 42, 21, .075); transition: transform .25s ease, box-shadow .25s ease; }
.product-card:hover { transform: translateY(-6px); box-shadow: 0 22px 46px rgba(78, 42, 21, .13); }
.product-image { position: relative; aspect-ratio: 1.1; margin: 10px 10px 0; border: 1px solid rgba(190, 126, 92, .22); border-radius: 18px 18px 0 0; background-color: #fbede4; background-repeat: no-repeat; background-size: 190% auto; overflow: hidden; box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .5); }
.product-image::after { content: ""; position: absolute; inset: auto 12% 0; height: 18%; border-radius: 50%; background: rgba(109, 65, 39, .08); filter: blur(13px); }
.product-badge { position: absolute; z-index: 2; top: 13px; left: 13px; padding: 6px 9px; border-radius: 999px; background: rgba(255, 255, 255, .88); color: var(--accent-dark); font-size: .7rem; font-weight: 800; backdrop-filter: blur(8px); }
.product-badge:empty { display: none; }
.favorite-button { position: absolute; z-index: 3; top: 11px; right: 11px; width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 50%; background: rgba(255, 255, 255, .9); cursor: pointer; }
.favorite-button svg { width: 19px; height: 19px; }
.favorite-button.active { color: #c74646; }
.favorite-button.active svg { fill: currentColor; }
.product-info { padding: 17px 18px 18px; }
.product-category { color: var(--accent-dark); font-size: .72rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-card h3 { margin: 5px 0 1px; overflow: hidden; font-family: Georgia, serif; font-size: 1.12rem; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.product-subtitle { margin: 0; color: var(--muted); font-size: .78rem; }
.rating { display: flex; align-items: center; gap: 6px; margin-top: 9px; }
.stars { color: #eca522; font-size: .7rem; letter-spacing: 1px; }
.rating-copy { color: #8b7c74; font-size: .72rem; }
.product-bottom { display: flex; align-items: end; justify-content: space-between; gap: 10px; margin-top: 12px; }
.price-wrap { display: flex; align-items: baseline; gap: 6px; flex-wrap: wrap; }
.price { font-size: 1.04rem; }
.old-price { color: #a5968d; font-size: .78rem; }
.add-button { width: 40px; height: 40px; flex: 0 0 auto; display: grid; place-items: center; border: 0; border-radius: 50%; background: var(--accent); color: #fff; cursor: pointer; box-shadow: 0 8px 18px rgba(236, 116, 28, .26); transition: transform .2s ease; }
.add-button:hover { transform: scale(1.08); }
.add-button svg { width: 19px; height: 19px; }

.offer { position: relative; min-height: 300px; display: flex; align-items: center; overflow: hidden; margin-top: 48px; border-radius: 32px; background: #f9d3bd url("offer-beauty.png") center/cover no-repeat; box-shadow: var(--shadow-sm); }
.offer::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(255, 244, 237, .98) 0%, rgba(255, 243, 235, .85) 42%, transparent 68%); }
.offer-content { position: relative; z-index: 2; width: 52%; padding: 42px 50px; }
.offer h2 { margin-top: 5px; font-size: clamp(2.1rem, 4vw, 3.8rem); }
.offer p { margin: 8px 0 22px; color: var(--muted); }
.secondary-button { background: rgba(255, 255, 255, .9); color: var(--accent-dark); box-shadow: var(--shadow-sm); }
.discount-seal { position: absolute; z-index: 3; right: 5%; bottom: 11%; width: 112px; height: 112px; display: grid; align-content: center; text-align: center; border-radius: 50%; background: rgba(255, 255, 255, .94); color: var(--accent-dark); box-shadow: var(--shadow-sm); }
.discount-seal strong { font-family: Georgia, serif; font-size: 2rem; line-height: 1; }
.discount-seal span { margin-top: 5px; font-size: .68rem; font-weight: 900; letter-spacing: .1em; }

.site-footer { border-top: 1px solid var(--line); background: #fffaf6; }
.footer-inner { min-height: 190px; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 30px; padding-block: 30px; }
.footer-inner p { margin: 12px 0 0; color: var(--muted); }
.footer-links { display: flex; gap: 24px; font-weight: 700; }
.footer-links a:hover { color: var(--accent); }
.footer-inner > small { grid-column: 1 / -1; color: #92857d; }
.mobile-nav { display: none; }

.drawer-backdrop { position: fixed; inset: 0; z-index: 90; background: rgba(30, 18, 12, .34); backdrop-filter: blur(3px); }
.cart-drawer { position: fixed; z-index: 100; top: 0; right: 0; width: min(440px, 94vw); height: 100dvh; display: flex; flex-direction: column; padding: 26px; background: var(--paper); box-shadow: -20px 0 60px rgba(49, 28, 17, .2); transform: translateX(105%); transition: transform .3s cubic-bezier(.2, .8, .2, 1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.drawer-header h2 { margin-top: 2px; font-size: 2.1rem; }
.cart-items { flex: 1; overflow-y: auto; padding: 12px 0; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; gap: 12px; align-items: center; padding: 13px 0; border-bottom: 1px solid var(--line); }
.cart-thumb { width: 74px; aspect-ratio: 1; border-radius: 15px; background-repeat: no-repeat; background-size: 190% auto; }
.cart-item h3 { margin: 0 0 4px; font-family: Georgia, serif; font-size: 1rem; }
.cart-item p { margin: 0; color: var(--muted); font-size: .82rem; }
.quantity { display: flex; align-items: center; gap: 5px; margin-top: 8px; }
.quantity button { width: 28px; height: 28px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 9px; background: #fff; cursor: pointer; }
.quantity svg { width: 14px; height: 14px; }
.quantity span { min-width: 24px; text-align: center; font-size: .84rem; font-weight: 800; }
.cart-empty { flex: 1; display: none; place-content: center; justify-items: center; gap: 10px; color: var(--muted); text-align: center; }
.cart-empty.visible { display: grid; }
.cart-footer { padding-top: 20px; border-top: 1px solid var(--line); }
.cart-footer > div { display: flex; justify-content: space-between; font-size: 1.1rem; }
.cart-total { font-size: 1.35rem; }
.checkout-button { width: 100%; min-height: 54px; margin-top: 17px; border: 0; border-radius: 16px; background: var(--ink); color: #fff; font-weight: 800; cursor: pointer; }
.cart-footer small { display: block; margin-top: 9px; color: var(--muted); text-align: center; }
.toast { position: fixed; z-index: 120; left: 50%; bottom: 28px; max-width: calc(100% - 30px); padding: 12px 18px; border-radius: 999px; background: var(--ink); color: #fff; box-shadow: var(--shadow); font-size: .88rem; font-weight: 700; opacity: 0; pointer-events: none; transform: translate(-50%, 14px); transition: .25s ease; }
.toast.show { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 920px) {
  .shell { width: min(calc(100% - 30px), var(--shell)); }
  .desktop-nav { display: none; }
  .welcome-copy { display: flex; flex-direction: column; margin-right: auto; line-height: 1.25; }
  .welcome-copy span { color: var(--muted); font-size: .78rem; }
  .welcome-copy strong { font-family: Georgia, serif; font-size: 1.3rem; }
  .welcome-copy small { color: var(--muted); font-size: .7rem; }
  .brand > span:last-child { display: none; }
  .hero { min-height: 420px; }
  .hero-content { width: 62%; padding: 44px; }
  .product-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 680px) {
  body { padding-bottom: calc(78px + env(safe-area-inset-bottom)); }
  .shell { width: min(calc(100% - 24px), var(--shell)); }
  .site-header { background: rgba(255, 250, 246, .94); }
  .header-inner { min-height: 82px; gap: 10px; }
  .menu-button { display: grid; }
  .brand { display: none; }
  .welcome-copy { overflow: hidden; }
  .welcome-copy span, .welcome-copy small { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
  .welcome-copy strong { font-size: 1.22rem; }
  .notification-button { display: none; }
  .icon-button { width: 44px; height: 44px; border-radius: 15px; }
  .header-actions { flex: 0 0 auto; margin-left: 0; }
  .app-surface { padding-top: 8px; padding-bottom: 36px; }
  .hero { min-height: 375px; border-radius: 30px; background-position: 62% center; }
  .hero::after { background: linear-gradient(90deg, rgba(255, 249, 245, .98) 0%, rgba(255, 247, 241, .86) 52%, rgba(255, 246, 239, .04) 83%); }
  .hero-content { width: 69%; padding: 30px 22px; }
  .eyebrow { padding: 7px 10px; font-size: .65rem; }
  h1 { margin-top: 14px; font-size: clamp(2.15rem, 10vw, 3.25rem); }
  .hero p { margin: 15px 0 20px; font-size: .9rem; line-height: 1.45; }
  .primary-button { min-height: 46px; padding-inline: 18px 14px; font-size: .85rem; }
  .carousel-dots { padding-top: 14px; }
  .discovery { margin-top: 18px; }
  .search-wrap { min-height: 58px; padding-inline: 17px; border-radius: 19px; }
  .filter-button { min-width: 58px; width: 58px; border-radius: 19px; }
  .filter-button span { display: none; }
  .filter-panel { width: min(270px, calc(100vw - 24px)); }
  .categories-section { margin-top: 20px; }
  .category-list { display: flex; gap: 9px; overflow-x: auto; margin-right: -12px; padding: 3px 12px 10px 0; scroll-snap-type: x proximity; scrollbar-width: none; }
  .category-list::-webkit-scrollbar { display: none; }
  .category-card { min-width: 82px; padding: 9px 6px; scroll-snap-align: start; background: transparent; }
  .category-card:hover, .category-card.active { transform: none; box-shadow: none; background: rgba(255,255,255,.76); }
  .category-icon { width: 56px; height: 56px; margin-bottom: 6px; }
  .category-card span:last-child { font-size: .73rem; }
  .products-section { margin-top: 30px; }
  .section-heading { margin-bottom: 14px; }
  .section-heading h2 { font-size: 1.78rem; }
  .section-kicker { font-size: .68rem; }
  .show-all { font-size: .78rem; }
  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  .product-card { border-radius: 19px; }
  .product-image { aspect-ratio: .98; margin: 8px 8px 0; border-radius: 15px 15px 0 0; background-size: 205% auto; }
  .product-badge { top: 8px; left: 8px; padding: 4px 6px; font-size: .58rem; }
  .favorite-button { top: 7px; right: 7px; width: 33px; height: 33px; }
  .favorite-button svg { width: 17px; height: 17px; }
  .product-info { padding: 12px 12px 13px; }
  .product-category { font-size: .62rem; }
  .product-card h3 { font-size: .95rem; }
  .product-subtitle { min-height: 32px; font-size: .7rem; line-height: 1.35; }
  .rating { gap: 4px; margin-top: 6px; }
  .stars { font-size: .58rem; letter-spacing: 0; }
  .rating-copy { font-size: .6rem; }
  .product-bottom { margin-top: 9px; }
  .price { font-size: .88rem; }
  .old-price { display: none; }
  .add-button { width: 34px; height: 34px; }
  .offer { min-height: 250px; margin-top: 30px; border-radius: 25px; background-position: 59% center; }
  .offer::after { background: linear-gradient(90deg, rgba(255, 244, 237, .98) 0%, rgba(255, 243, 235, .83) 49%, transparent 78%); }
  .offer-content { width: 66%; padding: 30px 20px; }
  .offer h2 { font-size: 2rem; line-height: 1; }
  .offer p { margin: 8px 0 16px; font-size: .82rem; }
  .secondary-button { min-height: 44px; padding-inline: 15px 12px; font-size: .76rem; }
  .discount-seal { right: 3%; bottom: 8%; width: 76px; height: 76px; }
  .discount-seal strong { font-size: 1.45rem; }
  .discount-seal span { font-size: .52rem; }
  .site-footer { display: none; }
  .mobile-nav { position: fixed; z-index: 70; left: 8px; right: 8px; bottom: 8px; min-height: 70px; display: grid; grid-template-columns: repeat(5, 1fr); padding: 7px 5px calc(7px + env(safe-area-inset-bottom)); border: 1px solid rgba(71, 43, 28, .08); border-radius: 23px; background: rgba(255, 253, 251, .95); box-shadow: 0 15px 50px rgba(60, 32, 18, .2); backdrop-filter: blur(18px); }
  .mobile-nav a, .mobile-nav button { min-width: 0; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 3px; border: 0; background: transparent; color: #84776f; cursor: pointer; font-size: .59rem; }
  .mobile-nav svg { width: 21px; height: 21px; }
  .mobile-nav .active { color: var(--accent); font-weight: 800; }
  .nav-icon { position: relative; display: inline-flex; }
  .mobile-nav .cart-count, .mobile-nav .wishlist-count { top: -7px; right: -10px; border-color: #fff; }
  .toast { bottom: 96px; }
}

@media (max-width: 390px) {
  .welcome-copy small { display: none; }
  .hero-content { width: 73%; }
  .product-grid { gap: 8px; }
  .stars { letter-spacing: -1px; }
}

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

/* CHARME pink storefront redesign — v6 */
:root{--ink:#171525;--muted:#6f6874;--paper:#fff;--canvas:#fffafd;--peach:#ffe4ee;--peach-2:#ffc6da;--accent:#e92970;--accent-dark:#b81756;--rose:#e92970;--line:rgba(35,25,43,.09);--shadow-sm:0 8px 24px rgba(153,41,89,.09);--shadow:0 24px 70px rgba(172,39,94,.16);--radius-sm:14px;--radius:22px;--radius-lg:28px;--shell:1420px}
body{background:var(--canvas);color:var(--ink)}
.site-header{background:rgba(255,250,253,.94);border-bottom-color:rgba(233,41,112,.08)}
.header-inner{min-height:104px}
.brand-logo{width:88px;height:88px;filter:drop-shadow(0 7px 16px rgba(180,30,91,.11))}
.welcome-copy{display:none!important}
.desktop-nav{gap:30px;margin-left:auto;font-weight:700}
.desktop-nav a{position:relative;color:#24202a}
.desktop-nav a:hover,.desktop-nav a.active{color:var(--accent)}
.desktop-nav a.active::after{content:"";position:absolute;left:0;right:0;bottom:-15px;height:2px;background:var(--accent);border-radius:99px}
.header-actions{margin-left:8px}.icon-button{border-radius:50%;box-shadow:none}.cart-button{background:var(--accent);color:#fff}.cart-button .cart-count{background:#fff;color:var(--accent);border-color:var(--accent)}
.app-surface{display:flex;flex-direction:column;padding-top:12px;padding-bottom:70px}
.hero{order:1;min-height:570px;border-radius:var(--radius-lg);background:#fac9da url("charme-hero-pink-v2.png") center/cover no-repeat;box-shadow:0 18px 50px rgba(194,39,99,.14)}
.hero::after{background:linear-gradient(90deg,rgba(255,248,251,.95) 0%,rgba(255,241,247,.77) 38%,rgba(255,239,246,.04) 65%,transparent 100%)}
.hero-content{width:min(650px,52%);padding:64px 54px}
.eyebrow{color:#b91c58;text-transform:none;letter-spacing:0;font-size:.92rem;background:rgba(255,255,255,.88);border:1px solid rgba(233,41,112,.15);box-shadow:0 8px 22px rgba(184,23,86,.08)}
h1,h2{font-family:Inter,ui-sans-serif,system-ui,sans-serif;letter-spacing:-.045em}
h1{margin-top:25px;max-width:650px;font-size:clamp(3rem,5vw,5.4rem);line-height:1.02;font-weight:850}
h1 em{color:var(--accent);font-style:normal;font-weight:850}.hero p{max-width:470px;color:#5f5664;font-size:1.12rem}
.hero-actions{display:flex;flex-wrap:wrap;gap:14px}.primary-button,.secondary-button{border-radius:10px}.primary-button{background:var(--accent);box-shadow:0 13px 28px rgba(233,41,112,.27)}.hero-secondary{background:#fff;color:#201925;box-shadow:var(--shadow-sm)}
.original-seal{position:absolute;right:5%;bottom:14%;z-index:2;width:142px;height:142px;display:grid;place-content:center;text-align:center;border-radius:50%;background:rgba(255,255,255,.92);color:#16111b;box-shadow:0 18px 40px rgba(112,20,59,.15)}
.original-seal::before{content:"❧";color:var(--accent);font-size:1.55rem;line-height:1}.original-seal strong{font-size:1.75rem;line-height:1.05}.original-seal span{max-width:86px;font-size:.7rem;font-weight:750}
.trust-strip{order:2;position:relative;z-index:3;display:grid;grid-template-columns:repeat(4,1fr);margin:-36px 24px 0;padding:25px 28px;border:1px solid rgba(233,41,112,.08);border-radius:18px;background:#fff;box-shadow:0 17px 42px rgba(143,30,77,.11)}
.trust-strip>div{display:flex;align-items:center;gap:14px;min-width:0;padding:0 20px;border-right:1px solid rgba(233,41,112,.1)}.trust-strip>div:last-child{border-right:0}.trust-strip b{color:var(--accent);font-size:1.9rem;font-weight:500}.trust-strip span{display:flex;min-width:0;flex-direction:column}.trust-strip strong{font-size:.92rem}.trust-strip small{overflow:hidden;color:var(--muted);font-size:.75rem;text-overflow:ellipsis;white-space:nowrap}
.discovery{order:3;margin-top:34px}.search-wrap,.filter-button{border-color:rgba(233,41,112,.1);border-radius:14px;box-shadow:var(--shadow-sm)}.filter-button{color:var(--accent-dark)}
.categories-section{order:4;margin-top:42px}.section-heading.compact{align-items:center;margin-bottom:20px}.section-heading.compact h2{font-size:clamp(1.75rem,3vw,2.35rem);font-weight:800}.section-heading.compact .text-button{color:var(--accent)}
.category-list{grid-template-columns:repeat(7,1fr);gap:14px}.category-card{overflow:hidden;min-height:190px;padding:0 0 15px;border-color:rgba(233,41,112,.08);border-radius:16px;background:#fff;box-shadow:var(--shadow-sm)}.category-card:hover,.category-card.active{border-color:rgba(233,41,112,.28);box-shadow:0 16px 34px rgba(170,33,89,.13)}
.category-icon{width:100%;height:132px;margin:0 0 13px;border-radius:0;background-color:#ffe8f0;background-image:url("hero-beauty.png");background-position:73% 57%;background-repeat:no-repeat;background-size:230% auto;color:transparent}.category-card:nth-child(2) .category-icon{background-position:36% 60%}.category-card:nth-child(3) .category-icon{background-image:url("offer-beauty.png");background-position:76% 48%}.category-card:nth-child(4) .category-icon{background-position:61% 42%}.category-card:nth-child(5) .category-icon{background-image:url("offer-beauty.png");background-position:48% 55%}.category-card:nth-child(6) .category-icon{background-position:90% 52%}.category-card:nth-child(7) .category-icon{background-image:url("offer-beauty.png");background-position:18% 50%}.category-card span:last-child{color:#27202b;font-size:.86rem}
.offer{order:5;min-height:280px;margin-top:42px;border-radius:20px;background-color:#e93172;background-image:url("offer-beauty.png");background-position:13% 52%}.offer::after{background:linear-gradient(90deg,rgba(224,26,99,.1),rgba(227,30,104,.82) 45%,rgba(227,30,104,.98) 100%)}.offer-content{width:53%;margin-left:auto;padding:43px 55px;color:#fff}.offer .section-kicker,.offer p{color:#fff}.offer h2{font-family:Inter,sans-serif;font-size:clamp(2.5rem,4vw,4rem);font-weight:850}.offer .secondary-button{background:#fff;color:var(--accent-dark)}.discount-seal{left:4%;right:auto;background:#fff;color:var(--accent)}
.products-section{order:6;margin-top:44px}.section-heading h2{font-family:Inter,sans-serif;font-weight:820}.product-grid{grid-template-columns:repeat(5,1fr);gap:16px}.product-card{border-radius:14px;box-shadow:var(--shadow-sm)}.product-card:hover{box-shadow:0 18px 38px rgba(164,31,84,.14)}.product-image{margin:0;border:0;border-bottom:1px solid rgba(233,41,112,.08);border-radius:14px 14px 0 0;background-color:#fff4f8}.product-info{padding:15px 15px 16px}.product-category{color:var(--accent-dark)}.product-card h3{font-family:Inter,sans-serif;font-size:1rem;font-weight:760}.stars{color:#f5a623}.add-button{width:auto;min-width:105px;padding:0 12px;gap:7px;border-radius:7px;background:var(--accent)}.add-button::after{content:"Shto";font-size:.75rem;font-weight:800}
.site-footer{background:#241520}.footer-brand .brand-logo{border-radius:50%;background:#fff}.mobile-nav .active{color:var(--accent)}
@media(max-width:1100px){.desktop-nav{gap:18px;font-size:.84rem}.hero{min-height:500px}.hero-content{width:58%;padding:48px 38px}.trust-strip{margin-inline:14px;padding-inline:12px}.trust-strip>div{padding-inline:10px}.category-list{grid-template-columns:repeat(4,1fr)}.product-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.site-header{background:rgba(255,250,253,.96)}.brand{display:inline-flex}.brand-logo{width:64px;height:64px}.header-inner{justify-content:space-between}.menu-button{display:none}.hero{min-height:470px;border-radius:24px;background-position:65% center}.hero::after{background:linear-gradient(90deg,rgba(255,248,251,.96),rgba(255,241,247,.75) 58%,rgba(255,239,246,.1))}.hero-content{width:72%;padding:30px 20px}h1{font-size:clamp(2.2rem,10vw,3.3rem)}.hero p{font-size:.9rem}.hero-secondary{display:none}.original-seal{right:4%;bottom:6%;width:92px;height:92px}.original-seal strong{font-size:1.2rem}.original-seal span{font-size:.55rem}.original-seal::before{font-size:1rem}.trust-strip{grid-template-columns:repeat(2,1fr);gap:14px 0;margin:-18px 8px 0;padding:18px 10px}.trust-strip>div{padding-inline:10px;border-right:0}.trust-strip strong{font-size:.74rem}.trust-strip small{font-size:.62rem}.trust-strip b{font-size:1.3rem}.discovery{margin-top:25px}.category-list{display:flex;gap:10px}.category-card{min-width:142px;min-height:160px}.category-icon{height:108px}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.add-button{min-width:34px;padding:0}.add-button::after{display:none}.offer{min-height:225px;background-position:22% center}.offer-content{width:67%;padding:28px 18px}.offer h2{font-size:2rem}.discount-seal{display:none}}

/* Reference completion — v7 */
.header-search{width:min(250px,18vw);height:46px;display:flex;align-items:center;gap:9px;margin-left:4px;padding:0 15px;border:1px solid rgba(233,41,112,.1);border-radius:23px;background:#fff;box-shadow:0 7px 20px rgba(153,41,89,.06)}
.header-search svg{width:18px;height:18px;color:var(--accent)}
.header-search input{width:100%;min-width:0;border:0;outline:0;background:transparent;color:var(--ink);font-size:.82rem}
.header-search input::placeholder{color:#9a909d}
.discovery{display:none}
.category-list{grid-template-columns:repeat(5,1fr)}
.category-card:first-child,.category-card:last-child{display:none}
.category-card .category-name{display:block;color:#27202b;font-size:.9rem;font-weight:800}
.category-card small{display:block;margin-top:2px;color:var(--muted);font-size:.7rem}
.products-section .section-kicker{display:none}
.products-section .section-heading{align-items:center;margin-bottom:12px}
.products-section .status-line{display:none}
.product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}
.product-card h3{margin-top:7px;white-space:normal;min-height:2.5em}
.product-subtitle{min-height:1.3em}
.product-bottom{display:grid;grid-template-columns:1fr;align-items:stretch;gap:11px;margin-top:13px}
.price-wrap{min-height:24px}
.add-button{width:100%;height:38px;display:flex;align-items:center;justify-content:center;min-width:0;padding:0 10px;gap:7px;border-radius:7px;box-shadow:0 7px 15px rgba(233,41,112,.22)}
.add-button span{display:inline;font-size:.72rem;font-weight:800}
.add-button::after{display:none}
.add-button svg{width:16px;height:16px}
.bottom-benefits{order:7;display:grid;grid-template-columns:repeat(4,1fr);margin-top:38px;padding:22px 26px;border:1px solid rgba(233,41,112,.09);border-radius:14px;background:#fff1f6}
.bottom-benefits>div{display:flex;align-items:center;gap:13px;padding:0 18px;border-right:1px solid rgba(233,41,112,.11)}
.bottom-benefits>div:last-child{border-right:0}
.bottom-benefits b{color:var(--accent);font-size:1.65rem;font-weight:500}
.bottom-benefits span{display:flex;min-width:0;flex-direction:column}
.bottom-benefits strong{font-size:.84rem}
.bottom-benefits small{color:var(--muted);font-size:.7rem}
@media(max-width:1180px){
.header-search{display:none}
.category-list{grid-template-columns:repeat(5,1fr)}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:680px){
.discovery{display:grid;order:3}
.category-list{display:flex}
.category-card:first-child,.category-card:last-child{display:block}
.category-card .category-name{font-size:.76rem}
.category-card small{font-size:.63rem}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-card h3{min-height:2.35em;font-size:.9rem}
.add-button{height:34px}
.add-button span{display:none}
.bottom-benefits{grid-template-columns:repeat(2,1fr);gap:15px 0;margin-top:28px;padding:18px 10px}
.bottom-benefits>div{padding:0 9px;border-right:0}
.bottom-benefits strong{font-size:.72rem}
.bottom-benefits small{font-size:.62rem}
.bottom-benefits b{font-size:1.25rem}
}

/* Large catalog support — v8 */
.products-section .status-line{display:block;min-height:22px;margin:0 0 16px;color:var(--muted);font-size:.86rem}
.catalog-pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:34px}
.catalog-pagination[hidden]{display:none}
.catalog-pagination button{min-height:44px;padding:0 18px;border:1px solid rgba(233,41,112,.16);border-radius:10px;background:#fff;color:var(--accent-dark);font-weight:800;cursor:pointer;box-shadow:var(--shadow-sm)}
.catalog-pagination button:hover:not(:disabled){background:var(--accent);color:#fff}
.catalog-pagination button:disabled{opacity:.42;cursor:not-allowed;box-shadow:none}
.page-summary{min-width:170px;text-align:center;color:var(--muted);font-size:.86rem;font-weight:700}
@media(max-width:680px){
.products-section .status-line{font-size:.74rem;margin-bottom:11px}
.catalog-pagination{gap:8px;margin-top:22px}
.catalog-pagination button{min-height:40px;padding:0 12px;font-size:.72rem}
.page-summary{min-width:120px;font-size:.7rem}
}

/* Marketplace catalog architecture — v9 */
body{background:#fff;color:#17131a}
body.filters-open{overflow:hidden}
.promo-bar{min-height:38px;display:flex;align-items:center;justify-content:center;gap:18px;padding:7px 20px;background:#21151f;color:#fff;font-size:.78rem;letter-spacing:.01em}
.promo-bar strong{color:#ff77a9;font-size:.72rem;letter-spacing:.1em}
.promo-bar a{color:#fff;text-decoration:underline;text-underline-offset:3px;font-weight:800}
.site-header{position:sticky;top:0;background:rgba(255,255,255,.97);border-bottom:1px solid #e7e2e6}
.header-inner{min-height:88px;gap:18px}
.brand-logo{width:78px;height:78px}
.header-search{order:0;flex:1;width:auto;max-width:680px;height:48px;margin-left:auto;border:1px solid #b9b1b7;border-radius:3px;background:#fff;box-shadow:none}
.header-search:focus-within{border-color:#222;box-shadow:0 0 0 1px #222}
.header-search svg{color:#302830}
.header-search input{font-size:.92rem}
.header-actions{margin-left:0}
.header-actions .icon-button{width:44px;height:44px;border:0;background:#fff;color:#221921}
.header-actions .cart-button{background:#e92970;color:#fff}
.header-actions .badge,.header-actions .cart-count,.header-actions .wishlist-count{top:-2px;right:-4px}
.department-nav{height:48px;display:flex;align-items:stretch;justify-content:center;gap:0;border-top:1px solid #eee9ec}
.department-nav button{position:relative;min-width:0;padding:0 24px;border:0;background:transparent;color:#2b252b;font-size:.84rem;font-weight:750;cursor:pointer}
.department-nav button:hover,.department-nav button.active{color:#d91d63}
.department-nav button.active::after{content:"";position:absolute;left:22px;right:22px;bottom:0;height:3px;background:#e92970}
.department-nav .sale-link{color:#d91d63}
.app-surface{padding-top:18px}
.hero{min-height:510px;border-radius:4px;box-shadow:none}
.trust-strip{margin:-28px 28px 0;border-radius:4px}
.discovery{display:none}
.categories-section{margin-top:38px}
.category-card:first-child,.category-card:last-child{display:block}
.category-list{grid-template-columns:repeat(7,1fr);gap:12px}
.category-card{min-height:166px;border-radius:4px}
.category-icon{height:112px}
.offer{border-radius:4px}
.products-section{margin-top:56px}
.breadcrumbs{display:flex;align-items:center;gap:9px;margin-bottom:18px;color:#716970;font-size:.78rem}
.breadcrumbs a{text-decoration:underline;text-underline-offset:3px}
.catalog-title-row{display:flex;align-items:end;justify-content:space-between;gap:20px;padding-bottom:24px;border-bottom:1px solid #ddd7dc}
.catalog-title-row h2{font-size:clamp(2.2rem,4vw,3.8rem);font-weight:850}
.catalog-intro{margin:7px 0 0;color:#6f6870}
.catalog-total{padding-bottom:5px;color:#5f575e;font-size:.9rem;font-weight:750}
.catalog-toolbar{position:sticky;top:136px;z-index:20;display:flex;align-items:center;gap:12px;min-height:70px;padding:11px 0;border-bottom:1px solid #ded9dd;background:rgba(255,255,255,.96);backdrop-filter:blur(12px)}
.catalog-filter-trigger{display:none;align-items:center;gap:8px;min-height:44px;padding:0 15px;border:1px solid #bcb4ba;border-radius:3px;background:#fff;font-weight:800}
.active-filters{display:flex;align-items:center;gap:7px;flex:1;overflow-x:auto}
.active-filters button{display:inline-flex;align-items:center;gap:8px;min-height:34px;padding:0 11px;border:1px solid #cfc7cc;border-radius:99px;background:#fff;color:#3c343a;font-size:.75rem;white-space:nowrap;cursor:pointer}
.active-filters button span{font-size:1rem}
.sort-control{display:flex;align-items:center;gap:9px;color:#514950;font-size:.78rem;font-weight:700}
.sort-control select{min-width:195px;height:44px;padding:0 35px 0 12px;border:1px solid #aaa2a8;border-radius:3px;background:#fff}
.view-toggle{display:flex;border:1px solid #bdb5bb;border-radius:3px;overflow:hidden}
.view-toggle button{width:43px;height:42px;display:grid;place-items:center;border:0;border-right:1px solid #d9d3d7;background:#fff;cursor:pointer}
.view-toggle button:last-child{border-right:0}
.view-toggle button.active{background:#241922;color:#fff}
.catalog-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:34px;margin-top:22px}
.catalog-filters{position:relative}
.filter-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:0 0 15px;border-bottom:1px solid #ded9dd}
.filter-drawer-head strong{font-size:1.05rem}
.close-filters{display:none;border:0;background:transparent}
.clear-all-filters{margin:14px 0 4px;padding:0;border:0;background:transparent;color:#b81756;text-decoration:underline;font-size:.78rem;font-weight:800;cursor:pointer}
.catalog-filters details{border-bottom:1px solid #ded9dd}
.catalog-filters summary{min-height:57px;display:flex;align-items:center;justify-content:space-between;list-style:none;font-weight:820;cursor:pointer}
.catalog-filters summary::-webkit-details-marker{display:none}
.catalog-filters summary svg{width:17px;height:17px;transition:transform .2s}
.catalog-filters details[open] summary svg{transform:rotate(180deg)}
.facet-options{display:grid;gap:10px;padding:0 0 17px}
.facet-options label,.facet-check{display:grid;grid-template-columns:18px 1fr auto;align-items:center;gap:9px;color:#453d43;font-size:.84rem;cursor:pointer}
.facet-options input,.facet-check input{width:17px;height:17px;accent-color:#e92970}
.facet-options small{color:#888087}
.facet-check{grid-template-columns:18px 1fr;padding:0 0 17px}
.apply-filters-mobile{display:none}
.catalog-results{min-width:0}
.products-section .status-line{display:block;margin:0 0 14px;color:#6c646a;font-size:.82rem}
.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}
.product-card{overflow:visible;border:0;border-radius:0;background:#fff;box-shadow:none}
.product-card:hover{transform:none;box-shadow:none}
.product-image{aspect-ratio:.92;margin:0;border:1px solid #eee9ec;border-radius:2px;background-color:#f9f7f8;background-size:190% auto}
.product-card:hover .product-image{border-color:#cabfc6}
.favorite-button{top:10px;right:10px;border:1px solid #ded7dc;background:#fff}
.quick-view-button{position:absolute;z-index:4;left:12px;right:12px;bottom:12px;min-height:40px;border:1px solid #262026;border-radius:2px;background:rgba(255,255,255,.95);color:#241e23;font-size:.77rem;font-weight:820;opacity:0;transform:translateY(6px);cursor:pointer;transition:.2s}
.product-card:hover .quick-view-button,.quick-view-button:focus{opacity:1;transform:none}
.product-info{padding:13px 2px 0}
.product-category{font-size:.68rem;color:#6d656b}
.product-card h3{min-height:2.65em;margin-top:5px;font-size:.93rem;font-weight:720;line-height:1.3}
.product-subtitle{min-height:auto;font-size:.74rem}
.product-perk{margin-top:7px;color:#b81756;font-size:.67rem;font-weight:800}
.rating{margin-top:7px}
.product-bottom{gap:10px}
.price-wrap{min-height:26px}
.price{font-size:1rem}
.old-price{font-size:.72rem}
.add-button{height:39px;border-radius:2px;background:#e92970;box-shadow:none}
.add-button:hover{transform:none;background:#c91659}
.product-grid.compact-view{grid-template-columns:repeat(2,minmax(0,1fr))}
.product-grid.compact-view .product-card{display:grid;grid-template-columns:170px 1fr;gap:15px;border-bottom:1px solid #e4dee2;padding-bottom:18px}
.product-grid.compact-view .product-image{aspect-ratio:1}
.product-grid.compact-view .product-info{padding-top:4px}
.catalog-pagination{padding-top:12px;border-top:1px solid #eee9ec}
.catalog-pagination button{border-radius:3px;box-shadow:none}
.bottom-benefits{border-radius:3px}
.site-footer{padding:55px 0 25px;background:#20151e;color:#fff}
.footer-grid{display:grid;grid-template-columns:1.5fr repeat(3,1fr);gap:50px}
.footer-grid h3{margin:0 0 16px;font-size:.92rem}
.footer-grid>div:not(.footer-about){display:flex;flex-direction:column;align-items:flex-start}
.footer-grid a{margin:5px 0;color:#d9cfd6;font-size:.82rem}
.footer-grid a:hover{color:#fff;text-decoration:underline}
.footer-about p{max-width:250px;color:#cfc4cb}
.footer-brand .brand-logo{width:94px;height:94px}
.footer-bottom{display:flex;justify-content:space-between;gap:20px;margin-top:38px;padding-top:20px;border-top:1px solid rgba(255,255,255,.15);color:#b8acb3;font-size:.72rem}
.shipping-progress{padding:0 24px 18px;color:#625960;font-size:.76rem}
.shipping-progress i{height:6px;display:block;margin-top:9px;border-radius:99px;background:#eee8ec;overflow:hidden}
.shipping-progress i b{height:100%;width:0;display:block;background:#e92970;transition:width .3s}
.promo-code{display:grid;gap:7px;margin-bottom:15px;color:#5d555b;font-size:.76rem}
.promo-code>div{display:flex}
.promo-code input{min-width:0;flex:1;height:42px;padding:0 10px;border:1px solid #c9c1c6;border-radius:3px 0 0 3px}
.promo-code button{padding:0 15px;border:0;border-radius:0 3px 3px 0;background:#292128;color:#fff;font-weight:750}
.product-dialog{width:min(900px,calc(100% - 32px));padding:0;border:0;border-radius:6px;box-shadow:0 30px 90px rgba(28,18,25,.35)}
.product-dialog::backdrop{background:rgba(24,16,22,.62);backdrop-filter:blur(4px)}
.product-dialog[open]{display:grid;grid-template-columns:1.05fr .95fr}
.dialog-close{position:absolute;z-index:3;top:14px;right:14px;width:40px;height:40px;display:grid;place-items:center;border:1px solid #ded7dc;border-radius:50%;background:#fff;cursor:pointer}
.dialog-product-image{min-height:520px;background-color:#fff4f8;background-repeat:no-repeat;background-size:190% auto}
.dialog-product-info{display:flex;flex-direction:column;justify-content:center;padding:48px}
.dialog-category{color:#b81756;text-transform:uppercase;letter-spacing:.1em;font-size:.72rem;font-weight:800}
.dialog-product-info h2{margin:10px 0 8px;font-size:2rem}
.dialog-rating{color:#eca51b;font-size:.82rem}
.dialog-description{color:#6a6268}
.dialog-price{display:flex;align-items:baseline;gap:10px;margin:8px 0 20px}
.dialog-price strong{font-size:1.5rem}
.dialog-price del{color:#8d858b}
.dialog-delivery{display:flex;align-items:center;gap:10px;margin-bottom:20px;padding:14px;background:#faf7f9;color:#514950;font-size:.8rem}
.dialog-add{min-height:50px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:3px;background:#e92970;color:#fff;font-weight:850;cursor:pointer}
@media(max-width:1100px){
.department-nav button{padding-inline:14px}
.category-list{grid-template-columns:repeat(4,1fr)}
.catalog-layout{grid-template-columns:220px minmax(0,1fr);gap:24px}
.product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
.promo-bar{min-height:34px;gap:8px;font-size:.66rem}.promo-bar strong{display:none}
.site-header{top:0}
.header-inner{min-height:76px}
.brand-logo{width:64px;height:64px}
.header-search{display:none}
.account-button,.header-wishlist{display:none!important}
.department-nav{justify-content:flex-start;height:42px;overflow-x:auto;scrollbar-width:none}
.department-nav::-webkit-scrollbar{display:none}
.department-nav button{flex:0 0 auto;padding-inline:16px;font-size:.72rem}
.app-surface{padding-top:10px}
.hero{min-height:440px}
.trust-strip{margin-top:-16px}
.discovery{display:grid}
.category-list{display:flex}
.category-card{min-width:140px}
.products-section{margin-top:38px}
.catalog-title-row{align-items:start}
.catalog-title-row h2{font-size:2.2rem}
.catalog-intro{font-size:.82rem}
.catalog-total{font-size:.72rem}
.catalog-toolbar{top:117px;min-height:62px}
.catalog-filter-trigger{display:flex}
.sort-control span{display:none}
.sort-control select{min-width:145px;width:145px}
.view-toggle{display:none}
.catalog-layout{display:block;margin-top:14px}
.catalog-filters{position:fixed;z-index:90;left:0;top:0;bottom:0;width:min(360px,90vw);padding:20px;background:#fff;overflow-y:auto;transform:translateX(-105%);transition:transform .28s}
.catalog-filters.open{transform:none}
.filter-drawer-head{position:sticky;top:-20px;z-index:2;padding:18px 0 14px;background:#fff}
.close-filters{display:grid}
.apply-filters-mobile{position:sticky;bottom:-20px;width:100%;min-height:48px;margin-top:18px;border:0;background:#e92970;color:#fff;font-weight:850}
.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:20px 10px}
.product-grid.compact-view{grid-template-columns:1fr}
.product-card h3{font-size:.86rem}
.quick-view-button{display:none}
.footer-grid{grid-template-columns:1fr 1fr;gap:28px}
.footer-about{grid-column:1/-1}
.footer-bottom{flex-direction:column}
.product-dialog[open]{grid-template-columns:1fr;max-height:90vh;overflow:auto}
.dialog-product-image{min-height:310px}
.dialog-product-info{padding:28px 22px}
}
@media(max-width:390px){
.product-grid{gap-inline:8px}
.sort-control select{min-width:132px;width:132px;font-size:.72rem}
.catalog-filter-trigger{padding-inline:11px}
}

/* Product card alignment — v10 */
.product-grid{align-items:stretch}
.product-card{display:flex;min-height:100%;flex-direction:column}
.product-image{flex:0 0 auto}
.product-info{display:flex;flex:1;flex-direction:column}
.product-category{display:block;min-height:1.35em}
.product-card h3{min-height:2.6em;margin-bottom:8px}
.product-subtitle{min-height:2.8em;line-height:1.4}
.rating{min-height:1.35em}
.product-perk{min-height:1.35em;margin-top:7px}
.product-perk[hidden]{display:block;visibility:hidden}
.product-bottom{display:flex;flex:1;flex-direction:column;justify-content:flex-end;margin-top:8px}
.price-wrap{display:flex;min-height:2em;align-items:baseline;gap:7px}
.add-button{margin-top:0}
.product-grid.compact-view .product-card{min-height:auto}
.product-grid.compact-view .product-info{min-height:100%}
@media(max-width:760px){
.product-card h3{min-height:2.75em;margin-bottom:6px}
.product-subtitle{min-height:3.9em}
.product-perk{min-height:1.3em}
.price-wrap{min-height:2.1em;flex-wrap:wrap;align-content:flex-start}
}
/* Product details and variants — v11 */
.product-card{cursor:pointer}
.product-card h3{cursor:pointer}
.product-card:hover h3{text-decoration:underline;text-underline-offset:3px}
.product-dialog{width:min(1040px,calc(100% - 32px));max-height:92vh;overflow:hidden}
.dialog-product-info{justify-content:flex-start;overflow-y:auto;padding:42px}
.dialog-variants{margin:2px 0 20px;padding-top:16px;border-top:1px solid #eee7eb}
.variant-heading{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px;font-size:.88rem}
.variant-heading span{color:#5d555b;font-weight:750}
.variant-heading strong{color:#211a20}
.variant-options{display:flex;flex-wrap:wrap;gap:10px}
.variant-option{min-height:44px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:7px 13px;border:1px solid #cfc6cc;border-radius:3px;background:#fff;color:#2d252b;font:inherit;font-size:.84rem;cursor:pointer;transition:border-color .18s,box-shadow .18s}
.variant-option:hover{border-color:#8f838b}
.variant-option.active{border-color:#211a20;box-shadow:0 0 0 1px #211a20}
.variant-option:disabled{opacity:.4;cursor:not-allowed;text-decoration:line-through}
.color-variant i{width:26px;height:26px;display:block;border:3px solid #fff;border-radius:50%;background:var(--swatch);box-shadow:0 0 0 1px #bdb4ba}
.color-variant.active i{box-shadow:0 0 0 2px #211a20}
.dialog-stock{display:flex;align-items:center;gap:8px;margin:-4px 0 15px;color:#236b3d;font-size:.8rem}
.dialog-stock .stock-dot{width:8px;height:8px;border-radius:50%;background:#2e9b57}
.dialog-stock small{margin-left:auto;color:#81777e}
.dialog-stock.out-of-stock{color:#a42543}
.dialog-stock.out-of-stock .stock-dot{background:#c43050}
.dialog-purchase{display:grid;grid-template-columns:112px 1fr;gap:12px}
.dialog-quantity{height:50px;display:grid;grid-template-columns:36px 1fr 36px;align-items:center;border:1px solid #cfc6cc;border-radius:3px;text-align:center}
.dialog-quantity button{height:100%;display:grid;place-items:center;border:0;background:transparent;cursor:pointer}
.dialog-quantity svg{width:15px;height:15px}
.dialog-add:disabled{background:#bdb4ba;cursor:not-allowed}
.cart-variant{display:block;margin:2px 0;color:#746b71;font-size:.72rem}
@media(max-width:760px){
.product-dialog{width:min(100% - 18px,560px);max-height:94vh}
.dialog-product-info{overflow:visible;padding:25px 20px 28px}
.dialog-product-info h2{font-size:1.55rem}
.dialog-variants{margin-bottom:16px}
.variant-option{min-height:42px;padding:6px 10px;font-size:.78rem}
.color-variant i{width:24px;height:24px}
.dialog-stock{flex-wrap:wrap}
.dialog-stock small{width:100%;margin-left:16px}
.dialog-purchase{grid-template-columns:100px 1fr;gap:9px}
}
/* Product image gallery — v13 */
.product-dialog{width:min(1120px,calc(100% - 32px))}
.dialog-media{min-width:0;display:grid;grid-template-columns:76px minmax(0,1fr);gap:10px;padding:10px;background:#fff}
.dialog-gallery{max-height:610px;display:flex;flex-direction:column;gap:9px;overflow-y:auto;scrollbar-width:thin}
.gallery-thumb{width:66px;min-height:78px;flex:0 0 78px;border:1px solid #ddd5da;border-radius:2px;background-color:#fff7fa;background-repeat:no-repeat;cursor:pointer;transition:border-color .18s,box-shadow .18s}
.gallery-thumb:hover{border-color:#867a82}
.gallery-thumb.active{border-color:#171116;box-shadow:0 0 0 1px #171116}
.dialog-product-image{position:relative;min-width:0;background-repeat:no-repeat;transition:background-size .22s ease,background-position .22s ease}
.dialog-expand{position:absolute;z-index:2;top:12px;right:12px;width:42px;height:42px;display:grid;place-items:center;border:1px solid #ddd5da;border-radius:50%;background:rgba(255,255,255,.94);color:#181216;font-size:1.35rem;line-height:1;cursor:pointer;box-shadow:0 5px 16px rgba(34,20,29,.12)}
.dialog-expand:hover{background:#fff;transform:scale(1.04)}
.product-dialog.gallery-expanded[open]{grid-template-columns:1fr;width:min(1180px,calc(100% - 24px))}
.product-dialog.gallery-expanded .dialog-product-info{display:none}
.product-dialog.gallery-expanded .dialog-media{min-height:88vh;grid-template-columns:84px minmax(0,1fr)}
.product-dialog.gallery-expanded .dialog-gallery{max-height:calc(88vh - 20px)}
.product-dialog.gallery-expanded .dialog-product-image{min-height:calc(88vh - 20px);background-color:#fff}
@media(max-width:760px){
.dialog-media{grid-template-columns:1fr;gap:8px;padding:8px}
.dialog-product-image{min-height:360px;grid-row:1}
.dialog-gallery{grid-row:2;max-height:none;display:flex;flex-direction:row;gap:8px;overflow-x:auto;overflow-y:hidden;padding-bottom:2px}
.gallery-thumb{width:62px;min-width:62px;min-height:66px;flex-basis:66px}
.dialog-expand{top:9px;right:9px;width:38px;height:38px}
.product-dialog.gallery-expanded .dialog-media{min-height:92vh;grid-template-columns:1fr;grid-template-rows:minmax(0,1fr) auto}
.product-dialog.gallery-expanded .dialog-product-image{min-height:0}
.product-dialog.gallery-expanded .dialog-gallery{max-height:none}
}
/* Responsive completion — phase 2, v14 */
html,body{max-width:100%;overflow-x:clip}
button,a,input,select{touch-action:manipulation}
@media(min-width:761px) and (max-width:1100px){
.product-dialog{width:min(980px,calc(100% - 24px))}
.product-dialog[open]{grid-template-columns:minmax(0,1.05fr) minmax(340px,.95fr)}
.dialog-media{grid-template-columns:68px minmax(0,1fr)}
.gallery-thumb{width:58px;min-height:70px;flex-basis:70px}
.dialog-product-info{padding:30px}
}
@media(max-width:760px){
body{padding-bottom:calc(68px + env(safe-area-inset-bottom,0px))}
.department-nav,.category-list,.dialog-gallery{scrollbar-width:none;overscroll-behavior-inline:contain}
.department-nav::-webkit-scrollbar,.category-list::-webkit-scrollbar,.dialog-gallery::-webkit-scrollbar{display:none}
.category-list,.dialog-gallery{scroll-snap-type:x proximity}
.category-card,.gallery-thumb{scroll-snap-align:start}
.product-dialog{overscroll-behavior:contain}
.dialog-product-image{min-height:300px}
.dialog-product-info{padding-bottom:calc(30px + env(safe-area-inset-bottom,0px))}
.variant-option{min-height:44px}
.dialog-quantity,.dialog-add{min-height:50px}
.mobile-nav{min-height:68px;padding-bottom:max(8px,env(safe-area-inset-bottom,8px))}
.cart-drawer{padding-bottom:env(safe-area-inset-bottom,0px)}
}
@media(max-width:430px){
.product-dialog{width:calc(100% - 10px);max-height:96vh}
.dialog-product-image{min-height:280px}
.gallery-thumb{width:58px;min-width:58px;min-height:62px;flex-basis:62px}
.dialog-product-info{padding:22px 16px calc(24px + env(safe-area-inset-bottom,0px))}
.variant-options{gap:8px}
.variant-option{padding-inline:9px}
.dialog-purchase{grid-template-columns:96px minmax(0,1fr)}
}
/* Store functions — phase 3, v16 */
.drawer-actions{display:flex;align-items:center;gap:10px}
.clear-cart{min-height:38px;padding:0 10px;border:0;background:transparent;color:#b81756;font-size:.78rem;font-weight:800;cursor:pointer}
.clear-cart:hover{text-decoration:underline}
.clear-cart[hidden]{display:none}
.cart-item{align-items:start}
.cart-item-copy{min-width:0;padding-top:2px}
.cart-line-total{min-width:72px;display:flex;flex-direction:column;align-items:flex-end;gap:14px;padding-top:4px;text-align:right}
.cart-line-total strong{font-size:.88rem}
.cart-remove{border:0;background:transparent;color:#8b3560;font-size:.72rem;text-decoration:underline;cursor:pointer}
.cart-summary{display:grid!important;gap:8px;padding:13px 0;border-top:1px solid #eee7eb;border-bottom:1px solid #eee7eb}
.cart-summary>div{display:flex;align-items:center;justify-content:space-between;color:#625960;font-size:.86rem}
.cart-summary strong{color:#211a20}
.cart-summary .cart-grand-total{margin-top:3px;padding-top:10px;border-top:1px solid #eee7eb;color:#211a20;font-size:1rem;font-weight:800}
.cart-summary .cart-total{font-size:1.3rem}
.checkout-button:disabled,.add-button:disabled{background:#bdb4ba;cursor:not-allowed;opacity:.75}
.product-card.out-of-stock .product-image{filter:grayscale(.25);opacity:.72}
.shipping-progress .shipping-message{display:block;min-height:1.25em}
@media(max-width:430px){
.cart-drawer{width:100vw;max-width:100vw;padding:20px 16px calc(12px + env(safe-area-inset-bottom,0px))}
.cart-item{grid-template-columns:66px minmax(0,1fr) auto;gap:9px}
.cart-thumb{width:66px}
.cart-line-total{min-width:60px}
.cart-footer{padding-top:14px}
.promo-code{margin-bottom:11px}
.checkout-button{min-height:50px;margin-top:12px}
}
/* Standard universal per fotografite e produkteve: imazhi shfaqet i plote. */
.product-image,
.dialog-product-image,
.gallery-thumb,
.cart-thumb {
  background-color: #fff !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
}
.product-image::after { display: none !important; }

/* Catalog-driven Femra / Meshkuj navigation */
.site-header{overflow:visible}
.audience-menu{position:absolute;z-index:45;left:0;right:0;background:#fff;border-top:1px solid #eee9ec;border-bottom:1px solid #e4dce0;box-shadow:0 18px 40px rgba(40,24,32,.12)}
.audience-menu-inner{display:grid;grid-template-columns:1.15fr repeat(3,minmax(160px,1fr));gap:34px;padding:28px 20px 30px}
.audience-menu-men{grid-template-columns:1.15fr repeat(2,minmax(180px,1fr));max-width:980px}
.audience-menu-intro{padding:4px 28px 4px 0;border-right:1px solid #eee8eb}
.audience-menu-intro span{display:block;margin-bottom:8px;color:#e91e63;font-size:.7rem;font-weight:900;letter-spacing:.14em}
.audience-menu-intro strong{display:block;font:1.55rem/1.15 Georgia,serif}
.audience-menu-intro button,.audience-menu-group button{display:block;border:0;background:transparent;text-align:left;cursor:pointer}
.audience-menu-intro button{margin-top:22px;padding:0;color:#d91d63;font-size:.78rem;font-weight:850}
.audience-menu-group h3{margin:0 0 12px;color:#272127;font-size:.82rem;text-transform:uppercase;letter-spacing:.07em}
.audience-menu-group button{width:100%;padding:6px 0;color:#645b61;font-size:.82rem}
.audience-menu-group button:hover,.audience-menu-group button.active{color:#e91e63;text-decoration:underline;text-underline-offset:4px}
@media(max-width:760px){
 .audience-menu{position:relative;box-shadow:0 10px 24px rgba(40,24,32,.08)}
 .audience-menu-inner,.audience-menu-men{display:flex;gap:20px;overflow-x:auto;padding:18px 16px 20px}
 .audience-menu-intro,.audience-menu-group{flex:0 0 170px}
 .audience-menu-intro{padding-right:18px}
 .audience-menu-intro strong{font-size:1.15rem}
}

/* Phase 8 — editorial start page */
.promo-bar{position:relative;z-index:92;min-height:34px;padding:6px 48px;background:#050505;color:#fff;font-size:.74rem;font-weight:650;letter-spacing:.01em}
.promo-bar .promo-utils{position:absolute;right:2.6vw;font-size:.66rem;font-weight:750;letter-spacing:.04em}.promo-bar .promo-utils b{font-size:.8rem;font-weight:400}
.site-header{position:absolute;z-index:90;top:34px;left:0;right:0;background:linear-gradient(180deg,rgba(0,0,0,.34),transparent);color:#fff;border:0;border-bottom:1px solid rgba(255,255,255,.42);backdrop-filter:none;transition:background .25s ease,box-shadow .25s ease}
.site-header.scrolled{position:fixed;top:0;background:rgba(15,15,14,.92);border-bottom-color:rgba(255,255,255,.18);box-shadow:0 8px 30px rgba(0,0,0,.15);backdrop-filter:blur(15px)}
.header-inner{position:relative;min-height:82px;display:grid;grid-template-columns:minmax(360px,1fr) auto minmax(360px,1fr);align-items:center;gap:28px}
.primary-menu{display:flex;align-items:center;gap:31px;height:100%}.primary-menu a,.primary-menu button{position:relative;padding:30px 0 27px;border:0;background:none;color:inherit;font-size:.72rem;font-weight:750;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;white-space:nowrap}.primary-menu a::after,.primary-menu button::after{content:"";position:absolute;left:0;right:100%;bottom:19px;height:1px;background:currentColor;transition:right .2s ease}.primary-menu a:hover::after,.primary-menu button:hover::after,.primary-menu .active::after,.primary-menu button.active::after{right:0}.primary-menu .sale-link{color:inherit}
@font-face{font-family:"Charme Bodoni";font-style:normal;font-weight:400;font-display:swap;src:url("fonts/bodoni-moda-regular.ttf") format("truetype")}
.brand-wordmark{display:inline-flex;flex-direction:column;align-items:center;justify-content:center;color:inherit;text-align:center}.brand-wordmark strong{font-family:"Charme Bodoni","Bodoni Moda","Bodoni 72","Bodoni MT",Didot,serif;font-size:2rem;font-weight:400;line-height:.8;letter-spacing:.085em}.brand-wordmark small{margin-top:0;padding-left:.4em;font-family:Arial,sans-serif;font-size:.52rem;font-weight:600;line-height:1;letter-spacing:.4em}
@media(max-width:820px){.brand-wordmark small{margin-top:0;font-size:.44rem}}
.header-actions{justify-self:end;display:flex;align-items:center;gap:2px}.site-header .icon-button{width:40px;height:40px;border:0;background:transparent;color:inherit}.site-header .icon-button:hover{background:rgba(255,255,255,.12)}.site-header .icon-button svg{width:20px;height:20px;stroke-width:1.45}.site-header .wishlist-count,.site-header .cart-count{top:0;right:-1px;background:#fff;color:#111;border:0;min-width:17px;height:17px;font-size:.58rem}
.site-header .header-search{position:relative;width:40px;height:40px;padding:0;border:0;background:transparent;color:inherit;box-shadow:none;transition:width .25s ease,background .25s ease}.site-header .header-search svg{position:absolute;left:10px;width:20px;height:20px;z-index:2;stroke-width:1.45}.site-header .header-search input{width:100%;height:40px;padding:0 8px 0 38px;border:0;background:transparent;color:#fff;opacity:0;cursor:pointer}.site-header .header-search:focus-within{width:180px;background:rgba(0,0,0,.28)}.site-header .header-search:focus-within input{opacity:1;cursor:text}.site-header .header-search input::placeholder{color:rgba(255,255,255,.72)}
.site-header .menu-button{display:inline-grid}.audience-menu{top:82px;color:#211712;background:rgba(255,255,255,.98);box-shadow:0 26px 60px rgba(0,0,0,.16)}
.hero-carousel{position:relative;height:clamp(620px,calc(100vh - 34px),920px);min-height:620px;overflow:hidden;background:#161813;color:#fff}.hero-slides,.hero-slide{position:absolute;inset:0}.hero-slide{background-image:linear-gradient(90deg,rgba(4,5,4,.55) 0%,rgba(4,5,4,.26) 37%,rgba(4,5,4,0) 64%),var(--hero-image);background-repeat:no-repeat;background-position:center;background-size:cover;opacity:0;visibility:hidden;transform:scale(1.025);transition:opacity .85s ease,visibility .85s ease,transform 6.5s ease}.hero-slide.is-active{opacity:1;visibility:visible;transform:scale(1)}.hero-slide-light{color:#241a16;background-image:linear-gradient(90deg,rgba(255,249,240,.92) 0%,rgba(255,249,240,.54) 37%,rgba(255,249,240,0) 64%),var(--hero-image)}
.hero-slide-content{position:absolute;z-index:2;left:max(7.8vw,72px);bottom:10.5%;width:min(590px,43vw)}.hero-slide-content>span{display:block;margin-bottom:18px;font-size:.69rem;font-weight:800;letter-spacing:.19em}.hero-slide-content h1,.hero-slide-content h2{margin:0 0 19px;font-family:"Bodoni 72","Bodoni MT",Didot,"Times New Roman",serif;font-size:clamp(3.4rem,5.1vw,6.1rem);font-weight:400;line-height:.92;letter-spacing:.01em}.hero-slide-content p{max-width:480px;margin:0 0 31px;color:rgba(255,255,255,.86);font-size:1rem;line-height:1.6}.hero-slide-light .hero-slide-content p{color:rgba(36,26,22,.73)}.hero-slide-content>a{display:inline-flex;min-width:158px;min-height:46px;align-items:center;justify-content:center;padding:13px 25px;border:1px solid #fff;background:#fff;color:#111;font-size:.68rem;font-weight:800;letter-spacing:.08em;transition:background .2s ease,color .2s ease}.hero-slide-content>a:hover{background:transparent;color:#fff}.hero-slide-light .hero-slide-content>a{border-color:#241a16;background:#241a16;color:#fff}.hero-slide-light .hero-slide-content>a:hover{background:transparent;color:#241a16}
.hero-arrow{position:absolute;z-index:5;top:51%;width:54px;height:72px;border:0;background:transparent;color:#fff;cursor:pointer}.hero-prev{left:2.1vw}.hero-next{right:2.1vw}.hero-arrow span{display:block;width:30px;height:30px;border-top:1px solid currentColor;border-left:1px solid currentColor;transform:rotate(-45deg)}.hero-next span{transform:rotate(135deg)}.hero-arrow:hover span{border-width:2px}.hero-dots{position:absolute;z-index:6;left:50%;bottom:28px;display:flex;gap:9px;transform:translateX(-50%)}.hero-dots button{width:24px;height:2px;padding:0;border:0;background:rgba(255,255,255,.45);cursor:pointer;transition:width .25s ease,background .25s ease}.hero-dots button.is-active{width:48px;background:#fff}
.app-surface{padding-top:0}.trust-strip{position:relative;z-index:8;margin-top:0;border-radius:0;box-shadow:0 18px 42px rgba(53,31,24,.08)}
.footer-brand.brand-wordmark{width:max-content;color:#fff}.footer-brand.brand-wordmark strong{font-size:2rem}.footer-brand.brand-wordmark small{display:block;color:rgba(255,255,255,.72)}
@media(max-width:1100px){.header-inner{grid-template-columns:1fr auto 1fr}.primary-menu{gap:18px}.primary-menu a,.primary-menu button{font-size:.65rem}.brand-wordmark strong{font-size:1.65rem}.header-actions{gap:0}.site-header .header-wishlist{display:none}}
@media(max-width:820px){.promo-bar{justify-content:flex-start;padding-inline:18px}.promo-bar .promo-utils{right:18px}.site-header{top:34px}.site-header.scrolled{top:0}.header-inner{min-height:70px;display:flex;justify-content:flex-end}.primary-menu{display:none}.site-header .brand-wordmark{position:absolute;left:50%;transform:translateX(-50%)}.brand-wordmark strong{font-size:1.45rem}.brand-wordmark small{margin-top:7px;font-size:.39rem}.header-actions{margin-left:auto}.site-header .header-search,.site-header .account-button{display:none}.site-header .menu-button{display:inline-grid}.site-header.nav-open .primary-menu{position:absolute;top:70px;left:0;right:0;display:flex;flex-wrap:wrap;justify-content:center;gap:0;padding:5px 14px;background:rgba(15,15,14,.96);border-top:1px solid rgba(255,255,255,.15);box-shadow:0 18px 35px rgba(0,0,0,.2)}.site-header.nav-open .primary-menu a,.site-header.nav-open .primary-menu button{padding:14px 12px;font-size:.62rem}.site-header.nav-open .primary-menu a::after,.site-header.nav-open .primary-menu button::after{bottom:8px}.hero-carousel{height:76svh;min-height:570px}.hero-slide{background-position:62% center}.hero-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.03) 32%,rgba(0,0,0,.68) 100%)}.hero-slide-light::after{background:linear-gradient(180deg,rgba(255,255,255,0) 28%,rgba(255,247,238,.9) 100%)}.hero-slide-content{left:24px;right:24px;bottom:9%;width:auto}.hero-slide-content h1,.hero-slide-content h2{font-size:clamp(2.7rem,12vw,4.1rem)}.hero-slide-content p{max-width:400px;font-size:.88rem;margin-bottom:23px}.hero-arrow{top:48%;width:36px}.hero-arrow span{width:21px;height:21px}.hero-prev{left:13px}.hero-next{right:3px}.hero-dots{bottom:18px}.trust-strip{margin-inline:0}.audience-menu{top:70px}}
@media(max-width:520px){.promo-bar{font-size:.59rem}.promo-bar .promo-utils{font-size:.56rem}.header-inner{width:calc(100% - 24px)}.site-header .header-wishlist{display:none}.site-header .icon-button{width:35px;height:35px}.hero-carousel{min-height:590px}.hero-slide{background-position:67% center}.hero-slide:nth-child(3){background-position:65% center}.hero-slide-content>span{font-size:.58rem;margin-bottom:12px}.hero-slide-content p{display:none}.hero-slide-content>a{min-width:140px;min-height:42px}.hero-dots{bottom:13px}.hero-arrow{display:none}}
@media(max-width:820px){.brand-wordmark small{margin-top:4px;font-size:.44rem}}
.site-header .header-search svg{width:21px;height:21px;color:#fff;opacity:.96;stroke-width:1.8;filter:drop-shadow(0 1px 2px rgba(0,0,0,.42))}
.site-header .audience-menu{background:rgba(250,248,247,.82);border-color:rgba(255,255,255,.5);box-shadow:0 28px 65px rgba(12,10,10,.2);-webkit-backdrop-filter:blur(16px) saturate(1.08);backdrop-filter:blur(16px) saturate(1.08)}
.site-header .audience-menu:not([hidden]){animation:audience-menu-in .18s ease-out both}
@keyframes audience-menu-in{from{opacity:0;transform:translateY(-7px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:760px){.site-header .audience-menu{background:rgba(250,248,247,.94);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}}
@media(prefers-reduced-motion:reduce){.hero-slide{transition:opacity .2s ease;transform:none}}
.color-variant i{background-color:var(--swatch,#ddd)!important}

/* Category editorial collection */
.categories-section{margin-top:76px!important}
.category-heading{margin-bottom:27px!important;border-bottom:0!important;align-items:flex-end!important}
.category-heading>div{display:grid;gap:7px}
.category-heading .section-kicker{color:#6f1f32;font-family:Arial,Helvetica,sans-serif;font-size:.64rem;font-weight:800;letter-spacing:.2em}
.category-heading h2{margin:0;font-family:"Charme Bodoni","Bodoni Moda",Didot,serif!important;font-size:clamp(2.2rem,3.7vw,4rem)!important;font-weight:400!important;line-height:.95!important;letter-spacing:0!important}
.category-heading .text-button{margin-bottom:4px;color:#171311!important;font-size:.72rem;letter-spacing:.06em;text-transform:uppercase}
.category-list{display:flex!important;gap:18px!important;overflow-x:auto;padding:3px 1px 15px;cursor:grab;scroll-snap-type:none!important;scrollbar-width:none;overscroll-behavior-x:contain;touch-action:pan-y;user-select:none}
.category-list::-webkit-scrollbar{display:none}
.category-list.is-dragging{cursor:grabbing}
.category-card{position:relative;flex:0 0 clamp(248px,21.5vw,324px);min-width:248px!important;min-height:0!important;aspect-ratio:4/5;padding:0!important;overflow:hidden;border:0!important;border-radius:0!important;background:#171311!important;box-shadow:none!important;transform:none!important;text-align:left;isolation:isolate}
.category-card::after{content:"";position:absolute;z-index:1;inset:0;border:1px solid rgba(255,255,255,.24);pointer-events:none;transition:border-color .3s ease}
.category-card:hover,.category-card.active{border:0!important;box-shadow:0 18px 40px rgba(35,23,18,.18)!important;transform:translateY(-4px)!important}
.category-card:hover::after,.category-card.active::after{border-color:rgba(255,255,255,.68)}
.category-icon{position:absolute!important;inset:0;width:100%!important;height:100%!important;display:block!important;margin:0!important;border-radius:0!important;overflow:hidden;background:#171311!important}
.category-icon img{width:100%;height:100%;display:block;object-fit:cover;pointer-events:none;filter:saturate(.9) contrast(1.02);transition:transform .7s cubic-bezier(.2,.7,.2,1),filter .4s ease}
.category-card:hover .category-icon img{transform:scale(1.045);filter:saturate(1) contrast(1.04)}
.category-overlay{position:absolute;z-index:2;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:26px 24px;background:linear-gradient(180deg,transparent 42%,rgba(9,7,7,.18) 58%,rgba(9,7,7,.9) 100%);color:#fff}
.category-card .category-name{display:block;padding:0;color:#fff!important;font-family:"Charme Bodoni","Bodoni Moda",Didot,serif;font-size:clamp(1.65rem,2vw,2.15rem)!important;font-weight:400!important;line-height:1}
.category-card small{display:flex;align-items:center;gap:9px;margin-top:11px;color:rgba(255,255,255,.82);font-family:Arial,Helvetica,sans-serif;font-size:.64rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase}
.category-card small b{font-size:1rem;font-weight:400;transition:transform .25s ease}.category-card:hover small b{transform:translateX(4px)}
@media(max-width:760px){.categories-section{margin-top:52px!important}.category-heading{margin-bottom:20px!important}.category-heading h2{font-size:2.35rem!important}.category-heading .text-button{font-size:.62rem}.category-list{gap:12px!important;margin-right:-18px;padding-bottom:10px}.category-card{flex-basis:72vw;min-width:230px!important}.category-overlay{padding:22px 20px}.category-card .category-name{font-size:1.8rem!important}}

/* Lipstick editorial hero */
.hero-slide-lipstick{background-position:70% center}
@media(max-width:820px){.hero-slide-lipstick{background-position:76% center}}
