/** Shopify CDN: Minification failed

Line 336:9 Expected ":"

**/
@font-face {
font-family: 'VC Henrietta Condensed';
src: url('/cdn/shop/files/VCHenriettaCondensed-SemiBold.eot?v=1755550417');
src: url('/cdn/shop/files/VCHenriettaCondensed-SemiBold.eot?v=1755550417#iefix') format('embedded-opentype'),
  url('/cdn/shop/files/VCHenriettaCondensed-SemiBold.woff2?v=1755549020') format('woff2'),
  url('/cdn/shop/files/VCHenriettaCondensed-SemiBold.woff?v=1755550417') format('woff'),
  url('/cdn/shop/files/VCHenriettaCondensed-SemiBold.ttf?v=1755550417') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Alte Haas Grotesk';
src: url('/cdn/shop/files/AlteHaasGrotesk-Regular.eot?v=1755550417');
src: url('/cdn/shop/files/AlteHaasGrotesk-Regular.eot?v=1755550417#iefix') format('embedded-opentype'),
  url('/cdn/shop/files/AlteHaasGrotesk-Regular.woff2?v=1755549020') format('woff2'),
  url('/cdn/shop/files/AlteHaasGrotesk-Regular.woff?v=1755550417') format('woff'),
  url('/cdn/shop/files/AlteHaasGrotesk-Regular.ttf?v=1755550417') format('truetype');
font-weight: normal;
font-style: normal;
font-display: swap;
}

@font-face {
font-family: 'Alte Haas Grotesk';
src: url('/cdn/shop/files/AlteHaasGrotesk-Bold.eot?v=1755550417');
src: url('/cdn/shop/files/AlteHaasGrotesk-Bold.eot?v=1755550417#iefix') format('embedded-opentype'),
  url('/cdn/shop/files/AlteHaasGrotesk-Bold.woff2?v=1755549020') format('woff2'),
  url('/cdn/shop/files/AlteHaasGrotesk-Bold.woff?v=1755550417') format('woff'),
  url('/cdn/shop/files/AlteHaasGrotesk-Bold.ttf?v=1755550417') format('truetype');
font-weight: bold;
font-style: normal;
font-display: swap;
}

/***** GLOBAL *****/

:root{
  --heading-font-family: 'VC Henrietta Condensed', sans-serif !important;
  --text-font-family: 'Alte Haas Grotesk', sans-serif !important;
  --border: solid 2px #3C0605;
}

.button{
  border: var(--border);
  padding: 10px 30px !important;
  text-transform: uppercase;
  font-weight: bold;
  text-wrap: nowrap;
}

/***** HEADER *****/

/*  Announcement Bar Start */

.announcement-bar {
  position: fixed;
  z-index: 999;
  width: 90%;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(15px);
  border: var(--border);
  border-radius: 100px;
}

.announcement-bar:has(.logo-container) {
  display: flex;
  height: 74px;
  padding: 0;
  overflow: hidden;
  align-items: center;
}

.announcement-bar .logo-container {
  position: relative;
  z-index: 3;
  width: 0;
}
/*
.announcement-bar::after {
  content: "";
  width: 5%;
  display: block;
  position: absolute;
  background: linear-gradient(270deg, rgb(255 255 255 / 50%) 60%, rgb(255 255 255 / 25%) 90%, rgb(255 255 255 / 0%));
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
}

.announcement-bar::before {
  content: "";
  width: 5%;
  display: block;
  position: absolute;
  background: linear-gradient(90deg, rgb(255 255 255 / 100%) 60%, rgb(255 255 255 / 25%) 90%, rgb(255 255 255 / 0%));
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
*/
.announcement-bar:has(.logo-container) marquee-text.announcement-bar__scrolling-list {
  z-index: 1;
}

.announcement-bar .logo-container .header__logo {
  width: 60px;
  position: absolute;
  transform: translate(calc(0% + 7px),-50%);
}

.announcement-bar .marquee-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  background-color: #ffffff80 !important;
  padding: 1% 0% 1% 4%;
}

.announcement-bar__item {
  grid-auto-columns: auto 3rem;
}


