.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
  text-align: center;
  flex-direction: column !important;
  background-color: #eae2df !important;
}

.site-logo {
  padding: 13px 0;
}

.nav.shrink .site-logo {
  padding: 15px 0;
}

.nav.shrink .site-logo img {
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}

.nav.shrink .site-logo img {
  transform: scale(0.8);
  transition: transform 0.3s ease-in-out;
}

.nav.shrink .nav-links {
  margin-top: 0px;
  background-color: #aedaf9 ;

}

.nav.shrink {
  background-color: #aedaf9a9 !important;
  padding: 0;
}

.nav.shrink .ticker-wrap {
  padding: 6px 0px;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 320px;
}

.nav-links {
  display: flex;
  justify-content: space-between;
  background-color: #aedaf9;
  padding: 0px 30px;
  gap: 80px;
  margin-bottom: -3px;
}

.left-nav-links {
  max-width: 550px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.right-nav-links {
  display: flex;
  width: 100%;
  max-width: 980px;
  justify-content: space-between;
  align-items: center;
}

.nav .nav-links a {
  font-size: 16px;
  display: block;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  transition: 0.3s ease;
  border-bottom: 3px solid transparent;
}

.nav .nav-links a:hover {
  text-decoration: none;
  color: #ffffff;
  border-bottom: 3px solid #ffffff;
}

/* .nav .nav-links a:not(:last-child) {
    margin-right: 100px;
} */

.ticker-wrap {
  color: #000;
  width: 100%;
  overflow: hidden;
  background: #eae2df !important;
  font-size: 14px;
  font-weight: 400;
  padding: 6px 0px;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}

.ticker {
  width: 100%;
}

/* the moving strip */
.ticker__track {
  display: inline-flex;
  align-items: center;
  gap: 1rem;
  padding-inline: 2rem;
  white-space: nowrap;
  width: max-content;
  /* fits content, not viewport */
  animation: marquee 30s linear infinite;
  /* slower = larger time */
}

/* pause on hover without reset */
.ticker-wrap:hover .ticker__track {
  animation-play-state: paused;
}

.dot {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  background: #3c3c3b;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-50%);
  }

  /* half, because content is duplicated */
}

/* hidden by default */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: rgb(0, 0, 0);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  top: 15%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 20px;

  color: #fff;
  display: block;
  transition: 0.3s;
}

*:focus {
  border: none !important;
}

.overlay a:hover,
.overlay a:focus {
  color: #f1f1f1;
}

.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.mobile-links {
  background-color: #000;
  color: #fff;
  display: none;
  padding: 10px;
}

.review-status {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 400;
  color: #28a745;
}

.mobile-links h5 {
  margin: 0;
}

.site-footer {
  margin-top: 100px;
}

.site-footer__inner {
  margin: 0 auto;
  padding: 48px 24px;
}

.site-footer__brand {
  display: flex;
  align-items: center;
  gap: 90px;
}

.site-footer__logo {
  display: block;
  text-align: center;
  margin-bottom: 50px;
}

.site-footer__logo img {
  max-width: 530px;
  width: 100%;
  height: auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: 1fr 220px 220px;
  gap: 32px;
  align-items: center;
  font-size: 25px;
}

.site-footer__social {
  list-style: none;
  padding: 0;
  margin-bottom: 0 !important;
  display: flex;
  gap: 16px;
}

.site-footer__social img {
  max-width: 75px !important;
}

.site-footer__tagline {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}

.site-footer__nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-footer__nav a {
  display: block;
  padding: 6px 0;
  color: #111;
  text-decoration: none;
}

.site-footer__legal {
  margin-top: 24px;
  text-align: center;
  display: flex;
  gap: 24px;
  justify-content: center;
  flex-wrap: wrap;
}

