/** Shopify CDN: Minification failed

Line 2401:6 Expected ":"
Line 4100:23 Expected identifier but found "/"
Line 4112:25 Expected identifier but found "/"
Line 4149:25 Expected identifier but found "/"

**/
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&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");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");

/*Global Styling*/
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
body {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  position: relative;
  background-color: #faf6f2;
  scroll-behavior: smooth;
  /* border-radius: 50px; */
}

html {
  height: 100%;
  width: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a,
a:hover,
a:focus {
  outline: none;
  text-decoration: none;
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all ease 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  color: #000;
}

.background-position {
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

button {
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  transition: all ease 0.3s;
}
/* colors */
.black {
  color: #000;
}

/* Global font size */

.up {
  text-transform: uppercase;
}

h1,
.h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 130.8%; /* 62.784px */
}

h2,
.h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%; /* 57.552px */
}

h3,
.h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%; /* 38.4px */
  text-transform: capitalize;
}

h4,
.h4 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

h5,
.h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

h6,
.h6 {
  font-size: 18px;
}

p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #000;
}
input:focus {
  outline: none;
  box-shadow: none;
}
/* Global  margin  and padding */
.padding-main {
  padding: 100px 0;
}
.justify-space {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.align-center {
  align-items: center;
}
.justify-space-center {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: -70px;
}

textarea {
  resize: none;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
}

/*transisition*/
ul.nav > li a {
  -moz-transition: all 0.4s ease-in;
  -webkit-transition: all 0.4s ease-in;
  -o-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}
.container-fluid {
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
}
.container {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1310px;
  width: 100%;
  margin: 0 auto;
}

header#header {
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 210, 161, 0.3);
  transition: all ease 0.5s !important;
  position: fixed;
}
header.bar-color {
  background: #ffe8d0 !important;
}
.inner-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

nav#nav ul li {
  display: inline-block;
}

nav#nav ul li a {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0 13px;
  transition: all ease 0.3s;
  color: #000;
}
nav#nav ul li a:hover,
.demo-btn1 a:hover {
  color: #36a5ee;
}
nav#nav ul li.active a {
  opacity: 1;
}

.mobile-nav-logo {
  display: none;
}
.headerHamburger {
  display: none;
}
.headerMobileOverlay {
  display: none;
}

.logo img {
  max-width: 100%;
}

/* 
header.bar-color .logo img {
    scale: .8;
    transition: all ease-in-out .5s;
} */

.left-logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.right-data {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.demo-btn1 a {
  display: flex;
  align-items: center;
  color: #091e40;
}
#mobile-btn {
  display: none;
}
.demo-btn1 a img {
  margin-right: 8px;
}

.demo-btn1 {
  position: relative;
  margin-right: 36px;
}

.demo-btn1::after {
  position: absolute;
  content: "";
  background: #e9ecef;
  height: 46px;
  width: 1px;
  right: -18px;
  top: -12px;
}

.cart-user {
  display: flex;
  align-items: center;
}

a.user1 {
  border-radius: 80px;
  background: #36a5ee;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 18px;
}

.availibilty a {
  border-radius: 80px;
  background: #36a5ee;
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-weight: 500;
  border: 1px solid #36a5ee;
}
.availibilty a:hover {
  background: transparent;
  color: #36a5ee;
}
.availibilty a:hover img,
.demo-btn1 a:hover img {
  filter: brightness(0) saturate(100%) invert(69%) sepia(40%) saturate(4954%)
    hue-rotate(176deg) brightness(94%) contrast(98%);
}
.availibilty {
  margin-left: 10px;
}

.top-bar {
  background: #b7c9a6;
  text-align: center;
  padding: 13px 0 11px 0;
}

.top-bar p {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.inner-header {
  padding: 6px 0;
}
.cart-user a {
  border-radius: 21px;
  background: #fff;
  padding: 8px 10px;
}

.cart-user {
  display: flex;
  align-items: center;
}

.cart-user a span {
  /* width: 24px;
  height: 24px; */
  /* background: #597497; */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
  font-size: 12px;
  /* margin-left: 4px; */
}

a.cart {
  display: flex;
  margin-left: 10px;
  gap: 6px;
}

.cart-user {
  margin-left: 17px;
}
.home-width {
  width: 48%;
}

.banner-img {
  background-position: center;
  background-repeat: no-repeat;
}

.banner-img {
  position: relative;
  z-index: 2;
}
.img-list li:nth-child(1) {
  position: absolute;
  top: 30%;
  left: 7%;
}

.img-list ul li {
  width: 72px;
  height: 72px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
}
.img-list ul li,
.bults ul li {
  animation: myAnim 2s ease-in-out 0.5s 2 alternate none;
}
/* @keyframes myAnim {
	0% {
		opacity: 1;
		transform: scale(1);
	}

	100% {
		opacity: 0;
		transform: scale(0.8);
	}
} */

.main-img img {
  width: 100%;
  position: relative;
  top: 62px;
}
.img-list li:nth-child(2) {
  position: absolute;
  top: 31%;
  right: 6%;
}

.img-list li:nth-child(3) {
  position: absolute;
  bottom: 27%;
  right: 17%;
}
.home-width h1 {
  max-width: 490px;
}
.home-width:first-child {
  position: relative;
  top: -10px;
}

.home-width p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  margin: 18px 0 40px;
  opacity: 0.8;
  max-width: 525px;
}

a.custom-btn {
  position: relative;
  z-index: 2;
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
  padding: 18px 55px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 23.544px */
  letter-spacing: 0.18px;
  color: #1e210d;
  display: inline-block;
  border: 1px solid #ffd2a1;
  transition: all ease 0.3s;
}
a.custom-btn:hover {
  background: transparent;
}

.home-width:first-child {
  margin-left: 40px;
}
.banner-btm {
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  z-index: 1;
}
section.goodbay {
  background: rgba(148, 214, 238, 0.3);
  border-radius: 40px;
  padding-top: 315px;
  position: relative;
  top: -247px;
  padding-bottom: 60px;
  margin-bottom: -247px;
}

.heading-center {
  text-align: center;
}

.heading-center h2 {
  margin-bottom: 20px;
}

.heading-center p {
  max-width: 89.1rem;
  margin: 0 auto;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 200% */
  color: #000;
  opacity: 0.8;
}

.bye-width {
  width: 25%;
  text-align: center;
}

.bye-flex.justify-space-center {
  margin-top: 48px;
}

.bye-with-image {
    margin-bottom: 2.4rem;
}

.goodbay-heading{
  max-width: 91rem;
    margin-left: auto;
    margin-right: auto;
}

.bye-width p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  opacity: 0.8;
  padding-top: 8px;
  max-width: 90%;
  margin: 0 auto;
  letter-spacing: normal;
}

.bye-with-features {
    font-size: 2.4rem;
    line-height: 131%;
}

.banner-btm img {
  width: 100%;
}
section.blue-bottle {
  padding: 80px 0 0;
}
.product-sec {
  padding-top: 80px;
}
.blu-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.blue-width {
  width: 58%;
}
.blue-width1 {
  width: 38%;
}
.inner-blue {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  background-size: contain;
}
.main-blue {
  text-align: center;
  position: relative;
  top: 10px;
  left: 40px;
}
.round-imgs {
  width: 60px;
  height: 60px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #d8d8d8;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 14px -7px rgba(0, 0, 0, 0.5);
}

.bults ul li {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%;
  max-width: 128px;
  text-align: center;
}

.bults ul li:nth-child(1) {
  position: absolute;
  top: 17%;
  left: 5%;
}

.data-blu {
  margin-top: 9px;
}

.bults ul li:nth-child(2) {
  position: absolute;
  top: 55%;
  left: 6%;
  max-width: 138px;
}

.bults ul li:nth-child(3) {
  position: absolute;
  bottom: 0%;
  left: 39%;
  max-width: 178px;
}

.bults ul li:nth-child(4) {
  position: absolute;
  top: 17%;
  right: 4%;
  max-width: 148px;
}

.bults ul li:nth-child(5) {
  position: absolute;
  top: 55%;
  right: 5%;
  max-width: 148px;
}
.iner-desc {
  border-radius: 20px;
  background: #FFD2A1;
  padding: 32px;
}

.iner-desc p {
  margin-bottom: 25px;
  opacity: 0.8;
  letter-spacing: normal;
}

.iner-desc h2 {
  margin-bottom: 16px;
}
.shop-section {
  padding: 0px 0px 80px 0px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.shop-width {
  width: 49%;
}

.shop-width1 {
  width: 49%;
}
.shop-width {
  border-radius: 24px;
  background: #C6D5E8;
  padding: 52px 56px;
}

.custom-featured-product .shop-width {
  padding: 17px 56px;
}

.shop-width span,
.prod-width span {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  margin: 12px 0 20px;
  display: block;
  font-family: "Cormorant Garamond", serif;
}

.shop-width p,
.prod-width p {
  opacity: 0.8;
  margin-bottom: 43px;
}

button.custom-btn,
.homePage .quick-add__submit{
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
  border: none;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 23.544px */
  letter-spacing: 0.18px;
  padding: 14px 26px;
  display: inline-block;
  color: #1e210d;
}

.shop-width span.loox-rating-label {
    font-size: 12px;
    font-family: 'Montserrat';
    font-weight: 600;
    margin: 0;
}

.loox-rating.loox-rating-hp {
    margin: 12px 0;
}

.shop-width span.lcl-firstProduct {
    margin-bottom: 20px;
}


.custom-featured-product .shop-width .quick-add {
    max-width: 200px;
}
/* Swiper slider */
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fcebda;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
}

.swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.swiper-slide {
  background-size: contain;
  background-position: center;
}

.FeaturedImage,
.mySwiper2 {
  height: 80%;
  width: 100%;
}
.featuredButtons,
.mySwiper {
  height: 125px;
  box-sizing: border-box;
  border-radius: 12px;
  margin: 14px 0;
}