/*  Header Start */
.header {
  position: fixed;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  backdrop-filter: blur(15px);
  border-radius: 100px;
}
.header .wrap{
  flex-wrap: unset;
}
.header__wrapper {
  background: rgba(255, 255, 255, 0.5) !important;
  border: var(--border);
  padding: 1em 2em;
}
.header__icon-list li:has([aria-controls="cart-drawer"]), .header__icon-list li:has(.icon-account) {
  background-color: #fff;
  padding: 9.62px;
  border-radius: 100px;
}

.header__icon-list li a[aria-controls="cart-drawer"] {
    display: flex;
    align-items: center;
    gap: 7.62px;
  }
  
  .header__icon-list li a[aria-controls="cart-drawer"] .header__cart-count cart-count.count-bubble {
    background-color: #3C0605;
    color: #fff;
    font-family: Inter;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0px;
    text-align: center;
    vertical-align: middle;
  }
  @media only screen and (min-width: 1150px) {
    .header__icon-list li a[aria-controls="cart-drawer"] .header__cart-count:has(cart-count.opacity-0){
      &:has(cart-count[style="opacity: 1;"]) {
        position: unset;
      }
  }

  .header__icon-list li a[aria-controls="cart-drawer"] .header__cart-count:has(cart-count:not(.opacity-0)){
    &:not(:has(cart-count[style="opacity: 0;"])) {
      position: unset;
    }
  }
}
@media only screen and (max-width: 1149px) {
  .header {
    left: unset;
    right: calc(0% - 20px);
    transform: translate(-50%, -50%);
    bottom: unset;
    top: 50%;
  }
  .header .header__wrapper {
    display: flex;
    flex-direction: column;
    padding: 6px;
  }
  .header .header__wrapper ul.header__icon-list {
    gap: 0;
  }
  .header .header__wrapper .header__main-nav .header__icon-list {
    padding: 11px;
    background-color: #FFFFFF;
    border-radius: 100px;
  }
  .navigation-drawer .customer-container {
    display: flex;
    width: auto;
    margin-left: var(--drawer-body-padding);
    margin-bottom: var(--drawer-body-padding);
  }
  .navigation-drawer .customer-container a {
    display: flex;
    width: auto;
    gap: 10px;
    align-items: center;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 100px;
  }
  .header .header__wrapper .header__main-nav .header__icon-list a.tap-area[aria-controls="search-drawer"] {
    display: none;
  }
}
/* @media only screen and (max-width: 767px) {
  .header{
    bottom: 50%;
    left: auto;
    right: 20px !important;
  }
  .header__wrapper {
    
  }
} */

/* Home Hero */
.hero .media-with-text__media {
  object-fit: cover;
  /*object-position: 50% 50%;*/
  height: 90vh;
  min-height: 600px;
}
.shopify-section:first-of-type .section {
  padding-block: 0;
}
.shopify-section:first-of-type .section .media-with-text__content.bg-custom.text-custom .prose {
  margin-bottom: 20vh;
}
.hero .button{
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .hero .media-with-text__media {
    height: 50vh;
    min-height: unset;
  }
  .shopify-section:first-of-type .section .media-with-text__content.bg-custom.text-custom .prose {
    margin-bottom: 12vh;
  }
}

/*  Home Custom Marquee Start */
.custom-marquee svg {
  position: absolute;
  width: 100%;
  height: auto;
  z-index: 1;
  transform: translateY(-99%);
}
@media only screen and (max-width: 767px) {
  .custom-marquee svg {
    min-width: 888px;
    transform: translate(9%, -99%);
    right: 0;
  }
  main#main {
    overflow: hidden;
  }
}

