:root {
  --orange: #ff5a00;
  --orange-dark: #dc4300;
  --blue: #0758f5;
  --ink: #15171a;
  --muted: #69717c;
  --surface: #ffffff;
  --soft: #f5f7fa;
  --line: #e2e6eb;
  --black: #08090b;
  --shadow: 0 16px 38px rgba(19, 29, 43, .11);
  --font: "Inter", Arial, sans-serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; scroll-padding-top: 138px; }
body { margin: 0; color: var(--ink); background: var(--surface); font-family: var(--font); line-height: 1.5; }
body.is-locked { overflow: hidden; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h2 { margin-bottom: 12px; font-size: clamp(1.8rem, 3vw, 3rem); }
h3 { margin-bottom: 8px; }
.shell { width: min(100% - 40px, 1460px); margin-inline: auto; }
.section { padding: 88px 0; }
.sr-only { position: absolute; overflow: hidden; width: 1px; height: 1px; clip: rect(0,0,0,0); white-space: nowrap; }
.eyebrow { margin-bottom: 9px; color: var(--orange); font-size: .72rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; gap: 8px; border: 1px solid transparent; border-radius: 5px; padding: 11px 18px; color: #fff; background: var(--blue); font-size: .75rem; font-weight: 900; letter-spacing: .035em; text-transform: uppercase; transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease; }
.button svg { width: 17px; height: 17px; }
.button:hover, .button:focus-visible { box-shadow: 0 10px 22px rgba(0, 88, 245, .2); transform: translateY(-2px); }
.button--orange { background: var(--orange); }
.button--orange:hover, .button--orange:focus-visible { background: var(--orange-dark); box-shadow: 0 10px 22px rgba(255, 90, 0, .24); }
.button--dark { background: var(--black); }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); border-radius: 5px; color: var(--ink); background: #fff; transition: border-color 180ms ease, color 180ms ease, background 180ms ease, transform 180ms ease; }
.icon-button:hover, .icon-button:focus-visible { border-color: var(--orange); color: var(--orange); transform: translateY(-2px); }
.icon-button svg { width: 19px; height: 19px; }

.promo-bar { color: #fff; background: var(--black); }
.promo-bar__inner { display: flex; min-height: 34px; align-items: center; justify-content: space-between; gap: 20px; }
.promo-bar p { display: flex; align-items: center; gap: 6px; margin: 0; font-size: .68rem; }
.promo-bar strong { color: var(--orange); }
.promo-bar nav { display: flex; gap: 20px; }
.promo-bar a { display: flex; align-items: center; gap: 5px; color: #e5e8ed; font-size: .64rem; font-weight: 600; }
.promo-bar svg { width: 14px; height: 14px; }
.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(255,255,255,.98); }
.site-header__main { display: flex; min-height: 78px; align-items: center; gap: 20px; }
.menu-toggle { display: none; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: 4px; font-size: 1.72rem; font-weight: 900; letter-spacing: -.04em; }
.brand svg { width: 33px; height: 33px; color: var(--orange); stroke-width: 2.5; }
.brand__logo { width: auto; max-width: 190px; height: 44px; object-fit: contain; }
.brand strong { color: var(--orange); text-transform: uppercase; }
.header-search { display: grid; min-width: 0; flex: 1 1 auto; grid-template-columns: 158px 1fr 52px; margin-left: 18px; }
.header-search select, .header-search input { min-width: 0; height: 46px; border: 1px solid var(--line); padding: 0 13px; background: #fff; }
.header-search select { border-radius: 5px 0 0 5px; color: var(--ink); font-size: .72rem; }
.header-search input { border-right: 0; border-left: 0; }
.header-search button { display: grid; width: 52px; border: 0; border-radius: 0 5px 5px 0; place-items: center; color: #fff; background: var(--orange); }
.header-search button svg { width: 20px; }
.account-link, .cart-trigger { display: flex; flex: 0 0 auto; align-items: center; gap: 8px; }
.mobile-search-toggle { display: none; }
.account-link svg, .cart-trigger svg { width: 24px; height: 24px; }
.account-link { font-size: .68rem; }
.account-link small, .cart-trigger small { display: block; font-weight: 800; }
.cart-trigger { border: 0; padding: 0; background: transparent; color: var(--ink); font-size: .66rem; text-align: left; }
.cart-trigger__icon { position: relative; }
.cart-trigger__icon b { position: absolute; display: grid; min-width: 17px; height: 17px; place-items: center; top: -10px; right: -9px; border-radius: 50%; color: #fff; background: var(--orange); font-size: .59rem; }
.category-nav-wrap { border-top: 1px solid var(--line); background: #fff; }
.category-nav { display: flex; overflow-x: auto; align-items: center; gap: 2px; scrollbar-width: none; }
.category-nav::-webkit-scrollbar { display: none; }
.category-nav button, .category-nav a { display: inline-flex; min-height: 46px; flex: 0 0 auto; align-items: center; gap: 7px; border: 0; padding: 0 15px; color: var(--ink); background: transparent; font-size: .71rem; font-weight: 700; text-decoration: none; transition: color 180ms ease, background 180ms ease; }
.category-nav button:hover,
.category-nav button.is-active,
.category-nav a:hover,
.category-nav a.is-active {
  color: var(--orange);
  background: #fff4ee;
}
.category-nav svg { width: 17px; }

.hero { position: relative; display: grid; overflow: hidden; height: clamp(300px, 21vw, 340px); min-height: 0; grid-template-columns: minmax(0, 1fr) 180px; align-items: center; margin-top: 20px; border-radius: 7px; padding: 24px 36px; color: #fff; background: var(--black) var(--dnc-hero-desktop) center / cover no-repeat; }
.hero::before { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0,0,0,.92) 0%, rgba(0,0,0,.76) 39%, rgba(0,0,0,.08) 72%); content: ""; }
.hero__content, .hero__discount, .hero__dots { position: relative; z-index: 1; }
.hero__content { max-width: 560px; }
.hero h1 { margin-bottom: 10px; font-size: clamp(2rem, 2.8vw, 3.2rem); letter-spacing: -.05em; }
.hero h1 em { color: var(--orange); font-style: normal; }
.hero__content > p:not(.eyebrow) { max-width: 450px; color: #f2f3f5; font-size: .86rem; }
.hero__discount { align-self: center; justify-self: end; text-align: right; text-transform: uppercase; }
.hero__discount span, .hero__discount b { display: block; color: #fff; font-size: .86rem; font-weight: 900; }
.hero__discount strong { display: block; color: var(--orange); font-size: 5rem; font-weight: 900; letter-spacing: -.12em; line-height: .88; }
.hero__discount strong small { font-size: 2.5rem; letter-spacing: -.08em; }
.hero__discount p { margin: 6px 0 0; color: #fff; font-size: .67rem; text-transform: none; }
.hero__dots { position: absolute; display: flex; gap: 7px; bottom: 14px; left: 50%; transform: translateX(-50%); }
.hero__dots span { width: 8px; height: 8px; border-radius: 50%; background: #fff; }
.hero__dots .is-active { background: var(--orange); }
.quick-categories {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding-top: 16px;
}

.home-hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(320px, .98fr);
  gap: 8px;
  margin-top: 20px;
}

.home-hero__main {
  position: relative;
  overflow: hidden;
  min-height: 292px;
  border-radius: 4px;
  background: var(--soft);
}

.home-hero__track {
  position: relative;
  height: 100%;
  min-height: inherit;
}

.home-hero__slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 260ms ease;
}

.home-hero__slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

.home-hero__slide picture,
.home-hero__slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.home-hero__slide img {
  object-fit: cover;
}

.home-hero__side {
  display: grid;
  grid-template-rows: 1fr 1fr;
  gap: 8px;
  min-height: 292px;
}

.home-hero__side-card {
  display: block;
  overflow: hidden;
  border-radius: 4px;
  background: var(--soft);
}

.home-hero__side-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-hero__arrow {
  position: absolute;
  z-index: 4;
  top: 50%;
  display: grid;
  width: 44px;
  height: 62px;
  place-items: center;
  border: 0;
  color: #fff;
  background: rgba(0, 0, 0, .14);
  opacity: 0;
  transform: translateY(-50%);
  transition: opacity 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-hero__main:hover .home-hero__arrow,
.home-hero__main:focus-within .home-hero__arrow {
  opacity: 1;
}

.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
  background: rgba(0, 0, 0, .28);
  transform: translateY(-50%) scale(1.03);
}

.home-hero__arrow svg {
  width: 28px;
  height: 28px;
}

.home-hero__arrow--prev {
  left: 0;
}

.home-hero__arrow--next {
  right: 0;
}

.home-hero__dots {
  position: absolute;
  z-index: 4;
  right: 0;
  bottom: 18px;
  left: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.home-hero__dots button {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  background: rgba(255, 255, 255, .55);
  transition: width 180ms ease, background 180ms ease;
}

.home-hero__dots button.is-active {
  width: 22px;
  border-radius: 999px;
  background: #fff;
}
.flash-sale {
  margin-top: 22px;
  padding: 22px 20px 24px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(19, 29, 43, .07);
}

.flash-sale__head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 18px;
  margin-bottom: 18px;
}

.flash-sale__head h2 {
  margin: 0;
  color: var(--orange);
  font-size: clamp(1.35rem, 2vw, 2rem);
  font-weight: 900;
  text-transform: uppercase;
}

.flash-sale__head .eyebrow {
  margin-bottom: 2px;
}

.flash-sale__head > a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: var(--orange);
  font-size: .82rem;
  font-weight: 900;
}

.flash-sale__head > a svg {
  width: 16px;
  height: 16px;
}

.flash-sale__timer {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.flash-sale__timer span {
  display: grid;
  min-width: 34px;
  height: 30px;
  place-items: center;
  border-radius: 5px;
  color: #fff;
  background: #0b0d12;
  font-size: .82rem;
  font-weight: 900;
  line-height: 1;
}

.flash-sale__carousel {
  position: relative;
}

.flash-sale__grid {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% - 36px) / 3);
  gap: 18px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 4px 0;
}

.flash-sale__grid::-webkit-scrollbar {
  display: none;
}

.flash-sale__nav {
  position: absolute;
  z-index: 5;
  top: 50%;
  display: grid;
  width: 36px;
  height: 36px;
  place-items: center;
  border: 1px solid rgba(226, 230, 235, .95);
  border-radius: 50%;
  color: var(--ink);
  background: rgba(255, 255, 255, .96);
  box-shadow: 0 12px 28px rgba(19, 29, 43, .16);
  transform: translateY(-50%);
  transition: transform 180ms ease, opacity 180ms ease, width 180ms ease, height 180ms ease, color 180ms ease, border-color 180ms ease;
}

.flash-sale__nav svg {
  width: 18px;
  height: 18px;
}

.flash-sale__nav:hover,
.flash-sale__nav:focus-visible {
  width: 44px;
  height: 44px;
  color: var(--orange);
  border-color: rgba(255, 90, 0, .38);
  transform: translateY(-50%) scale(1.03);
}

.flash-sale__nav--prev {
  left: -18px;
}

.flash-sale__nav--next {
  right: -18px;
}

.flash-sale__carousel.is-at-start .flash-sale__nav--prev,
.flash-sale__carousel.is-at-end .flash-sale__nav--next,
.flash-sale__carousel.is-static .flash-sale__nav {
  opacity: 0;
  pointer-events: none;
}


.flash-sale__empty {
  display: grid;
  min-height: 120px;
  place-items: center;
  border: 1px dashed var(--line);
  border-radius: 10px;
  color: var(--muted);
  background: var(--soft);
  font-size: .9rem;
  font-weight: 800;
  text-align: center;
}

.flash-sale__grid::-webkit-scrollbar {
  height: 7px;
}

.flash-sale__grid::-webkit-scrollbar-thumb {
  background: #d7dce3;
  border-radius: 999px;
}

.flash-sale-card {
  display: grid;
  overflow: hidden;
  scroll-snap-align: start;
  border: 1px solid #edf0f4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(19, 29, 43, .07);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.flash-sale-card:hover {
  border-color: #ffd9c8;
  box-shadow: 0 20px 40px rgba(19, 29, 43, .12);
  transform: translateY(-3px);
}

.flash-sale-card__image {
  position: relative;
  display: grid;
  height: 230px;
  place-items: center;
  overflow: hidden;
  padding: 16px;
  background: linear-gradient(180deg, #fff, #fffaf7);
}

.flash-sale-card__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.flash-sale-card__discount {
  position: absolute;
  z-index: 3;
  top: 12px;
  right: 12px;
  border-radius: 999px;
  padding: 5px 10px;
  color: #ff5a00;
  background: #fff1c7;
  font-size: .76rem;
  font-weight: 900;
  line-height: 1;
}

.flash-sale-card__deal {
  position: absolute;
  z-index: 3;
  right: 14px;
  bottom: 14px;
  left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 58px;
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 18px;
  padding: 10px 14px;
  color: #fff;
  background: linear-gradient(90deg, rgba(255, 98, 0, .68), rgba(255, 140, 0, .58));
  box-shadow: 0 10px 24px rgba(255, 98, 0, .18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.flash-sale-card__deal-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .14);
  border: 1px solid rgba(255, 255, 255, .18);
}

.flash-sale-card__deal-icon svg {
  width: 18px;
  height: 18px;
  color: #fff;
}

.flash-sale-card__deal-prices {
  display: grid;
  justify-items: end;
  margin-left: auto;
  line-height: 1;
}

.flash-sale-card__deal strong {
  font-size: 1.45rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.flash-sale-card__deal del {
  margin-top: 4px;
  color: rgba(255, 255, 255, .78);
  font-size: .74rem;
  font-weight: 800;
  white-space: nowrap;
}

.flash-sale-card__body {
  display: grid;
  gap: 8px;
  padding: 14px 16px 16px;
}

.flash-sale-card__category {
  margin: 0;
  color: #8a94a3;
  font-size: .72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.flash-sale-card h3 {
  min-height: 42px;
  margin: 0;
  font-size: .94rem;
  font-weight: 800;
  line-height: 1.35;
}

.flash-sale-card h3 a {
  color: inherit;
  text-decoration: none;
}

.flash-sale-card__meta {
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  padding: 0 13px;
  font-size: .74rem;
  font-weight: 900;
  line-height: 1;
}

.flash-sale-card__meta span {
  white-space: nowrap;
}

.flash-sale-card__meta--low {
  color: #fff;
  background: linear-gradient(90deg, #ff5a00, #ff9800);
}

.flash-sale-card__meta--sold {
  color: #fff;
  background: linear-gradient(90deg, #ff6a00, #ffb18d);
}

.flash-sale-card__button {
  min-height: 38px;
  margin-top: 2px;
  font-size: .62rem;
}

.home-categories {
  margin-top: 22px;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 10px;
  box-shadow: 0 14px 34px rgba(19, 29, 43, .06);
}

.home-categories__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  border-bottom: 1px solid var(--line);
  padding: 0 22px;
}

.home-categories__head h2 {
  margin: 0;
  color: #69717c;
  font-size: 1.18rem;
  font-weight: 900;
  text-transform: uppercase;
}

.home-categories__head a {
  color: var(--orange);
  font-size: .78rem;
  font-weight: 900;
}

.home-categories__grid {
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.home-category-card {
  display: grid;
  min-height: 166px;
  place-items: center;
  align-content: center;
  gap: 10px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  padding: 16px 8px;
  color: var(--ink);
  text-align: center;
  text-decoration: none;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease;
}

.home-category-card:nth-child(10n) {
  border-right: 0;
}

.home-category-card:hover {
  color: var(--orange);
  background: #fff8f3;
  transform: translateY(-2px);
}

.home-category-card__image {
  display: grid;
  width: 78px;
  height: 78px;
  place-items: center;
  overflow: hidden;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #fff, #fff1e8);
}

.home-category-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home-category-card__image strong {
  color: var(--orange);
  font-size: 1.8rem;
  font-weight: 900;
}

.home-category-card > span:last-child {
  display: block;
  max-width: 120px;
  font-size: .82rem;
  font-weight: 800;
  line-height: 1.25;
}

.quick-categories button,
.quick-categories a {
  position: relative;
  display: flex;
  min-height: 74px;
  align-items: center;
  gap: 12px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 14px 15px;
  color: var(--ink);
  background:
    radial-gradient(circle at 88% 20%, rgba(255,90,0,.12), transparent 28%),
    #fff;
  text-align: left;
  text-decoration: none;
  box-shadow: 0 14px 32px rgba(19, 29, 43, .07);
  transition: border-color 180ms ease, color 180ms ease, box-shadow 180ms ease, transform 180ms ease, background 180ms ease;
}

.quick-categories button:hover,
.quick-categories button:focus-visible,
.quick-categories a:hover,
.quick-categories a:focus-visible {
  border-color: rgba(255,90,0,.42);
  color: var(--orange);
  box-shadow: 0 18px 42px rgba(19, 29, 43, .12);
  transform: translateY(-3px);
}

.quick-categories svg {
  flex: 0 0 auto;
  width: 28px;
  height: 28px;
  color: var(--orange);
}

.quick-categories span {
  display: block;
  font-size: .86rem;
  font-weight: 800;
  line-height: 1.18;
}
.quick-categories button:nth-child(2) svg, .quick-categories a:nth-child(2) svg { color: var(--blue); }
.quick-categories button:nth-child(3) svg, .quick-categories a:nth-child(3) svg { color: #8748e7; }
.quick-categories button:nth-child(4) svg, .quick-categories a:nth-child(4) svg { color: #55a80a; }
.quick-categories button:nth-child(5) svg, .quick-categories a:nth-child(5) svg { color: #10a8ad; }
.quick-categories button:nth-child(6) svg, .quick-categories a:nth-child(6) svg { color: #e7a800; }

.products { padding-top: 16px; background: #fff; }
.section-heading { margin-bottom: 12px; }
.section-heading--split { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.products .section-heading > div:first-child { display: flex; align-items: center; gap: 14px; }
.products .section-heading .eyebrow { margin: 0; padding-right: 14px; border-right: 1px solid var(--line); font-size: .64rem; }
.products .section-heading h2 { margin: 0; font-size: clamp(1.45rem, 2vw, 2rem); }
.products-toolbar { display: flex; align-items: center; gap: 15px; }
.products-toolbar p { margin: 0; color: var(--muted); font-size: .8rem; }
.products-toolbar button { border: 0; padding: 0; color: var(--blue); background: transparent; font-size: .75rem; font-weight: 800; }
.active-filter { display: inline-flex; align-items: center; gap: 7px; margin: -10px 0 18px; border-radius: 20px; padding: 5px 6px 5px 11px; color: #fff; background: var(--orange); font-size: .7rem; font-weight: 800; }
.active-filter button { display: grid; width: 20px; height: 20px; place-items: center; border: 0; border-radius: 50%; color: var(--orange); background: #fff; }
.active-filter svg { width: 13px; }
.product-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 250px)); justify-content: start; align-items: start; gap: 14px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 6px; background: #fff; transition: box-shadow 180ms ease, transform 180ms ease; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.product-card[hidden] { display: none; }
.product-card__image { position: relative; display: grid; height: 214px; place-items: center; overflow: hidden; padding: 14px; background: var(--soft); }
.product-card__image > span { position: absolute; z-index: 2; top: 10px; left: 10px; border-radius: 4px; padding: 5px 7px; color: #fff; background: var(--blue); font-size: .62rem; font-weight: 900; }
.product-card__image img { width: 100%; height: 100%; object-fit: contain; transition: transform 240ms ease; }
.product-card:hover .product-card__image img { transform: scale(1.055); }
.favorite-button { position: absolute; display: grid; z-index: 2; width: 34px; height: 34px; place-items: center; top: 8px; right: 8px; border: 0; color: #a2a8af; background: transparent; }
.favorite-button svg { width: 19px; }
.favorite-button[aria-pressed="true"] { color: var(--orange); }
.favorite-button[aria-pressed="true"] svg { fill: currentColor; }
.product-card__body { padding: 14px; }
.product-card__category { margin-bottom: 5px; color: var(--blue); font-size: .61rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.product-card h3 { min-height: 43px; margin-bottom: 8px; font-size: .87rem; font-weight: 700; }
.rating { margin-bottom: 7px; color: #979fa9; font-size: .66rem; }
.rating span { color: #ffa000; letter-spacing: .06em; }
.price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 7px; margin-bottom: 11px; }
.price strong { color: var(--orange); font-size: 1.05rem; }
.price del { color: #9fa5ab; font-size: .68rem; }
.product-card__actions { display: flex; align-items: center; gap: 6px; }
.button--buy { min-height: 38px; flex: 1 1 auto; padding: 8px; background: var(--blue); font-size: .64rem; }
.button--buy:hover { background: #0046cc; }
.product-card__actions .icon-button { width: 38px; height: 38px; flex: 0 0 auto; }
.empty-message { border: 1px solid var(--line); border-radius: 6px; padding: 26px; color: var(--muted); background: var(--soft); text-align: center; }

.editorial { padding: 58px 0; background: var(--soft); }
.editorial__grid { display: grid; grid-template-columns: minmax(0, .95fr) minmax(340px, .72fr); align-items: center; gap: 44px; }
.editorial__image { position: relative; display: grid; overflow: hidden; border-radius: 7px; place-items: center; background: #edf0f4; box-shadow: var(--shadow); isolation: isolate; }
.editorial__image::before { position: absolute; z-index: -1; inset: -18px; background: var(--dnc-editorial-image) center / cover no-repeat; content: ""; filter: blur(14px); opacity: .42; transform: scale(1.04); }
.editorial__image::after { position: absolute; z-index: -1; inset: 0; background: rgba(255,255,255,.22); content: ""; }
.editorial__image img { width: 100%; height: 390px; object-fit: contain; }
.editorial p:not(.eyebrow) { color: var(--muted); }
.editorial ul, .product-modal ul { display: grid; gap: 8px; margin: 20px 0 25px; padding: 0; list-style: none; }
.editorial li, .product-modal li { display: flex; align-items: center; gap: 8px; font-size: .86rem; font-weight: 700; }
.editorial li svg, .product-modal li svg { width: 17px; color: var(--orange); }
.benefits { padding: 20px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.benefits__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.benefits__grid > div { display: flex; align-items: center; gap: 12px; border-right: 1px solid var(--line); padding: 10px 20px; }
.benefits__grid > div:last-child { border-right: 0; }
.benefits svg { width: 25px; color: var(--orange); }
.benefits span, .benefits strong, .benefits small { display: block; }
.benefits strong { font-size: .82rem; }
.benefits small { color: var(--muted); font-size: .68rem; }
.newsletter { color: #fff; background: #11151b; }
.newsletter__inner { display: grid; grid-template-columns: minmax(0,1fr) minmax(460px,.72fr); align-items: center; gap: 36px; }
.newsletter h2 { max-width: 720px; margin-bottom: 0; }
.newsletter form { display: grid; grid-template-columns: 1fr auto; gap: 8px; }
.newsletter input { min-width: 0; border: 1px solid #3b414b; border-radius: 5px; padding: 0 13px; background: #fff; }
.newsletter form p { grid-column: 1 / -1; min-height: 22px; margin: 0; color: #a9d5a5; font-size: .74rem; font-weight: 700; }
.denner-cta { padding: 36px 0; color: #fff; background: #082d3c; }
.denner-cta__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.denner-cta h2 { max-width: 900px; margin-bottom: 0; font-size: clamp(1.7rem, 2.7vw, 2.8rem); }
.site-footer { padding: 32px 0; color: #fff; background: #05080c; }
.site-footer__grid { display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 27px; }
.site-footer {
  padding: 34px 0 0;
  color: #fff;
  background:
    radial-gradient(circle at 78% 18%, rgba(7, 88, 245, .18), transparent 30%),
    radial-gradient(circle at 14% 0%, rgba(255, 90, 0, .14), transparent 26%),
    #05080c;
}

.site-footer__inner {
  display: grid;
  gap: 30px;
}

.site-footer__cta {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  border: 1px solid rgba(226, 230, 235, .16);
  border-radius: 18px;
  padding: clamp(24px, 3vw, 36px);
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .08), rgba(255, 255, 255, .03)),
    rgba(255, 255, 255, .04);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06), 0 22px 60px rgba(0, 0, 0, .24);
}

.site-footer__eyebrow {
  margin: 0 0 8px;
  color: #2eb7ff;
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-footer__cta h2 {
  max-width: 930px;
  margin: 0;
  color: #fff;
  font-size: clamp(1.85rem, 3vw, 3.05rem);
  letter-spacing: -.05em;
}

.site-footer__cta-button {
  min-width: 220px;
  min-height: 58px;
  border-radius: 9px;
  background: var(--blue);
  box-shadow: 0 18px 42px rgba(7, 88, 245, .28);
}

.site-footer__main {
  display: grid;
  grid-template-columns: minmax(260px, .95fr) minmax(150px, .45fr) minmax(190px, .58fr) minmax(250px, .75fr);
  gap: clamp(26px, 4vw, 70px);
  align-items: start;
}

.site-footer__brand-block {
  display: grid;
  gap: 18px;
}

.site-footer__brand {
  color: #fff;
}

.site-footer__brand svg {
  color: var(--orange);
}

.site-footer__brand-block p,
.site-footer__contact p {
  max-width: 350px;
  margin: 0;
  color: #c7d0dc;
  font-size: .95rem;
  line-height: 1.55;
}

.site-footer__social {
  display: flex;
  gap: 10px;
}

.site-footer__social a {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(226, 230, 235, .18);
  border-radius: 50%;
  color: #fff;
  background: rgba(255, 255, 255, .06);
  transition: transform 180ms ease, border-color 180ms ease, color 180ms ease, background 180ms ease;
}

.site-footer__social a:hover,
.site-footer__social a:focus-visible {
  color: var(--orange);
  border-color: rgba(255, 90, 0, .44);
  background: rgba(255, 90, 0, .1);
  transform: translateY(-2px);
}

.site-footer__social svg {
  width: 20px;
  height: 20px;
}

.site-footer__nav,
.site-footer__contact {
  display: grid;
  gap: 12px;
}

.site-footer__nav h3,
.site-footer__contact h3 {
  margin: 0 0 6px;
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.site-footer__nav a,
.site-footer__contact-link {
  color: #c7d0dc;
  font-size: .9rem;
  font-weight: 700;
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer__nav a:hover,
.site-footer__nav a:focus-visible,
.site-footer__contact-link:hover,
.site-footer__contact-link:focus-visible {
  color: var(--orange);
  transform: translateX(2px);
}

.site-footer__contact-button {
  display: inline-flex;
  width: fit-content;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(226, 230, 235, .14);
  border-radius: 10px;
  padding: 0 18px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: .88rem;
  font-weight: 900;
  transition: background 180ms ease, color 180ms ease, border-color 180ms ease, transform 180ms ease;
}

.site-footer__contact-button:hover,
.site-footer__contact-button:focus-visible {
  color: #fff;
  border-color: rgba(255, 90, 0, .38);
  background: var(--orange);
  transform: translateY(-2px);
}

.site-footer__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.site-footer__trust-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 14px;
  min-height: 132px;
  border: 1px solid rgba(226, 230, 235, .14);
  border-radius: 14px;
  padding: 22px;
  background: rgba(255, 255, 255, .07);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .04);
}

.site-footer__trust-card > span {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(7, 88, 245, .34);
  border-radius: 50%;
  color: #39a8ff;
  background: rgba(7, 88, 245, .14);
}

.site-footer__trust-card svg {
  width: 20px;
  height: 20px;
}

.site-footer__trust-card strong {
  display: block;
  margin-bottom: 4px;
  color: #fff;
  font-size: .92rem;
  font-weight: 900;
}

.site-footer__trust-card small {
  display: block;
  color: #c7d0dc;
  font-size: .78rem;
  line-height: 1.4;
}

.site-footer__policy-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 12px;
}

.site-footer__policy-tags a {
  border: 1px solid rgba(226, 230, 235, .18);
  border-radius: 999px;
  padding: 5px 9px;
  color: #fff;
  background: rgba(255, 255, 255, .08);
  font-size: .65rem;
  font-weight: 900;
}

.site-footer__policy-tags a:hover,
.site-footer__policy-tags a:focus-visible {
  color: #fff;
  background: var(--orange);
  border-color: var(--orange);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  border-top: 1px solid rgba(226, 230, 235, .12);
  padding: 22px 0;
}

.site-footer__bottom p {
  margin: 0;
  color: #c7d0dc;
  font-size: .84rem;
}

.site-footer__bottom-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer__bottom-links > a:last-child {
  color: #fff;
  font-size: .82rem;
  font-weight: 900;
}

.site-footer__bottom-links > a:last-child:hover,
.site-footer__bottom-links > a:last-child:focus-visible {
  color: var(--orange);
}

.dennersite-credit {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 7px;
  color: #c7d0dc;
  font-size: .72rem;
  font-weight: 800;
}

.dennersite-credit img {
  width: 116px;
  height: auto;
}

.drawer-backdrop { position: fixed; z-index: 40; inset: 0; background: rgba(0,0,0,.54); }
.cart-drawer { position: fixed; display: flex; z-index: 41; width: min(92vw, 430px); top: 0; right: 0; bottom: 0; flex-direction: column; background: #fff; box-shadow: -12px 0 42px rgba(0,0,0,.2); transform: translateX(105%); transition: transform 220ms ease; }
.cart-drawer.is-open { transform: translateX(0); }
.cart-drawer__header { display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); padding: 20px; }
.cart-drawer__header h2 { margin: 0; font-size: 1.8rem; }
.cart-drawer__items { display: grid; overflow-y: auto; gap: 12px; padding: 16px; }
.cart-status { min-height: 18px; margin: 0; padding: 8px 16px 0; color: var(--muted); font-size: .7rem; }
.cart-status.is-warning { color: #b03a00; }
.cart-item { display: grid; grid-template-columns: 74px 1fr auto; align-items: center; gap: 10px; border-bottom: 1px solid var(--line); padding-bottom: 12px; }
.cart-item img { width: 74px; height: 74px; border-radius: 5px; object-fit: contain; background: var(--soft); }
.cart-item h3 { margin-bottom: 4px; font-size: .76rem; }
.cart-item strong { color: var(--orange); font-size: .78rem; }
.cart-item__controls { display: flex; align-items: center; gap: 5px; margin-top: 7px; }
.cart-item__controls button { display: grid; width: 24px; height: 24px; place-items: center; border: 1px solid var(--line); border-radius: 4px; background: #fff; }
.cart-item__controls svg { width: 12px; }
.cart-item__remove { border: 0; color: #a3a9b0; background: transparent; }
.cart-item__remove:hover { color: var(--orange); }
.cart-item__remove svg { width: 17px; }
.cart-empty { display: grid; flex: 1; place-content: center; padding: 30px; color: var(--muted); text-align: center; }
.cart-empty svg { width: 38px; height: 38px; margin: 0 auto 11px; color: var(--orange); }
.cart-empty h3 { color: var(--ink); font-size: 1.18rem; }
.cart-empty p { max-width: 280px; font-size: .83rem; }
.cart-drawer__footer { margin-top: auto; border-top: 1px solid var(--line); padding: 18px; }
.cart-coupon { display: grid; gap: 6px; margin-bottom: 12px; }
.cart-shipping { display: grid; gap: 6px; margin-bottom: 12px; }
.cart-coupon label, .cart-shipping label { color: var(--muted); font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.cart-coupon div, .cart-shipping > div:first-of-type { display: grid; grid-template-columns: 1fr auto; gap: 6px; }
.cart-coupon input, .cart-shipping input { min-width: 0; border: 1px solid var(--line); border-radius: 5px; padding: 9px 10px; }
.cart-coupon input { text-transform: uppercase; }
.cart-coupon button, .cart-shipping button { border: 0; border-radius: 5px; padding: 0 12px; color: #fff; background: var(--ink); font-weight: 800; }
.cart-coupon p, .cart-shipping p { min-height: 17px; margin: 0; color: var(--muted); font-size: .68rem; font-weight: 700; }
.cart-shipping__options { display: grid !important; grid-template-columns: 1fr !important; gap: 6px !important; }
.cart-shipping__options label { display: grid; grid-template-columns: auto 1fr auto; gap: 8px; align-items: center; border: 1px solid var(--line); border-radius: 7px; padding: 8px; background: var(--soft); color: var(--ink); font-size: .72rem; font-weight: 800; text-transform: none; cursor: pointer; }
.cart-shipping__options label:has(input:checked) { border-color: var(--orange); background: #fff4ee; }
.cart-shipping__options input { width: 16px; height: 16px; padding: 0; accent-color: var(--orange); }
.cart-shipping__options small { display: block; color: var(--muted); font-size: .62rem; font-weight: 700; }
.cart-shipping__options strong { color: var(--orange); font-size: .8rem; white-space: nowrap; }
.cart-drawer__footer p { display: flex; align-items: center; justify-content: space-between; font-weight: 700; }
.cart-drawer__footer strong { color: var(--orange); font-size: 1.15rem; }
.cart-drawer__footer .button { width: 100%; }
.cart-drawer__footer small { display: block; margin-top: 9px; color: var(--muted); font-size: .64rem; text-align: center; }
.product-modal, .checkout-modal { max-width: none; border: 0; border-radius: 7px; padding: 0; box-shadow: 0 24px 78px rgba(0,0,0,.26); }
.product-modal::backdrop, .checkout-modal::backdrop { background: rgba(0,0,0,.7); }
.product-modal { width: min(92vw, 860px); }
.product-modal__grid { display: grid; grid-template-columns: .92fr 1.08fr; }
.product-modal__grid > img { width: 100%; height: 100%; min-height: 440px; object-fit: contain; background: var(--soft); }
.product-modal__body { padding: 31px; }
.product-modal__body h2 { font-size: 2rem; }
.product-modal__body > p:not(.eyebrow,.rating,.price) { color: var(--muted); font-size: .86rem; }
.product-modal__close, .checkout-modal__close { position: absolute; z-index: 2; top: 12px; right: 12px; }
.checkout-modal { width: min(94vw, 620px); padding: 34px; text-align: center; }
.checkout-modal__icon { width: 52px; height: 52px; color: var(--orange); }
.checkout-modal h2 { font-size: 2rem; }
.checkout-modal > p:not(.eyebrow) { color: var(--muted); }
.checkout-form { display: grid; gap: 10px; margin-top: 20px; text-align: left; }
.checkout-form label { color: var(--muted); font-size: .72rem; font-weight: 800; text-transform: uppercase; }
.checkout-form input { width: 100%; min-height: 42px; margin-top: 5px; border: 1px solid var(--line); border-radius: 5px; padding: 8px 10px; }
.checkout-form input[readonly] { background: var(--soft); color: var(--muted); cursor: not-allowed; }
.checkout-address { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; margin-top: 4px; border: 1px solid var(--line); border-radius: 8px; padding: 12px; background: #fffaf7; }
.checkout-address p { grid-column: 1 / -1; margin: 0; color: var(--orange); font-size: .7rem; font-weight: 900; letter-spacing: .1em; text-align: center; text-transform: uppercase; }
.checkout-address label:first-of-type, .checkout-address label:nth-of-type(2), .checkout-address label:nth-of-type(5), .checkout-address label:nth-of-type(6) { grid-column: span 2; }
.checkout-form .button { margin-top: 4px; }
.checkout-message { min-height: 20px; margin: 0; color: #b03a00; font-size: .74rem; font-weight: 700; text-align: center; }
.checkout-result p { color: var(--muted); }
.checkout-order-code { display: grid; gap: 4px; border: 1px solid var(--line); border-radius: 8px; padding: 10px 12px; background: var(--soft); color: var(--ink) !important; text-align: left; }
.checkout-order-code code { overflow-wrap: anywhere; color: var(--blue); font-weight: 900; }
.checkout-result .button { width: 100%; margin-top: 8px; }
.catalog-hero { padding: 42px 0; color: #fff; background: radial-gradient(circle at 20% 20%, rgba(255,90,0,.32), transparent 30%), linear-gradient(135deg, #07090d 0%, #142239 100%); }
.catalog-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) 220px; align-items: center; gap: 28px; }
.catalog-hero h1 { max-width: 820px; margin-bottom: 10px; font-size: clamp(2.1rem, 4vw, 4.2rem); letter-spacing: -.06em; }
.catalog-hero p:not(.eyebrow) { max-width: 720px; margin: 0; color: #dbe3ef; }
.catalog-hero__stats { display: grid; justify-items: end; }
.catalog-hero__stats strong { color: var(--orange); font-size: clamp(2.3rem, 5vw, 4.9rem); font-weight: 900; letter-spacing: -.08em; line-height: .9; }
.catalog-hero__stats span { color: #dbe3ef; font-size: .75rem; font-weight: 800; text-transform: uppercase; }
.catalog-page { display: grid; grid-template-columns: 290px minmax(0, 1fr); gap: 24px; padding-top: 28px; padding-bottom: 74px; }
.catalog-sidebar { align-self: start; position: sticky; top: 154px; }
.catalog-filter { display: grid; gap: 16px; border: 1px solid var(--line); border-radius: 10px; padding: 18px; background: #fff; box-shadow: 0 12px 30px rgba(20,27,39,.06); }
.catalog-filter label { display: block; margin-bottom: 6px; color: var(--muted); font-size: .68rem; font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.catalog-filter input, .catalog-filter select { width: 100%; min-height: 42px; border: 1px solid var(--line); border-radius: 5px; padding: 8px 10px; background: #fff; }
.catalog-filter__badges { display: flex; flex-wrap: wrap; gap: 7px; }
.catalog-filter__badges label { width: 100%; }
.catalog-filter__badges a { border: 1px solid var(--line); border-radius: 999px; padding: 7px 10px; color: var(--ink); background: #fff; font-size: .72rem; font-weight: 800; }
.catalog-filter__badges a.is-active, .catalog-filter__badges a:hover { border-color: var(--orange); color: var(--orange); background: #fff4ee; }
.catalog-filter .button { width: 100%; }
.catalog-filter__clear { color: var(--muted); font-size: .74rem; font-weight: 800; text-align: center; text-decoration: underline; text-underline-offset: 3px; }
.catalog-results { min-width: 0; }
.catalog-results__bar { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 16px; border: 1px solid var(--line); border-radius: 9px; padding: 13px 16px; background: var(--soft); }
.catalog-results__bar p { margin: 0; color: var(--muted); font-size: .82rem; font-weight: 700; }
.catalog-results__bar a { color: var(--blue); font-size: .75rem; font-weight: 900; }
.catalog-grid { grid-template-columns: repeat(auto-fill, minmax(205px, 1fr)); }
.catalog-empty { display: grid; justify-items: center; border: 1px solid var(--line); border-radius: 12px; padding: 54px 22px; background: #fff; text-align: center; box-shadow: var(--shadow); }
.catalog-empty svg { width: 46px; height: 46px; margin-bottom: 14px; color: var(--orange); }
.catalog-empty h2 { max-width: 720px; font-size: clamp(1.5rem, 2.6vw, 2.4rem); }
.catalog-empty p { max-width: 560px; color: var(--muted); }
.catalog-pagination { margin-top: 28px; }
.catalog-pagination ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 7px; margin: 0; padding: 0; list-style: none; }
.catalog-pagination a, .catalog-pagination span { display: grid; min-width: 40px; height: 40px; place-items: center; border: 1px solid var(--line); border-radius: 5px; padding: 0 11px; background: #fff; font-size: .78rem; font-weight: 900; }
.catalog-pagination .current { border-color: var(--orange); color: #fff; background: var(--orange); }
.catalog-pagination a:hover { border-color: var(--orange); color: var(--orange); }
.product-page { padding-top: 24px; padding-bottom: 76px; }
.product-breadcrumb { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 18px; color: var(--muted); font-size: .75rem; font-weight: 700; }
.product-breadcrumb a { color: var(--blue); }
.product-breadcrumb strong { color: var(--ink); }
.product-detail { display: grid; grid-template-columns: minmax(0, .95fr) minmax(380px, .72fr); gap: 34px; align-items: start; }
.product-detail__media, .product-detail__info, .product-description { border: 1px solid var(--line); border-radius: 12px; background: #fff; box-shadow: 0 12px 30px rgba(20,27,39,.06); }
.product-detail__media { padding: 18px; }
.product-detail__main-image { position: relative; display: grid; min-height: 520px; place-items: center; border-radius: 10px; padding: 24px; background: var(--soft); overflow: hidden; }
.product-detail__main-image span { position: absolute; z-index: 4; top: 16px; left: 16px; border-radius: 5px; padding: 7px 9px; color: #fff; background: var(--blue); font-size: .68rem; font-weight: 900; }
.product-detail__main-image img { width: 100%; max-height: 560px; object-fit: contain; cursor: zoom-in; transition: opacity 160ms ease, transform 180ms ease; }
.product-detail__main-image img.is-changing { opacity: .35; transform: scale(.985); }
.product-gallery__zoom, .product-gallery__nav { display: inline-grid; place-items: center; border: 1px solid rgba(20,27,39,.1); color: var(--ink); background: rgba(255,255,255,.92); box-shadow: 0 12px 28px rgba(20,27,39,.12); transition: transform 160ms ease, border-color 160ms ease, color 160ms ease; }
.product-gallery__zoom:hover, .product-gallery__nav:hover { border-color: var(--orange); color: var(--orange); transform: translateY(-1px); }
.product-gallery__zoom { position: absolute; z-index: 4; top: 16px; right: 16px; width: 44px; height: 44px; border-radius: 999px; }
.product-gallery__nav { position: absolute; z-index: 4; top: 50%; width: 44px; height: 56px; border-radius: 999px; transform: translateY(-50%); }
.product-gallery__nav:hover { transform: translateY(calc(-50% - 1px)); }
.product-gallery__nav--prev { left: 14px; }
.product-gallery__nav--next { right: 14px; }
.product-gallery__nav svg, .product-gallery__zoom svg { width: 20px; height: 20px; }
.product-detail__thumbs { display: grid; grid-template-columns: repeat(auto-fill, minmax(78px, 1fr)); gap: 8px; margin-top: 12px; }
.product-detail__thumbs button { display: grid; aspect-ratio: 1; place-items: center; border: 1px solid var(--line); border-radius: 8px; padding: 6px; background: #fff; cursor: pointer; }
.product-detail__thumbs button.is-active { border-color: var(--orange); box-shadow: 0 0 0 2px rgba(255,75,0,.12); }
.product-detail__thumbs img { width: 100%; height: 100%; object-fit: contain; }
.product-detail__info { padding: clamp(22px, 3vw, 34px); }
.product-detail__info h1 { margin-bottom: 12px; font-size: clamp(2rem, 3.4vw, 3.8rem); letter-spacing: -.06em; }
.product-detail__price { display: flex; flex-wrap: wrap; align-items: baseline; gap: 12px; margin: 20px 0 8px; }
.product-detail__price strong { color: var(--orange); font-size: clamp(2rem, 3vw, 3.2rem); font-weight: 900; letter-spacing: -.05em; }
.product-detail__price del { color: #9fa5ab; font-size: 1.05rem; }
.product-detail__stock { display: inline-flex; border-radius: 999px; padding: 7px 11px; font-size: .75rem; font-weight: 900; }
.product-detail__stock.is-available { color: #0c744c; background: #eafaf3; }
.product-detail__stock.is-unavailable { color: #9a2e22; background: #fff0ed; }
.product-detail__actions { display: flex; align-items: center; gap: 10px; margin: 24px 0; }
.product-detail__actions .button { flex: 1 1 auto; min-height: 52px; }
.product-detail__trust { display: grid; gap: 9px; margin: 0 0 24px; padding: 0; list-style: none; }
.product-detail__trust li { display: flex; align-items: center; gap: 9px; color: var(--muted); font-size: .84rem; font-weight: 700; }
.product-detail__trust svg { width: 18px; color: var(--orange); }
.product-detail__meta { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
.product-detail__meta div { border: 1px solid var(--line); border-radius: 8px; padding: 10px 11px; background: var(--soft); }
.product-detail__meta small { display: block; color: var(--muted); font-size: .64rem; font-weight: 900; text-transform: uppercase; }
.product-detail__meta strong { display: block; margin-top: 3px; font-size: .82rem; overflow-wrap: anywhere; }
.product-description { display: grid; grid-template-columns: 280px minmax(0, 1fr); gap: 26px; margin-top: 28px; padding: clamp(22px, 3vw, 34px); }
.product-description h2 { margin: 0; font-size: clamp(1.6rem, 2.6vw, 2.5rem); }
.product-description__content { color: var(--muted); }
.product-description__content p:last-child { margin-bottom: 0; }
.product-related { padding-top: 54px; }
.product-related .section-heading a { color: var(--blue); font-size: .75rem; font-weight: 900; }
.product-zoom { width: min(96vw, 1120px); max-width: none; border: 0; border-radius: 14px; padding: 56px 28px 28px; background: #fff; box-shadow: 0 30px 80px rgba(0,0,0,.34); }
.product-zoom::backdrop { background: rgba(6,10,18,.76); backdrop-filter: blur(4px); }
.product-zoom img { display: block; width: 100%; max-height: 82vh; object-fit: contain; }
.product-zoom__close { position: absolute; top: 14px; right: 14px; }
.product-zoom .product-gallery__nav { top: 50%; }
.product-zoom .product-gallery__nav--prev { left: 16px; }
.product-zoom .product-gallery__nav--next { right: 16px; }
.product-zoom.is-single .product-gallery__nav { display: none; }
.content-page { min-height: 56vh; padding-top: 72px; padding-bottom: 72px; }
.content-page__article { max-width: 920px; margin-inline: auto; border: 1px solid var(--line); border-radius: 10px; padding: clamp(26px, 4vw, 54px); background: #fff; box-shadow: var(--shadow); }
.content-page__article h1 { margin-bottom: 24px; font-size: clamp(2rem, 4vw, 3.4rem); letter-spacing: -.05em; }
.content-page__article h2 { margin-top: 34px; font-size: clamp(1.25rem, 2.2vw, 1.75rem); }
.content-page__article p, .content-page__article li { color: var(--muted); }
.content-page__article a { color: var(--blue); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 1180px) {
  .shell { width: min(100% - 32px, 1140px); }
  .header-search { margin-left: 0; }
  .account-link { display: none; }
  .catalog-page { grid-template-columns: 1fr; }
  .catalog-sidebar { position: static; }
  .product-detail { grid-template-columns: 1fr; }
  .product-detail__main-image { min-height: 420px; }
  .product-grid { grid-template-columns: repeat(auto-fill, minmax(205px, 244px)); }
  .quick-categories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 780px) {
  html { scroll-padding-top: 76px; }
  
  .home-hero {
      grid-template-columns: 1fr;
      gap: 10px;
      margin-top: 14px;
    }
    
    .home-hero__main {
      min-height: 330px;
      border-radius: 10px;
    }
    
    .home-hero__slide img {
      object-fit: cover;
    }
    
    .home-hero__side {
      grid-template-columns: 1fr;
      grid-template-rows: none;
      min-height: 0;
    }
    
    .home-hero__side-card {
      min-height: 118px;
      border-radius: 10px;
    }
    
    .home-hero__arrow {
      width: 38px;
      height: 54px;
      opacity: 1;
      background: rgba(0, 0, 0, .14);
    }
    
    .home-hero__arrow svg {
      width: 24px;
      height: 24px;
    }
    
    .home-hero__dots {
      bottom: 14px;
    }
  .shell { width: min(100% - 24px, 720px); }
  .section { padding: 64px 0; }
  .promo-bar nav { display: none; }
  .promo-bar__inner { justify-content: center; }
  .site-header__main { min-height: 68px; gap: 10px; }
  .menu-toggle { display: grid; border: 0; }
  .brand { font-size: 1.34rem; }
  .brand svg { width: 27px; }
  .header-search { position: absolute; display: none; top: 68px; right: 0; left: 0; grid-template-columns: 1fr 48px; padding: 10px 12px; background: #fff; box-shadow: var(--shadow); }
  .header-search.is-open { display: grid; }
  .header-search select { display: none; }
  .header-search input { border: 1px solid var(--line); border-right: 0; border-radius: 5px 0 0 5px; }
  .mobile-search-toggle { display: grid; border: 0; order: 3; }
  .cart-trigger { margin-left: auto; order: 4; }
  .cart-trigger > span:last-child { display: none; }
  .category-nav-wrap { position: fixed; z-index: 30; width: min(86vw, 340px); top: 0; bottom: 0; left: 0; padding-top: 82px; background: #fff; box-shadow: 12px 0 35px rgba(0,0,0,.18); transform: translateX(-105%); transition: transform 220ms ease; }
  .category-nav-wrap.is-open { transform: translateX(0); }
  .category-nav { display: grid; width: 100%; gap: 0; padding: 0 15px; }
  .category-nav button, .category-nav a { border-bottom: 1px solid var(--line); padding: 0 10px; }
  .hero { min-height: 560px; grid-template-columns: 1fr; align-items: end; margin-top: 16px; padding: 28px 24px 48px; background-image: var(--dnc-hero-mobile); background-position: center; }
  .hero::before { background: linear-gradient(180deg, rgba(0,0,0,.04) 0%, rgba(0,0,0,.32) 42%, rgba(0,0,0,.96) 100%); }
  .hero h1 { font-size: clamp(2.2rem, 8.8vw, 3.8rem); }
  .hero__discount { display: none; }
  .catalog-hero__inner { grid-template-columns: 1fr; }
  .catalog-hero__stats { justify-items: start; }
  .catalog-page { padding-top: 18px; padding-bottom: 52px; }
  .catalog-results__bar { display: grid; }
  .product-page { padding-top: 18px; padding-bottom: 52px; }
  .product-detail__media { padding: 10px; }
  .product-detail__main-image { min-height: 300px; padding: 14px; }
  .product-detail__thumbs { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .product-gallery__nav { width: 38px; height: 48px; }
  .product-gallery__zoom { width: 40px; height: 40px; }
  .product-zoom { width: min(94vw, 720px); padding: 54px 14px 18px; }
  .product-detail__actions { align-items: stretch; }
  .product-detail__actions .button { min-width: 0; }
  .product-description { grid-template-columns: 1fr; }
  .quick-categories { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; padding-top: 13px; }

  .quick-categories button,
  .quick-categories a {
    min-height: 68px;
    border-radius: 14px;
    padding: 12px;
  }

  .flash-sale {
    width: min(100% - 24px, 720px);
    padding: 18px 12px 20px;
  }

  .flash-sale__head {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
  }

  .flash-sale__head h2 {
    font-size: clamp(1.75rem, 9vw, 2.5rem);
  }

  .flash-sale__timer {
    order: 2;
  }

  .flash-sale__head > a {
    order: 3;
  }

  .flash-sale__carousel {
    padding: 0 2px;
  }

  .flash-sale__grid {
    grid-auto-columns: 100%;
    gap: 12px;
    padding: 2px 0;
  }

  .flash-sale__nav {
    width: 34px;
    height: 34px;
  }

  .flash-sale__nav:hover,
  .flash-sale__nav:focus-visible {
    width: 38px;
    height: 38px;
  }

  .flash-sale__nav--prev {
    left: 4px;
  }

  .flash-sale__nav--next {
    right: 4px;
  }

  .flash-sale-card {
    width: 100%;
  }

  .flash-sale-card__image {
    height: 220px;
  }

  .flash-sale-card__deal {
    right: 10px;
    bottom: 10px;
    left: 10px;
    min-height: 52px;
    padding: 9px 12px;
  }

  .flash-sale-card__deal-icon {
    width: 30px;
    height: 30px;
  }

  .flash-sale-card__deal strong {
    font-size: 1.16rem;
  }

  .flash-sale-card__deal del {
    font-size: .68rem;
  }

  .home-categories {
    width: min(100% - 24px, 720px);
  }

  .home-categories__head {
    min-height: 62px;
    padding: 0 14px;
  }

  .home-categories__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .home-category-card {
    min-height: 138px;
    padding: 13px 6px;
  }

  .home-category-card:nth-child(10n) {
    border-right: 1px solid var(--line);
  }

  .home-category-card:nth-child(3n) {
    border-right: 0;
  }

  .home-category-card__image {
    width: 64px;
    height: 64px;
  }

  .home-category-card > span:last-child {
    font-size: .74rem;
  }

  .product-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
  .product-card__body { padding: 11px; }
  .product-card h3 { min-height: 47px; font-size: .78rem; }
  .product-card__image { height: 158px; padding: 11px; }
  .product-card__actions .icon-button { display: none; }
  .button--buy { min-height: 36px; font-size: .58rem; }
  .editorial__grid, .newsletter__inner { grid-template-columns: 1fr; gap: 25px; }
  .editorial { padding: 42px 0; }
  .editorial__image img { height: min(62vw, 320px); }
  .benefits__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .benefits__grid > div { border-bottom: 1px solid var(--line); padding: 13px 8px; }
  .newsletter form { grid-template-columns: 1fr; }
  .denner-cta__inner, .site-footer__grid { display: grid; grid-template-columns: 1fr; }
  .site-footer {
  padding-top: 24px;
  }

  .site-footer__cta {
    grid-template-columns: 1fr;
    gap: 20px;
    border-radius: 16px;
    padding: 24px;
  }

  .site-footer__cta h2 {
    font-size: clamp(1.65rem, 8vw, 2.35rem);
  }

  .site-footer__cta-button {
    width: 100%;
    min-width: 0;
  }

  .site-footer__main {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .site-footer__brand-block p,
  .site-footer__contact p {
    max-width: none;
  }

  .site-footer__trust {
    grid-template-columns: 1fr;
  }

  .site-footer__bottom {
    display: grid;
    gap: 16px;
    text-align: left;
  }

  .site-footer__bottom-links {
    justify-content: flex-start;
  }
  .product-modal__grid { grid-template-columns: 1fr; }
  .product-modal__grid > img { min-height: 210px; max-height: 280px; }
  .product-modal__body { padding: 24px; }
  .checkout-address { grid-template-columns: 1fr; }
  .checkout-address label:first-of-type, .checkout-address label:nth-of-type(2), .checkout-address label:nth-of-type(5), .checkout-address label:nth-of-type(6) { grid-column: auto; }
}

@media (max-width: 420px) {
  .shell { width: min(100% - 18px, 400px); }
  .brand { font-size: 1.18rem; }
  .brand svg { width: 24px; }
  .quick-categories span, .quick-categories small { font-size: .64rem; }
  .section-heading--split { display: block; }
  .products .section-heading > div:first-child { display: block; }
  .products .section-heading .eyebrow { margin-bottom: 4px; padding-right: 0; border-right: 0; }
  .products .section-heading h2 { font-size: 1.65rem; }
  .products-toolbar { justify-content: space-between; }
  .product-card__image > span { font-size: .54rem; }
  .favorite-button { top: 4px; right: 4px; }
  .product-card__category { font-size: .53rem; }
  .price { display: block; }
  .price strong, .price del { display: block; }
  .product-modal__body h2 { font-size: 1.55rem; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