.site-footer__legal a {
  text-decoration: underline;
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

@media screen and (max-width: 900px) {
  .site-footer__grid {
    grid-template-columns: 1fr;
  }
}

main,
.home .discover-collagene {
padding-top: 20px;
}

.h1_title {
     font-family: "DIN Condensed", sans-serif;
    /* text-transform: uppercase; */
    font-weight: 400 !important;
    font-size: 40px !important;
        margin-bottom: 0 !important;
}

p.discover-collagene__text {
  line-height: 40px;
  font-weight: 400;
  margin-top: 40px;
  text-align: justify;
  font-size: 28px;
}

.discover-collagene p.sub-title__text {
  font-size: 20px; 
}

.magnetic-button {
  background: #ffff;
  color: #000;
  border: 1px solid #000;
  text-transform: uppercase;
  font-size: 21px;
  border-radius: 20px;
  padding: 5px 20px !important;
  display: inline-block;
  transition: transform 0.3s ease-out;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.magnetic-button:hover {
  background-color: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  text-decoration: none !important;
}

.container-fluid.cont-fluid-padding {
  padding: 0px 125px;
}

.feat-box p.feat-label.mb-0 {
  text-transform: capitalize;
  color: rgb(0, 0, 0);
  font-weight: 400;
  margin-top: 25px;
  font-size: 23px;
  text-align: center;
}


.gummies-carousel-section .owl-nav button svg,
.products-carousel .owl-nav button svg,
.reviews-carousel .owl-nav button svg {
  color: #000;
  transition: all 0.2s ease;
  filter: drop-shadow(0px 0px 0px transparent);
}

.gummies-carousel-section .owl-nav button:hover svg,
.products-carousel .owl-nav button:hover svg,
.reviews-carousel .owl-nav button:hover svg {
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
  transform: scale(1.15);
}

.gummies-carousel-section .owl-nav button:active svg,
.products-carousel .owl-nav button:active svg,
.reviews-carousel .owl-nav button:active svg {
  transform: scale(0.95);
}


/* ============================================================
   PRODUCTS CAROUSEL SECTION - FULL IMAGE WITH BUTTON BELOW
   ============================================================ */

.products-carousel-section {
  padding: 60px 0;
  background: transparent;
}
.products-carousel-section .sub-title-h2{
  margin-bottom: 0 !important;
}
.products-carousel-section .owl-dots,
.products-carousel-section .owl-nav {
  display: block !important;
}

/* Carousel Layout */
.products-carousel .owl-stage {
  display: flex;
  gap: 0;
}

.products-carousel .owl-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.carousel-product-item {
  position: relative;
  width: 320px;
  flex-shrink: 0;
  padding: 20px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.products-carousel {
  perspective: 1500px;
}

.carousel-product-image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 0;
  overflow: hidden;
  transition-duration: 300ms;
  transition-property: transform, box-shadow;
  transition-timing-function: ease-out;
  transform: rotate3d(0);
  cursor: pointer;
}

section.products-carousel-section .product-image-img {
  width: auto !important;
  max-height: 450px;
  margin: 30px;
  display: block;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.carousel-product-image:hover {
  transition-duration: 150ms;
}

.carousel-product-image .product-image-img {
  display: block;
  width: 100%;
  height: auto;
  transform: scale(1.05);
}

.card-glow {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  pointer-events: none;
  /* so it doesn't block clicks */
  transition: background-image 150ms ease-out;
}

/* Button Container Below Image */
.product-button-container {
  text-align: center;
  width: 100%;
}

.product-button-container .reg-btn {
  cursor: pointer;
  transition: all 0.2s ease;
}

.product-button-container .reg-btn:focus {
  outline: 2px solid #000;
  outline-offset: 2px;
}

/* REUSE Arrow Styles from Reviews Carousel */

.gummies-carousel-section .owl-nav .owl-prev,
.products-carousel .owl-nav .owl-prev {
  left: 0px;
}

.gummies-carousel-section .owl-nav .owl-next,
.products-carousel .owl-nav .owl-next {
  right: 0px;
}

/* Pagination Dots */
.products-carousel .owl-dots {
  margin-top: 25px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.products-carousel .owl-dot span {
  width: 8px;
  height: 8px;
  background: #999;
  border-radius: 50%;
  transition: background 0.2s ease;
  cursor: pointer;
  border: 1px solid #00000030;
}

.products-carousel .owl-dot.active span {
  background: #000;
}

/* Responsive */
@media (max-width: 1024px) {
  .carousel-product-item {
    width: 350px;
  }
}


@media (max-width: 480px) {
  .products-carousel-section {
    padding: 30px 0;
  }

  .carousel-product-item {
    padding: 12px;
  }

  .carousel-product-image {
    border-radius: 20px;
    margin-bottom: 12px;
  }
}

.create-pack .pack-item.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.pack-item {
  max-width: 320px;
  margin: 0 auto;
}

.pack-image {
  max-height: 260px;
  width: auto;
}

.create-pack img.pack-image {
  max-height: 500px;
  width: auto !important;
}

.col-title-h2 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slide-top-hover {
  display: inline-block;
  will-change: transform;
}

/* run animation only when hovering/focused */
@media (prefers-reduced-motion: no-preference) {

  .slide-top-hover:hover,
  .slide-top-hover:focus-visible {
    animation: slide-top 2s linear infinite;
  }
}

/* keyframes */
@keyframes slide-top {
  0% {
    transform: translateY(0);
  }

  40% {
    transform: translateY(-18px);
  }

  70% {
    transform: translateY(-12px);
  }

  100% {
    transform: translateY(0);
  }
}

.gummies-efficase {
  position: relative;
  min-height: 2620px;
  margin-top: 100px;
}

.gummies-efficase:before {
  position: absolute;
  content: "";
  background-image: url(/lesessentielles_lab/wp-content/uploads/2026/01/gummies_efficase_lesessentielleslab.webp);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.gummies-efficase h2#gummies-efficases-title {
  line-height: 1.2;
  font-weight: 400 !important;
  font-size: 6rem;
  color: #000;
}

.gummies-efficase p.hero-subtitle {
  font-size: 1.4rem;
}

.gummies-efficase .hero-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-tags-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-evenly;
  row-gap: 15px;
}

li.hero-tag-item {
  width: 48%;
}

.gummies-efficase span.hero-tag.reg-btn.magnetic-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 20px;
  padding: 3px 27px !important;
  width: 100%;
}

.gummies-gallery {
  padding-top: 210px;
}
.product-benefits-pd-header img{
      max-width: 60%;
}
.gummies-carousel-section {
  max-width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: stretch;
}

.owl-carousel.gummies-thumb-carousel {
  width: 10%;
}

.owl-carousel.gummies-main-carousel {
  width: 82%;
}

.owl-carousel.gummies-main-carousel .owl-item img {
  max-width: 70%; 
}

.owl-carousel.gummies-thumb-carousel .owl-stage {
  display: flex;
  flex-direction: column;
  width: fit-content !important;
}

.owl-carousel.gummies-thumb-carousel .owl-stage-outer {
  width: fit-content !important;
}

.owl-carousel.gummies-thumb-carousel .owl-stage-outer .owl-item {
  width: fit-content !important;
  padding: 12px 20px;
  margin: 0 !important;
}

.owl-carousel.gummies-main-carousel figure.gummies-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.gummies-main-image {
  max-width: 100%;
  max-height: 520px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.gummies-thumb {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.gummies-thumb img {
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.gummies-thumb.is-active .gummies-thumb-image,
.gummies-thumb:hover .gummies-thumb-image {
  opacity: 1;
}

.gummies-thumb-carousel .owl-item.active img {
  opacity: 1;
  transform: scale(1.05);
  border: 1px solid #000;
  border-radius: 20px;
}

.owl-nav button {
  background: none !important;
}

/* BOX */ 

/* HEADER */

.rating-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.rating-row span.stars {
  font-size: 33px;
}

.rating-row a.reviews-link {
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  font-size: 20px;
  text-decoration: underline;
}



.short-desc {
  font-size: 17px;
  line-height: 1.4;
}

.product-tabs {
  display: flex;
  justify-content: space-around;
  gap: 16px;
  margin-top: 40px;
  width: 100% !important;
}




/* PANELS */
.tab-panel {
  display: none;
  margin-top: 35px;
}

.tab-panel.is-active {
  display: block;
}

/* CART */
.quantity {
  display: flex !important;
  align-items: center;
  justify-content: space-around;
  text-align: center !important;
  gap: 12px;
}

section.gummies-gallery .quantity input,
section.gummies-gallery .quantity button {
  width: 36px;
  height: 36px;
  background: transparent !important;
  border: none !important;
  text-align: center !important;
}

.add-to-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

section.gummies-gallery .quantity button {
  font-weight: 700 !important;
}

section.gummies-gallery .quantity,
section.gummies-gallery .add-to-cart-btn.single_add_to_cart_button {
  font-size: 17px;
  font-weight: 500;
  padding: 7px 0px;
  width: 100%;
  text-align: center;
  border-radius: 30px;
  border: solid 2px #000;
  display: block;
  margin: auto;
  margin-bottom: 18px;
  height: 45px;
  color: #000 !important;
  z-index: 1;
}

 

section.gummies-gallery .quantity:hover input,
section.gummies-gallery .quantity:hover button {
  color: #fff !important;
}

section.gummies-gallery .quantity button:hover {
  color: #000 !important;
  background: #fff !important;
  border-radius: 50%;
  font-weight: 700;
  transition: 0.2s all ease-in-out;
  transform: scale(1.2);
}

section.gummies-gallery .quantity:hover,
section.gummies-gallery .add-to-cart-btn.single_add_to_cart_button:hover {
  color: #fff !important;
  border: solid 2px #fff !important;
}

/* Old Price (Strikethrough) */
.add-to-cart-btn .old-price {
  text-decoration: line-through;
  color: #495057;
  font-size: 16px;
  font-weight: 400;
}

.coolbeans {
  position: relative;
  transition: 0.2s transform ease-in-out;
  will-change: transform;
  z-index: 0 !important;
  overflow: hidden !important;
}

.coolbeans:hover {
  border: 2px solid transparent;
  color: #fff !important;
  transform: scale(1.05);
  will-change: transform;
}

.coolbeans:hover:after {
  transform: translate(0, 0);
}

.coolbeans:after {
  background-color: #000;
  border-radius: 3rem;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-100%, 0) rotate(10deg);
  transform-origin: top left;
  transition: 0.2s transform ease-out;
  will-change: transform;
  z-index: -1;
}

/* =========================================================================
   PRODUCT FEATURES SECTION - SEO OPTIMIZED
   ========================================================================= */

.product-features-section {
  position: relative;
  margin-top: 50px;
}

/* Section Title */
.features-title {
  font-size: 20px;
  color: #333;
  margin-bottom: 0;
  line-height: 1.3;
}

/* Features Grid - Ordered List for SEO */
.features-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(1, 1fr);
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

/* Single Feature Item */
.single-features-product {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 5px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

/* Hover Effect */
.single-features-product::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 211, 189, 0.2), transparent);
  transition: left 0.5s ease;
}

.single-features-product:hover::before {
  left: 100%;
}

.single-features-product:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}

/* Icon - Left Side */
.single-features-product .feature-icon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.single-features-product:hover .feature-icon {
  transform: scale(1.1);
}

/* Text - Right Side */
.single-features-product .feature-text {
  font-size: 15px;
  line-height: 1.6;
  color: #555;
  flex: 1;
  font-weight: 400;
}

.slide-panel-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 60px;
  margin: auto;
  max-width: 50%;
  position: sticky;
  top: 80dvh;
  margin-right: 17%;
  z-index: 100;
}

