.elementor-7 .elementor-element.elementor-element-3f31217{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-7 .elementor-element.elementor-element-02f9b4b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}/* Start custom CSS for html, class: .elementor-element-4b2d9a8 *//* ================================================
   FURNISHING TOUCH — Slider CSS
   Matches original screenshot:
   - Full-width full-height background image
   - Centered frosted/white caption box
   - Minimal arrows on left/right edges
   - Small dots at bottom center
   ================================================ */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;600;700&family=Open+Sans:wght@300;400&display=swap');

/* ── Shell ── */
.ft-slider {
  position: relative;
  width: 100%;
  height: 500px;          /* adjust to match your site's hero height */
  overflow: hidden;
  background: #222;
}

/* ── Track ── */
.ft-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ── Slides ── */
  .ft-slider {
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  max-width: 100vw;
}

  /* hidden by default */
  opacity: 0;
  transition: opacity 0.9s ease;
  pointer-events: none;
}

.ft-slide.is-active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

/* ── Caption Box — frosted white box, centered ── */
.ft-slide__caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);

  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);

  text-align: center;
  padding: 36px 52px;
  min-width: 320px;
  max-width: 520px;
  width: 40%;

  /* subtle border matching original */
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 4px;

  /* animate in with active slide */
  opacity: 0;
  transform: translate(-50%, -46%);
  transition: opacity 0.6s 0.4s ease, transform 0.6s 0.4s ease;
}

.ft-slide.is-active .ft-slide__caption {
  opacity: 1;
  transform: translate(-50%, -50%);
}

/* ── Heading ── */
.ft-slide__heading {
  font-family: 'Raleway', sans-serif;
  font-size: clamp(1.4rem, 2.8vw, 2rem);
  font-weight: 700;
  color: #000;
  line-height: 1.3;
  margin: 0 0 10px;
  letter-spacing: 0.01em;
}

/* ── Subtext ── */
.ft-slide__sub {
  font-family: 'Open Sans', sans-serif;
  font-size: clamp(0.75rem, 1.3vw, 0.9rem);
  font-weight: 300;
  color: #555;
  margin: 0;
  letter-spacing: 0.04em;
}

/* ── Arrows ── */
.ft-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;

  background: rgba(255, 255, 255, 0.25);
  border: none;
  color: #fff;
  font-size: 2.8rem;
  line-height: 1;
  width: 38px;
  height: 60px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;

  transition: background 0.25s ease;
}

.ft-arrow:hover {
  background: rgba(255, 255, 255, 0.45);
}

.ft-arrow--prev { left: 0; }
.ft-arrow--next { right: 0; }

/* ── Dots ── */
.ft-dots {
  position: absolute;
  bottom: 18px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 8px;
  align-items: center;
}

.ft-dot {
  display: block;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  transition: background 0.3s ease, width 0.3s ease;
}

.ft-dot.is-active {
  background: #fff;
  width: 36px;
}

/* ── Responsive ── */
@media (max-width: 768px) {
  .ft-slider {
    height: 380px;
  }

  .ft-slide__caption {
    width: 72%;
    min-width: 260px;
    padding: 24px 28px;
  }

  .ft-arrow {
    font-size: 2rem;
    width: 30px;
    height: 48px;
  }
}