.featuredButtons .swiper-slide,
.mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  /* opacity: 0.4; */
}
.featuredButtons .swiper-slide-thumb-active,
.mySwiper .swiper-slide-thumb-active {
  /* opacity: 1; */
  border: 1px solid var(--Gray-Gray-07, #868e96);
  background: #fcebda;
  overflow: hidden;
  border-radius: 12px;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.news-width input {
  padding-right: 210px;
}

.product-section {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.prod-width {
  width: 49%;
  border-radius: 24px;
  background: #dbecf1;
  padding: 32px;
  height: 640px;
}

.prod-width1 {
  width: 49%;
  border-radius: 24px;
  background: #dbecf1;
  padding: 46px 38px;
}
.inner-prod img {
  width: 100%;
  border-radius: 20px;
}
.prod-width ul li {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
  line-height: 28px; /* 175% */
  position: relative;
  margin-left: 36px;
}

.prod-width ul li::after {
  position: absolute;
  content: "";
  background-image: url(../images/bullets.svg);
  left: -38px;
  top: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
}
.prod-width ul {
  margin-bottom: 40px;
}
.prod-width span {
  margin: 16px 0;
}

.prod-width p {
  margin-bottom: 16px;
}
.shop-width1 {
  height: 603px;
}
section.solid {
  padding: 80px 0 20px;
}

.heading-center h2 {
  margin-bottom: 40px;
}

.video-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.video-width {
  height: 592px;
  width: 66%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.video-width:after {
  position: absolute;
  content: "";
  /* background-color: rgba(0, 0, 0, 0.5); */
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 24px;
}

.video-width img {
  display: inline-block;
}

.video-width2 {
  width: 32%;
}
.solid .video-width2 ul {
  background: #fcebda;
  border-radius: 8px;
  padding: 18px 24px;
}
.solid .video-width2 ul li {
  background: transparent;
  padding-bottom: 10px;
  background-image: url('/cdn/shop/files/tick-icon.svg');
  background-repeat: no-repeat;
  background-position: left 7px;
  padding-left: 40px;
}

.solid .video-width2 ul li h3,
.solid .video-width2 ul h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
}
.solid .tab-content ul li:before {
  display: none;
}
.video-width2 p {
  opacity: 0.8;
  line-height: 26px;
  margin: 10px 0;
}

.video-width2 a {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 18.312px */
  letter-spacing: 0.14px;
  text-decoration-line: underline;
}

.center-text {
  text-align: center;
  margin-top: 30px;
}
.video-width a {
  position: relative;
  z-index: 1;
}
section.product-slider {
  border-radius: 40px;
  background: #b5dda1;
  padding: 60px 0;
}
.item {
  border-radius: 24px;
}

.smalone img {
  width: 62px !important;
  height: 62px;
}

.all-prod {
  position: relative;
}

.descripn {
  position: absolute;
  border-radius: 0px 0px 24px 24px;
  background: #faf6f2;
  padding: 24px 27px 15px 27px;
  bottom: 0px;
}
.main-img1 {
  border-radius: 24px;
  overflow: hidden;
}
.smalone {
  position: absolute;
  bottom: 170px;
}
.descripn p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  opacity: 0.8;
  margin: 10px 0;
}

.descripn span {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  opacity: 0.6;
  display: block;
  margin-bottom: 60px;
}
.descripn button {
  border-radius: 0px 0px 24px 24px;
  background: #ffd2a1;
  width: 100%;
  border: none;
  height: 49px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%;
  letter-spacing: 0.18px;
  color: #1e210d;
  cursor: pointer;
}

.all-prod button {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
section.client-slidersection {
  padding: 80px 0;
}

section.client-slidersection h2 {
  margin-bottom: 40px;
}
.client-data {
  border-radius: 10px;
  background: #dbecf1;
  padding: 16px 14px;
}

.cl-des {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cl-des img {
  width: 60px !important;
  height: 60px;
}

.cl-name img {
  height: auto;
  width: 100%;
}

.cl-name {
  margin-left: 10px;
}

.cl-name p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 4px;
}

.cl-baner {
  margin: 24px 0;
}

.cl-baner img {
  width: 100%;
}

.cl-btm span {
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #888;
  display: inline-block;
  margin-bottom: 8px;
}

.cl-btm p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
}
section.awards {
  border-radius: 40px;
  background: #f4e6e8;
  padding: 80px 0;
}
.heading-center1 {
  text-align: center;
}

.heading-center1 p {
  padding: 32px 0 42px 0;
  max-width: 769px;
  margin: 0 auto;
  opacity: 0.8;
}

.awards-img ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
}
section.our-promise {
  padding: 80px 0;
}

.our-flex {
  background-position: right;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 598px;
  display: flex;
  align-items: center;
}

.inner-our {
  border-radius: 24px;
  background: #ffe8d0;
  padding: 32px 28px;
  width: 524px;
}

.inner-our h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 24px 0;
  letter-spacing: normal;
}

.inner-our p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  opacity: 0.8;
  margin-bottom: 24px;
}

a.purple-btn {
  border-radius: 8px;
  background: var(--E7C1D1, #e7c1d1);
  padding: 16px 26px;
  display: inline-block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 20.928px */
  letter-spacing: 0.16px;
  color: #1e210d;
}
section.mom-specails {
  border-radius: 40px;
  background: #d9e5f1;
  padding: 80px 0;
}

.special-content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special-flex p {
  font-weight: 400;
  line-height: 32px;
  opacity: 0.8;
  max-width: 562px;
  margin-top: 16px;
}

.special-content a {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 20.928px */
  letter-spacing: 0.16px;
  padding: 16px 47px;
}
.blog-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 40px;
}

.blog-width {
  width: 32%;
  border-radius: 32px;
  background: #faf6f2;
  padding: 20px;
  margin-bottom: 32px;
  height: 100%;
}

.blog-width span {
  color: #8e8e8e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 12px 0;
  display: inline-block;
}

.blog-width h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: normal;
}

.blog-width img {
  width: 100%;
}

/* .blog-width:nth-child(4n), 
.blog-width:nth-child(6n), 
.blog-width:nth-child(10n) {
    margin-top: -75px;
}
.blog-width:nth-child(8n) {
    margin-top: 0px;
}

.blog-width:nth-child(12n) {
    margin-top: 0px;
} */
.blog-width.highlight4th.highlight10th,
.blog-width.highlight6th.highlight10th.highlight12th,
.blog-width:nth-child(10n),
.blog-width.highlight4th.highlight6th.highlight12th,
.blog-width.highlight6th.highlight12th {
  margin-top: -35px;
}
section.newsletter {
  padding-top: 80px;
  z-index: 1;
  position: relative;
}

.news-flex {
  border-radius: 40px;
  background: #f5ede5;
  display: flex;
  align-items: center;
}

.news-width {
  padding: 40px 32px;
  width: 55%;
  position: relative;
}

.news-width p {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  opacity: 0.8;
  margin-bottom: 18px;
}

.news-width input {
  border-radius: 12px !important;
  border: 1px solid #cacaca;
  background: #f5ede5;
  padding: 18px 12px;
  width: 500px;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-width input::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-width form {
  position: relative;
}
.news-width button {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 20.928px */
  letter-spacing: 0.16px;
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
  border: none;
  padding: 13px 18px;
  position: absolute;
  right: 139px;
  top: 3px;
}
p.form-para {
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  margin-top: 14px;
}
footer.footer {
  /* border-radius: 40px; */
  background: #ffe8d0;
  padding-top: 220px;
  top: -173px;
  margin-bottom: -173px;
  position: relative;
}

.footer-flx {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.logo-description p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  opacity: 0.8;
  margin-top: 40px;
}

.logo-description {
  width: 397px;
}

.footer-width h4 {
  margin-bottom: 40px;
}

.footerlink ul > li > a {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.6;
  margin-bottom: 20px;
  display: inline-block;
}

.social-mediaa ul li {
  width: 40px;
  height: 50px;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(/cdn/shop/files/soc.png?v=1721980050);
  background-position: center;
  background-repeat: no-repeat;
  clip-path: polygon(50% 0, 100% 28%, 100% 80%, 50% 100%, 0 80%, 0 28%);
  transition: all ease 0.3s;
  /* border: 1px solid #B7C9A6; */
}

.social-mediaa ul {
  display: flex;
  gap: 18px;
}

.social-mediaa ul > li > a > i {
  color: #b7c9a6;
  font-size: 22px;
}

.social-mediaa ul li:hover {
  background: #b7c9a6;
}
.social-mediaa ul li:hover i {
  color: #fff;
}
.bottom-fotr {
  text-align: center;
  padding: 18px 0 30px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.bottom-fotr p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-flx {
  margin-bottom: 30px;
}
section.product-ban {
  padding: 40px 0;
  margin: 0 !important;
}

.product-flx1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.inner-prodcts {
  border-radius: 24px;
  background: #f3e5e7;
  text-align: center;
  height: 436px;
}

.product-wdth {
  width: 49%;
}

.prodct-descriptions {
  border-radius: 24px;
  background: #fcebda;
  padding: 31px 24px 26px 24px;
}

.prodct-descriptions h3 {
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  letter-spacing: 0;
}

.prodct-descriptions span {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  margin: 16px 0 35px 0;
  font-family: "Cormorant Garamond";
  display: block;
}

.prodct-descriptions button,
.page-products .quick-add__submit{
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
  border: 0px;
  padding: 14px 0;
  width: 100%;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 18.312px */
  letter-spacing: 0.14px;
  cursor: pointer;
}
.prodct-descriptions {
  position: relative;
  top: -60px;
  margin-bottom: -60px;
}
.carts-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 603px;
  background: #dce3ec;
  border-radius: 24px;
  margin-top: 40px;
}

.carts-width {
  width: 50%;
  border-radius: 24px;
  background: #fcebda;
  padding: 53px 56px;
  height: 100%;
}

.carts-width h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  margin: 12px 0 20px 0;
}

.carts-width p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  opacity: 0.8;
  margin-bottom: 32px;
}

.carts-width button {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 18.312px */
  letter-spacing: 0.14px;
  padding: 17px 37px;
}

.carts-width1 {
  border-radius: 24px;
  background: #dce3ec;
  height: 100%;
  overflow: hidden;
}

.carts-width1 img {
  width: 94%;
}
section#top-w {
  padding-bottom: 20px;
}

button.custom-btn:hover,
.homePage .quick-add__submit:hover,
.all-prod button:hover,
.news-width button:hover,
.prodct-descriptions button:hover,
.page-products .quick-add__submit:hover{
  background: transparent;
  border: 1px solid var(--FFD2A1, #ffd2a1);
}
button.custom-btn,
.homePage .quick-add__submit,
.purple-btn,
.news-width button,
.prodct-descriptions button,
.page-products .quick-add__submit{
  border: 1px solid transparent;
}

a.purple-btn:hover {
  background: transparent;
  border: 1px solid var(--E7C1D1, #e7c1d1);
}
.awards-img ul li a img {
  transition: all ease 0.3s;
}
.awards-img ul li a img:hover {
  filter: grayscale(1);
}
section#blue-sl {
  background: #f4e6e8;
}
section.details {
  padding: 48px 0 80px 0;
}

.details-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.details-width {
  width: 48%;
}
.inner-details span {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  font-family: "Cormorant Garamond";
  margin: 12px 0 32px 0;
  display: block;
}

.details-desc h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  font-family: Montserrat;
  margin-bottom: 14px;
}

.details-desc p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  opacity: 0.8;
  color: #393939;
  margin-bottom: 32px;
}

