.exp-kitchen-container {
  max-width: 1360px !important;
  margin: 80px auto !important;
  min-height: 600px;
}

.exp-kitchen-container .sk-title-main {
  font-size: 32px;
  font-weight: 500;
  color: #232426;
  text-align: center;
  margin-bottom: 30px;
}

/* ── Tabs ─────────────────────────────────────────────────── */
.exp-kitchen-container .cmp-tabs__tablist {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin-bottom: 18px;
}

.exp-kitchen-container .cmp-tabs__tab {
  font-size: 16px;
  font-weight: 400;
  color: #53565A;
  cursor: pointer;
  font-family: Archivo;
  line-height: 132%;
}

.exp-kitchen-container .cmp-tabs__tab.cmp-tabs__tab--active {
  color: #000;
  border-bottom: none;
  font-weight: 500;
  position: relative;
}

.exp-kitchen-container .cmp-tabs__tab.cmp-tabs__tab--active::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  background: #000;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* ── CTA ──────────────────────────────────────────────────── */
.exp-kitchen-container .sk-cta-container {
  position: absolute;
  bottom: 20px;
  right: 0;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 400;
  border: 2px solid red;
  border-radius: 60px;
  display: flex;
  gap: 5px;
}

.catalogue-btn {
  font-size: 16px;
  font-family: Archivo;
  font-weight: 400;
  line-height: 160%;
  padding: 5px 22px;
  color: #000;
  border: 1px solid #000;
  border-radius: 60px;
  transition: .3s ease-in-out;
  position: absolute;
  right: 0;
  bottom: -60px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.catalogue-btn:hover {
  color: #fff;
  background: #000;
  border: 1px solid #000;
}

.catalogue-btn:hover .arrow-icon {
  stroke: #fff;
}

.exp-kitchen-container .sk-cta-container>img {
  width: 20px;
  height: 20px;
}

/* ── Carousel shell ───────────────────────────────────────── */
.exp-kitchen-container .sleek-kitchen-carousel {
  position: relative;
  width: 100%;
  padding: 0 40px;
  overflow: visible;
}

.exp-kitchen-container .sleek-kitchen-track {
  position: relative;
  min-height: 520px;
  margin-bottom: 60px;
  overflow: hidden;
  background: #000;
}

/* ── Carousel stacking context fix ───────────────────────── */
.exp-kitchen-container .cmp-carousel {
  min-height: 489px;
  position: relative;
  isolation: isolate;
}

.exp-kitchen-container .cmp-carousel__content {
  min-height: 490px;
  position: relative;
}

.exp-kitchen-container .cmp-carousel__item {
  position: relative;
}

/* ── Slides — stacked ─────────────────────────────────────── */
.exp-kitchen-container .sleek-kitchen-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  opacity: 1;
  max-height: 490px;
  min-height: 490px;
  z-index: 0;
  will-change: transform;
}

.exp-kitchen-container .sleek-kitchen-slide.sleek-kitchen-active {
  z-index: 2;
}

.exp-kitchen-container .sleek-kitchen-slide.sk-door-behind {
  display: flex !important;
  z-index: 1 !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  visibility: visible !important;
}

.exp-kitchen-container .cmp-carousel__item.sk-door-behind {
  display: flex !important;
  visibility: visible !important;
}

/* ── Desktop: left card (main image) ─────────────────────── */
.exp-kitchen-container .sleek-kitchen-card {
  width: 50%;
  background: #fff;
  display: flex;
  font-size: 24px;
  overflow: hidden;
  border-radius: 8px 0 0 8px;
}

.exp-kitchen-container .sleek-kitchen-card>img {
  width: 100%;
  border-radius: 8px 0 0 8px;
  transition: all 0.3s ease-in-out;
}

.exp-kitchen-container .sleek-kitchen-card>img:hover {
  transform: scale(1.1);
}

/* ── Desktop: right card (info panel) ────────────────────── */
.exp-kitchen-container .sleek-kitchen-right {
  background: #000;
  padding: 30px 25px;
  gap: 14px;
  position: relative;
  border-radius: 0 8px 8px 0;
  align-items: center;
}

