/*
Theme Name: FF
Author: Mohammed Zahid Wadiwale
Description: Elementor + WooCommerce custom ecommerce theme
Version: 1.0
*/
body {
  font-family: 'poppins', sans-serif;
  color: #111;
}
.bos4w-display-wrap{
    display: none !important;
}
/* HEADER */
.site-header {
  padding: 20px 0;
}
.eael-entry-footer {
        display: none !important;
}
/* Hide "Return to Shop" button on empty cart */
.wc-block-grid {
    display: none !important;
}

.site-header a {
  margin-right: 20px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}
@media (max-width: 508px) {
.site-header a
    {
        margin-right: 10px !important;
    }
.hero-overlay{
    padding-left: 20px;
    padding-right: 20px;
}
}
@media and (max-width: 769px) and (min-width: 500px) {
h1{
    font-size: 1.6rem;
}
h2{
    font-size: 1.4rem;
}
.container{
    max-width: 760px !important;
}
.new-way-text img{
    width:100%;
}
.hero-btn{
        width: auto;
    }
    .hero-slider{
        height: 60vh !important;
    }
.hero-overlay{
    max-width: 520px !important;
    position: static;
    margin-top: 0;
    }
}
.image-box img{
    width: 100%;
}
.logo {
  font-weight: 700;
  letter-spacing: 4px;
}
.site-header{
  padding:25px 0;
  background:#fff;
}

.site-header a{
  font-size:14px;
  font-weight:500;
}

.logo{
  letter-spacing:6px;
}

.cart-dot{
  position:absolute;
  top:-5px;
  right:-6px;
  width:8px;
  height:8px;
  background:#6b0015;
  border-radius:50%;
}

.currency-toggle {
  background: transparent;
  padding: 1px 0px;
  margin-left: 0;
  margin-right: 0;
  font-size: 13px;
  cursor: pointer;
  border: none;
}

.currency-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  border: 1px solid #ddd;
  min-width: 90px;
  display: none;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
  z-index: 100;
}

.currency-menu a {
  display: block;
  padding: 8px 12px;
  font-size: 13px;
  text-decoration: none;
  color: #333;
  opacity: .8;
}

.currency-menu a:hover {
  background: #f5f5f5;
  opacity: 1;
}

/* Show on hover */
.currency-switch:hover .currency-menu {
  display: block;
}
.currency-switch.active .currency-menu {
  display: block;
}
/* HERO */
.hero {
  background: #6b0015;
  color: #fff;
  padding: 120px 0;
}

.hero h1 {
  font-size: 48px;
  font-weight: 600;
}

.hero p {
  margin: 20px 0;
  opacity: 0.9;
}
.hero-slide {
  position: relative;
}

.hero-slide picture img {
  width: 100%;
  height: 100%;
  display: block;
}
.hero-slide picture,
.hero-slide img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
}
.hero-overlay{
  position:relative;
  z-index:2;
}
.hero-overlay{
  position:relative;
  z-index:2;
}
.hero-overlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  right: 0;
  color: #fff;
}

/* COMPARE */
.compare-section {
  padding: 50px 0;
}
@media(max-width:500px){
    .compare-section p{
        color: #464646;
        font-size: 16px;
        font-weight: 400;
        letter-spacing: 0.3px;
    }
   
  /*   .compare-section .image-box img[src*="https://testfutureface.acturemedia.com/wp-content/uploads/2026/02/Frame-1707481952.webp"] {*/
  /*    width: 100% !important;*/
  /*    height: auto;*/
  /*    display: block;*/
  /*}*/
}

.compare-section.second {
  padding-top: 0;
}

.label {
  font-size: 16px;
  letter-spacing: 2px;
  opacity: 0.6;
  font-weight: 500;
}

/* ============================================================
   HERO SLIDER 2 — Full-bleed background, right-side text overlay
   Pixel-perfect match to Figma (Playfair serif heading, pills,
   icon row with dividers, peach pill CTA button)
   ============================================================ */

/* ── Slider container ── */
.hero-slider2 {
  position: relative;
  width: 100%;
  overflow: hidden;
  top: -5px;
}

/* ── Each slide: hidden by default ── */
.hero-slide2 {
  display: none;
  position: relative;
  width: 100%;
  min-height: 100vh;
  min-height: 100svh;
}

.hero-slide2.active {
  display: block;
}

/* ── Full-bleed background image ── */
.hs2-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.hs2-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  display: block;
}

/* ── Dark gradient overlay — left transparent → right dark maroon ── */
.hs2-bg::after {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to right,
    rgba(30, 8, 10, 0.05) 0%,
    rgba(30, 8, 10, 0.10) 30%,
    rgba(35, 9, 12, 0.68) 50%,
    rgba(38, 10, 14, 0.90) 62%,
    rgba(40, 10, 14, 0.97) 100%
  );
}

/* ── Content wrapper (sits above gradient) ── */
.hs2-content {
  position: relative;
  z-index: 2;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  /* Left half = product image shows through, right half = text */
  padding: 80px 72px 80px 50%;
  box-sizing: border-box;
}

/* ── Inner text block ── */
.hs2-inner {
  width: 100%;
  max-width: 560px;
}

/* ── Eyebrow / product label ── */
.hs2-label {
  display: block;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.3px;
  color: #d9918e;
  margin-bottom: 14px;
}

/* ── Main heading: Playfair Display italic serif, large ── */
.hs2-title {
  font-family: 'Playfair Display', 'Georgia', 'Times New Roman', serif;
  font-size: clamp(40px, 4vw, 70px);
  font-weight: 400;
  font-style: normal;
  line-height: 1.05;
  letter-spacing: -0.3px;
  color: #ffffff;
  margin: 0;
}

/* ── Thin rule below heading (matches Figma horizontal line) ── */
.hs2-rule {
    display: block;
    width: 80%;
    height: 2px;
    background: rgb(245 205 200);
    border: none;
    margin: 20px 0 22px;
}

/* ── Description paragraph ── */
.hs2-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.80);
  margin: 0 0 28px;
  max-width: 660px;
}

/* ── Pills row ── */
.hs2-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 32px;
}

.hs2-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, 0.30);
  border-radius: 999px;
  padding: 9px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.05);
  white-space: nowrap;
  line-height: 1;
}

.hs2-pill svg {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  color: rgba(255, 220, 210, 0.80);   /* currentColor source */
}

/* ── Icon feature row ── */
.hs2-icons {
  display: flex;
  align-items: flex-start;
  margin-bottom: 38px;
}

.hs2-icon-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 0 14px;
  position: relative;
}

/* Thin vertical divider between items */
.hs2-icon-item + .hs2-icon-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 1px;
  height: 50px;
  background: rgba(255, 255, 255, 0.18);
}

.hs2-icon-item svg {
  width: 28px;
  height: 28px;
  margin-bottom: 10px;
  flex-shrink: 0;
  color: rgba(210, 150, 150, 0.90);   /* currentColor source for all children */
}

.hs2-icon-item span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(210, 168, 168, 0.85);
  line-height: 1.35;
  max-width: 88px;
}

/* ── CTA Button: pill shape, peachy-pink bg, dark text, arrow circle ── */
.hs2-btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  /* Exact peach-pink from Figma */
  background: #f5cdc8;
  color: #2d0a0e;
  padding: 14px 14px 14px 30px;
  border-radius: 999px;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.15px;
  transition: background 0.22s ease, transform 0.18s ease;
  min-width: 270px;
  max-width: 440px;
  box-sizing: border-box;
}

.hs2-btn:hover {
  background: #fce0dc;
  transform: translateY(-1px);
  color: #2d0a0e;
  text-decoration: none;
}

/* Arrow circle on right */
.hs2-btn-arrow {
  width: 40px;
  height: 40px;
  background: #2d0a0e;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: background 0.2s ease;
}

.hs2-btn:hover .hs2-btn-arrow {
  background: #4a1015;
}

.hs2-btn-arrow svg {
  width: 15px;
  height: 15px;
  stroke: #f5cdc8;
  fill: none;
  stroke-width: 2.2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

/* ── Slide dots ── */
.hs2-dots {
  position: absolute;
  bottom: 28px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 8px;
  z-index: 10;
}

.hs2-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.32);
  border: none;
  padding: 0;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
}

.hs2-dot.active {
  background: #ffffff;
  transform: scale(1.3);
}

