/* ============================================================
   Dressland Homepage — Professional refinements
   Brand (from logo): Red #ed1d24 · Black #221e1f
   ============================================================ */

:root {
  --dl-red: #ed1d24;
  --dl-red-dark: #c1141a;
  --dl-red-soft: #fdecec;
  --dl-black: #121212;
  --dl-ink: #221e1f;
  --dl-muted: #6a6a6e;
  --dl-line: #e7e7ea;
  --dl-soft: #f7f7f8;

  /* Legacy alias: many rules still reference the old brand slot */
  --dl-navy: #121212;
}

/* ---------- Shared section chrome ---------- */
.dl-section-head {
  text-align: center;
  max-width: 640px;
  margin: 0 auto 40px;
}

.dl-section-label {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--dl-red);
  font-weight: 700;
  margin-bottom: 12px;
}

.dl-section-title {
  font-size: clamp(26px, 3vw, 38px);
  font-weight: 800;
  color: var(--dl-navy);
  line-height: 1.15;
  margin: 0 0 12px;
  letter-spacing: -0.02em;
}

.dl-section-title span {
  color: var(--dl-red);
}

.dl-section-sub {
  margin: 0;
  color: var(--dl-muted);
  font-size: 15px;
  line-height: 1.7;
}

.dl-reveal {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.dl-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

/* ---------- Hero ---------- */
.hero-section.desktop-banner,
.hero-section.mobile-banner {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  line-height: 0;
  isolation: isolate;
}

.hero-section .carousel,
.hero-section .carousel-inner {
  position: relative;
  z-index: 0;
  overflow: hidden;
}

.hero-section .carousel-item img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
  vertical-align: top;
}

.hero-section .carousel-inner::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(
    90deg,
    rgba(18, 18, 18, 0.35) 0%,
    rgba(18, 18, 18, 0.08) 45%,
    rgba(0, 0, 0, 0.15) 100%
  );
}

.hero-section .carousel-item {
  position: relative;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next,
.hero-section .hero-slider-btn {
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  z-index: 8 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 40px !important;
  height: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  opacity: 0.45 !important;
  background: transparent !important;
  border: 0 !important;
  text-decoration: none !important;
  color: #fff !important;
  transition: opacity 0.2s ease;
}

.hero-section:hover .carousel-control-prev,
.hero-section:hover .carousel-control-next,
.hero-section:hover .hero-slider-btn,
.hero-section .carousel-control-prev:focus,
.hero-section .carousel-control-next:focus,
.hero-section .hero-slider-btn:focus {
  opacity: 0.85 !important;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-prev.hero-slider-btn {
  left: 4px !important;
  right: auto !important;
}

.hero-section .carousel-control-next,
.hero-section .carousel-control-next.hero-slider-btn {
  right: 4px !important;
  left: auto !important;
}

.hero-section .hero-slider-btn i,
.hero-section .carousel-control-prev-icon,
.hero-section .carousel-control-next-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  background: rgba(0, 0, 0, 0.28) !important;
  background-image: none !important;
  background-size: auto !important;
  border-radius: 50% !important;
  border: 1px solid rgba(255, 255, 255, 0.35) !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 1 !important;
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.hero-section .hero-slider-btn:hover i,
.hero-section .hero-slider-btn:focus i {
  background: rgba(237, 29, 36, 0.75) !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  transform: scale(1.06);
  color: #fff !important;
  text-decoration: none !important;
}

.hero-section .carousel-control-prev:hover,
.hero-section .carousel-control-next:hover,
.hero-section .hero-slider-btn:hover,
.hero-section .hero-slider-btn:focus {
  text-decoration: none !important;
  color: #fff !important;
  opacity: 1 !important;
}

.hero-section .carousel-indicators {
  z-index: 7;
  margin-bottom: 16px;
  display: flex !important;
  justify-content: center;
  position: absolute;
  right: 0;
  left: 0;
}

.hero-section .carousel-indicators li {
  width: 7px !important;
  height: 7px !important;
  border-radius: 50% !important;
  margin: 0 3px !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  border: 0 !important;
  opacity: 1 !important;
  text-indent: -999px;
  overflow: hidden;
  flex: 0 0 auto;
  box-sizing: border-box;
}

.hero-section .carousel-indicators li.active {
  background-color: rgba(237, 29, 36, 0.9) !important;
  width: 16px !important;
  border-radius: 999px !important;
}

.hero-brand-bar {
  position: absolute;
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
  z-index: 6;
  background: rgba(255, 255, 255, 0.96);
  padding: 14px 28px;
  border-radius: 2px;
  box-shadow: 0 12px 36px rgba(18, 18, 18, 0.18);
  text-align: center;
  min-width: min(90vw, 420px);
  line-height: normal;
}

.hero-brand-bar strong {
  display: block;
  font-size: clamp(18px, 2.4vw, 26px);
  font-weight: 800;
  color: var(--dl-ink);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1.2;
}

.hero-brand-bar span {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--dl-red);
  font-weight: 700;
}

@media (max-width: 575px) {
  .hero-brand-bar {
    bottom: 16px;
    padding: 12px 18px;
  }
}

/* ---------- Trust strip ---------- */
.dl-trust {
  background: var(--dl-navy);
  color: #fff;
  padding: 0;
  position: relative;
  z-index: 2;
}

.dl-trust__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0;
}