button.cart-btns {
  padding: 14px 0;
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
  width: 100%;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 18.312px */
  letter-spacing: 0.14px;
  color: #1e210d;
  margin-bottom: 14px;
}
button.shopnw {
  padding: 14px 0;
  border-radius: 8px;
  background: var(--FFD2A1, #e6e9db);
  width: 100%;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 18.312px */
  letter-spacing: 0.14px;
  color: #1e210d;
}
.new-slider {
  height: 643px;
}
.image-checkbox input:checked {
  border-radius: 20px;
  border: 1px solid var(--ffc-700, #ffc700);
  background: rgba(255, 199, 0, 0.05);
}
.image-checkbox input[type="radio"] {
  display: none;
}
label.image-checkbox {
  width: 100%;
}
.total-data {
  width: 46px;
  height: 46px;
  background: #b2caa7;
  border: 1.5px solid #fff;
  fill: #b2caa7;
  filter: drop-shadow(0px 3px 14px rgba(0, 0, 0, 0.15));
  border-radius: 100%;
}
.image-checkbox input:checked + .total-data {
  border: 1.5px solid #fff;
  background: rgba(255, 199, 0, 0.05);
}
.swatches-detail {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.colrs-flx {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.swatches-detail p {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}

.quntity {
  margin-left: 90px;
}
.number {
  height: 56px;
  border: 1px solid #b0b0b0;
  display: flex;
  align-items: center;
}

.number span {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
}

.number input {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 120px;
  text-align: center;
  background: none;
  border: none;
  height: 56px;
  border-right: 1px solid #b0b0b0;
  border-left: 1px solid #b0b0b0;
}
label#second-color .total-data {
  background: #c1d6e8;
  margin-left: 18px;
}
.swatches-detail {
  margin-bottom: 22px;
}
ul.tabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li {
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}

ul.tabs li.current {
  border-radius: 12px 12px 0px 0px;
  background: #b5dda1;
  color: rgba(0, 0, 0, 0.8);
}

.tab-content {
  display: none;
  border-radius: 32px;
  background: #b5dda1;
  padding: 48px 60px 40px 60px;
}

.tab-content.current {
  display: inherit;
}
.tabs-detail {
  margin-top: 60px;
}

.tabs-detail ul li {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 16px 56px;
  background: #f2f2f2;
  border-radius: 12px 12px 0px 0px;
  color: rgba(109, 110, 112, 0.8);
}

ul.tabs {
  margin-left: 60px;
}
div.tab-content h2 {
  margin-bottom: 24px;
}

div.tab-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.8);
}
.swiper-button-prev:after,
.swiper-button-prev-2:after,
.swiper-rtl .swiper-button-next-2:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  display: none;
}
nav#nav ul li a:hover {
  color: #20344d;
}
p.form-para {
  display: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.video-width2 ul::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.video-width2 ul {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.bults ul::-webkit-scrollbar {
  display: none;
}
.bults ul {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.news-width1 {
  margin-bottom: -3px;
}
section.goodbay h2 {
  margin-bottom: 20px;
}
.bye-width p {
  min-height: 50px;
}
.data-blu {
  color: #20344d;
}
.footerlink ul > li > a:hover {
  color: #20344d;
  opacity: 1;
}
body.active {
  overflow: hidden;
  height: 100vh;
}
.prodct-descriptions button,
.page-products .quick-add__submit{
  color: #1e210d;
}
.page-products .quick-add__submit:before,
.page-products .quick-add__submit:after,
.homePage .quick-add__submit:before,
.homePage .quick-add__submit:after,
.quick-add-modal .funnel_prodBox{
  display:none;
}
li.tab-link {
  margin-left: -4px;
}
.number span {
  cursor: pointer;
}
.swiper-button-prev {
  left: 20px;
}
img {
  transition: all ease 0.3s;
}
img:hover {
  filter: drop-shadow(2px 4px 6px lightgrey);
}
.kqsiVA9Jf8LJAbxw8Bau.h7OYsWHrW5495r9beh2n.jjzYeefyWpPZLH9pIgyw.DnvZqPMEvBFbBre5UuP9.size--large {
  background: #e6e9db !important;
  color: #000 !important;
  border-radius: 8px;
  border: none !important;
}
.fancybox-bg {
  display: block !important;
}
/* .page-contact,
.page-solid-start,
.page-our-story,
.page-wholesale-partnership,
.page-faq, */
.page-account,
.blogPage,
.main-page-title.page-title,
.searchPage,
.product-ban section.solid{
  margin-top: 135px;
}
.page-policies {
  margin-top: 150px;
}
/* App css */
div#shopify-block-reelup_shoppable_videos_reels_reelup_playlist_djNtTG {
  background: #b5dda1;
  border-radius: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}
section.solidr_heading {
  font-size: 44px !important;
  line-height: 57.55px !important;
  font-family: Cormorant Garamond, serif !important;
}
.reelUp_playlist_button_wrapper {
  background: #ffd2a1 !important;
}
span.reelUp_playlist_button_text {
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%;
  letter-spacing: 0.18px;
  color: #1e210d !important;
}
.cart-btns.button--secondary:after {
  display: none;
}
fieldset.js.product-form__input.product-form__input--pill .form__label {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
}
label.quantity__label.form__label {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  color: #000;
}
.product-form__quantity button.quantity__button {
  width: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border: 1px solid #b0b0b0;
  opacity: 1;
}
.product-form__quantity input {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  width: 120px;
  text-align: center;
  background: transparent;
  border: none;
  height: 56px;
  border-right: 0;
  border-left: 0;
  background: transparent;
  border-top: 1px solid #b0b0b0;
  border-bottom: 1px solid #b0b0b0;
  border-radius: 0 !important;
}
.product-form__quantity .quantity:before,
.product-form__quantity .quantity:after {
  display: none;
}
.product .product__media-item {
  background: #ffeada;
  border-radius: 24px;
  padding: 20px;
  max-width: 100%;
  width: 100%;
}
.product-form__input--swatch.product-form__input .form__label {
  padding-left: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  color: #000;
}
.quntity.product-form__input.product-form__quantity {
  max-width: 30rem;
}
.tab-content ul li {
  background: transparent;
  padding: 0 0 24px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.tab-content ul li:before {
  content: url(/cdn/shop/files/listArrows.svg?v=1721389890);
  vertical-align: middle;
  margin-right: 12px;
}
svg.qZgSr5RiiBCTAMfQYsty {
  filter: invert(1);
}

.ProdcutDetailPage {
  overflow-x: visible !important;
}
td.cart-item__details a {
  font-size: 14px;
}
.details-desc h2 {
  font-size: 28px;
}
.blog-width img {
  border-radius: 24px;
}
.swiper-wrapper video {
  max-width: 100%;
}
.carts-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: #dce3ec;
  border-radius: 24px;
  margin-top: 40px;
}
.banner-img {
  position: relative;
}
.banner-img::after {
  position: absolute;
  content: "";
  background-image: url(/cdn/shop/files/Group_120.svg?v=1721641444);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: animName 70s linear infinite;
  top: 0;
  z-index: -1;
}
.banner-img::before {
  position: absolute;
  content: "";
  background-image: url(/cdn/shop/files/Ellipse_11.svg?v=1721641444);
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 100%;
  animation: animName1 100s linear infinite;
  top: 0;
  z-index: -1;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animName1 {
  0% {
    transform: rotate(-0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}

.explore-more {
  z-index: 1;
  position: relative;
  top: -100px;
  margin: 0 auto;
  text-align: center;
  margin-top: -60px;
}
.inner-blue {
  position: relative;
}
.inner-blue::after {
  position: absolute;
  content: "";
  background-image: url(/cdn/shop/files/Group_121.svg?v=1721641444);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  animation: animName 70s linear infinite;
  top: 0;
  z-index: -1;
}
@keyframes animName {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.inner-blue::before {
  position: absolute;
  content: "";
  background-image: url(/cdn/shop/files/Ellipse_13.svg?v=1721641444);
  background-repeat: no-repeat;
  background-position: center top;
  width: 82%;
  height: 82%;
  animation: animName1 100s linear infinite;
  background-size: contain;
  top: 10%;
  left: 9%;
  z-index: -1;
}
@keyframes animName1 {
  0% {
    transform: rotate(-0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
/* rotation css*/
/* .img-list {
  animation: animName 50s linear infinite;
  position: relative;
  top: -380px;
}

.img-list li img {
  animation: animName3 50s linear infinite;
}
@keyframes animName3 {
  0% {
    transform: rotate(-0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.main-img {
  position: relative;
  z-index: 2;
} */
/* 23/july */
.header__icon .icon {
  height: 2.5rem;
  width: 2.5rem;
  fill: none;
  vertical-align: middle;
}
details-modal.header__search {
  border-radius: 21px;
  background: #fff;
  /* padding: 0px 7px; */
  padding: 0 !important;
}
p.predictive-search__item-heading.h5 {
  font-family: Montserrat, sans-serif;
}
.predictive-search__result-group h2 {
  font-family: "Cormorant Garamond", serif;
}
label.field__label {
  font-family: "Cormorant Garamond", serif;
}
.news-width input {
  padding-right: 208px;
}
.blog-width.highlight4th.highlight10th h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.article-template__hero-adapt.media img {
  border-radius: 24px;
}

.article-template__hero-container {
  border-radius: 24px;
  overflow: hidden;
}
body.articlePage main#MainContent {
  margin-top: 170px;
}

.article-template__hero-adapt.media img {
  border-radius: 24px;
}

.article-template__hero-container {
  border-radius: 24px;
  overflow: hidden;
}

header.page-width.page-width--narrow {
  max-width: 90%;
}

header.page-width.page-width--narrow h1 {
  font-family: "Cormorant Garamond", serif;
  font-size: 44px;
      line-height: 57.55px;
}

.article-template__social-sharing.page-width.page-width--narrow {
  max-width: 90%;
}

.article-template__content.page-width.page-width--narrow.rte {
  max-width: 90%;
}

.article-template__content.page-width.page-width--narrow.rte h2 {
  font-size: 28px;
}

.article-template__content.page-width.page-width--narrow.rte h3 {
  font-size: 24px;
  font-weight: 700;
}
.article-template__social-sharing.page-width.page-width--narrow {
  margin-top: 0rem;
}
.article-template__content.page-width.page-width--narrow.rte img {
  width: 100%;
}
span.ql-font-kanit {
  font-family: Montserrat, sans-serif;
}
.cart-item__name:hover {
  text-decoration: none !important;
  text-underline-offset: unset !important;
  text-decoration-thickness: unset !important;
  font-size: 14px;
}
td.cart-item__details a {
  font-size: 14px;
  font-weight: 400;
  font-family: Montserrat, sans-serif;
}
button#CartDrawer-Checkout {
  background: #ffd2a1;
  color: #000;
  border: 1px solid #ffd2a1 !important;
  border-radius: 14px;
}

button#CartDrawer-Checkout:before {
  content: "";
  display: none;
}

button#CartDrawer-Checkout:after {
  display: none;
}
.overflow-hidden {
  overflow: hidden;
  height: 100%;
}
.cart-drawer__empty-content a.button {
  background: #ffd2a1;
  color: #000;
  border: 1px solid #ffd2a1 !important;
}
body.ProdcutDetailPage main {
  /* margin-top: 135px; */
}
body.ProdcutDetailPage.page-solid-start main {
  margin-top: 0;
}
div#rich-text-121657193 h1 span {
  font-family: "Cormorant Garamond";
  line-height: 32px;
}

div#rich-text-121657194 p,
span.ql-font-kanit {
  font-family: "Montserrat", sans-serif !important;
  line-height: 25px;
  font-size: 14px !important;
}
button.needsclick.go1515943218.kl-private-reset-css-Xuajs1 {
  font-family: "Montserrat", sans-serif !important;
}
input#email_121657195 {
  padding-right: 20px !important;
}
.thumbnail[aria-current] {
  border-color: grey !important;
  border-radius: 16px;
}
.thumbnail {
  border-radius: 16px;
}
.thumbnail {
  color: transparent !important;
}
.article-template .article-template__content h2,
.article-template .article-template__content h3 {
  padding-top: 15px;
  padding-bottom: 15px;
}
.article-template .article-template__conten li {
  padding: 10px 0;
}
.reelUp_verified a.reelUp_verified_link span,
.loox-branding a.loox-branding-link {
  display: none !important;
  font-size: 0 !important;
}
.blog-width.highlight6th.highlight10th.highlight12th h4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  -webkit-box-orient: vertical;
}
.blog-width.highlight4th.highlight10th,
.blog-width.highlight6th.highlight10th.highlight12th,
.blog-width:nth-child(10n),
.blog-width.highlight4th.highlight6th.highlight12th,
.blog-width.highlight6th.highlight12th {
  margin-top: 0px;
}
/* August 12 */
.funnel-product.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.funnel-product .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
}
.funnel-product .owl-next {
  position: relative;
  left: 45px;
}
.funnel-product .owl-prev {
  position: relative;
  right: 45px;
}
.funnel-product1.owl-theme.owl-loaded.owl-drag img {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.funnel-product1.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.funnel-product1 .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
}
.funnel-product1 .owl-next {
  position: relative;
  left: 15px;
}
.funnel-product1 .owl-prev {
  position: relative;
  right: 15px;
}

#secondProduct {
  width: 100%;
}