/* ── Prev / Next arrow buttons ── */
.hs2-prev,
.hs2-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 44px;
  height: 44px;
  border: 1px solid rgba(255,255,255,0.22);
  border-radius: 50%;
  background: rgba(0,0,0,0.18);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s;
}

.hs2-prev { left: 20px; }
.hs2-next { right: 20px; }

.hs2-prev:hover,
.hs2-next:hover { background: rgba(0,0,0,0.42); }

.hs2-prev svg,
.hs2-next svg {
  width: 18px;
  height: 18px;
  stroke: #fff;
  fill: none;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* ============================================================
   TABLET  769–1100px
   ============================================================ */
@media (max-width: 1100px) and (min-width: 769px) {

  .hs2-content {
    padding: 60px 40px 60px 44%;
  }

  .hs2-bg::after {
    background: linear-gradient(
      to right,
      transparent 0%,
      rgba(35, 9, 12, 0.55) 40%,
      rgba(40, 10, 14, 0.95) 100%
    );
  }

  .hs2-title {
    font-size: clamp(32px, 4vw, 52px);
  }

  .hs2-btn {
    min-width: 230px;
  }
}

/* ============================================================
   MOBILE  ≤768px
   Full overlay, text at bottom of screen
   ============================================================ */
@media (max-width: 768px) {

  .hero-slide2 {
    min-height: 100svh;
    min-height: 100vh;
  }

  /* Full-screen dark overlay for mobile readability */
  .hs2-bg img {
    object-position: 30% center;
  }

  .hs2-bg::after {
    background: transparent;
  }

  /* Text slides up from the bottom */
  .hs2-content {
    min-height: 100svh;
    min-height: 100vh;
    padding: 0 20px 52px;
    align-items: flex-end;
  }

  .hs2-inner {
    max-width: 100%;
  }

  .hs2-title {
    font-size: clamp(28px, 9.5vw, 44px);
    line-height: 1.07;
  }

  .hs2-desc {
    font-size: 14px;
    max-width: 100%;
  }

  .hs2-pills {
    gap: 2px;
    margin-bottom:10px;
  }

  .hs2-pill {
    font-size: 12px;
    padding: 7px 14px;
  }

  /* Scrollable icon row on mobile */
  .hs2-icons {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 4px;
    margin-left: -20px;
  }

  .hs2-icons::-webkit-scrollbar { display: none; }

  .hs2-icon-item {
    flex: 0 0 auto;
    min-width: 76px;
    padding: 0 5px;
  }
  .hs2-content {
        align-items: flex-start;
    }

  .hs2-icon-item svg {
    width: 22px;
    height: 22px;
  }

  .hs2-icon-item span {
    font-size: 11px;
  }

  .hs2-btn {
    min-width: auto;
    max-width: 100%;
    font-size: 12px;
    padding: 5px 5px 5px 10px;
  }
  .hs2-btn-arrow svg {
    width: 8px;
    height: 8px;
    stroke: #f5cdc8;
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex-shrink: 0;
}

  .hs2-btn-arrow {
    width: 10px;
    height: 10px;
  }

  .hs2-prev,
  .hs2-next {
    display: none;
  }

  .hs2-dots {
    bottom: 18px;
  }
}

@media (max-width: 390px) {

  .hs2-content {
    padding: 0 16px 44px;
  }

  .hs2-pill {
    font-size: 11px;
    padding: 6px 12px;
    gap: 6px;
  }

  .hs2-desc {
    font-size: 10px;
    margin-bottom: 2px;
  }
}
	
.hero-slider{
  position:relative;
  height:85vh;
  overflow:hidden;
}

.hero-slide{
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center;
  opacity:0;
  transition:.8s ease;
}

.hero-slide.active{
  opacity:1;
}

.hero-overlay{
  color:#fff;
  max-width:600px;
  padding-top:0px;
   /* DESKTOP like Figma */
  text-align:left;
  margin-left:0;
  right: 20px;
  position: absolute;
}
.desktop-menu li { list-style:none; }
.desktop-menu li a { display:inline-block; }
.mobile-menu li { list-style:none; }
.mobile-menu li a { display:inline-block; }
.footer-socials li, .footer-col li { list-style:none;  margin: 0; padding: 0; }
.footer-col a, .footer-socials a, .footer-links a{ display:inline-block; }
.footer-col ul,
.footer-socials ul,
.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-bottom li{
	list-style: none;
	display: inline-block
}
/* Mobile layout (Figma centered) */
@media (max-width:768px){
  .hero-overlay{
    padding-top:2px;
  }
}
.hero-overlay h1{
  font-size:46px;
  font-weight:600;
}

.hero-btn{
  display:inline-block;
  background:#fff;
  color:#6b0015;
  padding:14px 42px;
  border-radius:12px;
  font-size:14px;
  font-weight:500;
  margin-top:18px;
  position: relative;
  z-index: 10;
  text-decoration: none;
}

/* PRODUCTS */
.products {
  padding: 100px 0;
}

.product-card {
  text-align: center;
}

.product-card img {
  width: 100%;
  /*max-width: 280px;*/
}

/* CLINICAL */
.clinical {
  padding: 100px 0;
  background: #fff;
}

.stat h3 {
  font-size: 48px;
}

/* FOOTER */
.site-footer {
  padding: 80px 0;
  background: #fafafa;
}

.site-footer a {
  display: block;
  color: #111;
  text-decoration: none;
  margin-bottom: 8px;
}

.site-footer input {
  width: 100%;
  padding: 10px;
  margin-top: 10px;
}

.products {
  padding: 20px 0;
}

.product-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: left;   /* Figma */
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
}

/* Card */
.product-card {
  display: flex;
  flex-direction: column;
}

/* Image block */
.product-bg {
  background: #e0cbc8;
  border-radius: 22px;
  height: 350px;
  /*padding: 22px;*/

  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media(max-width:500px){
  .product-bg{
      height: 280px !important;
  }  
}

.product-bg img {
  /*max-height: 250px;*/
  border-radius: 22px;
  height: 100%;
  height: 100%;
  object-fit: cover;
  width: 100%;
  
}

/* Text area */
.product-info {
  margin-top: 16px;
  text-align: left;   /* Figma */
}

.sameprice h4 {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin: 0;
}

.price {
  display: inline-block;
  font-weight: 600;
  float: right;
}

.product-info p {
  font-size: 13px;
  line-height: 1.45;
  color: #555;
  margin-bottom: 16px;
  margin-right: 65px;
}

/* FULL WIDTH BUTTON like Figma */
.shop-btn {
  width: 100%;
  background: #6b0015;
  color: #fff;
  border: none;
  padding: 11px 0;
  border-radius: 8px;
  font-size: 13px;
  letter-spacing: .4px;
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 20px;
}

.shop-btn:hover {
  opacity: .9;
  text-decoration: wavy;
  text-decoration-line: underline;
}

/* Centered shop all */
.shop-all-wrap {
  margin-top: 45px;
  text-align: center;
}

.shop-all-btn {
  border: 1px solid #6b0015;
  padding: 12px 42px;
  border-radius: 10px;
  color: #6b0015;
  text-decoration: none;
  font-weight: 500;
}
.sameprice{
  display: flex;              /* Arrange children in a row */
    justify-content: space-between; /* Push items to opposite ends */
    align-items: center;
    padding-bottom: 8px;/* Vertically center them */
}
/* Mobile */
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.reels {
  padding: 30px 0;
}

.reel-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 45px;
}

.reel-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.reel-card {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  height: 420px;
  background: #000;
}

.reel-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Hover overlay */
.reel-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.55);
  color: #fff;

  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 24px;

  opacity: 0;
  transition: .25s ease;
}

.reel-card:hover .reel-overlay {
  opacity: 1;
}

.reel-overlay p {
  font-size: 14px;
  margin-bottom: 14px;
}

.reel-btn {
  display: inline-block;
  background: #6b0015;
  color: #fff;
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  font-size: 13px;
}

/* Responsive */
@media (max-width: 1000px) {
  .reel-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .hero-overlay{
      top: 200px;
    right: 0px;
}
}

@media (max-width: 600px) {
  .reel-grid {
    grid-template-columns: 1fr;
  }
  
}

.reel-card video {
  transition: transform .4s ease;
}

.reel-card:hover video {
  transform: scale(1.05);
}
.clinical {
  padding: 30px 0;
}

