/* Droomtextiel Home Page */
:root {
  --header-h: 116px;
}

.dt-home {
  --dt-max: 1600px
}

.dt-container {
  max-width: var(--dt-max);
  margin: 0 auto;
  padding: 24px 16px
}

/* Hero */
.dt-hero {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 28px;
  align-items: center;
  margin-bottom: 28px
}

.dt-hero__title {
  font-size: 28px;
  font-weight: 600;
  color: var(--color-primary, #84B082);
  margin: 0 0 8px
}

.dt-hero__subtitle {
  font-size: 16px;
  color: #333;
  margin: 0 0 14px
}

.dt-hero__ctas {
  display: flex;
  gap: 10px;
  margin: 0 0 14px
}

.dt-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  padding: 10px 16px;
  border: 1px solid rgba(0, 0, 0, .12);
  cursor: pointer;
  text-decoration: none
}

.dt-btn--primary {
  background: var(--color-primary, #84B082);
  border-color: var(--color-primary, #84B082);
  color: #fff
}

.dt-btn--ghost {
  background: #fff;
  color: #333
}

.dt-hero__search {
  display: flex;
  gap: 8px
}

.dt-hero__search input[type=search] {
  flex: 1;
  border: 1px solid rgba(0, 0, 0, .12);
  border-radius: 6px;
  padding: 10px 12px
}

.dt-btn--search {
  background: #fff
}

.dt-hero__media img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .05)
}


/* Full-width hero (img-based: no cropping, rounded corners visible) */
.dt-hero-fw {
  position: relative;
  width: auto;
  margin: 12px 12px 0;
  border-radius: 12px;
  overflow: hidden
}

.dt-hero-fw__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px
}

/* .dt-hero-fw__inner no longer imposes height; keep for optional overlay content */
.dt-hero-fw__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0
}

/* Subbanners grid */
.dt-hero-subbanners {
  padding: 0;
  margin: 12px 0 0
}

.dt-hero-subbanners__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px
}

.dt-hero-subbanners .dt-sub {
  display: block;
  border-radius: 8px;
  overflow: hidden;
  background: #fff
}

.dt-hero-subbanners .dt-sub img {
  display: block;
  width: 100%;
  height: auto
}

@media (max-width: 979px) {
  .dt-hero-subbanners__grid {
    grid-template-columns: 1fr 1fr
  }
}

@media (max-width: 599px) {
  .dt-hero-subbanners__grid {
    grid-template-columns: 1fr
  }
}

/* Homepage hero */
.dreamtheme-hero {
  margin: 0 auto clamp(32px, 5vw, 56px);
  padding: 0 var(--container-pad-inline, clamp(16px, 5vw, 40px));
}

.dreamtheme-hero__container {
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.6fr 1fr;
  grid-template-rows: 1fr 1fr;
  gap: clamp(12px, 2vw, 20px);
}

.dreamtheme-hero__main {
  grid-column: 1 / -1;
  width: 100%;
}

.dreamtheme-hero__side-wrapper {
  display: contents;
}

.dreamtheme-hero__side {
  display: contents;
}

.dreamtheme-hero__banner {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid rgba(132, 176, 130, .08);
  background: #f5f5f5;
  transition: transform var(--duration-base) var(--ease-standard), box-shadow var(--duration-base) var(--ease-standard);
}

.dreamtheme-hero__banner:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, .12);
}

.dreamtheme-hero__link {
  display: block;
  color: inherit;
  text-decoration: none;
  height: 100%;
}

.dreamtheme-hero__image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: inherit;
  background: #f0f2f1;
  aspect-ratio: var(--hero-aspect, 16 / 9);
  min-height: clamp(200px, 45vw, 440px);
}

.dreamtheme-hero__banner--main {
  grid-column: 1 / 2;
  grid-row: 1 / 3;
}

.dreamtheme-hero__banner--main .dreamtheme-hero__image-wrapper {
  --hero-aspect: 4 / 3;
  min-height: clamp(320px, 45vw, 480px);
  height: 100%;
}

.dreamtheme-hero__banner--side {
  grid-column: 2 / 3;
}

.dreamtheme-hero__banner--side .dreamtheme-hero__image-wrapper {
  --hero-aspect: 16 / 9;
  min-height: clamp(140px, 20vw, 220px);
}

.dreamtheme-hero__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform-origin: center;
  transition: transform var(--duration-base) var(--ease-standard);
}

.dreamtheme-hero__banner:hover .dreamtheme-hero__image {
  transform: scale(1.04);
}

.dreamtheme-hero__overlay {
  position: absolute;
  inset: auto 0 0 0;
  padding: clamp(16px, 4vw, 32px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .7) 70%, rgba(0, 0, 0, .85) 100%);
  color: #fff;
}

.dreamtheme-hero__title {
  margin: 0;
  font-size: clamp(20px, 5vw, 36px);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.25px;
  text-shadow: 0 4px 18px rgba(0, 0, 0, .55);
  display: inline-flex;
  flex-direction: column;
  gap: clamp(8px, 1.5vw, 12px);
}

.dreamtheme-hero__title::after {
  content: "";
  width: clamp(46px, 12vw, 72px);
  height: 3px;
  background: var(--color-primary, #84B082);
  border-radius: 999px;
  box-shadow: 0 0 12px rgba(132, 176, 130, .55);
}

.dreamtheme-hero__banner--side .dreamtheme-hero__title {
  font-size: clamp(18px, 4vw, 24px);
}

/* Desktop large - maintain 2-column layout */
@media (min-width:1200px) {
  .dreamtheme-hero__container {
    grid-template-columns: 1.6fr 1fr;
  }

  .dreamtheme-hero__banner--side .dreamtheme-hero__image-wrapper {
    min-height: auto;
  }
}

/* Tablet - stack to single column */
@media (max-width:991px) {
  .dreamtheme-hero__container {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: clamp(12px, 3vw, 18px);
  }

  .dreamtheme-hero__banner--main {
    grid-column: 1;
    grid-row: 1;
  }

  .dreamtheme-hero__banner--main .dreamtheme-hero__image-wrapper {
    --hero-aspect: 16 / 9;
    min-height: clamp(240px, 50vw, 400px);
    height: auto;
  }

  .dreamtheme-hero__banner--side {
    grid-column: 1;
  }

  .dreamtheme-hero__banner--side .dreamtheme-hero__image-wrapper {
    --hero-aspect: 16 / 9;
    min-height: clamp(180px, 40vw, 280px);
  }
}

/* Mobile */
@media (max-width:767px) {
  .dreamtheme-hero {
    margin-bottom: clamp(24px, 6vw, 36px);
    padding: 0 clamp(12px, 4vw, 20px);
  }

  .dreamtheme-hero__container {
    grid-template-columns: 1fr;
    gap: clamp(12px, 4vw, 18px);
  }

  .dreamtheme-hero__banner--main .dreamtheme-hero__image-wrapper {
    --hero-aspect: 4 / 3;
    min-height: 0;
  }

  .dreamtheme-hero__banner--side .dreamtheme-hero__image-wrapper {
    --hero-aspect: 16 / 9;
    min-height: clamp(160px, 45vw, 240px);
  }

  .dreamtheme-hero__title {
    font-size: clamp(20px, 6vw, 28px);
  }

  .dreamtheme-hero__overlay {
    padding: clamp(14px, 5vw, 24px);
  }
}

/* Small mobile */
@media (max-width:479px) {
  .dreamtheme-hero__container {
    grid-template-columns: 1fr;
  }

  .dreamtheme-hero__banner--side .dreamtheme-hero__image-wrapper {
    --hero-aspect: 16 / 10;
  }

  .dreamtheme-hero__title::after {
    width: clamp(36px, 18vw, 50px);
  }
}

/* Countdown hero replacement */
.dt-countdown-hero {
  position: relative;
  padding: 0;
  margin: 0 auto 0;
  max-height: 500px;
}

.dt-countdown-hero__bg {
  position: relative;
  /* CRITICAL: overflow: hidden kills 3D transforms - removed */
  border-radius: 16px;
  background: transparent;
  min-height: 500px;
  max-height: 500px;
  border: 0;
  box-shadow: none;
}

.dt-countdown-hero__grid {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  min-height: inherit;
}

.dt-countdown-hero__overlay {
  position: absolute;
  inset: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  max-width: 580px;
  width: auto;
  min-width: 320px;
  padding: 40px 48px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.6);
  color: #0f1f16;
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.12);
  text-align: center;
}