.panel-trigger-btn {
  display: inline-flex;
  cursor: pointer;
  transition: all 0.3s ease;
}

/* =========================================================================
   OVERLAY
   ========================================================================= */

.panel-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  backdrop-filter: blur(2px);
}

.panel-overlay.is-active {
  opacity: 1;
  visibility: visible;
}

/* =========================================================================
   SLIDE PANEL
   ========================================================================= */

.slide-panel {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  max-width: 450px;
  height: 100dvh;
  z-index: 9999;
  transition: right 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  overflow-y: auto;
  box-shadow: -4px 0 24px rgba(0, 0, 0, 0.2);
  border-radius: 20px 20px 20px 20px;
}

.single-product.product-id-98 .slide-panel {
  background: #fec5e6;
}

.single-product.product-id-206 .slide-panel {
  background: #ffdf00;
}

.single-product.product-id-233 .slide-panel {
  background: #ffa070;
}

.slide-panel.is-active {
  right: 0;
}

/* Panel Inner Wrapper */
.panel-inner {
  position: relative;
  min-height: 100%;
  padding: 30px;
}

/* Close Button */
.panel-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10;
}

.panel-close:hover {
  background: #fff;
  transform: rotate(90deg);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.panel-close svg {
  color: #333;
}

/* Panel Content */
.panel-content {
  margin-top: 45px;
}

.panel-body h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
  border-bottom: 2px solid #000;
  margin-bottom: 30px;
}

.panel-body h3.sub-title-conseil {
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  padding: 0 !important;
  border: none;
  margin-bottom: 10px;
}

.panel-body {
  font-size: 14px;
}

ul.panel-checklist {
  list-style: none;
  padding-left: 6px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-size: 13px;
}

ul.panel-checklist li {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

ul.panel-checklist li span.check-icon {
  font-size: 25px;
  font-weight: 600;
}

ul.panel-checklist li span.li-title {
  font-size: 14px;
  font-weight: 500;
}

.gummies-ingredients-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
  border: 2px solid #000;
  border-radius: 12px;
  overflow: hidden;
}

/* Caption */
.gummies-ingredients-table caption {
  caption-side: bottom;
  text-align: left;
  font-weight: 600;
  font-size: 10px;
  padding: 5px;
  background: #ffd7ec;
  border-bottom: 2px solid #000;
}

/* Header */
.gummies-ingredients-table thead {
  background: #000;
  color: #fff;
}

.gummies-ingredients-table th {
  padding: 5px;
  text-align: left;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Body Cells */
.gummies-ingredients-table td {
  padding: 6px;
  border-bottom: 1px solid #00000020;
  font-size: 10px;
}

p.ingredients-details {
  font-size: 12px;
  margin-top: 10px;
}

p.ar-note {
  margin-bottom: 0 !important;
  font-size: 11px;
  line-height: 1;
}

/* Remove last row border */
.gummies-ingredients-table tbody tr:last-child td {
  border-bottom: none;
}

/* Zebra striping for readability */
.gummies-ingredients-table tbody tr:nth-child(even) {
  background-color: #fafafa;
}

/* Hover effect (optional modern touch) */
.gummies-ingredients-table tbody tr:hover {
  background-color: #ffeef6;
  transition: background-color 0.2s ease;
}

/* Align numeric columns */
.gummies-ingredients-table td:nth-child(2),
.gummies-ingredients-table td:nth-child(3) {
  text-align: center;
  white-space: nowrap;
}


.feautures-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 35px;
}