.clinical-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 55px;
}
@media(max-width:500px){
    .clinical-title{
        font-size: 26px;
        margin-bottom: 25px !important;
    }
    .product-title, .reel-title, .learn-title{
        font-size:26px !important;
    }
    .product-title{
        margin-bottom: 30px !important;
    }
     .reel-title{
        margin-bottom: 25px !important;
        margin-top: 25px;
    }
    
    .modern-content h2{
        font-size:26px !important;
    }
}

.clinical-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* Stats column */
.clinical-stats {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.stat-row {
  display: flex;
  align-items: flex-start;
  gap: 22px;
}


.stat-num {
  font-size: 38px;
  font-weight: 600;
  min-width: 100px;
  color: #6b0015;
}

/* Figma-style short divider */
.stat-line {
  width: 1px;
  height: 46px;
  background: #d7d7d7;
  margin-top: 4px;
}

.stat-text strong {
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
}

.stat-text p {
  font-size: 14px;
  line-height: 1.4;
  color: #787878;
  margin: 0;
  font-weight: 700;
}

/* CTA */
.clinical-btn {
  margin-top: 25px;
  align-self: flex-start;
  border: 1px solid #6b0015;
  padding: 12px 36px;
  border-radius: 10px;
  color: #6b0015;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
.clinical-image{
    overflow: hidden;
    border-radius: 22px;
}
/* Image */
.clinical-image img {
  width: 100%;
  border-radius: 22px;
}

.clinical-image img {
  transition: transform .4s ease;
}

.clinical-image img:hover {
  transform: scale(1.05);
}


/* Mobile */
@media (max-width: 900px) {
  .clinical-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.modern {
  padding: 30px 0;
}

.modern-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 90px;
  align-items: center;
}

/* Image */
.modern-image img {
  width: 100%;
  border-radius: 22px;
}

/* Text */
.modern-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
}

.modern-content p {
  font-size: 15px;
  line-height: 1.55;
  color: #555;
  margin-bottom: 16px;
}

/* Quote block */
.modern-quote {
  display: flex;
  gap: 18px;
  margin-top: 22px;
}

.modern-quote span {
  width: 2px;
  background: #6b0015;
  border-radius: 2px;
}

.modern-quote em {
  display: block;
  font-size: 14px;
  margin-bottom: 6px;
}

.modern-quote strong {
  font-size: 13px;
  letter-spacing: .4px;
}

/* Mobile */
@media (max-width: 900px) {
  .modern-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .clinical-btn{
      width: 100%;
      text-align: center;
  }
}

.learn {
  padding: 30px 0;
}

.learn-title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 55px;
}

/* Grid layout */
.learn-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 55px;
}

/* Card */
.learn-card img {
  width: 100%;
  border-radius: 18px;
  margin-bottom: 18px;
}

.learn-card h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}

.learn-card p {
      font-size: 16px;
    line-height: 1.5;
    color: #787878;
    margin-bottom: 10px;
    font-weight: 400;
}

.learn-card a {
  font-size: 16px;
  color: #6b0015;
  /*text-decoration: none;*/
  font-weight: 500;
}

/* Hover polish (subtle like Figma) */
.learn-card img {
  transition: transform .4s ease;
}

.learn-card:hover img {
  transform: scale(1.04);
}

/* Responsive */
@media (max-width: 900px) {
  .learn-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.footer {
  background: #fbf6ee;
  padding: 60px 0 40px;
  font-size: 14px;
}

/* Desktop grid */
.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr 1fr;
  gap: 80px;
}

/* Newsletter */
.footer-logo {
  font-weight: 700;
  letter-spacing: 6px;
  margin-bottom: 18px;
}

.footer-newsletter h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}

.footer-newsletter p {
  color: #666;
  margin-bottom: 18px;
}

.footer-form form p {
  display: flex;
  gap: 12px;
}

.footer-form form p span input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e0d9cf;
  background: transparent;
}

.footer-form form p input[type="submit"] {
  background: #6b0015;
  color: white;
  border: none;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 13px;
}

/* Columns */
.footer-col h5 {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 14px;
}

.footer-col a {
  display: block;
  color: #555;
  text-decoration: none;
  margin-bottom: 10px;
}

/* Bottom bar */
.footer-bottom {
  margin-top: 55px;
  padding-top: 25px;
  border-top: 1px solid #e5ddd3;

  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-socials i {
  margin-right: 14px;
  font-size: 15px;
}

.footer-links a {
  margin: 0 10px;
  color: #555;
  text-decoration: none;
  font-size: 13px;
}

.footer-copy {
  font-size: 12px;
  color: #777;
}

/* ================= MOBILE VARIANT ================= */

@media (max-width: 900px) {

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px;
  }

  .footer-newsletter {
    grid-column: span 2;
  }

  .footer-form {
    flex-direction: column;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 16px;
    text-align: center;
  }

  .footer-links {
    order: 2;
  }

  .footer-copy {
    order: 3;
  }
}

/* ===== FIGMA MOBILE FOOTER (FIXED) ===== */

@media (max-width: 500px){

  .footer-grid{
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:28px;
  }

  /* Newsletter full width */
  .footer-newsletter{
    grid-column:1 / -1;
    text-align:center;
  }

  /* Shop + Learn stay side by side */
  .footer-col:nth-child(2){
    grid-column:1;
  }

  .footer-col:nth-child(3){
    grid-column:2;
  }

  /* Support goes centered below */
  .footer-col:nth-child(4){
    grid-column:1 / -1;
    text-align:center;
    margin-top:10px;
  }

  /* Bottom area */
  .footer-bottom{
    flex-direction:column;
    gap:14px;
    text-align:center;
  }

  .footer-links a{
    display:inline-block;
    margin:6px 10px;
  }
}
.footer-mobile{
  display:none;
  background:#fffbf3;
  padding:30px 20px;
}

.footer-mobile-container{
  display:flex;
  flex-direction:column;
  gap:26px;
}

.footer-mobile-title{
  font-size:20px;
  font-weight:700;
}

.footer-mobile-subtitle{
  font-size:14px;
  color:#6f6f6f;
}

.footer-mobile-form p{
  display:flex;
  gap:10px;
}

.footer-mobile-form p span input{
  flex:1;
  padding:10px;
  border-radius:10px;
  border:1px solid #efece9;
  color: #000;
  width: 100%;
}
@media (max-width: 500px){
#form200 .footer-mobile-form p span input{
  width: 100% !important;
}
#form200 .footer-mobile-form p span{
    width: 100% !important;
}
#form200 .footer-mobile-form p{
flex-direction: column;
}
}
.footer-mobile-form p span{
    width: calc(100% - 140px);
}
.footer-mobile-form .wpcf7-spinner{
    display: block;
}
.footer-mobile-form p input[type='submit']{
  background:#772135;
  color:#fff;
  border:none;
  border-radius:10px;
  padding:10px 18px;
}

.footer-mobile-nav{
  display:flex;
  justify-content:space-between;
}

.footer-mobile-col-title{
  font-weight:700;
  margin-bottom:10px;
}

.footer-mobile-list{
  list-style:none;
  padding:0;
}

.footer-mobile-list li{
  font-size:14px;
  color:#6f6f6f;
  margin-bottom:6px;
}

.footer-mobile-logo{
  text-align:center;
}

.footer-mobile-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
}

.footer-mobile-divider{
  border:none;
  border-top:1px solid #e0ddd9;
}

.footer-mobile-copy{
  text-align:center;
  font-size:13px;
  color:#6f6f6f;
}

.footer-mobile-legal{
  display:flex;
  justify-content:center;
  gap:20px;
  font-size:13px;
}
.footer-mobile-links li{
    list-style: none;
}
.footer-mobile-links li a{
    color: #6f6f6f;
    text-decoration: none;
        font-weight: 400;
}
.footer-mobile-legal li{
    list-style: none;
}
.footer-mobile-legal li a{
    text-decoration: none;
    color: #6f6f6f;
        font-weight: 400;
}
.footer-mobile-links{
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.footer-mobile-list li{
    list-style: none;
}
.footer-mobile-list li a{
    text-decoration: none;
    color: #6f6f6f;
        font-weight: 400;
}
.footer-mobile-socials li{
    margin-right: 5px;
}
@media(max-width:768px){

  .footer{
    display:none;
  }

  .footer-mobile{
    display:block;
  }

}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
}

/* force real center logo */
.logo{
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  z-index:2;
}

/* desktop menu */
.desktop-menu{
  display:flex;
  gap:22px;
}

/* mobile hamburger hidden by default */
.mobile-only{
  display:none;
  font-size:18px;
  cursor:pointer;
}