.text-nv h2 a {
  font: inherit;
  font=s: ;
}

@media (min-width: 993px) {
  .details-width:nth-child(1) {
    position: sticky;
    top: 0%;
    padding-top: 0%;
    padding-bottom: 0%;
  }
}
@media (min-width: 768px) {
  .ProdcutDetailPage,
  .collectionPage{
    margin-top: 135px;
  }
}
.bults ul li:nth-child(6) {
  position: absolute;
  top: -7%;
  right: 39%;
  max-width: 148px;
}

ul.tabs1,
ul.prodVidTabs {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs1,
ul.prodVidTabs {
  border-radius: 8px;
  border: 1px solid var(--Gray-Gray-04, #dee2e6);
  background: var(--Gray-Gray-02, #f2f7fb);
  display: flex;
  padding: 10px 20px 10px 12px;
  align-items: center;
  gap: 20px;
}
ul.tabs1 li,
ul.prodVidTabs li {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%;
  letter-spacing: 0.16px;
  color: #1e210d;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
ul.tabs1 li.current1,
ul.prodVidTabs li.current1 {
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
}

.tabings-solid .tab-content1 {
  display: none;
  background: transparent;
  padding: 0px;
}

.tabings-solid .tab-content1.current1 {
  display: block;
}
.tabng-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}
.cart-flex-tab {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-flex-tab .center-text {
  margin-top: 0;
}
.solid .cart-flex-tab .custom-btn {
  padding: 14px 60px;
}
.inner-pra-tab p {
  margin-bottom: 30px;
  margin-top: 0px;
}
.solid .cart-flex-tab {
  position: absolute;
  width: 100%;
  top: 20px;
  padding: 0 40px;
  left: 0;
}

div#second-tab {
  position: relative;
}

div#second-tab h3 {
  color: #fff;
  position: relative;
  z-index: 1;
}
.solid .custom-btn:hover {
  color: #fff;
}
.payment-flex {
  display: flex;
}

.payment-flex p {
  margin-bottom: 0;
}

.payment-flex ul {
  display: flex;
  gap: 14px;
}

.payment-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tabings-solid .center-text {
  position: relative;
  z-index: 1;
}
.cart-btns:before,
.cart-btns:after {
  display: none;
}
.mobile-baner img {
  width: 100%;
}
span.lcl-firstProduct {
  margin-bottom: 0;
}
a#cart-icon-bubble {
  position: relative;
}
.inner-header > :nth-child(4) {
  display: none;
}
.left-logo > :nth-child(2) {
  display: none;
}
.swatch--gl .name-option {
  margin-bottom: 20px;
}
.cart-user > :nth-child(2) {
  margin-left: 10px;
}
.upsellProductBox .carts-flex .carts-flexItem {
  display: flex;
  align-items: flex-start;
  padding: 15px;
  background: #f6f6f7;
  border-radius: 0;
  gap: 10px;
}
.upsellProductBox .upsellImgBox {
  max-width: 88px;
}
.upsellProductBox .upsellImgBox img {
  max-height: 88px;
  max-width: 88px;
  height: auto;
  width: auto;
}
.upsellProductBox .upsellPriceBox h2 {
  font-size: 22px;
}
.upsellProductBox .upsellPriceBox h3 {
  font-size: 18px;
}
.upsellProductBox .custom-btn {
  width: 100%;
  margin-top: 10px;
}
.upsellPriceBox {
  width: 78%;
}
.upsellProductBox .carts-flex {
  background: transparent !important;
  display: block;
}
.upsellProductBox .slick-next {
  right: 0;
  top: 60%;
}
.upsellProductBox .slick-prev {
  left: 0;
  z-index: 1;
  top: 61%;
}
.upsellProductBox .slick-prev:before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  background: transparent;
  border-color: inherit !important;
  border-style: solid !important;
  border-width: 0 0 2px 2px !important;
  height: 12px;
  margin-bottom: 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  color: #000;
}
.upsellProductBox .slick-next:before {
  content: "";
  display: inline-block;
  margin: 0 5px;
  background: transparent;
  border-color: inherit !important;
  border-style: solid !important;
  border-width: 2px 2px 0 0 !important;
  height: 12px;
  margin-bottom: 0 !important;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 12px;
  color: #000;
}

.shopify-policy__container {
  max-width: 1310px;
}
.shopify-policy__container p {
  font-weight: 400;
}
.shopify-policy__container ul,
.shopify-policy__container ol {
  list-style: disc;
}

.shopify-policy__container .rte a {
  font-family: "Montserrat";
  font-size: inherit;
  color: #000;
}

.shopify-policy__container h1 {
  margin-bottom: 30px;
}

.shopify-policy__container .rte li {
  list-style: inherit;
  color: #000;
}

@media only screen and (max-width: 435px) {
  .upsellProductBox .upsellPriceBox h2,
  .upsellProductBox .upsellPriceBox h3 {
    font-size: 14px;
  }
  button.custom-btn,
  .homePage .quick-add__submit{
    padding: 10px 26px;
  }
  .upsellProductBox.slick-slider {
    margin-bottom: 0;
  }
  /* .cart-drawer__footer > * + * {
    margin-top: 0 !important;
  } */
  .cart-drawer .tax-note {
    margin-bottom: 5px !important;
  }

  .totals > h2 {
    margin-top: 0px !important;
  }

  .drawer__footer {
    padding-top: 0px !important;
  }

  .upsellProductBox .carts-flex {
    margin-top: 10px !important;
  }
  .upsellProductBox .carts-flex .carts-flexItem {
    padding: 8px 15px;
  }
  .drawer__cart-items-wrapper .quantity:before,
  .drawer__cart-items-wrapper .quantity:after {
    display: none;
  }
  .drawer__cart-items-wrapper .quantity {
    border: 1px solid;
  }
  cart-drawer-items {
    overflow-y: scroll !important;
    flex: 1;
    height: 100%;
    z-index: 9999;
    position: relative;
    top: 0;
  }
  .drawer__inner {
    max-width: calc(100vw - 0rem) !important;
  }
}

.owl-carousel.funnel-product1.owl-theme.owl-loaded.owl-drag .item > img {
  height: 320px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

/* change css August 12 */
.funnel-product.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.funnel-product .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
}
.funnel-product .owl-next {
  position: relative;
  left: 45px;
}
.funnel-product .owl-prev {
  position: relative;
  right: 45px;
}
.owl-carousel.funnel-product1.owl-theme.owl-loaded.owl-drag img {
  width: 100%;
  max-width: 75%;
  margin: 0 auto;
}
.funnel-product1.owl-theme .owl-nav [class*="owl-"] {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 0;
  background: transparent;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.funnel-product1 .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 35%;
}
.funnel-product1 .owl-next {
  position: relative;
  left: 15px;
}
.funnel-product1 .owl-prev {
  position: relative;
  right: 15px;
}

/* About Us Page */
section.al-banners {
  border-radius: 0px 0px 40px 40px;
  background: #b5dda1;
  padding: 93px 0;
  text-align: center;
}
.our-story-flex {
  display: flex;
  justify-content: space-between;
}

.our-stry-width {
  border-radius: 20px;
  background: #b5dda1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.inner-stry {
  padding: 0 63px;
}

.inner-stry h2 {
  margin-bottom: 10px;
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
}

.inner-stry p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  opacity: 0.8;
}

.our-stry-width {
  width: 48%;
}

section.our-story-abt {
  padding: 80px 0;
}
.our-stry-width img {
  width: 100%;
}
section.our-prom-abt {
  background: rgba(148, 214, 238, 0.3);
  border-radius: 40px;
  padding: 80px 0;
}

.heading {
  text-align: center;
}

.prom-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prom-width {
  width: 48%;
}

.prom-width img {
  width: 100%;
}

.prom-width span {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  font-family: "Cormorant Garamond", serif;
  margin-bottom: 16px;
  display: block;
  margin-top: 130px;
}

.prom-width p {
  font-size: 16px;
  opacity: 0.8;
  margin-bottom: 25px;
}
section.signature {
  padding: 80px 0;
}

.signature-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.signature-width {
  width: 48%;
}

.signature-width h2 {
  margin-bottom: 24px;
}

.signature-width p {
  opacity: 0.8;
}
.sign-text-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.sign-width {
  width: 49%;
}

.sign-width:first-child {
  border-radius: 20px;
  background: #ffe8d0;
  text-align: center;
}

.sign-width:last-child {
  border-radius: 8px;
  background: #dbecf1;
}

.sign-width {
  height: 428px;
}

.sign-text-flex {
  margin-top: 124px;
}
.iner-sgn-text {
  padding: 18px 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.sgn-img {
  position: relative;
  top: -65px;
}

.iner-sgn-text p {
  opacity: 0.8;
  margin-bottom: 20px;
}

.answer-question {
  max-width: 84%;
  margin: 0 auto;
  padding-top: 50px;
}
.answer-question-content {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 10px 24px 36px 24px;
  margin-bottom: 30px;
  z-index: 2;
  position: relative;
  transition: all ease 0.3s;
}
.question {
  display: flex;
  justify-content: space-between;
}

.question h5 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  cursor: pointer;
  position: relative;
  /* left: -40px; */
}
/* .answer-question-content.active .question h5 {
  position: relative;
  left: 0px;
} */
.answer-question-content.active {
  border-radius: 20px;
  background: #ffe8d0;
  padding-top: 30px;
}
.answer-inner p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  opacity: 0.8;
  margin-top: 17px;
}
.answer-question-content .minus {
  display: none;
}
.answer-question-content.active .minus {
  display: block;
}
.answer-question-content.active .plus {
  display: none;
}
.open {
  position: relative;
  /* left: 35px; */
}
.inner--ttxt {
  text-align: center;
  padding-top: 50px;
  max-width: 665px;
  margin: 0 auto;
}