.feat-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.feat-box span {
  text-transform: capitalize;
  color: #000;
  font-weight: 400;
  font-size: 17px;
  text-align: center;
}

.features-icons .list-feat-5 {
  display: flex;
  justify-content: center;
}

.title-h2-div {
  text-align: center;
}
 

.single-product .products-carousel-section .row.mb-4 {
  display: none !important;
}

.single-product .feautures-content {
  padding-top: 70px;
}

.single-product .feautures-content,
.single-product .feautures-content p.sub-title-h2 {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.page-le-lab {
  overflow-x: hidden;
}

/* Hero Section */
.lab-hero {
  padding: 100px 0 80px;
  min-height: 70vh;
  display: flex;
  align-items: center;
}

.lab-hero .container-fluid .col-lg-6 {
  padding: 0 !important;
}

.lab-hero-content {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lab-subtitle {
  font-size: 1.3rem;
  line-height: 1.7;
  color: #2d2d2d;
  max-width: 520px;
}

.lab-hero-image {
  margin: 0;
  text-align: center;
}

.lab-hero-image img {
  max-width: 100%;
  height: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.15));
}

/* Story Section */
.lab-story {
  padding: 0 0 80px;
}

.story-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #1a1a1a;
}

.story-content p {
  font-size: 1.1rem;
  line-height: 1.9;
  color: #2d2d2d;
  margin-bottom: 25px;
  text-align: justify;
}

.story-highlight {
  font-size: 1.3rem;
  text-align: center;
  margin-top: 10px;
  padding: 30px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  display: inline-block;
}

/* Mission Section */
.lab-mission {
  padding: 0 0 80px;
}

.section-title {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  color: #1a1a1a;
}

.mission-content h3 {
  font-size: 1.5rem;
  font-weight: 400;
  margin: 40px 0 20px;
  color: #1a1a1a;
  text-transform: uppercase;
}

.mission-content p {
  color: #2d2d2d;
  line-height: 34px;
  font-weight: 400;
  font-size: 20px;
  text-align: justify;
}

.mission-highlights {
  margin-top: 60px;
}

.highlight-box {
  padding: 30px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 12px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease;
}

.highlight-box:hover {
  transform: translateY(-5px);
}

