.elementor-12493 .elementor-element.elementor-element-d4989db{--display:flex;}.elementor-12493 .elementor-element.elementor-element-d4989db:not(.elementor-motion-effects-element-type-background), .elementor-12493 .elementor-element.elementor-element-d4989db > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5EC;}.elementor-12493 .elementor-element.elementor-element-7db2272{--display:flex;}.elementor-12493 .elementor-element.elementor-element-7db2272:not(.elementor-motion-effects-element-type-background), .elementor-12493 .elementor-element.elementor-element-7db2272 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5EC;}.elementor-12493 .elementor-element.elementor-element-5485932{--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;}.elementor-12493 .elementor-element.elementor-element-166c7b8{--display:flex;}.elementor-12493 .elementor-element.elementor-element-166c7b8:not(.elementor-motion-effects-element-type-background), .elementor-12493 .elementor-element.elementor-element-166c7b8 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5EC;}.elementor-12493 .elementor-element.elementor-element-fc68a99{--display:flex;}@media(min-width:768px){.elementor-12493 .elementor-element.elementor-element-7db2272{--content-width:1600px;}.elementor-12493 .elementor-element.elementor-element-166c7b8{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-ea7f595 *//* ======================================================
   RHODE PRODUCT – FULL FINAL CSS (DESKTOP & MOBILE SAFE)
====================================================== */

/* ================= RESET ================= */
.rhode-page,
.rhode-page * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* ================= PAGE BASE ================= */
.rhode-page {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
  background-color: #FFF5EC;
  padding: 0 16px;
}

.rhode-gap { display: none; }

/* ================= LEFT IMAGE SLIDER ================= */
.rhode-left {
  position: relative;
  background: #FFF5EC;
  border-radius: 20px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0; /* vertical spacing supaya gambar tidak mentok */
}

/* Slider track */
.rhode-image-track {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  width: 100%;
  gap: 0;
}

.rhode-image-track::-webkit-scrollbar { display: none; }

/* Slide */
.rhode-image-slide {
  flex: 0 0 100%;
  scroll-snap-align: start;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%; /* pastikan semua slide ikut tinggi container */
}

/* Slide image */
.rhode-image-slide img {
  width: 100%;
  height: 100%;       /* paksa ikut tinggi slide */
  object-fit: contain; /* tampil full tanpa crop */
  object-position: center;
  display: block;
}

/* ================= SLIDER CONTROLS ================= */
.rhode-slider-controls {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

.rhode-slider-prev,
.rhode-slider-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: auto;
  z-index: 10;
  font-size: 24px;
  background: rgba(0,0,0,0.3);
  color: #fff;
  border: none;
  border-radius: 50%;
  padding: 6px 12px;
  cursor: pointer;
}

.rhode-slider-prev { left: 10px; }
.rhode-slider-next { right: 10px; }

.rhode-slider-dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 6px;
  pointer-events: auto;
  z-index: 10;
}

.rhode-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  cursor: pointer;
}