.dl-trust__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 22px 28px;
  border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.dl-trust__item:last-child {
  border-right: 0;
}

.dl-trust__item i {
  font-size: 22px;
  color: #ffd4da;
  width: 28px;
  text-align: center;
}

.dl-trust__item strong {
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.dl-trust__item span {
  display: block;
  font-size: 12px;
  opacity: 0.72;
  margin-top: 2px;
}

@media (max-width: 991px) {
  .dl-trust__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .dl-trust__item:nth-child(2) {
    border-right: 0;
  }
  .dl-trust__item:nth-child(1),
  .dl-trust__item:nth-child(2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
}

@media (max-width: 575px) {
  .dl-trust__grid {
    grid-template-columns: 1fr;
  }
  .dl-trust__item {
    border-right: 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  }
  .dl-trust__item:last-child {
    border-bottom: 0;
  }
}

/* ---------- Category showcase (kept + tightened) ---------- */
.category-showcase {
  padding: 72px 0 80px;
  background: linear-gradient(180deg, #f7f7f8 0%, #ffffff 45%, #f7f7f8 100%);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.category-showcase::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle at 12% 20%, rgba(237, 29, 36, 0.06), transparent 40%),
    radial-gradient(circle at 88% 70%, rgba(18, 18, 18, 0.06), transparent 42%);
  pointer-events: none;
}

.category-showcase .container-fluid {
  position: relative;
  z-index: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.category-showcase__header { text-align: center; max-width: 640px; margin: 0 auto 42px; }
.category-showcase__label {
  display: inline-block; font-size: 12px; letter-spacing: 0.22em;
  text-transform: uppercase; color: var(--dl-red); font-weight: 700; margin-bottom: 12px;
}
.category-showcase__title {
  font-size: clamp(28px, 3.2vw, 40px); font-weight: 800; color: var(--dl-navy);
  line-height: 1.15; margin: 0 0 12px; letter-spacing: -0.02em;
}
.category-showcase__title span { color: var(--dl-red); }
.category-showcase__subtitle { margin: 0; color: var(--dl-muted); font-size: 15px; line-height: 1.7; }

.category-card {
  position: relative; display: block; overflow: hidden; border-radius: 4px;
  text-decoration: none !important; background: #111;
  box-shadow: 0 10px 28px rgba(18, 18, 18, 0.08);
  transition: transform 0.45s ease, box-shadow 0.45s ease;
}
.category-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(18, 18, 18, 0.16);
}
.category-card__media { position: relative; height: 360px; overflow: hidden; background: var(--dl-soft); }
/* Absolutely positioned so the image box always matches the tile exactly.
   style.css sets `.owl-carousel .owl-item img { width: auto }`, which has
   higher specificity than a single-class selector and otherwise leaves the
   dark card background exposed beside images that are not 5:6. */
.category-slider .owl-item .category-card__media img,
.category-card__media img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
  transition: transform 0.7s ease;
}
.category-card:hover .category-card__media img { transform: scale(1.08); }
.category-card__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18,0) 28%, rgba(18, 18, 18,.48) 62%, rgba(18, 18, 18,.92) 100%);
  transition: background 0.4s ease;
}
.category-card:hover .category-card__overlay {
  background: linear-gradient(180deg, rgba(237, 29, 36,.12) 0%, rgba(18, 18, 18,.55) 58%, rgba(18, 18, 18,.95) 100%);
}
.category-card__body {
  position: absolute; left: 0; right: 0; bottom: 0; padding: 28px 24px 26px; color: #fff; z-index: 2;
}
.category-card__name {
  margin: 0 0 8px; font-size: 22px; font-weight: 700; color: #fff; line-height: 1.25;
}
.category-card__cta {
  display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 700;
  letter-spacing: 0.14em; text-transform: uppercase; color: rgba(255,255,255,.9);
  opacity: 0.85; transform: translateY(6px);
  transition: opacity 0.35s ease, transform 0.35s ease, color 0.35s ease;
}
.category-card__cta i { font-size: 14px; transition: transform 0.35s ease; }
.category-card:hover .category-card__cta { opacity: 1; color: #fff; transform: translateY(0); }
.category-card:hover .category-card__cta i { transform: translateX(4px); }

.category-slider {
  padding: 0 40px;
  overflow: hidden;
}

.category-slider .owl-stage-outer {
  padding: 12px 0 20px;
  overflow: hidden;
}

.category-slider .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  margin: 0;
  border: 0;
  border-radius: 2px;
  background: #fff !important;
  color: var(--dl-navy) !important;
  font-size: 20px;
  line-height: 46px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: background 0.25s ease, color 0.25s ease;
  outline: none;
  z-index: 5;
}

