/*
Theme Name: FF
Author: Mohammed Zahid Wadiwale
Description: Elementor + WooCommerce custom ecommerce theme
Version: 1.0
*/
body {
  font-family: 'Inter', sans-serif;
  color: #111;
}

/* HEADER */
.site-header {
  padding: 20px 0;
}

.site-header a {
  margin-right: 20px;
  text-decoration: none;
  color: #111;
  font-weight: 500;
}

.logo {
  font-weight: 700;
  letter-spacing: 4px;
}
.site-header{
  padding:14px 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;
}

/* COMPARE */
.compare-section {
  padding: 50px 0;
}
.compare-section.second {
  padding-top: 0;
}

.label {
  font-size: 12px;
  letter-spacing: 2px;
  opacity: 0.6;
}
.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:160px;
   /* DESKTOP like Figma */
  text-align:left;
  margin-left:0;
}
.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{
    margin:0 auto;
    text-align:center;
    padding-top:120px;
  }
}
.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;
}

/* PRODUCTS */
.products {
  padding: 100px 0;
}

.product-card {
  text-align: center;
}

.product-card img {
  width: 100%;
  max-width: 280px;
}

/* CLINICAL */
.clinical {
  padding: 100px 0;
  background: #f6f6f6;
}

.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: 90px 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: 190px;
  padding: 22px;

  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.product-bg img {
  max-height: 150px;
}

/* 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;
}

/* 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;
}

.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;        /* Vertically center them */
}
/* Mobile */
@media (max-width: 900px) {
  .product-grid {
    grid-template-columns: 1fr;
    gap: 45px;
  }
}
.reels {
  padding: 90px 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);
  }
}

@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: 110px 0;
}

.clinical-title {
  font-size: 34px;
  font-weight: 600;
  margin-bottom: 55px;
}

.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: 85px;
  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: #555;
  margin: 0;
}

/* 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: 110px 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;
  }
}

.learn {
  padding: 110px 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: 14px;
  line-height: 1.5;
  color: #666;
  margin-bottom: 10px;
}

.learn-card a {
  font-size: 13px;
  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: 90px 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 {
  display: flex;
  gap: 12px;
}

.footer-form input {
  flex: 1;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #e0d9cf;
  background: transparent;
}

.footer-form button {
  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;
  }
}

/* Extra small — matches mobile Figma layout */
@media (max-width: 500px) {

  .footer-grid {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .footer-col {
    margin-top: 20px;
  }

  .footer-socials {
    margin-top: 10px;
  }

  .footer-links a {
    display: inline-block;
    margin: 6px 10px;
  }
}
.nav-wrap{
  display:flex;
  align-items:center;
  justify-content:space-between;
  position:relative;
}

/* 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: 60px;
}
@media (max-width: 768px) {
  .logo img{
  height: 40px;
}
}
/* 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%);
  }
}
/* ===== 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:100svh;   /* modern fix */
  min-height:520px;
}
@media (max-width: 390px) {
  .hero-slider{
    height:120svh;   /* modern fix */
    min-height:520px;
  } 
}
@media (max-width: 340px) {
  .hero-slider{
    height:140svh;   /* 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;
  }
}
.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{
  list-style:none;
  padding:0;
  margin:18px 0;
}

.benefit-list li{
  margin-bottom:6px;
}

.purchase-box{
  border:1px solid #e5ddd3;
  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;
}

.add-cart-btn{
  width:100%;
  background:#6b0015;
  color:white;
  border:none;
  padding:14px;
  border-radius:10px;
  margin-top:10px;
}

.product-accordion details{
  border-bottom:1px solid #eee;
  padding:12px 0;
}

.ingredients-section{
  padding:110px 0;
}

.ingredients-title{
  font-size:32px;
  font-weight:600;
  margin-bottom:60px;
}

.ingredients-layout{
  display:grid;
  grid-template-columns: 320px 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:600;
  margin-bottom:12px;
}

.ingredient-main-content p{
  font-size:14px;
  line-height:1.6;
  color:#555;
  margin-bottom:22px;
}

.ingredient-benefits{
  padding-left:18px;
}

.ingredient-benefits li{
  font-size:14px;
  margin-bottom:14px;
}

/* Right column */
.ingredient-support{
  padding-left:40px;
  border-left:1px solid #e5ddd3;
}

.support-title{
  font-size:11px;
  letter-spacing:1.5px;
  margin-bottom:24px;
  color:#777;
}

.support-item{
  display:flex;
  gap:18px;
  margin-bottom:28px;
}

.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;
  }
}
.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){

  .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;
  }

  .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;
  }

  /* 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:54px;
    height:54px;
  }

  .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;
  }
}
/* ================= 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 ================= */

/* ================= 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;
}

/* labels */

.skin-labels{
  display:flex;
  justify-content:space-between;
  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:center;
    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:26px;
    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;
}

.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;
}

.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:#fffaf6;
}

.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;
  }

  .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;
}

/* 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: 30px;
  text-decoration:none;
  font-weight:600;
}

/* 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;
  }
}
