/** Shopify CDN: Minification failed

Line 5710:76 Expected ":"
Line 5710:78 Expected identifier but found "0"

**/
/* DETAILS
==================================================
	Theme Name: Slumber
	Author: Weavers Web Solutions
	Author URI: https://weavers-web.com/
==================================================
*/
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*========== Custom Fonts ==========*/
@font-face {
  font-family: "Clash Display";
  src: url("ClashDisplay-Regular.eot");
  src: url("ClashDisplay-Regular.eot?#iefix") format("embedded-opentype"),
    url("ClashDisplay-Regular.woff2") format("woff2"),
    url("ClashDisplay-Regular.woff") format("woff"),
    url("ClashDisplay-Regular.ttf") format("truetype"),
    url("ClashDisplay-Regular.svg#ClashDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Clash Display";
  src: url("ClashDisplay-Medium.eot");
  src: url("ClashDisplay-Medium.eot?#iefix") format("embedded-opentype"),
    url("ClashDisplay-Medium.woff2") format("woff2"),
    url("ClashDisplay-Medium.woff") format("woff"),
    url("ClashDisplay-Medium.ttf") format("truetype"),
    url("ClashDisplay-Medium.svg#ClashDisplay-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "Clash Display";
  src: url("ClashDisplay-Semibold.eot");
  src: url("ClashDisplay-Semibold.eot?#iefix") format("embedded-opentype"),
    url("ClashDisplay-Semibold.woff2") format("woff2"),
    url("ClashDisplay-Semibold.woff") format("woff"),
    url("ClashDisplay-Semibold.ttf") format("truetype"),
    url("ClashDisplay-Semibold.svg#ClashDisplay-Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "PP Mori";
  src: url("PPMori-Regular.eot");
  src: url("PPMori-Regular.eot?#iefix") format("embedded-opentype"),
    url("PPMori-Regular.woff2") format("woff2"),
    url("PPMori-Regular.woff") format("woff"),
    url("PPMori-Regular.ttf") format("truetype"),
    url("PPMori-Regular.svg#PPMori-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: optional;
}

@font-face {
  font-family: "PP Mori";
  src: url("PPMori-SemiBold.eot");
  src: url("PPMori-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("PPMori-SemiBold.woff2") format("woff2"),
    url("PPMori-SemiBold.woff") format("woff"),
    url("PPMori-SemiBold.ttf") format("truetype"),
    url("PPMori-SemiBold.svg#PPMori-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: optional;
}

:root {
  --Clash: "Clash Display";
  --Ppmori: "PP Mori";
  --Poppins: "Poppins", sans-serif;
  --font-awesome: "Font Awesome 6 Free";
  --common-transition: all 0.3s ease 0s;
  --mood-color:#8958E5;
  --mood-bg: #FDF9FF;
}

/* html{ overflow-x: hidden;} */
body {
  margin: 0 !important;
  padding: 0;
  font-family: PP Mori !important;
  font-weight: normal !important;
  font-size: 18px;
  line-height: 1.5 !important;
  color: #444 !important;
  overflow-x: hidden;
  --background: #fff !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
.heading,
.h0,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
.prose :is(h1, h2, h3, h4, h5, h6) {
  line-height: 1.2;
  margin: 0 0 20px;
  padding: 0;
  font-family: "PP Mori";
  font-weight: 400;
}
h1,
.h0,
.h1 {
  font-size: 60px;
  line-height: 1.2;
  color: #181818;
  font-family: "PP Mori";
  font-weight: 400;
}
h2,
.h2 {
  font-size: clamp(1.75rem, 1.288rem + 1.231vw, 2.75rem) !important;
  line-height: 1.3;
  color: #181818;
  font-family: "PP Mori";
  font-weight: 400;
}
h3,
.h3 {
  font-size: 20px;
  line-height: 1.3;
  color: #181818;
  font-family: "PP Mori";
  font-weight: 400;
}
h4,
.h4 {
  font-size: 18px;
  line-height: 1.3;
  color: #181818;
  font-family: "PP Mori";
  font-weight: 400;
}
h5,
.h5 {
  font-size: 16px;
  line-height: 1.5;
  color: #181818;
  font-family: "PP Mori";
  font-weight: 400;
}
p {
  margin-bottom: 20px;
}
.h4,
.prose h4:not(.h0, .h1, .h2, .h3, .h4, .h5, .h6) {
  font-size: inherit;
}
.testi-user-img .gap-2{
  width: auto;
}
.button {
  background: #86ccd8 !important;
  padding: 20px !important;
  color: #181818 !important;
  text-transform: uppercase;
  font-family: PP Mori !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 1.3 !important;
  border-radius: 40px !important;
  gap: 0;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
}
.button:not(.btn-border-black, .btn-border-white, .secondary-btn):hover .fa-solid.fa-arrow-right::before { background: url('/cdn/shop/files/white-artrow-right1.png?v=1760095084') no-repeat center center !important;}
.button .fa-solid.fa-arrow-right::before {transition: 0.2s ease-in-out all}
.button span {
    display: flex;
}
.button:hover {
  background: #5D59B1 !important;
  color: #fff !important;
}
/* .shg-btn:hover { color: #86CCD8 !important; } */

.btn-border-white {
  border: 1px solid #fff;
  background: transparent !important;
  color: #fff !important;
}
.btn-border-white:hover {
  background: #86ccd8 !important;
  color: #181818 !important;
  border: 1px solid #86ccd8;
}

.btn-border-black {
  border: 1px solid #181818;
  background: transparent !important;
  color: #181818 !important;
}
.btn-border-black:hover {
  background: #86ccd8 !important;
  color: #181818 !important;
  border: 1px solid #86ccd8;
}

.btn-orange {
  background: #fef2da !important;
  color: #181818 !important;
}
.btn-orange:hover {
  background: #86ccd8 !important;
}

.button span:not(:last-child) {
  margin-right: 0;
}

.group:hover .reversed-link,
.reversed-link.hover\:show:hover {
  background-size: 0;
}

/* .button a { background: transparent !important; padding: 0px !important; font-family: var(--Ppmori); font-weight: 600; color: #000;} */

.oke-reviewsTab {
  display: none !important;
}

.wrapper {
  max-width: 1600px;
  margin: 0 auto !important;
}
.wrapper2 {
  max-width: 1230px;
  margin: 0 auto !important;
  padding: 0 15px;
}
.align-center {
  align-items: center;
}

/*========== Header Section Start ==========*/
.announcement-bar span p {
  margin: 0;
}
.head-subhead .gap-2{
  width: auto;
}
.night .slick-slider .avater-wrapper{
  min-height: 512px;
}
header nav ul li a {
  font-size: 18px;
  font-weight: 600;
}
.header__wrapper {
  padding-top: 27px !important;
  padding-bottom: 27px !important;
}
.button-text-wrapper-mobile .btn { width: 100%; background-color: #273166; transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; }
.button-text-wrapper-mobile .btn:hover { background-color: #5D59B1; }
.header__secondary-nav.header_icon_wrapper .header__icon-list a:first-child:hover span { color: #5D59B1; }
.header__wrapper .header__logo {
  margin: 0;
}
/*========== Banner Section Start ==========*/
.banner-slide {
  position: relative;
}
.banner-slider-wrapper {
  max-width: 1600px;
  margin: 0 auto;
  --slideshow-slide-background: transparent !important;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_icon_wrapper .cart-icon-wr { width: 52px; height: 52px; display: flex; justify-content: center; align-items: center; background: rgba(246, 246, 247, 1); border-radius: 50%; transition: 0.3s ease-in-out; }
.header_icon_wrapper .cart-icon-wr:hover { background: #86ccd8; }
.header_icon_wrapper .header__icon-list a:first-child span { font-weight: 600; }
.banner-slide::before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  background: url(banner-wave.svg) no-repeat;
  content: "";
  width: 100%;
  height: 190px;
  background-size: cover;
  z-index: 2;
  background-position: right bottom;
}
/* .banner-slide:after { position: absolute; right: 0; bottom: 0; background: url(banner-rt-shape.png) no-repeat; content: ""; width: 524px; height: 671px; background-size: contain; } */

.banner-text-wrap {
  max-width: 855px;
  width: 100%;
}
.banner-slider-wrapper .content-over-media::before {
  display: none;
}
.banner-top-small-text {
  display: flex;
  align-items: center;
}
.banner-top-small-text img {
  height: 20px;
  margin-right: 8px;
}
.banner-top-small-text p {
  margin: 0 !important; /*font-family: var(--Ppmori); font-weight: 600;*/
}
.banner-top-small-text-inner {
  background: transparent;
  padding: 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.banner-text-wrap .h0 {
  line-height: 1.2 !important;
  font-size: clamp(2.438rem, 1.5rem + 2.5vw, 3.75rem) !important;
  margin-top: 0;
  font-weight: 600;
  max-width: 580px;
  position: relative;
}
.banner-text-wrap .h0 span {
  /* border: 2px solid #fff; */ /* padding: 8px 20px 6px; */ /* border-radius: 60px; */
  line-height: 0.9 !important;
  border-bottom: 0;
}
.banner-text-wrap p.h0::after{
    content: "";
    background-image: url('/cdn/shop/files/btm-line.svg?v=1760356801') !important;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0 !important;
    bottom: -22px !important;
    width: 100% !important;
    height: 62px;
    max-width: 540px;
    z-index: -1;
}
.banner-text-wrap .content-wrapper ul {
    list-style: none;
    gap: 16px;
}
.banner-text-wrap .content-wrapper ul li {
  padding-left: 24px;
  position:relative;
  font-weight: 600;
  font-size: clamp(1rem, 0.821rem + 0.476vw, 1.25rem);
}
.banner-text-wrap .content-wrapper ul li:before {
    content:"";
    background-image: url(/cdn/shop/t/36/assets/triangle-img.svg?v=1714477454);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
}
.banner-image {
  max-width: 480px;
  margin: 87px 0 160px;
  position: relative;
}
/* .banner-image:after { position: absolute; right: 0; bottom: 0; background: url(banner-rt-shape.png) no-repeat; content: ""; z-index: -1; width: 524px; height: 671px; background-size: contain; } */
.banner-text .btn-border-white {
  margin-left: 16px;
}
.banner-slide .section {
  width: 100%;
  max-width: 1600px;
  padding: 0px;
}
.banner-slide .content-over-media > img {
  height: 750px;
  width: 100%;
  object-fit: cover;
}
.banner-slide .content-over-media::before {
  display: none;
}

/*========== Logo Slider Section Start ==========*/
.logo-slider .section {
  padding-top: 60px;
  padding-bottom: 40px;
}
.logo-slider h2 {
  font-size: 16px;
}
.logo-slider .logo-list,
.general-logo-slider .logo-list {
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0 auto;
}
.logo-slider .logo-list__item,
.general-logo-slider .logo-list__item {
  background: transparent;
  padding: 0px;
}
.logo-slider .logo-list .slick-track,
.general-logo-slider .logo-list .slick-track {
  display: flex;
  align-items: center;
}
.logo-slider .logo-list__item img.logo-list__image,
.general-logo-slider .logo-list__item img.logo-list__image {
  margin: 0 auto;
}
.logo-slider .logo-list .slick-list,
.general-logo-slider .logo-list .slick-list {
  padding: 0 !important;
}

/*========== Top Selling Product Section Start ==========*/
.top-selling-product .section {
  padding-top: 100px;
  padding-bottom: 50px;
}
.product-info-sec .section-header {
  display: block;
  margin-bottom: 30px;
}
.top-selling-product .section-stack {
  gap: inherit;
}
.product-top-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  
}
.product-top-header h1 {
  max-width: 100%;
  width: 100%;
  margin: 0px;
  font-size: clamp(1.688rem, 0.929rem + 2.024vw, 2.75rem) !important;
}
.product-top-header p {
  margin: 0 !important;
  max-width: 530px;
  width: 100%;
  text-align: left;
}
.product-info-sec .scrollbar {
  /* order: 1;*/
  justify-content: flex-end;
}
/* .product-info-sec .scroll-area{order: 2;} */
.product-info-sec .scrollbar__progress {
  display: none;
}
.product-info-sec .scrollable-with-controls .scrollbar__buttons button {
  background: #5D59B1;
  width: 56px;
  height: 56px;
}
.product-info-sec .product-card, .product-list .product-card {
    background: #F8F9FF;
    border-radius: 32px;
    border: 1px solid #7D5FA133;
    overflow:hidden;
    /* CLS Fix: Reserve total space for product card (390px figure + 180px info) */
    min-height: 570px;
}
.product-info-sec.day-support-product .product-card {
  background: #FEFBF5;
  border: 1px solid #F68D4933;
}
.product-info-sec .product-card .product-card__figure { border-radius: 32px 32px 0 0; }
/* .product-card{border-radius: 32px; overflow: hidden; display: block;} */
.product-card .product-card__quick-buy {
  width: 100%;
  left: 0;
  bottom: 0;
  text-align: center;
  padding: 25px 20px;
  z-index: 1;
}
.product-card__info {
  /* position: absolute; */ /* left: 0; */ /* bottom: 0; */ /* margin: 0; */
  width: 100%;
  padding: 0 20px 24px !important;
  right: 0;
  /* CLS Fix: Reserve space for product info content (title + price + reviews + description) */
  min-height: 180px; /* Accommodates title, price, Junip reviews, and short description */
}
.product-info-sec .product-card .product-card__info .product-card__info-inn, .product-list .product-card__info-inn {
    padding-top: 24px;
  position:relative; 
  gap: 10px;
}
.product-info-sec .product-card .product-card__info .product-card__info-inn:before, .product-list .product-card__info-inn:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(/cdn/shop/t/36/assets/border-line-night.svg?v=1714484081);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top;
    width: 100%;
    height: 1px;
}
.product-info-sec.day-support-product .product-card .product-card__info .product-card__info-inn:before {
  background-image: url(/cdn/shop/t/36/assets/border-line-day.png?v=1714485346);
}
.product-card--blends .product-card__info price-list.price-list {
    text-align: right;
font-size: 16px;
}
.product-card--blends .product-card__info price-list.price-list span.discount-price {
    color: #273166;
    font-size: 16px;
    font-weight: 600;
   display:block;
}
.product-card--blends .product-card__info price-list.price-list .text-subdued { color: #4D4D4D;}
.product-card .product-card__quick-buy .button {
  width: 100%;
}
.product-card--blends .product-card__info p:last-child {
    margin-bottom: 0;
}
.product-card .product-card__quick-buy {
  background: #273166;
}
.btn-wrap {
  display: inline-block;
  margin: 0 auto;
}
.btn-wrap a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
}
.btn-wrap a .circle-chevron,
.btn-wrap a .circle-chevron.group:hover {
  background: transparent !important;
}
.product-card__figure {
  display: block;
  position: relative; /*height: 390px;*/ /* padding: 60px 0 180px; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  overflow: hidden;
}
.product-card__figure a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-card__figure a img.product-card__image--primary {
  height: 100%;
  width: auto; /* CLS Fix: Maintain aspect ratio */
  max-width: 100%; /* CLS Fix: Don't exceed container */
}
.product-card__figure a img {
  margin: 0 auto;
}
.product-card__figure a img.product-card__image--secondary {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 0;
  position: absolute; /* CLS Fix: Prevent secondary image from affecting layout */
  top: 0;
  left: 0;
  opacity: 0; /* CLS Fix: Hidden by default */
  transition: opacity 0.3s ease-in-out;
}
/* CLS Fix: Show secondary image on hover */
.product-card--show-secondary-media:hover .product-card__image--secondary {
  opacity: 1;
}

.product-card--show-secondary-media .product-card__figure:hover .product-card__image--secondary{
  opacity: 1 !important;
}

.product-card__info .product-card__info-inn {
  display: flex;
  justify-content: space-between;
}
.product-card__info .product-card__title {
  font-family: var(--Ppmori);
  font-size: 20px;
  font-weight: 400;
}
.product-card__info .rating-with-text a.rating {
  display: none;
}
.day-support-product .btn-wrap,
.top-selling-product .btn-wrap {
  margin-top: 60px;
}

/* CLS Fix: Reserve space for review widgets in product cards */
.product-card .ratings {
  min-height: 24px;
}

/* CLS Fix: Ensure lazy-loaded images don't shift layout */
.product-card__image.lazyload,
.product-card__image.lazyloading {
  opacity: 0;
  transition: opacity 0.3s;
}
.product-card__image.lazyloaded {
  opacity: 1;
}

.product-card__quick-buy {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
    visibility 0.2s ease-in-out;
  transform: translateY(5px);
}
.product-card:hover .product-card__quick-buy {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.ratings.product-info__rating {
  display: flex;
  align-items: center;
  justify-content: start;
  width: 100%;
  min-height: 24px; /* CLS Fix: Reserve space for Junip reviews to prevent layout shift */
}
.night-bg .product-card__figure {
  background: transparent;
}
.day-bg .product-card__figure {
  background: #fdfaf2;
}
.afternoon-bg .product-card__figure {
  background: #f9fcf4;
}

/*========== Result Video Section Start ==========*/
.video-animated-text .section {
  padding-top: 50px;
}
.scrolling-text__text.heading {
  color: #27316610;
  line-height: 1;
  font-size: clamp(2.813rem, -4.107rem + 18.452vw, 12.5rem);
}
.animated-text .section {
  padding-bottom: 0;
}

.result-video {
  background: #273166 !important;
  padding: 100px 0 0;
  position: relative;
  overflow: hidden;
}
.result-video .media-with-text__content {
  padding: 40px !important;
}
.result-video .media-with-text__content .prose {
  text-align: left;
}
.result-video .media-with-text__content .upper-content {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ffffff60;
}
.result-video .media-with-text__content .upper-content p {
  font-size: 26px;
}
.result-video .media-with-text__content p.h2 {
  color: #fff;
  margin: 0 0 12px;
}
.result-video .media-with-text__content .upper-content p strong {
  font-size: 90px;
  font-family: var(--Ppmori);
}
.result-video .media-with-text__content .upper-content p span {
  font-family: var(--Ppmori);
  font-size: 44px;
}
.result-video .media-with-text__content a.button {
  border-radius: 36.149px !important;
  border: 0.904px solid #fff;
  background-color: transparent !important;
  color: #fff !important;
  padding: 16px 60px 16px 35px !important;
  line-height: 1 !important;
  font-weight: normal !important;
  background-image: url(/cdn/shop/files/arrow-button.svg?v=1698391795) !important;
  background-repeat: no-repeat !important;
  background-position: 82% !important;
}
.result-video .media-with-text__content a.button:hover {
  background-color: #423f94 !important;
  border-color: #423f94 !important;
}
.result-video .media-with-text__content p {
  margin: 0;
}
.result-video::before {
  position: absolute;
  left: -76px;
  top: 0;
  bottom: 120px;
  width: 220px;
  height: 436px;
  content: "";
  z-index: 1;
  background: #7f5da3;
  border-radius: 0 210px 210px 0;
}
.result-video::after {
  position: absolute;
  right: -70px;
  bottom: -80px;
  width: 309px;
  height: 293px;
  content: "";
  z-index: 1;
  background: #201c3a;
  border-radius: 300px 0 0 0;
}
.result-video .section {
  position: relative;
  z-index: 9;
}

/*========== Day Product Section Start ==========*/
.day-support-product .section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.day-support-product .product-card .product-card__quick-buy {
  background: #f68d49;
}
.day-support-product .product-card .product-card__quick-buy .button {
  background: #fef2da !important;
}
.day-support-product .product-card .product-card__quick-buy .button:hover {
  background: #86ccd8 !important;
}
.day-support-product .scrollable-with-controls .scrollbar__buttons button {
  background: #f68d49;
}
.day-support-product .section-stack {
  gap: inherit;
}

/*========== Collection Slider / Shop By Benefit Section Start ==========*/
.collection-slider {
  padding: 63px 0 54px;
  background: url(benefit-bg.jpg) no-repeat center center !important;
  background-size: 100% 100% !important;
}
.collection-slider .section {
  padding-top: 0;
  padding-bottom: 0;
}
.collection-card {
  position: relative;
  border-radius: 32px;
  height: 100%;
}
.collection-card .content-over-media {
  display: block !important;
  position: relative;
  border-radius: 32px;
}
.collection-card__content-wrapper {
  text-align: left !important;
  width: 100% !important;
  top: 0;
  left: 0;
  height: 100%;
  display: block !important;
}
.icon-collection {
  position: absolute !important;
  right: 32px;
  bottom: 26px;
  width: 105px;
  height: 105px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.collection-card__content-wrapper {
  text-align: left;
  width: 100%;
}
.collection-card__content .h3 {
  font-size: 80px !important;
  font-family: var(--Ppmori) !important;
  font-weight: 600;
  margin-bottom: 8px;
}
.collection-card__content p {
  margin: 0 !important;
}
.collection-card .content-over-media {
  padding: 40px 40px 230px;
  height: 100%;
}
.collection-card .content-over-media img.zoom-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  top: 0;
}
.collection-card .content-over-media:hover::before {
  height: 50%;
}
.scrollbar__progress {
  display: none !important;
}
.collection-slider .section-stack {
  position: relative;
}
.collection-slider .scrollbar__buttons {
  position: absolute;
  right: 0;
  top: 0px;
}
.collection-slider .circle-button {
  background: #201c3a;
}
.collection-slider .circle-button .animated-arrow::after,
.collection-slider .circle-button .animated-arrow::before {
  color: #fff;
}

.shopify-section--collection-list .collection-card__content .h2 {
  font-size: 30px !important;
}

/*========== Doctor Section Start ==========*/
.doctor-animated-text {
  padding-top: 100px;
}
.doctor-recommend {
  background: url(doctor-left-bg.png) no-repeat left bottom 150px,
    url(doctor-right-bg.png) no-repeat right bottom 83px !important;
}
.doctor-recommend .section {
  padding-bottom: 350px;
}
.doctor-rec-info {
  text-align: left;
}
.doctor-recommend .media-with-text__content {
  padding: 0;
  display: block;
}
.doctor-recommend .media-with-text__item {
  gap: 0;
  display: flex;
  flex-wrap: wrap;
}
.doctor-recommend .media-with-text__content .h2 {
  font-size: clamp(1.625rem, 1.179rem + 1.19vw, 2.25rem) !important;
  font-weight: 600;
  margin-bottom: 4px;
}
.doctor-recommend .media-with-text__content .sub-heading {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #abacad48;
}
.doctor-details {
  position: absolute;
  bottom: -155px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: auto;
  height: auto;
  text-align: center;
}
.doctor-details img {
  margin: 0 auto;
  width: 120px;
  height: 120px;
  border-radius: 8px;
  overflow: hidden;
}
.doctor-details p span {
  margin: 20px 0 4px;
  font-size: 22px;
}
.doctor-details p {
  font-size: 28px;
  font-weight: 600;
  color: #181818;
  margin: 0px;
}
.doctor-recommend .media-with-text__media,
.doctor-recommend .media-with-text {
  overflow: visible;
}

/*========== Testimonials Section Start ==========*/
.happy-slumber-inner {
  padding: 100px 0 100px;
}
.happy-slumber-inner .top-content {
  max-width: 510px;
  width: 100%;
  text-align: center;
  margin: 0 auto 50px;
}
.happy-slumber-inner .top-content h2 {
  margin: 0 0 16px;
}
.test-slider-inner {
  border-radius: 20px;
  opacity: 0.9;
  background: #f5f5f5;
  display: inline-flex;
  padding: 40px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  margin: 0 48px 50px 0;
}
.test-slider-inner .testi-slider-top {
  display: flex;
  flex-direction: column;
}
.test-slider-inner .testi-slider-top .user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 20px 0 0;
}
.test-slider-inner .testi-slider-top .user-info p span {
  color: #191a20;
  margin: 0 0 2px;
  font-size: 20px;
}
.test-slider-inner .testi-slider-top .user-info p {
  font-size: 14px;
  color: #444;
  margin: 0;
  font-weight: 600;
}
.test-slider-inner p strong {
  font-size: 24px;
  font-weight: 600;
  color: #181818;
  display: block;
  margin: 0 0 8px;
  line-height: 1;
}
.test-slider-inner p {
  color: #181818;
}
.marquee_rtl .test-slider-inner {
  direction: ltr;
}
.test-slider-inner .testi-slider-top .rating {
  margin-bottom: 15px;
}
.test-slider-inner .testi-slider-top .rating .rating__star {
  color: #86ccd8;
  width: 20px;
  height: 20px;
}
.test-slider-inner .testi-slider-top .rating__star--empty {
  filter: grayscale(0);
}

/*========== Blog Section Start ==========*/
/* .home-page-blog-list .blog-post-card { position: relative; overflow: hidden; border-radius: 12px;}
.home-page-blog-list .blog-post-card:before{position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to bottom,  rgba(32,28,58,0) 0%,rgba(32,28,58,1) 100%); content: ''; z-index: 1;}
.home-page-blog-list .blog-post-card__info { position: absolute; bottom: -140px; padding: 0 24px 0px; z-index: 2; transition: all ease-in-out 0.4s;}
.home-page-blog-list .blog-post-card__info img { width: 48px; height: 48px; border-radius: 50%; border: 2px solid #fff; margin-bottom: 16px; transition: all ease-in-out 0.4s;}
.home-page-blog-list .blog-post-card__info .h3 { font-size: 24px; color: #fff; margin-bottom: 140px; }
.home-page-blog-list .blog-post-card__info .blog-post-card-inner { display: block; }
.home-page-blog-list .blog-post-card:hover .blog-post-card__info { bottom: 0; padding: 44px 45px 86px; text-align: center; }
.home-page-blog-list .blog-post-card:hover .blog-post-card__info img{position: absolute; right: 45px; top: -24px; display: none;}
.home-page-blog-list .blog-post-card .blog-post-card__info .btn, 
.home-page-blog-list .blog-post-card:hover .blog-post-card__info .btn { background: transparent; text-align: center; font-family: var(--Ppmori); font-weight: 400; font-size: 16px; text-transform: uppercase; padding: 0; } */

/* .home-page-blog-list .blog-post-card:hover .blog-post-card__info .h3{color: #181818;} */

.blog-listing-page {
  padding: 80px 0;
}

/*========== Footer Section Start ==========*/
#igr-title {
  color: #fff !important;
  font-size: 26px;
}
.shopify-section-group-footer-group .section {
  padding-bottom: 0;
}
.shopify-section-group-footer-group #igr-powered-by {
  display: none;
}

.footer {
  background: #1f1c39;
  color: #fff;
  padding: 0;
}
.footer-top {
  padding: 50px 0 45px;
}
.footer p {
  color: #fff;
  font-size: 20px;
  opacity: 1;
}
.footer .footer__block--menu p {
  font-family: var(--Ppmori);
  font-size: 22px;
  font-weight: 600;
}
.footer ul li a {
  opacity: 1;
  font-size: 16px;
}
.footer-bottom {
  padding: 30px 0;
  text-align: center;
  background: #fff;
}
.footer-bottom p {
  margin: 0;
  text-align: center;
  color: #193c5b;
  width: 100%;
}
.footer_outer_text h5 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}
.footer_outer_text p span {
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
}
.footer_outer_text p {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
  margin-bottom: 8px;
}
.footer_outer_text p br {
  display: none;
}
.footer_outer_text p:last-child {
  margin: 0;
}

/*========== Shop Page Start ==========*/
.product-banner {
  position: relative;
}
/* .product-banner::before { position: absolute; left: 0; bottom: 97px; background: url(shop-banner-left-shape.svg) no-repeat; width: 123px; height: 246px; content: ""; z-index: 1; }
.product-banner::after{position: absolute; right: 0; top: 50%; transform: translateY(-50%); background: url(shop-banner-right-shape.svg) no-repeat; width: 228px; height: 400px; content: ''; z-index: 1;} */
.product-banner .banner-content {
  padding: 94px 0;
  background-size: cover;
}
.product-banner .banner-content h2 {
  font-size: 40px;
  font-weight: 400;
  margin-bottom: 12px;
}
.product-banner .banner-content p {
  font-size: 20px;
  max-width: 550px;
  width: 100%;
  margin: 0px;
}
.banner-logo {
  position: absolute;
  right: 85px;
  bottom: -85px; /*width: 214px; height: 214px;*/
  overflow: hidden;
}
.banner-logo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.colecction-top-filter {
  display: flex;
  align-content: center;
  justify-content: space-between;
}
/* .main-collection {
  padding: 140px 0 100px;
} */
.main-collection {
  padding: 80px 0 100px;
}
.main-collection .cetagory,
.cetagory {
  display: flex;
  margin: 0 20px 0 0;
  overflow-x: hidden;
  align-items: center;
  justify-content: flex-start;
  padding-bottom: 0;
  flex-wrap: wrap;
}
.main-collection .cetagory li,
.cetagory li {
  display: inline-block;
  background-color: transparent !important;
  opacity: 1 !important;
}
.main-collection .cetagory li a,
.cetagory li a {
  font-family: var(--Ppmori);
  font-size: 21px;
  line-height: 1.3;
  font-weight: 600;
  color: #193c5b;
  margin: 0 10px 15px;
  padding: 11px 35px;
  border: 1px solid #86ccd8;
  border-radius: 30px;
  display: block;
  width: max-content;
  background-color: transparent;
}
.main-collection .cetagory li a:hover,
.main-collection .cetagory li a.active,
.cetagory li a:hover,
.cetagory li a.selected {
  color: #193c5b;
  background: #86ccd8;
}

.money-back-gurranty {
  border-radius: 130px;
  padding: 0px 0px 0px 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}
.money-back-gurranty .gurrenty-lt {
  margin-left: auto;
  width: auto;
  padding: 36px;
  border-radius: 50%;
}
.money-back-gurranty .gurrenty-rt {
  display: flex;
  align-items: center;
  width: calc(100% - 295px);
  position: relative;
  z-index: 2;
}
.money-back-gurranty .gurrenty-rt span {
  font-family: var(--Ppmori);
  font-weight: 600;
  font-size: 185px;
  line-height: 1;
  margin-right: 20px;
}
.money-back-gurranty .gurrenty-rt-text p {
  margin: 0;
  font-size: 12px;
  max-width: 460px;
  width: 100%;
}
.money-back-gurranty .gurrenty-rt .gurrenty-rt-inn {
  display: flex;
  position: relative;
  padding-left: 88px;
}
.gurrenty-rt-inn1 {
  position: absolute;
  top: 30px;
  left: -40px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.money-back-gurranty .gurrenty-rt h3 {
  font-size: 72px;
  margin: 0;
  line-height: 1;
  font-weight: 600;
  width: max-content;
}
.money-back-gurranty .gurrenty-rt-inn2 h2 {
  font-weight: 600;
  margin-bottom: 10px;
  line-height: 1;
  width: 300px;
}
/* .money-back-gurranty::before { position: absolute; left: -125px; top: 0; bottom: 0; width: 188px; height: 188px; content: ""; z-index: 1; background: #20498F; border-radius: 50%; } */
/* .money-back-gurranty::after { position: absolute; right: -40px; bottom: -70px; width: 218px; height: 218px; content: ""; z-index: 1; background: #20498F; border-radius: 50%; } */
.product-description {
  padding: 100px 0;
}
.custom-population .cpopular-content {
  padding: 57px 0;
}
.custom-population .cpopular-content h2 {
  padding-bottom: 34px;
  margin-bottom: 44px;
  position: relative;
}
.custom-population .cpopular-content h2:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 184px;
  height: 2px;
  background: #000;
  content: "";
  z-index: 1;
}

/*========== Product Details Page Start ==========*/
.custom-product {
  display: flex;
  gap: var(--section-stack-spacing-block, 0px)
    var(--section-stack-spacing-inline, 0px);
}
.custom-product .product-gallery {
  width: 50%;
}
.custom-product .product-info {
  width: 50%;
}
/* Product Details Info */
.product-info__description ul li,
.metafield-rich_text_field ul li {
  padding-left: 22px;
  position: relative;
  list-style: none;
  color: #000;
  margin-bottom: 10px;
}
.product-info__description ul li:before,
.metafield-rich_text_field ul li:before {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  z-index: 1;
}
.image-text-scroll ul li {
  position: relative;
  list-style: none;
  padding-left: 22px;
}
.image-text-scroll ul li:before {
  position: absolute;
  left: 0;
  top: 5px;
  transform: translateY(0%);
  width: 12px;
  height: 12px;
  content: "";
  z-index: 1;
}
.product-info__offer-list .offer {
  background: transparent;
  display: flex;
  align-items: center;
  position: relative;
}
.product-info__offer-list .offer:not(:last-child):after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 53px;
  background: #e2e2e2;
  content: "";
  z-index: 1;
}
.product-info__offer-list .offer .text-with-icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* ---------- dev --------------- */
.shopify-app-block[data-block-handle="star-rating"],
.product-info__rating,
.product-info__text,
.product-content {
  display: inline-block;
  margin: 0;
}
/* .product-info__text { padding-left: 36px; padding-right: 36px; position: relative; } */
.product-info__text::before,
.product-info__text::after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  background-color: rgb(var(--text-color));
  border-radius: 10px;
  transform: translateY(-50%);
}
.product-info__text::before {
  left: 0px;
}
.product-info__text::after {
  right: 20px;
}
/* ===================== */
.product-info .shopify-block.shopify-app-block {
  display: inline-block;
  margin: 0;
}
.product-info__rating,
.product-info__text,
.product-content {
  display: inline-block;
}
.product-info__text {
  padding: 0 22px;
  margin: 0 22px;
  position: relative;
}
.product-info__text:after {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #000;
  z-index: 1;
  content: "";
}
.product-info__description {
  margin-top: 32px;
}
.product-info__quantity-selector,
.product-info__buy-buttons {
  display: inline-block;
}
.product-info__buy-buttons {
  margin: 0 0 0 16px;
}
/* .product-gallery__media-list-wrapper .product-gallery__media:nth-child(1) { width: 100%; height: 642px; }
.product-gallery__media-list-wrapper .product-gallery__media:nth-child(2) { width: 100%; height: 310px; }
.product-gallery__media-list-wrapper .product-gallery__media:nth-child(3) { width: 100%; height: 310px; } */
.product-gallery__media img {
  margin: 0;
  width: 100%;
  border-radius: 12px;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
}
.product-info__quantity-selector {
  width: 101px;
  margin-bottom: 0px;
}
.product-info__quantity-selector .form-control {
  width: 100%;
}
.product-info__quantity-selector .form-control .quantity-selector {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-info__quantity-selector
  .form-control
  .quantity-selector
  .quantity-selector__button {
  padding-inline-start: 0;
  padding-inline-end: 0;
}
.product-info__quantity-selector label {
  display: none;
}
.product-info__buy-buttons {
  margin: 0 0 12px 16px;
  width: calc(100% - 117px);
}
.product-info__buy-buttons .button {
  padding: 18px 32px !important;
}
.product-shipping-info-blank {
  width: 101px;
  display: inline-block;
  margin: 0px;
}
.product-shipping-info-blank p {
  font-size: 0;
}
.product-shipping-info {
  width: calc(100% - 135px);
  display: inline-block;
  margin: 0 0 0 122px;
  text-align: center;
}
.product-shipping-info p {
  margin: 0;
}
.product-content a {
  text-decoration: underline;
}
/* .product-info__price { display: none; } */
/* .product-info__price { padding-left: 2px; }
.skio-price { margin-top: -54px; } */
.variant-picker__option-info {
  margin-bottom: 20px;
}
.product-info__variant-picker .h-stack {
  color: #000;
  font-size: 20px;
  line-height: 1.2;
}
.product-info__variant-picker .h-stack .text-subdued {
  font-weight: 600;
  color: #000;
}
.product-info__variant-picker .block-swatch:before {
  opacity: 1;
  transform: scale(1);
  box-shadow: none !important;
  border-style: none !important;
  border-width: 0 !important;
  border-color: transparent !important;
}
.custom_variant_picker .block-swatch.is-selected:before,
.custom_variant_picker input:checked + .block-swatch:before,
.custom_variant_picker .block-swatch.is-selected:before,
.custom_variant_picker input:checked + .block-swatch:before {
  transform: scale(1) !important;
  background: #fff;
  z-index: -1;
}
.custom_variant_picker .block-swatch.is-selected:after,
.custom_variant_picker input:checked + .block-swatch:after,
.custom_variant_picker .block-swatch.is-selected:after,
.custom_variant_picker input:checked + .block-swatch:after {
  content: "";
  border-radius: 32px;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: scale(1);
  border: 2px solid transparent !important;
}
.night .custom_variant_picker .block-swatch.is-selected:after,
.night .custom_variant_picker input:checked + .block-swatch:after,
.night .custom_variant_picker .block-swatch.is-selected:after,
.night .custom_variant_picker input:checked + .block-swatch:after {
  border: 2px solid #20498f !important;
}
.day .custom_variant_picker .block-swatch.is-selected:before,
.day .custom_variant_picker input:checked + .block-swatch:before,
.day .custom_variant_picker .block-swatch.is-selected:before,
.day .custom_variant_picker input:checked + .block-swatch:before {
  border: 2px solid #e7670c !important;
}
.afternoon .custom_variant_picker .block-swatch.is-selected:before,
.afternoon .custom_variant_picker input:checked + .block-swatch:before,
.afternoon .custom_variant_picker .block-swatch.is-selected:before,
.afternoon .custom_variant_picker input:checked + .block-swatch:before {
  border: 2px solid #087363 !important;
}

.night .product-shipping-info p {
  margin: 0;
  color: #273166;
}
.day .product-shipping-info p {
  margin: 0;
  color: #cb5231;
}
.afternoon .product-shipping-info p {
  margin: 0;
  color: #183f3a;
}
.night .product-content a {
  color: #7d5fa1;
}
.day .product-content a {
  color: #b78428;
}
.afternoon .product-content a {
  color: #84a352;
}

.cart-drawer__line-items .line-item__info p {
  margin: 0;
}
.cart-drawer__top p.h5 {
  margin: 0;
}

/* Product Details Accordion */
.prod-accordion .h2 {
  font-weight: 400;
  font-size: 40px;
}
.features-wrapper {
  display: flex;
}
.features-wrapper .features {
  margin: 0 40px 0 0;
  text-align: center;
}
.features-wrapper .features_image {
  padding: 15px;
  border-radius: 17px;
  background: #fff;
  border-radius: 17px;
  width: 60px;
  margin: 0 auto;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.1);
}
.features-wrapper .features_image img {
  margin: 0 !important;
}
.features-wrapper .features_content p {
  font-size: 18px;
}
.prod-accordion .accordion__toggle {
  font-size: 20px;
  color: #222222;
  font-weight: 600 !important;
  font-family: var(--Ppmori);
}

/* Product Details Counter */
.real-result .section {
  padding-top: 100px;
  padding-bottom: 177px;
  position: relative;
  z-index: 2;
}
.real-result .section-header h2 {
  font-size: 51px;
  margin-bottom: 12px;
}
.real-result .section-header p {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 55px;
  font-size: 22px;
}
.real-result .section-header p a {
  color: #86ccd8;
}
.real-result .multi-column__item p.h4 {
  font-size: 103px;
  margin: 0;
}
.real-result .multi-column__item p.h4 span {
  position: relative;
  padding-left: 58px;
}
.real-result .multi-column__item p.h4 span::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%); /*background: url(sparkle.svg) no-repeat;*/
  width: 44px;
  height: 44px;
  content: "";
  z-index: 1;
}
.real-result .multi-column__item p {
  font-size: 25px;
}
.real-result .real-result-wrapper::before {
  position: absolute;
  left: 0;
  top: 34px; /*background: url(counter-left-shape.svg) no-repeat;*/
  width: 144px;
  height: 436px;
  content: "";
  z-index: 1;
}
.real-result .real-result-wrapper::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 309px;
  height: 293px;
  content: "";
  z-index: 1; /*background: url(counter-right-shape.svg) no-repeat;*/
}

/* Product Details Expert */
.trust-wrapper {
  padding: 75px 0 135px;
  position: relative;
}
.trust-by-experts .section {
  padding-top: 80px;
  padding-bottom: 135px;
}
/* .trust-by-expert {
  overflow: hidden;
} */
.expert-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.slick-slide .avater-wrapper {
  border-radius: 10px;
  padding: 20px;
  display: flex !important;
  flex-wrap: wrap;
}
.trust-wrapper .slick-slide .avater-wrapper .avater-image {
  width: 320px;
  position: relative;
  padding-bottom: 45%;
  border-radius: 12px;
  overflow: hidden;
  margin-right: 30px;
}
.trust-wrapper .slick-slide .avater-wrapper .avater-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper {
  width: calc(100% - 350px);
}
.trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper h3 {
  font-size: 30px;
  margin-bottom: 5px;
}
.trust-wrapper .slick-slide .slick-list {
  margin: 0 -40px 0 0;
}
.trust-wrapper .slick-slide .item {
  padding: 0 40px 0 0;
}
.trust-wrapper .slick-list {
  overflow: visible;
  margin: 0px -15px;
}
.trust-wrapper .slick-slide {
  margin: 0 15px;
}
.slider-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 125px;
  margin: 0px;
}
.slider-nav .slick-arrow {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center; /* background: #E8E4D7; */ /* border: 2px solid #354834; */
  border-radius: 50%;
  width: 56px;
  height: 56px;
  cursor: pointer;
}
.slider-nav .slider-prev-button::before {
  content: "";
  position: absolute;
  background: url(prev-icon.svg) no-repeat;
  width: 20px;
  height: 16px;
}
.slider-nav .slider-next-button::before {
  content: "";
  position: absolute;
  background: url(next-icon.svg) no-repeat;
  width: 20px;
  height: 16px;
}
.slider-nav .slick-arrow:focus,
.slider-nav .slick-arrow:hover {
  background: #354834;
}
.slider-nav .slick-arrow:focus:before,
.slider-nav .slick-arrow:hover:before {
  filter: brightness(0) invert(1);
}
.trust-wrapper::after {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 206px;
  height: 103px;
  border-radius: 100px 100px 0 0;
  content: "";
  z-index: -1;
}
.trust-wrapper::before {
  position: absolute;
  left: 206px;
  bottom: -103px;
  width: 206px;
  height: 103px;
  border-radius: 0px 0 100px 100px;
  content: "";
  z-index: 1;
}
.trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper p {
  margin: 0;
}

/* Product Details Images Scrolling Content */
.images-scrolling-content-icon {
  background: #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  box-shadow: 0 4px 5px #0000001a;
}
.images-scrolling-content-icon img {
  margin: 0 !important;
}

/* Product Details Testimonials */
.details-quote-wrapper .section {
  padding-top: 126px;
  padding-bottom: 100px;
}
.details-quote-wrapper .blockquote.h3 {
  font-size: 40px;
  font-weight: 400;
  font-family: var(--Clash);
  margin: 0;
}
.details-quote-wrapper p {
  font-family: var(--Ppmori);
  font-weight: 600;
  font-size: 30px;
  margin: 0;
  color: #fff;
}
.press-wrapeer .testi-inn-wrapeer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.press-wrapeer .testi-inn-wrapeer .press__logo {
  border-radius: 12px 0 0 12px;
  overflow: hidden;
  position: relative;
  padding-bottom: 96%;
  width: 480px;
}
.press-wrapeer .testi-inn-wrapeer .press__logo .press__image {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  max-width: 100%;
  object-fit: cover;
}
.press-wrapeer .testi-inn-wrapeer .testi-user-img {
  margin-right: 90px;
}
.press-wrapeer .testi-inn-wrapeer .testi-user-text {
  width: calc(100% - 570px);
}
.press-wrapeer .testi-user-text .blockquote::before {
  display: none;
}
.press-wrapeer .testi-user-text .rating {
  margin: 0 0 20px;
}
.press-wrapeer .testi-user-text .blockquote.h3 {
  font-size: 32px;
  line-height: 1.3;
  text-align: left;
  font-family: var(--Ppmori);
  font-weight: normal;
}
.press-wrapeer .testi-user-text .press__author {
  text-align: left;
  font-family: var(--Ppmori);
  font-weight: 600;
  font-size: 18px;
  padding-left: 22px;
  position: relative;
  margin: 30px 0;
}
.press-wrapeer .testi-user-text .press__author:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 3px;
  background: #fff;
  content: "";
  z-index: 1;
}
.press-wrapeer .testi-user-text .press__controls {
  justify-content: flex-start;
}