.category-slider .owl-nav button:hover {
  background: var(--dl-red) !important;
  color: #fff !important;
}

.category-slider .owl-nav .owl-prev {
  left: 0;
}

.category-slider .owl-nav .owl-next {
  right: 0;
}
.category-slider .owl-dots { text-align: center; margin-top: 8px; }
.category-slider .owl-dots button.owl-dot { outline: none; }
.category-slider .owl-dots button.owl-dot span {
  width: 22px; height: 3px; margin: 0 4px; background: #cfd3da; display: block; border-radius: 0;
  transition: width .25s ease, background .25s ease;
}
.category-slider .owl-dots button.owl-dot.active span { width: 36px; background: var(--dl-red); }

/* ---------- Product collection bands ---------- */
.women-banner,
.man-banner {
  padding: 70px 0 !important;
  background: #fff;
  overflow-x: hidden;
}

.man-banner {
  background: var(--dl-soft);
}

/* Keep Owl nav arrows inside the viewport (template used left/right: -62px) */
.home-collection .product-slider {
  position: relative;
  padding: 0 36px;
  overflow: hidden;
}

.home-collection .product-slider .owl-nav button[type="button"],
.home-collection .product-slider .owl-nav button {
  left: 0 !important;
  right: auto !important;
  top: 35% !important;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 22px !important;
  opacity: 1 !important;
  background: #fff !important;
  color: var(--dl-navy) !important;
  border: 1px solid var(--dl-line) !important;
  border-radius: 2px;
  box-shadow: 0 4px 14px rgba(18, 18, 18, 0.1);
  z-index: 5;
}

.home-collection .product-slider .owl-nav button.owl-next,
.home-collection .product-slider .owl-nav button[type="button"].owl-next {
  left: auto !important;
  right: 0 !important;
}

.home-collection .product-slider .owl-stage-outer {
  overflow: hidden;
}

/* Fix broken hover action bars spilling out of cards */
.home-collection .product-item .pi-pic {
  overflow: hidden;
  position: relative;
}

.home-collection .product-item .pi-pic ul {
  max-width: 100%;
}

.home-collection .product-large {
  min-height: 480px;
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 28px !important;
  position: relative;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.home-collection .product-large::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(18, 18, 18,.15) 0%, rgba(18, 18, 18,.78) 100%);
  z-index: 1;
}

.home-collection .product-large h2,
.home-collection .product-large a {
  position: relative;
  z-index: 2;
  color: #fff !important;
}

.home-collection .product-large h2 {
  font-size: 32px !important;
  font-weight: 800 !important;
  margin-bottom: 10px !important;
  letter-spacing: -0.02em;
}

.home-collection .product-large a {
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--dl-red) !important;
  padding-bottom: 4px;
  align-self: flex-start;
}

.home-collection .product-large a:before {
  display: none !important;
}

.home-collection .filter-control {
  margin-bottom: 22px !important;
  text-align: left !important;
}

.home-collection .filter-control ul li {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.04em;
  color: var(--dl-muted) !important;
  margin-right: 22px !important;
  padding-bottom: 8px;
  cursor: default;
}

.home-collection .filter-control ul li.active {
  color: var(--dl-navy) !important;
}