.exp-kitchen-container .sk-left-teaser {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.exp-kitchen-container .sk-left-teaser-desc {
  font-size: 23px;
  font-weight: 500;
  color: #fff;
  width: 90%;
}

.sk-left-teaser-image {
  border-radius: 4px;
  overflow: hidden;
}

.exp-kitchen-container .sk-left-teaser-image>img {
  width: 100%;
  height: 310px;
  max-width: 310px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.exp-kitchen-container .sk-left-teaser-image>img:hover {
  transform: scale(1.1);
}

.exp-kitchen-container .sleek-kitchen-right-teaser-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
  width: 50%;
}

.exp-kitchen-container .sleek-kitchen-right-teaser-container2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  width: 50%;
  height: 100%;
}

.exp-kitchen-container .sk-right-teaser-img {
  overflow: hidden;
  border-radius: 4px;
}

.exp-kitchen-container .sk-right-teaser-img>img {
  width: 100%;
  height: 310px;
  max-width: 310px;
  border-radius: 4px;
  transition: all 0.3s ease-in-out;
}

.exp-kitchen-container .sk-right-teaser-img>img:hover {
  transform: scale(1.1);
}

.exp-kitchen-container .sk-right-teaser-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ── Carousel pagination dots ─────────────────────────────── */
.exp-kitchen-container .cmp-carousel__indicators {
  top: 509px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  z-index: 10;
  width: max-content;
}

.exp-kitchen-container .cmp-carousel__indicator {
  width: 32px;
  border-radius: 4px;
  cursor: pointer;
  height: 2px;
}

.exp-kitchen-container .cmp-carousel__indicator--active {
  background-color: #000;
}

.exp-kitchen-container .sleek-kitchen-pagination {
  display: flex;
  justify-content: center;
  gap: 4px;
  margin-bottom: 25px;
  position: relative;
  left: unset;
  bottom: unset;
  transform: none;
  align-items: center;
  margin-top: 16px;
}

.exp-kitchen-container .sleek-kitchen-dot {
  width: 32px;
  height: 2px;
  background: #ccc;
  cursor: pointer;
  transition: all 0.3s ease;
}

.exp-kitchen-container .sleek-kitchen-dot.sleek-kitchen-dot-active {
  background: #000;
}

/* ── Colors / finish labels ───────────────────────────────── */
.exp-kitchen-container .sk-color-and-finish-container {
  display: flex;
  gap: 30px;
}

.exp-kitchen-container .sk-color-text,
.exp-kitchen-container .sk-finish-text {
  font-size: 13px;
  font-weight: 300;
  line-height: 120%;
  color: #b0b1b3;
  font-family: Archivo;
}

.exp-kitchen-container .sk-color,
.exp-kitchen-container .sk-shutter-finish {
  font-size: 18px;
  font-weight: 500;
  color: #eeeeef;
  line-height: 120%;
  font-family: Playfair Display;
}

/* ── View details button ──────────────────────────────────── */
.exp-kitchen-container .view-details-btn {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  font-family: Archivo;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0;
}

.exp-kitchen-container .view-details-arrow {
  display: inline;
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
}

/* ═══════════════════════════════════════════════════════════
   DESKTOP ARROW NAV BUTTONS
   ═══════════════════════════════════════════════════════════ */
.exp-kitchen-container [data-cmp-hook-carousel="previous"],
.exp-kitchen-container [data-cmp-hook-carousel="next"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  transition: background 0.2s ease, box-shadow 0.2s ease;
}

.exp-kitchen-container [data-cmp-hook-carousel="previous"]:hover,
.exp-kitchen-container [data-cmp-hook-carousel="next"]:hover {
  background: #f5f5f5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
}

.exp-kitchen-container [data-cmp-hook-carousel="previous"] {
  left: -22px;
}

.exp-kitchen-container [data-cmp-hook-carousel="next"] {
  right: -22px;
}