@media (max-width: 480px) {
  .ft-slider {
    height: 300px;
  }

  .ft-slide__caption {
    width: 85%;
    padding: 18px 20px;
  }

  .ft-slide__heading {
    font-size: 1.15rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ft-slide,
  .ft-slide__caption {
    transition: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-3f31217 *//* ================================================
   FURNISHING TOUCH — Hero Slider Styles
   File: slider.css
   Enqueue via functions.php or paste in Customizer
   ================================================ */

/* ── Google Fonts ── */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300;1,400&family=Jost:wght@300;400;500&display=swap');

/* ── CSS Variables ── */
:root {
  --ft-gold:        #c9a84c;
  --ft-gold-light:  #e8cc88;
  --ft-gold-dim:    rgba(201, 168, 76, 0.25);
  --ft-dark:        #1a1410;
  --ft-overlay:     rgba(18, 12, 6, 0.52);
  --ft-text:        #f5f0ea;
  --ft-slide-h:     92vh;
  --ft-slide-min-h: 560px;
  --ft-radius:      3px;
  --ft-ease:        cubic-bezier(0.77, 0, 0.18, 1);
  --ft-duration:    0.85s;
}

/* ================================================
   SLIDER SHELL
   ================================================ */
.ft-slider {
  position: relative;
  width: 100%;
  height: var(--ft-slide-h);
  min-height: var(--ft-slide-min-h);
  overflow: hidden;
  background: var(--ft-dark);
  font-family: 'Jost', sans-serif;
  -webkit-user-select: none;
  user-select: none;
}

/* ================================================
   TRACK
   ================================================ */
.ft-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

/* ================================================
   INDIVIDUAL SLIDES
   ================================================ */
.ft-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0;
  transform: scale(1.04);
  transition:
    opacity    var(--ft-duration) var(--ft-ease),
    transform  var(--ft-duration) var(--ft-ease);
  will-change: opacity, transform;
  pointer-events: none;
}

.ft-slide.is-active {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
  z-index: 2;
}

/* ── Slide Background Images ──
   Replace the gradient placeholders with your real images:
   background-image: url('/wp-content/uploads/slide-1.jpg');
   ── */
.ft-slide--1 {
  background-image:
    linear-gradient(135deg, #2e1f14 0%, #5c3a28 40%, #3a2518 70%, #1a0f08 100%);
}
.ft-slide--2 {
  background-image:
    linear-gradient(135deg, #1a1830 0%, #2e2b50 45%, #1f1c3a 70%, #0e0c1e 100%);
}
.ft-slide--3 {
  background-image:
    linear-gradient(135deg, #0d1f18 0%, #1a3a2e 45%, #112b22 70%, #060f0b 100%);
}
.ft-slide--4 {
  background-image:
    linear-gradient(135deg, #2a1a0e 0%, #4a2e18 45%, #321f0e 70%, #160c04 100%);
}
.ft-slide--5 {
  background-image:
    linear-gradient(135deg, #1c1020 0%, #38204a 45%, #28163a 70%, #0e0814 100%);
}
.ft-slide--6 {
  background-image:
    linear-gradient(135deg, #101820 0%, #1e3040 45%, #142230 70%, #080e14 100%);
}
.ft-slide--7 {
  background-image:
    linear-gradient(135deg, #1a1210 0%, #3a2820 45%, #28180e 70%, #100806 100%);
}

/* ================================================
   OVERLAY — vignette + dark film
   ================================================ */
.ft-slide__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(ellipse at 60% 50%, transparent 20%, rgba(10, 6, 2, 0.6) 100%),
    linear-gradient(to right, rgba(10, 6, 2, 0.65) 0%, rgba(10, 6, 2, 0.15) 55%, rgba(10, 6, 2, 0.4) 100%);
  z-index: 1;
}

/* ================================================
   SLIDE CONTENT
   ================================================ */
.ft-slide__content {
  position: absolute;
  z-index: 2;
  bottom: 14%;
  left: 8%;
  max-width: 580px;

  /* Animate content on each slide activation */
  opacity: 0;
  transform: translateY(28px);
  transition:
    opacity  0.7s 0.4s var(--ft-ease),
    transform 0.7s 0.4s var(--ft-ease);
}

.ft-slide.is-active .ft-slide__content {
  opacity: 1;
  transform: translateY(0);
}

/* ── Slide label (small tag above heading) ── */
.ft-slide__label {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ft-gold);
  border: 1px solid var(--ft-gold-dim);
  padding: 5px 14px;
  margin-bottom: 18px;
  border-radius: var(--ft-radius);
}

/* ── Main heading ── */
.ft-slide__heading {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 300;
  line-height: 1.13;
  color: #000;
  margin: 0 0 16px;
  letter-spacing: 0.01em;
}

/* ── Subtext ── */
.ft-slide__sub {
  font-family: 'Jost', sans-serif;
  font-size: clamp(0.85rem, 1.4vw, 1rem);
  font-weight: 300;
  color: rgba(245, 240, 234, 0.72);
  margin: 0 0 30px;
  letter-spacing: 0.05em;
}

/* ── CTA Button ── */
.ft-slide__cta {
  display: inline-block;
  font-family: 'Jost', sans-serif;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ft-dark);
  background: var(--ft-gold);
  padding: 13px 32px;
  border-radius: var(--ft-radius);
  text-decoration: none;
  transition:
    background 0.3s ease,
    color      0.3s ease,
    box-shadow 0.3s ease,
    transform  0.2s ease;
}

.ft-slide__cta:hover,
.ft-slide__cta:focus-visible {
  background: var(--ft-gold-light);
  color: var(--ft-dark);
  box-shadow: 0 0 0 4px var(--ft-gold-dim);
  transform: translateY(-2px);
  outline: none;
}

/* ================================================
   ARROWS
   ================================================ */
.ft-slider__arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.35);
  background: rgba(26, 20, 16, 0.55);
  color: var(--ft-gold);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform  0.25s ease;
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

.ft-slider__arrow svg {
  width: 20px;
  height: 20px;
}

.ft-slider__arrow--prev { left: 22px; }
.ft-slider__arrow--next { right: 22px; }

.ft-slider__arrow:hover,
.ft-slider__arrow:focus-visible {
  background: var(--ft-gold);
  border-color: var(--ft-gold);
  color: var(--ft-dark);
  transform: translateY(-50%) scale(1.08);
  outline: none;
}

/* ================================================
   DOTS
   ================================================ */
.ft-slider__dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  display: flex;
  gap: 10px;
  align-items: center;
}

.ft-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border: 1px solid rgba(201, 168, 76, 0.55);
  background: transparent;
  cursor: pointer;
  padding: 0;
  transition:
    background    0.35s ease,
    width         0.35s ease,
    border-radius 0.35s ease,
    border-color  0.35s ease;
}

.ft-dot.is-active {
  background: var(--ft-gold);
  border-color: var(--ft-gold);
  width: 24px;
  border-radius: 4px;
}

.ft-dot:hover:not(.is-active) {
  background: var(--ft-gold-dim);
  border-color: var(--ft-gold);
}

.ft-dot:focus-visible {
  outline: 2px solid var(--ft-gold);
  outline-offset: 3px;
}

/* ================================================
   PROGRESS BAR
   ================================================ */
.ft-slider__progress {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: rgba(201, 168, 76, 0.12);
  z-index: 10;
}

.ft-slider__progress-bar {
  height: 100%;
  width: 0%;
  background: var(--ft-gold);
  /* Width animated via JS requestAnimationFrame */
}

/* ================================================
   RESPONSIVE
   ================================================ */

/* Tablet */
@media (max-width: 900px) {
  :root {
    --ft-slide-h: 75vh;
  }

  .ft-slide__content {
    left: 6%;
    bottom: 16%;
    max-width: 90%;
  }

  .ft-slider__arrow {
    width: 40px;
    height: 40px;
  }

  .ft-slider__arrow svg {
    width: 16px;
    height: 16px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  :root {
    --ft-slide-h:     70vh;
    --ft-slide-min-h: 480px;
  }

  .ft-slide__content {
    left: 5%;
    right: 5%;
    bottom: 14%;
    max-width: 100%;
  }

  .ft-slide__heading {
    font-size: clamp(1.9rem, 8vw, 2.6rem);
  }

  .ft-slider__arrow--prev { left: 10px; }
  .ft-slider__arrow--next { right: 10px; }

  .ft-slider__arrow {
    width: 36px;
    height: 36px;
  }
}

/* ================================================
   ACCESSIBILITY — reduce motion
   ================================================ */
@media (prefers-reduced-motion: reduce) {
  .ft-slide,
  .ft-slide__content,
  .ft-slider__arrow,
  .ft-dot,
  .ft-slide__cta {
    transition: none !important;
    animation: none !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e7b1c63 *//* ===========================
   PRODUCTS SECTION — FULL WIDTH
   No arrows · 1:1 cards · Hover half-overlay
   =========================== */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Georgia', serif;
  background: #fff;
}

/* ── Section ── */
.products-section {
  width: 100%;
  padding: 44px 0 32px;
  background: #fff;
  overflow: hidden;
}

/* ── Title ── */
.products-title {
  text-align: center;
  font-size: 1.55rem;
  font-weight: 400;
  color: #c8913a;
  letter-spacing: 0.05em;
  margin-bottom: 28px;
  font-family: 'Georgia', serif;
}

/* ── Carousel Wrapper ── */
.carousel-wrapper {
  width: 100%;
  position: relative;
}

/* ── Track Container — clips overflow ── */
.carousel-track-container {
  width: 100%;
  overflow: hidden;
}

/* ── Track — flex row, zero gap ── */
.carousel-track {
  display: flex;
  gap: 0;
  transition: transform 0.46s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
  cursor: grab;
  user-select: none;
}

.carousel-track:active {
  cursor: grabbing;
}

/* ── Card ── */
.product-card {
  /* width set dynamically by JS — flex & max-width */
  position: relative;
  overflow: hidden;
  flex-shrink: 0;

  /* 1 : 1 square via aspect-ratio */
  aspect-ratio: 1 / 1;
}

/* ── Card Image ── */
.card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  pointer-events: none;
}

.product-card:hover .card-img {
  transform: scale(1.05);
}

/* ── Overlay — slides up from bottom, covers lower 50% ── */
.card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background: linear-gradient(
    to top,
    rgba(10, 10, 10, 0.75) 0%,
    rgba(10, 10, 10, 0.42) 55%,
    rgba(10, 10, 10, 0.00) 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 18px;

  /* hidden below card, slides up on hover */
  transform: translateY(100%);
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

.product-card:hover .card-overlay {
  transform: translateY(0);
}

/* ── Label ── */
.card-label {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  font-weight: 500;
  letter-spacing: 0.03em;
  font-family: 'Georgia', serif;
  margin-bottom: 8px;
  text-shadow: 0 1px 5px rgba(0, 0, 0, 0.55);
}

/* ── View Link ── */
.card-view-btn {
  display: inline-block;
  color: #fff;
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1.5px solid rgba(255, 255, 255, 0.55);
  transition: color 0.22s, border-color 0.22s;
  width: fit-content;
}

.card-view-btn:hover {
  color: #c8913a;
  border-color: #c8913a;
}

/* ── Dots ── */
.carousel-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d4d0cc;
  cursor: pointer;
  transition: background 0.25s, transform 0.25s;
}

.dot.active {
  background: #c8913a;
  transform: scale(1.25);
}

/* ===========================
   RESPONSIVE
   =========================== */

/* 3 visible */
@media (max-width: 1199px) {
  .card-label   { font-size: 1rem; }
}

/* 2 visible */
@media (max-width: 899px) {
  .products-title { font-size: 1.3rem; }
}

/* 1 visible */
@media (max-width: 559px) {
  .products-title { font-size: 1.15rem; }
  .card-label     { font-size: 0.95rem; }
  .card-overlay   { padding: 14px 14px; }
}/* End custom CSS */