.dt-countdown-hero__label {
  font-size: 32px;
  line-height: 1.2;
  color: #48634a;
  font-weight: 400;
  margin: 0 0 16px 0;
  text-transform: none;
  letter-spacing: normal;
}

.dt-countdown-hero__timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  font-variant-numeric: tabular-nums;
  /* Ensure 3D transform context is preserved */
  transform-style: preserve-3d;
}

.dt-countdown-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1;
}

.dt-countdown-val {
  font-size: clamp(32px, 6vw, 48px);
  font-weight: 800;
  color: #0f1f16;
}

.dt-countdown-label {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #163126;
  margin-top: 4px;
  font-weight: 600;
}

.dt-countdown-sep {
  font-size: 24px;
  font-weight: 700;
  color: rgba(15, 31, 22, 0.4);
  margin-top: -14px;
}

.dt-countdown-hero__sub {
  margin: 0;
  color: #163126;
  font-size: 15px;
  line-height: 1.5;
}

.dt-countdown-hero__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 32px;
  border-radius: 8px;
  /* Flat 8px border radius */
  background: #84B082;
  /* Droomtextiel Green */
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
  border: none;
  box-shadow: none;
  /* Flat style */
  transition: background-color .2s ease, transform .2s ease;
  width: 100%;
  /* Full width on mobile/overlay */
  max-width: 280px;
  margin: 0 auto;
}

.dt-countdown-hero__cta:hover {
  background: #739c71;
  transform: translateY(-1px);
  box-shadow: none;
}

.dt-countdown-carousel {
  position: relative;
  z-index: 1;
  padding: 0;
  margin: 0;
  overflow: hidden;
  height: 100%;
}

/* White overlay over carousel (no blur) */
.dt-countdown-carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.80);
  z-index: 2;
  pointer-events: none;
}

.dt-countdown-carousel {
  display: grid;
  grid-template-columns: repeat(5, minmax(200px, 1fr));
  gap: clamp(12px, 2vw, 18px);
  /* transform: rotate(-4deg); Removed rotation */
}

.dt-countdown-column {
  position: relative;
  height: 500px;
  overflow: hidden;
  padding: 0 16px;
}

.dt-countdown-stack {
  display: grid;
  gap: 12px;
  animation: dt-countdown-column 22s linear infinite;
}

.dt-countdown-column:nth-child(odd) .dt-countdown-stack {
  animation-direction: reverse;
}

.dt-countdown-column:nth-child(2) {
  animation-duration: 24s;
}

.dt-countdown-column:nth-child(3) {
  animation-duration: 26s;
}

.dt-countdown-column:nth-child(4) {
  animation-duration: 23s;
}

.dt-countdown-column:nth-child(5) {
  animation-duration: 25s;
}

.dt-countdown-card {
  background: rgba(255, 255, 255, 0.94);
  border-radius: 14px;
  padding: 12px;
  display: grid;
  gap: 10px;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.14);
  /* transform: rotate(-1deg); Removed rotation */
}

.dt-countdown-card--review {
  background: #84B082;
  color: #fff;
}

.dt-countdown-card__pill {
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(132, 176, 130, 0.16);
  color: #123326;
  font-weight: 700;
  font-size: 12px;
  width: max-content;
}

.dt-countdown-card__pill--outline {
  background: transparent;
  border: 1px dashed rgba(255, 255, 255, 0.5);
  color: #fff;
}

.dt-countdown-card__product {
  display: grid;
  grid-template-columns: 60px 1fr;
  gap: 10px;
  align-items: center;
}

.dt-countdown-card__product img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 12px;
  background: #f4f4f4;
}

.dt-countdown-card__title {
  font-weight: 800;
  font-size: 14px;
  color: #0f1f16;
}

.dt-countdown-card--review .dt-countdown-card__title {
  color: #fff;
}

.dt-countdown-card__price {
  font-weight: 600;
  color: #2d6a40;
  font-size: 13px;
}

.dt-countdown-card__rating .star-rating {
  margin: 0;
}

.dt-countdown-card__stars {
  letter-spacing: 2px;
  color: #fff;
}

.dt-countdown-card__quote {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
}

.dt-countdown-card__meta {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  opacity: 0.85;
}

@keyframes dt-countdown-column {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@media (max-width: 1199px) {
  .dt-countdown-carousel {
    grid-template-columns: repeat(4, minmax(180px, 1fr));
  }
}

@media (max-width: 879px) {
  .dt-countdown-hero__overlay {
    max-width: 100%;
    position: relative;
    inset: auto;
    margin-bottom: 18px;
  }

  .dt-countdown-carousel {
    grid-template-columns: repeat(3, minmax(180px, 1fr));
  }

  .dt-countdown-hero__bg {
    min-height: 500px;
  }
}

@media (max-width: 599px) {
  .dt-countdown-carousel {
    grid-template-columns: repeat(2, minmax(160px, 1fr));
  }

  /* .dt-countdown-card{ transform: rotate(-0.6deg); } Removed rotation */
}

/* Flip Clock Styles */
.dt-flip-clock {
  display: flex;
  gap: 12px;
  justify-content: center;
  margin: 8px 0;
}

.dt-flip-unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  /* Ensure 3D transform context is preserved */
  transform-style: preserve-3d;
}

.dt-flip-digits {
  display: flex;
  gap: 4px;
  /* Ensure 3D transform context is preserved */
  transform-style: preserve-3d;
}

.dt-flip-card {
  position: relative;
  width: 44px;
  height: 64px;
  font-size: 36px;
  font-weight: 800;
  line-height: 64px;
  color: #fff;
  text-align: center;
  perspective: 200px;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
}

.dt-flip-card__top,
.dt-flip-card__bottom,
.dt-flip-card__top-fold,
.dt-flip-card__bottom-fold {
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  overflow: hidden;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.dt-flip-card__top,
.dt-flip-card__top-fold {
  top: 0;
  transform-origin: 50% 100%;
}

.dt-flip-card__top {
  z-index: 2;
}

.dt-flip-card__top::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  z-index: 5;
}

.dt-flip-card__bottom,
.dt-flip-card__bottom-fold {
  bottom: 0;
  transform-origin: 50% 0%;
}

.dt-flip-card__bottom {
  z-index: 2;
}

/* Inner content - 200% height to show half in each section */
.dt-flip-card__top .dt-flip-card__inn,
.dt-flip-card__top-fold .dt-flip-card__inn {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #84B082;
  color: #fff;
  border-radius: 8px 8px 0 0;
  backface-visibility: hidden;
}

.dt-flip-card__bottom .dt-flip-card__inn,
.dt-flip-card__bottom-fold .dt-flip-card__inn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 200%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #84B082;
  color: #fff;
  border-radius: 0 0 8px 8px;
  backface-visibility: hidden;
}

.dt-flip-card__top-fold {
  z-index: 1;
  transform: rotateX(0deg);
  transition: none;
}

.dt-flip-card__bottom-fold {
  z-index: 1;
  transform: rotateX(90deg);
  transition: none;
}

/* Shadows inside flip card halves */
.dt-flip-card__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}

/* Default gradients (similar to originele voorbeeld) */
.dt-flip-card__top .dt-flip-card__shadow,
.dt-flip-card__top-fold .dt-flip-card__shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 1) 100%);
}

.dt-flip-card__bottom .dt-flip-card__shadow,
.dt-flip-card__bottom-fold .dt-flip-card__shadow {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 100%);
}

