/* Dutch Heating Products — shop theme overrides */

.dhp-shop {
  --dhp-accent: #ea580c;
  --dhp-accent-hover: #c2410c;
  --dhp-accent-light: #fff7ed;
  --dhp-dark: #0f172a;
  --dhp-container-max: 80rem;
  --dhp-container-padding: 1.25rem;
}

/* Shared horizontal rhythm — matches header, topbar and footer */
.dhp-container {
  width: 100%;
  max-width: var(--dhp-container-max);
  margin-inline: auto;
  padding-inline: var(--dhp-container-padding);
}

body.dhp-shop .mx-auto.max-w-6xl {
  max-width: var(--dhp-container-max);
  padding-left: var(--dhp-container-padding);
  padding-right: var(--dhp-container-padding);
}

.dhp-shop .btn-dhp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background: var(--dhp-accent);
  border-radius: 0.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s, box-shadow 0.15s;
  box-shadow: 0 4px 14px rgba(234, 88, 12, 0.25);
}

.dhp-shop .btn-dhp:hover {
  background: var(--dhp-accent-hover);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.35);
}

.dhp-shop .btn-dhp--outline {
  background: transparent;
  color: var(--dhp-accent);
  border: 2px solid var(--dhp-accent);
  box-shadow: none;
}

.dhp-shop .btn-dhp--outline:hover {
  background: var(--dhp-accent-light);
  color: var(--dhp-accent-hover);
  border-color: var(--dhp-accent-hover);
  transform: none;
}

.dhp-shop .btn-dhp--white {
  background: #fff;
  color: var(--dhp-accent);
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.dhp-shop .btn-dhp--white:hover {
  background: #fff7ed;
  color: var(--dhp-accent-hover);
}

/* Shop hero */
.dhp-shop-hero {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 50%, #7c2d12 100%);
  color: #fff;
  padding: 4rem 0 5rem;
}

.dhp-shop-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(234,88,12,0.25) 0%, transparent 50%);
  pointer-events: none;
}

.dhp-shop-hero__inner {
  position: relative;
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.dhp-shop-hero h1 {
  font-size: clamp(2rem, 5vw, 3.25rem);
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: -0.02em;
}

.dhp-shop-hero__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2rem;
}

.dhp-shop-hero__badge {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 9999px;
  font-size: 0.8125rem;
  font-weight: 500;
}

.dhp-shop-hero__badge svg {
  width: 1rem;
  height: 1rem;
  color: #fdba74;
}

/* Collection pills */
.dhp-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.dhp-pill {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.15s;
}

.dhp-pill:hover {
  border-color: var(--dhp-accent);
  color: var(--dhp-accent);
  background: var(--dhp-accent-light);
}

.dhp-pill--active {
  background: var(--dhp-accent);
  border-color: var(--dhp-accent);
  color: #fff;
}

/* Product cards — DHP */
.dhp-shop .product-card {
  border-radius: 1.25rem;
  border-color: #e2e8f0;
  padding: 0;
  overflow: hidden;
  transition: transform 0.2s, box-shadow 0.2s;
}

.dhp-shop .product-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(15, 23, 42, 0.12);
  border-color: #fed7aa;
}

.dhp-shop .product-card__media {
  aspect-ratio: 1;
  border: none;
  border-radius: 0;
  background: #0f172a;
}

.dhp-shop .product-card__body {
  padding: 1.25rem 1.5rem 1.5rem;
}

.dhp-shop .product-card__type {
  color: var(--dhp-accent);
}

.dhp-shop .product-card__title a:hover {
  color: var(--dhp-accent);
}

.dhp-shop .product-card__price {
  font-size: 1.25rem;
  font-weight: 700;
}

.dhp-shop .product-card__compare {
  font-size: 0.875rem;
  color: #94a3b8;
  text-decoration: line-through;
  margin-left: 0.5rem;
  font-weight: 400;
}

/* Product detail gallery */
.dhp-shop .product-detail__media {
  background: transparent;
  border: none;
  padding: 0;
}

.dhp-pdp-gallery {
  outline: none;
}

.dhp-pdp-gallery__viewport {
  position: relative;
  overflow: hidden;
  border-radius: 1rem;
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  cursor: zoom-in;
}