.inner--ttxt p {
  opacity: 0.8;
}

.inner--ttxt p a {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
  color: #000;
  text-decoration: underline;
  font-style: italic;
}
.partner-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.partner-widths {
  width: 48%;
}

.partner-content h2 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  margin-bottom: 16px;
}

.partner-content p {
  opacity: 0.8;
  margin-bottom: 42px;
}

section.partnershp {
  padding: 80px 0;
}

.partner-form {
  border-radius: 10.053px;
  border: 1.257px solid var(--Gray-Gray-05, #ced4da);
  padding: 40px;
}

.partner-form h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
}

.partner-form p {
  color: #575f6e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.105px;
  margin-top: 16px;
  margin-bottom: 40px;
}

.partner-form label {
  color: var(--Gray-Gray-10, #0f1106);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 25.132px;
  display: block;
  margin-bottom: 10px;
}

.partner-form input {
  color: #9a9ea5;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  padding-bottom: 10px;
  border-radius: 0px !important;
}

.form-data {
  margin-bottom: 40px;
}

.form-data textarea {
  color: #9a9ea5;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  background: transparent;
  border: none !important;
  border-bottom: 1px solid #ced4da !important;
  padding-bottom: 10px;
  border-radius: 0px !important;
}

.form-submit-btn {
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
  width: 100%;
  height: 59px;
  border: navajowhite;
  color: var(--Gray-Gray-08, #1e210d);
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%; /* 23.544px */
  letter-spacing: 0.18px;
}
section#contact-uss .partner-content p {
  color: #575f6e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.105px;
  margin-bottom: 0;
}

.info-list ul li a,
.shiipping-info ul li a {
  color: #575f6e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.105px;
}

.info-list ul li a {
  display: flex;
  align-items: center;
}

.info-list {
  margin-top: 24px;
}

.info-list ul li,
.shiipping-info ul li {
  margin-bottom: 20px;
}

.info-list ul li a img,
.shiipping-info ul li img {
  margin-right: 10px;
}
.shiipping-info {
  border-top: 1px solid #ced4da;
  padding-top: 48px;
}

.information {
  padding-bottom: 48px;
}

.information {
  width: 360px;
}

.information p span {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
}
.shiipping-info ul li {
  color: #575f6e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.105px;
}

.shiipping-info ul li span {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.shiipping-info ul {
  margin-top: 31px;
}
.paymnet-iimgs ul {
  display: flex;
  max-width: 341px;
  justify-content: flex-end;
}
.bl-flex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 15px;
}

.bl-width {
  width: 32%;
  border-radius: 32px;
  background: #faf6f2;
  padding: 20px;
  margin-bottom: 32px;
  height: 100%;
}

.bl-width img {
  width: 100%;
}

.bl-width span {
  color: #8e8e8e;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 20px 0 12px 0;
  display: inline-block;
}

.bl-width h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  min-height: 50px;
}

section.blogs-mains {
  background: #f8f0ec;
  padding: 80px 0;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination a {
  color: black;
  padding: 16px 16px;
  text-decoration: none;
  transition: background-color 0.3s;
  border: 1px solid #ddd;
  margin: 0 4px;
  border-radius: 4px;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--Neutral-Grey-05, #86878a);
  text-align: center;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.pagination a.active {
  background-color: #b7c9a6;
  color: #1e210d;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

.pagination a:hover:not(.active) {
  background-color: #ddd;
}
section#resourcess .bl-width {
  width: 24%;
  border-radius: 20px;
  background: #faf6f2;
  padding: 15px;
}
section#resourcess span {
  color: #8e8e8e;
  font-family: Montserrat;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

section#resourcess h4 {
  color: #000;
  font-family: "Cormorant Garamond";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.signature-width img {
  width: 100%;
}
section.bloog-details {
  margin-top: 100px;
}

.details-inners {
  max-width: 70%;
  margin: 0 auto;
}

.details-inners img {
  width: 100%;
}

section.bloog-details h1 {
  font-size: 44px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  margin-bottom: 32px;
}

section.bloog-details span {
  color: #8e8e8e;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 40px;
  display: block;
  margin-bottom: 20px;
}

section.bloog-details p {
  margin-bottom: 40px;
  opacity: 0.8;
  line-height: 32px;
}

section.bloog-details ul li {
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  opacity: 0.8;
  list-style: disc;
}

.share {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.share ul li {
  margin-left: 16px;
  width: 40px;
  height: 40px;
  border: 1px solid #868e96;
  border-radius: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
ul.bread-crums li {
  list-style: none !important;
  display: inline-flex;
}

ul.bread-crums li a {
  color: #8e8e8e;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
section.resurces-main {
  margin-top: 100px;
  padding: 0px 12%;
}

.resoucres-banner h2 {
  margin-top: 15px;
  margin-bottom: 48px;
}

.res-flexs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.res-wdtth img {
  width: 100%;
}

.res-wdtth {
  width: 48.5%;
}

.res-wdtth p {
  opacity: 0.8;
}

.res-cntent {
  margin-top: 56px;
}

.res-cntent h2 {
  margin-bottom: 15px;
}

section.resurces-main p {
  opacity: 0.8;
}

.res1-fflex {
  margin-top: 24px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.resss-width {
  width: 45%;
}

.resss-width ul li {
  opacity: 0.8;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  list-style: disc;
  margin-bottom: 25px;
}

.resss-width ul li span {
  font-weight: 600;
}

.resss-width img {
  margin-bottom: 20px;
}

.cntr-content {
  text-align: center;
}

.cntr-content p {
  max-width: 94%;
  margin: 0 auto;
}
.specifictaion-res {
  padding: 80px 0;
}

.specifictaion-res h2 {
  text-align: center;
  margin-bottom: 32px;
}

.specific-fllex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.prod-width h4 {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 130.8%;
  margin-bottom: 20px;
}

.specific-fllex .prod-width {
  height: auto;
}

.specific-fllex .prod-width:nth-child(2) {
  background: #e7c1d1;
}
section.hippy {
  background: rgba(148, 214, 238, 0.3);
  border-radius: 40px 40px 0px 0px;
}
section.hippy .prod-width:nth-child(1) {
  background: #b5dda1;
}
section.hippy {
  padding: 0px 12%;
}
section#detail-dtaa .special-content {
  text-align: center;
  margin: 0 auto;
  display: block;
}

section#detail-dtaa .special-content p {
  max-width: 80%;
  margin: 0 auto;
  opacity: 0.8;
  margin-top: 10px;
}

.shop-btnss {
  text-align: center;
}
section.faqs-resources h2 {
  text-align: center;
}

section.faqs-resources {
  padding-top: 80px;
}
section#site-map .answer-question {
  max-width: 100%;
}
section#site-map .answer-inner ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 20px;
}

section#site-map .answer-inner ul li {
  width: 30%;
}

section#site-map .answer-inner ul li a {
  color: #575f6e;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.105px; /* 125.658% */
  text-decoration-line: underline;
  margin-bottom: 16px;
  display: block;
  line-height: 34px; /* 212.5% */
}

section#site-map .answer-content {
  margin-top: 28px;
}

section#site-map .question h5 {
  text-decoration-line: underline;
}
section#site-map .answer-question-content.active {
  border-radius: 0px;
  background: transparent;
}
section#site-map .answer-inner ul li a:hover {
  color: #000;
}
section#site-map .answer-question-content {
  padding: 20px 0;
}
section#site-map .question h5 {
  left: 0px;
}
section#site-map .open {
  position: relative;
  left: 0px;
}
.page-contact .our-stry-width {
  border-radius: 20px;
  background: #c6d5e8;
}
section.al-banners {
  margin-top: 130px;
}
.shopify-policy__title {
  border-radius: 0 0 40px 40px;
  background: #b5dda1;
  padding: 93px 0;
}
.inner--ttxt h3 {
  margin-bottom: 10px;
}
.inner--ttxt p br {
  display: none;
}
.answer-question-content.active {
  border-bottom: none;
}
.shopify-policy__body {
  margin-top: 40px;
}
.page-policies {
  margin-top: 130px;
}
.shopify-policy__container {
  max-width: 100%;
  padding: 0;
}
.shopify-policy__body {
  max-width: 1260px;
  margin: 0 auto;
  padding-top: 40px;
}
.shopify-policy__container h1 {
  margin-bottom: 0px;
}
ul.bread-crums {
  margin-top: 0px !important;
}
header.page-width.page-width--narrow {
  max-width: 100%;
  margin-top: 0;
}
section.bloog-details span {
  margin-bottom: 20px;
}
section.bloog-details {
  margin-top: 10px;
}
.article-template__social-sharing.page-width.page-width--narrow,
.article-template__content.page-width.page-width--narrow.rte {
  max-width: 100%;
}
.article-template__content.page-width.page-width--narrow.rte p span {
  color: #000 !important;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px;
  opacity: 1;
}

section.bloog-details span {
  color: #8e8e8e;
  font-family: Montserrat;
  font-size: 16px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 0px !important;
  display: block;
  margin-bottom: 0px !important;
}
section.bloog-details span {
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  margin-top: 0px;
  display: block;
  margin-bottom: 0px !important;
}
div#rich-text-121651320 p {
  margin-bottom: 0px !important;
  font-size: 16px !important;
  opacity: 1;
  color: #000 !important;
}
section.bloog-details p {
  margin-bottom: 0px;
  opacity: 0.8;
  line-height: 32px;
}
.details-inners ol li {
  list-style: disc;
  opacity: 0.6;
  font-size: 14px;
  color: #000;
}

.details-inners ol {
  margin: 20px 0;
}
.open {
  cursor: pointer;
}
.form-submit-btn {
  display: inline-block;
}
.form-submit-btn:hover {
  background: transparent;
  border: 1px solid #ffd2a1;
}
.shopify-challenge__container {
  margin-top: 190px;
}
.carts-flex:last-of-type {
  flex-direction: row-reverse;
}
.carts-flex .carts-width1 {
  width: 50%;
}
button#quick-add-template--22032624746530__main7780131766306-submit {
  padding: 14px 20px;
  border-radius: 8px;
  background: var(--FFD2A1, #ffd2a1);
  width: 100%;
  border: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 130.8%;
  letter-spacing: 0.14px;
  color: #1e210d;
}
.card.card--standard.card--media.card--horizontal {
  align-items: center;
}
.blue-bottle .iner-desc ul li {
  list-style: disc;
  color: #000;
}
.blue-bottle .iner-desc ul {
  padding-left: 18px;
}

/* changes made on 19-Aug-2024 */
.inner-stry {
  text-align: left;
}

.prom-width span {
  color: #000;
}

.partner-flex.contactUS-flex {
  flex-direction: row-reverse;
}

.contactUS-flex .partner-content img {
  width: auto;
}

.shiipping-info ul li > img {
  position: relative;
  top: 3px;
}

.tab-content ul li {
  background: transparent;
  padding: 0 0 24px;
  color: #000;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-image: url(/cdn/shop/files/listArrows.svg?v=1721389890);
  background-repeat: no-repeat;
  background-position: left top;
  padding-left: 40px;
}