/* Animation states */
.dt-flip-card.is-flipping .dt-flip-card__top-fold {
  z-index: 3;
  animation: dt-flip-top 0.5s linear forwards;
}

.dt-flip-card.is-flipping .dt-flip-card__bottom-fold {
  z-index: 4;
  animation: dt-flip-bottom 0.5s 0.5s linear forwards;
}

/* Shadow animaties tijdens flip */
.dt-flip-card.is-flipping .dt-flip-card__top-fold .dt-flip-card__shadow,
.dt-flip-card.is-flipping .dt-flip-card__bottom-fold .dt-flip-card__shadow {
  animation: dt-shadow-show 0.5s linear forwards, dt-shadow-hide 0.5s 0.3s linear forwards;
}

@keyframes dt-flip-top {
  0% {
    transform: rotateX(0deg);
  }

  100% {
    transform: rotateX(-90deg);
  }
}

@keyframes dt-flip-bottom {
  0% {
    transform: rotateX(90deg);
  }

  100% {
    transform: rotateX(0deg);
  }
}

@keyframes dt-shadow-show {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes dt-shadow-hide {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.dt-flip-label {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 700;
  color: #163126;
  letter-spacing: 0.08em;
}

.dt-flip-sep {
  font-size: 32px;
  font-weight: 700;
  color: #84B082;
  margin-top: 10px;
}

/* Mobile Responsiveness */
@media (max-width: 767px) {
  .dt-countdown-hero {
    margin-bottom: 24px;
    max-height: none;
    /* Allow content to flow */
    height: auto;
  }

  .dt-countdown-hero__bg {
    min-height: auto;
    max-height: none;
    background: #f4f7f4;
    /* Simple background on mobile */
    padding: 32px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dt-countdown-carousel {
    display: none;
    /* Hide carousel on mobile to reduce clutter */
  }

  .dt-countdown-hero__overlay {
    position: relative;
    inset: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    padding: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    backdrop-filter: none;
  }

  .dt-flip-card {
    width: 36px;
    height: 52px;
    font-size: 28px;
    line-height: 52px;
  }

  .dt-flip-sep {
    font-size: 24px;
    margin-top: 8px;
  }

  .dt-countdown-hero__label {
    color: #48634a;
    font-size: 13px;
    margin-bottom: 8px;
  }

  .dt-countdown-hero__sub {
    color: #48634a;
    margin-bottom: 20px;
  }
}

/* USP band (full-bleed) */
.dt-usp {
  margin: 0 0 24px 0;
}

.dt-usp--full {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: calc(-50vw + 12px);
  margin-right: calc(-50vw + 12px);
  width: calc(100vw - 24px);
  padding: 48px 0;
  background: transparent
}

.dt-usp__container {
  padding: 0 12px
}

.dt-usp__panel {
  background: #fff;
  border-radius: 24px;
  padding: 40px 44px;
  border: 1px solid rgba(132, 176, 130, .16);
  overflow: hidden
}

.dt-usp__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 0 0 24px;
  align-items: flex-start;
  text-align: left
}

.dt-usp__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 12px;
  border-radius: 999px;
  background: rgba(132, 176, 130, .14);
  color: #48634a;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .04em;
  text-transform: uppercase
}

.dt-usp__intro {
  margin: 0;
  color: #2f3b2f;
  opacity: .9;
  max-width: 760px
}

.dt-usp__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  align-items: center;
  margin-top: 4px
}

.dt-usp__rating {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border: 1px solid rgba(132, 176, 130, .32);
  border-radius: 14px;
  background: rgba(255, 255, 255, .85)
}

.dt-usp__stars {
  font-size: 16px;
  letter-spacing: .12em;
  color: #f4b534
}

.dt-usp__rating-score {
  font-weight: 700;
  color: #243528
}

.dt-usp__rating-count {
  font-size: 13px;
  color: #607060
}

.dt-usp__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 14px;
  margin: 0;
  padding: 0;
  list-style: none
}

.dt-usp__trust-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(132, 176, 130, .12);
  color: #2f3b2f;
  font-size: 13px;
  font-weight: 600
}

.dt-usp__trust-item::before {
  content: "\2713";
  font-size: 12px;
  color: #84B082
}

.dt-usp__cta-group {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px
}

.dt-usp__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .25s ease, box-shadow .25s ease, background-color .25s ease
}

.dt-usp__cta--primary {
  background: #84B082;
  color: #fff
}

.dt-usp__cta--primary:hover {
  transform: translateY(-1px)
}

.dt-usp__cta--secondary {
  background: rgba(132, 176, 130, .08);
  color: #48634a;
  border: 1px solid rgba(132, 176, 130, .26)
}

.dt-usp__cta--secondary:hover {
  background: rgba(132, 176, 130, .14);
  transform: translateY(-1px)
}

/* USP cards grid */
.dt-usp__list {
  padding: 0;
  margin: 0;
  list-style: none
}

.dt-usp__cards {
  display: grid;
  gap: 18px
}

.dt-usp__list li {
  position: relative;
  list-style: none
}

@media (prefers-reduced-motion: no-preference) {
  .dt-usp__card {
    opacity: 0;
    transform: translateY(16px)
  }

  .dt-usp__card.is-in,
  .dt-usp__card.appear {
    opacity: 1;
    transform: translateY(0)
  }

  .dt-usp__card:nth-child(1).is-in {
    transition-delay: .05s
  }

  .dt-usp__card:nth-child(2).is-in {
    transition-delay: .1s
  }

  .dt-usp__card:nth-child(3).is-in {
    transition-delay: .15s
  }

  .dt-usp__card:nth-child(4).is-in {
    transition-delay: .2s
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-usp__card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important
  }
}

/* Tiles */
.dt-tiles__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 0 0 24px
}

.dt-tile {
  display: block;
  position: relative;
  border-radius: 8px;
  overflow: hidden
}

.dt-tile img {
  width: 100%;
  height: auto;
  display: block
}

.dt-tile__label {
  position: absolute;
  left: 10px;
  bottom: 10px;
  background: rgba(255, 255, 255, .9);
  border-radius: 6px;
  padding: 6px 10px;
  font-weight: 600
}

/* Products carousel */
.dt-products .dt-section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px
}