.dhp-pdp-gallery__track {
  display: flex;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.dhp-pdp-gallery__slide {
  flex: 0 0 100%;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.dhp-pdp-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1.25rem;
  border-radius: 0;
  box-shadow: none;
}

.dhp-pdp-gallery__slide--empty {
  flex-direction: column;
  gap: 0.75rem;
  color: #94a3b8;
  background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
}

.dhp-pdp-gallery__slide--empty svg {
  width: 3rem;
  height: 3rem;
}

.dhp-pdp-gallery__nav {
  position: absolute;
  top: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.75rem;
  height: 2.75rem;
  margin: 0;
  padding: 0;
  border: 1px solid #e2e8f0;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.96);
  color: #334155;
  box-shadow: 0 4px 16px rgba(15, 23, 42, 0.1);
  cursor: pointer;
  transform: translateY(-50%);
  transition: border-color 0.15s, color 0.15s, box-shadow 0.15s, transform 0.15s;
}

.dhp-pdp-gallery__nav:hover {
  border-color: #fdba74;
  color: #ea580c;
  box-shadow: 0 6px 20px rgba(234, 88, 12, 0.15);
}

.dhp-pdp-gallery__nav:active {
  transform: translateY(-50%) scale(0.96);
}

.dhp-pdp-gallery__nav--prev { left: 0.75rem; }
.dhp-pdp-gallery__nav--next { right: 0.75rem; }

.dhp-pdp-gallery.is-single .dhp-pdp-gallery__nav,
.dhp-pdp-gallery.is-single .dhp-pdp-gallery__footer {
  display: none;
}

.dhp-pdp-gallery__footer {
  margin-top: 0.75rem;
}

.dhp-pdp-gallery__thumbs {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding-bottom: 0.15rem;
  scrollbar-width: thin;
}

.dhp-pdp-gallery__thumb {
  flex: 0 0 auto;
  width: 4.25rem;
  height: 4.25rem;
  padding: 0;
  border: 2px solid transparent;
  border-radius: 0.75rem;
  overflow: hidden;
  background: #fff;
  cursor: pointer;
  transition: border-color 0.15s, box-shadow 0.15s;
}

.dhp-pdp-gallery__thumb.is-active,
.dhp-pdp-gallery__thumb:hover {
  border-color: #ea580c;
  box-shadow: 0 0 0 1px rgba(234, 88, 12, 0.15);
}

.dhp-pdp-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 0;
}

.dhp-pdp-gallery__counter {
  margin: 0.5rem 0 0;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 500;
  color: #64748b;
}

.dhp-trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
  background: var(--dhp-accent-light);
  border-radius: 1rem;
  border: 1px solid #fed7aa;
}

.dhp-trust-row__item {
  text-align: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #9a3412;
}

.dhp-trust-row__item span {
  display: block;
  font-size: 1.25rem;
  margin-bottom: 0.25rem;
}

.dhp-specs {
  margin-top: 2rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  overflow: hidden;
}

.dhp-specs__title {
  padding: 0.875rem 1.25rem;
  background: #f8fafc;
  font-size: 0.875rem;
  font-weight: 600;
  color: #334155;
  border-bottom: 1px solid #e2e8f0;
}

.dhp-specs dl {
  padding: 0.5rem 0;
}

.dhp-specs__row {
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 1.25rem;
  font-size: 0.875rem;
  border-bottom: 1px solid #f1f5f9;
}

.dhp-specs__row:last-child {
  border-bottom: none;
}

.dhp-specs__row dt {
  color: #64748b;
}

.dhp-specs__row dd {
  font-weight: 600;
  color: #0f172a;
}

/* Cart */
.dhp-shop .cart-summary {
  background: linear-gradient(135deg, #fff7ed, #f8fafc);
  border: 1px solid #fed7aa;
  border-radius: 1rem;
}

@media (max-width: 640px) {
  .dhp-trust-row {
    grid-template-columns: 1fr;
  }
}

/* Shop layout: sidebar + products */
.dhp-shop-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  align-items: start;
}

@media (min-width: 900px) {
  .dhp-shop-layout {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 2.5rem;
  }
}

.dhp-shop-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

@media (min-width: 900px) {
  .dhp-shop-sidebar {
    position: sticky;
    top: 5.5rem;
  }
}

.dhp-shop-categories {
  margin: 0;
}