.tab-content ul li:before {
  display: none;
}
#site-map .question h5 {
  font-size: 32px;
}
.rte {
  max-width: 846px;
  margin: 0 auto;
}

.article-template__hero-container {
  max-width: 843px !important;
  margin: 0 auto;
  max-height: 472px;
}

.funnel-product.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  max-height: 563px;
}

.productSliderArrows {
  display: flex;
  justify-content: space-between;
  width: 100%;
  position: absolute;
  top: 30%;
  z-index: 1;
  cursor: pointer;
}

#tab-01 .video-width {
  height: 660px;
  background-size: cover;
}

.open img {
  filter: brightness(0) saturate(100%) invert(8%) sepia(12%) saturate(2633%)
    hue-rotate(29deg) brightness(97%) contrast(91%);
}

.rte blockquote {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.drawer__inner {
  overflow: scroll;
}

.funnel_prodBox {
  display: flex;
  gap: 20px;
  margin-top: 20px;
}

.partner-widths img {
  width: 100%;
}

.rte p > strong {
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
 font-weight: 600;
  line-height: 130.8%;
  font-family: "Cormorant Garamond", serif !important;
}

/* .product--thumbnail_slider .product__media-item:not(.is-active) {
    display: inline-flex !important;
} */

.shop-owl-slider {
  background: #ffeada;
}

.shop-owl-slider .owl-prev,
.shop-owl-slider .owl-next {
  background: transparent !important;
  width: fit-content;
}

.shop-owl-slider .owl-nav {
  position: absolute;
  top: 30%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.carts-width1 img {
  mix-blend-mode: multiply;
}
.product-ban .carts-width1 img:hover {
  filter: none;
}
.slider-buttons.pmg-slider-Btns {
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  overflow: hidden !important;
  box-sizing: border-box;
}
.slider-buttons.pmg-slider-Btns .slider-counter.caption {
  display: none;
}
.slider-button img:hover {
  filter: none !important;
}
.video-width2 .inner-pra-tab h4 {
  font-size: 18px;
  padding-bottom: 18px;
}
/* Hide the default checkbox */
#funnelAdd {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  position: relative;
}

/* Create a custom arrow when the checkbox is checked */
#funnelAdd:checked::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 6px;
  width: 4px;
  height: 9px;
  border: solid #b7c9a6;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Change border color on hover */
#funnelAdd:hover {
  border-color: #b7c9a6;
}
.upsellProductBox.funlupsellBlock {
  margin-bottom: 0;
}
.upsellProductBox .carts-flex {
  margin-top: 20px;
}
.video-flex .cart-flex-tab h3 {
  z-index: 1;
  color: #fff;
}
.banner-btm video {
  border-radius: 40px;
  object-fit: cover;
}

.product-ban
  .owl-carousel.funnel-product1.owl-theme.owl-loaded.owl-drag
  .item
  > video,
.product-ban
  .owl-carousel.funnel-product1.owl-theme.owl-loaded.owl-drag
  .item
  > img {
  right: 0px;
  display: block;
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.product-ban
  .owl-carousel.funnel-product1.owl-theme.owl-loaded.owl-drag
  .item
  > img:hover {
  filter: unset !important;
}
.product-ban .owl-carousel.funnel-product1.owl-theme.owl-loaded.owl-drag .item {
  position: relative;
  padding-top: 550px;
}

.product-ban .inner-prodcts {
  height: 600px;
}
.bl-width img {
  border-radius: 1.8rem;
  object-fit: cover;
}
.product-ban .carts-width1 img {
  mix-blend-mode: unset;
}
.carts-flex.pg-2,
.carts-flex.pg-2 .carts-width1 {
  background: #fcebda;
}
.containervid {
  transition:.5s ease-in-out;
}

.containervid video {
  height:100%;
}
.containervid.scrolled {
  max-width: 100%;
  height: 100vh;
  padding:0;
  
}
button#toggleVolumeButton {
    opacity: 0;
}
.containervid.scrolled button#toggleVolumeButton {
    opacity: 1;
}
.featuresVideos{
  width:100%;
  object-fit: cover;
  height: 100%;
  border-radius: 24px;
}
.fvPlayImg{
  position:absolute;
  z-index:1;
}
    .toggle-volume {
  position:absolute;
    bottom: 20px; /* Position from the bottom */
    right: 20px; /* Position from the right */
    padding: 10px;
    background-color: #b7c9a6; /* Your preferred scroll color */
    color: #fff;
    border: none;
    border-radius: 50%; /* Make it circular */
    cursor: pointer;
    font-size: 20px;
    z-index: 1000; /* Ensure it stays above other elements */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .toggle-volume:hover {
    background-color: #9bb284; /* Slightly darker on hover */
  }
  .toggle-volume.ftgVolume {
    bottom: 20px;
    top: unset;
    z-index: 1;
    margin-right:18px;
}

.mediaGalleryBox span.deferred-media__poster-button.motion-reduce {
    display: none;
}

.rte>*:first-child{
  font-weight: 600 !important;
}

ul.headerNavItems li.active a {
    color: #000 !important;
  font-weight: 600 !important;
}

.template-search.template-search--empty.section-template--22032624779298__main-padding {
    text-align: center;
}

.predictive-search__result-group:first-child {
    display: flex;
    flex: auto !important;
    width: 40%;
}

.predictive-search__result-group {
    width: 40%;
}

div#predictive-search-results-groups-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 30px;
  padding-bottom: 200px;
   scrollbar-width: none;
}

li.return-image-text {
    display: flex;
}

.tiny-tastes-masterclass li.tab-link.current, .unlimited-recipe-content li.tab-link.current{
    pointer-events: none;
}

.rte li>strong {
    font-weight: 600;
}
.mblVideo, #mblfttoggleVolumeButton{
  display:none;
}
/* Blog Pages Css */
.article-template__hero-container {}

.details-inners .article-template__hero-container {
    max-width: 100% !important;
}

.details-inners .article-template__content.page-width.page-width--narrow.rte p span,.details-inners .article-template__content.page-width.page-width--narrow.rte p {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 32px; / 200% /
    opacity: 1;
    margin-bottom: 15px !important;
  opacity:1;
}

.details-inners .article-template__content.page-width.page-width--narrow.rte h5 {
    color: #000;
    font-family: "Cormorant Garamond";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.8%; / 57.552px /
    margin-bottom: 20px;
}

.article-template__content.page-width.page-width--narrow.rte ol li span,.article-template__content.page-width.page-width--narrow.rte ol li a ,.article-template__content.page-width.page-width--narrow.rte ul li a, .details-inners .article-template__content.page-width.page-width--narrow.rte ul li span, .details-inners .article-template__content.page-width.page-width--narrow.rte ul li {
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 32px;
    opacity:1;
}
.rte li>strong {}

.details-inners .article-template__content.page-width.page-width--narrow.rte ul li strong {
    height: 33px;
    display: inline-flex;
    margin-bottom: 10px;
    margin-top: 10px;
}
.article-template__content.page-width.page-width--narrow.rte ul li,
.details-inners .article-template__content.page-width.page-width--narrow.rte ul li {
    margin-bottom: 15px;
}
.details-inners .article-template__content.page-width.page-width--narrow.rte p strong,
.article-template__content p strong{
    padding-top: 15px;
}


.article-template__content.page-width.page-width--narrow.rte h2 {
    color: #000;
    font-family: "Cormorant Garamond";
    font-size: 44px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.8%; / 57.552px /
}

.article-template__content.page-width.page-width--narrow.rte h4 {
    font-size: 25px;
    margin-bottom: 13px;
}
.articlePage time {
    font-size: 12px;
    line-height: 14.63px;
    color: #8E8E8E;
    font-weight: 500;
    font-family: Montserrat;
      padding-top: 40px;
    display: block;
}
.article-template__content a {
    text-decoration: underline;
    color: #000;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
img#loaderImg {
    display: block;
    margin: 120px auto 0;
}
img#loaderImg:hover {
    filter: none;
}
.article-template__content ul li strong {
    display: block !important;
}
.article-template__content p strong {
    font-family: Montserrat !important;
    font-size: 16px !important;
}
.product-form__input--pill input[type=radio]+label {
    width: 46px;
    height: 46px;
    padding: 0;
}

.product-form__input--pill input[type=radio]:checked+label {
    border: 1px solid #000;
}
legend.form__label.productDetailOptions {
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  line-height: calc(1 + .5 / 1);
  font-weight: 400;
  color: rgba(18, 18, 18, 0.75);
}
.product-form__input--pill input[type=radio]+label {
    border: 1px solid #fff;
}

.product-form__input--pill input[type=radio]+label span {
    border: 1px solid #fff;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    border-radius: 50%;
}
.product-form__input--pill input[type=radio]+label {
    border: 1px solid #ccc !important;
}
.product-form__input--pill input[type=radio]:checked+label {
    border: 1px solid #000 !important;
}

.product-form__input--pill input[type=radio]:hover +label {
    border: 1px solid #000 !important;
}
/* Klaviyo Form Css*/
/* .klaviyo-form-Ww9VBN.klaviyo-form.form-version-cid-2 {
    background: aliceblue;
    padding: 60px 100px 40px 60px;
    text-align: center;
    / height: auto; /
}

form.needsclick.klaviyo-form.klaviyo-form-version-cid_2.go3279073480.kl-private-reset-css-Xuajs1 input[type = 'email'] {
    width: 100%;
    border: 1px solid #000;
    text-align: left;
    padding: 12px;
    position: relative;
}

.needsclick.kl-private-reset-css-Xuajs1 {
    / position: relative; /
}

.needsclick.kl-private-reset-css-Xuajs1 button {/ position: absolute; /right: 0;top: 0;bottom: 0;background-color: green;!i;!;color: #fff;padding: 12px 20px;margin-top: 20px;margin: auto;margin-top: 20px;}

.needsclick.kl-private-reset-css-Xuajs1 {
    / position: relative; /
}

form.needsclick.klaviyo-form.klaviyo-form-version-cid_2.go3279073480.kl-private-reset-css-Xuajs1 input[type='submit'] {
    background: green;
    color: #fff;
    padding: 12px 20px;
    border: navajowhite;
    / float: left; /
    margin-top: 20px;
} */



/* **********************************new resource pages 30 sep 2024************************************** */

.resources-breadcrums {
    padding-top: 200px;
}

.resources-detail-container {
    width: 100%;
    max-width: 1064px;
    margin: 0 auto;
}

.resources-breadcrums p, .resources-breadcrums p > a{
  color: #8E8E8E;
  font-size: 12px;
  font-weight: 500;
}

.main-detail-resource h1{
color: #000;
font-size: 44px;
font-style: normal;
font-weight: 600;
line-height: 130.8%; 
  max-width: 856px;
}

.resource-banner-left{
  padding-top: 32px;
}

.resource-banner-left p, .resource-ban-bottom p, .resource-banner-last-description p, .resource-banner-last-description ul li{
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 32px;
  opacity: 0.8;
  margin-bottom: 32px;
}



.resource-banner-left h5, .resource-ban-bottom h5, .resource-banner-last-description h5{
  color: #000;
font-size: 24px;
font-weight: 600;
line-height: 130.8%;
  margin-bottom: 16px;
}