.dt-section-title {
  font-size: 20px;
  font-weight: 600;
  color: var(--color-primary, #84B082);
  margin: 0
}

.dt-link {
  color: #333;
  text-decoration: none
}

/* Owl tweaks for product list */
ul.products.owl-products {
  padding-left: 0;
  margin: 0
}

/*
 * Owl Carousel sets `.owl-carousel { display: none; }` until initialized.
 * Our homepage JS initializes only `ul.products.owl-products:visible`, so keep
 * these lists visible pre-init to avoid a deadlock (hidden -> not initialized).
 */
ul.products.owl-products.owl-carousel {
  display: block !important;
}

/* Recommended carousel: equal-height product cards (match tallest card) */
.dt-recommended-section .owl-carousel.owl-loaded .owl-stage {
  display: flex;
  align-items: stretch;
}

.dt-recommended-section .owl-carousel.owl-loaded .owl-item {
  display: flex;
  height: auto;
}

.dt-recommended-section .owl-carousel.owl-loaded .owl-item>li.product {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.dt-recommended-section .owl-carousel.owl-loaded .owl-item>li.product .dt-pc__body {
  flex: 1 1 auto;
}

.dt-recommended-section .owl-carousel.owl-loaded .owl-item>li.product>a.add_to_cart_button,
.dt-recommended-section .owl-carousel.owl-loaded .owl-item>li.product>a.button,
.dt-recommended-section .owl-carousel.owl-loaded .owl-item>li.product>button.button,
.dt-recommended-section .owl-carousel.owl-loaded .owl-item>li.product>form.cart {
  margin-top: auto;
}

ul.products.owl-products .product {
  list-style: none;
  margin: 0
}

/* Responsive */
@media (max-width: 979px) {
  .dt-hero {
    grid-template-columns: 1fr
  }

  .dt-tiles__grid {
    grid-template-columns: 1fr 1fr
  }
}



/* Banner v125 equivalent */
.dt-banner125 {
  position: relative;
  padding-top: var(--pt, 80px);
  padding-bottom: var(--pb, 20px);
  background: var(--bg-color, #fff);
  overflow: hidden;
  background-image: var(--bg-url, linear-gradient(180deg, #eef3ee, #e8efe8));
  background-size: cover;
  background-position: 50% var(--bg-y, 64px);
  background-attachment: fixed;
  backface-visibility: hidden;
  transform: translateZ(0)
}

.dt-banner125__inner {
  position: relative;
  z-index: 1
}

.dt-banner125__text {
  max-width: 760px;
  margin: 0 0 10px
}

.dt-banner125__title {
  font-size: 24px;
  font-weight: 600;
  color: var(--color-primary, #84B082);
  margin: 0 0 6px
}

.dt-banner125__subtitle {
  font-size: 15px;
  color: #333
}

.dt-banner125__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin-top: 10px
}

.dt-b125-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  background: #fff
}

.dt-b125-item__link {
  display: block;
  position: relative
}

.dt-b125-item__img {
  display: block;
  position: relative;
  width: 100%;
  padding-top: var(--ratio, 72.353%);
  overflow: hidden
}

.dt-b125-item__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .6s ease
}

.dt-b125-item__meta {
  padding: 10px 0
}

.dt-b125-item__title {
  font-size: 16px;
  font-weight: 600;
  margin: 0
}

/* hover3 effect */
.hover-style--hover3 .dt-b125-item__link::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(120% 120% at 50% 100%, rgba(0, 0, 0, .0) 0%, rgba(0, 0, 0, .08) 100%);
  opacity: 0;
  transition: opacity .35s ease
}

.hover-style--hover3:hover .dt-b125-item__link::after {
  opacity: 1
}

.hover-style--hover3:hover .dt-b125-item__img img {
  transform: scale(1.06)
}

/* Responsive for banner grid */
@media (max-width: 979px) {
  .dt-banner125__grid {
    grid-template-columns: repeat(2, 1fr)
  }
}

@media (max-width: 599px) {
  .dt-banner125__grid {
    grid-template-columns: 1fr
  }
}


/* Product v3 tabs section */
.dt-catv3 {
  margin: 28px 0
}

.dt-catv3__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 10px
}

.dt-catv3__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: wrap
}

.dt-catv3__tab {
  appearance: none;
  border: 1px solid rgba(0, 0, 0, .12);
  background: #fff;
  color: #333;
  border-radius: 6px;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.2
}

.dt-catv3__tab.is-active {
  border-color: var(--color-primary, #84B082);
  color: var(--color-primary, #84B082);
  background: rgba(132, 176, 130, .08)
}

/* Ensure only active panel is visible */
.dt-catv3__panel {
  display: none;
  width: 100%
}

.dt-catv3__panel.is-active {
  display: block
}

/* Standardize CTA buttons in product selection to match product cards */
.dt-catv3 .products .button,
.dt-catv3 .product .button {
  padding: 8px 12px;
  font-size: 13px;
  border-radius: 6px;
  line-height: 1.2
}

.dt-catv3__panel {
  width: 100%
}

/* Sale tab (green chip) */
.dt-catv3__tab--sale {
  border-color: var(--color-primary, #84B082);
  background: var(--color-primary, #84B082);
  color: #fff
}

.dt-catv3__tab--sale.is-active {
  background: var(--color-primary, #84B082);
  color: #fff
}


/* USP icon refinements + fallback */
.dt-usp__list li {
  overflow: visible
}


/* USP PRO (v2) two-column layout */
.dt-usp--v2 .dt-section-title {
  font-size: 32px;
  line-height: 1.2;
  color: #48634a
}

.dt-usp__subtitle-txt {
  margin: 0;
  color: #243528;
  font-size: 18px;
  line-height: 1.45;
  max-width: 720px
}

.dt-usp__grid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: stretch
}

.dt-usp__copy {
  display: flex;
  flex-direction: column;
  gap: 28px
}

.dt-usp__lead {
  background: #fff;
  border: 1px solid rgba(132, 176, 130, .18);
  border-radius: 18px;
  padding: 26px;
  display: flex;
  flex-direction: column;
  gap: 12px
}

.dt-usp__lead-title {
  margin: 0;
  font-size: 20px;
  color: #243528;
  font-weight: 700
}

.dt-usp__lead-intro {
  margin: 0;
  color: #2f3b2f;
  opacity: .92;
  font-size: 15px;
  line-height: 1.55
}

.dt-usp__bullets {
  margin: 0;
  padding: 0;
  color: #243528;
  display: grid;
  gap: 8px;
  list-style: none
}

.dt-usp__bullets li {
  position: relative;
  padding-left: 22px;
  font-size: 14px;
  line-height: 1.55
}

.dt-usp__bullets li::before {
  content: "\2022";
  position: absolute;
  left: 0;
  top: .2em;
  color: #84B082;
  font-size: 18px
}

.dt-usp__features {
  display: flex;
  flex-direction: column
}

.dt-usp--v2 .dt-usp__cards {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px
}

.dt-usp__card {
  min-height: 180px;
  border-radius: 18px;
  padding: 0;
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(132, 176, 130, .18);
  transition: transform .3s ease, opacity .3s ease;
  opacity: 1
}

.dt-usp__card:hover {
  transform: translateY(-4px)
}

.dt-usp__card.is-accent {
  background: #84B082;
  color: #fff;
  border-color: #84B082
}

.dt-usp__card.is-accent .dt-usp__title {
  color: #fff
}

.dt-usp__card.is-accent .dt-usp__subtitle {
  color: rgba(255, 255, 255, .94)
}

.dt-usp__card.is-accent .dt-usp__meta {
  color: rgba(255, 255, 255, .85)
}

.dt-usp__card-link,
.dt-usp__card-body {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  min-height: inherit;
  text-decoration: none;
  color: inherit
}

.dt-usp__card-link {
  height: 100%;
  position: relative
}

.dt-usp__card-link::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit
}

.dt-usp__card-link:hover .dt-usp__arrow {
  transform: translateX(4px)
}

.dt-usp__card-link:focus-visible {
  outline: 2px solid rgba(132, 176, 130, .7);
  outline-offset: 4px
}

.dt-usp__card.is-accent .dt-usp__arrow {
  color: #fff
}

.dt-usp__icon {
  flex: 0 0 auto;
  width: 36px;
  height: 36px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: rgba(132, 176, 130, .16);
  color: #84B082
}

.dt-usp__card.is-accent .dt-usp__icon {
  background: rgba(255, 255, 255, .22);
  color: #fff
}

.dt-usp__icon svg {
  width: 20px;
  height: 20px
}

.dt-usp__icon svg path,
.dt-usp__icon svg rect,
.dt-usp__icon svg line {
  stroke: currentColor
}

.dt-usp__title {
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 700;
  color: #48634a
}

.dt-usp__subtitle {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #2f3b2f;
  opacity: .9
}

.dt-usp__meta {
  display: inline-flex;
  margin-top: 10px;
  font-size: 12px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #607060;
  font-weight: 600
}

.dt-usp__arrow {
  margin-left: auto;
  font-size: 20px;
  line-height: 1;
  color: #84B082;
  transition: transform .25s ease
}

.dt-usp__card-body .dt-usp__icon {
  background: rgba(132, 176, 130, .14)
}

.dt-usp__card-body .dt-usp__title {
  color: #84B082
}

.dt-usp__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 12px 0 0
}

.dt-usp__chip {
  display: inline-flex;
  align-items: center;
  height: 30px;
  padding: 0 12px;
  border: 1.5px solid #84B082;
  border-radius: 10px;
  color: #84B082;
  background: rgba(132, 176, 130, .08);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  transition: background-color .2s ease, color .2s ease
}

.dt-usp__chip:hover {
  background: rgba(132, 176, 130, .16)
}

.dt-usp__chip:focus-visible {
  outline: 2px solid #84B082;
  outline-offset: 2px
}

.dt-usp__support {
  margin-top: 40px;
  padding: 30px 32px;
  border: 1px solid rgba(132, 176, 130, .24);
  border-radius: 20px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  gap: 24px;
  align-items: flex-start
}

.dt-usp__support-title {
  margin: 0 0 6px;
  font-size: 20px;
  color: #243528;
  font-weight: 700
}

.dt-usp__support-text {
  margin: 0;
  color: #2f3b2f;
  opacity: .92;
  font-size: 14px;
  line-height: 1.6;
  max-width: 520px
}

.dt-usp__support-actions {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 220px
}

.dt-usp__support-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 18px;
  border-radius: 12px;
  border: 1.5px solid rgba(132, 176, 130, .32);
  color: #48634a;
  background: rgba(255, 255, 255, .9);
  font-weight: 600;
  text-decoration: none;
  text-align: center;
  transition: transform .25s ease, background-color .25s ease
}

.dt-usp__support-cta:hover {
  transform: translateY(-2px);
  background: #fff
}

.dt-usp__support-cta--primary {
  background: #84B082;
  color: #fff;
  border-color: #84B082
}

@media (max-width: 1140px) {
  .dt-usp__grid {
    grid-template-columns: 1fr
  }

  .dt-usp__copy {
    order: 1
  }

  .dt-usp__features {
    order: 2
  }

  .dt-usp--v2 .dt-usp__cards {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr))
  }
}