/* perfect centered logo */
.logo{
  font-weight:700;
  letter-spacing:6px;
}
.logo img{
  height: 66px;
  width: auto;
}
@media (max-width: 768px) {
  .logo img{
  height: 66px;
  width: auto;
  padding-bottom: 5px;
  padding-top: 5px;
}
.hero-overlay h1{
        text-align: left;
        font-size: 30px;
}
.hero-overlay p{
        text-align: left;
}
.hero-overlay .hero-btn{
    width: 100%;
            text-align: center;
}
}
/* right icons */
.nav-right{
  display:flex;
  gap:18px;
  font-size:16px;
}

/* ================= MOBILE FIGMA MODE ================= */

@media(max-width:900px){

  .desktop-menu{
    display:none;
  }

  .mobile-only{
    display:block;
  }

  /* absolute center logo like Figma */
  .logo{
    position:absolute;
    left:50%;
    transform:translateX(-50%);
  }
  .nav-right{
      gap:8px;
  }
}
@media(max-width:360px){
    .nav-right{
      gap:2px;
  }
}
/* ===== MOBILE SLIDE MENU ===== */

.mobile-menu-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.45);
  opacity:0;
  pointer-events:none;
  transition:.3s ease;
  z-index:998;
}

.mobile-menu{
  position:fixed;
  top:0;
  left:0;
  width:260px;
  height:100vh;
  background:#fff;
  padding:90px 28px;
  transform:translateX(-100%);
  transition:.35s ease;
  z-index:999;
  display:flex;
  flex-direction:column;
  gap:22px;
}

.mobile-menu a{
  font-size:16px;
  font-weight:500;
  color:#111;
  text-decoration:none;
}

/* ACTIVE STATE */
.mobile-menu.active{
  transform:translateX(0);
}

.mobile-menu-overlay.active{
  opacity:1;
  pointer-events:auto;
}

/* hide on desktop */
@media(min-width:901px){
  .mobile-menu,
  .mobile-menu-overlay{
    display:none;
  }
}
.hero-slider{
  height:100vh;   /* modern fix */
  min-height:520px;
}
@media (max-width: 390px) {
  .hero-slider{
    height:100vh;   /* modern fix */
    min-height:520px;
  } 
}
@media (max-width: 340px) {
  .hero-slider{
    height:100vh;   /* modern fix */
    min-height:520px;
  } 
}
/* fallback for old browsers */
@supports not (height: 100svh) {
  .hero-slider{
    height:100vh;
  }
}
html, body {
  width: 100%;
  overflow-x: hidden;
}
.new-way-text{
  padding-left:90px;
}

/* tablet + mobile */
@media(max-width:1200px){
  .new-way{
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
  }
  .new-way-text{
    padding-left:130px;
  }
}
@media(max-width:992px){
  .new-way{
    margin-left: -20px;
    padding-left: 0;
    margin-right: 0;
    width: 800px;
  }
  .new-way-text{
    padding-left:130px;
  }
}
@media (max-width: 768px) {
    .new-way-text {
        padding-left: 60px;
        padding-right: 400px;
    }
    .col-md-6.image-box.new-way-image.order-2.order-md-1 img{
        position: relative;
    left: -15%;
    }
}
.thumb-grid{
  display:grid;
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: repeat(3, minmax(120px, auto));
  gap:12px;
}

/* BIG IMAGE */
.thumb-grid img:nth-child(1){
  grid-column:1;
  grid-row:1 / span 2;
  aspect-ratio: 4 / 5;   /* keeps Figma tall look */
}

/* SMALL LEFT */
.thumb-grid img:nth-child(2){
  grid-column:1;
  grid-row:3;
}

/* RIGHT STACK */
.thumb-grid img:nth-child(3){ grid-column:2; grid-row:1; }
.thumb-grid img:nth-child(4){ grid-column:2; grid-row:2; }
.thumb-grid img:nth-child(5){ grid-column:2; grid-row:3; }

.thumb-grid img{
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:12px;
}




.benefit-list{
  padding:0;
  margin:18px 0;
   display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap:10px 20px;
  list-style:none;
  padding:0;
  margin:0;
}

.benefit-list li{
  display:flex;
  align-items:center;
  gap:6px;
  /*font-size:22px;*/
  font-weight: 400;
}
@media(max-width:500px){
   .benefit-list li{
       font-size:14px;
   } 
   .main-product img{
       	height:350px !important;
		object-fit:cover !important;
   }
}
/*@media (max-width: 768px){*/
/*  .benefit-list{*/
/*    grid-template-columns: 1fr;*/
/*  }*/
/*}*/

.purchase-box{
  padding:22px;
  border-radius:14px;
  margin:22px 0;
}

.purchase-option{
  display:flex;
  justify-content:space-between;
  padding:12px;
  border:1px solid #ddd;
  border-radius:10px;
  margin-bottom:10px;
  cursor:pointer;
  background: #fff;
}

.single-product .quantity {
  display: none !important;
}

.single_add_to_cart_button,
button.single_add_to_cart_button,
.woocommerce button.button.alt,
.wp-element-button {

  background: #8B0015 !important;
  color: #fff !important;
  border: none !important;
  padding: 16px 28px !important;
  border-radius: 14px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.5px !important;
  width: 100% !important;
  transition: all 0.25s ease !important;
}

.single_add_to_cart_button:hover {
  background: #6b0015 !important;
}


.product-accordion details{
  border-bottom:1px solid #eee;
  padding:12px 0;
}
/* CONTAINER */
.product-accordion{
  padding:12px 18px;
}

/* EACH ROW */
.product-accordion details{
  border-bottom:1px solid #DED6C8;
  padding:18px 0;
}

.product-accordion details:last-child{
  border-bottom:none;
}

/* QUESTION */
.product-accordion summary{
  list-style:none;
  font-size:16px;
  font-weight:500;
  cursor:pointer;

  display:flex;
  justify-content:space-between;
  align-items:center;

  position:relative;
}

/* Remove default arrow */
.product-accordion summary::-webkit-details-marker{
  display:none;
}

/* FIGMA STYLE CHEVRON */
.product-accordion summary::after{
  content:"";
  width:8px;
  height:8px;
  border-right:2px solid #4D4D4D;
  border-bottom:2px solid #4D4D4D;
  transform:rotate(45deg);
  transition:.25s ease;
}

/* Rotate when open */
.product-accordion details[open] summary::after{
  transform:rotate(-135deg);
}

/* ANSWER */
.product-accordion p{
  margin-top:14px;
  font-size:14px;
  color:#5E5E5E;
  line-height:1.6;
}

.ingredients-section{
  padding:110px 0;
}

.ingredients-title{
  font-size:32px;
  font-weight:600;
  margin-bottom:60px;
}

.ingredients-layout{
  display:grid;
  grid-template-columns: 295px 1.2fr 0.9fr;
  gap:60px;
  align-items:start;
}

/* Left image */
.ingredient-main-image img{
  width:100%;
  border-radius:16px;
}

/* Center content */
.ingredient-main-content h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:12px;
}

.ingredient-main-content p{
  font-size:20px;
  font-weight:400;
  line-height:1.6;
  color:#000;
  margin-bottom:22px;
}

.ingredient-benefits{
  padding-left:18px;
}
.ingredient-benefits{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ingredient-benefits li{
  font-size:20px;
  margin-bottom:14px;
}

/* Right column */
.ingredient-support{
  padding-left:40px;
  border-left:1px solid #e5ddd3;
}

.ingredients-layout{
  display:grid;
  grid-template-columns: 295px 1.2fr 0.9fr;
  gap:60px;
  align-items:start;
}

/* Left image */
.ingredient-main-image img{
  width:100%;
  border-radius:16px;
}

.ingredients-layout-2{
  display:flex;
  gap:60px;
}

/* Center content */
.ingredient-main-content-2 h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:12px;
}
.ingredient-main-image-2{width:50%;}
.ingredient-main-image-2 img{
  width:100%;
  border-radius:16px;
}
.ingredient-main-content-2{width:50%;}
/* Center content */
.ingredient-main-content-2 h4{
  font-size:20px;
  font-weight:700;
  margin-bottom:12px;
}


.ingredient-main-content-2 p{
  font-size:20px;
  font-weight:400;
  line-height:1.6;
  color:#000;
  margin-bottom:22px;
}