.rhode-dot.active { background: #000; }

/* ================= RIGHT PRODUCT CARD ================= */
.rhode-right {
  background:#FFF5EC;
  border: 1px solid #000;
  border-radius: 20px;
  padding: 12px;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

/* ================= TYPOGRAPHY ================= */
.rhode-product {
  font-family: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
}

.product-title {
  font-size: 28px;
  font-weight: 600;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  position: relative;
  z-index: 10;
}

.product-eyebrow-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.product-eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #222;
}

.product-rating {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
}

.product-benefits {
  display: flex;
  gap: 8px;
  margin-bottom: 24px;
}

.benefit-pill {
  font-size: 15px;
  padding: 10px 15px;
  border-radius: 999px;
  border: 1px solid #000;
  text-transform: lowercase;
}

.product-desc {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 20px;
}

.product-divider {
  border: none;
  border-top: 1px solid #000;
  margin: 34px 0 20px;
}

.product-size {
  font-size: 14px;
  color: #333;
  margin: 20px 0 28px;
}

.buy-btn {
  width: 100%;
  padding: 14px;
  border-radius: 999px;
  border: 1px solid #AB867C;
  background: #AB867C;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  cursor: pointer;
  margin-bottom: 20px;
}

/* ================= DEMO VIDEO ================= */
.rhode-demo-title {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  margin-bottom: 15px;
}

.wistia-carousel {
  display: flex;
  gap: 16px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
}

.wistia-carousel::-webkit-scrollbar { display: none; }

.wistia-item {
  flex: 0 0 auto;
  width: 220px;
  aspect-ratio: 9/16;
  border-radius: 16px;
  overflow: hidden;
  background: #000;
  scroll-snap-align: start;
}

/* ================= TABLET ================= */
@media (min-width: 768px) {
  .product-title { font-size: 36px; }
  .wistia-item { width: 280px; }
}

/* ================= DESKTOP ================= */
@media (min-width: 1025px) {
  .rhode-page {
    display: grid;
    grid-template-columns: minmax(560px, 1fr) 48px minmax(560px, 1fr);
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding-bottom: 80px;
    align-items: start;
  }

  .rhode-gap { display: block; }

  .rhode-left {
    align-self: flex-start;
    margin-left: 24px;
    border-radius: 24px;
    background: #FFF5EC;
  }

  .rhode-right {
    align-self: flex-start;
    margin-right: 24px;
    padding: 48px 56px;
    border-radius: 24px;
  }

  .rhode-image-track {
    aspect-ratio: 4/5;
    max-height: 620px;
  }

  .rhode-image-slide img { height: 100%; }

  .product-title { font-size: 44px; }
  .wistia-item { width: 250px; }
}

/* ================= MOBILE (<768px) ================= */
@media (max-width: 767px) {
  .rhode-page { padding: 10px; flex-direction: column; }

  .rhode-left { border-radius: 18px; background: #FFF5EC; padding: 10px 0; }
  .rhode-right { border-radius: 18px; position: relative; z-index: 5; }
  .product-title { z-index: 10; }

  /* PAKSA SEMUA SLIDE SAMA TINGGI */
  .rhode-image-track { display: flex; aspect-ratio: 4/5; overflow-x: auto; }
  .rhode-image-slide {
    flex: 0 0 100%;
    scroll-snap-align: start;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .rhode-image-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
  }
}

/* ================= SAFETY ================= */
.rhode-page { height: auto !important; overflow: visible !important; }

/* ================= MOBILE FIX FIRST IMAGE ================= */
@media (max-width: 767px) {
  .rhode-image-slide:first-child img {
    width: 100%;
    height: auto;       /* proporsi asli tetap terjaga */
    object-fit: contain; /* tampil penuh tapi tidak crop */
    display: block;
  }
}

/* ======================================================
   PRODUCT VARIANT – CLEAN & PRESISI (NIGHT STYLE)
====================================================== */

/* ================= VARIANT WRAPPER ================= */
.rhode-right .product-variant {
  margin-bottom: 28px;
}

/* ================= VARIANT TITLE ================= */
.rhode-right .variant-title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 14px;
  color: #3c3a37;
}

/* ================= VARIANT OPTIONS ================= */
.rhode-right .variant-options {
  display: flex;
  gap: 14px;
}

/* ================= VARIANT BUTTON ================= */
.rhode-right .variant-btn {
  position: relative;
  flex: 1;

  min-height: 82px;                /* DESKTOP HEIGHT */
  padding: 16px 12px;

  background: #fff;
  border: 2px solid #d6b1a7;
  border-radius: 14px;

  cursor: pointer;
  transition: all 0.25s ease;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;

  box-sizing: content-box;         /* 🔑 NIGHT KEY */
}

/* ================= VARIANT TEXT ================= */
.rhode-right .variant-main {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.rhode-right .variant-sub {
  margin-top: 6px;
  font-size: 12px;
  opacity: 0.7;
}

/* ================= ACTIVE STATE ================= */
.rhode-right .variant-btn.active {
  background: #ab867c;
  color: #fff;
  border-color: #ab867c;
}

.rhode-right .variant-btn.active .variant-sub {
  opacity: 0.85;
}

/* ================= BADGE ================= */
.rhode-right .variant-badge {
  position: absolute;
  top: -10px;
  right: 14px;

  background: #000;
  color: #fff;

  font-size: 10px;
  font-weight: 600;
  padding: 4px 8px;

  border-radius: 999px;
  letter-spacing: 0.06em;
  white-space: nowrap;
}

/* ================= MOBILE TUNING ================= */
@media (max-width: 767px) {

  .rhode-right .variant-options {
    flex-direction: column;
    gap: 12px;
  }

  .rhode-right .variant-btn {
    min-height: 64px;          /* MOBILE RINGKAS */
    padding: 12px 10px;
  }

  .rhode-right .variant-main {
    font-size: 14px;
  }

  .rhode-right .variant-sub {
    font-size: 11px;
    margin-top: 4px;
  }
}

/* ================= DESKTOP LOCK ================= */
@media (min-width: 1025px) {

  .rhode-right .variant-options {
    flex-direction: row;       /* 🖥 SEJAJAR */
    gap: 16px;
  }

  .rhode-right .variant-btn {
    min-height: 96px;          /* NIGHT PROPORSI */
    padding: 18px 14px;
  }

  .rhode-right .variant-main {
    font-size: 15px;
  }

  .rhode-right .variant-sub {
    font-size: 12px;
  }
}

/* =========================================
   MOBILE – IMAGE & CONTENT MENEMPEL 100%
========================================= */
@media (max-width: 767px) {

  /* PAGE RESET */
  .rhode-page {
    padding: 0;
    gap: 0;
    background: transparent;
  }

  /* IMAGE SECTION */
  .rhode-left {
    margin: 0;
    padding: 0;
    border-radius: 20px 20px 0 0;
    background: #FFF5EC;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  /* PRODUCT CONTENT */
  .rhode-right {
    margin: 0;
    padding: 20px 16px 24px;
    border: none !important;
    border-radius: 0 0 20px 20px;
    background: #FFF5EC;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  }

  /* 🔥 PAKSA NEMPEL TANPA CELAH */
  .rhode-left + .rhode-right {
    margin-top: 0 !important;
  }

  /* HILANGKAN GAP DESKTOP */
  .rhode-gap {
    display: none;
  }

  /* FIX SLIDER */
  .rhode-image-track {
    margin: 0;
  }

  /* SAFETY: TIDAK ADA LINE */
  .rhode-left *,
  .rhode-right * {
    border-top: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bd62df9 *//* ================= FIX SPACING MKSD RECOMMEND ================= */

/* rapetin padding atas section */
.mksd-recommend{
  padding-top: 20px;   /* sebelumnya 80px */
}

/* rapetin jarak judul ke atas */
.mksd-title{
  margin-top: 0;
  margin-bottom: 6px; /* sebelumnya 10px */
}

/* rapetin subtitle ke judul */
.mksd-subtitle{
  margin-top: 0;
  margin-bottom: 20px; /* sebelumnya 32px */
}

/* MOBILE – lebih rapet lagi */
@media (max-width: 768px){
  .mksd-recommend{
    padding-top: 32px;
  }

  .mksd-title{
    font-size: 32px;
    margin-bottom: 4px;
  }

  .mksd-subtitle{
    margin-bottom: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-beff207 */.fk-cart-ghost {
  position: fixed !important;
  opacity: 0 !important;
  pointer-events: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  z-index: -9999 !important;
}/* End custom CSS */