@media (max-width: 768px) {
  .dt-usp__panel {
    padding: 32px 24px;
    border-radius: 18px
  }

  .dt-usp__header {
    align-items: flex-start;
    text-align: left
  }

  .dt-usp__proof {
    gap: 8px 12px
  }

  .dt-usp__cta-group {
    width: 100%
  }

  .dt-usp__cta {
    flex: 1 1 calc(50% - 6px);
    justify-content: center
  }

  .dt-usp__support {
    flex-direction: column;
    align-items: flex-start
  }

  .dt-usp__support-actions {
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%
  }

  .dt-usp__support-cta {
    flex: 1 1 200px
  }
}

@media (max-width: 599px) {
  .dt-usp--full {
    margin-left: calc(-50vw + 8px);
    margin-right: calc(-50vw + 8px);
    width: calc(100vw - 16px);
    padding: 36px 0
  }

  .dt-usp--v2 .dt-usp__cards {
    grid-template-columns: 1fr
  }

  .dt-usp__cta {
    flex: 1 1 100%
  }

  .dt-usp__support-actions {
    flex-direction: column
  }

  .dt-usp__proof {
    flex-direction: column;
    align-items: flex-start
  }
}

/* Onze Selectie */
.dreamtheme-selection {
  padding: 80px 0 0;
  background: #fff;
  overflow: hidden;
  position: relative;
  --marquee-padding: clamp(16px, 4vw, 72px)
}

.dreamtheme-selection__inner {
  max-width: none;
  margin: 0 auto;
  padding: 0 var(--marquee-padding);
  text-align: center;
}

.dreamtheme-selection__header {
  margin-bottom: 36px
}

.dreamtheme-section-title {
  font-size: 34px;
  font-weight: 400;
  color: #84B082;
  margin: 0 0 12px
}

.dreamtheme-section-subtitle {
  font-size: 16px;
  color: #666;
  margin: 0
}

.dreamtheme-selection__chips {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px
}

.dreamtheme-selection__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 26px;
  background: rgba(132, 176, 130, .12);
  border: 1px solid rgba(132, 176, 130, .28);
  border-radius: 999px;
  font-size: 14px;
  font-weight: 600;
  color: #2f3a2f;
  cursor: pointer;
  transition: all .3s ease;
  box-shadow: 0 6px 18px rgba(132, 176, 130, .15)
}

.dreamtheme-selection__chip:hover,
.dreamtheme-selection__chip:focus {
  background: rgba(132, 176, 130, .22);
  border-color: #84B082;
  transform: translateY(-2px);
  outline: none
}

.dreamtheme-selection__chip.active {
  background: #84B082;
  border-color: #84B082;
  color: #fff;
  box-shadow: 0 10px 25px rgba(132, 176, 130, .35)
}

.dreamtheme-selection__chip-count {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 6px;
  background: rgba(132, 176, 130, .12);
  border: 1px solid rgba(132, 176, 130, .45);
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #84B082
}

.dreamtheme-selection__chip.active .dreamtheme-selection__chip-count {
  background: rgba(255, 255, 255, .18);
  border-color: rgba(255, 255, 255, .45);
  color: #fff
}

.dreamtheme-selection__chip.is-disabled {
  opacity: .45;
  cursor: not-allowed;
  box-shadow: none;
  transform: none
}

.dreamtheme-selection__chip.is-disabled:hover,
.dreamtheme-selection__chip.is-disabled:focus {
  background: rgba(132, 176, 130, .12);
  color: #2f3a2f;
  border-color: rgba(132, 176, 130, .28)
}

.dreamtheme-selection__carousel-viewport {
  position: relative;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  margin-top: 40px;
  padding: 40px 0 60px;
  overflow: visible;
  background: linear-gradient(180deg, rgba(132, 176, 130, .06) 0%, rgba(132, 176, 130, .03) 50%, rgba(132, 176, 130, .01) 100%)
}

.dreamtheme-selection__carousel {
  display: none;
  max-width: 100vw;
  margin: 0 auto;
  padding: 0 var(--marquee-padding)
}

.dreamtheme-selection__carousel.active {
  display: block
}

.dreamtheme-selection__products.owl-carousel {
  display: block !important;
  list-style: none;
  margin: 0;
  padding: 0
}

.dreamtheme-selection__products.owl-carousel .owl-stage-outer {
  overflow: hidden
}

.dreamtheme-selection__products.owl-carousel .owl-stage {
  display: flex;
  align-items: stretch
}

.dreamtheme-selection__products.owl-carousel .owl-item {
  display: flex;
  align-items: stretch
}

.dreamtheme-selection__products.owl-carousel .product {
  width: 100%;
  margin: 0;
  padding: 10px;
  list-style: none
}

.dreamtheme-selection__nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin: 28px auto 0
}

.dreamtheme-selection__nav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #84B082;
  border: 0;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  cursor: pointer;
  transition: all var(--duration-base) var(--ease-standard);
  box-shadow: 0 6px 16px rgba(132, 176, 130, .25)
}

.dreamtheme-selection__nav-btn:hover,
.dreamtheme-selection__nav-btn:focus {
  background: var(--color-cta-blue);
  outline: none;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, .18)
}

.dreamtheme-selection__nav-btn:disabled {
  opacity: .4;
  cursor: not-allowed;
  transform: none;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .08)
}

.dreamtheme-selection__nav-btn span[aria-hidden="true"] {
  display: inline-block;
  line-height: 1;
  transform: translateY(-1px)
}

.dreamtheme-selection__products .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 30px;
  padding: 0;
  position: relative;
  z-index: 10;
}

.dreamtheme-selection__products .owl-dot {
  display: inline-block !important;
  width: 12px;
  height: 12px;
  margin: 0 6px;
  background: rgba(132, 176, 130, .3);
  border-radius: 50%;
  border: none;
  cursor: pointer;
  transition: all .3s ease;
  padding: 0;
}

.dreamtheme-selection__products .owl-dot.active,
.dreamtheme-selection__products .owl-dot:hover {
  background: #84B082;
  transform: scale(1.2);
}