.highlight-box h4 {
  font-size: 1.2rem;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.highlight-box p {
  font-size: 1rem;
  line-height: 1.6;
  color: #2d2d2d;
  margin: 0;
}

/* CTA Section */
.lab-cta {
  padding: 100px 0;
}

.cta-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.cta-subtitle {
  font-size: 1.2rem;
  line-height: 1.7;
  color: #2d2d2d;
  margin-bottom: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}


/* ========================================
   VALUES ACCORDION SECTION
======================================== */

.values-section {
  padding: 0 0 80px;
}

.values-title {
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  color: #1a1a1a;
}


.accordation-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

.values-section .accordion {
  background-color: transparent;
  color: #1a1a1a;
  cursor: pointer;
  padding: 25px 60px 25px 20px;
  width: 100%;
  border: none;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  text-align: left;
  outline: none;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.3s ease;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.values-section .accordion-arrow {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  padding: 10px 8px;
  border: 2px solid #000;
  right: 20px;
  width: 40px;
  height: 40px;
  transition: transform 0.3s ease;
}

button.accordion.activees .accordion-arrow {
  background: #fdc8b1 !important;
  transition: transform 0.3s ease;
}

.accordion:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.values-section .accordion.activees {
  background-color: rgba(255, 255, 255, 0.2);
}

.values-section .accordion.activees .accordion-arrow {
  transform: rotate(180deg);
}

.values-section .panel {
  padding: 0;
  display: none;
  overflow: hidden;
  transition: all 0.3s ease;
}

.values-section .panel-content {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  padding: 40px 20px;
}

.values-section .panel-image {
  margin: 0;
  flex-shrink: 0;
}

.values-section .panel-image img {
  max-width: 200px;
  width: 100%;
  height: auto;
  display: block;
}

.values-section .panel-text h3 {
  font-size: 1.2rem;
  text-align: center;
}

.values-section .panel-text p {
  font-size: 1rem;
  line-height: 1.8;
  color: #2d2d2d;
  margin-bottom: 15px;
}

.values-section .panel-text p:last-child {
  margin-bottom: 0;
}

.values-section .panel-text a {
  color: #1a1a1a;
  text-decoration: underline;
  font-weight: 600;
  transition: opacity 0.2s ease;
}

.values-section .panel-text a:hover {
  opacity: 0.7;
  text-decoration: none;
}


/* Mobile Responsive */
@media (max-width: 991px) {
  .lab-hero {
    padding: 60px 0;
    min-height: auto;
  }

  .lab-subtitle {
    font-size: 1.1rem;
    text-align: center;
    max-width: 100%;
    padding: 0 18px;
  }

  .lab-hero-image {
    margin-top: 40px;
  }

  .story-title,
  .section-title {
    font-size: 1.8rem;
    padding: 0 20px;
  }

  .story-content p,
  .mission-content p {
    font-size: 1rem;
    text-align: left;
  }

  .mission-content h3 {
    font-size: 1.3rem;
  }

  .highlight-box {
    margin-bottom: 20px;
  }

  .cta-title {
    font-size: 1.8rem;
    padding: 0 20px;
  }

  .cta-subtitle {
    font-size: 1rem;
    padding: 0 20px;
  }
}

@media (max-width: 575px) {
  .lab-story {
    padding: 0 0 50px;
  }

  .lab-mission {
    padding: 0 0 10px;
  }

  .lab-subtitle {
    font-size: 1rem;
  }

  .lab-cta {
    padding: 70px 0;
  }

  .story-content p,
  .mission-content p {
    font-size: 0.95rem;
  }
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */

/* Mobile */
@media (max-width: 480px) {
  .slide-panel {
    max-width: 100%;
  }

  .panel-inner {
    padding: 25px 15px;
  }

  .panel-title {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .panel-close {
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
  }

}

/* =========================================================================
   ANIMATIONS
   ========================================================================= */
@keyframes scale-up-center {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* Slide in animation */
@keyframes slideIn {
  from {
    right: -100%;
  }

  to {
    right: 0;
  }
}

/* Fade in overlay */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* =========================================================================
   ACCESSIBILITY
   ========================================================================= */

/* Reduced motion */
@media (prefers-reduced-motion: reduce) {

  .slide-panel,
  .panel-overlay,
  .panel-close,
  .panel-trigger-btn {
    transition: none;
  }
}

/* High contrast mode */
@media (prefers-contrast: high) {

  .slide-panel {
    border-left: 4px solid currentColor;
  }
}

/* =========================================================================
   PRINT
   ========================================================================= */

@media print {

  .slide-panel-buttons,
  .panel-overlay,
  .slide-panel {
    display: none;
  }
}

/* =========================================================================
   PRINT STYLES
   ========================================================================= */

@media print {
  .single-features-product {
    break-inside: avoid;
    page-break-inside: avoid;
    box-shadow: none;
    border: 1px solid #ddd;
  }

  .single-features-product::before {
    display: none;
  }
}

/* =========================================================================
   ACCESSIBILITY
   ========================================================================= */

/* Focus state for keyboard navigation */
.single-features-product:focus-within {
  outline: 2px solid #ffd4f2;
  outline-offset: 2px;
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {

  .single-features-product,
  .single-features-product .feature-icon,
  .single-features-product::before {
    transition: none;
  }
}

/* High contrast mode support */
@media (prefers-contrast: high) {
  .single-features-product {
    border: 2px solid currentColor;
  }

  .features-title {
    text-decoration: underline;
  }
}

/* =========================================================================
   BENEFITS CAROUSEL SECTION
   ========================================================================= */

section.benefits-carousel-section {
  padding-top: 130px !important;
}

section.benefits-carousel-section .container-fluid {
  padding: 0 !important;
  overflow: hidden !important
}

/* Benefits Content (Left Side) */
.benefits-content {
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.benefits-tag {
  display: inline-block;
  font-size: 38px;
  font-weight: 600;
  color: #ff6b6b;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 16px;
  padding: 6px 16px;
  background: rgba(255, 107, 107, 0.1);
  border-radius: 20px;
}

.benefits-title {
  font-size: 60px;
  font-weight: 400;
  color: #373737;
  margin-bottom: 10px;
  line-height: 1.1;
  text-align: end
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.benefits-list li {
  font-size: 18px;
  line-height: 1.5;
  color: #333;
  padding-left: 28px;
  margin-bottom: 0;
  position: relative;
}

.benefits-list li::before {
  content: '*';
  position: absolute;
  left: 0;
  top: 0;
  color: #000000;
  font-size: 18px;
  font-weight: 700;
}

/* Benefits Image (Right Side) */
.benefits-image {
  text-align: center;
  margin: 0;
}

.benefits-image img {
  max-width: 100%;
  height: auto;
}

.single-product.product-id-98 .benefits-image img {
  filter: drop-shadow(-30px 10px 16px #fec5e6);
}

.single-product.product-id-206 .benefits-image img {
  filter: drop-shadow(-30px 10px 16px #ecc9ff);
}

.single-product.product-id-233 .benefits-image img {
  filter: drop-shadow(-30px 10px 16px #fec5e6);
}




.owl-carousel.reviews-carousel.owl-loaded.owl-drag .owl-dot,
.benefits-carousel .owl-dot span {
  width: 14px;
  height: 14px;
  background: #ddd;
  border: 1px solid #6d6d6d;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.owl-carousel.reviews-carousel.owl-loaded.owl-drag .owl-dot.active,
.benefits-carousel .owl-dot.active span {
  background: #ffd4f2;
  transform: scale(1.4);
}

.benefits-carousel .owl-dot:hover span {
  background: #ffb89d;
}

h3#gummies-efficases-title {
  font-size: 70px;
  font-weight: 400;
  text-transform: uppercase;
}

/* =========================
   GLASS GUMMIES CARDS
========================= */

.highlight-box.glass-card {
  position: relative;
  padding: 40px 25px;
  border-radius: 20px;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  transform-style: preserve-3d;
  will-change: transform;

  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

/* Inner content above blur */
.highlight-box .glass-inner {
  position: relative;
  z-index: 2;
  transform: translateZ(30px);
}

/* Shine layer */
.highlight-box .shine {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: linear-gradient(120deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.1) 40%,
      rgba(255, 255, 255, 0) 70%);
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Hover shadow */
.highlight-box.glass-card:hover {
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
}

.highlight-box.glass-card {
  will-change: transform;
  transform-style: preserve-3d;
}

.story-highlight {
  will-change: transform;
  transform-style: preserve-3d;
}

/* =========================================================================
   RESPONSIVE
   ========================================================================= */

/* Tablet */
@media (max-width: 991px) {
  .benefits-content {
    padding: 0 20px;
  }

  .benefits-title {
    font-size: 24px;
  }

  .benefits-list li {
    font-size: 15px;
  }

  .benefits-carousel .owl-nav button {
    width: 50px;
    height: 50px;
  }

}

/* =========================================================================
   STICKY GALLERY LAYOUT - BEST PRACTICE FOR ECOMMERCE
   ========================================================================= */

/* Product Layout Container */
.product-layout {
  position: relative;
}

/* Gallery Column (Left - Sticky) */
.gallery-column {
  position: relative;
}

.gallery-sticky-wrapper {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
  z-index: 10;
}

/* Product Column (Right - Natural Scroll) */
.product-column {
  position: relative;
}

/* Product Box - Normal Scroll Flow */
.gummies-product-box {
  position: relative;
  /* No sticky, no max-height - scrolls naturally with page */
}

/* Remove any existing sticky class conflicts */
.gummies-product-box.sticky {
  position: relative;
  top: auto;
}

@media (max-width: 991px) {
  .gallery-sticky-wrapper {
    position: relative;
    /* Disable sticky */
    top: auto;
    max-height: none;
    overflow-y: visible;
  }

  /* Stack columns vertically */
  .gallery-column,
  .product-column {
    width: 100%;
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 767px) {
  .product-layout .row {
    flex-direction: column;
  }

}

/* =========================================================================
   ACCESSIBILITY
   ========================================================================= */

/* Focus states for sticky elements */
.gallery-sticky-wrapper:focus-within {
  outline: 2px solid #ffd4f2;
  outline-offset: 4px;
}

/* Reduced motion for accessibility */
@media (prefers-reduced-motion: reduce) {
  .gallery-sticky-wrapper {
    scroll-behavior: auto;
  }
}

section.feautures.feautures-gummies {
  padding-top: 80px;
}

.title-h2-div {
  max-width: 1030px;
}

.feat-box img {
  max-width: 80%;
}

h2#benefits-section-title {
  max-width: 900px;
  margin-bottom: -90px;
}

section.feautures .features-icons.h2-produit {
  padding-top: 60px;
}

/* ========================================
   TIMELINE SOMMEIL SECTION
======================================== */

.timeline-sommeil {
  padding: 80px 0;
  position: relative;
}

.h2-timeline {
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 60px;
  letter-spacing: 0.02em;
}

.row-timeline {
  position: relative;
}



.lits-time-items {
  position: relative;
  z-index: 1;
}

.timeline-item {
  text-align: center;
  padding: 20px 10px;
}

.timeline-item img {
  max-width: 140px;
  margin: 0 auto 20px;
  display: block;
}

.timeline-item span {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 12px;
  color: #1a1a1a;
}

.timeline-item p {
  font-size: 1rem;
  line-height: 1.5;
  color: #2d2d2d;
  margin: 0;
}

/* Hide mobile curved line on desktop */
.timeline-mobile-line {
  display: none;
}

/* SEO Footer Text - Desktop Only */
.safety-seo-footer {
  max-width: 900px;
  margin: 60px auto 0;
  padding: 30px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 12px;
  text-align: center;
}

.safety-seo-footer p {
  font-size: 1rem;
  line-height: 1.7;
  color: #2d2d2d;
  margin: 0;
}

/* Ensure images have explicit dimensions for CLS prevention */
.feat-box img {
  width: 120px;
  height: 120px;
  object-fit: contain;
}


/* =========================================================================
   PRODUCTS CAROUSEL SECTION
   ========================================================================= */

/* Product Link (makes entire image clickable) */
.carousel-product-link {
  display: block;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.carousel-product-link:hover {
  transform: translateY(-8px);
}

.carousel-product-link:hover img.product-image-img {
  filter: drop-shadow(0px 3px 9px #222);
}

.product-image-img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.4s ease;
}

.carousel-product-link:hover .product-image-img {
  transform: scale(1.05);
}

/* Product Button */
.product-button-container {
  text-align: center;
}

/* View All Button */
.btn-view-all {
  display: inline-block;
  padding: 16px 40px;
  background: #333;
  color: #fff;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border-radius: 30px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.btn-view-all:hover {
  background: #ffd4f2;
  color: #333;
  transform: scale(1.05);
  text-decoration: none;
}



/* Owl Carousel Dots */
.products-carousel .owl-dots {
  margin-top: 40px;
  text-align: center;
}

.products-carousel .owl-dot {
  display: inline-block;
  margin: 0 6px;
}

.products-carousel .owl-dot span {
  width: 12px;
  height: 12px;
  background: #ddd;
  border-radius: 50%;
  display: block;
  transition: all 0.3s ease;
}

.products-carousel .owl-dot.active span {
  background: #ffd4f2;
  transform: scale(1.4);
}

.products-carousel .owl-dot:hover span {
  background: #ffb89d;
}

/* Card container */
.gi-tilt {
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.1s ease-out;
    will-change: transform;
}

/* PNG Image with drop-shadow (respects transparency) */
.gi-tilt img {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.15));
    transition: filter 0.2s ease-out;
    will-change: filter;
}

/* Remove or hide the old glow overlay if it exists */
.gi-tilt__glow {
    display: none;
}

/* *********************** Respensive ******************************* */

@media screen and (min-width: 1950px) {
  .gummies-efficase {
    min-height: 3017px;
  }

  .gummies-efficase:before {
    background-size: cover;
  }

  .hero-gummies-section header.hero-content {
    margin-right: -15%;
    margin-top: -71px;
    margin-left: 50%;
  }
}

@media screen and (min-width: 1400px) {

  .single-features-product {
    padding: 5px;
  }
}

@media screen and (max-width: 1440px) {
  .nav-links {
    gap: 180px;
  }

  .left-nav-links {
    max-width: 400px;
  }

  .right-nav-links {
    display: flex;
    width: 100%;
    max-width: 980px;
    justify-content: space-between;
    align-items: center;
  }

  .create-pack img.pack-image {
    max-height: 450px;
    width: auto !important;
  }

  .gummies-efficase span.hero-tag.reg-btn.magnetic-button {
    padding: 3px 13px !important;
  }

  .gummies-efficase {
    min-height: 2300px;
  }

  .gummies-product-box {
    padding: 20px;
  }

  .features-title {
    font-size: 18px;
  }

  section.feautures.feautures-gummies {
    padding-top: 0;
  }

  .gummies-efficase {
    min-height: 1954px;
  }

  .gummies-efficase span.hero-tag.reg-btn.magnetic-button {
    padding: 3px 14px !important;
  }

  .single-features-product {
    padding: 18px;
  }

  p.ar-note {
    margin-bottom: 0 !important;
    font-size: 11px;
    line-height: 1;

  }

  .hero-gummies-section header.hero-content {
  margin-right: -61px;
        margin-top: -71px;
        margin-left: 10px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1399px) {}

@media screen and (min-width: 1200px) {}

@media screen and (max-width: 1200px) {
  .single-features-product {
    padding: 7px;
  }

  .nav-links {
    gap: 80px;
  }

  .left-nav-links {
    max-width: 350px;
  }

  section.products-carousel-section .product-image-img {
    max-height: 370px;
    margin: 10px;
  }

  .gummies-efficase {
    min-height: 1460px;
    margin-top: 40px;
  }

  .gummies-efficase span.hero-tag.reg-btn.magnetic-button {
    line-height: 1.1;
    padding: 5px 13px !important;
  }

  .gummies-efficase h2#gummies-efficases-title {
    font-size: 4rem;
  }

  .slide-panel-buttons {
    max-width: 100%;
    margin: 0 !important;
  }

  .title-h2 {
    font-size: 37px;
  }

  .benefits-title {
    font-size: 41px;
    font-weight: 400;
    color: #373737;
    margin-bottom: 10px;

  }

  .owl-carousel.benefits-carousel.owl-loaded.owl-drag {
    padding-top: 40px;
  }
 

  .sub-title-h2 {
    font-size: 21px;
  }

  .gummies-efficase:before {
    background-size: cover;
  }

  .single-product .feautures-content {
    padding-top: 40px;
  }

  .title-h2-div {
    max-width: 889px;
  }

  .feat-box img {
    max-width: 80%;
  }

  h3#gummies-efficases-title {
    font-size: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .feat-box img {
    min-width: 60%;
  }

  .row-timeline::before {
    content: '';
    position: absolute;
    top: 90px;
    left: 15%;
    right: 15%;
    height: 2px;
    background-image: repeating-linear-gradient(to right,
        #6b5b8e 0,
        #6b5b8e 8px,
        transparent 8px,
        transparent 16px);
    z-index: 0;
  }
}

@media screen and (max-width: 1024px) {
  .site-footer__grid {
    display: grid;
    grid-template-columns: 1fr 180px 160px;
    gap: 32px;
    align-items: center;
    font-size: 20px;
  }

  .site-footer__brand {
    gap: 25px;
  }

  .site-footer__nav a {
    padding: 4px 0;
  }

  .container-fluid.cont-fluid-padding {
    padding: 30px 20px;
  }

  .h1_title {
    font-size: 36px !important;
  }

  p.sub-title__text {
    font-size: 24px;
  }

  section.discover-collagene.ac-pd-top .magnetic-button {
    margin-top: 1rem !important;
  }

  .gummies-efficase:before {
    background-position: bottom;
  }

  .gummies-efficase {
    min-height: 1350px;
  }

  h3#gummies-efficases-title {
    font-size: 46px;
  }

  .owl-carousel.gummies-thumb-carousel {
    display: none !important;
  }

  .owl-carousel.gummies-thumb-carousel {
    width: 10%;
    display: none !important;
  }

  .owl-carousel.gummies-main-carousel {
    width: 100%;
  }

  .promo {
    font-size: 16px;
    padding: 2px 17px;
  }

  .hero-gummies-section header.hero-content {
    margin-right: -167px;
    margin-top: -31px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 991.98px) {
  .nav-links {
    padding: 0px 15px;
    gap: 30px;
  }

  .nav .nav-links a {
    font-size: 14px;
  }

  .left-nav-links {
    max-width: 275px;
  }

  p.sub-title__text {
    font-size: 21px;
    margin-top: 2rem;
  }

  .reviews-carousel .owl-nav .owl-prev {
    left: -35px;
  }

  .reviews-carousel .owl-nav .owl-next {
    right: -35px;
  }

  .owl-carousel.gummies-thumb-carousel {
    width: 10%;
    display: block !important;
  }

  .owl-carousel.gummies-main-carousel {
    width: 80%;
  }

  .gummies-carousel-section {
    justify-content: space-around;
  }

  .owl-carousel.gummies-thumb-carousel .owl-stage-outer .owl-item {
    padding: 12px 5px;
  }

  .slide-panel-buttons {
    padding: 5px 46px 21px;
  }

  .promo {
    font-size: 17px;
    padding: 2px 28px;
  }

  section.benefits-carousel-section {
    padding-top: 60px !important;
  }

  h2#benefits-section-title {
    max-width: 690px;
  }

  .feat-box span {
    font-size: 22px;
  }

  .features-icons .list-feat-5 {
    row-gap: 30px;
  }

  section.products-carousel-section .product-image-img {
    max-height: 320px;
  }

  h3#gummies-efficases-title {
    max-width: 65%;
  }

  .gummies-efficase p.hero-subtitle {
    max-width: 53%;
  }

  .gummies-gallery {
    padding-top: 150px;
  }

  .timeline-sommeil {
    padding: 60px 0;
  }

  .h2-timeline {
    font-size: 1.4rem;
    margin-bottom: 40px;
    padding: 0 15px;
  }

  /* Show curved line on mobile */
  .timeline-mobile-line {
    display: block;
    position: absolute;
    top: 204px;
    left: 55%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 378px;
    pointer-events: none;
    z-index: 0;
  }

  .curved-line-img {
    max-width: 74% !important;
    height: auto;
    opacity: 0.7;
  }

  .row-timeline {
    position: relative;
    z-index: 1;
  }

  .timeline-item.time-07 {
    margin-top: -84px;
  }

  .timeline-item.time-23 {
    margin-top: 130px;
  }

  /* Remove desktop line on mobile */
  .row-timeline::before {
    display: none;
  }

  .timeline-item {
    padding: 15px 10px;
  }

  .timeline-item img {
    max-width: 130px;
    margin-bottom: 15px;
  }

  .timeline-item span {
    font-size: 1.2rem;
    margin-bottom: 8px;
  }

  .timeline-item p {
    font-size: 0.9rem;
  }

  .products-carousel .owl-nav button.owl-prev {
    left: -15px;
  }

  .products-carousel .owl-nav button.owl-next {
    right: -15px;
  }

  .highlight-box.glass-card {
    padding: 20px 20px;
  }

  .hero-gummies-section header.hero-content {
    margin-right: 0;
    margin-top: 0;
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .single-features-product {
    padding: 16px;
    gap: 14px;
  }

  .single-features-product .feature-icon {
    width: 55px;
    height: 55px;
  }

  .single-features-product .feature-text {
    font-size: 14px;
  }

  .features-title {
    font-size: 26px;
  }
}

@media screen and (min-width: 767.98px) {
  .create-pack .col-title-h2 p.sub-title-h2 {
    max-width: 610px;
  }
}

@media screen and (max-width: 767.98px) {
  .mobile-links {
    display: block;
  }

  .nav-links {
    display: none;
  }

  .site-footer__brand {
    gap: 6px;
    flex-direction: column;
  }

  .site-footer__social img {
    max-width: 60px !important;
  }

  .site-footer__grid {
    font-size: 17px;
  }

  .site-footer__legal a {
    font-size: 13px;
  }

  .reviews-carousel .owl-nav {
    display: none;
  }

  .review-box {
    min-height: 280px;
  }

  section.products-carousel-section .product-image-img {
    max-height: 320px;
  }

  .gummies-efficase {
    min-height: 1135px;
  }
 
  /* Single column layout */
  .features-grid {
    grid-template-columns: 1fr;
  }

  .single-features-product {
    padding: 16px;
    gap: 14px;
  }

  .single-features-product .feature-icon {
    width: 50px;
    height: 50px;
  }

  .single-features-product .feature-text {
    font-size: 14px;
    line-height: 1.5;
  }

  .features-title {
    font-size: 22px;
    padding: 0 15px;
  }

  .slide-panel-buttons {
    gap: 12px;
  }

  .gallery-column {
    order: 1;
  }

  .product-column {
    order: 2;
  }

  .benefits-title {
    font-size: 37px;
    margin-bottom: 20px;
    max-width: 100%;
    text-align: left;
  }

  .benefits-list li {
    font-size: 17px;
    padding-left: 24px;
  }

  .benefits-carousel .owl-dots {
    margin-top: 30px;
  }

  .benefits-image img {
    max-width: 60%;
    margin-left: auto;
  }

  .benefits-image {
    text-align: center;
    margin: 0;
  }


  .gummies-efficase:before {
    background-size: contain;
  }

  h3#gummies-efficases-title {
    max-width: 100%;
  }

  .gummies-efficase {
    min-height: 995px;
  }

  .slide-panel {
    max-width: 70%;
  }

  .panel-title {
    font-size: 24px;
  }

  .gummies-ingredients-table {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    width: fit-content;
  }

  .benefits-content {
    align-items: flex-start;
  }

  .timeline-mobile-line {
    top: 214px;
    left: 57%;
  }

  .values-title {
    font-size: 1.8rem;
    padding: 0 20px;
  }

  .values-intro {
    font-size: 0.95rem;
    padding: 0 20px;
  }

  .accordion {
    font-size: 0.95rem;
    padding: 20px 50px 20px 15px;
  }

  .panel-content {
    flex-direction: column;
    text-align: center;
    padding: 30px 15px;
    gap: 20px;
  }

  .panel-image img {
    max-width: 150px;
    margin: 0 auto;
  }

  .panel-text p {
    font-size: 0.95rem;
    text-align: left;
  }

  .carousel-product-image {
    border-radius: 16px;
    margin-bottom: 15px;
  }


  .btn-view-all {
    padding: 14px 32px;
    font-size: 14px;
  }

  .mission-highlights .row {
    row-gap: 20px;

  }

  .values-section .accordion {
    font-size: 18px;
  }

  .story-content p {
    text-align: center;
  }
    .hero-visual-wrapper { 
        margin-top: 0px;
        width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
  .site-footer__logo {
    margin-bottom: 30px;
  }

  .site-footer__logo img {
    max-width: 320px;
  }

  .site-footer__inner {
    margin: 0 auto;
    padding: 30px 8px;
  }

  .site-footer__grid {
    grid-template-columns: 1fr 109px 98px;
    gap: 6px;
    font-size: 14px;
  }

  .site-footer__social img {
    max-width: 40px !important;
  }

  .site-footer__legal {
    margin-top: 40px;
  }

  .h1_title {
    font-size: 35px !important;
  }

  p.sub-title__text {
    margin-top: 2rem;
  }

  .sub-title-h2 {
    font-size: 20px;
  }

  .title-h2 {
    font-size: 34px;
    margin: 0 !important;
    margin-bottom: 20px !important;
  }

  section.products-carousel-section .product-image-img {
    max-height: 390px;
  }

  .create-pack img.pack-image {
    max-height: 260px;
  }

  .create-pack .magnetic-button {
    font-size: 18px;
    padding: 3px 23px !important;
  }

  .gummies-efficase {
    min-height: 1000px;
    margin-top: 40px;
  }

  .gummies-efficase h2#gummies-efficases-title {
    font-size: 3.4rem;
  }
 
  .slide-panel {
    max-width: 90%;
    max-height: 90dvh;
    top: 30px;
  }

  ul.panel-checklist li span.li-title,
  .panel-body {
    font-size: 14px;
  }

  ul.panel-checklist {
    font-size: 13px;
  }

  .slide-panel-buttons {
    padding: 5px 0px 21px;
  }

  .owl-carousel.gummies-main-carousel figure.gummies-slide {
    min-height: 491px;
  }

  .gummies-efficase span.hero-tag.reg-btn.magnetic-button {
    font-size: 15px;
  }

  .gummies-efficase p.hero-subtitle {
    max-width: 100%;
  }

  .benefits-content {
    padding-left: 5px;
    padding-right: 0 !important;
  }

  .benefits-list li {
    padding-left: 14px;
  }

  .timeline-item img {
    max-width: 80px;
  }

  .timeline-item span {
    font-size: 1.1rem;
  }

  .timeline-item p {
    font-size: 0.85rem;
  }

  .lab-hero-content {
    padding: 140px 0 0;
  }

  .hero-gummies-section {
    min-height: auto;
    padding: 10px 0;
  }
 
}

@media screen and (max-width: 479px) {
  .single-features-product {
    padding: 14px;
    gap: 12px;
  }

  .single-features-product .feature-icon {
    width: 45px;
    height: 45px;
  }

  .single-features-product .feature-text {
    font-size: 13px;
  }

  .features-title {
    font-size: 20px;
  }
}



/* animation */
@keyframes floatCard3D {
  0% {
    transform: translateY(0px) rotateX(0deg);
  }

  50% {
    transform: translateY(-15px) rotateX(2deg);
  }

  100% {
    transform: translateY(0px) rotateX(0deg);
  }
}

.story-highlight {
  animation: floatCard3D 6s ease-in-out infinite;
}

@keyframes shadowPulse {
  0% {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }

  50% {
    box-shadow: 0 40px 80px rgba(0, 0, 0, 0.18);
  }

  100% {
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  }
}

.story-highlight {
  animation:
    floatCard3D 6s ease-in-out infinite,
    shadowPulse 6s ease-in-out infinite;
}