.ingredient-benefits-2{
  padding-left:18px;
}
.ingredient-benefits-2{
    display: flex;
    flex-direction: column;
    gap: 18px;
}
.ingredient-benefits-2 li{
  font-size:20px;
  margin-bottom:14px;
}

@media (max-width: 900px){
    .ingredients-layout-2{
        flex-direction: column;
    }
    .ingredient-main-image-2{width:100%;}
.ingredient-main-content-2{width:100%;}
.ingredient-main-content-2 h4{font-size:20px;}
.ingredient-main-content-2 p{font-size:16px;}
.ingredient-benefits-2 li{
    font-size: 16px;
    margin-bottom: 4px;
}

}

.support-title{
  font-size:20px;
  font-weight: 700;
  color: #787878;
  letter-spacing:1.5px;
  margin-bottom:24px;
}

.support-item{
  display:flex;
  gap:18px;
  margin-bottom:28px;
  flex-direction: column;
}

.support-item img{
  width:60px;
  height:60px;
  border-radius:50%;
  object-fit:cover;
}

.support-item strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.support-item p{
  font-size:13px;
  color:#666;
  margin:0;
}

.reel-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:20px;
}

.reel-card{
  height:420px;
  border-radius:18px;
  overflow:hidden;
  background:#000;
}

.reel-card video{
  width:100%;
  height:100%;
  object-fit:cover;
}

/* tablet */
@media(max-width:1000px){
  .reel-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

/* mobile */
@media(max-width:600px){
  .reel-grid{
    grid-template-columns:1fr;
  }
  .ingredient-benefits ul{
      gap: 10px;
  }
  .clinical-mobile{
      margin-bottom: 0 !important;
      margin-top: 0 !important;
       padding-bottom: 0 !important;
      padding-top: 0 !important;
  }
  .notice-section{
  padding:50px 0 !important;
}
}
.nutrition-section{
  padding:120px 0;
}

.nutrition-grid{
  display:grid;
  grid-template-columns:1fr 1.1fr;
  gap:90px;
  align-items:center;
}

.nutrition-image img{
  width:100%;
  border-radius:22px;
}

.nutrition-content h2{
  font-size:34px;
  font-weight:600;
  margin-bottom:12px;
}

.nutrition-lead{
  color:#772135;
  font-size:14px;
  font-weight:500;
  margin-bottom:28px;
}

.nutrition-block{
  margin-bottom:18px;
}

.nutrition-block strong{
  display:block;
  font-size:15px;
  margin-bottom:4px;
}

.nutrition-block p{
  font-size:14px;
  color:#555;
  line-height:1.5;
}

/* Mobile */
@media(max-width:900px){
  .nutrition-grid{
    grid-template-columns:1fr;
    gap:50px;
  }
}
.notice-section{
  padding:110px 0;
}

.notice-title{
  font-size:26px;
  font-weight:600;
  margin-bottom:35px;
}

/* timeline rail */
.notice-track{
  position:relative;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:90px;
  padding-top:5px;
}

/* thin line behind dots */
.notice-track::before{
  content:"";
  position:absolute;
  top:8px;
  left:0;
  width:100%;
  height:1px;
  background:#e5ddd3;
}

.notice-step{
  position:relative;
  text-align:left;
}

/* floating dots */
.dot{
  width:8px;
  height:8px;
  background:#d9d2c9;
  border-radius:50%;
  display:block;
  margin-bottom:16px;
  position:relative;
  z-index:2;
}

.notice-step small{
  font-size:11px;
  letter-spacing:1px;
  color:#888;
}

.notice-step h4{
  font-size:16px;
  font-weight:600;
  margin:6px 0;
}

.notice-step p{
  font-size:13px;
  line-height:1.5;
  color:#555;
}

/* Mobile collapse (like Figma stacks) */
/* ================= MOBILE TIMELINE (FIGMA STYLE) ================= */

@media (max-width:768px){
.nutrition-content h2{
    font-size: 26px !important;
}
  .notice-track{
    grid-template-columns:1fr;
    gap:34px;
    padding-top:0;
  }

  /* vertical line instead of horizontal */
  .notice-track::before{
    width:1px;
    height:100%;
    left:4px;
    top:0;
  }

  .notice-step{
    padding-left:26px;
  }

  .dot{
    position:absolute;
    left:0;
    top:4px;
  }
}
/* ================= MOBILE – FIGMA STYLE ================= */

@media (max-width: 768px){

  .ingredients-section{
    padding:70px 0;
    margin-bottom: 0 !important;
      margin-top: 0 !important;
       padding-bottom: 0 !important;
      padding-top: 0 !important;
    
  }

  .ingredients-title{
    font-size:26px;
    margin-bottom:40px;
    text-align:left;
  }

  .ingredients-layout{
    grid-template-columns:1fr;
    gap:34px;
  }

  /* Main image full width */
  .ingredient-main-image img{
    border-radius:18px;
    height: 300px;
  }

  /* Center content tighter */
  .ingredient-main-content h4{
    font-size:18px;
  }

  .ingredient-main-content p{
    font-size:14px;
  }

  .ingredient-benefits{
    padding-left:16px;
  }

  .ingredient-benefits li{
    font-size:13.5px;
    line-height:1.45;
    margin-bottom:12px;
  }

  /* Supporting ingredients block */
  .ingredient-support{
    border-left:none;
    padding-left:0;
    margin-top:10px;
  }

  .support-title{
    text-align:center;
    margin-bottom:22px;
  }

  .support-item{
    align-items:center;
  }

  .support-item img{
    width:100px;
    height:100px;
  }

  .support-item strong{
    font-size:14px;
  }

  .support-item p{
    font-size:12.8px;
  }
}

/* Extra small phones (like Figma mobile preview) */

@media (max-width:480px){

  .ingredients-title{
    font-size:24px;
  }

  .support-item{
    gap:14px;
    width:45%;
  }
  .ingredient-support{
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around;
  }
  .support-title{
      width: 100%;
  }
}
/* ================= COMPARISON TABLE ================= */

.compare-wrap{
  padding:100px 0;
}

.compare-title{
  font-size:32px;
  font-weight:600;
  text-align:center;
  margin-bottom:60px;
}

.compare-table{
  display:grid;
  grid-template-columns:2.2fr 1fr 1fr 1.4fr;
  row-gap:26px;
  align-items:center;
  text-align:center;
}

.compare-label{
  text-align:left;
  font-size:14px;
  color:#333;
}

.compare-head{
  font-size:13px;
  font-weight:600;
  color:#555;
}

.compare-highlight{
  background:#fbf6ee;
  border-radius:12px;
  padding:10px 0;
  font-weight:600;
  color:#6b0015;
}

.compare-logo{
  width:48px;
  margin:0 auto;
}

/* lines like Figma */
.compare-table > div{
  border-bottom:1px solid #eee;
  padding-bottom:18px;
}

/* remove bottom border last row */
.compare-table > div:nth-last-child(-n+4){
  border-bottom:none;
}

/* ================= MOBILE ================= */

@media(max-width:768px){

  .compare-table{
    grid-template-columns:1.6fr 1fr 1fr 1fr;
    row-gap:20px;
    font-size:13px;
  }

  .compare-title{
    font-size:26px;
  }

  .compare-logo{
    width:38px;
  }

  .compare-highlight{
    padding:8px 0;
  }
}

/* ===== Figma-style mobile tuning for comparison ===== */

@media(max-width:600px){

  .compare-wrap{
    padding:70px 0;
  }

  .compare-title{
    font-size:24px;
    line-height:1.25;
    margin-bottom:40px;
    text-align: left;
  }

  .compare-table{
    grid-template-columns:1.5fr .85fr .85fr .95fr;
    row-gap:16px;
  }

  .compare-label{
    font-size:12.5px;
    line-height:1.35;
  }

  .compare-head{
    font-size:11.5px;
  }

  .compare-highlight{
    padding:6px 0;
    border-radius:10px;
    font-size:13px;
  }

  .compare-logo{
    width:34px;
  }

  .compare-table > div{
    padding-bottom:14px;
  }
  .skin-results{
  padding:15px 0 !important;
}
}
/* ================= SKIN RESULTS ================= */

/* ================= SKIN IMPROVEMENT (FIGMA PERFECT) ================= */

.skin-results{
  padding:110px 0;
}

.skin-wrap{
  display:grid;
  grid-template-columns: 1fr 1.1fr;
  gap:70px;
  align-items:center;
}

/* TEXT */

.skin-text h2{
  font-size:32px;
  font-weight:600;
  margin-bottom:18px;
}

.skin-text p{
  font-size:15px;
  line-height:1.55;
  color:#555;
  margin-bottom:14px;
}

.skin-text strong{
  font-size:14px;
}

/* IMAGES */

.skin-images{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:0;               /* IMPORTANT — no space like Figma */
  border-radius:22px;
  overflow:hidden;
}

.skin-images img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-right: 1px solid #fff;
}