.resource-banner-left a, .resource-banner-last-description a{
  color: var(--Gray-Gray-08, #1E210D);
  width: max-content;
font-size: 14px;
font-weight: 500;
line-height: 130.8%; /* 18.312px */
letter-spacing: 0.14px;
  border-radius: 8px;
background: var(--FFD2A1, #FFD2A1);
  padding: 14px 32px;
  display: block;
  border: 1px solid transparent;
}

.resource-banner-left a:hover, .resource-banner-last-description a:hover{
  background: transparent;
  border: 1px solid #1E210D;
  color: 1px solid #1E210D;
}

.resource-banner-flex {
    display: flex;
   gap: 56px;
    align-items: flex-start;
}

.resource-banner-last-description ul {
    display: flex;
    flex-direction: column;
    /* gap: 24px; */
}

.resource-banner-last-description h3 {
    margin-bottom: 16px;
}

.choice-slider-section{
  padding: 80px 0;
  border-radius: 40px;
background: #D9E5F1;
  margin-top: 48px;
}

.choice-top {
    text-align: center;
}

.choice-top h2 {
    max-width: 610px;
    margin: 0 auto;
    color: #000;
    font-size: 44px;
    font-weight: 600;
    line-height: 130.8%;
}

.choice-top p {
    max-width: 923px;
    margin: 0 auto;
    margin-top: 20px;
    color: #000;
    font-size: 16px;
    font-weight: 500;
    line-height: 32px; 
}

.choice-slider-area .container {
    max-width: 1920px;
  padding-right: 0;
}

.choice-slider-area{
  margin-top: 32px;
}

.choice-slider-box {
    border-radius: 40px;
    background: #FAF6F2;
    /* width: 37.2%; */
    padding: 25.813px;
    /* margin-right: 16px; */
}

 /* the slides */
.choice-slider  .slick-slide {
    margin-left:16px;
  }

  /* the parent */
.choice-slider  .slick-list {
    margin-left:-16px;
  }

.choice-slider-box img {
    width: 100%;
}

.choice-slider-box h3{
color: #000;
font-size: 30px;
font-weight: 400;
line-height: 140%; 
      margin-top: 25px;
    margin-bottom: 15px;
}

.choice-slider-box p{
color: #8E8E8E;
font-size: 16px;
font-weight: 500;
  min-height: 130px;
}

.choice-slider{
  display: flex;
  gap: 16px;
  /* margin-left: -48px; */
}

.choice-nav-flex {
  margin-top:56px;
    display: flex;
    justify-content: space-between;
}

.choice-nav-left {
    width: 60%;
}

.choice-nav-left p{
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 32px; 
}

.choice-nav-left a{
  display: block;
  border-radius: 8px;
background: var(--FFD2A1, #FFD2A1);
  padding: 14px 32px;
  width: max-content;
  color: var(--Gray-Gray-08, #1E210D);
font-size: 14px;
font-weight: 500;
line-height: 130.8%; 
letter-spacing: 0.14px;
  margin-top: 20px;
  border: 1px solid transparent;
}

.choice-nav-left a:hover{
  background: transparent;
  border: 1px solid #1E210D;
}

.choice-nav-right {
    display: flex;
    gap: 24px;
}

.choice-prev, .choice-next{
  cursor: pointer;
  width: 46px;
height: 46px;
  background: #fff;
  border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  border: 1px soid #fff;
}

.choice-prev:hover, .choice-next:hover{
  background: #B7C9A6;
}

.blend-and-go-section {
    padding: 80px 0;
  background: #F8F0EC;
}

.blend-go-container {
    max-width: 1060px;
    margin: 0 auto;
}

.blend-go-container h2 {
    max-width: 533px;
    text-align: center;
    margin: 0 auto;
}

.blend-go-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 56px;
}

.blend-go-left {
    width: 55%;
}

.blend-go-left p:not(:last-child) {
    margin-bottom: 20px;
}

.faqs-section {
    padding-bottom: 80px;
}

.additioanl-faq-info {
    max-width: 769px;
}

.additioanl-faq-info a{
  color: var(--Gray-Gray-08, #1E210D);
width: max-content;
font-size: 14px;
font-weight: 500;
line-height: 130.8%; 
letter-spacing: 0.14px;
  border-radius: 8px;
background: var(--FFD2A1, #FFD2A1);
  padding: 14px 32px;
  display: block;
  margin-top: 20px;
  border: 1px solid transparent;
  
}

.additioanl-faq-info a:hover{
    background: transparent;
  border: 1px solid #1E210D;
}

.start-journey-section{
  padding: 80px 0;
border-radius: 40px;
background: #F4E6E8;
  text-align: center;
}

.start-journey-content{
  text-align: center;
  max-width: 1065px;
  margin: 0 auto;
}

.start-journey-content h5{
  color: #000;
font-size: 24px;
font-weight: 600;
line-height: 130.8%;
}

.start-journey-content p{
  color: #000;
font-size: 16px;
font-weight: 500;
line-height: 32px; 
  opacity: 0.8;
  margin-top: 16px;
}

.start-journey-content a{
  color: var(--Gray-Gray-08, #1E210D);
font-size: 14px;
font-weight: 500;
line-height: 130.8%; 
letter-spacing: 0.14px;
  border-radius: 8px;
background: var(--FFD2A1, #FFD2A1);
   display: block;
  margin: 0 auto;
  margin-top: 32px;
  border: 1px solid transparent;
  width: max-content;
   padding: 14px 32px;
}

.start-journey-content a:hover, .resources-additional-content a:hover, .simplify-container a:hover{
   background: transparent;
  border: 1px solid #1E210D;
}

.choice-slider.owl-carousel.owl-loading{
  opacity: 1;
}

.choice-slider.owl-carousel.owl-refresh .owl-item{
  visibility: visible !important;
}

.resources-additional-content {
    padding: 80px 0;
}

.resources-additional-content h3{
  color: #000;
font-weight: 600;
line-height: 130.8%; 
  margin-bottom: 16px;
}

.resources-additional-content h5{
  color: #000;
font-size: 24px;
font-weight: 600;
line-height: 130.8%;
  margin-bottom: 12px;
}

.resources-additional-content ul{
  display: flex;
  flex-direction: column;
  margin-top: 24px;
  gap: 24px;
}

.resources-additional-content ul li{
  color: #000;
font-size: 16px;
font-weight: 500;
line-height: 32px; 
}

.resources-additional-content p{
  margin-bottom: 16px;
}

.resources-detail-container strong {
    font-weight: 600;
}

.resources-additional-content a, .simplify-container a{
   color: var(--Gray-Gray-08, #1E210D);
font-size: 14px;
font-weight: 500;
line-height: 130.8%; 
letter-spacing: 0.14px;
  border-radius: 8px;
background: var(--FFD2A1, #FFD2A1);
   display: block;
  margin-top: 32px;
  border: 1px solid transparent;
  width: max-content;
   padding: 14px 32px;
}

.simplify-section{
  padding: 80px 0;
  background: #D9E5F1;
}

.simplify-container{
  max-width: 900px;
  text-align: center;
  margin: 0 auto;
}

.simplify-container h2{
  margin: 32px 0;
}

.simplify-container a{
  margin: 0 auto;
  margin-top: 60px;
}

.maintenance-container {
    max-width: 1060px;
    margin: 0 auto;
}

.maintenance-section {
    padding: 80px 0;
}

.maintenance-flex {
    display: flex;
    justify-content: space-between;
  margin: 24px 0;
}

.maintenance-left {
    width: 45%;
}

.maintenance-left ul{
  margin-top: 20px;
  display: flex;
    flex-direction: column;
    gap: 32px;
}

.maintenance-right {
    width: 45%;
}

.maintenance-right ul{
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.maintenance-right ul li, .maintenance-left ul li{
  color: #000;
font-size: 16px;
font-weight: 500;
line-height: 32px; 
  opacity: 0.8;
}

.maintenance-bottom p{
  color: #000;
opacity: 0.8;
  text-align: center;
}

.explore-top{
  max-width: 1060px;
  margin: 0 auto;
  text-align: center;
}

.explore-slider-section{
  border-radius: 40px;
background: #F4E6E8;
  padding: 80px 0;
}

.explore-top h2{
  margin-bottom: 20px;
}

.explore-slider-box{
  border-radius: 20px;
  padding: 32px;
  min-height: 540px;
}

.explore-slider-box h2{
  font-size: 36px;
  margin-bottom: 16px;
}

.explore-slider-box p:not(:last-child){
  margin-bottom: 32px;
}

.explore-slider-area{
  margin-top: 56px;
}

.explore-slider-area .container {
    max-width: 1440px;
    padding-right: 0;
    padding-left: 80px;
}

.all-btn, .cost-content-area a, .refillable-bottom a, .resource-2-right a{
 color: var(--Gray-Gray-08, #1E210D);
font-size: 14px;
font-weight: 500;
letter-spacing: 0.14px;
  border-radius: 8px;
background: var(--FFD2A1, #FFD2A1);
   display: block;
  border: 1px solid transparent;
  width: max-content;
   padding: 14px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.all-btn:hover, .cost-content-area a:hover, .refillable-bottom a:hover, .resource-2-right a:hover{
  background: transparent;
  color:  #1E210D;
  border: 1px solid  #1E210D;
  font-size: 14px;
font-weight: 500;
letter-spacing: 0.14px;
}

.explore-bottom {
    margin-top: 56px;
    display: flex;
    justify-content: space-between;
}

.explore-bottom p {
    width: 50%;
}

.resource-banner-flex.resource-banner-flex-reverse {
    flex-direction: row-reverse;
  margin-top: 20px;
}

.resources-second-banner .main-detail-resource h1{
  max-width: 774px;
}

.cost-saving-container {
    max-width: 1064px;
    margin: 0 auto;
    position: relative;
}

.cost-img-area {
    display: flex;
    flex-direction: row-reverse;
    position: relative;
}

.cost-img-area img {
    position: relative;
    float: right;
}

.cost-content-area {
  border-radius: 24px;
  background: #FFE8D0;
  padding: 27px 38px;
  position: absolute;
  left: 0;
  top: 40px;
  max-width: 623px;
  /* height: 86%; */
}

.cost-content-area h4 {
color: #000;
font-size: 28px;
font-weight: 600;
line-height: 130.8%;
  margin-bottom: 16px;
}

.cost-content-area h4:nth-of-type(2){
  margin-top: 24px;
}

.cost-content-area a{
  background: #E7C1D1;
  margin-top: 24px;
}
  .choose-refillable-section{
    background: rgba(234, 202, 214, 0.3);
    padding: 80px 0;
    margin-top: 80px;
  }

.refillable-top {
    max-width: 1060px;
}

.refillable-flex {
    margin-top: 42px;
    display: flex;
    gap: 48px;
}

.refillable-right ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.refillable-right ul li{
  opacity: 0.8;
color: #000;
font-weight: 500;
line-height: 32px;
}

.refillable-right ul li strong{
  font-weight: 600;
}

.refillable-bottom {
    margin-top: 42px;
}

.refillable-bottom p {
    margin-bottom: 14px;
}

.refillable-bottom p > br{
  display: none;
}

.refillable-bottom a{
  margin-left: auto;
}

.echo-friendly-container {
    max-width: 1060px;
    margin: 0 auto;
}

.echo-flex {
    display: flex;
    gap: 30px;
  margin-top: 56px;
}

.echo-box h3{
  min-height: 84px;
}

.echo-box {
  position: relative;
}

.echo-box a.all-btn{
  position: absolute;
  bottom: -60px;
}

.echo-friendly-section{
  padding: 80px 0;
}

.echo-friendly-section h2{
  max-width: 593px;
  margin: 0 auto;
  text-align: center;
}

.creative-mealtime-section {
    background: rgba(178, 202, 167, 0.3);
    padding: 80px 0;
}

.creative-top{
  text-align: center;
}

.creative-top p{
  font-size: 15px;
  margin-top: 20px;
}

.creative-flex {
    display: flex;
    gap: 48px;
    margin-top: 30px;
}

.creative-right ul {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.creative-right ul li, .resource-banner-left ul li{
  opacity: 0.8;
color: #000;
  font-weight: 500
}
.creative-right ul li strong, .resource-banner-left ul li strong{
  font-weight:600;
}

.creative-bottom {
    display: flex;
    margin-top: 48px;
    justify-content: space-between;
}

.creative-bottom p {
    width: 70%;
}

.ready-to-switch-section{
  background: rgba(244, 230, 232, 0.7);
  padding: 80px 0;
}

.ready-flex {
    display: flex;
    align-items: center;
    gap: 64px;
    justify-content: space-between;
}

.ready-left {
    width: 60%;
}

.ready-left p{
  margin: 32px 0 42px 0;
}

.ready-right {
    width: 45%;
}
.resource-banner-left ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.resource-2-bottom-flex {
    display: flex;
    margin-top: 32px;
    justify-content: space-between;
}

.resource-2-left {
    width: 70%;
}

.echo-desc-top {
    text-align: center;
    color: #000;
    margin-top: 10px;
}

.resource-2-bottom-flex.resource-2-bottom-flex-column {
    flex-direction: column;
    gap: 20px;
  margin-top: 0;
}

.resource-2-bottom-flex.resource-2-bottom-flex-column .resource-2-left {
    width: 100%;
}

.creative-mealtime-section.creative-mealtime-section-two{
  background: rgba(234, 202, 214, 0.3);
  margin-top: 80px;
}

section.creative-mealtime-section.creative-mealtime-section-two .creative-flex {
    flex-direction: row-reverse;
}
section.creative-mealtime-section.creative-mealtime-section-two .creative-bottom p {
    width: 100%;
}

section.creative-mealtime-section.creative-mealtime-section-two .creative-bottom {
    flex-direction: column;
    gap: 20px;
}

.detail-text-section{
  padding: 80px 0;
}

.detail-text-top h2{
  margin-bottom: 20px;
}
.detail-text-top {
    margin-bottom: 48px;
}

.detail-text-flex {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.detail-text-left, .detail-text-right {
    width: 50%;
}

.detail-text-flex ul{
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.detail-text-flex ul li{
  opacity: 0.8;
color: #000;
  font-weight: 500;
}

.detail-text-flex ul li strong{
   font-weight: 600;
}

.detail-text-bottom{
  margin-top: 32px;
}

.reusable-section{
  padding: 80px 0;
  border-radius: 40px;
background: #D9E5F1;
}

.reusable-top{
  text-align: center;
}

.reusable-top h2{
  max-width: 591px;
  margin: 0 auto;
  margin-bottom: 20px;
}

.reusable-top p{
max-width: 923px;
   margin: 0 auto;
}

.reusable-boxes {
    display: flex;
  margin-top: 32px;
    gap: 16px;
}

.single-reusable-box {
    border-radius: 40px;
    background: #FAF6F2;
    padding: 25.813px;
  width: 50%;
}

.single-reusable-box h3{
  margin-bottom: 16px;
}

.detail-text-flex h3 {
    margin-bottom: 20px;
}

.detail-text-flex p {
  font-weight: 500;
  opacity: 0.8;
    margin-bottom: 16px;
}

.single-reusable-box img {
    width: 100%;
}
.articlePage .details-inners .article-template__content.page-width.page-width--narrow.rte #rich-text-121651320 p .ql-font-kanit {
    font-weight: bold !important;
  margin-bottom:0 !important;
}
.echo-box img,
.resource-banner-right img{
    max-width: 100%;
}
.resource-banner-left, .resource-banner-right{width: 50%;}
a.maintenanceBtn.all-btn {
    display: flex;
    margin: 0 auto;
    margin-top: 40px;
}
.pros-cons-section {
        padding: 0 0 80px;
    }

    .pros-cons-flex {
        display: flex;
        gap: 47px;
        margin-top: 32px;
    }

    .pros-cons {
        border-radius: 24px;
        background: #B5DDA1;
        padding: 55px 51px;
          width: 50%;
    }

    .pros-cons ul {
        display: flex;
        flex-direction: column;
        gap: 12px;
        padding: 0;
    }

    .pros-cons ul li {
        position: relative;
        padding-left: 35px;
        list-style: none;
    }

    .pros-cons ul li::before {
        content: '';
        position: absolute;
        background: url(/cdn/shop/files/fi_12503776.svg?v=1728278427);
        width: 24px;
        height: 24px;
        background-repeat: no-repeat;
        background-size: contain;
        left: 0;
    }

    .pros-cons-section h2 {
        text-align: center;
    }
.simplify-btn {
    display: flex;
    justify-content: center;
    padding-top: 40px;
}
.pros-cons h3 {
    padding-bottom: 20px;
}
.pros-cons:last-child {
    background: #E7C1D1;
}
.maintenance-left img, .cost-img-area img{
  max-width:100%;
}

.creative-left {
    width: 50%;
}

.creative-right {
    width: 50%;
}

.creative-right h5 {
    margin: 20px 0;
}

.creative-left img {
    width: 100%;
}
section.ResourcesTextBox.template--22546984173602__resource_text_JTrwH9 ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding-top: 25px;
}
section.ResourcesTextBox.template--22546984173602__resource_text_JTrwH9 ul li {
    width: 33%;
    margin-bottom: 10px;
}
section.ResourcesTextBox.template--22547786924066__resource_text_DaiDDW .resource-banner-last-description a {
    display: inline-block;
    background: transparent;
    padding: 0;
}
section.ResourcesTextBox.template--22547786924066__resource_text_DaiDDW .resource-banner-last-description a:hover{
  border:0;
  transition: none;
}
.section-template--22546984173602__custom_liquid_hdGEaY-padding,
.section-template--22546984173602__custom_liquid_xMWaL3-padding{
    padding: 0 !important;
}
section.choice-slider-section.template--22547374964770__choice_slider_section_hwp3LD .choice-slider-box.item {
    background: #fff;
}
.inner-details span.price__badge-sold-out {
    font-size: 1.4rem;
}
fieldset.js.product-form__input.product-form__input--swatch {
    border: 0;
}
.upsellPriceBox .colorss legend {
    font-size: 12px !important;
    margin-bottom: 0 !important;
  color: rgba(18, 18, 18, 0.75) !important;
}
.upsellPriceBox .colorss fieldset {
    padding-left: 0;
    margin-top: 6px;
}
.upsellPriceBox .colorss label.swatch-input__label {
    width: 24px;
}
.upsellPriceBox .product-form__input--swatch .swatch-input__input+.swatch-input__label {
    margin: .7rem .5rem .2rem 0;
}
.quick-add-modal .quick-add-modal__content {
    width: 100%;
    --modal-height-offset: 5rem;
}
.quick-add-modal a.product__title {
    display: none !important;
}

.custom-image-text .main-blue {
    height: 630px;
}
 
.custom-image-text .blue-width-inner1 img {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    display: block;
    position: relative;
    left: -40px;
    height: 361px;
    top: 130px;
}


section.home-banner .container {
    position: relative;
}
.cups li img {
    cursor: pointer;
    z-index: 2;
  }


  .main-img {
    min-height: 520px;
}
.img-list {
    position: relative;
    top: -230px;
}
.banner-btm {
    position: relative;
    top: 30px;
    margin-bottom: 30px;
    z-index: 1;
}
.main-img img {
    width: 100%;
    max-width: 95%;
    margin: 0 auto;
    display: block;
}

.explore-more {
    z-index: 2;
    position: relative;
    top: 0px;
    margin: 0 auto;
    text-align: center;
    margin-top: -30px;
}
.home-width:first-child {
    margin-left: 0px;
}
.home-width {
    width: 41%;
}


.cups ul li {

    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    position: relative;
      flex-direction: column;
}


.cups ul li img {
    background: #fff;
    border-radius: 100%;
}



  .rotating-border {
    display: flex;
    justify-content: center;
    align-items: center;
    height: auto;
    background: transparent;
  }
  
  .cups ul li.active .circle {

    width: 130px;
    height: 130px;
    border: 2px solid #c5bfbf; 
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .circle img {
    width: 120px;
    height: auto;
    /* z-index: 2; */
  }
  





  @keyframes progress {
    0% {
      --percentage: 0;
    }
    100% {
      --percentage: var(--value);
    }
  }
  
  @property --percentage {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
  }


  
  
  .cups ul li.active [role="progressbar"] {
    --percentage: var(--value);
    --primary: #b7c9a6;
    --secondary: transparent;
    --size: 130px;
    animation: progress 10s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;
  }
  
  .cups ul li.active [role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: conic-gradient(
      var(--primary) calc(var(--percentage) * 1%),
      var(--secondary) 0
    );
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 55%, #000 0);
    -webkit-mask-mode: alpha;
  }
  
  .cups ul li.active [role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--primary);
  }
.progress {
    position: absolute;
    left: 65px;
    margin-left: -130px;
    top: -130px;
    margin-bottom: -120px;
}
section.home-banner {
    margin-top: 265px;
}

.img-list ul li:nth-child(1) {
    position: absolute;
    top: -160px;
    left: -20px;
}
.img-list ul li:nth-child(3) {
    top: -290px;
}
.img-list ul li:nth-child(2) {
    top: 150px;
    right: 100px;
}
.main-img img {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
    display: block;
  z-index: 2;
}
.main-img img {
    width: 100%;
    position: relative;
    top: 72px;
}
.for-mobile {
    display: none;
}
.swiper-button-next-2, .swiper-rtl .swiper-button-prev-2 {
    right: var(--swiper-navigation-sides-offset, 10px);
    left: auto;
}

.swiper-button-next-2, .swiper-button-prev-2 {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-th));
}

.swiper-button-next-2 {
    right: 20px;
}

.swiper-button-prev-2 {
    left: 20px;
}

.custom-home-products .loox-rating {
    margin-bottom: 2rem;
}

.homePage .custom-image-text .quick-add__submit {
    background: #B7C9A6;
}

.custom-image-text .quick-add {
    max-width: 100%;
    width: 200px;
}

.homePage .custom-image-text .quick-add__submit:hover {
    background: transparent;
    border: 1px solid #B7C9A6;
}