/*  Home Collection Tabs Start */
.collection-tabs-inner {
  gap: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.collection-tabs-inner div.tab-content {
  width: 100%;
}
.collection-tabs-inner button.tabs-nav__button {
  padding: 7px 15px;
  border: 2px solid #3C0605;
  border-radius: 50px;
  background-color: #3C0605;
  color: #fff;
}
.collection-tabs-inner button.tabs-nav__button[aria-selected=true] {
  color: #3C0605;
  background-color: #F1A082;
}
.swiper.product-slider {
  display: flex;
  padding: 0 67px;
}
.swiper.product-slider .swiper-button-prev:after, .swiper.product-slider .swiper-button-next:after {
  content: none;
}
.swiper.product-slider .swiper-button-prev, .swiper.product-slider .swiper-button-next {
  width: 56px;
  height: 56px;
  opacity: 1 !important;
}
.swiper.product-slider .swiper-button-prev svg circle, .swiper.product-slider .swiper-button-next svg circle {
  fill: #F1A082;
  stroke: #3C0605;
}
.swiper.product-slider .swiper-button-prev.swiper-button-disabled svg circle, .swiper.product-slider .swiper-button-next.swiper-button-disabled svg circle {
  fill: transparent;
  stroke: #3C0605;
}
.swiper.product-slider .swiper-button-prev svg path, .swiper.product-slider .swiper-button-next svg path {
  stroke: #3C0605;
}
.swiper.product-slider div.swiper-wrapper .swiper-slide {
  opacity: 0;
  transition: opacity .3s ease-in;
}
.swiper.product-slider div.swiper-wrapper .swiper-slide.swiper-slide-visible {
  opacity: 1;
  transition: opacity .3s ease-out;
  opacity .3s animation-timing-function: ease-in;
}
.swiper.product-slider .swiper-button-prev {
  left: 0;
}
.swiper.product-slider .swiper-button-next {
  right: 0;
}
.product-card {
  display: flex !important;
  flex-direction: column;
  height: 100%;
  gap: 10px;
  margin: 0 !important;
  align-items: center;
}
.product-card button.buy-now-btn {
  color: #3C0605;
  padding: 10px 30px;
  border: 2px solid #3C0605;
  border-radius: 50px;
  background-color: #F1A082;
  text-transform: uppercase;
  font-size: inherit;
}
.product-card .product-title {
  margin: 0;
}
.product-card .product-title a {
  background: none;
}
.product-card .product-tag {
  text-transform: capitalize;
}
.product-card .product-reviews {
  margin: 0;
  display: flex;
  gap: 5px;
  align-items: center;
}
.product-card .product-reviews .review-stars {
  display: flex;
  align-items: center;
  gap: 1px;
}
.product-card .product-reviews .review-stars svg {
  width: 22px;
  height: 22px;
}
@media only screen and (max-width: 767px) {
  .collection-tabs-inner {
    gap: 8px;
  }
  .collection-tabs-inner button.tabs-nav__button {
    padding: 7px 10px;
  }
  .swiper.product-slider {
    padding: 0;
    flex-wrap: wrap;
    gap: 40px 25px;
    justify-content: center;
  }
  .swiper.product-slider .swiper-button-prev, .swiper.product-slider .swiper-button-next {
    position: relative;
  }
  .product-card .product-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    text-align: center;
  }
  .product-card .product-tag {
    margin-top: 0;
  }
  .product-card .product-price {
    margin-top: 5px;
  }
  .product-card button.buy-now-btn {
    margin-top: 5px;
  }
}

/* Home Scrolling Text with Image Start */
.scrolling-text--auto marquee-imagetext .scrolling-text__text {
  display: flex;
  gap: 29px;
  align-items: center;
}

.scrolling-text--auto marquee-imagetext .scrolling-text__text img {
  aspect-ratio: 1;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .scrolling-text--auto marquee-imagetext .scrolling-text__text img {
    width: 63.09px;
  }
}


/* Home Media with Text Start */
.small-image-with-text {
  max-width: 1173px;
  margin: auto;
}

.small-image-with-text .media-with-text__media {
  height: 600px;
  border-radius: 500px;
  border: solid 2px;
}
.small-image-with-text .media-with-text__media img{
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .small-image-with-text .media-with-text__media {
    max-height: 420px;
    max-width: 288px;
    margin: auto;
  }
  .small-image-with-text .media-with-text__content {
    padding-inline: 0;
  }
}