/* labels */

.skin-labels{
  display:flex;
  justify-content:space-around;
  margin-top:10px;
}

.skin-labels span{
  background:#6b0015;
  color:white;
  padding:4px 14px;
  font-size:12px;
  border-radius:20px;
}

/* ================= MOBILE FIGMA STYLE ================= */

@media(max-width:900px){

  .skin-wrap{
    grid-template-columns:1fr;
    gap:40px;
    text-align:center;
  }

  .skin-images{
    max-width:360px;
    margin:0 auto;
  }

  .skin-labels{
    justify-content:space-around;
    gap:18px;
  }

  .skin-text h2{
    font-size:26px;
    text-align: left;
  }
}
@media(max-width:900px){

  .results-grid{
    display:grid;
    grid-template-columns:1fr;
    gap:28px;
  }

  /* Make children participate in grid */
  .results-text{
    display:contents;
  }

  /* Order exactly like Figma */

  .results-text h2{
    order:1;
  }

  .results-images{
    order:2;
    justify-content:center;
  }

  .results-text p,
  .results-text strong{
    order:3;
    text-align:center;
  }

}
.faq-section{
  padding:110px 0;
  background:#fff;
}


/* Title */
.faq-wrap h2{
  font-size:34px;
  font-weight:600;
  margin-bottom:40px;
}

/* Accordion rows */
.faq-wrap details{
  border-bottom:1px solid #e6e6e6;
  padding:18px 0;
}

/* Question line */
.faq-wrap summary{
  list-style:none;
  font-size:15px;
  font-weight:500;
  cursor:pointer;

  display:flex;
  justify-content:space-between;
  align-items:center;
}

/* Remove default arrow */
.faq-wrap summary::-webkit-details-marker{
  display:none;
}

/* Custom chevron */
.faq-wrap summary::after{
  content:"⌄";
  font-size:18px;
  font-weight: bolder;
  color:#777;
  transition:.25s ease;
}

/* Rotate when open */
.faq-wrap details[open] summary::after{
  transform:rotate(180deg);
}

/* Answer */
.faq-wrap p{
  margin-top:14px;
  font-size:14px;
  color:#666;
  line-height:1.55;
}

/* ================= MOBILE FIGMA ================= */

@media(max-width:768px){

  .faq-section{
    padding:80px 0;
  }

  .faq-wrap h2{
    font-size:25px;
    margin-bottom:30px;
  }

  .faq-wrap summary{
    font-size:14px;
  }
}
.purchase-option{
  border:1px solid #ddd;
  border-radius:12px;
  padding:14px;
  margin-bottom:12px;
  cursor:pointer;
  transition:.25s ease;
}

.purchase-option label{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:15px;
  font-weight:500;
  padding-left: 2px;
    padding-right: 2px;
    width: 100%;
}

.purchase-option input{
  margin-right:10px;
}

.purchase-option strong{
  flex:1;
}

/* hidden expanded content */
.purchase-expand{
  display:none;
  margin-top:12px;
  font-size:13px;
  color:#555;
}

.purchase-expand ul{
  padding-left:18px;
  margin-bottom:10px;
  list-style: none;
}

.delivery-row{
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:12px;
}

/* ACTIVE (expanded like Figma) */
.purchase-option.active{
  border-color:#6b0015;
  background:#fff;
}

.purchase-option.active .purchase-expand{
  display:block;
}

/* Mobile polish */
@media(max-width:768px){
  .purchase-option label{
    font-size:14px;
  }

  .purchase-expand{
    font-size:12px;
  }
}
@media(max-width:768px){

  .purchase-box{
    padding: 0;
    margin: 10px;
  }

  .purchase-option{
    padding:16px;
    border-radius:14px;
  }

  /* Fix label layout */
  .purchase-option label{
    flex-wrap:wrap;
    gap:6px;
    align-items:flex-start;
  }

  .purchase-option strong{
    width:100%;
    font-size:15px;
  }

  .purchase-option span{
    font-size:14px;
    font-weight:600;
  }

  /* Expanded area spacing like figma */
  .purchase-expand{
    margin-top:14px;
  }

  .purchase-expand ul{
    padding-left:0;
    list-style:none;
  }

  .purchase-expand li{
    margin-bottom:6px;
    font-size:13px;
  }

  /* Delivery row stack clean */
  .delivery-row{
    flex-direction:column;
    align-items:flex-start;
    gap:6px;
    margin-top:10px;
  }

  .delivery-row select{
    width:100%;
    padding:8px 10px;
    border-radius:8px;
    border:1px solid #ddd;
  }
}
.blog-hero{
  position:relative;
  min-height:340px;
  display:flex;
  align-items:flex-end;
  color:#fff;
}
.blog-hero .offer-strip{
		display:none !important;
	}

/* top maroon strip */
.offer-strip{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  background:#7a1b2c;
  text-align:center;
  padding:10px;
  font-size:13px;
  font-weight:500;
}

/* text area */
.blog-hero-content{
  padding:60px 80px;
  max-width:700px;
}

.blog-hero-content h1{
  font-size:38px;
  line-height:1.15;
  font-weight:600;
}

/* MOBILE */

@media(max-width:900px){
  .blog-hero{
    min-height:240px;
  }

  .blog-hero-content{
    padding:40px 20px;
  }

  .blog-hero-content h1{
    font-size:24px;
  }
}

/* ================= CART ================= */
/*

.woocommerce-cart .woocommerce {
  max-width: 1200px;
  margin: 60px auto;
  background: #fbf6ee;
  padding: 40px;
  border-radius: 16px;
}

.woocommerce table.shop_table {
  border: none;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
}

.woocommerce table.shop_table th {
  background: #f3ebe1;
  font-weight: 600;
  padding: 18px;
  border: none;
}

.woocommerce table.shop_table td {
  padding: 20px;
  border-top: 1px solid #eee;
}

.woocommerce .product-name a {
  color: #111;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce .cart_totals {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
  margin-top: 40px;
} */

.woocommerce .checkout-button, .wc-block-checkout__actions_row .wc-block-components-button, .wc-block-cart__submit-container .wc-block-components-button {
  background: #6b0015 !important;
  color: white !important;
  border-radius: 10px;
  padding: 14px;
  font-weight: 600;
  letter-spacing: .5px;
  border: #b6b4b434 1px solid;
}

.woocommerce .checkout-button:hover, .wc-block-checkout__actions_row .wc-block-components-button:hover, .wc-block-cart__submit-container .wc-block-components-button:hover {
  opacity: 0.9;
}

/* ================= CHECKOUT ================= */

.woocommerce-checkout .woocommerce {
  max-width: 1100px;
  margin: 60px auto;
  background: #fbf6ee;
  padding: 50px;
  border-radius: 16px;
}

.woocommerce form .form-row input,
.woocommerce form .form-row select,
.woocommerce form .form-row textarea {
  border-radius: 10px;
  border: 1px solid #e0d9cf;
  padding: 12px;
  background: #fff;
}

.woocommerce form .form-row label {
  font-weight: 500;
  margin-bottom: 6px;
}

.woocommerce-checkout #order_review {
  background: #fff;
  padding: 30px;
  border-radius: 14px;
}

.woocommerce-checkout #place_order {
  background: #6b0015 !important;
  border-radius: 10px;
  padding: 14px;
  font-weight: 600;
}

/* ================= MY ACCOUNT ================= */
/* 

.woocommerce-account .woocommerce {
  max-width: 1100px;
  margin: 60px auto;
  background: #fbf6ee;
  padding: 50px;
  border-radius: 16px;
}

.woocommerce-MyAccount-navigation {
  width: 220px;
  float: left;
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  padding: 0;
}

.woocommerce-MyAccount-navigation li {
  margin-bottom: 12px;
}

.woocommerce-MyAccount-navigation a {
  display: block;
  padding: 10px 14px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
}

.woocommerce-MyAccount-navigation .is-active a {
  background: #6b0015;
  color: white;
}

.woocommerce-MyAccount-content {
  margin-left: 260px;
  background: #fff;
  padding: 30px;
  border-radius: 14px;
}

@media (max-width: 900px) {

  .woocommerce-MyAccount-navigation,
  .woocommerce-MyAccount-content {
    width: 100%;
    float: none;
    margin-left: 0;
  }

}

*/
/* SHOP PAGE */

