/** Shopify CDN: Minification failed

Line 1224:4 Expected ":"

**/
/* #rbr-container-element-volume{
  display:none !important;
} */
._flexContainer_oclh5_39{
  gap:0px !important;
}

@media (max-width: 768px) {
  .product-details-wrapper{
   margin-top:0px !important;  
  }
  ._container_fa72b_29{
    justify-content:center;
    flex-direction: row !important;
  }  
  .main-wrapper {
    padding: 0 16px 30px !important;
  }
  .variety-title{
    font-size: 12px !important;
  }
  .benefit-text {
    font-size: 10px !important;
    width: max-content !important;
  }
  .detail-badges {
    gap: 5px !important;
  }
  .faq-right h2{
    text-align:center;
  }
}
/* Subi Widget */
.subify-product-price-wrapper .subify-current-price{
 font-size:24px !important;
 font-weight: 800 !important;
}
.subify-product-price-wrapper{
  margin-bottom:0px !important;
}
.subify-widget-box{
  color:black;
  border-color: black;
  border-radius:10px;
}
#subify-widget-title{
  color:black;
  font-size:15px;
  margin-top:0px;
}
.subify-choice-price,.subify-current-price{
  color:black !important;
}
.checkbox-label:before, .checkbox-label:before {
 border: 2px solid #5170ff;
}
.subify-widget-whole-wrapper.skin-2{
  padding:0px !important;
}
.subify-choice-box-wrapper:not(:last-child) {
 border-bottom: 1px solid black !important;
}
.subify-selling-plan-label,.subify-discount-description,.subify-selling-plan-price{
  color:black !important;
}
/* Subi Widget */

/* Swiper Slider */
.swiper-slide > img{
 object-fit: inherit !important;
}
.thumbSwiper .swiper-slide{
  height: 120px !important;
}
/* Swiper Slider */

/* Section BG */
.routine-section {
  background: #5170ff; /* Bright blue */
  padding: 60px 20px;
  text-align: center;
  font-family: 'Arial', sans-serif;
}

/* Title */
.routine-title2 {
  color: white;
  font-size: 42px;
  margin-bottom: 50px;
  font-weight: 700;
}

/* Steps wrapper */
.steps-container {
  display: flex;
  justify-content: center;
  gap: 50px;
  flex-wrap: wrap;
}

/* Step card */
.step-box {
  background: #fff;
  padding: 30px 16px;
  border-radius: 22px;
  /* width: 260px; */
  text-align: center;
  box-shadow: 0px 5px 25px rgba(0,0,0,0.1);
      display: flex;
    align-items: center;
        gap: 10px;
}

.step-number2 {
  font-size: 100px;
  font-weight: 700;
  color: #EB4034; /* red */
  margin-bottom: 10px;
  line-height: 0px;
}

.step-heading {
  font-size: 30px;
  color: #5170ff;
  text-align: start;
  font-weight:600;
      line-height: 38px;
}

.step-desc {
  font-size: 14px;
  color: #5170ff;
  line-height: 1.3;
  text-align: start;
}

/* Button */
.routine-btn {
  margin-top: 40px;
  padding: 15px 40px;
  font-size: 18px;
  font-weight: 700;
  border: none;
  border-radius: 40px;
  background: white;
  color: #000;
  cursor: pointer;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.2);
  transition: 0.2s;
}

.routine-btn:hover {
  transform: translateY(-3px);
}
@media only screen and (max-width: 600px) {
 .routine-title2 {
  font-size: 20px;
 }     
}



/* Compiled from styles.scss */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Arial", sans-serif;
  background: #5170ff !important;
}

.main-wrapper {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 20px 30px;
}

.container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