/* Custom Review Slider */
.custom-review-block .review-container {
  margin-bottom: 100px;
}
.custom-review-block .review-container .review-title {
  text-align: center;
  margin-bottom: 40px;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list{
  transition-timing-function: linear !important;
  padding-bottom: 60px !important;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide ul.splide__slide__row:nth-child(2n) .splide__slide{
  left: 50%;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card {
  padding: 30px 84px;
  background-color: #F7F6F1;
  border: 2px solid #3C0605;
  border-radius: 300px;
  display: grid;
  height: 100%;
  gap: 10px;
  justify-content: center;
  text-align: center;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card div:nth-child(3) {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 28px;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card .stars {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  vertical-align: baseline;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card .stars svg {
  margin: 0;
  width: 22px;
  height: 22px;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card .product-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card .product-container p.product-name {
  text-decoration: underline;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card .stars .star {
  display: flex;
  align-items: center;
}
.custom-review-block .review-container .button-container {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .custom-review-block .review-container .review-card-block .splide__track .splide__list .splide__slide .card {
    padding: 15px 40px;
    border-radius: 170px;
  }
}


/* Home Custom Tabs Start */
.custom-tabs-inner {
  gap: 20px;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
}
.custom-tabs-inner div.tab-content {
  width: 100%;
  margin-top: 20px;
}
.custom-tabs-inner button.tabs-nav__button {
  padding: 7px 15px;
  border: 2px solid #3C0605;
  border-radius: 50px;
  background-color: transparent;
  color: #3C0605;
}
.custom-tabs-inner button.tabs-nav__button[aria-selected=true] {
  background-color: #F1A082;
}
.custom-tabs-inner div.tab-content .swiper.product-slider {
  display: flex;
  padding: 0 67px;
}
.tabs:has(.custom-tabs-inner) {
  max-width: 1440px;
  border: 2px solid #3C0605;
  border-radius: 40px;
  padding: 5% 8%;
  background-color: rgb(var(--tabs-background-color));
}
.section-stack:has(.custom-tabs-inner) {
  max-width: 971px;
  margin: auto;
}
.custom-tabs-inner .image-sell-points-container {
  border: 2px solid #3C0605;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  justify-content: center;
}
.custom-tabs-inner .image-sell-points-container .image-container {
  display: flex;
  height: 100%;
  padding: 20px;
}
.custom-tabs-inner .image-sell-points-container .sell-points-container {
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 50px;
  justify-content: center;
  height: 100%;
  padding: 0 20px 0 36px;
  border-left: 2px solid #3C0605;
}

.custom-tabs-inner .image-sell-points-container .sell-points-container .sell-point {
  display: flex;
  align-items: center;
  margin: 0;
  gap: 25px;
}

.custom-tabs-inner .image-sell-points-container .sell-points-container .sell-point .sell-point-content {
  margin: 0;
  text-align: left;
}

.custom-tabs-inner .image-sell-points-container .sell-points-container .sell-point .sell-point-content p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .custom-tabs-inner .image-sell-points-container {
    display: flex;
    flex-direction: column;
  }
  .custom-tabs-inner .image-sell-points-container .image-container {
    padding: 10px;
  }
  .custom-tabs-inner .image-sell-points-container .sell-points-container {
    border-left: none;
    border-top: 2px solid #3C0605;
    padding: 60px 22px;
    gap: 60px;
  }
  .custom-tabs-inner .image-sell-points-container .sell-points-container .sell-point {
    flex-direction: column;
    gap: 20px;
  }
  .custom-tabs-inner .image-sell-points-container .sell-points-container .sell-point .sell-point-image {
    width: 75px;
    height: 75px;
  }
  .custom-tabs-inner .image-sell-points-container .sell-points-container .sell-point .sell-point-content {
    text-align: center;
  }
  .custom-tabs-inner .image-sell-points-container .sell-points-container .sell-point .sell-point-content p:last-child {
    margin-top: 10px;
  }
  .custom-tabs-inner {
    gap: 10px;
  }
  .tabs:has(.custom-tabs-inner) {
    padding: 60px 27px 35px;
  }
}

/* Custom grediant bg sections Start */
.custom-gradient-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.custom-gradient-bg .gradient-bg-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: unset;
  z-index: 0;
}

.custom-gradient-bg .shopify-section:has(.gradient-bg) {
  background-color: transparent;
  z-index: 1;
}

.custom-gradient-bg section.shopify-section:first-child .gradient-bg,
.custom-gradient-bg section.shopify-section:last-of-type .gradient-bg {
  opacity: 0;
  visibility: hidden;
}

.custom-gradient-bg section.shopify-section:nth-last-of-type(2) .section {
  padding-bottom: 0;
}

/* Image Slider Start */
.shopify-section--image-slider .section {
  padding-left: 0;
  padding-right: 0;
}
.shopify-section--image-slider .logo-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: inline-block;
}
.shopify-section--image-slider .logo-list img {
  width: 100%;
  height: 100%;
  border: 2px solid #3C0605;
  border-radius: 40px;
  overflow: hidden;
}
.shopify-section--image-slider .logo-list .logo-list__track {
  display: flex;
  padding: 20px 0 !important;
  gap: 50px;
  width: max-content;
}
.shopify-section--image-slider .logo-list .logo-list__track .logo-list__slide {
  flex: 0 0 auto;
  max-width: 380px;
  max-height: 520px;
}
.shopify-section--image-slider .logo-list .logo-list__track .logo-list__slide div {
  height: 100%;
  width: 100%;
}
.shopify-section--image-slider .logo-list .logo-list__track .logo-list__slide:nth-child(odd) {
  transform: rotate(-3deg);
}
.shopify-section--image-slider .logo-list .logo-list__track .logo-list__slide:nth-child(even) {
  transform: rotate(5deg);
}
@media only screen and (max-width: 767px) {
  .shopify-section--image-slider .logo-list .logo-list__track .logo-list__slide {
    max-width: 178px;
    max-height: 244px;
  }
  .shopify-section--image-slider .logo-list .logo-list__track {
    gap: 25px;
  }
}

/* Footer Start */
.footer__wrapper .footer__block-list {
  justify-content: space-between;
}
.footer__aside-bottom {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  border-top: 1px solid #F7F6F24D;
}
.footer__aside-bottom .footer__copyright {
  order: 1;
}
form#footer-newsletter {
  max-width: unset;
}
form#footer-newsletter .form-control {
  display: flex;
  align-items: center;
  gap: 10px;
}
form#footer-newsletter .form-control label.floating-label {
  display: none;
}
form#footer-newsletter .form-control input {
  padding: 10px 18px;
  color: #3C0605;
  background-color: #F7F6F1;
  border-radius: 9999px;
}
form#footer-newsletter .form-control input::placeholder {
  color: #3C0605;
}
form#footer-newsletter .form-control .submit-button button.subscribe-button {
  padding: 13px 15px;
  color: #3C0605;
  background-color: #F0A48D;
  text-transform: uppercase;
  border: 1px solid #3C0605;
  border-radius: 9999px;
  box-shadow: 0px 0px 0px 0px #0880C0 inset;
}
.footer__block {
  gap: 10px;
  color: #F7F6F1;
}
.footer__block.footer__block--menu ul[role="list"] {
  gap: 2px;
}
.footer__block form#footer-newsletter + .prose {
  color: #F7F6F1;
}
.footer__block.footer__block--newsletter > div {
  gap: 10px;
}
@media only screen and (max-width: 767px) {
  .footer__wrapper .footer__block-list {
    display: flex;
    flex-flow: row wrap;
  }
  .footer__wrapper .footer__block-list .footer__block.footer__block--logo-container {
    width: 100%;
  }
  .footer__wrapper .footer__block-list .footer__block.footer__block--menu {
    width: calc(50% - 1.25rem);
  }
  form#footer-newsletter .form-control {
    flex-direction: column;
  }
  form#footer-newsletter .form-control .submit-button {
    width: 100%;
  }
  form#footer-newsletter .form-control .submit-button button.subscribe-button {
    width: 100%;
    text-align: center;
  }
  .footer__wrapper .footer__block-list .footer__block.footer__block--newsletter {
    width: 100%;
  }
  .footer__aside-bottom {
    border: none;
    padding-top: 20px;
  }
}