.dhp-shop-sidebar .dhp-category-nav {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.dhp-shop-sidebar .dhp-category-nav .dhp-pill {
  display: block;
  text-align: left;
  border-radius: 0.75rem;
}

.dhp-knowledge-nav {
  margin-top: 1.5rem;
  padding: 1rem 1rem 0.35rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 1rem;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
}

.dhp-knowledge-nav__label {
  margin: 0 0 0.75rem;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #94a3b8;
}

.dhp-knowledge-nav__track {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0 0 0.85rem;
  margin: 0 -0.15rem;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
  mask-image: linear-gradient(to right, transparent, #000 12px, #000 calc(100% - 12px), transparent);
}

.dhp-knowledge-nav__track::-webkit-scrollbar {
  height: 5px;
}

.dhp-knowledge-nav__track::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 999px;
}

.dhp-knowledge-nav .dhp-pill {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  border-radius: 9999px;
  padding: 0.45rem 1rem;
  font-size: 0.8125rem;
}

.dhp-shop-main {
  min-width: 0;
  width: 100%;
}

.dhp-shop-main .dhp-product-grid,
.dhp-shop-main .product-grid {
  margin-top: 0;
}

.dhp-shop-layout.is-loading {
  opacity: 0.65;
  pointer-events: none;
  transition: opacity 0.15s ease;
}

/* Shop filters sidebar */
.dhp-shop-filters {
  margin-bottom: 0;
}

.dhp-shop-filters__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 1.25rem;
}

.dhp-shop-filters__title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #64748b;
}

.dhp-shop-filters__clear {
  font-size: 0.75rem;
  font-weight: 600;
  color: #ea580c;
  text-decoration: none;
}

.dhp-shop-filters__clear:hover {
  text-decoration: underline;
}

.dhp-shop-filters__group {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #e2e8f0;
}

.dhp-shop-filters__group:last-child {
  border-bottom: none;
}

.dhp-shop-filters__label {
  font-size: 0.875rem;
  font-weight: 600;
  color: #0f172a;
  margin-bottom: 0.625rem;
}