.ff-shop {
  padding: 80px 0;
}

.shop-grid {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 40px;
}

.shop-card {
  /*text-align: center;*/
}

.shop-img img {
  /*width: 100%;*/
  /*border-radius: 14px;*/
  /*background:#f3ebe5;*/
}

.shop-info h4 {
  /*margin: 14px 0 6px;*/
  /*font-size: 16px;*/
  /*font-weight: 600;*/
}

.shop-info p {
  font-size: 14px;
  color: #666;
}

/* SHOP ALL BUTTON */
.shop-all-btn-wrap {
  margin-top: 60px;
  text-align: center;
}

.shop-all-btn {
  display: inline-block;
  padding: 14px 40px;
  border: 1.5px solid #6b0015;
  color:#6b0015;
  border-radius: 5px;
  text-decoration:none;
  font-weight:600;
}
@media(max-width:500px){
    .shop-all-btn{
        display: block;
        width: 100%;
    }
    .shop-all-wrap{
        margin-top:10px ;
    }
}

/* MOBILE = FIGMA LIST STYLE */
@media(max-width:900px){

  .shop-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .shop-card{
    /*display:flex;*/
    /*gap:14px;*/
    /*align-items:center;*/
    /*text-align:left;*/
  }

  .shop-img img{
    /*width:450px;*/
    /*height:auto;*/
  }

  .shop-info h4{
    /*font-size:15px;*/
  }

  .shop-info p{
    /*font-size:13px;*/
  }
}

.elementor-safe-mode-toast {
    display: none !important;
}

#elementor-safe-mode-panel {
    display: none !important;
}
.reel-grid2{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:18px;
}

/* Each reel */
.reel-card2{
  border-radius:18px;
  overflow:hidden;
  position:relative;
}

