.elementor-10403 .elementor-element.elementor-element-4b829bb{--display:flex;}.elementor-10403 .elementor-element.elementor-element-4b829bb:not(.elementor-motion-effects-element-type-background), .elementor-10403 .elementor-element.elementor-element-4b829bb > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5EC;}.elementor-10403 .elementor-element.elementor-element-5bb4d0d > .elementor-widget-container{margin:30px 0px 0px 0px;padding:0px 0px 30px 0px;}.elementor-10403 .elementor-element.elementor-element-abd667f{--display:flex;}.elementor-10403 .elementor-element.elementor-element-abd667f:not(.elementor-motion-effects-element-type-background), .elementor-10403 .elementor-element.elementor-element-abd667f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5EC;}.elementor-10403 .elementor-element.elementor-element-4344658{--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-10403 .elementor-element.elementor-element-4344658:not(.elementor-motion-effects-element-type-background), .elementor-10403 .elementor-element.elementor-element-4344658 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FBF3EA;}.elementor-10403 .elementor-element.elementor-element-0d1af6b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-10403 .elementor-element.elementor-element-1be0137{--display:flex;}.elementor-10403 .elementor-element.elementor-element-978778b{--display:flex;--padding-top:20px;--padding-bottom:30px;--padding-left:0px;--padding-right:0px;}.elementor-10403 .elementor-element.elementor-element-978778b:not(.elementor-motion-effects-element-type-background), .elementor-10403 .elementor-element.elementor-element-978778b > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFF5EC;}.elementor-10403 .elementor-element.elementor-element-424953e > .elementor-widget-container{padding:0px 0px 30px 0px;}@media(max-width:767px){.elementor-10403 .elementor-element.elementor-element-abd667f{--content-width:1600px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-10403 .elementor-element.elementor-element-4344658{--padding-top:20px;--padding-bottom:0px;--padding-left:10px;--padding-right:10px;}.elementor-10403 .elementor-element.elementor-element-0d1af6b > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-10403 .elementor-element.elementor-element-424953e > .elementor-widget-container{padding:10px 10px 0px 10px;}}@media(min-width:768px){.elementor-10403 .elementor-element.elementor-element-4b829bb{--content-width:1600px;}.elementor-10403 .elementor-element.elementor-element-abd667f{--content-width:1600px;}.elementor-10403 .elementor-element.elementor-element-4344658{--content-width:1600px;}.elementor-10403 .elementor-element.elementor-element-1be0137{--content-width:1600px;}.elementor-10403 .elementor-element.elementor-element-978778b{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-6d223fe *//* ======================================================
   RHODE PRODUCT – FULL FINAL CSS TONER (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;
}

/* 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%;
}

/* Slide image */
.rhode-image-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  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: 24px;
  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;
    object-fit: contain;
    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;
  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;
}

/* ================= 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;
    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;
    gap: 16px;
  }

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

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

  .rhode-right .variant-sub {
    font-size: 12px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d1af6b *//* ======================================================
   RHODE PRODUCT INFO – FINAL CSS (ABSOLUTE FIX)
====================================================== */

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

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

  .rhode-product-info.desktop-version {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.16fr);
    gap: 40px;

    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
  }

  .rhode-left-info {
    background: #FFF5EC;
    border: 1px solid #000;
    border-radius: 24px;
    min-height: 600px;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

    padding: 48px 56px;
  }

  .rhode-right-info {
    border-radius: 24px;
    overflow: hidden;
    min-height: 600px;
  }

  .rhode-right-info img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }

  .info-row {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 16px;

    padding: 12px 0;
    font-size: 14px;
    line-height: 1.6;
    border-bottom: 1px solid rgba(0,0,0,.15);
  }

  .info-row:last-child {
    border-bottom: none;
  }

  .info-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #8a8a8a;
  }

  .info-text {
    text-align: right;
  }
}

/* ======================================================
   MOBILE & TABLET
====================================================== */

.mobile-version {
  display: none;
}

@media (max-width: 1024px) {

  .desktop-version {
    display: none !important;
  }

  .rhode-product-info.mobile-version {
    display: block !important;
    width: 100%;
    padding-left: px;
    padding-right: px;
  }

  .mobile-version .rhode-left-info {
    background: #FFF5EC;
    border: 1px solid #000;
    border-radius: 18px;
    padding: 14px 16px;
  }

  /* ==================================================
     🔥 FIX UTAMA — RUANG NAFAS PASTI KENA
     GAMBAR DI ATAS → HEADLINE DI BAWAH
  ================================================== */
  .mobile-version .rhode-mobile-img {
    margin-bottom: 24px; /* ⬅️ INI FIX SESUNGGUHNYA */
  }

  .mobile-version .rhode-mobile-img img {
    width: 100%;
    display: block;
    border-radius: 16px;
  }

  /* INFO */
  .mobile-version .info-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    padding: 12px 0;
    border-bottom: 1px solid rgba(0,0,0,.15);
  }

  .mobile-version .info-row:last-child {
    border-bottom: none;
  }

  .mobile-version .info-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .05em;
    color: #8a8a8a;
  }

  .mobile-version .info-text {
    font-size: 14px;
    line-height: 1.6;
  }
}

/* ======================================================
   SAFETY
====================================================== */
.rhode-product-info {
  height: auto !important;
  overflow: visible !important;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7457f53 *//* ================= FIX SPACING MKSD RECOMMEND ================= */

/* rapetin padding atas section */
.mksd-recommend{
  padding-top: 35px;   /* 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: 25px;
  }

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

  .mksd-subtitle{
    margin-bottom: 16px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-424953e *//* ================= RHODE FAQ – UNIFORM BACKGROUND ================= */

/* Desktop: left + right column */
.rhode-faq-section .desktop-version .rhode-left-info,
.rhode-faq-section .desktop-version .rhode-right-info {
  background: #FFF5EC !important;
  border-radius: 24px !important;
}

/* Mobile wrap */
.rhode-faq-section .mobile-version .mobile-wrap {
  background: #FFF5EC !important;
  border-radius: 16px !important;
}

/* Semua FAQ item (desktop & mobile) ikut background */
.rhode-faq-section .rhode-faq-item {
  background: #FBF3EA !important;
}

/* Optional: hapus border putih antar item kalau mau lebih rata */
.rhode-faq-section .rhode-faq-item {
  border-bottom: none !important;
}

/* Mobile wrap */
.rhode-faq-section .mobile-version .mobile-wrap {
  background: #FFF5EC !important;
  border-radius: 16px !important;
  border: 1px solid #000 !important; /* tambahin ini supaya sama desktop */
}

/* Divider hitam untuk setiap FAQ item / accordion tab */
.rhode-faq-section .rhode-faq-item {
  border-bottom: 1px solid #000; /* garis hitam sebagai divider */
  margin-bottom: 0; /* hilangkan jarak tambahan kalau ada */
  padding-bottom: 12px; /* jarak antara konten dan garis */
}

/* Hapus divider di item terakhir supaya rapi */
.rhode-faq-section .rhode-faq-item:last-child {
  border-bottom: none;
}/* End custom CSS */