.single-testimonial {
  padding: 100px 0 125px;
}
.single-testimonial h2 {
  margin-bottom: 70px;
  font-weight: normal;
  text-align: left;
}
.single-testimonial .testimonial-content-wrapper {
  display: flex;
  align-items: center;
}
.single-testimonial .testimonial-image {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 22px;
}
.single-testimonial .testimonial-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Product Details Table */
.comparision-wrapper {
  padding: 80px 0 118px;
}
.comparision-wrapper .top-content {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 80px;
  position: relative;
}
.comparision-wrapper .top-content:after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #273166;
  width: 122px;
  height: 2px;
  content: "";
  z-index: 1;
  margin: 0 auto;
}
.comperision-content-wrapper table td .correct {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 11px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comperision-content-wrapper table th:nth-child(2),
.comperision-content-wrapper table tr td:nth-child(2) {
  background: #f2f4ff;
}
.comperision-content-wrapper table th img {
  height: 66px;
  margin: 0 auto;
}
.comperision-content-wrapper table td .correct {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 11px;
  line-height: 40px;
}
.comperision-content-wrapper table td img {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  margin: 0 auto;
}
.comperision-content-wrapper table td .correct img {
  width: auto;
  height: auto;
  border-radius: 0;
}
.comperision-content-wrapper table th:nth-child(2) {
  border-radius: 18px 18px 0 0;
}
.no-wrapper {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 11px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(151, 151, 151, 0.36);
}
.other-correct {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 auto;
  padding: 11px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #c8ccce;
}
.correct i {
  color: #fff;
}
.no-wrapper i {
  color: #000;
}
.other-correct i {
  color: #000;
}
.comperision-content-wrapper table tr th:not(:first-child),
.comperision-content-wrapper table tr td:not(:first-child) {
  text-align: center;
}

/* Product Details Common Question */
.common-question-wrapper {
  padding: 120px 0 80px;
}
.question-answer-wrapper .question-answer {
  margin-bottom: 50px;
}
.question-answer-wrapper .question-answer:last-child {
  margin-bottom: 0px;
}
.question-answer-wrapper .question-answer p:last-child {
  margin: 0;
}

.offer {
  display: flex;
  align-items: center;
  border: 2px solid #979797;
  border-radius: 20px;
}
.offer p {
  font-family: var(--Ppmori);
  font-weight: 400;
  font-size: 26px;
  padding: 22px 22px;
  line-height: 1;
  border-left: 1px solid #c9c9c9;
  margin-left: 20px;
}

/* .table {
    width: 100%;
    border-collapse: collapse;
  }
  
  .table td,
  .table th {
    padding: 12px 15px;
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
  }
  
  .table th {
    background-color: #92c9e6;
    color: #ffffff;
  }
  
  .table tbody tr:nth-child(even) {
    background-color: #d1e8f5;
  } */

/*responsive*/

@media (max-width: 500px) {
  /* .table thead { display: none; }  
    .table, .table tbody, .table tr, .table td { display: block; width: 100%; }
    .table tr { margin-bottom: 15px; }
    .table td { padding-left: 50%; text-align: left; position: relative; }
    .table td::before { content: attr(data-label); position: absolute; left: 0; width: 50%; padding-left: 15px; font-size: 15px; font-weight: bold; text-align: left; } */
}

/* Details  */
.popup {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  z-index: 99;
}
/* =======dev========= */
.popup .popup__content {
  max-width: 800px;
  width: fit-content;
  height: 68vh; /*overflow: auto;*/
  padding: 0;
  background: white;
  color: #000;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
}
/* ================== */
/* .popup .popup__content { max-width: 800px; width: 94%; height: 68vh; overflow: auto; padding: 50px; background: white; color: #000; position: relative; top: 50%; left: 50%; transform: translate(-50%,-50%); box-sizing: border-box; } */
.popup .popup__content .content {
  overflow: scroll;
  height: 100%;
}
.popup .close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 20px;
  display: block;
}
.popup .close span {
  cursor: pointer;
  position: fixed;
  width: 20px;
  height: 3px;
  background: #099ccc;
}
.popup .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .close span:nth-child(2) {
  transform: rotate(135deg);
}
.popup .popup__content .content_head p {
  margin: 20px 0;
  font-size: 26px;
}
.custom-tag {
  margin-bottom: 12px;
}
.custom-tag span {
  color: #fff;
  border-radius: 30px;
  padding: 4px 15px;
  font-size: 21px;
  font-weight: 600;
  font-family: var(--Ppmori);
  line-height: 28px;
  display: inline-block;
}