/* ===== MOBILE CAROUSEL ===== */
@media (max-width: 768px){
    .products{
        padding: 10px 0px;
    }
    .reels{
        padding: 20px 0px;
        padding-bottom: 0rem !important;
        margin-bottom: 0rem !important;
    }
    .clinical{
        padding: 20px 0px;
    }
    .modern {
        padding: 20px 0;
    }
    .learn {
    padding: 20px 0;
}

  .reel-grid2{
    display:flex;
    overflow-x:auto;
    gap:14px;
    padding-bottom:10px;

    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .reel-card2{
    flex:0 0 78%;
    scroll-snap-align: start;
  }

  /* hide scrollbar */
  .reel-grid2::-webkit-scrollbar{
    display:none;
  }
}
.reel-sound-toggle{
  position:absolute;
  top:12px;
  right:12px;
  z-index:5;

  background:rgba(0,0,0,.55);
  color:#fff;
  border:none;
  border-radius:50%;
  width:36px;
  height:36px;

  font-size:16px;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;

  backdrop-filter: blur(4px);
}

.reel-sound-toggle:hover{
  background:rgba(0,0,0,.75);
}
.supporting-label{ font-size:11px; letter-spacing:1.5px; color:#777; display:block; margin-bottom:22px; }
.supporting-actives{ margin-top:10px; }
.actives-row{
  display:flex;
  flex-wrap:wrap;
  gap:0px;
}

.active-card{
  display:flex;
  align-items:flex-start;
  gap:14px;
  width:220px;
  text-align:left;
}

.active-media img{
  width:58px;
  height:58px;
  border-radius:14px;
  object-fit:cover;
  flex-shrink:0;
}

.active-content strong{
  font-size:13px;
  display:block;
  margin-bottom:4px;
}

.active-content p{
  font-size:12px;
  color:#666;
  line-height:1.4;
}
@media(max-width:768px){

  .actives-row{
    overflow-x:auto;
    flex-wrap:nowrap;
    gap:22px;
    padding-bottom:10px;
  }

  .active-card{
    flex:0 0 220px;
  }

}
@media(max-width:768px){

  .thumb-grid{
    display:flex;
    gap:12px;
    overflow-x:auto;
    scroll-snap-type:x mandatory;
    -webkit-overflow-scrolling:touch;
    padding-bottom:6px;
  }

  .thumb-grid img{
    flex:0 0 140px;     /* equal width */
    height:140px;       /* equal height */
    border-radius:16px;
    object-fit:cover;
    scroll-snap-align:start;
  }

  /* remove grid placement from desktop */
  .thumb-grid img:nth-child(n){
    grid-column:auto;
    grid-row:auto;
  }

  /* hide scrollbar but keep scroll */
  .thumb-grid::-webkit-scrollbar{
    display:none;
  }

}
@media 
only screen 
and (device-width: 820px) 
and (device-height: 1180px) 
and (orientation: portrait) {

  .hero-slider{
    height:40vh;
  }
  .mobile-none {
    display: none; /* Hide the mobile element */
  }

}
@media 
only screen 
and (device-width: 1180px) 
and (device-height: 820px) 
and (orientation: landscape) {

  .hero-slider{
    height:60vh;
  }
  .mobile-none {
    display: none; /* Hide the mobile element */
  }

}
@media 
only screen 
and (device-width: 834px) 
and (device-height: 1194px) 
and (orientation: portrait) {

  .hero-slider{
    height:40vh;
  }
  .mobile-none {
    display: none; /* Hide the mobile element */
  }

}
@media 
only screen 
and (device-width: 1024px) 
and (device-height: 1366px) 
and (orientation: portrait) {

  .hero-slider{
    height:40vh;
  }

}
@media 
only screen 
and (device-width: 1194px) 
and (device-height: 834px) 
and (orientation: landscape) {

  .hero-slider{
    height:60vh;
  }

}
@media 
only screen 
and (device-width: 1366px) 
and (device-height: 1024px) 
and (orientation: landscape) {

  .hero-slider{
    height:60vh;
  }

}

@media screen and (min-width: 776px) and (max-width: 989px) {
  .new-way-text {
    padding-left: 30px;
    margin-left: 30px;
  }
}
@media screen and (min-width: 680px) and (max-width: 776px) {
  .new-way-text {
    padding-left: 0px;
    /*margin-left: 60px;*/
    padding-right: 0px;
  }
}
@media screen and (min-width: 800px) and (max-width: 972px) {
.hero-overlay{
        top: 400px;
        max-width: 530px;
    }

}
@media screen and (min-width: 600px) and (max-width: 972px) {
    .hero-slider{
        height: 50vh !important;
    }
    .hero-overlay h1{
        font-size: 42px;
    }
    h1{
    font-size: 1.6rem;
}
h2{
    font-size: 1.4rem;
}
.container{
    max-width: 860px !important;
}
.footer-grid {
  gap: 20px;
}
.ingredient-main-content p{
  font-size:16px;
  line-height:1.4;
  margin-bottom:15px;
}
.ingredient-benefits li{
  font-size:16px;
  margin-bottom:0.5px;
}
.ingredient-main-content-2 p{
  font-size:16px;
  line-height:1.4;
  margin-bottom:15px;
}
.ingredient-benefits-2 li{
  font-size:16px;
  margin-bottom:0.5px;
}

}
@media screen and (min-width: 600px) and (max-width: 772px) {
.hero-overlay{
    margin-inline: 20px;
max-width: 447px;
}
}
@media screen and (max-width: 569px) {
  .mobile-none {
    display: none; /* Hide the mobile element */
  }
}
table.variations {
    display: none !important;
}
.woocommerce-variation-price{
    display: none;
}
/* REVIEW SECTION */

/* REVIEW FORM WRAPPER */

.comment-form{
max-width:700px;
margin-top:40px;
font-family:inherit;
}

/* NOTES TEXT */

.comment-notes{
font-size:14px;
color:#666;
margin-bottom:20px;
}

/* LABELS */

.comment-form label{
display:block;
font-weight:600;
margin-bottom:6px;
font-size:14px;
color:#111;
}

/* REQUIRED STAR */

.required{
color:#8B0015;
font-weight:bold;
}

/* TEXT INPUTS */

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea{
width:100%;
padding:12px 14px;
border:1px solid #ddd;
border-radius:6px;
font-size:14px;
background:#fff;
transition:all .2s ease;
}

/* TEXTAREA */

.comment-form textarea{
min-height:140px;
resize:vertical;
}

/* INPUT FOCUS */

.comment-form input:focus,
.comment-form textarea:focus{
outline:none;
border-color:#8B0015;
box-shadow:0 0 0 2px rgba(139,0,21,0.08);
}

/* STAR RATING */

.comment-form-rating{
margin-bottom:20px;
}

.comment-form-rating .stars{
margin-top:6px;
}

.comment-form-rating .stars a{
font-size:22px;
color:#d4d4d4;
text-decoration:none;
margin-right:5px;
transition:color .2s ease;
}

.comment-form-rating .stars a:hover,
.comment-form-rating .stars a.active{
color:#ffb400;
}

/* NAME + EMAIL LAYOUT */

.comment-form-author,
.comment-form-email{
width:48%;
display:inline-block;
vertical-align:top;
}

.comment-form-author{
margin-right:4%;
}

/* CHECKBOX */

.comment-form-cookies-consent{
margin-top:20px;
font-size:13px;
color:#555;
display:flex;
align-items:flex-start;
gap:8px;
}

.comment-form-cookies-consent input{
margin-top:4px;
}

/* SUBMIT BUTTON */

.form-submit{
margin-top:25px;
}

#review_form #respond .form-submit input,
.comment-form button.submit{
background:#8B0015;
color:#fff;
border:none;
padding:14px 28px;
border-radius:6px;
font-size:15px;
font-weight:600;
cursor:pointer;
transition:all .25s ease;
}

/* BUTTON HOVER */

#review_form #respond .form-submit input,
.comment-form .form-submit button.submit:hover{
background:#5e0010;
transform:translateY(-1px);
}

/* BUTTON ACTIVE */

.comment-form input.submit:active{
transform:translateY(0);
}

/* HONEYPOT SPAM FIELDS */

.altEmail_container,
.wpa_hidden_field{
display:none !important;
}

/* Summary box */
.shortcode-site-reviews-summary {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    font-family: 'Arial', sans-serif;
    margin-bottom: 20px;
}

/* Main rating number */
.glsr-summary-rating .glsr-tag-value {
    font-size: 48px;
    font-weight: bold;
    color: #222;
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle;
}

/* Stars styling */
.glsr-summary-stars {
    display: inline-block;
    vertical-align: middle;
}
.glsr-star-rating .glsr-star {
    font-size: 24px;
    color: #f7b500;
    margin-right: 2px;
}
.glsr-star-rating .glsr-star-half::before {
    position: absolute;
    overflow: hidden;
    width: 50%;
    color: #f7b500;
}

/* Summary text */
.glsr-summary-text .glsr-tag-value {
    display: block;
    margin-top: 5px;
    color: #555;
    font-size: 14px;
}

/* Rating bars container */
.glsr-summary-percentages {
    margin-top: 15px;
}

/* Individual bars */
.glsr-summary-bar {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.glsr-summary-bar-label {
    width: 100px;
    font-size: 13px;
    color: #333;
}

/* Background track */
.glsr-summary-bar-background {
    position: relative;
    flex: 1;
    height: 14px;
    background: #eee;
    border-radius: 7px;
    overflow: hidden;
    margin-right: 10px;
}

/* Fill bar using CSS variable */
.glsr-summary-bar-background::after {
    content: '';
    display: block;
    height: 100%;
    width: var(--glsr-bar-percent);
    background: linear-gradient(90deg, #f7b500, #ff9900);
    border-radius: 7px;
    transition: width 0.3s ease;
}

/* Percent text */
.glsr-summary-bar-percent {
    font-size: 12px;
    color: #555;
    min-width: 35px;
    text-align: right;
}

/* Hover effect for bars */
.glsr-summary-bar:hover .glsr-summary-bar-background::after {
    opacity: 0.85;
}

/* Individual reviews styling */
.glsr-review {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s;
}
.glsr-review:hover {
    transform: translateY(-2px);
}
.glsr-review-content {
    font-size: 14px;
    color: #333;
    margin-top: 8px;
}

/* Make summary and reviews side by side on desktop using Bootstrap classes */
@media (min-width: 992px) {
    .shortcode-site-reviews-summary {
        margin-bottom: 0; /* remove bottom margin in row */
    }
}

.size-card {
  border: 1px solid #ddd;
  border-radius: 14px;
  padding: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all 0.25s ease;
  background: #fff;
}

.size-card:hover {
  border-color: #8B0015;
}

.size-card input {
  display: none;
}

.size-card .card-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.size-title {
  font-size: 16px;
}

.price {
  font-weight: bold;
  font-size: 16px;
  margin-left: 8px;
}

.size-card.highlight {
  border: 2px solid #8B0015;
  background: #fdf9f3;
}

.size-card.highlight .badge {
  background: #8B0015;
  color: #fff;
  font-size: 12px;
  padding: 3px 8px;
  border-radius: 6px;
  margin-left: 8px;
}

.size-card input:checked + .card-content {
  border-color: #8B0015;
}

.size-card:has(input:checked) {
  border: 2px solid #8B0015;
  background: #fdf9f3;
}
/* Pagination container */
.glsr-pagination {
    margin: 20px 0;
    text-align: center;
}

/* Nav links wrapper */
.glsr-pagination .nav-links {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

/* Page numbers buttons */
.glsr-pagination .page-numbers {
    display: inline-block;
    padding: 8px 14px;
    border-radius: 6px;
    background: #f5f5f5;
    color: #333;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
    min-width: 36px;
}

/* Hover effect */
.glsr-pagination .page-numbers:hover {
    background: #8B0015;
    color: #fff;
    transform: scale(1.05);
}

/* Current page */
.glsr-pagination .page-numbers.current {
    background: #8B0015;
    color: #fff;
    font-weight: bold;
    cursor: default;
    transform: scale(1.05);
}

/* Dots styling */
.glsr-pagination .page-numbers.dots {
    background: transparent;
    color: #999;
    cursor: default;
    transform: none;
}

/* Next/Prev links */
.glsr-pagination .page-numbers.next,
.glsr-pagination .page-numbers.prev {
    font-weight: bold;
    text-transform: uppercase;
}

/* Responsive tweaks */
@media (max-width: 576px) {
    .glsr-pagination .nav-links {
        gap: 4px;
    }
    .glsr-pagination .page-numbers {
        padding: 6px 10px;
        font-size: 13px;
        min-width: 30px;
    }
}
.cart-contents {
    position: relative;
    display: inline-block;
}

.cart-count {
    position: absolute;
    top: -5px;
    right: -10px;
    background: #6b0015; /* Red badge */
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    border-radius: 50%;
    padding: 2px 6px;
    line-height: 1;
    min-width: 12px;
    text-align: center;
}
.LinkButton {
    border-radius: 14px !important;
}
.purchase-option.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
@media (min-width: 769px) {
    .purchase-box {
        padding: 0 !important;
    }
    .product-accordion {
    padding: 12px 0px;
}
}
.wpcf7-form p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.wpcf7-spinner {
    display: block !important;
    width: 100% !important;
    margin-top: 8px;
}
/* Third slide - remove pink/maroon overlay */
.hero-slide2:nth-child(3) .hs2-bg::after {
    background: linear-gradient(
        to right,
        rgba(0, 0, 0, 0.02) 0%,
        rgba(10, 30, 10, 0.10) 30%,
        rgba(10, 40, 10, 0.65) 50%,
        rgba(5, 35, 5, 0.88) 62%,
        rgba(5, 30, 5, 0.95) 100%
    );
}

/* Third slide - green button */
.hero-slide2:nth-child(3) .hs2-btn {
    background: #c8e6c0 !important;
    color: #1a3a1a !important;
}

.hero-slide2:nth-child(3) .hs2-btn:hover {
    background: #d8f0d0 !important;
    color: #1a3a1a !important;
}

.hero-slide2:nth-child(3) .hs2-btn-arrow {
    background: #1a3a1a !important;
}

.hero-slide2:nth-child(3) .hs2-btn-arrow svg {
    stroke: #c8e6c0 !important;
}

/* Third slide - green label color */
.hero-slide2:nth-child(3) .hs2-label {
    color: #a8d090;
}

/* Third slide - green rule */
.hero-slide2:nth-child(3) .hs2-rule {
    background: #a8d090;
}
@media (max-width: 618px) {
    .hero-slide2:nth-child(3) .hs2-bg::after {
        background: transparent !important;
    }
}