.exp-kitchen-container [data-cmp-hook-carousel="previous"] svg,
.exp-kitchen-container [data-cmp-hook-carousel="next"] svg {
  width: 18px;
  height: 18px;
  stroke: #232426;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ═══════════════════════════════════════════════════════════
   DOOR CLOSE ANIMATION — used on PREVIOUS button click
   Incoming left panel enters from left, right panel from right
   ═══════════════════════════════════════════════════════════ */

.exp-kitchen-container .sleek-kitchen-left.sk-door-enter {
  transform: translateX(-140%);
  /* opacity removed — panel is fully visible from the moment it enters */
}

.exp-kitchen-container .sleek-kitchen-right.sk-door-enter {
  transform: translateX(140%);
  /* opacity removed — panel is fully visible from the moment it enters */
}

.exp-kitchen-container .sleek-kitchen-left.sk-door-closing,
.exp-kitchen-container .sleek-kitchen-right.sk-door-closing {
  transform: translateX(0) !important;
  opacity: 1 !important;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  /* opacity transition removed */
}

/* ═══════════════════════════════════════════════════════════
   DOOR EXIT ANIMATION — used on NEXT button click
   Outgoing left panel flies left, right panel flies right
   ═══════════════════════════════════════════════════════════ */

.exp-kitchen-container .sleek-kitchen-left.sk-door-exit {
  transform: translateX(-140%) !important;
  opacity: 1 !important;
  transition: transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  /* opacity transition removed */
}

.exp-kitchen-container .sleek-kitchen-right.sk-door-exit {
  transform: translateX(140%) !important;
  opacity: 1 !important;
  transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
  /* opacity transition removed */
  z-index: 101;
}

/* ═══════════════════════════════════════════════════════════
   MOBILE LAYOUT
   ═══════════════════════════════════════════════════════════ */

.exp-kitchen-container .sk-mobile-layout {
  display: none;
}

@media (max-width: 767px) {

  /* ── Hide AEM pagination dots on mobile (custom dots used instead) ── */
  /* .exp-kitchen-container .cmp-carousel__indicators {
    display: none !important;
  } */

  .exp-kitchen-container .sleek-kitchen-card {
    display: none !important;
  }

  .exp-kitchen-container {
    margin: 19px auto 50px !important;
  }

  .exp-kitchen-container .sk-mobile-layout {
    display: flex;
    flex-direction: column;
    width: 94%;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: #000;
    min-height: 460px;
    margin: 0 auto;
  }

  .catalogue-btn {
    right: 50%;
    bottom: -79px;
    padding: 7px 22px;
    width: max-content;
  }

  .sk-color-text-container,
  .sk-shutter-finish-container {
    display: flex;
    gap: 10px;
  }

  .exp-kitchen-container .sk-color-text,
  .exp-kitchen-container .sk-finish-text {
    font-size: 12px;
    line-height: 150%;
  }

  .exp-kitchen-container .cmp-carousel__indicators {
    top: 477px;
  }

  .exp-kitchen-container .sk-mobile-images {
    position: relative;
    width: 100%;
    height: 300px;
    flex-shrink: 0;
  }

  .exp-kitchen-container .cmp-tabs__tablist {
    gap: 20px;
  }

  .exp-kitchen-container .sk-mobile-img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 0.8s ease;
  }

  .exp-kitchen-container .sk-mobile-img.sk-mobile-img--active {
    opacity: 1;
  }

  .exp-kitchen-container .sk-mobile-dots {
    display: flex;
    justify-content: center;
    gap: 6px;
    padding: 10px 0 6px;
  }

  .exp-kitchen-container .sk-mobile-dot {
    width: 28px;
    height: 2px;
    background: rgba(255, 255, 255, 0.35);
    border-radius: 2px;
    transition: background 0.3s ease;
  }

  .exp-kitchen-container .sk-mobile-dot.sk-mobile-dot--active {
    background: #fff;
  }

  .exp-kitchen-container .sk-mobile-info {
    padding: 16px 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 14px;
    flex: 1;
  }

  .exp-kitchen-container .sk-mobile-desc {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    line-height: 125%;
    font-family: Playfair Display;
  }

  .exp-kitchen-container .cmp-tabs__tab {
    font-size: 14px;
    line-height: 125%;
    font-weight: 400;
  }

  .exp-kitchen-container .sk-mobile-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
  }

  .exp-kitchen-container .sk-mobile-meta .sk-color-and-finish-container {
    flex-direction: column;
    gap: 10px;
  }

  .exp-kitchen-container .sk-mobile-meta .sk-color,
  .exp-kitchen-container .sk-mobile-meta .sk-shutter-finish {
    font-size: 12px;
    font-weight: 300;
    line-height: 150%;
  }

  .exp-kitchen-container .sk-mobile-cta {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1.5px solid rgba(255, 255, 255, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    text-decoration: none;
    position: relative;
    top: 11px;
  }

  .exp-kitchen-container .sk-mobile-cta .view-details-arrow {
    width: 18px;
    height: 18px;
    transform: rotate(45deg);
    top: 0;
  }

  .exp-kitchen-container [data-cmp-hook-carousel="previous"],
  .exp-kitchen-container [data-cmp-hook-carousel="next"] {
    display: none !important;
  }

  .exp-kitchen-container .sleek-kitchen-slide {
    flex-direction: column;
    max-height: none;
    min-height: unset;
  }

  .exp-kitchen-container .sleek-kitchen-track {
    min-height: 460px;
  }

  .exp-kitchen-container .sk-cta-container {
    bottom: -60px;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
    min-width: 70%;
  }

  .exp-kitchen-container .sleek-kitchen-carousel {
    padding: 0 20px;
  }

  .exp-kitchen-container .sleek-kitchen-pagination {
    bottom: -20px;
  }
}