/* Learn Page image grid Start */
.learn-image-grid div:empty {
  display: none;
}
.learn-image-grid reveal-items.logo-list {
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .learn-image-grid reveal-items.logo-list {
    gap: 0px;
}
}
.learn-image-grid reveal-items.logo-list .logo-list__item {
  width: 100%;
  background: transparent;
  padding: 0;
}
.learn-image-grid reveal-items.logo-list .logo-list__item:nth-child(odd) {
  margin-bottom: 80px;
}
.learn-image-grid reveal-items.logo-list .logo-list__item:nth-child(even) {
  margin-top: 80px;
}
.learn-image-grid reveal-items.logo-list .logo-list__item img.logo-list__image {
  max-width: unset;
  border: 2px solid #3C0605;
  border-radius: 200px;
}

/* Learn Page Multi Column Start */
.multi-column__item img {
  border: 2px solid #3C0605;
  border-radius: 20px;
}

/* Learn Page Custom Table Start */
.gradient-bg .table-container {
  max-width: 1334px;
  margin: auto;
  background-color: #C9EBC8;
  border: 2px solid #3C0605;
  border-radius: 40px;
  padding: 87px 89px 67px;
}
.gradient-bg .table-container .main-table {
  overflow: hidden;
  border-radius: 40px;
  border: 2px solid #3C0605;
  margin-top: 40px;
  height: 100%;
}
.gradient-bg .table-container .prose {
  max-width: 830px;
  margin: auto;
}
.gradient-bg .table-container table.table th, .gradient-bg .table-container table.table td {
  border: 2px solid #3C0605;
  border-collapse: collapse;
}
.gradient-bg .table-container .prose p {
  margin-top: 15px;
}
.gradient-bg .table-container table.table {
  border-radius: 40px;
  overflow: hidden;
  table-layout: fixed;
  border: none;
  border-collapse: collapse;
  border-style: hidden;
  margin-top: -2px;
  background-image: url(/cdn/shop/files/Table_1.png?v=1756189956);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  background-attachment: local;
}
.gradient-bg .table-container table.table th.heading, .gradient-bg .table-container table.table td.body {
  padding: 10px 12px;
  border-collapse: collapse;
}
.gradient-bg .table-container table.table th.heading {
  background-color: #F1A082;
}
.gradient-bg .table-container table.table td.body:not(:nth-child(2)) {
  background-color: #F7F6F1;
}
@media only screen and (max-width: 767px) {
  .gradient-bg .table-container {
    padding: 60px 27px 35px;
    width: 100%;
  }
  .gradient-bg .table-container .main-table {
    width: 1156px;
  }
  .gradient-bg .table-container .main-table-container {
    overflow-x: scroll;
    padding-bottom: 2px;
  }
  .gradient-bg .table-container .main-table-container::-webkit-scrollbar {
    height: 4px;
    border-radius: 30px;
  }
  .gradient-bg .table-container .main-table-container::-webkit-scrollbar-thumb {
    background-color: #3C0605;
    height: 3px;
    border-radius: 30px;
  }
  .gradient-bg .table-container .main-table-container::-webkit-scrollbar-track-piece {
    background-color: #F7F6F1;
    height: 3px;
    border-radius: 30px;
  }
}