.dhp-shop-filters__options {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dhp-filter-chip {
  display: inline-block;
  padding: 0.375rem 0.75rem;
  font-size: 0.8125rem;
  font-weight: 500;
  color: #475569;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 9999px;
  text-decoration: none;
  transition: all 0.15s;
}

.dhp-filter-chip:hover {
  border-color: #ea580c;
  color: #ea580c;
  background: #fff7ed;
}

.dhp-filter-chip--active {
  background: #ea580c;
  border-color: #ea580c;
  color: #fff;
}

.dhp-filter-chip--active:hover {
  background: #c2410c;
  border-color: #c2410c;
  color: #fff;
}

/* Checkout — DHP orange accents */
.checkout-page.dhp-checkout .checkout-submit {
  background: var(--dhp-accent, #ea580c);
}

.checkout-page.dhp-checkout .checkout-submit:hover {
  background: var(--dhp-accent-hover, #c2410c);
}

.checkout-page.dhp-checkout .checkout-logo {
  display: inline-block;
  text-decoration: none;
}

.checkout-page.dhp-checkout .checkout-breadcrumb a {
  color: var(--dhp-accent, #ea580c);
}

.checkout-page.dhp-checkout .checkout-summary {
  background: #fff7ed;
  border-color: #fed7aa;
}

/* Topbar */
.dhp-topbar {
  background: #1a1a1a;
  color: #fff;
  font-size: 0.75rem;
}
.dhp-topbar__inner {
  max-width: var(--dhp-container-max, 80rem);
  margin: 0 auto;
  padding: 0.45rem var(--dhp-container-padding, 1.25rem);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem 0.5rem;
  justify-content: center;
}
.dhp-topbar__sep { opacity: 0.5; }

/* Header — 3-tier layout */
.dhp-header-wrap {
  background: #fff;
  box-shadow: 0 1px 0 #e5e7eb;
}

.dhp-header-main {
  border-bottom: 1px solid #f1f5f9;
}

.dhp-header-main__inner {
  max-width: var(--dhp-container-max, 80rem);
  margin: 0 auto;
  padding: 0.85rem var(--dhp-container-padding, 1.25rem);
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1.25rem;
}

.dhp-header-main__left {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.dhp-header__brand {
  display: flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}

.dhp-header__logo-img {
  display: block;
  height: 2.5rem;
  width: auto;
  max-width: min(11rem, 42vw);
}

.dhp-footer__brand {
  display: inline-block;
  text-decoration: none;
}

.dhp-footer__logo-img {
  display: block;
  height: 2.75rem;
  width: auto;
  max-width: 12.5rem;
}

/* ── Footer ── */
.dhp-footer {
  margin-top: 4rem;
  color: #cbd5e1;
}
.dhp-footer__cta-band {
  position: relative;
  z-index: 2;
  max-width: var(--dhp-container-max, 80rem);
  margin: 0 auto;
  padding: 0 var(--dhp-container-padding, 1.25rem);
}
.dhp-footer__cta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: 1.75rem 2rem;
  border-radius: 1.25rem;
  background: linear-gradient(135deg, #f97316, #ea580c);
  color: #fff;
  box-shadow: 0 16px 40px rgba(234, 88, 12, 0.35);
}
.dhp-footer__cta-eyebrow {
  margin: 0;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.92;
}
.dhp-footer__cta-title {
  margin: 0.4rem 0 0;
  font-size: clamp(1.35rem, 2.5vw, 1.85rem);
  font-weight: 800;
  line-height: 1.2;
  max-width: 28rem;
}
.dhp-footer__cta-text {
  margin: 0.65rem 0 0;
  font-size: 0.92rem;
  line-height: 1.55;
  max-width: 36rem;
  opacity: 0.95;
}
.dhp-footer__cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  flex-shrink: 0;
}
.dhp-footer__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.25rem;
  border-radius: 999px;
  font-size: 0.88rem;
  font-weight: 700;
  text-decoration: none;
  transition: transform 0.15s, background 0.15s;
}
.dhp-footer__btn:hover { transform: translateY(-1px); }
.dhp-footer__btn--white {
  background: #fff;
  color: #0f172a;
}
.dhp-footer__btn--white:hover { background: #fff7ed; }
.dhp-footer__btn--ghost {
  border: 1.5px solid rgba(255, 255, 255, 0.65);
  color: #fff;
}
.dhp-footer__btn--ghost:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #fff;
}

.dhp-footer__body {
  margin-top: -2.5rem;
  padding-top: 5rem;
  background: linear-gradient(180deg, #0f172a 0%, #0b1220 100%);
}
.dhp-footer__inner {
  max-width: var(--dhp-container-max, 80rem);
  margin: 0 auto;
  padding: 0 var(--dhp-container-padding, 1.25rem) 2rem;
}
.dhp-footer__grid {
  display: grid;
  gap: 2rem 2.5rem;
  grid-template-columns: 1.4fr repeat(4, 1fr);
  padding: 2rem 0 2.5rem;
}
@media (max-width: 1100px) {
  .dhp-footer__grid {
    grid-template-columns: 1fr 1fr;
  }
  .dhp-footer__brand-col { grid-column: 1 / -1; }
}
@media (max-width: 560px) {
  .dhp-footer__grid { grid-template-columns: 1fr; }
  .dhp-footer__cta { padding: 1.35rem 1.25rem; }
}

.dhp-footer__intro {
  margin: 1rem 0 0;
  font-size: 0.88rem;
  line-height: 1.6;
  color: #94a3b8;
  max-width: 22rem;
}
.dhp-footer__rating {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0.55rem 0.85rem;
  border-radius: 0.65rem;
  background: rgba(255, 255, 255, 0.06);
  font-size: 0.78rem;
  color: #e2e8f0;
}
.dhp-footer__rating-stars {
  color: #fb923c;
  letter-spacing: 0.05em;
}
.dhp-footer__rating strong { color: #fff; }

.dhp-footer__contact-card {
  margin-top: 1.25rem;
  padding: 1.1rem 1.15rem;
  border-radius: 1rem;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  max-width: 22rem;
}
.dhp-footer__contact-title {
  margin: 0;
  font-size: 0.82rem;
  font-weight: 700;
  color: #fff;
}
.dhp-footer__contact-list {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.85rem;
}
.dhp-footer__contact-list li {
  font-size: 0.84rem;
  line-height: 1.45;
}
.dhp-footer__contact-label {
  display: block;
  font-size: 0.68rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #64748b;
  margin-bottom: 0.15rem;
}
.dhp-footer__contact-list a {
  color: #f8fafc;
  text-decoration: none;
  font-weight: 600;
}
.dhp-footer__contact-list a:hover { color: #fb923c; }
.dhp-footer__contact-note {
  margin: 0.85rem 0 0;
  font-size: 0.75rem;
  line-height: 1.45;
  color: #94a3b8;
  font-style: italic;
}

.dhp-footer__nav-title {
  margin: 0;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
}
.dhp-footer__nav {
  margin: 0.85rem 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}
.dhp-footer__nav a {
  font-size: 0.84rem;
  color: #94a3b8;
  text-decoration: none;
  transition: color 0.15s;
}
.dhp-footer__nav a:hover { color: #fdba74; }

.dhp-footer__usps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.85rem;
  padding: 1.5rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}
@media (max-width: 900px) {
  .dhp-footer__usps { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
  .dhp-footer__usps { grid-template-columns: 1fr; }
}
.dhp-footer__usp {
  display: flex;
  align-items: flex-start;
  gap: 0.65rem;
  padding: 0.9rem 1rem;
  border-radius: 0.85rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.dhp-footer__usp-icon {
  font-size: 1.15rem;
  line-height: 1;
  flex-shrink: 0;
}
.dhp-footer__usp strong {
  display: block;
  font-size: 0.82rem;
  color: #f8fafc;
  margin-bottom: 0.15rem;
}
.dhp-footer__usp span {
  font-size: 0.75rem;
  color: #94a3b8;
  line-height: 1.4;
}

.dhp-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-size: 0.75rem;
  color: #64748b;
}
.dhp-footer__legal {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
.dhp-footer__legal a {
  color: #94a3b8;
  text-decoration: none;
}
.dhp-footer__legal a:hover { color: #fdba74; }

.dhp-checkout__logo img {
  display: block;
  height: 2.5rem;
  width: auto;
}

.dhp-thankyou__logo {
  display: block;
  height: 2.75rem;
  width: auto;
  margin: 0 auto;
}

.dhp-header-assortiment { position: relative; }
.dhp-header-assortiment__toggle {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0;
  border: none;
  background: none;
  font-size: 0.9rem;
  font-weight: 500;
  color: #334155;
  cursor: pointer;
}
.dhp-header-assortiment__toggle:hover { color: #ea580c; }
.dhp-header-assortiment__panel {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  z-index: 60;
  min-width: 14rem;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(15,23,42,.12);
}
.dhp-header-assortiment__panel:not([hidden]) { display: flex; flex-direction: column; gap: 0.15rem; }
.dhp-header-assortiment__panel a {
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #334155;
  text-decoration: none;
}
.dhp-header-assortiment__panel a:hover { background: #fff7ed; color: #ea580c; }

.dhp-header-main__center {
  display: none;
  align-items: center;
  gap: 1rem;
  justify-content: center;
  min-width: 0;
}

@media (min-width: 900px) {
  .dhp-header-main__center { display: flex; }
}

.dhp-header-rating {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  flex-shrink: 0;
  font-size: 0.8rem;
  color: #334155;
}
.dhp-header-rating__badge {
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 999px;
  background: #e879a9;
  color: #fff;
  font-size: 0.65rem;
  display: grid;
  place-items: center;
  font-weight: 700;
}
.dhp-header-rating__stars { color: #fbbf24; font-size: 0.7rem; letter-spacing: -0.05em; }
.dhp-header-rating strong { font-size: 1rem; color: #0f172a; }

.dhp-header-search {
  position: relative;
  flex: 1;
  max-width: 28rem;
  display: flex;
  align-items: center;
}
.dhp-header-search input {
  width: 100%;
  padding: 0.6rem 2.75rem 0.6rem 1rem;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  color: #334155;
  background: #fff;
}
.dhp-header-search input:focus {
  outline: none;
  border-color: #fdba74;
  box-shadow: 0 0 0 3px rgba(234,88,12,.12);
}
.dhp-header-search button {
  position: absolute;
  right: 0.5rem;
  padding: 0.25rem;
  border: none;
  background: none;
  color: #94a3b8;
  cursor: pointer;
}
.dhp-header-search__suggest {
  position: absolute;
  top: calc(100% + 0.25rem);
  left: 0;
  right: 0;
  z-index: 70;
  margin: 0;
  padding: 0.35rem;
  list-style: none;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.5rem;
  box-shadow: 0 8px 24px rgba(15,23,42,.1);
}
.dhp-header-search__suggest:not([hidden]) { display: block; }
.dhp-header-search__suggest a {
  display: block;
  padding: 0.5rem 0.65rem;
  border-radius: 0.35rem;
  font-size: 0.85rem;
  color: #334155;
  text-decoration: none;
}
.dhp-header-search__suggest a:hover { background: #f8fafc; }

.dhp-header-keur {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  flex-shrink: 0;
  font-size: 0.62rem;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #0f172a;
}
.dhp-header-keur__badge {
  width: 1.35rem;
  height: 1.35rem;
  border-radius: 999px;
  background: #e879a9;
  color: #fff;
  font-size: 0.7rem;
  display: grid;
  place-items: center;
  font-weight: 700;
}

.dhp-header-main__actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  justify-self: end;
}

.dhp-header__icon-btn {
  display: inline-flex;
  padding: 0.35rem;
  color: #334155;
  text-decoration: none;
}
.dhp-header__icon-btn:hover { color: #ea580c; }

.dhp-header-cart {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #0f172a;
}
.dhp-header-cart__icon {
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 999px;
  background: #f1f5f9;
  display: grid;
  place-items: center;
  color: #334155;
}
.dhp-header-cart__badge {
  position: absolute;
  top: -2px;
  right: -2px;
  min-width: 1.1rem;
  height: 1.1rem;
  padding: 0 0.25rem;
  border-radius: 999px;
  background: #ea580c;
  color: #fff;
  font-size: 0.65rem;
  font-weight: 700;
  display: grid;
  place-items: center;
}
.dhp-header-cart__total {
  font-size: 0.9rem;
  font-weight: 600;
  white-space: nowrap;
}

/* Nav bar */
.dhp-header-nav {
  background: #fff;
  border-bottom: 1px solid #e5e7eb;
}

.dhp-header-nav__inner {
  max-width: var(--dhp-container-max, 80rem);
  margin: 0 auto;
  padding: 0 var(--dhp-container-padding, 1.25rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 3rem;
}

.dhp-header-nav__links {
  display: none;
  align-items: center;
  gap: 0.25rem;
}

@media (min-width: 900px) {
  .dhp-header-nav__links { display: flex; }
}

.dhp-header-nav__link {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.65rem 0.85rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #334155;
  text-decoration: none;
  border-radius: 0.35rem;
}
.dhp-header-nav__link:hover { color: #ea580c; background: #fff7ed; }

.dhp-header-nav__dropdown { position: relative; }
.dhp-header-nav__sub {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 60;
  min-width: 13rem;
  padding: 0.5rem;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(15,23,42,.12);
}
.dhp-header-nav__sub:not([hidden]) { display: flex; flex-direction: column; gap: 0.1rem; }
.dhp-header-nav__sub a {
  padding: 0.45rem 0.65rem;
  border-radius: 0.4rem;
  font-size: 0.85rem;
  color: #475569;
  text-decoration: none;
}
.dhp-header-nav__sub a:hover { background: #fff7ed; color: #ea580c; }

.dhp-header-nav__cta {
  display: inline-flex;
  align-items: center;
  margin-left: auto;
  padding: 0.55rem 1.25rem;
  border-radius: 999px;
  background: #ea580c;
  color: #fff !important;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(234,88,12,.3);
}
.dhp-header-nav__cta:hover { background: #c2410c; }

@media (max-width: 899px) {
  .dhp-header-main__inner {
    grid-template-columns: 1fr auto;
  }
  .dhp-header-assortiment { display: none; }
  .dhp-header-cart__total { display: none; }
  .dhp-header-nav__cta {
    font-size: 0.8rem;
    padding: 0.45rem 1rem;
  }
}

/* Legacy header classes — keep for compatibility */
.dhp-header {
  background: rgba(255,255,255,.96);
  border-bottom: 1px solid #e2e8f0;
}
.dhp-header__inner {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0.65rem 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dhp-header__nav { display: none; }
.dhp-header__actions { display: flex; align-items: center; gap: 0.5rem; margin-left: auto; }
.dhp-header__cta { display: none; }
.dhp-header__tagline { display: none; }
.dhp-header__link--hide-md,
.dhp-header__link--hide-lg,
.dhp-header__link--hide-sm { }
.dhp-header__icon-btn { }
.dhp-topbar a { color: inherit; }

/* Homepage hero */
.dhp-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 55%, #431407 100%);
  color: #fff;
  padding: 2.5rem 0 3rem;
}
.dhp-hero__grid {
  max-width: 72rem;
  margin: 0 auto;
  padding: 0 1rem;
  display: grid;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .dhp-hero__grid { grid-template-columns: 1.1fr 0.9fr; align-items: center; padding: 0 1.5rem; }
}
.dhp-hero__eyebrow { font-size: 0.75rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #fdba74; }
.dhp-hero__title { margin-top: 0.75rem; font-size: clamp(2rem, 4vw, 3rem); font-weight: 800; line-height: 1.1; }
.dhp-hero__lead { margin-top: 1rem; font-size: 1.05rem; line-height: 1.65; color: #cbd5e1; max-width: 36rem; }
.dhp-hero__actions { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem; }
.dhp-hero__trust { margin-top: 1.5rem; display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; list-style: none; padding: 0; font-size: 0.85rem; color: #e2e8f0; }
.dhp-hero__cards { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.dhp-hero-card {
  display: block;
  padding: 1rem;
  border-radius: 1rem;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  text-decoration: none;
  color: #fff;
  transition: transform .15s, background .15s;
}
.dhp-hero-card:hover { transform: translateY(-2px); background: rgba(255,255,255,.1); }
.dhp-hero-card strong { display: block; font-size: 0.95rem; }
.dhp-hero-card p { margin: 0.35rem 0 0; font-size: 0.8rem; color: #cbd5e1; }
.dhp-hero-card__label { display: inline-block; margin-bottom: 0.35rem; font-size: 0.65rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; color: #fdba74; }

.dhp-section { padding: 3rem 0; }
.dhp-section--dark { background: #0f172a; color: #fff; }
.dhp-section__inner { max-width: 72rem; margin: 0 auto; padding: 0 1rem; }
.dhp-section__head h2 { font-size: 1.75rem; font-weight: 800; color: #0f172a; }
.dhp-section__head p { margin-top: 0.5rem; color: #64748b; }
.dhp-category-grid { margin-top: 1.5rem; display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); }
.dhp-category-card {
  display: block;
  padding: 1.25rem;
  border-radius: 1rem;
  border: 1px solid #e2e8f0;
  background: #fff;
  text-decoration: none;
  color: inherit;
  transition: border-color .15s, box-shadow .15s;
}
.dhp-category-card:hover { border-color: #fdba74; box-shadow: 0 8px 24px rgba(15,23,42,.08); }
.dhp-category-card h3 { font-size: 1rem; font-weight: 700; }
.dhp-category-card p { margin-top: 0.35rem; font-size: 0.85rem; color: #64748b; }
.dhp-category-card__cta { display: inline-block; margin-top: 0.75rem; font-size: 0.8rem; font-weight: 600; color: #ea580c; }

.dhp-advice-banner { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; }
.dhp-advice-banner h2 { font-size: 1.5rem; font-weight: 800; }
.dhp-advice-banner p { margin-top: 0.5rem; color: #cbd5e1; max-width: 36rem; }
.dhp-advice-banner__actions { display: flex; flex-wrap: wrap; gap: 0.75rem; }

.dhp-mobile-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  background: #fff;
  border-top: 1px solid #e2e8f0;
  padding: 0.35rem 0 calc(0.35rem + env(safe-area-inset-bottom));
}
@media (min-width: 900px) { .dhp-mobile-bar { display: none; } }
.dhp-mobile-bar a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.35rem;
  font-size: 0.65rem;
  font-weight: 600;
  color: #475569;
  text-decoration: none;
}
.dhp-mobile-bar a:hover { color: #ea580c; }
body.dhp-shop { padding-bottom: 3.5rem; }
@media (min-width: 900px) { body.dhp-shop { padding-bottom: 0; } }

@media (max-width: 899px) { .dhp-topbar__hide-sm { display: none; } }
@media (max-width: 639px) { .dhp-topbar__sep--hide-sm { display: none; } }
@media (max-width: 1023px) { .dhp-header__link--hide-lg { display: none; } }
@media (max-width: 899px) { .dhp-header__link--hide-md { display: none; } }
@media (max-width: 639px) { .dhp-header__link--hide-sm { display: none; } }

.dhp-shop-main .dhp-product-grid {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
}

@media (min-width: 1100px) {
  .dhp-shop-main .dhp-product-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1280px) {
  .dhp-shop-main .dhp-product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
.dhp-product-card { position: relative; border-radius: 1rem; border: 1px solid #e2e8f0; background: #fff; overflow: hidden; transition: box-shadow .15s; }
.dhp-product-card:hover { box-shadow: 0 8px 24px rgba(15,23,42,.08); }
.dhp-product-card__media { display: block; aspect-ratio: 1; background: #f8fafc; }
.dhp-product-card__media img { width: 100%; height: 100%; object-fit: cover; }
.dhp-product-card__body { padding: 1rem; }
.dhp-product-card__title { font-size: 0.95rem; font-weight: 700; }
.dhp-product-card__title a { color: inherit; text-decoration: none; }
.dhp-product-card__price { margin-top: 0.35rem; font-weight: 700; color: #0f172a; }
.dhp-product-card__btn { margin-top: 0.75rem; width: 100%; font-size: 0.8rem; padding: 0.5rem; }
.dhp-montage-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); }
.dhp-montage-card { display: block; padding: 1.25rem; border-radius: 1rem; border: 1px solid #e2e8f0; background: #fff; text-decoration: none; color: inherit; }
.dhp-montage-card strong { display: block; font-size: 1rem; }
.dhp-montage-card p { margin-top: 0.35rem; font-size: 0.85rem; color: #64748b; }
.dhp-room-grid { display: grid; gap: 0.75rem; grid-template-columns: repeat(auto-fill, minmax(140px, 1fr)); }
.dhp-room-card { display: flex; align-items: center; justify-content: center; padding: 1rem; border-radius: 0.75rem; border: 1px solid #e2e8f0; background: #fff; text-decoration: none; font-weight: 600; color: #334155; }
.dhp-room-card:hover { border-color: #fdba74; color: #ea580c; }
.dhp-section__head--row { display: flex; flex-wrap: wrap; align-items: flex-end; justify-content: space-between; gap: 1rem; }
.dhp-trust-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); }
.dhp-trust-block { padding: 1.25rem; border-radius: 1rem; background: #fff; border: 1px solid #e2e8f0; text-align: center; }
.dhp-trust-block__icon { display: block; font-size: 1.5rem; margin-bottom: 0.5rem; color: #ea580c; }
.dhp-section--trust { background: #fafaf9; }
.dhp-knowledge-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); }
.dhp-knowledge-card { display: block; padding: 1.25rem; border-radius: 1rem; border: 1px solid #e2e8f0; background: #fff; text-decoration: none; color: inherit; }
.dhp-knowledge-card__category { display: inline-block; margin-bottom: 0.5rem; font-size: 0.7rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.04em; color: #ea580c; }
.dhp-knowledge-card h3 { font-size: 1rem; font-weight: 700; }
.dhp-knowledge-card p { margin-top: 0.35rem; font-size: 0.85rem; color: #64748b; }
.dhp-knowledge-card span { display: inline-block; margin-top: 0.75rem; font-size: 0.8rem; font-weight: 600; color: #ea580c; }

.dhp-pagination {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  margin-top: 2.5rem;
}
.dhp-pagination__info {
  font-size: 0.875rem;
  color: #64748b;
}
.dhp-pagination__btn {
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  border: 1px solid #e2e8f0;
  background: #fff;
  color: #0f172a;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  transition: border-color 0.15s, color 0.15s;
}
.dhp-pagination__btn:hover { border-color: #fdba74; color: #ea580c; }
.dhp-pagination__btn--disabled {
  opacity: 0.45;
  pointer-events: none;
}
.dhp-b2b-banner { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; background: #0f4c5c; color: #fff; padding: 2rem; border-radius: 1rem; }
.dhp-section--b2b .dhp-section__inner { padding: 0 1rem; }
.dhp-b2b-banner p { margin-top: 0.5rem; color: #cbd5e1; max-width: 36rem; }
.dhp-trust-strip { display: flex; flex-wrap: wrap; gap: 1rem 2rem; justify-content: center; font-size: 0.9rem; font-weight: 500; color: #475569; }
.dhp-result-product { display: flex; justify-content: space-between; gap: 1rem; padding: 0.75rem 1rem; border-radius: 0.75rem; border: 1px solid #e2e8f0; background: #fff; text-decoration: none; color: inherit; }
.dhp-result-product:hover { border-color: #fdba74; }
.mini-cart__shipping { padding: 0 1rem 0.75rem; }
.mini-cart__shipping-track { height: 6px; border-radius: 999px; background: #e2e8f0; overflow: hidden; }
.mini-cart__shipping-fill { height: 100%; background: linear-gradient(90deg, #ea580c, #f97316); border-radius: 999px; transition: width .3s; }
.mini-cart__shipping-text { margin: 0.35rem 0 0; font-size: 0.75rem; color: #64748b; }
.mini-cart__upsell { padding: 0 1rem; font-size: 0.8rem; }
.mini-cart__upsell-title { font-weight: 600; color: #334155; margin: 0 0 0.25rem; }
.mini-cart__upsell-link { color: #ea580c; text-decoration: none; }