.home-collection .filter-control ul li.active:before,
.home-collection .filter-control ul li:before {
  background: var(--dl-red) !important;
  height: 2px !important;
}

.home-collection .product-slider .owl-stage {
  display: flex;
  align-items: stretch;
}

.home-collection .product-slider .owl-item {
  display: flex;
  height: auto;
  float: none;
}

.home-collection .product-item {
  background: #fff;
  border: 1px solid var(--dl-line);
  border-radius: 4px;
  overflow: hidden;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  margin: 4px;
  max-width: 100%;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.home-collection .product-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 32px rgba(18, 18, 18, 0.1);
}

.home-collection .product-item .pi-pic {
  flex: 0 0 auto;
}

.home-collection .product-item .pi-pic img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
}

.home-collection .product-item .pi-text {
  padding: 16px 16px 18px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  min-height: 118px;
}

.home-collection .product-item .pi-text .catagory-name {
  min-height: 14px;
  margin-bottom: 10px;
  line-height: 14px;
}

.home-collection .product-item .pi-text a {
  width: 100%;
}

.home-collection .product-item .pi-text h5 {
  font-size: 15px;
  font-weight: 700;
  color: var(--dl-ink);
  margin: 0 0 8px;
  min-height: 2.6em;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-collection .product-item .product-price {
  color: var(--dl-red);
  font-weight: 700;
  margin-top: auto;
}

.home-collection .product-item .sale {
  background: var(--dl-red) !important;
  border-radius: 2px !important;
}

.collection-toolbar {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}

.collection-toolbar .dl-section-head {
  text-align: left;
  margin: 0;
  max-width: none;
}

.collection-toolbar .view-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--dl-navy);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border-bottom: 2px solid var(--dl-red);
  padding-bottom: 4px;
  text-decoration: none !important;
}

.collection-toolbar .view-all:hover {
  color: var(--dl-red);
}

/* ---------- Deal of the week ---------- */
.deal-of-week {
  position: relative;
  padding: 90px 0 !important;
  background:
    linear-gradient(105deg, rgba(18, 18, 18, 0.92) 0%, rgba(18, 18, 18, 0.78) 48%, rgba(237, 29, 36, 0.55) 100%),
    url(../images/rwe.webp) center/cover no-repeat !important;
  overflow: hidden;
}

.deal-of-week .section-title h2 {
  color: #fff !important;
  font-weight: 800 !important;
  font-size: clamp(28px, 3.5vw, 42px) !important;
  letter-spacing: -0.02em;
}

.deal-of-week .section-title p {
  color: rgba(255, 255, 255, 0.86) !important;
  font-size: 15px;
  line-height: 1.7;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.deal-of-week .product-price {
  color: #fff !important;
  font-size: 28px !important;
  font-weight: 800 !important;
  margin: 18px 0 8px !important;
}

.deal-of-week .product-price span {
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

.deal-of-week .countdown-timer {
  margin: 28px 0 30px;
}

.deal-of-week .cd-item {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 4px;
  backdrop-filter: blur(6px);
  min-width: 72px;
}

.deal-of-week .cd-item span {
  color: #fff !important;
  font-weight: 800 !important;
}

.deal-of-week .cd-item p {
  color: rgba(255, 255, 255, 0.75) !important;
}

.deal-of-week .primary-btn {
  background: var(--dl-red) !important;
  border-color: var(--dl-red) !important;
  border-radius: 2px !important;
  letter-spacing: 0.12em;
  font-weight: 700 !important;
  padding: 14px 32px !important;
  transition: transform 0.25s ease, background 0.25s ease;
}

.deal-of-week .primary-btn:hover {
  background: #c1141a !important;
  transform: translateY(-2px);
}

.deal-visual {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
}

.deal-visual img {
  display: block;
  width: 100%;
  height: auto;
}

.deal-visual__badge {
  position: absolute;
  top: 18px;
  left: 18px;
  background: var(--dl-red);
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  padding: 8px 12px;
  border-radius: 2px;
}

/* ---------- Testimonials ---------- */
.testimonial-section {
  position: relative;
  padding: 90px 0 !important;
  background:
    linear-gradient(180deg, rgba(18, 18, 18, 0.88), rgba(18, 18, 18, 0.92)),
    url(../images/ertwer.jpg) center/cover no-repeat !important;
}

.testimonial-section .section-title h2 {
  color: #fff !important;
  font-weight: 800 !important;
}

.testimonial-section .section-title p {
  color: rgba(255, 255, 255, 0.8) !important;
}

.testimonial-card {
  background: #fff;
  padding: 32px 28px 28px;
  border-radius: 4px;
  text-align: left;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.18);
  margin: 10px 8px 20px;
  transition: transform 0.35s ease;
  border-top: 3px solid var(--dl-red);
  min-height: 280px;
}

.testimonial-card:hover {
  transform: translateY(-6px);
}

.testimonial-card .quote-mark {
  font-size: 42px;
  line-height: 1;
  color: rgba(237, 29, 36, 0.2);
  font-family: Georgia, serif;
  margin-bottom: 8px;
}

.testimonial-card .stars {
  color: #c9a227;
  font-size: 14px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}

.testimonial-card p {
  font-size: 15px;
  color: var(--dl-muted);
  line-height: 1.7;
  margin-bottom: 22px;
}

.testimonial-card .client-meta {
  display: flex;
  align-items: center;
  gap: 12px;
  border-top: 1px solid var(--dl-line);
  padding-top: 16px;
}

.testimonial-card .client-img img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0;
}