/* ── Tablet ───────────────────────────────────────────────── */
@media (min-width: 1024px) and (max-width: 1439px) {
  .exp-kitchen-container {
    max-width: unset !important;
    padding: 0 40px !important;
    margin: 40px auto !important;
    min-height: 520px;
  }

  .exp-kitchen-container .sleek-kitchen-right {
    padding: 30px 20px;
  }

  .exp-kitchen-container .cmp-carousel__indicators {
    top: 462px;
  }

  .exp-kitchen-container .cmp-carousel {
    min-height: 435px;
  }

  .exp-kitchen-container .cmp-carousel__content {
    min-height: 435px;
  }

  .exp-kitchen-container .sleek-kitchen-slide {
    min-height: 435px;
    max-height: 435px;
  }

  .exp-kitchen-container .sk-left-teaser-image>img {
    height: 273px;
  }

  .exp-kitchen-container .sk-right-teaser-img>img {
    height: 273px;
  }
}

/* ═══════════════════════════════════════════════════════════
   TRENDING FINISHES COMPONENT
   ═══════════════════════════════════════════════════════════ */

.tf-trending-finishes-wrapper {
  position: relative;
  padding: 40px;
}

.tf-trending-finishes-wrapper .tf-title-container-main {
  display: flex;
  justify-content: space-between;
}

.tf-trending-finishes-wrapper .tf-title-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.tf-trending-finishes-wrapper .tf-title {
  font-size: 32px;
  font-weight: 500;
  color: #232426;
}

.tf-trending-finishes-wrapper .tf-desc {
  font-size: 18px;
  font-weight: 300;
  color: #323232;
}

.tf-trending-finishes-wrapper .tf-tab-container {
  display: flex;
  gap: 20px;
  margin-top: 40px;
}

.tf-trending-finishes-wrapper .tf-tabs {
  width: 25%;
}

.tf-trending-finishes-wrapper .tf-tab {
  font-size: 18px;
  font-weight: 600;
  color: #8c8e90;
  padding: 20px;
}

.tf-trending-finishes-wrapper .tf-tab.active {
  border: 1px solid #e6e7eb;
  border-radius: 12px;
  color: #000;
}

.tf-trending-finishes-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
}

.tf-trending-finishes-slider::-webkit-scrollbar {
  display: none;
}

.tf-trending-finishes-card {
  width: 250px;
  position: relative;
  cursor: pointer;
  flex-shrink: 0;
}

.tf-trending-finishes-color {
  height: 180px;
  border-radius: 12px;
}

.tf-trending-finishes-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 12px;
  opacity: 0;
  transition: opacity 0.5s ease;
  pointer-events: none;
}

.tf-trending-finishes-card:hover .tf-trending-finishes-image {
  opacity: 1;
}

.tf-trending-finishes-title {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 500;
  color: #232426;
}

.tf-trending-finishes-btn {
  border: 1px solid #ddd;
  background: white;
  padding: 8px 14px;
  cursor: pointer;
  margin-left: 8px;
  border-radius: 50%;
  transition: background 0.3s ease;
}

.tf-trending-finishes-btn:hover {
  background: #f3f3f3;
}