.night .product-info-wrapper,
.night .prod-accor-content-wraper,
.night .sleep-animated-text-wrappper,
.night .scroll-text-slwwp-wrapper,
.night .comparision-wrapper,
.night .common-question-wrapper {
  background: #f4f9fc;
}
.night .real-result-wrapper,
.night .press-wrapeer {
  background: #0e1336;
}
.night .real-result .multi-column__item p.h4 span::before {
  background: url(sparkle.svg) no-repeat;
}
.night .real-result .real-result-wrapper::before {
  background: url(counter-left-shape.svg) no-repeat;
  background-size: contain;
}
.night .real-result .real-result-wrapper::after {
  background: url(counter-right-shape.svg) no-repeat;
  background-size: contain;
}
.night .product-info__buy-buttons .button {
  background: #20498f !important;
  color: #fff !important;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
.night .shopify-section--featured-collection section-header.section-header { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.night .product-info__buy-buttons .button:hover { background: #86ccd8 !important;}
.prod-accordion .accordion-box .accordion:hover .accordion__toggle .circle-chevron svg,
.prod-accordion .accordion-box .accordion:hover .accordion__toggle .circle-chevron svg path { color: #fff; stroke: #FFF; }
.prod-accordion .accordion-box .accordion[aria-expanded="true"] .accordion__toggle .circle-chevron svg, 
.prod-accordion .accordion-box .accordion[aria-expanded="true"] .accordion__toggle .circle-chevron path { color: #000 !important; stroke: #000 !important; }
.night .product-info__description ul li:before,
.night .metafield-rich_text_field ul li:before,
.night .image-text-scroll ul li:before {
  background: url(night-star.svg) no-repeat;
}
.night .custom-tag span {
  background: #86ccd8;
}
.night .slick-slide .avater-wrapper {
  background: #f2f4ff;
}
.night .question-wrapper i {
  font-size: 40px;
  color: #273166;
}
.night .slider-nav .slick-arrow {
  background: #7f5da3;
}
.night .trust-wrapper::after {
  background: #283166;
}
.night .trust-wrapper::before {
  background: rgba(125, 95, 161, 0.08);
}

.day .product-info-wrapper,
.day .prod-accor-content-wraper,
.day .sleep-animated-text-wrappper,
.day .scroll-text-slwwp-wrapper,
.day .comparision-wrapper,
.day .common-question-wrapper {
  background: #fdfaf2;
}
.day .real-result-wrapper,
.day .press-wrapeer {
  background: #cc411d;
}
.day .real-result .multi-column__item p.h4 span::before {
  background: url(day-sparkle.svg) no-repeat;
}
.day .real-result .real-result-wrapper::before {
  background: url(day-counter-left-shape.svg) no-repeat;
}
.day .real-result .real-result-wrapper::after {
  background: url(day-counter-right-shape.svg) no-repeat;
}
.day .product-info__buy-buttons .button {
  background: #e7670c !important;
  color: #fff !important;
}
.day .product-info__description ul li:before,
.day .metafield-rich_text_field ul li:before,
.day .image-text-scroll ul li:before {
  background: url(day-star.svg) no-repeat;
}
.day .custom-tag span {
  background: #cc411d;
}
.day .slick-slide .avater-wrapper {
  background: #eee4ca;
}
.day .question-wrapper i {
  font-size: 40px;
  color: #cb5231;
}
.day .slider-nav .slick-arrow {
  background: #cc411d;
}
.day .trust-wrapper::after {
  background: #e7670c;
}
.day .trust-wrapper::before {
  background: rgba(231, 103, 12, 0.08);
}

.afternoon .product-info-wrapper,
.afternoon .prod-accor-content-wraper,
.afternoon .sleep-animated-text-wrappper,
.afternoon .scroll-text-slwwp-wrapper,
.afternoon .comparision-wrapper,
.afternoon .common-question-wrapper {
  background: #f9fcf4;
}
.product-list .product-card__figure .badge {
    position: absolute;
    top: 31px;
    left: 19px;    
    color: #fff;
    /* background: #273166;  */
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    padding: 8px 20px;
}
/* .day-support-product .product-list .product-card__figure .badge {background: #F68D49; } */
.afternoon .real-result-wrapper,
.afternoon .press-wrapeer {
  background: #087363;
}
.afternoon .real-result .multi-column__item p.h4 span::before {
  background: url(afternoon-sparkle.svg) no-repeat;
}
.afternoon .real-result .real-result-wrapper::before {
  background: url(afternoon-counter-left-shape.svg) no-repeat;
}
.afternoon .real-result .real-result-wrapper::after {
  background: url(afternoon-counter-right-shape.svg) no-repeat;
}
.afternoon .product-info__buy-buttons .button {
  background: #087363 !important;
  color: #fff !important;
}
.afternoon .product-info__description ul li:before,
.afternoon .metafield-rich_text_field ul li:before,
.afternoon .image-text-scroll ul li:before {
  background: url(afternoon-star.svg) no-repeat;
}
.afternoon .custom-tag span {
  background: #183f3a;
}
.afternoon .slick-slide .avater-wrapper {
  background: #e4ecd7;
}
.afternoon .question-wrapper i {
  font-size: 40px;
  color: #174e45;
}
.afternoon .slider-nav .slick-arrow {
  background: #087363;
}
.afternoon .trust-wrapper::after {
  background: #74b212;
}
.afternoon .trust-wrapper::before {
  background: rgba(116, 178, 18, 0.08);
}

.why-sleep {
  padding: 200px 0 100px;
}
.why-sleep h2 {
  margin-bottom: 70px;
}
.why-sleep .sleep-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.why-sleep .sleep-list li {
  max-width: 735px;
  width: 100%;
  padding-left: 48px;
  position: relative;
  margin-bottom: 20px;
}
.why-sleep .sleep-list li:before {
  position: absolute;
  left: 0;
  top: 0;
  background: url(check-circle.svg) no-repeat;
  width: 28px;
  height: 28px;
  content: "";
  z-index: 9;
}
.why-sleep .sleep-list li h5 {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 15px;
  line-height: 1;
}

.common-question .common-question-wrapper {
  padding: 50px 0 100px;
}
.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 0em;
  font-size: 1.25em;
  font-weight: normal;
  cursor: pointer;
  border: none;
  border-bottom: 1px solid rgba(237, 237, 237, 0.2);
}
.accordion-container .accordion-title.open {
  border: none;
}
.accordion-container .accordion-title:hover,
.accordion-container .accordion-title:active,
.accordion-title.open {
  background-color: transparent;
}
.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 25px;
  width: 0;
  height: 0;
  border: 8px solid transparent;
  border-top-color: #f4f9fc;
}
.accordion-container .accordion-title.open::after {
  content: "";
  position: absolute;
  top: 15px;
  border: 8px solid transparent;
  border-bottom-color: #f4f9fc;
}

.accordion-content {
  padding-left: 0em;
  border: none;
  border-bottom: 1px solid rgba(237, 237, 237, 0.2);
}
.accordion-container {
  width: 100%;
  margin: 0 auto;
}

.slumber-promise-wrapper {
  padding: 50px 0 50px;
}
.slumber-promise-wrapper .container {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.slumber-promise-wrapper .container .promise-sec {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.slumber-promise-wrapper .container .promise-sec img {
  margin-bottom: 26px;
}
.slumber-promise-wrapper .container .promise-sec h4 {
  font-size: 18px;
  font-weight: 400;
}
.slumber-promise-wrapper .container .promise-sec h3 {
  font-size: 32px;
  font-weight: 600;
}

.cbg-gummies-wrapper {
  padding-top: 80px;
  padding-bottom: 116px;
}
.cbg-gummies-wrapper .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cbg-gummies-wrapper .container .gummies-image {
  max-width: 594px;
  width: 100%;
}
.cbg-gummies-wrapper .container .gummies-content {
  max-width: calc(100% - 694px);
  width: 100%;
}
.cbg-gummies-wrapper .container .gummies-content ul li {
  padding-left: 22px;
  position: relative;
  list-style: none;
  color: #fff;
  margin-bottom: 10px;
}
.cbg-gummies-wrapper .container .gummies-content ul li:before {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  z-index: 1;
}
.night .cbg-gummies-wrapper .container .gummies-content ul li:before {
  background: url(night-star.svg) no-repeat;
}
.day .cbg-gummies-wrapper .container .gummies-content ul li:before {
  background: url(day-star.svg) no-repeat;
}
.afternoon .cbg-gummies-wrapper .container .gummies-content ul li:before {
  background: url(afternoon-star.svg) no-repeat;
}

/*========== About Us Page Start ==========*/
/* .shogun-icon-wrapper { width: 106px; height: 106px; margin: 0 auto; border: 2px solid #86CCD8; border-radius: 50%; display: flex; align-items: center; justify-content: center; } */
button.shg-btn {
  padding: 14px 39px !important;
  margin-top: 22px;
}
.custom-tabarea .tabs {
  margin: 0px;
  max-width: 100%;
}
.custom-tabarea .tabs .up-content-wrapper {
  display: flex;
  gap: 24px;
}
.custom-tabarea .tabs .up-content-wrapper div,
.custom-tabarea .tabs .down-content-wrapper {
  margin: 0px;
  text-align: left;
}
.custom-tabarea .tabs .up-content-wrapper .right-cont p:first-letter {
  text-transform: uppercase;
  font-size: 72px;
  line-height: 30px;
  font-weight: 600;
  font-family: var(--Clash);
}
.custom-tabarea .tabs .up-content-wrapper .right-cont {
  width: 50%;
  max-width: 100%;
}
.custom-tabarea .tabs .up-content-wrapper .left-cont {
  width: 50%;
  max-width: 100%;
}
.custom-tabarea .tabs .down-content-wrapper {
  display: flex;
  gap: 40px;
}
.custom-tabarea .tabs .down-content-wrapper .right-cont {
  width: 70%;
  max-width: 100%;
}
.custom-tabarea .tabs .down-content-wrapper .left-cont {
  width: 30%;
  max-width: 100%;
  margin: 0;
}
.custom-tabarea .tabs .down-content-wrapper .right-cont img,
.custom-tabarea .tabs .down-content-wrapper .left-cont img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
}
.team-member-deg p {
  margin: 0;
}
.team-member-info p {
  margin: 0;
}
/* .signature-block { margin: 0 auto; } */
.guiding-principle p.h2 {
  color: #273166;
  font-weight: 400;
  font-size: 47px;
  margin-bottom: 18px;
}
.guiding-principle p.h4 {
  font-size: 35px;
  font-weight: 400;
  color: #273166;
  margin-bottom: 10px;
}
.guiding-principle .multi-column__item .gap-4 {
  gap: 0;
}
.medical-expert-team-about .slider-nav .slick-arrow {
  background: #86ccd8;
}
.medical-expert-team-about .trust-wrapper::after {
  background: #86ccd8;
  z-index: 1;
}
.medical-expert-team-about .trust-wrapper::before {
  background: #7d5fa1;
  opacity: 0.08;
}
.medical-expert-team-about .expert-title h2 {
  margin-bottom: 0px;
}
.medical-expert-team-about .expert-title {
  margin-bottom: 50px;
}
.SL-Location .shg-box-content {
  margin: 0;
}
.medical-expert-team-about .slick-slide .avater-wrapper {
  background: #f2f4ff;
}
.overlay-about-banner .section-info p {
  margin: 0;
}
.section-info .sub-heading {
  font-size: 20px;
  margin-bottom: 9px;
}
.team-member-name p {
  margin: 0;
}

/*========== Science Page Start ==========*/
.sleep-logo {
  position: absolute !important;
  top: 50%;
  transform: translateY(-50%);
}
.research-box-wrapper:hover {
  background-color: #8f71ae !important;
}
.research-box-wrapper:hover .shg-box-content,
.research-box-wrapper:hover .shg-box-content p span,
.research-box-wrapper:hover .shg-box-content h4 {
  color: #fff !important;
}
.science-banner-buttons .shg-box-content {
  display: flex;
  gap: 16px;
}
.SL-study-calculation .SL-study-calculation-row .shg-row {
  align-items: center;
}
.SL-image-text-sec .shogun-image-container {
  max-width: 100% !important;
}
.SL-image-text-sec .shogun-image-container img.shogun-image {
  object-fit: cover;
}
.SL-image-text-row p {
  line-height: 1.5 !important;
}
.SL-image-text-row.SL-image-text-row-reverse > .shg-row {
  flex-direction: row-reverse;
}
.SL-image-text-row.SL-image-text-row-reverse
  > .shg-row
  .shogun-image-container {
  padding-left: 5%;
}
.SL-sleep-row .shg-row {
  align-items: center;
}
.multi-col-wrapper .container {
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.multi-col-wrapper .container .left-right-column-wrapper {
  max-width: 577px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.multi-col-wrapper .container .left-right-column-wrapper img {
  width: 100%;
}
.multi-col-wrapper .container .right-right-column-wrapper {
  width: calc(100% - 657px);
}

/*========== SEO Page Start ==========*/
.pro-tag {
  display: inline-block;
  width: fit-content;
  padding: 8px 16px;
  background: rgba(134, 204, 216, 0.2);
  border-radius: 50px;
  color: #273166;
}
.product-info-each.product-info-each-hide {
  display: none;
}
.read-more {
  text-decoration: underline !important;
  display: inline-block;
}
.load-more {
  margin: 0 auto;
}
.load-more p {
  margin: 0px;
}
.quote-icon {
  position: absolute;
  left: -160px;
  top: -158px;
}
.spacer .shg-hr-wrapper {
  padding: 14px 0 18px;
}
.spacer hr {
  max-width: 122px;
  margin: 0 auto !important;
}
.column-wrap .shg-box-content {
  display: flex;
  align-items: center;
  justify-content: center;
}
.column-wrap .shg-box-content p {
  margin: 0;
}
.column-wrap .shg-box-content .column-wrap-each {
  margin: 0 8px 0 0;
  border-right: 1px solid #fff;
  padding: 0 8px 0 0;
}
.column-wrap .shg-box-content .column-wrap-each:last-child {
  margin: 0;
  border-right: none;
  padding: 0;
}
.column-wrap .shg-box-content .shg-c {
  margin-right: 8px !important;
}

/*========== Our Expert Listing Start ==========*/

.semi-font-weight h1,
.semi-font-weight h2,
.semi-font-weight h3 {
  font-weight: 600 !important;
}
.export-title-separator .shg-hr-wrapper {
  max-width: 122px;
  margin: 0 auto;
  padding: 20px 0 72px;
}
.export-team-block .shg-c-lg-4 img.shogun-image,
.export-team-block .shg-c-lg-4 .shg-box {
  transition: all 0.575s;
}
.export-team-block .shg-c-lg-4:hover img.shogun-image {
  border-radius: 8px;
}
.export-team-block .shg-c-lg-4:hover .shg-box {
  background: #20498f !important;
}
.export-team-block .shg-c-lg-4:hover .shg-box p {
  color: #fff;
}

/*========== Our Expert Details Start ==========*/
.team-breadcrumbs p {
  margin: 0;
  font-family: "PP Mori" !important;
}
.team-breadcrumbs p a {
  position: relative;
  color: rgb(0 0 0 / 40%);
}
.team-breadcrumbs p a:after {
  content: "";
  border: solid rgb(0 0 0 / 32%);
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-right: 6px;
  margin-left: 6px;
}
.export-team-details-img img.shogun-image.shogun-image-cover {
  border-radius: 8px 8px 0 0 !important;
}
.export-team-member-title {
  padding: 35px 50px;
  text-align: center;
  border-radius: 0 0 8px 8px;
}
.export-team-member-title p {
  margin: 0;
}
.my-qualifications .shg-row > .shg-c-lg-2 {
  flex: 0 0 auto;
  width: 6% !important;
}
.my-qualifications .shg-row > .shg-c-lg-10 {
  width: 92% !important;
}
.my-qualifications {
  padding-left: 30px;
  border-left: 5px solid #7d5fa1;
}
.my-qualifications.my-qualifications-first {
  padding-bottom: 40px;
  position: relative;
}
.my-qualifications.my-qualifications-first:after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 80%;
  height: 1px;
  background: var(--gray-gray-10, rgba(174, 180, 175, 0.1));
}
.my-qualifications p {
  margin: 0;
}
.my-qualifications .shg-c {
  padding: 0 !important;
  margin: 0 !important;
}
.my-qualifications > .shg-row {
  align-items: center;
}
.my-skill-box .shg-box-content {
  display: flex;
  align-items: center;
}
.my-skill-box .shg-box-content p {
  margin: 0px 0px 0px 15px;
  font-family: "PP Mori" !important;
}
.my-skill-box {
  padding: 10px 0 10px 25px;
  border-left: 5px solid #7d5fa1;
  min-height: auto !important;
}

.team-details-wrapper .team-details-info {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0 150px;
}
.team-banner {
  padding: 150px 0 100px;
  width: 100%;
  background: #f4f9fc;
}
.team-banner h2 {
  color: #273166;
  margin-bottom: 4px;
}
.team-banner p {
  margin: 0;
}
.team-banner .container {
  padding: 0px 0 0px 585px;
}
.team-details-wrapper .team-image {
  max-width: 542px;
  width: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin: -21.5% 43px 0 0;
}
.team-details-wrapper .team-image img {
  width: 100%;
}
.team-details-wrapper .team-details-content {
  width: calc(100% - 585px);
}
.team-skill {
  margin: 33px 0 0 0;
}
.team-skill ul {
  padding: 0px 0 0px 25px;
  border-left: 5px solid #7d5fa1;
  margin-top: 30px;
}
.team-skill ul li {
  padding: 10px 0 10px 34px;
  position: relative;
}
.team-skill ul li:before {
  position: absolute;
  left: 0;
  top: 12px;
  background: url(check-border.svg) no-repeat;
  width: 24px;
  height: 24px;
  background-size: contain;
  content: "";
  z-index: 1;
}

@media (min-width: 1200px) {
  .export-team-details > .shg-row > .shg-c-lg-6:first-child {
    width: calc(40% - 25px);
  }
  .export-team-details > .shg-row > .shg-c-lg-6:last-child {
    width: calc(60% - 25px);
  }
}

/*========== Our Blog Start ==========*/
.blog-banner-wrapper {
  position: relative;
  overflow: hidden;
}
.blog-banner-wrapper:after {
  position: absolute;
  right: -190px;
  top: 90px;
  width: 380px;
  height: 380px;
  content: "";
  z-index: 1;
  background: #20498f;
  border-radius: 50%;
}
.blog-banner-wrapper .banner-content {
  padding: 71px 0 81px;
  text-align: center;
}
.blog-banner-wrapper .banner-content h2 {
  font-size: 60px;
  line-height: 1.5;
  letter-spacing: 1.2px;
  margin: 0;
}
header.blog-banner.bg-secondary {
  display: block;
}
.blog-posts__container .blog-posts .blog-post-card.blog-post-card--featured {
  display: block;
  background-color: #f4f9fc;
  margin-bottom: 30px;
}
.blog-posts__container .blog-posts .blog-post-card--featured .blog-info-holder {
  display: flex;
  align-items: center;
  width: 100%;
}
.blog-posts__container
  .blog-posts
  .blog-post-card--featured
  .blog-info-holder
  a.blog-post-card__figure {
  flex: 0 0 auto;
  width: 70%;
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.blog-posts__container
  .blog-posts
  .blog-post-card--featured
  .blog-info-holder
  a.blog-post-card__figure
  img.zoom-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.blog-posts__container
  .blog-posts
  .blog-post-card--featured
  .blog-info-holder
  .blog-post-card__info {
  flex: 0 0 auto;
  width: 30%;
  padding: 3.5%;
}
.blog-posts__container
  .blog-posts
  .blog-post-card--featured
  .blog-info-holder
  .blog-post-card__info
  .blog-post-card-inner {
  display: block;
}
.blog-posts__container
  .blog-posts
  .blog-post-card.blog-post-card--featured:hover
  img.zoom-image {
  transform: translate(-50%, -50%) scale(1.06);
}
.blog-posts__container
  .blog-posts
  .blog-post-card--featured
  .blog-info-holder
  .blog-post-card__info
  span.badge.badge--lg {
  padding: 8px 16px 4px;
  background: #e0e5ed;
  color: #273166;
  font-size: 14px;
  font-weight: 400;
  font-family: "PP Mori" !important;
  line-height: 1.4;
  margin-bottom: 15px;
}
.blog-posts__container
  .blog-posts
  .blog-post-card--featured
  .blog-info-holder
  .blog-post-card__info
  p.h2 {
  color: #273166;
  font-size: 32px;
  font-weight: 400;
  margin-bottom: 20px;
}
.blog-posts__container
  .blog-posts
  .blog-post-card--featured
  .blog-info-holder
  .blog-post-card__info
  p.text-lg {
  color: rgba(0, 0, 0, 0.7);
  font-family: "PP Mori" !important;
  line-height: 150%;
  letter-spacing: 0.4px;
}
.blog-posts__container .blog-posts .blog-post-card__meta span.text-sm {
  color: rgb(0 0 0);
  font-family: "PP Mori" !important;
  line-height: 150%;
  letter-spacing: 0.4px;
  font-size: 16px;
}
.blog-posts__container
  .blog-posts
  .blog-post-card__meta
  svg.icon.icon-blog-date {
  width: 20px;
  height: 20px;
  color: rgb(0 0 0);
}
.blog-posts__container .blog-posts {
  gap: 32px;
}
.blog-post-card .blog-post-card__info {
  padding: 24px 0 0;
}
.blog-post-card .blog-post-card__info p.h3 {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: normal;
}
.blog-post-card .blog-post-card__info p {
  margin: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: "PP Mori" !important;
  line-height: 150%;
  letter-spacing: 0.4px;
  font-size: 18px;
}
.blog-post-card span.badge.badge--primary {
  border-radius: 100px;
  /* background: #273166; */
  padding: 6px 16px;
  font-weight: 400;
  font-family: PP Mori !important;
  text-transform: capitalize;
  font-size: 14px;
}

/*========== Our Blog Details Start ==========*/

.blog-details .article-banner__image {
  padding-bottom: 54%;
  overflow: hidden;
  position: relative;
}
.blog-details .article-banner__image img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  object-fit: cover;
}

.guiding-principle .h4 {
  font-size: 35px;
  color: #273166;
  margin-bottom: 10px;
}
.navigation-drawer .panel-footer__account-link {
  font-size: 18px;
}
.d-flex {
  display: flex;
}
.align-center {
  align-items: center;
}
.list-style ul {
  list-style: disc;
}
.list-style ul li {
  margin-bottom: 5px;
}

/****=================****/
/* .skio-group-container{max-width: 100% !important;}
.skio-group-container--selected{background-color: #FFF4D7; max-width: 500px !important; width: 100% !important;} */

/* body.night .skio-group-container.skio-group-container--available{background-color: #F2F4FF !important; border-color: #4E7CBB;}
  body.day .skio-group-container.skio-group-container--available{background-color: #FFF4D7 !important; border-color: #E7670C;}
  body.afternoon .skio-group-container.skio-group-container--available{background-color: #F3FFE0 !important; border-color: #087363;} */

/***************************/

/*======== Landing Page  ========*/

.landing-wrapper {
  padding: 65px 0 83px;
}
.landing-wrapper .top,
.landing_logo {
  text-align: center;
}
.landing_logo img {
  display: block;
  margin: 0 auto 27px;
  height: 86px;
}
.landing-wrapper .top h1 {
  font-size: 30px;
  line-height: 1.3;
}
.landing-wrapper .products-details-wrapp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.landing-wrapper .buttom .badges {
  color: #fff;
  border-radius: 30px;
  padding: 4px 15px;
  font-size: 21px;
  font-weight: 600;
  font-family: var(--Ppmori);
  line-height: 28px;
  display: inline-block;
  background: #86ccd8;
  margin-bottom: 12px;
}
.landing-wrapper .buttom .badges p {
  margin: 0;
}
.landing-wrapper .product-info h2 {
  font-size: 42px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 30px;
}
.landing-wrapper .product-info p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.7;
  color: #86ccd8;
  text-transform: uppercase;
}
.landing-wrapper .product-info ul {
  margin: 6px 0 32px;
}
.landing-wrapper .product-info ul li {
  font-size: 18px;
  line-height: 2.2;
  color: #f6f7f8;
  font-weight: 600;
  font-style: italic;
  padding: 0 0 0 20px;
  position: relative;
}
.landing-wrapper .product-info ul li::before {
  position: absolute;
  left: 0;
  top: 45%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: "";
  z-index: 1;
  background: url(landing-star.svg) no-repeat;
}
.landing-wrapper .product-info .price {
  margin: 0;
  max-width: 475px;
  width: 100%;
}
.landing-wrapper .product-info .button {
  background: #7d5fa1 !important;
  font-size: 21px !important;
  color: #fff !important;
  font-weight: 400 !important;
  margin-bottom: 5px;
  width: 100%;
}
.landing-wrapper .product-info .price .discount p {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15px;
}
.landing-wrapper .product-info .price .discount p span,
.landing-wrapper .product-info .price .discount p a {
  color: #86ccd8;
  text-decoration: underline;
}
.landing-product-raing {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
}
.landing-product-raing p {
  margin: 0 0 -6px 0;
}
.landing-product-raing img {
  margin-right: 22px;
}
.coupon-sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #f1f1f1;
  padding: 20px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 99;
}
.coupon-code-wrapp {
  padding: 29px 0 25px;
  text-align: center;
}
.coupon-code-wrapp h2 {
  font-size: 40px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0 0 11px;
}
.coupon-code-wrapp p {
  font-weight: 600;
  font-size: 27px;
  line-height: 1.3;
  margin: 0;
}
.coupon-code-wrapp h2 span {
  background: #fff;
  border-radius: 17px;
  padding: 10px 8px 4px;
}
.landing-product-wrapp {
  margin: 100px 0 0 0;
}
.landing-product {
  padding: 86px 0 93px;
}
.landing-product .container {
  display: flex;
  justify-content: space-between;
}
.landing-product .container .product-cont,
.landing-product .container .product_image_content {
  width: 50%;
}
.landing-product .container .product-cont {
  max-width: 550px;
}
.landing-product .product-cont h2 {
  font-weight: 600;
  margin: 13px 0;
}
.landing-product .product-cont h2 span {
  display: block;
  font-style: italic;
}
.landing-product .product-cont p {
  font-size: 20px;
  font-weight: 400;
  margin: 40px 0 45px;
}
.landing-product .product-cont .ingredient-image img {
  height: 108px;
}
.landing-product .container .button {
  background: #7d5fa1 !important;
  font-size: 21px !important;
  color: #fff !important;
  font-weight: 400 !important;
  margin-bottom: 5px;
  width: 100%;
}
.landing-product .container .price .discount p {
  text-align: center;
  color: #fff;
  font-weight: 600;
  line-height: 2;
  letter-spacing: 0.15px;
  margin: 0;
}
.landing-product .container .price .discount p span,
.landing-product .container .price .discount p a {
  color: #86ccd8;
  text-decoration: underline;
}
.landing-product .container .product_image_content {
  text-align: right;
}
.landing-product .container .product_image_content img {
  margin-left: auto;
}
.landing-study-results .accordion-title1 h2,
.landing-study-results .SL-search-main-title h3 {
  font-weight: 600 !important;
}

.general-medical-expert-team .trust-wrapper::before {
  background: #7d5fa1;
  opacity: 0.08;
}
.general-medical-expert-team .trust-wrapper::after {
  background: #283166;
  z-index: 1;
}
.general-medical-expert-team .slider-nav .slick-arrow {
  background: #7f5da3;
}

.general-logo-slider h2 {
  font-size: 25px;
  line-height: 1;
  font-weight: 600;
  color: #273166;
  margin-bottom: 24px;
}

/*07-05-24*/
.mega-menu .product-card__figure .badge {
	position: absolute;
	top: 20px;
	left: 20px;
	color: #fff;
	/* background: #273166; */
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	padding: 8px 15px !important;
  display: none;
}
.mega-menu .product-card__info .metafield-rich_text_field {
	display: none;
}
.shop-menu .collection-products .product-card__figure {
	border-radius: 10px;
}
.shop-menu .navigation-price-wrapper {
	display: block !important;
}
.shop-menu .product-card__info .product-card__info-inn .price-list {
	display: none;
}

@media only screen and (min-width: 1160px) {
  .gap-2{
    width: 663px;
  }
}
@media only screen and (min-width: 700px) {
  .footer__aside-bottom,
  .footer__aside-top{
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .gap-2{
    width: 882px;
  }
  .footer__aside-bottom,
  .footer__aside-top{
    display: flex;
    flex-direction: row;
  }
}
.footer-bottom .container{
    padding-bottom: 60px;
}
@media only screen and (min-width: 570px) {
  .footer-bottom .container{
    padding-bottom:0;
  }
}
/*========== Responsive Start ==========*/
@media only screen and (min-width: 767px) {
  .column-height-item .shg-c-lg-6.shg-c-md-6.shg-c-sm-6.shg-c-xs-12:last-child {
    width: calc(40% - 0px);
  }
  .column-height-item
    .shg-c-lg-6.shg-c-md-6.shg-c-sm-6.shg-c-xs-12:first-child {
    width: calc(60% - 0px);
  }
  #s-7489fb04-8780-4224-aa90-d59de2422615 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .section-cbn-sleep .media-with-text__item .media-with-text__content{padding: 42px 20px;}
}



@media only screen and (max-width: 1499px) {
  .SL-study-calculation h2 {
    font-size: 76px !important;
  }
  .SL-study-calculation h3 {
    font-size: 40px !important;
  }
  .SL-study-calculation h4 {
    font-size: 26px !important;
  }
  .wrapper {
    max-width: 1360px;
  }
  .wrapper2 {
    max-width: 1230px;
  }
}
@media only screen and (max-width: 1360px) {
  .night .slick-slider .avater-wrapper{
    min-height: auto;
  }
  .trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper {
    width: 100%;
  }
  .trust-wrapper .slick-slide .avater-wrapper .avater-image {
    width: 320px;
    padding-bottom: 80%;
    margin: 0 auto 20px;
  }
  .slick-slide .avater-wrapper {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 1199px) {
  .wrapper,
  .wrapper2 {
    max-width: 980px;
  }
  h2,
  .h2 {
    font-size: 36px;
  }
  .research-box-wrapper h3 {
    font-size: 65px !important;
  }
  .SL-study-calculation h2 {
    font-size: 66px !important;
  }
  .SL-study-calculation h3 {
    font-size: 35px !important;
  }
  .SL-study-calculation h4 {
    font-size: 24px !important;
  }
  .SL-sleep-left-col {
    padding-left: 0 !important;
  }
  .SL-sleep-left-col h2 {
    font-size: 80px !important;
  }
  .banner-slide .content-over-media>img {
    object-position: 70%;
  }
  .product-banner .banner-content {
    background-position: right bottom;
  }
  .banner-logo {
    right: 85px;
    bottom: -85px;
    width: 164px;
    height: 162px;
  }
  .main-collection .cetagory li a {
    font-size: 20px;
    margin: 0 12px 12px;
    padding: 12px 36px;
  }
  /* .product-card__figure { height: 250px; } */
  .product-card__info {
    padding: 0 15px 20px !important;
  }
  
  .product-card__info .product-card__title {
    font-size: 18px;
  }
  .my-qualifications {
    padding-left: 20px;
    border-left: 2px solid #7d5fa1;
  }
  .my-qualifications .shg-row > .shg-c-lg-2 {
    width: 56px !important;
  }
  .my-qualifications .shg-row > .shg-c-lg-10 {
    width: calc(100% - 80px) !important;
  }
  .header__wrapper {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper {
    width: 100%;
  }
  .trust-wrapper .slick-slide .avater-wrapper .avater-image {
    width: 320px;
    padding-bottom: 80%;
    margin: 0 auto 20px;
  }
  .slick-slide .avater-wrapper {
    flex-wrap: wrap;
  }
  .details-quote-wrapper .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .comparision-wrapper {
    padding: 80px 0;
  }
  .common-question .common-question-wrapper {
    padding: 50px 00px;
  }
  .press-wrapeer .testi-inn-wrapeer .testi-user-img {
    margin-right: 40px;
  }
  /* .scrolling-text__text.heading {
    font-size: 120px;
  } */
  .collection-card__content .h3 {
    font-size: 60px !important;
  }
  .collection-card .content-over-media {
    padding: 20px 20px 170px;
  }
  .icon-collection {
    right: 20px;
    bottom: 18px;
    width: 90px;
    height: 90px;
  }
  .doctor-recommend .section {
    padding-bottom: 120px;
  }
  .doctor-recommend {
    background: url(doctor-left-bg.png) no-repeat left top 33%,
      url(doctor-right-bg.png) no-repeat right bottom 0px !important;
    background-size: 650px, 200px !important;
  }
  .skio-group-container {
    width: 395px;
  }
  .product-card--blends .product-card__info .metafield-rich_text_field p {
	font-size: 14px;
}
}

@media only screen and (max-width: 991px) {
  .wrapper,
  .wrapper2 {
    max-width: 720px;
  }
  body {
    font-size: 14px !important;
  }
  /* .doctor-recommend .media-with-text__media {
    margin-bottom: 120px;
  } */
  .doctor-recommend {
    background: url(doctor-left-bg.png) no-repeat left top 33%,
      url(doctor-right-bg.png) no-repeat right bottom 0px !important;
    background-size: 650px, 200px !important;
  }
  .home-page-blog-list .blog-post-card__info .h3 {
    font-size: 15px;
    margin-bottom: 140px;
    font-weight: 400;
  }
  .home-page-blog-list .blog-post-card__info {
    padding: 0 10px;
  }
  .SL-Location .shogun-heading-component h2 {
    font-size: 30px !important;
  }
  .science-banner-wrapper .shg-row .shg-c-lg-6.shg-c-md-6 {
    width: 100%;
  }
  .science-banner-wrapper .science-banner-right h2 {
    font-size: 38px !important;
  }
  .science-banner-wrapper .science-banner-right {
    padding: 50px 35px !important;
  }
  .SL-search h2 {
    font-size: 35px !important;
    max-width: 550px;
    margin: 0 auto !important;
  }
  .SL-search .SL-search-main-title {
    margin-bottom: 40px !important;
  }
  .research-box-wrapper h3 {
    font-size: 50px !important;
  }
  .research-box-wrapper {
    padding: 25px 16px !important;
  }
  .research-box-wrapper h4 {
    font-size: 22px !important;
  }
  .SL-study-calculation h2 {
    font-size: 58px !important;
  }
  .SL-study-calculation h4 {
    font-size: 20px !important;
  }
  .SL-study-calculation h3 {
    font-size: 28px !important;
  }
  .SL-study-calculation p span {
    font-size: 16px !important;
  }
  .SL-study-calculation p {
    line-height: 1.4 !important;
  }
  .SL-sleep-left-col h2 {
    font-size: 65px !important;
  }
  .product-card__info .product-card__title {
    font-size: 16px;
  }
  .product-card__info {
    padding: 0 15px 20px !important;
  }
  /* .product-card__figure { height: 250px; } */
  .trust-wrapper {
    padding: 60px 0;
  }
  h2,
  .h2 {
    font-size: 30px;
  }
  .custom-tag {
    margin-bottom: 15px;
  }
  .custom-tag span {
    padding: 4px 15px;
    font-size: 18px;
    line-height: 22px;
  }
  .real-result .section-header p {
    font-size: 18px;
  }
  .money-back-gurranty {
    padding: 60px 30px;
  }
  .money-back-gurranty .gurrenty-lt {
    margin: 30px 30px 0 0;
    width: 165px;
  }
  .money-back-gurranty .gurrenty-rt {
    width: calc(100% - 195px);
    flex-wrap: wrap;
    justify-content: center;
  }
  .money-back-gurranty .gurrenty-rt span {
    font-size: 150px;
  }
  .why-sleep {
    padding: 100px 0;
  }
  .gurrenty-rt-text {
    text-align: center;
  }
  .slumber-promise-wrapper .container .promise-sec h4 {
    text-align: center;
  }
  .main-collection {
    padding: 80px 0 0;
  }
  .slick-slide .avater-wrapper {
    flex-wrap: wrap;
  }
  .trust-wrapper .slick-slide .avater-wrapper .avater-image {
    width: 100%;
    padding-bottom: 100%;
    margin: 0 auto 20px;
    border-radius: 12px;
  }
  .trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper {
    width: 100%;
  }
  .press-wrapeer .testi-inn-wrapeer .testi-user-img {
    margin-right: 20px;
    width: 250px;
  }
  .press-wrapeer .testi-inn-wrapeer .press__logo {
    width: 100%;
  }
  .press-wrapeer .testi-inn-wrapeer .testi-user-text {
    width: calc(100% - 270px);
  }
  .press-wrapeer .testi-user-text .blockquote.h3 {
    font-size: 24px;
  }
  .slider-nav {
    width: 85px;
  }
  .slider-nav .slick-arrow {
    width: 36px;
    height: 36px;
  }
  .blog-listing-page
    .blog-posts__container
    .blog-posts
    .blog-post-card--featured
    .blog-info-holder {
    flex-wrap: wrap;
    padding: 15px 0 0 0;
  }
  .blog-listing-page
    .blog-posts__container
    .blog-posts
    .blog-post-card--featured
    .blog-info-holder
    a.blog-post-card__figure {
    width: 100%;
    padding-bottom: 100%;
  }
  .blog-listing-page
    .blog-posts__container
    .blog-posts
    .blog-post-card--featured
    .blog-info-holder
    a.blog-post-card__figure
    img.zoom-image {
    object-fit: contain;
  }
  .blog-listing-page
    .blog-posts__container
    .blog-posts
    .blog-post-card--featured
    .blog-info-holder
    .blog-post-card__info {
    width: 100%;
    padding: 3.5%;
  }
  .about-team-wrap .shg-row {
    gap: 10px;
  }
  .about-team-wrap .shg-row .shg-c-lg-3.shg-c-md-3.shg-c-sm-3.shg-c-xs-6 {
    width: 24%;
  }
  .medical-expert-team-about .expert-title {
    margin-bottom: 20px;
  }
  .trust-wrapper .slick-slider {
    position: relative;
    z-index: 9;
  }
  .seo-star-list .shg-row {
    justify-content: flex-start;
  }
  .seo-star-list .shg-row .shg-c-lg-1.shg-c-md-1.shg-c-sm-1.shg-c-xs-6 {
    width: 10px;
    margin-right: 10px;
  }
  .cbg-gummies-wrapper .container .gummies-image {
    max-width: 50%;
    width: 100%;
  }
  .cbg-gummies-wrapper .container .gummies-content {
    max-width: 50%;
    width: 100%;
  }
  .team-banner {
    padding: 70px 0;
  }
  .team-details-wrapper .team-details-info {
    display: block;
    padding: 40px 0 50px;
  }
  .team-details-wrapper .team-image {
    max-width: 350px;
    margin: -21.5% 20px 20px 0;
    float: left;
  }
  .team-details-wrapper .team-details-content {
    width: 100%;
  }
  .team-banner .container {
    padding: 0 0 0 370px;
  }
  .research-percentage p span,
  .study-percentage p span {
    font-size: 60px !important;
  }
  .logo-slider .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .top-selling-product .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .happy-slumber-inner {
    padding: 50px 0;
  }
  .blog-listing-page {
    padding: 50px 0;
  }
}

@media only screen and (max-width: 767px) {
  .wrapper,
  .wrapper2 {
    max-width: 100%;
    padding: 0 15px;
  }
  body {
    font-family: var(--Ppmori) !important;
    font-size: 16px !important;
  }
  h1,
  .h0,
  .h1 {
    font-size: 30px;
  }
  h2,
  .h2 {
    font-size: 24px;
  }
  h3,
  .h3 {
    font-size: 20px;
  }
  h4,
  .h4 {
    font-size: 18px;
  }
  h5,
  .h5 {
    font-size: 16px;
  }
  p {
    margin-bottom: 10px;
  }
  .banner-slide .content-over-media > img {
    height: 385px;
    width: 100%;
    object-fit: cover;
    object-position: 100%;
  }
  .banner-rating-inner-wrapper.banner-top-small-text-inner img {
    height: 14px;
  }
  .banner-rating-inner-wrapper.banner-top-small-text-inner p {
    font-size: 18px;
    line-height: 1;
    padding-top: 7px;
}
  .banner-slide .content-over-media {
    background: #273166;
    display: block;
  }
  .banner-slide .section {
    width: 100%;
    max-width: 1600px;
    padding: 40px 20px;
    position: relative;
  }
  .banner-slide:before {
    display: none;
  }
  .banner-slide .section:before {
    position: absolute;
    left: -2px; /* right: 0; */
    top: -88px;
    background: url(mobile-banner-wave.svg) no-repeat;
    content: "";
    width: 101%;
    height: 90px;
    background-size: cover;
    z-index: 2;
  }
  .banner-text-wrap .h0 {
    line-height: 1.2 !important;
    text-align: left;
    font-size: 34px;
  }
  .banner-text-wrap p.h0:after { 
    max-width: 390px;
  }
  .banner-text-wrap .h0 span { line-height: 44.2px !important;}
  .banner-text-wrap p.content_heading {
    text-align: left;
  }
  .banner-text {
    text-align: left;
  }
  .product-top-header h2 {
    margin-bottom: 14px;
    font-size: 28px;
    font-weight: 400;
  }
  /* .product-card__figure { height: 174px; } */
  /* .product-card__figure { height: 250px; } */
  .product-card__info {
    width: 100%;
    padding: 0 10px 10px!important;
  }
  .product-info-sec .product-card {
    border-radius: 25.39px;
  }
  .product-list .product-card__figure .badge {
    top: 20px;
    left: 18px;
  }
  .product-card .product-card__quick-buy {
    background: #273166;
  }
  .button {
    padding: 11px 23px !important;
    font-size: 14px !important;
  }
  .button span:not(:last-child) {
    margin-right: 0px;
  }
  .banner-text .button {
	padding: 15px 30px!important;
	font-size: 16px !important;
    width: 280px;
}
  .banner-text .btn-border-white {
    margin-left: 0;
}
  .day-support-product .btn-wrap,
  .top-selling-product .btn-wrap {
    margin-top: 30px;
  }
  .product-card__info .product-card__title {
    font-size: 16px;
  }
  .product-card--blends .product-card__info price-list.price-list {
    font-size: 15px;
  }
  .price-list {
    font-size: 16px;
  }
  .oke-sr-count {
    font-size: 10px;
  }
  .scrolling-text__text.heading {
    /* font-size: 60px; */
    margin: 0;
  }
  .result-video {
    padding: 50px 0 0;
  }
  .result-video:before {
    position: absolute;
    left: -220px;
    top: -100px;
    bottom: 120px;
    width: 326px;
    height: 326px;
    content: "";
    z-index: 1;
    background: #7f5da3;
    border-radius: 0 300px 300px 0;
  }
  /* .scrollbar__progress {
    display: block !important;
  } */
  .product-info-sec .scrollable-with-controls {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .logo-slider .section {
    padding-top: 50px;
    padding-bottom: 0px;
  }
  .result-video .media-with-text__content {
    padding: 17px 23px 60px !important;
  }
  .result-video .media-with-text__content .upper-content p strong {
    font-size: 50px;
    font-weight: 400;
  }
  .result-video .media-with-text__content .upper-content p {
    font-size: 16px;
  }
  .result-video .media-with-text__content .upper-content {
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff60;
  }
  .result-video .media-with-text__content p.h2 {
    font-size: 25px;
  }
  .day-support-product .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .collection-slider {
    padding: 50px 0;
  }
  .collection-card .content-over-media {
    padding: 20px 20px 180px;
  }
  .collection-card__content .h3 {
    font-size: 30px !important;
  }
  .icon-collection {
    right: 20px;
    bottom: 20px;
    width: 80px;
    height: 80px;
  }
  .happy-slumber-inner {
    padding: 50px 0;
  }
  .test-slider-inner {
    display: block;
    padding: 15px;
    gap: 17px;
    margin: 0 15px 30px 0px;
  }
  .test-slider-inner .testi-slider-top {
    display: block;
  }
  .test-slider-inner .testi-slider-top .user-img {
    width: 50px;
    height: 50px;
    margin: 0 0 15px;
  }
  .test-slider-inner .testi-slider-top .user-info p span {
    color: #191a20;
    margin: 0 0 2px;
    font-size: 17px;
  }
  .test-slider-inner .testi-slider-top .user-info p {
    font-size: 13px;
    margin: 0 0 0px;
  }
  .test-slider-inner p {
    margin: 0 0 15px;
  }
  .test-slider-inner p strong {
    font-size: 18px;
  }
  .blog-post-card .blog-post-card__info p.h3 {
    margin: 0;
    font-size: 18px;
  }
  .doctor-details img {
    width: 100px;
    height: 100px;
  }
  .doctor-details p span {
    margin: 10px 0 0px;
    font-size: 16px;
  }
  .doctor-details p {
    font-size: 18px;
  }
  .doctor-details {
    bottom: -115px;
  }
  .doctor-recommend .media-with-text__item {
    gap: 30px;
  }
  /* .doctor-recommend .media-with-text__media {
    margin-bottom: 120px;
  } */
  .doctor-recommend .section {
    padding-bottom: 50px;
  }
  .doctor-recommend {
    background: url(doctor-left-bg.png) no-repeat left top 130px,
      url(doctor-right-bg.png) no-repeat right bottom 0px !important;
    background-size: 290px, 130px !important;
  }
  .doctor-animated-text {
    padding-top: 50px;
  }
  .top-selling-product .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .shopify-section--tabs .accordion__content {
    padding: 0;
  }
  .custom-tabarea .tabs .up-content-wrapper {
    display: grid;
  }
  .custom-tabarea .tabs .down-content-wrapper {
    display: block;
    gap: 30px;
  }
  .custom-tabarea .tabs .down-content-wrapper .right-cont,
  .custom-tabarea .tabs .down-content-wrapper .left-cont,
  .custom-tabarea .tabs .up-content-wrapper .right-cont,
  .custom-tabarea .tabs .up-content-wrapper .left-cont,
  .custom-tabarea .tabs .down-content-wrapper img {
    width: 100%;
  }
  .research-box-wrapper {
    margin-top: 20px;
  }
  .science-banner-wrapper .science-banner-right {
    padding: 50px 30px !important;
  }
  .SL-search .SL-search-main-title {
    margin-bottom: 10px !important;
  }
  .SL-search h2 {
    font-size: 32px !important;
  }
  .research-box-wrapper h3 {
    font-size: 60px !important;
  }
  .SL-search-top-col {
    margin-bottom: 0 !important;
  }
  .SL-search .shg-btn {
    margin-top: 30px !important;
  }

  /* product-list.product-list { display: block; }
  product-list.product-list product-card.product-card { margin-bottom: 30px; } */

  .SL-study-calculation .shg-align-left,
  .SL-study-calculation h2,
  .SL-study-calculation p {
    text-align: center !important;
  }
  .SL-study-calculation h4 {
    font-size: 22px !important;
    text-align: center !important;
  }
  .SL-image-text-row .shogun-heading-component {
    margin-top: 30px;
  }
  .SL-image-text-row.SL-image-text-row-reverse
    > .shg-row
    .shogun-image-container {
    padding-left: 0;
  }
  .SL-sleep-left-col {
    margin-bottom: 30px;
  }
  .footer-top {
    padding: 80px 0;
  }
  .footer-bottom .footer__aside-bottom {
    gap: 14px;
    display: flex;
    flex-direction: column;
  }
  .footer p {
    font-size: 16px;
  }
  .footer-bottom {
    padding: 15px 0;
  }
  .trust-wrapper {
    padding: 50px 0 50px;
  }
  /* .trust-wrapper .slick-slide .avater-wrapper .avater-image { max-width: 320px; padding-bottom: 100%; border-radius: 12px; margin: 0 auto 20px; width: 100%; } */
  .trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper {
    width: 100%;
  }
  .custom-product {
    flex-wrap: wrap;
  }
  .custom-product .product-gallery,
  .custom-product .product-info {
    width: 100%;
  }
  .features-wrapper .features {
    margin: 0 10px 0 0;
  }
  /* .features-wrapper { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }   */
  .features-wrapper .features_content p {
    font-size: 12px;
  }
  .offer p {
    font-size: 20px;
    padding: 0px 22px;
    margin-left: 20px;
  }
  .comparision-wrapper {
    padding: 50px 0;
  }
  .common-question .common-question-wrapper {
    padding: 50px 0px;
  }
  .real-result .multi-column__item p.h4 {
    font-size: 80px;
  }
  .real-result .multi-column__item p {
    font-size: 20px;
  }
  .slick-slide .avater-wrapper {
    flex-wrap: wrap;
  }
  .comparision-wrapper .top-content {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .real-result .real-result-wrapper::before {
    top: 34px;
    width: 80px;
    height: 240px;
  }
  .real-result .real-result-wrapper::after {
    width: 116px;
    height: 110px;
  }
  .real-result .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .night .real-result .real-result-wrapper::before,
  .day .real-result .real-result-wrapper::before,
  .afternoon .real-result .real-result-wrapper::before {
    background-size: contain;
  }
  .day .real-result .real-result-wrapper::after,
  .night .real-result .real-result-wrapper::after,
  .afternoon .real-result .real-result-wrapper::after {
    background-size: contain;
  }
  .press-wrapeer .testi-inn-wrapeer {
    flex-wrap: wrap;
  }
  .details-quote-wrapper .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .press-wrapeer .testi-inn-wrapeer .press__logo {
    border-radius: 12px;
    padding-bottom: 96%;
    width: 340px;
    margin-bottom: 20px;
  }
  .press-wrapeer .testi-inn-wrapeer .testi-user-img {
    margin-right: 0;
  }
  .press-wrapeer .testi-user-text .blockquote.h3 {
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    font-family: var(--Ppmori);
    font-weight: 400;
  }
  .real-result .section-header p {
    margin: 0 auto 55px;
    font-size: 18px;
  }
  .common-question .common-question-wrapper {
    padding: 50px 0;
  }
  .why-sleep {
    padding: 50px 0;
  }
  .why-sleep h2 {
    margin-bottom: 40px;
  }
  .banner-logo {
    right: 25px;
    bottom: -40px;
    width: 80px;
    height: 80px;
  }
  .main-collection .cetagory li a,
  .cetagory li a {
    font-size: 14px;
    margin: 0 4px 10px;
    padding: 6px 18px;
  }
  /* .main-collection .cetagory { align-items: center; justify-content: center; } */
  .money-back-gurranty {
    padding: 60px 30px;
    flex-wrap: wrap;
  }
  .money-back-gurranty .gurrenty-rt {
    width: 100%;
  }
  .money-back-gurranty .gurrenty-lt {
    margin: 0 auto 30px;
    max-width: 165px;
    width: 100%;
  }
  .accordion-container .accordion-title::after {
    top: 25px;
    right: 0;
  }
  .slumber-promise-wrapper .container {
    flex-wrap: wrap;
  }
  .export-team-block .shg-c-lg-4.shg-c-md-4.shg-c-sm-4.shg-c-xs-12 {
    margin-bottom: 30px;
  }
  .popup .popup__content {
    padding: 15px;
  }
  .load-more p span {
    font-size: 20px !important;
  }
  .real-result .section-header h2 {
    font-size: 30px;
    margin-bottom: 12px;
  }
  .prod-accordion .h2 {
    font-size: 24px;
  }
  .custom-tag span {
    padding: 5px 15px;
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 6px;
  }
  .press-wrapeer .testi-inn-wrapeer .testi-user-text {
    width: 100%;
  }
  .comperision-content-wrapper table tr th:not(:first-child),
  .comperision-content-wrapper table tr td:not(:first-child),
  .comperision-content-wrapper table tr td {
    text-align: center;
    padding: 6px;
  }
  .comperision-content-wrapper table td .correct {
    margin: 0 auto;
    width: 25px;
    height: 25px;
  }
  .no-wrapper,
  .other-correct {
    margin: 0 auto;
    width: 20px;
    height: 20px;
  }
  .night .question-wrapper i,
  .day .question-wrapper i,
  .afternoon .question-wrapper i {
    font-size: 22px;
  }
  .correct i {
    font-size: 10px;
  }
  .afternoon .question-wrapper i {
    font-size: 22px;
  }
  .no-wrapper i,
  .other-correct i {
    font-size: 12px;
  }
  .comperision-content-wrapper table td:is(th, td):last-child {
    padding-inline-end: 15px;
  }
  /* .collection__results  .product-list { gap: 10px; grid-template-columns: 1fr 1fr; } */
  .product-card__info .product-card__info-inn {
    flex-wrap: nowrap;
    column-gap: 5px;
  }
  .comperision-content-wrapper table th img {
    height: auto;
    margin: 0 auto;
    object-fit: contain;
    padding: 12px;
  }
  .product-info__description {
    margin-top: 12px;
  }
  .money-back-gurranty::after {
    right: 0;
    bottom: -46px;
    width: 138px;
    height: 138px;
  }
  .product-banner .banner-content {
    padding: 34px 0;
  }
  .product-banner .banner-content h2 {
    font-size: 30px;
    line-height: 1;
  }
  .product-banner .banner-content p {
    font-size: 16px;
  }
  .main-collection {
    padding: 30px 0 0;
  }
  /* .main-collection {
    padding: 50px 0 0;
  } */
  .money-back-gurranty .gurrenty-rt span {
    font-size: 100px;
  }
  /* .product-card__figure a img.product-card__image--primary { height: 100px; } */
  .about-team-wrap .shg-row {
    gap: 0;
  }
  .about-team-wrap .shg-row .shg-c-lg-3.shg-c-md-3.shg-c-sm-3.shg-c-xs-6 {
    width: 49%;
  }
  .product-card__figure {
    border-radius: 12px;
  }
  .product-info__description {
    margin-top: 22px;
  }
  .product-content {
    margin-top: 13px;
  }
  .about-team-wrap .shg-box-content {
    padding: 0;
  }
  .about-team-wrap .team-member-name {
    padding: 6px 0 0 0 !important;
  }
  .about-team-wrap .team-member-deg p {
    line-height: 14px !important;
    margin-bottom: 5px;
  }
  .about-team-wrap .team-member-deg p span {
    font-size: 10px !important;
  }
  .about-team-wrap .team-member-info p span {
    font-size: 11px !important;
  }
  .about-team-wrap .team-member-info p {
    line-height: 14px !important;
  }
  .guiding-principle p.h2 {
    font-size: 39px;
    margin-bottom: 15px;
  }
  .about-info-text p span {
    font-size: 16px !important;
  }
  .overlay-about-banner img {
    height: 423px;
  }
  .overlay-about-banner p {
    margin: 0 !important;
  }
  .overlay-about-banner p.bold {
    font-size: 21px;
    font-weight: 400;
    line-height: 27px;
    margin: 0 0 9px !important;
  }
  .cbg-gummies-wrapper .container .gummies-image {
    max-width: 100%;
    width: 100%;
  }
  .cbg-gummies-wrapper .container .gummies-content {
    max-width: 100%;
    width: 100%;
  }
  .cbg-gummies-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .collection-banner {
    height: 170px;
  }
  .team-banner {
    padding: 40px 0;
  }
  .team-banner .container {
    padding: 0;
  }
  .team-details-wrapper .team-image {
    margin: 0 0px 20px 0;
  }
  .team-skill ul {
    padding: 0 0 0 15px;
    border-left: 3px solid #7d5fa1;
  }
  .team-skill ul li::before {
    top: 13px;
    width: 20px;
    height: 20px;
  }
  .multi-col-wrapper .container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .multi-col-wrapper .container .left-right-column-wrapper {
    margin: 15px 0;
    order: 1;
  }
  /* .multi-col-wrapper .row:nth-child(odd) .container .left-right-column-wrapper { order: 1;} */
  .multi-col-wrapper .container .right-right-column-wrapper {
    width: 100%;
    order: 2;
  }
  .product-description {
    padding: 40px 0;
  }
  .custom-population .cpopular-content {
    padding: 40px 0;
  }
  .custom-population .cpopular-content h2 {
    padding-bottom: 15px;
    margin-bottom: 30px;
  }
  .seo-banner p span {
    font-size: 16px !important;
  }
  /* .doctor-recommend .media-with-text__content .h2 {
    font-size: 24px;
  } */
  .trust-wrapper .slick-slide .avater-wrapper .avater-inner-wrapper h3 {
    font-size: 24px;
  }
  .research-percentage p span,
  .study-percentage p span {
    font-size: 50px !important;
  }
  .popup .popup__content .content_head p {
    margin: 10px 0;
    font-size: 22px;
  }
  .blog-banner-wrapper:after {
    right: -100px;
    top: 50px;
    width: 200px;
    height: 200px;
  }
  .blog-listing-page {
    padding: 40px 0;
  }
  .main-collection .cetagory,
  .cetagory {
    margin: 0;
    justify-content: center;
  }
  .blog-post-card .blog-post-card__info p {
    font-size: 14px;
  }
  .test-slider-inner .testi-slider-top .rating .rating__star {
    width: 15px;
    height: 15px;
  }
  .general-logo-slider h2 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .images-scrolling-mobile__item {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 479px) {
  .banner-slide .section {
    padding: 10px 14px 40px;
  }
  .science-banner-buttons .shg-box-content {
    display: grid;
  }
  .science-banner-buttons .shg-box-content .shg-btn {
    width: 100%;
    text-align: center !important;
  }
  .SL-image-text-sec .shogun-image-container {
    min-height: 360px !important;
  }
   .banner-text-wrap .h0 {
    font-size: 40px;
  }
  
  
}

/*====================== Landing page responsive css start ====================*/
.landing-wrapper .products-details-wrapp .product-info {
  max-width: 570px;
}
@media only screen and (max-width: 1500px) {
  .landing-wrapper .products-details-wrapp .product-info {
    max-width: 620px;
    padding-right: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .landing-wrapper .products-details-wrapp .product-info {
    max-width: 100%;
    padding-right: 0;
  }
  .landing-wrapper .products-details-wrapp {
    display: flex;
    flex-direction: column-reverse;
  }
  .landing-wrapper .top h1 {
    font-size: 25px;
  }
  .landing-wrapper .products-details-wrapp .product-info {
    margin-top: 50px;
  }
  .landing-product-raing img {
    width: 130px;
  }
  .landing-wrapper .product-info h2 {
    font-size: 30px;
  }
  .landing-wrapper .product-info p {
    font-size: 15px;
  }
  .landing-wrapper .product-info .button {
    font-size: 18px !important;
  }
  .landing-wrapper .product-info ul li {
    font-size: 15px;
  }
  .coupon-code-wrapp h2 {
    font-size: 22px;
  }
  .coupon-code-wrapp p {
    font-size: 18px;
  }
  .accordion-title1 .shogun-heading-component h2 {
    font-size: 18px !important;
  }
  .SL-search-main-title h3 {
    font-size: 26px !important;
  }
  .research-percentage p span {
    font-size: 70px !important;
  }
  .logo-slider h2 {
    font-size: 25px;
    font-family: "PP Mori";
    color: #273166;
    font-weight: 600;
  }
  .research-box-wrapper {
    padding: 60px 16px !important;
  }
  .money-back-gurranty .gurrenty-rt .gurrenty-rt-inn {
    display: block;
    position: inherit;
    padding: 0;
  }
  .money-back-gurranty .gurrenty-lt {
    margin: 20px auto 20px;
  }
  .money-back-gurranty .gurrenty-rt span {
    font-size: 140px;
  }
  .money-back-gurranty .gurrenty-rt-inn2 h2 {
    text-align: left;
    font-size: 30px;
  }
  .money-back-gurranty .gurrenty-rt-text p {
    font-size: 18px;
    text-align: left;
  }
  .money-back-gurranty .gurrenty-lt {
    padding: 20px;
  }
  .gurrenty-rt-inn1 {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
  }
  .gurrenty-rt-inn1 h3 {
    font-size: 80px !important;
  }
  .money-back-gurranty .gurrenty-rt {
    justify-content: start;
  }
  .landing-product .container {
    flex-direction: column-reverse;
  }
  .landing-product .container .product_image_content {
    width: 100%;
  }
  .landing-product .container .product-cont {
    max-width: 100%;
    width: 100%;
    margin-top: 50px;
  }
  .images-scrolling-mobile {
    grid: inherit;
    gap: 0;
  }
  .landing-product .container .product_image_content img {
    margin-left: 0;
    width: 100%;
  }
  .images-scrolling-mobile__item.snap-start img.rounded-sm {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .coupon-code-wrapp h2 {
    font-size: 18px;
  }
}

/*====================== Wholesale css start ====================*/
.icon-position-item {
  position: absolute;
  right: -7%;
  float: right;
  justify-content: end;
  bottom: -35%;
}
.icon-right-position {
  position: absolute;
  right: -15%;
  bottom: -53%;
}
.top-image-item-wrap {
  max-width: 740px;
  margin: 0 auto;
}
.check-icon-wrap .shg-c-lg-1.shg-c-md-1.shg-c-sm-1.shg-c-xs-6.w3_bg {
  width: 5%;
}
.check-icon-wrap .shg-row.w3_bg {
  justify-content: start;
  display: grid;
  grid-template-columns: 0fr 20fr 0fr;
  gap: 20px;
}
.heading-style-all h2,
.heading-style-all h5 {
  font-weight: 600 !important;
}
.icon-check-block {
  min-height: auto !important;
}

.text-box-wrap.w3_bg .shg-fa.shg-fa-check-circle.shogun-icon.w3_bg {
  font-size: 33px !important;
  color: rgba(134, 204, 216, 1);
}
.text-box-wrap.w3_bg .s {
  width: 30px;
}
@media only screen and (max-width: 1600px) {
  .top-image-item-wrap {
    max-width: 680px;
    margin: 0;
  }
  .check-icon-wrap .shg-c-lg-1.shg-c-md-1.shg-c-sm-1.shg-c-xs-6.w3_bg {
    width: 7%;
  }
}

@media only screen and (max-width: 767px) {
  .check-icon-wrap .shg-c-lg-1.shg-c-md-1.shg-c-sm-1.shg-c-xs-6.w3_bg {
    width: 40px !important;
  }
  .check-icon-wrap .shg-row.w3_bg {
    flex-wrap: inherit;
    text-align: left;
    justify-content: start;
    align-items: start;
  }
  .check-icon-wrap .shg-c-lg-11.shg-c-md-11.shg-c-sm-11.shg-c-xs-6.w3_bg {
    width: auto;
  }
  .icon-right-text {
    min-height: auto !important;
  }
  .icon-position-item {
    display: none !important;
  }
  .center-logo-mobile .shg-row.w3_bg {
    justify-content: center;
  }
  .section-image-text {
    text-align: center;
  }
  .check-icon-wrap .shg-row.w3_bg {
    gap: 5px;
  }
  .text-box-wrap.w3_bg {
    gap: 12px !important;
  }
  #main {
    overflow: hidden;
  }
}
/*====================== Wholesale css end ====================*/
/*====================== Landing page responsive css end ====================*/

/*====================== Mood Product page Start ====================*/
/* .container{max-width: 1300px; margin: 0 auto;} */
body.mood { color: #181818 !important; background: #FDF9FF;}
.mood .custom_variant_picker .block-swatch.is-selected:before,
.mood .custom_variant_picker input:checked + .block-swatch:before,
.mood .custom_variant_picker .block-swatch.is-selected:before,
.mood .custom_variant_picker input:checked + .block-swatch:before {
  border: 2px solid var(--mood-color) !important;
}
.mood .product-shipping-info p {
  margin: 0;
  color: #273166;
}
.mood .product-content a {
  color: #7D5FA1;
}
.mood .product-info-wrapper,
.mood .prod-accor-content-wraper,
.mood .sleep-animated-text-wrappper,
.mood .scroll-text-slwwp-wrapper,
.mood .comparision-wrapper,
.mood .common-question-wrapper {
  background: var(--mood-bg);
}
.mood .real-result-wrapper,
.mood .press-wrapeer {
  background: #cc411d;
}
.mood .real-result .multi-column__item p.h4 span::before {
  background: url(day-sparkle.svg) no-repeat;
}
.mood .real-result .real-result-wrapper::before {
  background: url(day-counter-left-shape.svg) no-repeat;
}
.mood .real-result .real-result-wrapper::after {
  background: url(day-counter-right-shape.svg) no-repeat;
}
.mood .product-info__buy-buttons .button {
  background: var(--mood-color) !important;
  color: #fff !important;
}
.mood .product-info  .offer {  
  border: 2px solid var(--mood-color);  
}
.mood .product-info .offer p {
  color: var(--mood-color);
}
.mood .product-info__description ul li:before,
.mood .metafield-rich_text_field ul li:before,
.mood .image-text-scroll ul li:before {
  background: url(mood-star.svg) no-repeat;
}
.mood .custom-tag span {
  background: var(--mood-color);
  font-weight: 400;
}
.mood .slick-slide .avater-wrapper {
  background: #FBF0FF;
}
.mood .question-wrapper i {
  font-size: 40px;
  color: #5C306F;
}
.mood .slider-nav .slick-arrow {
  background: var(--mood-color);
}
.mood .trust-wrapper::after {
  background: var(--mood-color);
}
.mood .trust-wrapper::before {
  background: rgb(137 88 229 / 8%);
}
.mood .cbg-gummies-wrapper .container .gummies-content ul li:before {
  background: url(day-star.svg) no-repeat;
}
.mood .bleded-content-wrapper, .mood .key-benefit-wrap,
.mood .recommendation-products-wrapper, .mood .collection-text-slider-wrapper {
  background: #FDF9FF;
}
/* .tab-accordion-wrap .tab-content {
  background: #F9EAFF;
} */

.tab-scroller-wrapper {
  padding: 40px;
  background: #fff !important;
}
.tab-scroller-wrapper ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 60px;
}
.tab-scroller-wrapper ul li a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  border-bottom: 3px solid transparent;
}
.tab-scroller-wrapper ul li.active a, .tab-scroller-wrapper ul li a:hover{
  font-weight: 500;
  border-bottom: 3px solid var(--mood-color);
}
.tab-scroller-wrapper ul li a::after {  
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  font-weight: 500;
}

.tab-accordion-wrap h2 {
  text-align: center;
  margin-bottom: 24px;
  font-family: var(--Poppins);
}
.tab-menu ul{
  margin: 0;
}
.tab-menu ul li{
	list-style-type: none;
	display: inline-block;
}
.tab-menu ul li a {
  font-family: var(--Poppins);
  font-weight: 400;
  font-size: 28px;
  line-height: 1;
  color: #181818;
  text-decoration: none;
  margin: 0 30px;
  padding: 0 11px 10px;
  border-bottom: 3px solid transparent;
  display: block;
  word-break: keep-all;
    white-space: nowrap;
}
.tab-menu ul li a.active-a{
  border-bottom: 3px solid var(--mood-color);
  font-weight: 500;
}
.tab-content{
  padding: 64px 100px;
  /* background: #F9EAFF; */
}
.tab{
	display: none;
}
.tab-active{
	display: block;
}

.accordion-item {
  transition: 0.5s ease-out;  
  padding: 0;
  margin-bottom: 84px;
}
.accordion-item:last-child{margin-bottom: 0;}
.accordion-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.accordion-title h3{
  font-size: 24px;
  line-height: 1;
  margin: 0;
}
.desc {
  font-size: 20px;
  color: rgba(0,0,0,0.7);
  display: none;
  width: 100%;
  margin: auto;
  padding-top: 16px;
}
#first-letter{
  font-size: 2.0em;
  font-weight: bold;
}
#open {
  background: rgb(0, 0, 0);
  height: 3px;
  margin-top: 0;
  width: 22px;
  position: relative;
  float: right;
  border-radius: 15px;
}

#closed {
  background: rgb(0, 0, 0);
  height: 22px;
  position: absolute;
  width: 3px;
  top: -9px;
  left: 9px;
  border-radius: 15px;
}

.key-benefit-wrap .container {
  border-radius: 40px;
  /* background: var(--mood-color); */
  padding: 86px 100px;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
}
.key-benefit-shape {
  position: absolute;
  right: -22%;
  top: 0;
}
.key-benefit-wrap h2{text-align: center; font-family: var(--Ppmori); font-size: 48px; margin-bottom: 24px; position: relative;}
.key-benefit-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  z-index: 2;
  column-gap: 48px;
}
.key-benefit-text, .key-benefit-img {
  width: calc(100% / 2 - 24px);
}
.key-benefit-text p {
  font-family: var(--Poppins);
  font-size: 20px;
  margin: 0 0 30px;
}
.key-benefit-text ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.key-benefit-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: var(--Poppins);
  font-weight: 400;
}
.key-benefit-text ul li:last-child{margin-bottom: 0;}
.key-benefit-text ul li .key-icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  margin-right: 12px;  
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}

.key-benefit-img-holder {
  line-height: 0;
  max-width: 416px;
  padding-bottom: 68.4%;
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  margin-left: auto;
}
.key-benefit-img-holder img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mood-money-back-wrap{
  position: relative;
  padding: 110px 0 25px;
  overflow: hidden;  
}
.mood-money-back-shape {
  position: absolute;
  left: -24%;
  top: -69px;
  z-index: 1;
}
.mood-money-back-wrap .container {
  display: flex;  
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  column-gap: 70px;
}
.mood-money-back-img {
  max-width: 475px;
  width: 100%;
  text-align: right;
}
.mood-money-back-img img {
  margin-left: auto;
}
.mood-money-back-info{
  max-width: 655px;
  width: 100%;
  padding-top: 30px;
}
.mood-money-back-info h2{
  font-family: var(--Ppmori);
  font-size: 52px;
  line-height: 1.3;
  margin-bottom: 24px;
}
.mood-money-back-info p{
  font-family: var(--Poppins);
  font-weight: 400;
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 0px;
}
.mood-money-back-circle {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  position: absolute;
  right: 85px;
  top: 92px;
  background: #413585;
}

.bleded-content-wrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  margin: 0 50px;
}
.bleded-content-wrapper .sect-image-wrapper .section-boxed {
  padding: 0;
}
.bleded-content-wrapper .sect-image-wrapper .section-boxed img {
  width: 100%;
}
.bleded-content-wrapper .section-boxed {
  padding: 0;
  margin: 0 auto;
  max-width: 1360px;
  width: 100%;
  border-radius: 0;
}
.bleded-content-wrapper .sect-image-wrapper .section-boxed {
  border-radius: 60px 60px 0 0;
  overflow: hidden;
}
.bleded-content-wrapper .for_mobile {
  display: none;
}
.blended-accordion-wrapper .section-boxed {
  box-shadow: none;
}
.blended-accordion-wrapper .section-boxed {
  box-shadow: none;
  padding: 50px 80px 45px;
  border-radius: 0 0 60px 60px;
}
.blended-accordion-wrapper .section-boxed .section-stack--horizontal {
  display: block;
}
.blended-accordion-wrapper .section-boxed .section-stack__intro, .blended-accordion-wrapper .section-boxed .section-stack__main {
  width: 100%;
}
.blended-accordion-wrapper .section-boxed .section-stack__intro{
  margin-bottom: 24px;
}
.blended-accordion-wrapper .section-boxed .section-stack__intro h2{
  font-size: 36px;
  line-height: 1.3;
}
.blended-accordion-wrapper .section-boxed .section-stack__main .accordion-box {
  padding: 0;
}
.blended-accordion-wrapper .section-boxed .section-stack__main .accordion-box.rounded.bg-secondary {
  background: transparent;
}
.blended-accordion-wrapper .accordion-box .accordion__toggle {
  padding: 25px 0;
}
/* .blended-accordion-wrapper .accordion-box .accordion:last-child .accordion__toggle {
  padding-bottom: 0;
} */
.blended-accordion-wrapper .accordion-box .accordion-additional-wrapper {
  display: flex;
  align-items: center;
  column-gap: 16px;
}
.blended-accordion-wrapper .accordion-box .accordion-additional-wrapper.mobile {
  display: none;
}
.blended-accordion-wrapper .accordion-box  .accordion_imag_wr {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.blended-accordion-wrapper .accordion-box  .accordion_imag_wr img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blended-accordion-wrapper .accordion-box .accordion_cont_wr span {
  font-family: 'Poppins';
  font-weight: 500;
  font-size: 24px;
  line-height: 1;
  /* color: #181818; */
  margin-bottom: 4px;
  display: block;
}
.blended-accordion-wrapper .accordion-box .accordion_cont_wr p {
  margin: 0;
  font-family: var(--Poppins);
  font-weight: 400;
  font-size: 20px;
  line-height: 1.6;
  /* color: #181818; */
}
.blended-accordion-wrapper .accordion-box .accordion__toggle .circle-chevron {
  background: transparent;
  width: 16px;
  height: 6px;
  border-radius: 0;
}
.blended-accordion-wrapper .accordion-box .accordion__toggle .circle-chevron svg {
  width: 32px;
  height: 10px;
}
.blended-accordion-wrapper .accordion-box .group:hover .circle-chevron.group-hover\:colors:not([disabled]) {
  background: transparent;
  color: inherit;
}
.group[aria-expanded=true] .circle-chevron.group-expanded\:colors:not([disabled]) {
  background: transparent;
  color: rgb(var(--background));
}
.comparision-wrapper .top-content h2 {
  margin: 0;
}
.mood .comparision-wrapper .top-content:after {  
  background: #5C306F;  
}
.mood .comperision-content-wrapper table th:nth-child(2), .mood .comperision-content-wrapper table tr td:nth-child(2) {
  background: #FBF0FF;
}

.mood .image-text-scroll .section--narrow {
  --container-max-width: 1360px;
  width: 100%;
}
.mood .image-text-scroll .images-scrolling-desktop__media-wrapper {  
  text-align: right;
}
.mood .image-text-scroll .images-scrolling-desktop__media-wrapper img {
  margin-left: auto;
}

.mood .comparision-wrapper .top-content {  
  margin-bottom: 50px;  
}

/* #expert .slick-track {
  display: flex;
}
.trust-wrapper .slick-slide {  
  height: inherit ;
}
.trust-wrapper .slick-slide div {
  height: 100%;
} */


.header a.btn { background-color: #273166; min-width: 224px; }
.header a.btn:hover { background-color: #5d59b1; }

.header__wrapper .header__main-nav .header__icon-list .header__link-list { align-items: center; }

.button.secondary-btn span i:before { background-image: url('/cdn/shop/files/white-artrow-right1.png?v=1760095084'); background-size: cover; background-repeat: no-repeat; content: ''; width: 14px; height: 12px; display: flex; justify-content: center; align-items: center; }
.button i {margin-left: 10px;}
.button.secondary-btn:hover span i:before { background: url(/cdn/shop/files/arrow-right-solid.svg?v=1704534956) no-repeat center center;}
.common-padd-cstm {padding-top: 100px !important; padding-bottom: 100px !important;}
body .pt-0{padding-top: 0 !important;}
body .pb-0{padding-bottom: 0 !important;}
.container-cstm { max-width: 1340px; margin: 0 auto; padding: 0 15px; }

.common-hedaing { text-align: center; margin-bottom: 50px}

.product-filter-wrapper { padding-bottom: 100px; }
.product-filter-item { padding-inline: 120px; border-radius: 40px; }
.product-filter-row { display: flex;}
.product-filter-content { flex: 0 0 auto; width: 40%; align-self: center; }
.product-filter-images {  flex: 0 0 auto; width: 60%; align-self: baseline; padding-top: 86px; display: flex; justify-content: end;}
.product-filter-slider .slick-slide:first-child .product-filter-item { background: rgb(163, 119, 205); background: linear-gradient(100deg, rgba(163, 119, 205, 1) 0%, rgba(163, 119, 205, 1) 0%, rgba(84, 26, 139, 1) 100%); }
.product-filter-slider .slick-slide:nth-child(2) .product-filter-item { background: rgb(247,106,6); background: linear-gradient(100deg, rgba(247,106,6,1) 0%, rgba(247,106,6,1) 0%, rgba(247,106,6,1) 36%, rgba(168,73,5,1) 100%); }
.product-filter-slider .slick-slide:nth-child(3) .product-filter-item {background: rgb(96,157,0); background: linear-gradient(100deg, rgba(96,157,0,1) 0%, rgba(116,178,18,1) 0%, rgba(96,157,0,1) 100%); }
.product-filter-content h2 { color: white; font-size: 48px;} 
.product-filter-content p { font-family: var(--Poppins); color: white; }
.product-filter-content a.btn { display: flex; align-items: center; gap: 8px; max-width: 282px; text-align: center; justify-content: center; padding: 12px 30px; text-transform: uppercase; color: white; text-decoration: none; border-radius: 30px; margin-top: 32px;}
.product-filter-slider .slick-slide:first-child .product-filter-content a.btn { background-color: #4C0591;}
.product-filter-slider .slick-slide:nth-child(2) .product-filter-content a.btn { background-color: #CC411D;}
.product-filter-slider .slick-slide:nth-child(3) .product-filter-content a.btn { background-color: #047161;}
.product-filter-slider button.slick-arrow { z-index: 2; font-size: 0; border: solid white; border-width: 0 3px 3px 0; display: inline-block; padding: 3px; }
.product-filter-slider button.slick-arrow.slick-disabled { opacity: 0.25;}
.product-filter-slider button.slick-prev.slick-arrow { left: 50px; transform: rotate(135deg); -webkit-transform: rotate(135deg) translateY(20%) translateX(-50%); }
.product-filter-slider button.slick-next.slick-arrow { right: 50px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg) translateY(-50%); }
.product-filter-slider button.slick-arrow::before { display: none;}
.accordion-additional-wrapper-mobile {display: none; }


.mobile-collection-slider-wrapper { padding: 10px; display: none !important; }
.mobile-collection-slider-wrapper .slick-slide .collection { padding-right: 24px; margin: 0; }
.mobile-collection-slider-wrapper .collection a .collection-img-wrapper { width: 54px; height: 54px; border-radius: 50%; overflow: hidden; margin: 0 auto 5px; }
.mobile-collection-slider-wrapper .collection a .collection-img-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center;  }
.mobile-collection-slider-wrapper .collection a p { color: #000; font-size: 14px; font-weight: 600; margin-bottom: 0; }

.prose.banner-text .subheading-wrapper-top p { font-style: italic; text-transform: uppercase; font-weight: 600; margin-bottom: 16px; font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem); }
.banner-buttom-wrapper { display: flex; gap: 30px; margin-top: 30px !important; }
.banner-buttom-wrapper .banner-top-small-text { margin: 0; }
.button.secondary-btn { background-color: #5D59B1 !important; color: #fff !important; transition: 0.3s ease-in-out;}
.button.secondary-btn:hover { background-color: #86ccd8 !important; color: #000 !important; }
.banner-text-wrap .banner-text .button.button--xl { margin-right: 24px; }

.product-info-sec .scrollable-with-controls { position: relative; }
.product-info-sec .scrollable-with-controls .scrollbar { position: absolute; top: -80px; right: 0; }
.product-info-sec .scrollable-with-controls .scrollbar__buttons button .animated-arrow::before { border-color: #fff; }
.product-info-sec .scrollable-with-controls .scrollbar__buttons button .animated-arrow::after { background: #fff; opacity: 1; transform: unset; }
.top-selling-product .section-stack .btn-wrap { display: flex; gap: 30px; }
.last-element-card { position: relative; height: 100%; }
.product-list .last-element-card .element-content-wrapper { padding: 20px 30px; position: absolute; top: 50%; transform: translateY(-50%) !important; left: 0; text-align: center; z-index: 2;}

.last-element-card .element-background-image-wrapper { position: relative; overflow: hidden; } 
.last-element-card .element-background-image-wrapper:before { position: absolute; content: ''; width: 100%; height: 100%; background: #00000069; border-radius: 32px; top: 0; bottom: 0; left: 0; right: 0; z-index: 0; }

.last-element-card .element-content-wrapper>span { display: block; color: #fff; font-size: clamp(1.5rem, 1.321rem + 0.476vw, 1.75rem); }
.last-element-card .element-background-image-wrapper {height: 100%; border-radius: 32px; overflow: hidden;}
.last-element-card .element-background-image-wrapper img { width: 100%; height: 100%; object-fit: cover;}

.prefered-formate-wrapper-wrapper { background: rgba(244, 249, 252, 1)!important; }
.prefered-formate-wrapper-wrapper .section-header { display: flex; align-items: center; gap: 30px; width: 100%; justify-content: space-between;}
.prefered-formate-wrapper-wrapper .section-header .button.secondary-btn { flex-shrink: 0; }
.prefered-formate-wrapper-wrapper .slick-slider { width: 100%; }
.prefered-formate-wrapper-wrapper .slick-slider .slick-track { margin: 0; }
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide { padding-right: 30px; }
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide .item-image { border-radius: 20px; overflow: hidden; padding-bottom: 60%; }
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide .item-image img { width: 100%; height: 100%; object-fit: cover; position: absolute; border-radius: 24px; transition: all .3s ease;}
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide:hover .item-image img {
    transform: scale(1.1);
}
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide .item { position: relative; overflow: hidden; border-radius: 20px; }
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide .item h3 { font-size: 28px; color: #fff; position: absolute; z-index: 1; bottom: 16px; left: 16px; margin-bottom: 0; }
.prefered-formate-wrapper-wrapper .section-header h2 { font-size: clamp(2.25rem, 1.893rem + 0.952vw, 2.75rem) !important; }

.doctor-study-result .section-blends .doctor-inner-holder { z-index: 1; position: relative; }
.doctor-study-result .section-blends::after { content: ''; position: absolute; width: 170px; height: 170px; background: rgba(125, 95, 161, 1); right: 0; bottom: 0; border-top-left-radius: 140%; }
.doctor-study-result .section-blends::before { content: ''; position: absolute; width: 170px; height: 170px; background: rgba(235, 237, 245, 1); left: 0; top: 0; border-bottom-right-radius: 140%; }

.video-animated-text .scrolling-text__text { text-transform: uppercase; margin-bottom: 30px; padding-right: 2vw; }
.doctor-study-result .section-blends { position: relative; overflow: hidden; background: rgba(40, 49, 102, 1); }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media { width: 36%; padding: 0 12px;}
.doctor-study-result .section-blends .doctor-inner-holder .bg-custom { padding: 50px 40px; width: 100%; border-radius: 32px; position: relative; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box {width: calc(64% - 20px); margin-left: 20px;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.extra-info { display: flex; gap: 32px; flex-wrap: wrap; margin-bottom: 30px; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.extra-info li { list-style: none; display: flex; align-items: center; gap: 10px; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.extra-info li img { margin: 0; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.extra-info li p { margin: 0; color: #fff; font-size: clamp(1.125rem, 0.768rem + 0.952vw, 1.625rem);}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper { display: flex; gap: 60px; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper li {list-style: none;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper li span { font-size: clamp(2.5rem, 2.054rem + 1.19vw, 3.125rem); color: #fff; font-weight: 600; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper li p { margin: 0; font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem); color: #fff; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .button.btn-border-white { display: inline-flex; justify-content: center; margin: 20px 0 auto; min-width: 380px; font-size: 20px !important; text-transform: capitalize;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .button.btn-border-white span i:before {filter: brightness(0) invert(1);}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .button.btn-border-white:hover span i:before {filter: none;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .gumie-wrapp { position: absolute; right: -50px; bottom: -30px; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .gumie-wrapp img {margin: 0;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box p.outer-content-wrapper { color: #fff; padding-right: 125px; font-size: clamp(1rem, 0.643rem + 0.952vw, 1.5rem); margin-top: 30px; margin-bottom: 0; }
.doctor-study-result .section-blends .doctor-inner-holder .bg-custom .button-center-box { text-align: center; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child { position: relative; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child video-media { height: 475px; border-bottom: 30px; aspect-ratio: unset; overflow: hidden; position: relative; z-index: 1; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details { margin-top: -60px; position: relative; bottom: unset; left: unset; right: unset; z-index: 1 }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details .doctor-img-wrapp { width: 120px; height: 120px; margin: 0 auto 10px; border-radius: 8px; overflow: hidden; z-index: 1;}
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details .doctor-img-wrapp img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details p span{ font-size: 26px; color: #fff; font-weight: 400; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details span { color: #fff; font-size: 16px; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details .partical-right-arrow { position: absolute; right: 0; bottom: 0; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details::after { content: ''; position: absolute; width: 370px; height: 185px; left: 50%; bottom: -46px; background-color: #3a3d7d42; transform: translateX(-50%); border-bottom-right-radius: 170px; border-bottom-left-radius: 190px; z-index: -1; }

.join-team-contain-wrapper { background-color: #F4F9FC !important; }
.join-team-contain-wrapper .team-join-wrapper { display: flex; align-items: center; gap: 30px; width: 100%; margin-top: -55px;}
.join-team-contain-wrapper .team-join-wrapper .team-join-left-wrapper {width: 35%; margin-top: 5%;} 
.join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper { width: 65%; }
.team-join-left-wrapper p { font-size: clamp(1.5rem, 1.411rem + 0.238vw, 1.625rem); color: #181818; margin-bottom: 16px; }
.team-join-left-wrapper ul { margin-bottom: 35px; }
.team-join-left-wrapper ul li { font-size: 22px; color: #181818; margin-bottom: 10px; position: relative; padding-left: 25px; }
.team-join-left-wrapper ul li:last-child { margin-bottom: 0; }
.team-join-left-wrapper ul li:after { content: ""; background-image: url('/cdn/shop/files/Star_11.svg?v=1760618830'); background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; left: 0; top: 8px; width: 14px; height: 14px; }
.team-button-wrapper { display: flex; gap: 30px; }
.join-team-contain-wrapper .team-join .item {height: 100%; background-color: #fff; border-radius: 24px; padding: 67px 20px; box-shadow: 0px 1px 16px 0px rgba(142, 175, 194, 0.2); text-align: center;}
.join-team-contain-wrapper .team-join .slick-track { display: flex; }
.join-team-contain-wrapper .team-join .slick-slide > div { height: 100%; }
.join-team-contain-wrapper .team-join .slick-slide{ padding: 20px 15px; height: auto; }
.join-team-contain-wrapper .team-join .item ul.star-list { display: flex; margin-bottom: 24px; justify-content: center; }
.join-team-contain-wrapper .team-join .item ul.star-list li { color: #273166; font-size: 24px; }
.join-team-contain-wrapper .team-join .item h5 { font-size: 24px; margin-bottom: 10px; }
.join-team-contain-wrapper .team-join .item p, .join-team-contain-wrapper .team-join .item span { color: #181818; font-size: 20px; }
.join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper .team-scroll-area { position: relative; padding-top: 60px; }
.join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper .team-scroll-area .join-slider-button-wrapper { position: absolute; z-index: 2; top: 0; right: 0; display: flex; justify-content: center; align-items: center; gap: 10px; }
.join-slider-button-wrapper button.slick-arrow { width: 56px; height: 56px; display: flex; position: unset; justify-content: center; align-items: center; background-color: #5D59B1; transform: unset; border-radius: 50%; overflow: hidden; }
.join-slider-button-wrapper button.slick-arrow::before {display: none;}
.join-slider-button-wrapper button.slick-arrow.slick-disabled { opacity: 0.6; }
.join-team-contain-wrapper .heading-wrapper h2 { font-size: clamp(2.25rem, 1.893rem + 0.952vw, 2.75rem) !important; }
.join-team-contain-wrapper .section-stack { gap: 0; position: relative; }
.join-team-contain-wrapper .heading-wrapper { text-align: left; width: 100%; padding-right: 140px; position: relative; z-index: 1; }
.join-team-contain-wrapper .heading-wrapper h2 { font-size: clamp(2.25rem, 1.893rem + 0.952vw, 2.75rem) !important; margin-bottom: 0; }

.logo-slider .prose.text-center span.text-custom { font-size: 28px; color: #000; }

.section-cbn-sleep .media-with-text__item .media-with-text__content { border-radius: 34px; padding: 35px; overflow: hidden; width: 68%; position: relative; }
.section-cbn-sleep .media-with-text__item { display: flex; gap: 30px; }
.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center { text-align: left; position: relative; z-index: 1; }
.section-cbn-sleep .media-with-text__item .media-with-text__content .conatent-background-image-wrapper { position: absolute; right: 0; bottom: 0; }
.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center p { font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem); }
.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center h2 { font-size: clamp(2.25rem, 1.893rem + 0.952vw, 2.75rem) !important; }
.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center ul li { list-style: none; padding-left: 25px; position: relative; display: flex; align-items: center;}
.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center ul li::before {content: ""; background-image: url('/cdn/shop/t/36/assets/triangle-img.svg?v=1714477454'); background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; left: 0; top: 5px; width: 14px; height: 14px;}
.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center ul li::after { position: unset; background-image: url('/cdn/shop/files/white-artrow-right1.png?v=1760095084'); background-size: cover; background-repeat: no-repeat; content: ''; width: 14px; height: 12px; display: flex; justify-content: center; align-items: center; margin-left: 6px; }
.section-cbn-sleep .media-with-text__item .media-with-text__media { padding-bottom: 34%; position: relative; border-radius: 30px; width: 32%; }
.section-cbn-sleep .media-with-text__item .media-with-text__media img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.section-full-width .media-with-text__item { display: flex; }
.section-full-width .media-with-text__item .media-with-text__media { padding-bottom: 43%; position: relative; width: 50%; overflow: hidden; border-radius: 0; }
.section-full-width .media-with-text__item .media-with-text__media img { width: 100%; height: 100%; position: absolute; object-fit: cover; object-position: center; }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom { width: 50%; border-radius: 0; position: relative;}
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center { text-align: left; position: relative; z-index: 1; }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center p.h2 { font-size: clamp(1.75rem, 1.393rem + .952vw, 2.25rem); }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center  .button { margin: 0 !important; padding: 12px !important; min-width: 421px; justify-content: center}
.section-full-width .media-with-text__item .media-with-text__content.bg-custom::after { content: ''; position: absolute; width: 208px; height: 104px; background: rgba(125, 95, 161, 1); border-bottom-left-radius: 105px; border-bottom-right-radius: 100px; right: 20%; top: 0; }
.partical-bg-box2 { position: absolute; top: -50px; right: 24%; z-index: 1; }
.section-full-width media-with-text.media-with-text { overflow: unset; }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper{margin-top: 48px}
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul li { list-style: none; padding-left: 25px; position: relative; font-size: 18px; }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul li:after { content: ""; background-image: url('/cdn/shop/t/36/assets/triangle-img.svg?v=1714477454'); background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 14px; height: 14px;}
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul { display: flex; gap: 16px; }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul li:first-child { padding-left: 0; }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul li:first-child::after { display: none;}

.why-choose-sec { padding-bottom: 170px; }
.why-choose-sec .cstm-row { display: flex; width: 100%; gap: 30px; }
.why-choose-sec .cstm-row .cstm-col-7 { width: 70%; }
.why-choose-sec .cstm-row .cstm-col-3 {width: 30%; }
.why-choose-sec .cstm-row .right-img-box-wrapper { position: relative; padding-bottom: 130%; border-radius: 30px; overflow: hidden; min-height: 400px;}
.why-choose-sec .cstm-row .right-img-box-wrapper img { width: 100%; height: 100%; object-fit: cover; object-position: center; position: absolute; left: 0; top: 0; }
.why-choose-sec .cstm-row .cstm-col-7 table thead tr th:nth-child(2) { background: rgba(221, 193, 255, 0.3); border-top-right-radius: 15px; border-top-left-radius: 15px; text-align: center; }
.why-choose-sec .cstm-row .cstm-col-7 table tbody tr td:not(:first-child) img { margin: 0 auto; }
.why-choose-sec .cstm-row .cstm-col-7 table thead tr th:not(:first-child) { text-align: center; font-size: clamp(1.125rem, 0.679rem + 1.19vw, 1.75rem); }
.why-choose-sec .cstm-row .cstm-col-7 table thead tr th:not(:first-child) img { margin: 0 auto; }
.why-choose-sec .cstm-row .cstm-col-7 table thead tr th:first-child { font-size: clamp(1.25rem, 0.536rem + 1.905vw, 2.25rem); }
.why-choose-sec .cstm-row .cstm-col-7 table thead tr th { font-weight: 400; color: #000; border-color: rgba(198, 210, 231, 1); }
.why-choose-sec .cstm-row .cstm-col-7 table tbody tr td { font-size: clamp(0.875rem, 0.429rem + 1.19vw, 1.5rem); color: #000; border-color: rgba(198, 210, 231, 1); }
.why-choose-sec .cstm-row .cstm-col-7 table tbody tr td:nth-child(2) { background: #ddc1ff4d; }
.why-choose-sec .cstm-row .cstm-col-7 table tbody tr:last-child td:nth-child(2) { border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; }
.why-choose-sec .cstm-row .cstm-col-7 table thead tr th { border-color: rgba(198, 210, 231, 1); }
.why-choose-sec .cstm-row .cstm-col-7 table thead tr th, 
.why-choose-sec .cstm-row .cstm-col-7 table tbody tr td { vertical-align: middle; }

.money-back-sec .guarantee-outter-main-wrapper { position: relative; background: rgba(244, 249, 252, 1); padding-top: 142px; padding-bottom: 100px;}
.money-back-sec .guarantee-outter-main-wrapper .guarantee-img-wrapper { position: absolute; top: -71px; left: 50%; transform: translateX(-50%); }
.money-back-sec .guarantee-outter-main-wrapper .cstm-row { display: flex; gap: 30px; }
.money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 { width: 33.33%; }
.money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 .money-back-box { text-align: center; }
.money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 .money-back-box p { margin-bottom: 0; font-size: 20px;}
.money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 .money-back-box .icon-box { width: 60px; height: 60px; display: flex; justify-content: center; align-items: center; background-color: #fff; margin: 0 auto 20px; border-radius: 14px; box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1); }
.money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 .money-back-box h4 { font-size: 24px; font-weight: 600; margin-bottom: 10px; }

.product-info-sec.day-support-product .scrollable-with-controls .scrollbar { position: unset; }
.product-info-sec.day-support-product .product-top-header { flex-wrap: unset; gap: 20px; width: 100%; }
.product-info-sec.day-support-product .product-top-header p { text-align: right; color: #181818;}

.blog-listing .section-header { display: flex; justify-content: space-between; }
.banner-slide .section .button.secondary-btn { background-color: #7D5FA1 !important; }
.banner-slide .section .button.secondary-btn:hover { background-color: #86ccd8 !important; color: #000 !important; }


.mobile_show { display: none; }
.desktop_show {display: block;}

.announcement-bar__scrolling-list.desktop_show { width: 100%; justify-content: unset; display: flex; }
.announcement-bar__scrolling-list .announcement-bar__item { width: 100%; display: flex; justify-content: space-between; padding: 0 10px; gap: 0px; }
.announcement-bar__scrolling-list .announcement-bar__item p { flex-shrink: 0; margin-bottom: 0; position: relative; text-align: center; display: flex; align-items: center; justify-content: center; }
/* .announcement-bar__scrolling-list .announcement-bar__item p::after { content: ""; background-image: url('/cdn/shop/files/pink-star.svg?v=1760683377'); background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; }
.announcement-bar__scrolling-list .announcement-bar__item p:last-child::before { content: ""; background-image: url('/cdn/shop/files/pink-star.svg?v=1760683377'); background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; right: 0; top: 50%; transform: translateY(-50%);  width: 20px; height: 20px; } */
.announcement-bar__scrolling-list .announcement-bar__item p a { font-size: 16px; padding: 0 80px; }
.announcement-bar__scrolling-list .announcement-bar__item p span.icon-wrap { margin-top: -5px; margin-right: 5px; }

.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center ul li a { background: unset; font-size: clamp(1.125rem, 1.036rem + 0.238vw, 1.25rem);}
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center h2 { font-size: clamp(2.25rem, 1.893rem + 0.952vw, 2.75rem) !important; max-width: 400px; }
.section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center p { font-size: 20px; }
.money-back-sec .common-hedaing h2 { font-size: clamp(2.25rem, 1.893rem + 0.952vw, 2.75rem) !important; }
.common-hedaing p { color: #181818; font-size: 20px; }
.blog-listing .prose h2 { font-size: clamp(2.25rem, 1.893rem + 0.952vw, 2.75rem) !important; }
.day-support-product .prose .h2 { font-size: clamp(2rem, 1.464rem + 1.429vw, 2.75rem) !important; }
.blog-post-card .blog-post-card__info .blog-post-card-inner p a { font-size: 24px; line-height: 1.3;}
.join-team-contain-wrapper .team-scroll-area .progress { width: 90%; height: 2px; margin: 20px auto 0; display: none; }

.circle-button.ring.group span { display: none; }
.circle-button.ring.group {background-repeat: no-repeat !important; background-position: center center !important; }
.circle-button.ring.group[is="prev-button"] { background-image: url('/cdn/shop/files/arrow-left.svg?v=1760619008') !important; }
.circle-button.ring.group[is="next-button"] { background-image: url('/cdn/shop/files/arrow-right.svg?v=1760619008');}
.product-info-sec.top-selling-product .btn-wrap.for_desktop_show { display: flex; }
.top-selling-product .section-stack .btn-wrap.for_mobile_show { display: none; }

/* Desktop: show 5-star rating, hide single star */
.banner-rating-inner-wrapper .for_desktop_show { display: block; }
.banner-rating-inner-wrapper .for_mobile_show { display: none; }
.junip-product-summary-review-count { font-size: 14px; }
/* .product-card__info .product-card__title a { font-weight: 400; } */
.product-card__info .product-card__title a { font-weight: 700; font-size: clamp(1rem, 0.821rem + 0.476vw, 1.25rem); }
.product-card--blends .product-card__info p { font-size: clamp(0.875rem, 0.696rem + 0.476vw, 1.125rem); }
.announcement-bar__scrolling-list .announcement-bar__item span.star-icon { flex-shrink: 0; }

.header-content { display: flex; align-items: center; } 
.announcement-bar__item p { padding-right: 24px; }
span.top-header-star { margin-right: 24px; }
.blog-listing .blog-posts { gap: 32px;}

@media only screen and (max-width: 1399px){  
  .tab-scroller-wrapper ul { column-gap: 30px; }
  .key-benefit-text ul li { font-size: 22px; }

  .common-padd-cstm { padding-top: 80px!important; padding-bottom: 80px!important; }

  .banner-slide .content-over-media>img { height: 720px; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper { gap: 20px; }
  .doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details:after { width: 310px; border-bottom-right-radius: 160px; border-bottom-left-radius: 170px; }
  .doctor-study-result .section-blends .doctor-inner-holder .bg-custom { padding: 30px; border-radius: 20px; }

  .product-info-sec .product-card, .product-list .product-card, 
  .last-element-card .element-background-image-wrapper { border-radius: 20px; }
  .section-cbn-sleep .media-with-text__item .media-with-text__content { border-radius: 20px; padding: 25px; }
  .section-cbn-sleep .media-with-text__item .media-with-text__media { border-radius: 20px; }
  .money-back-sec .guarantee-outter-main-wrapper { padding-bottom: 80px; }
  .why-choose-sec { padding-bottom: 150px; }

  .announcement-bar__scrolling-list .announcement-bar__item p { font-size: 16px; }
}

@media only screen and (max-width: 1199px){
  .blended-accordion-wrapper .section-boxed { padding: 40px 40px; }
  .blended-accordion-wrapper .accordion-box .accordion_cont_wr { width: calc(100% - 70px); }
  .key-benefit-shape { right: -35%; }
  .key-benefit-wrap .container { padding: 36px 50px; }
  .mood-money-back-img { max-width: 375px; }
  .tab-scroller-wrapper ul li a { font-size: 18px; border-bottom: 2px solid transparent; }
  .key-benefit-text ul li { margin-bottom: 20px; font-size: 20px; }
  .mood-money-back-shape { left: -40%; }
  .tab-menu ul li a { font-size: 22px; margin: 0 20px; padding: 0 11px 10px; border-bottom: 2px solid transparent; }

  .common-padd-cstm { padding-top: 70px!important; padding-bottom: 70px!important; }
  .button { padding: 15px 22px!important; }

  .prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide { padding-right: 15px; }
  .doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media { width: 50%; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box { width: calc(50% - 20px); }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .gumie-wrapp { right: -20px; bottom: -40px; width: 25%; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .button.btn-border-white { min-width: 220px; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box p.outer-content-wrapper { padding-right: 0; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper { flex-wrap: wrap; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper li { width: calc(50% - 10px); }
  .why-choose-sec .cstm-row .cstm-col-7 { width: 60%; }
  .why-choose-sec .cstm-row .cstm-col-3 { width: 40%; }
  .why-choose-sec .cstm-row .right-img-box-wrapper { padding-bottom: 120%; }
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom { padding: 30px; }
  .why-choose-sec .cstm-row .cstm-col-7 table thead tr th,
  .why-choose-sec .cstm-row .cstm-col-7 table tbody tr td { padding: 25px 10px; }
  .money-back-sec .guarantee-outter-main-wrapper { padding-bottom: 70px; }
  .why-choose-sec { padding-bottom: 140px; }
  .logo-slider .section-stack { gap: 30px; }
  .product-info-sec .scrollable-with-controls { gap: 0; }

  .last-element-card .element-content-wrapper>span{font-size: 17px;}

  .join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper { width: 50%; }
  .join-team-contain-wrapper .team-join-wrapper .team-join-left-wrapper { width: 50%; }
  .day-support-product .scrollable-with-controls .scrollbar__buttons button { margin-bottom: 20px; }

  .announcement-bar__item { display: flex; justify-content: space-between; padding: 0 10px; }
  .announcement-bar__item p { font-size: 12px; }

}

@media only screen and (max-width: 991px){
  .bleded-content-wrapper { padding-top: 60px; padding-bottom: 60px; margin: 0 20px; }
  .key-benefit-text, .key-benefit-img { width: 100%; }
  .key-benefit-img-holder { max-width: 350px; padding-bottom: 38.1%; margin: 30px auto 0; }
  .key-benefit-shape { right: -55%; top: 0; width: 100%; height: 100%; }
  .key-benefit-shape img { width: 100%; height: 100%; object-position: center center; object-fit: contain; }
  .product-filter-item { padding-inline: 40px; border-radius: 40px; }
  .tab-scroller-wrapper .container { margin: 0; }
  .tab-scroller-wrapper ul { column-gap: 22px; }
  .tab-scroller-wrapper ul li a { font-size: 16px; }
  .mood-money-back-wrap { padding: 80px 0 25px; }
  .mood-money-back-wrap .container { column-gap: 30px; }
  .mood-money-back-info h2 { font-size: 36px; margin-bottom: 10px;}
  .mood-money-back-info p { font-size: 18px; }
  .mood-money-back-circle { width: 45px; height: 45px; right: 45px; top: 42px; }  
  .tab-content, .faq-two-wrapp .tab-content { padding: 50px; }

  .common-padd-cstm { padding-top: 60px!important; padding-bottom: 60px!important; }

  .doctor-study-result .media-with-text__media.rounded { margin-bottom: 80px; }
  .doctor-study-result .section-blends:before,
  .doctor-study-result .section-blends:after { width: 140px; height: 140px; }
  .doctor-recommend .media-with-text__item { flex-direction: column; }
  .doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media { width: 100%; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box { width: 100%; margin-left: 0; }
  .section-cbn-sleep .media-with-text__item { flex-direction: column; }
  .section-cbn-sleep .media-with-text__item .media-with-text__content { width: 100%; }
  .section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center { padding-right: 130px; }
  .section-cbn-sleep .media-with-text__item .media-with-text__media { padding-bottom: 54%; width: 100%; }
  .section-full-width .media-with-text__item { flex-direction: column; }
  .section-full-width .media-with-text__item .media-with-text__media { width: 100%; }
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom { padding: 60px 25px; width: 100%; }
  .blog-listing .blog-posts { gap: 20px; }
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom:after { width: 150px; height: 80px; right: 10px;}
  .partical-bg-box2 { top: -30px; right: 2%; max-width: 110px; }
  .why-choose-sec { padding-bottom: 120px; }
  .doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details .partical-right-arrow { right: unset; left: 10%; bottom: -50px; transform: rotate(35deg); }
  .banner-slide:before{display:none}
  .reversed-link {line-height: 1;}
  .money-back-sec .guarantee-outter-main-wrapper { padding-bottom: 60px; }

  .join-team-contain-wrapper .team-join-wrapper { flex-direction: column; margin: 0; }
  .join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper { width: 100%; }
  .join-team-contain-wrapper .heading-wrapper { text-align: center; width: 100%; padding-right: 0; margin-bottom: 28px; }
  .join-team-contain-wrapper .team-join-wrapper .team-join-left-wrapper {width: 100%; text-align: center; margin-top: 0; }
  .team-join-left-wrapper ul { display: flex; flex-direction: column; justify-content: center; align-items: center; margin-bottom: 30px;}
  .team-button-wrapper { justify-content: center; }
  .join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper .team-scroll-area { padding-top: 10px; }
  .join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper .team-scroll-area .join-slider-button-wrapper { display: none; }
  .join-team-contain-wrapper .team-join .item { padding: 30px; }
  .announcement-bar__scrolling-list .announcement-bar__item p { font-size: 14px; }
}

@media only screen and (max-width: 898px){
  .mood-money-back-shape { position: absolute; left: -50%; }
}

@media only screen and (max-width: 767px){
  .common-padd-cstm { padding-top: 60px!important; padding-bottom: 60px!important; }

  .tab-scroller-wrapper { display: none !important; }
  .blended-accordion-wrapper .section-boxed { padding: 30px 15px; border-radius: 0;}
  .blended-accordion-wrapper .accordion-box .accordion_cont_wr p { font-size: 17px; line-height: 1.5; }
  .bleded-content-wrapper .sect-image-wrapper .section-boxed { border-radius: 0; }
  .bleded-content-wrapper .for_mobile { display: block; width: 100%; }
  .bleded-content-wrapper .for_desktop { display: none; }
  .key-benefit-wrap h2 { text-align: left; font-size: 28px; margin-bottom: 16px; }
  .key-benefit-text ul li { font-size: 18px; }
  .key-benefit-shape { right: -55%; top: 0; width: 100%; height: 100%; border-radius: 100%; overflow: hidden; }
  .bleded-content-wrapper { margin: 0; }
  .blended-accordion-wrapper .accordion-box .accordion_imag_wr { width: 50px; height: 50px; }
  .accordion-additional-wrapper.desktop .accordion-box .accordion_cont_wr p { display: none; }
  .blended-accordion-wrapper .accordion-box .accordion_cont_wr span { font-weight: 400; font-size: 22px; }
  .key-benefit-wrap .container { border-radius: 0; padding: 50px 20px; position: relative; overflow: hidden; box-sizing: border-box; margin-inline-start: 0; margin-inline-end: 0; }
  .key-benefit-img-holder { padding-bottom: 50%; border-radius: 8px; margin: 30px auto 0; }
  .trust-wrapper .slick-slide div { height: auto; }
  .blended-accordion-wrapper .section-boxed .section-stack__intro { margin-bottom: 0; }
  .blended-accordion-wrapper .section-boxed .section-stack__intro h2 { font-size: 28px; line-height: 1.3; }
  .mood-money-back-wrap { padding: 50px 20px 0; }
  .mood-money-back-info h2 { font-size: 28px; margin-bottom: 24px; }  
  .mood-money-back-wrap .container { column-gap: 0; margin: 0; }
  .mood-money-back-info { padding-top: 0; order: 1; margin-bottom: 75px;}
  .product-filter-images { width: 100%; padding-top: 50px; display: block; margin: 0 auto; }
  .product-filter-content { flex: 0 0 auto; width: 100%; align-self: center; }
  .product-filter-item { padding-inline: 20px; border-radius: 40px; padding-top: 40px; }
  .mood-money-back-wrap .container { flex-wrap: wrap; }
  .mood-money-back-img { max-width: 375px; order: 2; margin: 0 auto; }
  .mood-money-back-circle { display: none; }
  .product-filter-row { display: flex; flex-wrap: wrap; }
  .product-filter-content h2 { font-size: 28px; margin-bottom: 24px; }
  .product-filter-content p { line-height: 1.6; margin: 0; }
  .product-filter-content a.btn { font-size: 16px; line-height: 1.3; }
  .tab-content, .faq-two-wrapp .tab-content { padding: 36px 20px; }
  .tab-content .container{margin: 0;}
  .accordion-title h3, .tab-accordion-wrap .accordion-item .accordion-head { font-size: 20px; }
  #open { width: 16px; }
  #closed { height: 16px; top: -7px; left: 7px; }
  .mood .question-wrapper i { font-size: 25px; }
  .tab-accordion-wrap h2 { text-align: left; margin-bottom: 26px; font-size: 28px; }
  .blended-accordion-wrapper .accordion-box .accordion-additional-wrapper { flex-wrap: wrap; }
  .accordion-additional-wrapper.desktop .accordion_cont_wr p { display: none; }
  .accordion-additional-wrapper-mobile {display: block; width: 100%; margin-top: 8px; }
  .accordion-additional-wrapper-mobile p{margin: 0;}
  .blended-accordion-wrapper .accordion-box .accordion__toggle { position: relative; }
  .blended-accordion-wrapper .accordion-box .accordion__toggle .circle-chevron { position: absolute; right: 10px; top: 42px; }
  .tab-menu ul li a { margin: 0; padding: 0 10px; }
  .tab-accordion-wrap .slick-list{position: relative;}
  .tab-accordion-wrap .slick-list:after{position: absolute; right: 0; top: 0; width: 50px; height: 31px; z-index: 1; content: ''; background: linear-gradient(to right,  rgba(253,249,255,0) 0%,rgba(253,249,255,0.8) 25%,rgba(253,249,255,1) 100%);}
  .product-filter-wrapper { padding-bottom: 60px; }
  .product-filter-slider button.slick-next { position: absolute; right: 26px !important; top: 40px; }
  .product-filter-slider button.slick-prev { position: absolute; right: 70px !important; top: 43px; left: auto !important; }

  .mobile_show { display: grid; }
  .announcement-bar__scrolling-list.desktop_show {display: none;}
  .announcement-bar__item p { padding-right: 20px; }
  .announcement-bar__scrolling-list.mobile_show .announcement-bar__item { padding: 0; }
  .announcement-bar__scrolling-list.mobile_show .announcement-bar__item p { font-size: 18px; width: auto; padding: 0 30px; padding-right: 10px;}
  /* .announcement-bar__scrolling-list.mobile_show .announcement-bar__item p:last-child::before, 
  .announcement-bar__scrolling-list.mobile_show .announcement-bar__item p::after { top: 8px; width: 14px; height: 14px; } */
  .announcement-bar__scrolling-list.mobile_show .announcement-bar__item p::before { display: none; }

  .banner-slide .content-over-media>img { height: 390px; }
  .banner-buttom-wrapper { flex-direction: column; gap: 10px; }
  .product-info-sec .scrollable-with-controls { margin-top: 0; }
  .section-cbn-sleep .media-with-text__item .media-with-text__content .conatent-background-image-wrapper { max-width: 200px; }
  .section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center { padding-right: 0; }
  .why-choose-sec .cstm-row { gap: 40px; flex-direction: column-reverse; }
  .why-choose-sec .cstm-row .cstm-col-7 { width: 100%; }
  .why-choose-sec .cstm-row .cstm-col-3 { width: 100%; }
  .logo-slider { margin-bottom: 30px; }
  .money-back-sec .guarantee-outter-main-wrapper .cstm-row { gap: 20px; flex-wrap: wrap; }
  .money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 { width: calc(50% - 20px); }
  .banner-text .button{width: 100%}
  .button{justify-content: center;}
  .blog-listing .section-header{flex-direction: column; text-align: center;}
  .footer-top .footer__wrapper .footer__block.footer__block--text img{margin; 0 auto;}
  .social-media{justify-content: center;}
  .footer-top .footer__wrapper .footer__block.footer__block--text img{margin: 0 auto;}
  /* .prose p{text-align: center} */
  .footer_outer_text { margin-top: 40px; }

  .join-team-contain-wrapper .team-join .item { padding: 20px; }
  .team-join-right-wrapper .team-button-wrapper {text-align: center;}
  .join-team-contain-wrapper .team-join-wrapper .team-join-right-wrapper .team-scroll-area { margin-bottom: 30px; }
  .team-join-right-wrapper .team-button-wrapper .button.secondary-btn { margin-right: 10px; }
  .team-join-left-wrapper ul { margin-bottom: 0;}
  .banner-top-small-text-inner img { flex-shrink: 0; width: auto !important; height: auto !important; }
  .announcement-bar__scrolling-list .announcement-bar__item p a { padding: 0 5px; }

  /* Mobile Fix: Reduce product card min-height for comfortable mobile padding */
  .product-info-sec .product-card, .product-list .product-card {
    min-height: auto;
  }

  .product-card__info {
    min-height: auto;
  }
}

@media only screen and (max-width: 575px){
.mobile-collection-slider-wrapper { display: block !important; }

store-header.header .header__wrapper { background: rgba(244, 249, 252, 1); }
.banner-text-wrap .h0 { padding-bottom: 20px; }
.product-top-header { width: 100%; text-align: center; }
.scrollbar__progress { display: block !important; }
.top-selling-product .section-stack .btn-wrap { gap: 10px; }
.top-selling-product .section-stack .btn-wrap .button span.circle-chevron { display: none; }
.prefered-formate-wrapper-wrapper .section-header { flex-direction: column; text-align: center; gap: 20px; }
/* .prefered-formate-wrapper-wrapper .section-header .button { display: none; } */
.doctor-study-result .media-with-text__media.rounded { margin-bottom: 20px; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details { margin-top: 30px; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details .doctor-img-wrapp { display: none; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details:after {display: none;}
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child video-media { height: 261px; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media:first-child .doctor-details .partical-right-arrow { display: none; }
.doctor-study-result .media-with-text__media.rounded { margin-bottom: 0; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .gumie-wrapp { right: -40px; bottom: -60px; width: 36%; }
.doctor-study-result .section-blends:after {display: none;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box p.outer-content-wrapper { text-align: center; }
/* .doctor-study-result .section-blends .doctor-inner-holder .bg-custom { padding: 20px; } */
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box .button.btn-border-white { min-width: auto; width: 100%; display: flex; align-items: center; text-align: center; justify-content: center; padding: 8px !important; }
.doctor-study-result .section-blends .doctor-inner-holder .media-with-text__media { padding: 0; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.extra-info { flex-wrap: unset; }
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.extra-info li p { flex-shrink: 0; }
.section-cbn-sleep .media-with-text__item .media-with-text__content { padding-bottom: 100px; }

/* .banner-text-wrap .h0 i { display: inline; position: unset; } */
.banner-text-wrap .h0 { margin-bottom: 45px; }
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide .item-image { padding-bottom: 65%; }
.prefered-formate-wrapper-wrapper a.button.secondary-btn.for_mobile { font-size: 16px !important; }
.section-cbn-sleep .media-with-text__item .media-with-text__media { display: none; }
.why-choose-sec .cstm-row .right-img-box-wrapper { padding-bottom: 100%; }
.why-choose-sec .cstm-row .right-img-box-wrapper img { object-position: bottom; }
.blog-listing .section-stack a.button.secondary-btn { max-width: 250px; margin: 0 auto; width: 100%; }

.join-team-contain-wrapper .team-join .item ul.star-list { margin-bottom: 0; }
.join-team-contain-wrapper .team-join .slick-slide { padding: 10px; }

.join-team-contain-wrapper .common-padd-cstm { padding-right: 11px; padding-left: 11px; }

/* Mobile: show both 5-star rating AND single star (6 total) */
.banner-rating-inner-wrapper .for_desktop_show { display: block; }
.banner-rating-inner-wrapper .for_mobile_show { display: block; }

.top-selling-product .section-stack .btn-wrap.for_mobile_show .button.secondary-btn { padding: 15px !important; }
.product-info-sec.top-selling-product .btn-wrap.for_desktop_show { display: none; }
.top-selling-product .section-stack .btn-wrap.for_mobile_show { display: flex; }

}

@media only screen and (max-width: 480px){
  .key-benefit-img-holder { padding-bottom: 86%; margin: 30px auto 0; }  
  .mood-money-back-shape { position: absolute; left: -190%; top: 50%; width: 240vw; height: 300vw; border-radius: 100%; overflow: hidden; transform: translateY(-50%); }
  .mood-money-back-shape img { width: 100%; height: 100%; background-size: contain; }
  .key-benefit-shape { right: -240VW; left: inherit; top: 50%; width: 300vw; height: 300vw; border-radius: 100%; overflow: hidden; transform: translateY(-50%); }
  .bleded-content-wrapper { padding-top: 0px; padding-bottom: 0px; }  
}

/*====================== Mood Product page End ====================*/

/*====================== Common Questions new design_01-08-2024 Start ====================*/
.tab-accordion-wrap { padding: 57px 0 68px; }
.faq-two-wrapp h2{margin-bottom: 44px;}
.faq-two-wrapp .tab-menu ul li a { font-size: 24px; display: flex; align-items: center; justify-content: center;}
.faq-two-wrapp .tab-menu ul li a.active-a { border-bottom: none; }
.faq-two-wrapp .tab-menu ul li a svg { /* display: none; */ margin-right: 10px; opacity: 0; visibility: hidden; }
.faq-two-wrapp .tab-menu ul li a.active-a svg { /*display: block;*/ opacity: 1; visibility: visible;}
.faq-two-wrapp .tab-content { padding: 32px 0 0; }
.faq-two-wrapp .accordion-item { padding: 34px 32px; border-radius: 10px; margin-bottom: 24px; }
.tab-accordion-wrap .accordion-item .accordion-head { font-size: 24px; line-height: 1.1; font-weight: 600; color: #181818; }
.tab-accordion-wrap .accordion-item .desc { color: #000; }
.faq-two-wrapp .slick-list:after{display: none;}


.for_mobile{display:none}
/*====================== Responsive Parthana ====================*/
@media only screen and (max-width: 1799px) {
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper{gap: 36px;}
  
}

@media only screen and (max-width: 1300px) {
  .join-team-contain-wrapper .team-join-wrapper { gap: 0px; }
  .team-button-wrapper { gap: 20px; }

}

@media only screen and (max-width: 1199px) {
.section-full-width .media-with-text__item .media-with-text__media {padding-bottom: 57%;}
.blog-post-card .blog-post-card__info p.h3{font-size:16px}
.footer p{font-size: 15px;}
.footer-top .footer__wrapper .footer__block.footer__block--text  img { min-height: auto;  max-width: 190px;}
.footer ul li a{font-size: 14px;}
.footer__block {gap: 14px;}
.footer .footer__block--menu p{margin-bottom: 0px;}
.footer .footer__block .gap-3 {gap: 5px;}


.why-choose-sec .cstm-row .cstm-col-7 table tbody tr td:not(:first-child) img { max-width: 30px; }
.section-cbn-sleep .bg-custom p { font-size: 15px; }

.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper {gap: 20px;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box p.outer-content-wrapper{font-size: 16px !important;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper li span { font-size: 36px;}
.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper li p{font-size: 18px;}

.doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.extra-info li img{max-width: 25px;}

.product-card--blends .product-card__info price-list.price-list  { font-size: 15px; }
.product-card--blends .product-card__info price-list.price-list span.discount-price{font-size: 14px; }
.junip-product-summary-review-count { font-size: 15px; margin-top: 6px; }
.prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide .item p {font-size: 16px;}
/* .prefered-formate-wrapper-wrapper .slick-slider .slick-track .slick-slide .item-image{padding-bottom: 72%;} */
}
/*====================== Responsive Parthana ====================*/

@media only screen and (max-width: 991px) {
  .faq-two-wrapp .tab-content { padding: 50px 50px 0; }
  .day-support-product .btn-wrap, .top-selling-product .btn-wrap { margin-top: 40px; }
  .money-back-sec .guarantee-outter-main-wrapper .cstm-row{gap:12px; flex-wrap: wrap;}
  .money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 { width: calc(50% - 12px);  }
  .money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4:not(:last-child){margin-bottom: 20px;}

  .join-team-contain-wrapper .team-scroll-area .progress { display: block; }

}
@media only screen and (max-width: 767px) {
  .tab-accordion-wrap { padding: 40px 0; }
  .faq-two-wrapp .tab-content { padding: 36px 20px 0; }
  .tab-accordion-wrap .accordion-item .accordion-head { font-size: 20px; }
  .faq-two-wrapp .accordion-item { padding: 20px; margin-bottom: 18px; }
  .faq-two-wrapp h2 { margin-bottom: 26px; text-align: center; }
  .faq-two-wrapp .tab-menu ul li a { font-size: 18px; margin: 0; padding: 0;}
  .faq-two-wrapp .tab-menu ul li a svg { margin-right: 3px; }  
  .faq-two-wrapp .tab-menu ul li a svg { width: 11px; }
  .for_desktop{display: none}
  .for_mobile{display:block}
  a.for_mobile{display:flex !important}
  .money-back-sec .guarantee-outter-main-wrapper .cstm-row .cstm-col-4 { width: 100%;}
  .btn-wrap { min-width: 280px; }
  
  .product-info-sec.day-support-product .scrollable-with-controls .scrollbar{margin-top: 32px;}
  .product-info-sec.day-support-product .product-top-header { flex-wrap: wrap; gap: 8px; }
  .product-info-sec.day-support-product .product-top-header p { text-align: center; }

  .cbn-text-image-wrapp p { text-align: left; margin-bottom: 32px; }
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .button{width: 100%; min-width: fit-content;}
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper { margin-top: 35px; }
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul li:first-child::after { display: block;}
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul{flex-wrap:wrap}
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom .text-center .below-content-wrapper ul li:first-child {padding-left: 25px;}
  .partical-bg-box2{top: unset; right: 2%; max-width: 110px; bottom: -40px;}
  .section-full-width .media-with-text__item .media-with-text__content.bg-custom:after{display: none}
  .section-full-width .media-with-text__item .media-with-text__media { padding-bottom: 76.5%; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box ul.value-content-wrapper li p{text-align: left}
  .doctor-study-result .section-blends .doctor-inner-holder .bg-custom { padding: 32px 17px 42px; }
  .doctor-study-result .section-blends .doctor-inner-holder .content-wrapper-main-box p.outer-content-wrapper{margin-top: 0; margin-bottom: 30px;}
  .blog-listing .scrollbar__progress {margin-top: 24px;}
  .product-info-sec .scrollable-with-controls .scrollbar{position: unset; margin-top:30px;}
  .banner-text-wrap .h0{font-weight: 400; position: relative; padding-bottom: 0;}
  .banner-text-wrap p.h0 i::after { max-width: 100%; }

  .announcement-bar__scrolling-list .announcement-bar__item p::after {display: none; content: ""; /*background-image: url('/cdn/shop/files/pink-star.svg?v=1760683377');*/ background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 20px; height: 20px; }
  .announcement-bar__scrolling-list .announcement-bar__item p:last-child::before {display: none; content: ""; /*background-image: url('/cdn/shop/files/pink-star.svg?v=1760683377');*/ background-position: center; background-repeat: no-repeat; background-size: 100%; position: absolute; right: 0; top: 50%; transform: translateY(-50%);  width: 20px; height: 20px; }

  .header-content { display: flex; align-items: center; } 
  .top-header-star { width: 16px; margin-right: 20px; }

}
/*====================== Common Questions new design_01-08-2024 End ====================*/
h2.rivo-title, p.rivo-subtitle { text-align: center; }
#rivo-faqs, #rivo-tiers { padding: 70px 20px; }
body.logged-out { height: auto; }

@media only screen and (max-width: 767px){
  #rivo-faqs, #rivo-tiers { padding: 30px 20px; }
  .lab-result-title-mobile h1 span {
  font-size: 40px !important;
  line-height: 25px !important;
}
.announcement-bar__scrolling-list .announcement-bar__item{gap:5px;}
}
@media only screen and (max-width: 575px){
.header_icon_wrapper .cart-icon-wr { width: 35px; height: 35px; padding: 8px; }
.header_icon_wrapper .header__icon-list a:first-child { display: none; }

.junip-product-summary-review-count { font-size: 12px; }
.banner-top-small-text.for_mobile_show { margin-bottom: 20px; }
.section-cbn-sleep .media-with-text__item .media-with-text__content { padding: 42px 20px 100px; }
.section-cbn-sleep .media-with-text__item .media-with-text__content .place-self-center ul li a { font-size: 16px; }
}

@media only screen and (max-width: 380px){
  .top-selling-product .section-stack .btn-wrap{width: 100%; flex-direction: column;}
}

/*====================== Cart Page Layout Fix - Desktop 1440px+ Start ====================*/
/* Fix cart summary positioning on desktop - move from sidebar to below cart items */
@media screen and (min-width: 1440px) {
  /* Override the 2-column grid layout - stack vertically instead */
  .cart-order {
    display: flex !important;
    flex-direction: column !important;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
  }

  /* Cart items table - full width */
  .cart-order__summary {
    width: 100%;
    max-width: 1200px;
    margin-bottom: 2rem;
  }

  /* Cart summary section - centered below cart items */
  .cart-order__recap {
    position: static !important;
    top: auto !important;
    width: 100%;
    max-width: 500px;
    margin: 0 auto !important; /* Center the summary block */
  }

  /* Ensure cart form has proper styling */
  .cart-form {
    background: #f9f9f9;
    border-radius: 8px;
  }

  /* Ensure checkout button is fully visible */
  .cart-checkout-button,
  .cart-form button[name="checkout"] {
    width: 100%;
    margin-top: 1rem;
  }
}
/*====================== Cart Page Layout Fix - Desktop 1440px+ End ====================*/