@media (max-width:1200px) {
  .dreamtheme-section-title {
    font-size: 30px
  }

  .dreamtheme-selection {
    --marquee-padding: clamp(16px, 5vw, 56px)
  }

  .dreamtheme-selection__inner {
    padding: 0
  }

  .dreamtheme-selection__carousel-viewport {
    margin-top: 32px
  }
}

@media (max-width:1024px) {
  .dreamtheme-section-title {
    font-size: 30px
  }

  .dreamtheme-selection {
    --marquee-padding: clamp(16px, 6vw, 40px)
  }

  .dreamtheme-selection__inner {
    padding: 0
  }

  .dreamtheme-selection__carousel-viewport {
    margin-top: 32px
  }
}

@media (max-width:768px) {
  .dreamtheme-selection {
    padding: 60px 0;
    --marquee-padding: clamp(14px, 7vw, 30px)
  }

  .dreamtheme-section-title {
    font-size: 26px
  }

  .dreamtheme-section-subtitle {
    font-size: 14px
  }

  .dreamtheme-selection__chips {
    gap: 10px
  }

  .dreamtheme-selection__chip {
    padding: 11px 20px;
    font-size: 13px
  }

  .dreamtheme-selection__inner {
    padding: 0
  }

  .dreamtheme-selection__nav {
    gap: 12px;
    margin-top: 24px
  }

  .dreamtheme-selection__nav-btn {
    width: 42px;
    height: 42px;
    font-size: 20px
  }
}

@media (max-width:480px) {
  .dreamtheme-selection {
    padding: 50px 0
  }

  .dreamtheme-section-title {
    font-size: 22px
  }

  .dreamtheme-selection__chip {
    width: 100%;
    justify-content: center
  }

  .dreamtheme-selection__nav {
    gap: 10px;
    margin-top: 20px
  }

  .dreamtheme-selection__nav-btn {
    width: 38px;
    height: 38px;
    font-size: 18px
  }
}

/* Hero V2 */
.dt-hero-v2 {
  margin-bottom: 40px;
}

.dt-hero-v2__grid {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  gap: 16px;
  align-items: stretch;
}

/* Main Banner (Left) */
.dt-hero-v2__main {
  position: relative;
}

.dt-hero-v2__main .dt-hero-banner {
  height: 100%;
}

.dt-hero-v2__main .dt-hero-banner__link {
  display: block;
  height: 100%;
}

.dt-hero-v2__main .dt-hero-banner__figure {
  margin: 0;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.dt-hero-v2__main .dt-hero-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 4 / 3;
  /* Wider aspect ratio for main banner - better desktop presentation */
}

/* Side Banners (Right) */
.dt-hero-v2__side {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dt-hero-v2__side .dt-hero-banner {
  flex: 1;
  /* Distribute height equally */
  min-height: 0;
  /* Prevent overflow */
}

.dt-hero-v2__side .dt-hero-banner__link {
  display: block;
  height: 100%;
}

.dt-hero-v2__side .dt-hero-banner__figure {
  margin: 0;
  height: 100%;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
}

.dt-hero-v2__side .dt-hero-banner__img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16 / 9;
  /* 16:9 for side banners - fits well stacked */
}

/* Hover Effects */
.dt-hero-banner__figure {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dt-hero-banner:hover .dt-hero-banner__figure {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .dt-hero-v2__grid {
    grid-template-columns: 1fr;
    /* Stack vertically */
    gap: 16px;
  }

  .dt-hero-v2__main .dt-hero-banner__img {
    aspect-ratio: 4 / 3;
    /* Same as desktop for consistency */
  }

  .dt-hero-v2__side {
    flex-direction: row;
    /* Horizontal on mobile */
    gap: 12px;
  }

  .dt-hero-v2__side .dt-hero-banner__img {
    aspect-ratio: 16 / 9;
    /* Same as desktop - prevents image cropping */
  }
}

/* Category Section */
.dt-categories-section {
  margin-bottom: 0;
  padding: 36px 0;
  position: relative;
}

/* Full-width background - extends beyond container */
.dt-categories-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: rgba(132, 176, 130, 0.08);
  z-index: -1;
}

.dt-categories-grid {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: nowrap;
  width: 100%;
}