.testimonial-card h5 {
  font-weight: 700;
  margin: 0 0 2px;
  color: var(--dl-navy);
  font-size: 15px;
}

.testimonial-card span {
  font-size: 12px;
  color: #889;
}

.testimonial-slider .owl-dots {
  text-align: center;
  margin-top: 10px;
}

.testimonial-slider .owl-dots button.owl-dot span {
  width: 22px;
  height: 3px;
  margin: 0 4px;
  background: rgba(255, 255, 255, 0.35);
  display: block;
  border-radius: 0;
}

.testimonial-slider .owl-dots button.owl-dot.active span {
  width: 36px;
  background: #fff;
}

.testimonial-slider .owl-item img {
  width: 48px !important;
  display: block;
}

/* ---------- Closing CTA ---------- */
.dl-cta-band {
  background: #fff;
  padding: 64px 0;
  border-top: 1px solid var(--dl-line);
}

.dl-cta-band__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  background: linear-gradient(120deg, #121212 0%, #2a1416 58%, var(--dl-red) 100%);
  color: #fff;
  padding: 36px 40px;
  border-radius: 4px;
  box-shadow: 0 18px 48px rgba(18, 18, 18, 0.2);
}

.dl-cta-band__inner h3 {
  margin: 0 0 8px;
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 800;
  letter-spacing: -0.02em;
  /* style.css sets h3 { color:#111 } — beat it so text stays visible on the dark band */
  color: #fff;
}

.dl-cta-band__inner p {
  margin: 0;
  opacity: 0.9;
  font-size: 14px;
  /* style.css sets p { color:#636363 } — same override as the heading */
  color: rgba(255, 255, 255, 0.88);
}

.dl-cta-actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.dl-cta-actions a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 13px 24px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  text-decoration: none !important;
  border-radius: 2px;
  transition: transform 0.25s ease, background 0.25s ease;
}

.dl-cta-actions a.primary {
  background: var(--dl-red);
  color: #fff;
}

.dl-cta-actions a.primary:hover {
  background: #a50d25;
  transform: translateY(-2px);
  color: #fff;
}

.dl-cta-actions a.ghost {
  background: transparent;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.45);
}

.dl-cta-actions a.ghost:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

@media (max-width: 991px) {
  .category-showcase { padding: 56px 0 64px; }
  .category-showcase .container-fluid { padding-left: 20px; padding-right: 20px; }
  .category-card__media { height: 300px; }
  .category-slider { padding: 0 10px; }
  .home-collection .product-large { min-height: 360px; margin-bottom: 24px; }

  .dl-section-head {
    margin-bottom: 28px;
  }
}

@media (max-width: 767.98px) {
  .category-card__cta {
    display: none !important;
  }

  .category-slider .owl-dots {
    display: none !important;
  }
}

@media (max-width: 575px) {
  .category-card__media { height: 280px; }
  .category-card__name { font-size: 20px; }
  .category-slider .owl-nav { display: none; }
  .dl-cta-band__inner { padding: 28px 22px; }
  .deal-of-week { padding: 64px 0 !important; }

  .home-collection .product-item .pi-text {
    padding: 12px;
  }

  .home-collection .product-item .pi-text h5 {
    font-size: 14px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .dl-reveal,
  .category-card,
  .home-collection .product-item,
  .testimonial-card {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