/* Top Banner */
.top-banner {
  background: linear-gradient(90deg, #ff5757, #5170ff);
  color: white;
  padding: 8px 0;
  overflow: hidden;
  position: relative;
}

.banner-content {
  display: flex;
  animation: scroll 30s linear infinite;
  white-space: nowrap;
  width: max-content;
}

.banner-content span {
  margin-right: 100px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  flex-shrink: 0;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

/* Header */
.new-header {
  background: transparent;
  position: fixed;
  top: 35px;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
}

.new-header.scrolled {
  background: #5170ff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  top: 0;
}

.new-header:hover {
  background: #5170ff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.nav-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  position: relative;
  height: 62px;
}

.logo img {
  height: 62px;
  width: auto;
  transition: opacity 0.3s ease;
}

.logo-white {
  opacity: 1;
}

.logo-colored {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.nav-menu ul {
  display: flex;
  list-style: none;
  gap: 40px;
}

.nav-link {
  display: flex;
  color: white;
  text-decoration: none;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
  position: relative;
}

.new-header.scrolled .nav-link,
.new-header:hover .nav-link,
.new-header.scrolled .cart-icon,
.new-header:hover .cart-icon,
.new-header.scrolled .user-icon,
.new-header:hover .user-icon {
  color: white;
}

.nav-link:hover {
  color: #ff5757 !important;
}

.dropdown-arrow {
  margin-left: 5px;
  font-size: 10px;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 20px;
}

.nav-actions svg,
.nav-actions svg path {
  fill: white !important;
}

.shop-now-btn {
  background: #ff5757;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 25px;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
}

.shop-now-btn:hover {
  background: #5170ff;
  transform: translateY(-2px);
}

.cart-icon,
.user-icon {
  color: white;
  font-size: 20px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.cart-icon:hover,
.user-icon:hover {
  color: #ff5757 !important;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 4px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background: white;
  transition: 0.3s;
}

/* Mega Menu */
.dropdown {
  position: relative;
}

.mega-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-33.5%);
  width: 100vw;
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 1000;
  margin-top: 35px;
}

@media (max-width: 992px) {
  .mega-menu {
    width: 100vw;
    left: 50vw;
    transform: translateX(-50%);
  }
}

.dropdown:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  /* margin-top: 0; */
}

.mega-menu-content {
  display: grid;
  grid-template-columns: 1fr 2fr;
  padding: 40px;
  gap: 40px;
  align-items: stretch;
}

.mega-menu-left {
  color: black;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mega-menu-left h2 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.benefits {
  margin-bottom: 20px;
}

.benefit {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 4px;
  font-size: 15px;
}

.benefit .checkmark {
  color: #5170ff;
  font-size: 16px;
  font-weight: bold;
}

.mega-menu-btn {
  background: linear-gradient(135deg, #ff5757, #5170ff);
  color: white;
  border: none;
  padding: 15px 30px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 25px;
  letter-spacing: 0.5px;
}

.mega-menu-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(255, 87, 87, 0.3);
}

.shipping-info {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  opacity: 0.9;
}

.shipping-icon {
  font-size: 16px;
}

.mega-menu-products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.product-column {
  text-align: center;
}

.product-column h3 {
  font-size: 14px;
  font-weight: 900;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-item {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 6px;
}

.mega-menu-products .product-image {
  background: none;
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
  padding: 0;
}

.product-image {
  mix-blend-mode: multiply;
  background: #f8f9fa;
  width: 100%;
  height: 250px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-image img {
  mix-blend-mode: multiply;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-btn {
  background: #000;
  color: white;
  border: none;
  width: 100%;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.product-btn:hover {
  background: #ff5757;
  transform: translateY(-1px);
}

/* Mobile Sidebar */
.mobile-sidebar {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: #000;
  z-index: 9999;
  transition: right 0.3s ease;
  overflow-y: auto;
}

.mobile-logo img {
  height: 40px;
  width: auto;
}

.mobile-sidebar.active {
  right: 0;
}

.mobile-sidebar-content {
  padding: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.mobile-sidebar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 30px;
  border-bottom: 1px solid #333;
  margin-bottom: 30px;
}

.mobile-logo h1 {
  color: white;
  font-size: 24px;
  font-weight: 900;
  line-height: 1;
}

.mobile-close {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #333;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mobile-close:hover {
  background: #ff5757;
}

.mobile-close span {
  color: white;
  font-size: 24px;
  font-weight: 300;
}

.mobile-nav {
  flex: 1;
}

.mobile-nav-item {
  margin-bottom: 20px;
}

.mobile-nav-link {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 1px solid #333;
  transition: color 0.3s ease;
}

.mobile-nav-link:hover {
  color: #ff5757;
}

.mobile-submenu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: #111;
  margin-top: 15px;
  border-radius: 10px;
}

.mobile-nav-item.active .mobile-submenu {
  max-height: 800px;
  padding: 20px;
}

.mobile-product-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.mobile-product-column {
  text-align: center;
}

.mobile-product-item {
  background: #f8f9fa;
  border-radius: 15px;
  padding: 15px;
  margin-bottom: 15px;
}

.mobile-product-item h3 {
  font-size: 13px;
  font-weight: 900;
  color: #333;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mobile-product-image {
  width: 100%;
  height: 120px;
  object-fit: contain;
  margin-bottom: 10px;
  background: #f8f9fa;
}

.mobile-product-btn {
  background: #000;
  color: white;
  border: none;
  width: 100%;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 11px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
}

.mobile-product-btn:hover {
  background: #ff5757;
  transform: translateY(-1px);
}

.mobile-sidebar-footer {
  padding-top: 30px;
  border-top: 1px solid #333;
}

.mobile-shop-btn {
  width: 100%;
  background: linear-gradient(135deg, #ff5757, #5170ff);
  color: white;
  border: none;
  padding: 15px;
  border-radius: 25px;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 20px;
  transition: transform 0.3s ease;
}

.mobile-shop-btn:hover {
  transform: translateY(-2px);
}

.mobile-icons {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.mobile-cart,
.mobile-user {
  color: white;
  font-size: 24px;
  cursor: pointer;
  transition: color 0.3s ease;
}

.mobile-cart:hover,
.mobile-user:hover {
  color: #ff5757;
}

.mobile-sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.mobile-sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

body.sidebar-open {
  overflow: hidden;
}

/* Hero Section */
.hero {
  margin-top: 90px;
  display: flex;
  align-items: start;
  gap: 40px;
  margin-bottom: 25px;
  position:relative;
  width:100%;
}

.hero-content {
  text-align: left;
  color: white;
  flex: 1;
}

.hero-image {
  flex: 1;
  height: 318px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 50px;
}

.hero-illustration {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    gap: 30px;
    position:relative;
  }

  .hero-image {
    height: 250px;
    width: 100%;
  }
  .hero-image{
    margin-bottom:0px;
  }
  .whats_inside{
   gap: 15px !important; 
  }
  .whats_inside > h2{
   font-size: 16px;
  }
}

.hero-rating {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 8px;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}

.hero-stars {
  color: #ffd700;
  font-size: 14px;
  letter-spacing: 2px;
}

.hero-rating-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
}

.hero-headline {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 20px;
  color: white;
}

.hero-features {
  list-style: none;
  margin-bottom: 25px;
  font-size: 15px;
  color: rgba(255, 255, 255, 0.95);
  line-height: 1.6;
}

.hero-features li {
  margin-bottom: 8px;
  padding-left: 20px;
  position: relative;
}

.hero-features li:before {
  content: "✓";
  position: absolute;
  left: 0;
  color: #ffd700;
  font-weight: bold;
}

.hero-cta {
  background: white;
  color: #5170ff;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.2s;
}

.hero-cta:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}

.hero-badges {
  display: flex;
  gap: 30px;
  justify-content: start;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.hero-badge {
  background: rgba(255, 255, 255, 0.25);
  border: 2px solid rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.hero-badge:hover {
  background: rgba(255, 255, 255, 0.35);
  transform: scale(1.1);
}

.hero-badge-icon {
  font-size: 24px;
}

.hero-badge-text{
  font-size:10px;
  transition: opacity 0.2s ease;
  bottom: -22px;
  width: 114px;
  position:absolute;
  text-align: center;
}

.hero-hidden {
  visibility: hidden;
  opacity: 0;
}

.hero-visible {
  visibility: visible;
  opacity: 1;
}

.products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.product-card {
  background: white;
  border-radius: 20px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
}

.product-card:hover {
  transform: translateY(-5px);
}

.product-image {
  width: 100%;
  height: 150px;
  object-fit: contain;
  margin-bottom: 15px;
}

.product-label {
  font-size: 16px;
  font-weight: 900;
  color: #ff6b6b;
  letter-spacing: 2px;
  font-style: italic;
}

.timeline-section {
  margin-top: 50px;
  margin-bottom: 50px;
}

.timeline-title {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.timeline {
  position: relative;
  padding: 20px 0;
}

.timeline:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: linear-gradient(180deg, #ff6b6b 0%, #ff5252 100%);
  transform: translateX(-50%);
}

.timeline-item {
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
  width: 100%;
}

.timeline-item-1 .timeline-time,
.timeline-item-3 .timeline-time {
  position: absolute;
  left: 37%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.timeline-item-1 .timeline-card,
.timeline-item-3 .timeline-card {
  position: absolute;
  right: 27%;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-item-2 .timeline-time {
  position: absolute;
  right: 37%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.timeline-item-2 .timeline-card {
  position: absolute;
  left: 27%;
  top: 50%;
  transform: translateY(-50%);
}

.timeline-time {
  font-weight: 900;
  color: white;
  letter-spacing: 1px;
  white-space: nowrap;
}

.timeline-dot {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: white;
  font-weight: bold;
  flex-shrink: 0;
  box-shadow: 0 4px 15px rgba(255, 107, 107, 0.4);
  position: relative;
  z-index: 2;
}

.timeline-card {
  background: white;
  border-radius: 20px;
  padding: 15px 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
  width: 180px;
}

.timeline-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.card-text {
  color: #5170ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0.5px;
  line-height: 1.3;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .timeline-item-2 .timeline-card {
    left: 18%;
  }
  .timeline-item-1 .timeline-card,
  .timeline-item-3 .timeline-card {
    right: 18%;
  }
  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    left: 32%;
  }
  .timeline-item-2 .timeline-time {
    right: 34%;
  }
}
@media (min-width: 992px) and (max-width: 1024px) {
  .timeline-item-2 .timeline-card {
    left: 24%;
  }
  .timeline-item-1 .timeline-card,
  .timeline-item-3 .timeline-card {
    right: 24%;
  }
  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    left: 34%;
  }
  .timeline-item-2 .timeline-time {
    right: 36%;
  }
}

@media (min-width: 550px) and (max-width: 767px) {
  .timeline-card {
    padding: 10px;
    font-size: 12px;
    width: 160px;
  }
  .timeline-item-2 .timeline-card {
    left: 8%;
  }
  .timeline-item-1 .timeline-card,
  .timeline-item-3 .timeline-card {
    right: 8%;
  }
  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    left: 26%;
  }
  .timeline-item-2 .timeline-time {
    right: 28%;
  }
}

@media (max-width: 767px) {
  .timeline-section {
    margin-top: 30px;
    padding: 0 20px;
  }

  .timeline-title {
    font-size: 22px;
  }
}

@media (max-width: 550px) {
  .timeline-title {
    font-size: 20px;
  }

  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    font-size: 10px;
  }

  .timeline-item-2 .timeline-time {
    font-size: 10px;
  }

  .timeline-item {
    margin-bottom: 50px;
  }
  .timeline-dot {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .timeline-card {
    padding: 10px;
    font-size: 12px;
    width: 160px;
    border-radius: 14px;
    font-size: 10px;
  }
  .timeline-item-2 .timeline-card {
    left: 0%;
  }
  .timeline-item-1 .timeline-card,
  .timeline-item-3 .timeline-card {
    right: 0%;
  }
  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    left: 12%;
  }
  .timeline-item-2 .timeline-time {
    right: 14%;
  }
}
@media (max-width: 425px) {
  .timeline-card {
    width: 80px;
  }
}

.benefits-section {
  margin-top: 50px;
  margin-bottom: 40px;
}

.benefits-title {
  text-align: center;
  color: white;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 30px;
}

.benefits-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.benefits-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  font-weight: 900;
  color: white;
  min-width: 80px;
}

.logo-text {
  background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.benefits-equals {
  font-size: 36px;
  font-weight: 900;
  color: white;
  opacity: 0.8;
}

.benefits-image {
  position: relative;
  width: 200px;
  height: 200px;
}

.benefits-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.benefit-tag {
  position: absolute;
  background: linear-gradient(135deg, #ff6b6b 0%, #ff5252 100%);
  border-radius: 20px;
  padding: 6px 12px;
  font-size: 11px;
  font-weight: bold;
  color: white;
  white-space: nowrap;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}

.benefit-tag:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.3);
}

.tag-label {
  display: block;
}

.tag-1 {
  top: 10px;
  right: -40px;
}

.tag-2 {
  top: 40px;
  right: -60px;
}

.tag-3 {
  top: 85px;
  left: -50px;
}

.tag-4 {
  bottom: 40px;
  right: -60px;
}

.tag-5 {
  bottom: 10px;
  left: -40px;
}

.routine-section {
  margin-top: 50px;
  margin-bottom: 40px;
}

.routine-title {
  text-align: center;
  color: white;
  font-size: 20px;
  font-weight: 900;
  letter-spacing: 1.5px;
  margin-bottom: 40px;
  line-height: 1.3;
}

.routine-steps {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 30px;
}

.routine-card {
  background: white;
  border-radius: 20px;
  padding: 25px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  transition: all 0.2s;
}

.routine-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.step-number {
  font-size: 60px;
  font-weight: 900;
  color: #ff6b6b;
  flex-shrink: 0;
  line-height: 1;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2),
    3px 3px 8px rgba(255, 107, 107, 0.3), -1px -1px 2px rgba(255, 255, 255, 0.5);
  filter: drop-shadow(2px 2px 3px rgba(0, 0, 0, 0.15));
}

.step-content {
  flex: 1;
}

.step-title {
  color: #5170ff;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.step-description {
  color: #5170ff;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.5px;
  line-height: 1.4;
}

.routine-cta {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: white;
  color: #000;
  border: none;
  padding: 16px 30px;
  border-radius: 50px;
  font-weight: 900;
  font-size: 14px;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.routine-cta:hover {
  transform: scale(1.05);
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.2);
}

.footer-text {
  margin-top: 70px;
  text-align: center;
  color: white;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 1px;
}

@media (max-width: 480px) {
  .headline {
    font-size: 24px;
  }

  .illustration {
    height: 150px;
  }

  .cloud-shape {
    width: 140px;
    height: 110px;
  }

  .cloud-face {
    font-size: 45px;
  }
}

/* SPort Our Health */
.support_our_health {
  padding: 50px 0 0 0;
}

.support_our_health img {
  width: 100%;
}

/* Testimonials */

.testimonials-content {
  padding: 80px 0;
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

.testimonials-header {
  text-align: center;
  margin-bottom: 60px;
}

.rating-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}

.rating-header .stars {
  color: #ffd700;
  font-size: 18px;
}

.rating-header span {
  font-size: 14px;
  color: #666;
}

.testimonials-header h2 {
  font-size: 36px;
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  margin: 0;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
}

.testimonial-card {
  background: white;
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  border: 1px solid #f0f0f0;
}

.testimonial-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
}

.testimonial-card .stars {
  color: #ffd700;
  font-size: 16px;
  margin-bottom: 15px;
}

.testimonial-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 20px;
  font-style: italic;
}

.customer-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.customer-info strong {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.verified {
  font-size: 12px;
  color: #10b981;
  font-weight: 500;
}

/* Video Testimonial */
.video-testimonial {
  padding: 0;
  overflow: hidden;
}

.video-container {
  position: relative;
  width: 100%;
  height: 250px;
  cursor: pointer;
}

.video-thumbnail {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #333;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.play-button:hover {
  background: rgba(255, 255, 255, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

.video-text {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  color: white;
  font-size: 18px;
  font-weight: 600;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
  text-align: center;
}

.testimonial-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-image-testimonial {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.product-image-testimonial img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Video Testimonials Section */
.video-testimonials-section {
  background: #5170ff;
  padding: 60px 20px;
  margin-bottom: 40px;
}

.video-testimonials-header {
  text-align: center;
  margin-bottom: 50px;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.video-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-bottom: 15px;
}

.video-stars {
  color: #ffd700;
  font-size: 18px;
  letter-spacing: 2px;
}

.video-rating-text {
  color: white;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.video-testimonials-title {
  color: white;
  font-size: 34px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 1.2;
}
.testimonial-white .video-testimonials-title,
.testimonial-white .video-rating-text {
  color: black;
}

.video-grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  max-width: 1024px;
  margin: 0 auto;
}

.video-card {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.video-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 9/16;
  border-radius: 15px;
  overflow: hidden;
  background: #000;
}

.video-wrapper .custom-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.video-wrapper .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}

.video-wrapper .video-overlay.playing {
  opacity: 0;
  pointer-events: none;
}

.video-wrapper .custom-play-btn {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

.video-wrapper .custom-play-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.video-wrapper .play-icon {
  color: #333;
  font-size: 20px;
  margin-left: 3px;
}

.video-info {
  text-align: center;
  color: white;
}

.video-quote {
  font-size: 12px;
  font-weight: 600;
  /* margin-bottom: 8px; */
  line-height: 1.4;
  /* min-height: 32px; */
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-name {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  /* margin-bottom: 4px; */
}

.video-handle {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

/* Video Section */
.video-section {
  padding: 40px 0;
  background: #f8f9fa;
}

.video-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.video-item {
  aspect-ratio: 9/16;
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}

.video-container {
  width: 100%;
  height: 100%;
  position: relative;
  background: #000;
}

.custom-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  transition: opacity 0.3s ease;
}

.video-overlay.playing {
  opacity: 0;
  pointer-events: none;
}

.video-container:hover .video-overlay.playing {
  opacity: 1;
  pointer-events: all;
}

.custom-play-btn {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
  cursor: pointer;
}

.custom-play-btn:hover {
  background: rgba(255, 255, 255, 1);
  transform: scale(1.1);
}

.play-icon {
  color: #333;
  font-size: 20px;
  margin-left: 3px;
}

.play-icon.pause {
  margin-left: 0;
}

/* Footer */
.footer {
  background: #1a2b2b;
  color: white;
  padding: 60px 0 30px;
}

.footer-content {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 60px;
  margin-bottom: 40px;
}

.footer-left {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.mobile-logo img {
  height: 40px;
  width: auto;
}

.footer-logo img {
  height: 50px;
  width: auto;
}

.footer-social {
  display: flex;
  gap: 15px;
}

.footer-social-link {
  width: 40px;
  height: 40px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
}

.footer-social-link svg {
  width: 20px;
  height: 20px;
}

.footer-social-link:hover {
  background: #5170ff;
  color: #5170ff;
}

.footer-links {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.footer-column h3 {
  color: white;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.footer-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-column li {
  margin-bottom: 12px;
}

.footer-column a {
  color: #ccc;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.footer-column a:hover {
  color: white;
}

.footer-newsletter h3 {
  color: white;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.footer-newsletter p {
  color: #ccc;
  font-size: 14px;
  margin-bottom: 20px;
}

/* Loading animation for images */
.product-placeholder::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 255, 255, 0.2),
    transparent
  );
  animation: loading 1.5s infinite;
}

@keyframes loading {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.newsletter-form {
  display: flex;
  background: #2a3a3a;
  border-radius: 25px;
  overflow: hidden;
  padding: 5px;
}

.newsletter-input {
  flex: 1;
  background: transparent;
  border: none;
  padding: 12px 20px;
  color: white;
  font-size: 14px;
}

.newsletter-input::placeholder {
  color: #888;
}

.newsletter-input:focus {
  outline: none;
}

.newsletter-btn {
  background: #5170ff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: white;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.newsletter-btn:hover {
  background: #ff5757;
  transform: scale(1.05);
}

.footer-bottom {
  border-top: 1px solid #2a3a3a;
  padding-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
}

.payment-methods {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
}

.payment-methods img {
  height: 25px;
  border-radius: 4px;
}

.footer-legal {
  text-align: center;
}

.footer-legal p {
  color: #888;
  font-size: 12px;
  margin: 5px 0;
}

.disclaimer {
  max-width: 800px;
  line-height: 1.4;
}

/* Product Detail Page */
.product-details-wrapper {
  background-color: white;
  /* margin-top: 110px; */
  padding-bottom: 80px;
}

.product-wrapper {
  display: flex;
  gap: 30px;
  width: 100%;
}

/* Left Side - Image Slider */
.product-images {
  flex: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  min-width: 0;
}

/* Main Swiper Slider */
.mainSwiper {
  width: 100%;
  height: 450px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
}

.mainSwiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mainSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

/* Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #007bff;
  /* background: rgba(255, 255, 255, 0.9); */
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  /* background: #007bff; */
  /* color: #fff; */
  /* box-shadow: 0 2px 8px rgba(0, 123, 255, 0.3); */
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
}

/* Thumbnail Swiper */
.thumbSwiper {
  width: 100%;
  margin-top: 15px !important;
  padding: 0 5px;
}

.thumbSwiper .swiper-slide {
  width: auto;
  height: 80px;
  opacity: 0.6;
  cursor: pointer;
  border-radius: 8px;
  overflow: hidden;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}

.thumbSwiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 8px;
  background: #fff;
}

.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
  border-color: #007bff;
  background: #f0f8ff;
}

/* Right Side - Product Details */
.product-details {
  flex: 1;
  padding: 30px;
  border-radius: 0 10px 10px 0;
  min-width: 0;
}

.product-details h1 {
  margin: 0;
}

.detail-rating {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.detail-rating .stars {
  color: #ffd700;
  letter-spacing: 2px;
  font-size: 16px;
}

.detail-rating .rating-text {
  color: #0f172a;
  font-weight: 700;
  font-size: 12px;
}

.detail-rating .reviews-link {
  color: #5170ff;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
}

.detail-title {
  font-size: 36px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 12px;
}

.detail-badges {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.detail-badge {
  background: #e2e7ff;
  color: #5170ff;
  border: 1px solid #e2e7ff;
  padding: 3px 12px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
}

.detail-price-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 10px 0 14px;
}

.detail-price-row .old-price {
  text-decoration: line-through;
  color: #888;
  font-size: 18px;
}

.detail-price-row .price {
  font-size: 24px;
  font-weight: 900;
  color: #0f172a;
}

.save-badge {
  background: #34d399;
  color: #fff;
  font-weight: 900;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 9999px;
}

.detail-divider {
  border: 0;
  /* border-top: 1px solid white; */
  margin: 12px 0;
  background-color:#dedede !important ;
}

.detail-features {
  list-style: none;
  padding: 0;
  margin: 0 0 16px 0;
  display: grid;
  gap: 8px;
}

.feature-item {
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.feature-icon {
  font-size: 16px;
}

.cert-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-bottom: 20px;
}

.cert-card {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
}

.cert-icon {
  width: 60px;
  height: 40px;
  border-radius: 6px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cert-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
      background: white;
}

.cert-content {
  display: flex;
  flex-direction: column;
}

.cert-title {
  font-weight: 700;
  color: #0f172a;
  font-size: 13px;
}

.cert-sub {
  color: #0f172a;
  font-size: 12px;
  line-height: 15px;
}

.price {
  font-size: 24px;
  font-weight: bold;
  color: #28a745;
  margin: 10px 0;
}

.old-price {
  text-decoration: line-through;
  color: #888;
  margin-left: 10px;
  font-size: 18px;
}

.rating {
  margin-bottom: 20px;
}

.options {
  margin-bottom: 20px;
}

.options label {
  display: block;
  margin: 5px 0;
}

.flavors button {
  margin-right: 10px;
  padding: 10px 15px;
  border: 1px solid #007bff;
  background: #fff;
  color: #007bff;
  cursor: pointer;
  border-radius: 5px;
}

.flavors button.active {
  background: #007bff;
  color: #fff;
}

.quantity select {
  padding: 8px;
  font-size: 16px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

.add-to-cart {
  display: inline-block;
  width: 100%;
  padding: 15px 30px;
  background: black;
  color: #fff;
  border: none;
  cursor: pointer;
  border-radius: 30px;
  font-size: 18px;
  font-weight:700;
  border-bottom: 3px solid #5170ff;
}

.add-to-cart:hover {
  background: black;
}

.checkout-extra {
  margin-top: 12px;
  display: grid;
  gap: 10px;
}

.eta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #0f172a;
  font-weight: 700;
  font-size: 13px;
}

.eta-dot {
  width: 10px;
  height: 10px;
  background: #34d399;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(52, 211, 153, 0.15);
}

.payment-icons img {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
}

.variety-section {
  margin-top: 14px;
}

.variety-label {
  font-weight: 900;
  color: #0f172a;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
}

.variety-card {
  display: flex;
  align-items: center;
  gap: 14px;
  background: #f6fffb;
  border: 1px solid #d1fae5;
  border-radius: 12px;
  padding: 12px;
}

.variety-media {
  width: 120px;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.variety-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.variety-content {
  flex: 1;
}

.variety-title {
  font-weight: 900;
  color: #0f172a;
  font-size: 13px;
  margin-bottom: 4px;
}

.variety-price .old-price {
  text-decoration: line-through;
  color: #888;
  margin-right: 6px;
}

.variety-price .price {
  font-weight: 900;
}

.variety-shop {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #000;
  color: #fff;
  border-radius: 9999px;
  padding: 10px 16px;
  font-weight: 700;
}

.product-wrapper .accordion {
  margin-top: 10px;
  border-top: 1px solid #eee;
}

.product-wrapper .accordion-item {
  border-bottom: 1px solid #eee;
}

.product-wrapper .accordion-header {
  width: 100%;
  background: #fff;
  border: 0;
  padding: 14px 0;
  text-align: left;
  font-weight: 700;
  color: #0f172a;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.product-wrapper .accordion-content {
  display: none;
  padding: 0 0 14px 0;
  color: #475569;
  font-size: 13px;
}

.product-wrapper .accordion-item.open .accordion-content {
  display: block !important;
}

.product-wrapper .accordion-header .plus {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
}

.product-wrapper .accordion-header .plus::before {
  content: "+";
}

.product-wrapper .accordion-item.open .accordion-header .plus {
  background: #06b6d4;
}

.product-wrapper .accordion-item.open .accordion-header .plus::before {
  content: "−";
}

.benefits-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 16px;
}

.benefit-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  border-radius: 12px;
}

.benefit-icon {
  font-size: 22px;
  color: #06b6d4;
}

.benefit-text {
  font-size: 12px;
  font-weight: 900;
  color: #0f172a;
}

/* Responsive Design for Product Detail */
@media (max-width: 767px) {
  .product-wrapper {
    flex-direction: column;
    gap: 20px;
    margin: 30px auto;
    padding: 0;
  }

  .product-images {
    flex: 1;
    padding: 15px 0px;
  }

  .mainSwiper {
    height: 350px;
  }

  .thumbSwiper .swiper-slide {
    height: 70px;
  }

  .product-details {
    flex: 1;
    padding: 20px 0;
  }

  .detail-title {
    font-size: 24px;
  }

  .price {
    font-size: 20px;
  }

  .flavors button {
    padding: 8px 12px;
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

/* Pure Proven Perfect Section */
.pure-proven-section {
  padding: 80px 0;
  background: #f8f9fa;
}

.section-content {
  /* display: grid;
    grid-template-columns: 1fr 2fr; */
  align-items: start;
}
.text-content {
  display: grid;
  grid-template-columns: 3fr 2fr;
  gap: 10px;
  margin-bottom: 40px;
}

.text-content h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.creapure-info {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.creapure-logo {
  width: 150px;
  height: auto;
}

.creapure-info p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.expandable-cards {
  display: flex;
  gap: 0;
  height: 400px;
}

.card-item {
  flex: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.5s ease;
  overflow: hidden;
  border-radius: 0;
}

.card-item:first-child {
  border-radius: 15px 0 0 15px;
}

.card-item:last-child {
  border-radius: 0 15px 15px 0;
}

.card-item.active {
  flex: 2;
}

.card-header {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.card-title {
  color: white;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  transition: all 0.3s ease;
}

.card-item.active .card-title {
  writing-mode: horizontal-tb;
  font-size: 24px;
}

.expand-icon {
  color: white;
  font-size: 24px;
  font-weight: 300;
  transition: transform 0.3s ease;
}

.card-item.active .expand-icon {
  transform: rotate(45deg);
}

.card-content {
  position: absolute;
  bottom: 80px;
  left: 20px;
  right: 20px;
  z-index: 3;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.card-item.active .card-content {
  opacity: 1;
  transform: translateY(0);
}

.card-content p {
  color: white;
  font-size: 16px;
  line-height: 1.5;
}

.card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.card-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  z-index: 2;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Subscription Section */
.subscription-section {
  padding: 80px 0;
  background: white;
}

.subscription-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  align-items: start;
}

.subscription-left {
  padding-right: 40px;
}

.subscription-header {
  margin-bottom: 50px;
}

.get-credits {
  display: inline-block;
  background: #10b981;
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.subscription-left h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: 1.1;
  color: #000;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.highlight {
  color: #5170ff;
}

.subscription-left p {
  font-size: 16px;
  color: #666;
  line-height: 1.6;
}

.science-section {
  background: #fff;
  border-radius: 10px;
  padding: 50px 20px !important;
  margin-bottom: 60px;
}

.science-header {
  text-align: center;
  margin-bottom: 20px;
}

.science-header h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

.science-badges {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.science-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #e8f8ef;
  color: #0b8f6e;
  border: 1px solid #d5f2e6;
  padding: 8px 14px;
  border-radius: 9999px;
  font-size: 12px;
  font-weight: 700;
}

.badge-icon {
  color: #10b981;
}

.science-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 20px;
  max-width: 1200px;
  margin: 20px auto 0 auto;
}

.science-card {
  display: flex;
  align-items: center;
  gap: 16px;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 12px;
  padding: 16px 20px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.science-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.science-thumb {
  width: 120px;
  border: 2px solid #10b981;
  border-radius: 12px;
  box-shadow: inset 0 0 0 3px rgba(16, 185, 129, 0.08);
  flex-shrink: 0;
}
.science-thumb img {
  width: 100%;
  object-fit: contain;
}
.science-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.science-meta {
  color: #06b6d4;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}

.science-title {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.quality-section {
  border-radius: 10px;
  padding: 50px 20px;
  margin-bottom: 60px;
}

.quality-header {
  text-align: center;
  margin-bottom: 30px;
}

.quality-header h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

.quality-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.quality-card {
  display: flex;
  /* gap: 20px; */
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 20px;
  /* align-items: center; */
}

.quality-creapure {
  border-color: #a7f3d0;
  box-shadow: 0 5px 20px rgba(16, 185, 129, 0.08);
}

.quality-generic {
  border-color: #e5e7eb;
}

.quality-media {
  flex: 0 0 220px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
  background: #f8f9fa;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quality-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.quality-content {
  flex: 1;
}

.quality-label {
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
  font-size: 13px;
}

.quality-purity {
  font-size: 20px;
  font-weight: 900;
  color: #06b6d4;
  margin-bottom: 12px;
  line-height: 22px;
}

.quality-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  font-size: 14px;
  line-height: 16px;
  gap: 10px;
}

.quality-list-good li {
  color: #0b8f6e;
  font-weight: 600;
}

.quality-list-bad li {
  color: #475569;
  font-weight: 600;
}

.quality-list-good li::before {
  content: "✓";
  color: #10b981;
  font-weight: 900;
  margin-right: 8px;
}

.quality-list-bad li::before {
  content: "×";
  color: #ef4444;
  font-weight: 900;
  margin-right: 8px;
}

.quality-footnote {
  text-align: center;
  color: #6b7280;
  font-size: 12px;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .quality-header h2 {
    font-size: 28px;
  }

  .quality-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .quality-media {
    flex: 0 0 160px;
    height: 120px;
  }
}

.reviews-section {
  padding: 50px 20px 0;
}

.reviews-header {
  text-align: center;
  margin-bottom: 30px;
}

.reviews-header h2 {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  color: #000;
}

.reviews-summary {
  display: grid;
  grid-template-columns: 1fr 2fr 1fr;
  gap: 20px;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto 20px;
}

.summary-rating {
  text-align: center;
}

.summary-rating .stars {
  color: #ffd700;
  font-size: 18px;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.rating-link {
  color: #0f172a;
  font-weight: 700;
  text-decoration: none;
}

.rating-sub {
  color: #6b7280;
  font-size: 12px;
}

.summary-breakdown {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.breakdown-row {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 10px;
  align-items: center;
}

.star-label {
  font-size: 12px;
  color: #0f172a;
}

.bar {
  background: #f1f5f9;
  border-radius: 9999px;
  height: 10px;
  overflow: hidden;
}

.bar span {
  display: block;
  height: 100%;
  background: #06b6d4;
  border-radius: 9999px;
}

.count {
  font-size: 12px;
  color: #0f172a;
}

.summary-cta {
  text-align: center;
}

.write-review {
  display: inline-block;
  background: #000;
  color: #fff;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 9999px;
  font-weight: 700;
}

.reviews-filter {
  max-width: 1200px;
  margin: 10px auto 20px;
}

.filter-btn {
  width: 100%;
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  color: #0f172a;
}

.reviews-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.review-card {
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
  padding: 20px;
}

.star-row {
  color: #ffd700;
  font-size: 16px;
  margin-bottom: 10px;
}

.review-header {
  display: flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 6px;
}

.name {
  font-weight: 700;
  color: #0f172a;
}

.verified-badge {
  background: #000;
  color: #fff;
  font-size: 11px;
  border-radius: 9999px;
  padding: 2px 8px;
}

.review-title {
  font-weight: 900;
  color: #0f172a;
  margin: 6px 0;
}

.review-text {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
}

/* FAQ Section */
.faq-section {
  padding: 80px 0;
  background: #1a1a1a;
  color: white;
}

.faq-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: start;
}

.faq-left {
  position: relative;
}

.faq-image {
  border-radius: 15px;
  overflow: hidden;
}

.faq-image img {
  width: 100%;
  /* height: 400px; */
  object-fit: cover;
}

.faq-right h2 {
  font-size: 36px;
  font-weight: 900;
  color: white;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.accordion-item {
  border-bottom: 1px solid #333;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.accordion-header:hover {
  color: #5170ff;
}

.accordion-header span {
  font-size: 16px;
  font-weight: 500;
  color: white;
  transition: color 0.3s ease;
}

.accordion-icon {
  width: 30px;
  height: 30px;
  background: #5170ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 18px;
  font-weight: 300;
  transition: all 0.3s ease;
}

.accordion-item.active .accordion-icon {
  transform: rotate(45deg);
  background: #ff5757;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0;
}

.accordion-item.active .accordion-content {
  max-height: 200px;
  padding-bottom: 20px;
}

.accordion-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #ccc;
  margin: 0;
}

.video-testimonials-section.product-video-testimonials {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 1024px) {
  .reviews-summary {
    grid-template-columns: 1fr;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .reviews-header h2 {
    font-size: 28px;
  }

  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

/* Masonry Layout for Testimonials */
@media (min-width: 992px) {
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: auto;
    gap: 20px;
    align-items: start;
  }

  /* Specific positioning for masonry effect */
  .testimonial-card:nth-child(1) {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .testimonial-card:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }

  .testimonial-card:nth-child(3) {
    grid-column: 3;
    grid-row: 1 / span 2;
  }

  .testimonial-card:nth-child(4) {
    grid-column: 4;
    grid-row: 1;
  }

  .testimonial-card:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }

  .testimonial-card:nth-child(6) {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .testimonial-card:nth-child(7) {
    grid-column: 3;
    grid-row: 3;
  }

  .testimonial-card:nth-child(8) {
    grid-column: 4;
    grid-row: 2 / span 2;
  }

  /* Make video testimonial taller */
  .video-testimonial {
    min-height: 300px;
  }

  .video-container {
    height: 350px;
  }

  /* Adjust some cards for better visual balance */
  .testimonial-card:nth-child(1),
  .testimonial-card:nth-child(3) {
    min-height: 280px;
  }

  .testimonial-card:nth-child(6),
  .testimonial-card:nth-child(8) {
    min-height: 320px;
  }
}

/* Desktop specific styles */
@media (min-width: 1024px) {
  .categories-grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .category-card {
    height: 350px;
  }

  /* Show carousel on desktop */
  .bestsellers-swiper {
    display: block;
  }

  .products-grid-mobile {
    display: none;
  }
}

/* Tablet styles */
@media (max-width: 1023px) and (min-width: 769px) {
  .categories-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .category-card {
    height: 300px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .timeline-item-2 .timeline-card {
    left: 20%;
  }
  .timeline-item-1 .timeline-card,
  .timeline-item-3 .timeline-card {
    right: 20%;
  }
  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    left: 32%;
  }
}

/* Responsive Design */
@media (max-width: 1023px) {
  /* Hide carousel on mobile/tablet */
  .bestsellers-swiper {
    display: none;
  }

  .products-grid-mobile {
    display: grid;
  }

  .bestsellers-container {
    padding: 0 20px;
  }

  .section-header {
    padding-right: 0;
  }

  /* Pure Proven Perfect Mobile */
  .section-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .text-content h2 {
    font-size: 32px;
  }

  .expandable-cards {
    flex-direction: column;
    height: 100%;
  }

  .card-item {
    min-height: 150px;
    border-radius: 15px !important;
    margin-bottom: 15px;
  }

  .card-item.active {
    flex: 1;
    min-height: 300px;
  }

  .card-title {
    writing-mode: horizontal-tb !important;
    font-size: 18px !important;
  }

  /* Subscription Mobile */
  .subscription-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .subscription-left {
    padding-right: 0;
  }

  .subscription-left h2 {
    font-size: 32px;
  }

  .product-options {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  /* FAQ Mobile */
  .faq-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .faq-right h2 {
    font-size: 26px;
  }

  /* Level Up Mobile */
  .level-up-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .level-up-left h2 {
    font-size: 32px;
  }

  .level-up-video-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
    height: 300px;
  }

  /* Footer Mobile */
  .footer-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .footer-links {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .footer-bottom {
    gap: 15px;
  }

  .payment-methods {
    gap: 8px;
  }

  .payment-methods img {
    height: 20px;
  }

  /* Video Section Mobile */
  .video-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}

@media (max-width: 991px) {
  /* Reset masonry layout for smaller screens */
  .testimonials-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
  }

  .testimonial-card {
    grid-column: auto !important;
    grid-row: auto !important;
    min-height: auto !important;
  }
}

/* Mobile Responsive - Tablet (768px and below) */
@media (max-width: 768px) {
  .nav-menu {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
  }

  .nav-actions {
    gap: 15px;
  }

  .shop-now-btn {
    padding: 10px 20px;
    font-size: 11px;
  }


  .hero {
    flex-direction: column;
    gap: 20px;
    margin-top: 120px;
  }

  .hero-headline {
    font-size: 20px;
  }

  .hero-features li {
    font-size: 12px;
  }

  .hero-image {
    height: 93px;
    position: absolute;
    right: -1px;
    width: 100px;
    z-index: -1;
    top:27px;
  }

  .container {
    padding: 0 15px;
  }

  .banner-content span {
    margin-right: 50px;
    font-size: 11px;
  }

  .products {
    gap: 15px;
  }
  .timeline-section {
    margin-top: 30px;
  }

  .timeline-section {
    padding: 0 20px;
  }

  .timeline-title {
    font-size: 22px;
  }

  .testimonials-content {
    padding: 50px 0px;
  }

  .testimonials-header h2 {
    font-size: 28px;
  }

  .testimonials-grid {
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }

  .testimonial-card {
    padding: 20px;
  }

  .video-grid-container {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .video-testimonials-title {
    font-size: 24px;
  }

  .routine-section {
    margin-top: 0px;
    padding: 40px 0px;
    margin-bottom: 20px;
  }

  .routine-title {
    font-size: 22px;
  }

  .routine-steps {
    flex-direction: column;
    gap: 15px;
  }

  .routine-card {
    width: 100%;
    padding: 20px;
  }

  .routine-cta {
    width: 100%;
  }

  .benefits-section {
    padding: 40px 20px;
  }

  .benefits-title {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .timeline-card {
    /* left: 0 !important; */
    /* right: 0 !important; */
    margin: 0 auto;
  }
  .timeline-card:hover {
    transform: translateY(-50%);
  }

  .timeline-dot {
    top: -70px;
  }
  .timeline-item.timeline-item-1 {
    margin-top: 50px;
  }
  .timeline-item {
    margin-bottom: 90px;
  }

  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    top: -90%;
    left: 20%;
  }
  .timeline-item-2 .timeline-time {
    top: -90%;
    right: 20%;
  }
  .timeline-item.timeline-item-3 {
    margin-bottom: 20px;
  }
  .timeline-section {
    margin-bottom: 10px;
  }

  .routine-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .text-content {
    grid-template-columns: 1fr;
  }
  .product-details-wrapper {
    margin-top: 100px;
  }

  /* Product Page */
  .variety-media {
    width: 80px;
  }
  .variety-shop {
    padding: 7px 12px;
    font-size: 12px;
  }
  .variety-price .old-price {
    font-size: 14px;
  }
  .variety-price .price {
    font-size: 16px;
  }

  .pure-proven-section {
    padding: 40px 0;
  }

  .text-content h2 {
    font-size: 26px;
  }
  .creapure-info {
    flex-direction: row;
    align-items: start;
  }
  .creapure-info .creapure-logo {
    width: 80px;
  }

  .science-header h2 {
    font-size: 26px;
  }
  .science-section {
    padding: 40px 15px !important;
    margin-bottom: 30px;
  }
  .science-grid {
    gap: 15px;
  }
  .science-card {
    padding: 14px;
  }
  .science-thumb {
    width: 80px;
  }
  .quality-section {
    padding: 40px 15px !important;
    margin-bottom: 30px !important;
  }
  .quality-card {
    display: block;
  }
  .quality-card .quality-content {
    margin-top: 20px;
  }
  .reviews-section {
    padding: 40px 15px 0 !important;
    margin-bottom: 0px !important;
  }
}

/* Mobile Responsive - Small phones (480px and below) */
@media (max-width: 480px) {
  .shop-now-btn {
    display: none;
  }

  .header {
    top: 27px;
  }

  .hero {
    margin-top: 30px;
    padding: 20px 0;
  }

  .hero-headline {
    font-size: 19px;
    line-height: 1.2;
  }

  .hero-features {
    font-size: 12px;
  }

  .hero-cta {
    padding: 12px 30px;
    font-size: 11px;
  }

  .products {
    gap: 15px;
  }

  .video-testimonials-header {
    margin-bottom: 30px;
  }

  .timeline-title {
    font-size: 19px;
  }

  .timeline-item-1 .timeline-time,
  .timeline-item-3 .timeline-time {
    font-size: 10px;
  }

  .timeline-item-2 .timeline-time {
    font-size: 10px;
  }

  .timeline-item-2 .timeline-card {
    left: 20%;
    /* width: 150px; */
  }

  .routine-title {
    font-size: 20px;
  }

  .routine-card {
    padding: 9px;
  }

  .step-number {
    font-size: 48px;
  }

  .step-title {
    font-size: 14px;
  }

  .step-description {
    font-size: 11px;
  }

  .testimonials-header h2 {
    font-size: 24px;
  }

  .testimonials-grid {
    gap: 15px;
  }

  .level-up-video-grid {
    grid-template-columns: 1fr;
    height: auto;
    gap: 10px;
  }
  .video-testimonials-section {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
  }

  .video-grid-container {
    gap: 20px;
  }

  .video-wrapper {
    aspect-ratio: 9/16;
    max-height: 400px;
  }

  .video-testimonials-title {
    font-size: 20px;
  }

  .video-rating-text {
    font-size: 11px;
  }

  /* Product Page */
  .mainSwiper .swiper-slide img {
    padding: 0 20px;
  }
}