/* Learn Page Custom Accordian Start */
.shopify-section--custom-accordion  .section-stack {
  max-width: 1160px;
  margin: auto;
}
.shopify-section--custom-accordion .section-stack__intro img {
  width: 100%;
  max-width: 400px;
  height: auto;
  margin: 0 auto;
}
.shopify-section--custom-accordion .section-stack__intro .prose {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.shopify-section--custom-accordion .section-stack__main .accordion-box {
  background: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.shopify-section--custom-accordion .section-stack__main .accordion-box details.accordion {
  border: 2px solid #3C0605;
  background-color: #F7F6F1;
  border-radius: 20px;
  padding: 23px 30px 25px;
}
.shopify-section--custom-accordion .section-stack__main .accordion-box details.accordion .accordion__toggle {
  padding: 0;
}
.shopify-section--custom-accordion .section-stack__main .accordion-box details.accordion .accordion__content {
  margin: 0;
}
.shopify-section--custom-accordion .section-stack__main .accordion-box details.accordion[open] .accordion__content {
  margin: 18px 0 0;
}
.shopify-section--custom-accordion .section-stack__main .accordion-box details.accordion[open] .accordion__toggle .plus-icon {
  display: none;
}
.shopify-section--custom-accordion .section-stack__main .accordion-box details.accordion:not([open]) .accordion__toggle .minus-icon {
  display: none;
}
@media only screen and (max-width: 767px) {
  .shopify-section--custom-accordion .section-stack__intro .prose {
    gap: 30px;
    text-align: center;
  }
}


/* policy page Start */
.policy .policy_banner{
  padding:245px 0 80px 0 ;
}
.policy .page-spacer{
  margin-top:0px
}
.policy .prose h2 {
  margin-top: 60px;
  margin-bottom:20px;
}
.policy .prose p {
  margin-top:20px;
  margin-bottom:0px;
}
.policy .prose ul, .policy  .prose ol {
  margin-top: 0px;
  row-gap: 0px;
}
.policy .page{
  max-width:1146px;
}
.policy .prose p a , .policy .prose ul li a, .policy .prose ol  li a { 
  background: none;
}
@media only screen and (max-width: 1200px) {
  .policy .policy_banner{
    padding: 180px 0 60px 0 ;
  }
}
@media only screen and (max-width: 767px) {
  .policy .policy_banner{
    padding:140px 0 60px 0 ;
  }
}

/* wholesale start */
.key-benefits-sec {
  gap: 80px;
}
.key-benefits-sec .text-with-icons__item {
  gap: 30px;
}


/* Contact Page Start */
.custom-gradient-bg section.shopify-section .contact-top {
  min-height: 130px;
  max-height: 248px;
}
form#ContactFormCustom {
  max-width: 1150px;
  margin: 0 auto;
}
form#ContactFormCustom .form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}
form#ContactFormCustom .form-grid .form-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
form#ContactFormCustom .form-field input, form#ContactFormCustom .form-field textarea {
  background-color: #F7F6F1;
  padding: 25px 30px;
  border: 2px solid #3C0605;
  color: #3C0605;
}
form#ContactFormCustom .form-field input {
  border-radius: 100px;
}
form#ContactFormCustom .form-field textarea {
  border-radius: 30px;
}
form#ContactFormCustom .form-field input::placeholder, form#ContactFormCustom .form-field textarea::placeholder {
  color: #3C0605;
}
form#ContactFormCustom > .form-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}
form#ContactFormCustom .form-consent .input-btn-container {
  margin-top: 39px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  form#ContactFormCustom .form-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
}