.dt-category-circle {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: var(--color-accent-dark, #001514);
  flex: 1 1 0;
  min-width: 0;
  max-width: none;
  transition: transform 0.2s ease;
}

.dt-category-circle:hover {
  transform: translateY(-5px);
  color: var(--color-primary, #84B082);
}

.dt-category-circle__img-wrapper {
  width: 100%;
  max-width: 180px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #f5f5f5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 2px solid transparent;
  transition: border-color 0.2s ease;
  margin: 0 auto;
}

.dt-category-circle:hover .dt-category-circle__img-wrapper {
  border-color: var(--color-primary, #84B082);
}

.dt-category-circle__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.dt-category-circle__label {
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  line-height: 1.35;
  word-wrap: break-word;
  hyphens: auto;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}

h3.dt-category-circle__label {
  font-size: 15px;
  margin: 0;
}

/* Tablet Responsive */
@media (max-width: 991px) {
  .dt-categories-grid {
    gap: 8px;
  }

  .dt-category-circle {
    max-width: 140px;
  }

  .dt-category-circle__img-wrapper {
    max-width: 120px;
  }

  .dt-category-circle__label {
    font-size: 13px;
  }
}

/* Mobile Responsive - Horizontal Swipeable Carousel */
@media (max-width: 768px) {
  .dt-categories-section {
    padding: 20px 0 22px;
  }

  .dt-categories-grid {
    display: flex;
    flex-wrap: nowrap;
    gap: 16px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding: 0 16px;
    padding: 0 4px 12px;
    margin: 0 -16px;
    padding-left: 16px;
    padding-right: 16px;
    /* Hide scrollbar */
    scrollbar-width: none;
    -ms-overflow-style: none;
  }

  .dt-categories-grid::-webkit-scrollbar {
    display: none;
  }

  .dt-category-circle {
    flex: 0 0 auto;
    width: 124px;
    max-width: none;
    scroll-snap-align: start;
  }

  .dt-category-circle__img-wrapper {
    width: 108px;
    max-width: 108px;
    aspect-ratio: 1 / 1;
    height: auto;
    margin: 0 auto;
  }

  .dt-category-circle__label,
  h3.dt-category-circle__label {
    font-size: 14px;
  }
}

/* =========================================
   USP Bar Section (Dark Green)
   ========================================= */
.dt-usp-bar {
  padding: 22px 0;
  position: relative;
  overflow: hidden;
}

/* Full-width dark green background */
.dt-usp-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #48634a;
  z-index: -1;
}

.dt-usp-bar__slider {
  position: relative;
  width: 100%;
  min-height: 68px;
}

.dt-usp-bar__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 14px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.dt-usp-bar__item.is-active {
  opacity: 1;
  pointer-events: auto;
  position: relative;
  top: auto;
  left: auto;
  transform: none;
}

.dt-usp-bar__icon {
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dt-usp-bar__icon svg {
  width: 20px;
  height: 20px;
  stroke: #48634a;
}

.dt-usp-bar__content {
  min-width: 0;
}

.dt-usp-bar__title {
  margin: 0 0 4px 0;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

.dt-usp-bar__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.9);
}

@media (max-width: 767px) {
  .dt-usp-bar__text {
    display: none;
  }
}

@media (min-width: 992px) {
  .dt-usp-bar {
    padding: 28px 0;
  }

  .dt-usp-bar__slider {
    min-height: 80px;
  }

  .dt-usp-bar__item {
    max-width: 620px;
    padding: 14px 18px;
  }

  .dt-usp-bar__icon {
    width: 52px;
    height: 52px;
  }

  .dt-usp-bar__icon svg {
    width: 22px;
    height: 22px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dt-usp-bar__item {
    transition: none;
  }
}

/* =========================================
   7. Story Section (Text Left, Images Right)
   ========================================= */
.dt-story-section {
  padding: 60px 0;
  background-color: #fff;
  overflow: hidden;
  border: none !important;
  border-bottom: none !important;
}

.dt-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* Text first (left), Images second (right) */
.dt-story-content {
  order: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.dt-story-images {
  order: 2;
  position: relative;
  height: 0;
  padding-bottom: 100%;
}

.dt-story-img-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  z-index: 1;
}

.dt-story-img-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  height: 60%;
  z-index: 2;
  border: 5px solid #fff;
  /* Border to separate overlap */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.dt-story-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.dt-story-placeholder {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  border-radius: 8px;
}

.dt-story-placeholder--small {
  width: 100%;
  height: 100%;
  background-color: #e0e0e0;
  border-radius: 8px;
}

.dt-story-content {
  padding-right: 0;
}

.dt-story-title {
  font-size: 2rem;
  font-weight: 700;
  color: var(--dt-green-dark, #004d40);
  /* Fallback or variable */
  margin-bottom: 20px;
}

.dt-story-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 30px;
  max-width: 620px;
}

.dt-story-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background-color: #84B082;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 8px;
  transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.dt-story-link:hover {
  background-color: #6fa06d;
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(132, 176, 130, 0.3);
}

.dt-story-link span {
  transition: transform 0.3s ease;
}

.dt-story-link:hover span {
  transform: translateX(4px);
}

@media (max-width: 991px) {
  .dt-story-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dt-story-content {
    order: 1;
    text-align: center;
    padding-right: 0;
  }

  .dt-story-images {
    order: 2;
    height: auto;
    padding-bottom: 0;
    aspect-ratio: 5 / 4;
    min-height: 250px;
    max-width: 400px;
    margin: 0 auto;
    width: 100%;
  }

  .dt-story-link {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .dt-story-images {
    min-height: 220px;
  }
}

/* =========================================
   8. Reviews Section V2 (2-Column Layout)
   ========================================= */

/* Full-width wrapper with light green background */
.dt-reviews-wrapper {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: rgba(132, 176, 130, 0.1);
  border: none !important;
  border-top: none !important;
  border-bottom: none !important;
  box-shadow: none !important;
  outline: none !important;
}

.dt-reviews-section--v2 {
  padding: 60px 0;
  max-width: var(--dt-max, 1600px);
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  border: none !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
  .dt-reviews-section--v2 {
    padding-left: 40px;
    padding-right: 40px;
  }
}

/* 2-Column Grid */
.dt-reviews-grid {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 60px;
  align-items: center;
}

/* Left Column: Score */
.dt-reviews-score {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.dt-reviews-score__stars {
  display: flex;
  gap: 6px;
}

.dt-star--gold {
  font-size: 36px;
  background: linear-gradient(135deg, #FFD700 0%, #FFA500 50%, #FFD700 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: drop-shadow(0 2px 4px rgba(255, 165, 0, 0.3));
}

.dt-reviews-score__number {
  display: flex;
  align-items: baseline;
  gap: 4px;
  flex-wrap: wrap;
}

.dt-reviews-score__value {
  font-size: 48px;
  font-weight: 800;
  color: #48634a;
  line-height: 1;
}

.dt-reviews-score__max {
  font-size: 24px;
  font-weight: 600;
  color: #48634a;
  opacity: 0.7;
}

.dt-reviews-score__count {
  font-size: 16px;
  color: #607060;
  margin-left: 8px;
}

.dt-reviews-score__title {
  font-size: 28px;
  font-weight: 700;
  color: #48634a;
  margin: 8px 0 0;
  line-height: 1.3;
}

.dt-reviews-score__subtitle {
  font-size: 16px;
  color: #607060;
  margin: 0;
  line-height: 1.5;
}

.dt-reviews-score__cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #48634a;
  text-decoration: none;
  transition: gap 0.3s ease;
}

.dt-reviews-score__cta:hover {
  gap: 12px;
}

.dt-reviews-score__cta svg {
  transition: transform 0.3s ease;
}

.dt-reviews-score__cta:hover svg {
  transform: translateX(4px);
}

/* Right Column: Dual Carousel (2 columns, contra movement) */
.dt-reviews-carousel--dual {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  height: 480px;
  overflow: hidden;
  border-radius: 16px;
  position: relative;
}

/* Fade gradients top/bottom - disabled to remove border effect */
.dt-reviews-carousel--dual::before,
.dt-reviews-carousel--dual::after {
  display: none;
}

.dt-reviews-carousel__column {
  overflow-y: auto;
  height: 100%;
  padding-right: 4px;
}

.dt-reviews-carousel__column .dt-reviews-carousel__track {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Column 1: Scrolls Up */
.dt-reviews-carousel__column--up .dt-reviews-carousel__track {
  animation: none;
}

/* Column 2: Scrolls Down (contra movement) */
.dt-reviews-carousel__column--down .dt-reviews-carousel__track {
  animation: none;
}

.dt-reviews-carousel--dual:hover .dt-reviews-carousel__track {
  animation-play-state: running;
}

@keyframes reviews-scroll-up {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes reviews-scroll-down {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0);
  }
}

/* Review Card */
.dt-review-card {
  background: #fff;
  padding: 20px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dt-review-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.dt-review-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.dt-review-card__stars {
  color: #FFB400;
  font-size: 14px;
  letter-spacing: 1px;
}

.dt-review-card__date {
  font-size: 12px;
  color: #999;
}

.dt-review-card__author {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #333;
}

.dt-review-card__content {
  color: #555;
  line-height: 1.5;
  font-size: 14px;
  margin: 0;
}

.dt-review-card__verified {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-top: 10px;
  font-size: 12px;
  color: #48634a;
  font-weight: 600;
}

.dt-review-card__verified svg {
  color: #84B082;
}

/* Mobile Responsive */
@media (max-width: 991px) {
  .dt-reviews-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dt-reviews-score {
    text-align: center;
    align-items: center;
  }

  .dt-reviews-score__number {
    justify-content: center;
  }

  .dt-reviews-carousel--dual {
    height: 400px;
  }
}

@media (max-width: 576px) {
  .dt-reviews-section--v2 {
    padding: 40px 0;
  }

  .dt-star--gold {
    font-size: 28px;
  }

  .dt-reviews-score__value {
    font-size: 36px;
  }

  .dt-reviews-score__title {
    font-size: 22px;
  }

  .dt-reviews-carousel--dual {
    grid-template-columns: 1fr;
    height: 350px;
  }

  .dt-reviews-carousel__column--down {
    display: none;
  }

  .dt-review-card {
    padding: 16px 18px;
  }
}

/* =========================================
   9. CTA Section
   ========================================= */
/* Remove overlay, pure image background */
.dt-cta-section {
  padding: 100px 0;
  /* Slightly more padding for parallax feel */
  background-color: #84B082;
  border-top: none;
  background-image: url('../images/cta-bg-cotton.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin-bottom: 0;
}

/* Ensure grid items align properly */
.dt-cta-grid {
  display: block;
  text-align: center;
}

.dt-cta-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.dt-cta-image-wrapper {
  aspect-ratio: 1 / 1;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.dt-cta-image-wrapper:hover {
  transform: translateY(-5px);
}

.dt-cta-image-wrapper:nth-child(2) {
  margin-top: 40px;
  /* Offset for dynamic look */
}

.dt-cta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dt-cta-image-placeholder {
  aspect-ratio: 1 / 1;
  background-color: #f0f0f0;
  border-radius: 12px;
}

.dt-cta-image-placeholder:nth-child(2) {
  margin-top: 40px;
}

/* White Card Style for Right Content */
/* White Card Style for Right Content */
.dt-cta-content {
  background: #ffffff;
  padding: 60px 48px;
  border-radius: 24px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.08);
  text-align: center;
  max-width: 1200px;
  /* Wider card */
  margin: 0 auto;
}

.dt-cta-title {
  font-size: 2.8rem;
  font-weight: 800;
  color: #1a1a1a;
  margin-bottom: 16px;
}

.dt-cta-text {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #555;
  margin-bottom: 48px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.dt-cta-contacts {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 40px;
  /* Adjusted gap */
  flex-wrap: wrap;
}

/* Vertical Icon + Text Layout */
.dt-cta-contact-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: #333;
  padding: 0;
  background: transparent;
  width: 260px;
  /* Wider for email address */
  min-width: 260px;
}

/* Circle Icons - Larger */
.dt-cta-contact-item svg,
.dt-cta-contact-item .dashicons {
  width: 80px;
  height: 80px;
  color: #fff;
  background-color: #84B082;
  border-radius: 50%;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s, background-color 0.2s;
  fill: #fff;
  box-shadow: 0 8px 16px rgba(132, 176, 130, 0.25);
}

.dt-cta-contact-item:hover svg,
.dt-cta-contact-item:hover .dashicons {
  background-color: #6a9668;
  transform: scale(1.05);
}

.dt-cta-contact-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: center;
  text-align: center;
  width: 100%;
}

.dt-cta-contact-label {
  font-size: 1.25rem;
  font-weight: 800;
  color: #1a1a1a;
  text-transform: none;
  letter-spacing: -0.5px;
  margin-bottom: 4px;
}

.dt-cta-contact-value {
  font-size: 1rem;
  font-weight: 500;
  color: #444;
  line-height: 1.4;
  word-break: break-word;
  /* Prevent overflow */
}

@media (max-width: 991px) {
  .dt-cta-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .dt-cta-images {
    max-width: 500px;
    margin: 0 auto;
  }

  .dt-cta-content {
    padding-left: 0;
    text-align: center;
  }

  .dt-cta-contacts {
    align-items: center;
  }

  .dt-cta-contact-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
}

/* Mobile: Horizontal icon + contact details layout */
@media (max-width: 768px) {
  .dt-cta-section {
    padding: 60px 0;
  }

  .dt-cta-content {
    padding: 36px 24px;
  }

  .dt-cta-title {
    font-size: 1.8rem;
  }

  .dt-cta-text {
    margin-bottom: 32px;
  }

  .dt-cta-contacts {
    flex-direction: column;
    gap: 20px;
    align-items: stretch;
  }

  .dt-cta-contact-item {
    flex-direction: row;
    align-items: center;
    gap: 16px;
    width: 100%;
    max-width: none;
    min-width: 0;
    text-align: left;
  }

  .dt-cta-contact-item svg,
  .dt-cta-contact-item .dashicons {
    width: 52px;
    height: 52px;
    padding: 14px;
    flex-shrink: 0;
  }

  .dt-cta-contact-details {
    align-items: flex-start;
    text-align: left;
  }

  .dt-cta-contact-label {
    font-size: 1rem;
  }

  .dt-cta-contact-value {
    font-size: 0.9rem;
  }
}

/* ===== RECOMMENDED PRODUCTS SECTION (Carousel with Navigation) ===== */
.dt-recommended-section {
  padding: 60px 0;
  background: #fff;
}

.dt-recommended-section .dt-section-title {
  text-align: center;
  margin-bottom: 32px;
}

.dt-recommended-section .dt-recommended-wrapper {
  position: relative;
  display: block;
}

/* Prevent dt-shop-products from inheriting grid styles */
.dt-recommended-section .dt-shop-products {
  display: block !important;
}

/* Override WooCommerce grid for carousel - MUST use high specificity */
.dt-recommended-section .dt-recommended-carousel.owl-carousel,
.dt-recommended-section ul.products.owl-carousel,
.woocommerce .dt-recommended-section ul.products.owl-carousel,
.woocommerce-page .dt-recommended-section ul.products.owl-carousel {
  display: block !important;
  grid-template-columns: none !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Mobile override for WooCommerce grid interference */
@media (max-width: 768px) {

  .dt-recommended-section ul.products[class*="columns-"],
  .woocommerce .dt-recommended-section ul.products[class*="columns-"],
  .woocommerce-page .dt-recommended-section ul.products[class*="columns-"] {
    display: block !important;
    grid-template-columns: none !important;
  }
}

/* Navigation Arrows */
.dt-recommended-nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 28px;
}

.dt-recommended-nav__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #84B082;
  border: none;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(132, 176, 130, 0.3);
}

.dt-recommended-nav__btn:hover:not(:disabled) {
  background: #6a9668;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(132, 176, 130, 0.4);
}

.dt-recommended-nav__btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  box-shadow: none;
}

.dt-recommended-nav__btn svg {
  width: 20px;
  height: 20px;
}

/* Dots Navigation */
.dt-recommended-section .dt-recommended-carousel .owl-dots {
  display: block !important;
  text-align: center;
  margin-top: 20px;
  padding: 0;
}

.dt-recommended-section .dt-recommended-carousel .owl-dot {
  display: inline-block !important;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: rgba(132, 176, 130, .3);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease;
}

.dt-recommended-section .dt-recommended-carousel .owl-dot.active,
.dt-recommended-section .dt-recommended-carousel .owl-dot:hover {
  background: #84B082;
  transform: scale(1.2);
}

/* Responsive - Tablet */
@media (max-width: 991px) {
  .dt-recommended-section {
    padding: 40px 0;
  }
}

/* Responsive - Mobile */
@media (max-width: 767px) {
  .dt-recommended-section {
    padding: 32px 0;
  }

  .dt-recommended-section .dt-section-title {
    margin-bottom: 24px;
    font-size: 1.5rem;
  }

  /* Ensure 2 cards per slide on mobile */
  .dt-recommended-section .dt-recommended-carousel.owl-carousel .owl-stage {
    display: flex;
  }

  .dt-recommended-section .dt-recommended-carousel.owl-carousel .owl-item {
    display: flex;
    width: auto !important;
  }

  .dt-recommended-section .dt-recommended-carousel.owl-carousel .owl-item>li.product {
    width: 100%;
  }

  /* Navigation below carousel */
  .dt-recommended-nav {
    margin-top: 20px;
  }

  .dt-recommended-nav__btn {
    width: 42px;
    height: 42px;
  }

  .dt-recommended-nav__btn svg {
    width: 18px;
    height: 18px;
  }

  /* Dots closer on mobile */
  .dt-recommended-section .dt-recommended-carousel .owl-dots {
    margin-top: 16px;
  }
}

@media (max-width: 480px) {
  .dt-recommended-nav__btn {
    width: 38px;
    height: 38px;
  }

  .dt-recommended-nav {
    gap: 12px;
  }
}

/* =========================================
   10. Family Section (Newsletter)
   ========================================= */
.dt-family-section {
  position: relative;
  padding: 100px 0;
  margin-bottom: 0px;
  background-image: url('../images/bg-silk-green.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  text-align: center;
}

/* Ensure no gap after family section */
.dt-family-section+.site-footer {
  margin-top: 0 !important;
}

.dt-family-content {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.dt-family-title {
  font-size: clamp(28px, 5vw, 42px);
  font-weight: 700;
  color: #fff;
  margin: 0;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dt-family-text {
  font-size: 16px;
  line-height: 1.6;
  color: #fff;
  max-width: 680px;
}

.dt-family-text p {
  margin-bottom: 12px;
}

.dt-family-actions {
  margin-top: 8px;
}

.dt-family-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #6a8e67;
  /* Muted Green text for button */
  font-weight: 800;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 16px 40px;
  border-radius: 8px;
  /* Slightly rounded */
  text-decoration: none;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  min-width: 200px;
}

.dt-family-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  background-color: #f9f9f9;
  color: #557553;
}

.dt-family-socials {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 10px;
}

.dt-family-social-link {
  color: #fff;
  opacity: 1;
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dt-family-social-link:hover {
  transform: scale(1.1);
  opacity: 0.9;
}

/* Update previous footer fix to apply to family section instead */
.dt-home+.site-footer {
  margin-top: 0 !important;
}

/* Also clean up potential double margin from CTA */
.dt-cta-section {
  margin-bottom: 0;
}