/* Contact Accordion Start */
.contact-accordion {
  padding: 130px 0;
}
@media only screen and (max-width: 767px) {
  .contact-accordion {
    padding: 65px 0;
  }
}


/* Lab Report Start */
.lab-report {
  border: 2px solid #3C0605;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  padding: 22px 32px;
  background:#F7F6F1;
}
.lab-report:not(:last-child){
  margin-bottom:20px;
}
.lab-reports {
  max-width: 756px;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  padding-bottom: 44px;
}
.lab-reports .lab-report p{
  text-align: left;
}
.lab-report-title {
  padding-bottom: 1.25em;
}
.lab-report-title:first-child {
  padding-top: 0px;
}
.lab-report-title:nth-of-type(2) {
  padding-top: 1.25em;
}


/* Shop Page Start */
.custom-collection-container {
  padding: 130px 0;
}
.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.custom-pagination .pagination__numbers {
  display: flex;
  align-items: center;
  gap: 15px;
}
.custom-pagination .pagination__numbers .page_number, .custom-pagination .pagination__item:not(.pagination__item--disabled) {
  padding: 7px 15px;
  max-height: 36px;
  display: flex;
  align-items: center;
  background-color: #C9EBC8;
  border: 2px solid #3C0605;
  border-radius: 50px;
}
.custom-collection-container .collection__top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-collection-container .collection__top-bar .page-breadcrumb {
  display: flex;
  gap: 5px;
  color: #000000;
  align-items: center;
}
.custom-collection-container .collection__top-bar .page-breadcrumb p.current-page {
  color: #F1A082;
}
.custom-collection-container .collection__top-bar .collection-tab-selector {
  display: flex;
  gap: 20px;
}
.custom-collection-container .collection__top-bar .collection-tab-selector .collection-tab {
  padding: 7px 15px;
  background-color: #3C0605;
  color: #ffffff;
  border-radius: 50px;
  border: 2px solid #3C0605;
  text-transform: uppercase;
}
.custom-collection-container .collection__top-bar .collection-tab-selector .collection-tab.active {
  background-color: #F1A082;
  color: #3C0605;
}
.custom-collection-container .collection__top-bar facet-sort-by button.text-with-icon {
  border: 2px solid #3C0605;
  background-color: #C9EBC8;
  padding: 7px 15px;
  border-radius: 50px;
}
.custom-collection-container .collection__top-bar facet-sort-by x-popover::part(content) {
  border: 2px solid #3C0605;
  background-color: #C9EBC8;
  padding: 20px;
  border-radius: 20px;
}
.custom-collection-container .collection__top-bar facet-sort-by x-popover::part(body) {
  padding: 0;
}
.custom-collection-container .collection__top-bar facet-sort-by button.popover-listbox__option {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .custom-collection-container {
    padding: 130px 0 65px 0;
  }
  .custom-collection-container .collection{
    margin-top: 0;
  }
  .custom-collection-container .collection__top-bar {
    flex-wrap: wrap;
  }
  .custom-collection-container .collection__top-bar .collection-tab-selector {
    width: 100%;
    order: 3;
    margin-top: 15px;
    gap: 5px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
  .custom-collection-container .collection__top-bar .collection-tab-selector .collection-tab {
    text-align: center;
    white-space: nowrap;
  }
  .custom-collection-container .collection__top-bar .collection-tab-selector .collection-tab:first-child {
    grid-area: 1 / 1 / 2 / 3;
  }
  .custom-collection-container .collection__top-bar .collection-tab-selector .collection-tab:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
  }
  .custom-collection-container .collection__top-bar .collection-tab-selector .collection-tab:last-child {
    grid-area: 2 / 2 / 3 / 3;
  }
}

/* PDP */
.shopify-section--main-product .section{
  padding-top: 150px !important;
}
.jdgm-prev-badge__text{
  font-size: 20px;
  font-weight: bold;
}
.meta-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1em 2em;
}
.meta-item {
  display: flex;
  flex-direction: row;
  gap: 0.5em;
  font-weight: bold;
  font-size: 18px;
}
.review_with_icon_text {
  display: flex;
  gap: 1em 2em;
  align-items: center;
  flex-wrap: wrap;
  font-size: 18px;
}
.review_with_icon_text .product-reviews {
  display: flex;
  gap: 10px;
  align-items: center;
  max-height: 24px;
  vertical-align: middle;
}
.review_with_icon_text .product-reviews .review-stars {
  display: flex;
  align-items: center;
}
.review_with_icon_text .product-reviews .review-stars .review-star {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.review_with_icon_text .icon-with-text {
  display: flex;
  gap: 10px;
  align-items: center;
}
.shopify-section--main-product .section .product-gallery__ar-wrapper {
  border: 2px solid #3C0605;
  max-width: 490px;
  margin: auto;
  background-color: #fff;
  border-radius: 20px;
}
.pdp-related-products section-header.section-header {
  justify-content: center;
}
.pdp-related-products section-header.section-header .prose {
  text-align: center;
  margin: auto;
}
.pdp-reviews .custom-review-block .review-container {
  padding-block: 140px 120px;
  border-bottom: 2px solid #3C0605;
  margin-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .shopify-section--main-product .section{
    padding-top: 100px !important;
  }
  .pdp-reviews .custom-review-block .review-container {
    padding-block: 70px 60px;
  }
}
/* PDP Quick Add */
.product-quick-add{
  border: var(--border);
  border-radius: 100px;
}
@media only screen and (max-width: 767px) {
.product-quick-add{
  border: none;
}
}
.product-quick-add button{
  background-color: #F1A082;
}

/* CART DRAWER */
.cart-drawer .quantity-input{
  border: var(--border);
}
.drawer::part(footer){
  border-block-start: none;
}
.cart-drawer .text-subdued {
  color: #3C0605;
}

/* CART PAGE */
.cart .cart-form,
.cart .quantity-input{
  border: var(--border);
}
.cart .text-subdued {
  color: #3C0605;
}