/** Shopify CDN: Minification failed

Line 2559:8 Expected ":"
Line 2569:8 Expected ":"
Line 2572:8 Expected ":"

**/
:root {
  /* Light Theme */
  --fs-18: 18px;
  --fs-16: 16px;
  --fs-14: 14px;
  --fs-22: 22px;
  --fs-20: 20px;
  --fs-24: 24px;
  --fs-28: 28px;
  --fs-30: 30px;
  --fs-40: 40px;
  --fs-48: 48px;

  --bg-color: #ffffff;
  --text-color: #1c1b1b;
  --toggle-bg: #f9f9f9;
  --ball-color: #000000;
  --icon-color: #1c1b1b;
  --white-color: #1c1b1b;
  --hover-color: #ff611f;
  --tag-bg: rgba(255, 255, 255, 0.8);
  --card-bg: #f9f9f9;
  --light-dark: #1c1b1b;
  --gray-bg: #f8f8f8;
}

/* Dark Theme Override */
body.dark {
  --bg-color: #1c1b1b;
  --text-color: #ffffff;
  --toggle-bg: #2e2e2f;
  --ball-color: #ffffff;
  --icon-color: #ffffff;
  --white-color: #ffffff;
  --tag-bg: rgba(255, 255, 255, 0.3);
  --card-bg: #2e2e2f;
  --light-dark: #252527;
  --gray-bg: #ffffff;
}

/* Global */

body {
  background: var(--bg-color);
  color: var(--text-color);
  transition: 0.3s;
}

.header>.header__heading-link{padding:0px!important;}
#MainContent {
  background: var(--bg-color);
  color: var(--text-color);
}

.black-btn {
  display: inline-block;
  padding: 10px 36px;
  color: var(--bg-color);
  background: var(--text-color);
  text-decoration: none;
  border-radius: 100px;
  font-size: var(--fs-18);
  text-transform: capitalize;
  border:1px solid;
  cursor:pointer;
}

.black-btn:hover{
  background:transparent;
  color:var(--text-color);
}

.white-button {
  display: inline-block;
  padding: 10px 36px;
  color: #1c1b1b;
  background: #fff;
  text-decoration: none;
  border-radius: 100px;
  font-size: var(--fs-18);
  text-transform: capitalize;
  border:1px solid;
}
.white-button:hover{
  background:transparent;
  color:var(--bg-color);
}

.faq-btn {
  text-align: center;
}

.small-page-width {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

.sec-single {
  padding: 180px 0;
}

.sec-top {
  padding: 160px 0 80px;
}

.sec-middle {
  padding: 80px 0;
}

.sec-bottom {
  padding: 80px 0 160px;
}

.sec-bottom-only {
  padding-bottom: 90px;
}
.sec-top-only {
  padding-top: 50px;
}

.col-left {
  max-width: 1550px;
  max-width: 81vw;
  margin-left: auto;
  padding-left: 20px;
}

.m-0 {
  margin: 0;
}

.text-center {
  text-align: center;
}

#toggleTheme {
  display: none;
}

.toggle-label {
  width: 80px;
  height: 28px;
  background: var(--toggle-bg);
  border-radius: 50px;
  position: relative;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px;
  border: 1px solid;
}

.theme-toggle .ball {
  width: 30px;
  height: 20px;
  background: var(--ball-color);
  border-radius: 40px;
  position: absolute;
  left: 3px;
  transition: 0.3s;
  z-index: 2;
}

.theme-toggle .icon {
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.theme-toggle .icon svg {
  width: 100%;
  height: 100%;
}

.mega-menu-title-link {
  color: inherit;
  text-decoration: none;
}

#toggleTheme:checked + .toggle-label .ball {
  transform: translateX(38px);
}

.icon.sun {
  opacity: 1;
}

.icon.moon {
  opacity: 0.5;
}

#toggleTheme:checked + .toggle-label .sun {
  opacity: 0.5;
}

#toggleTheme:checked + .toggle-label .moon {
  opacity: 1;
}

/* HEADER */

/* Announcement bar */

.announcement-marquee {
  background: var(--white-color);
  color: #fff;
  overflow: hidden;
  padding: 12px 0;
}

.marquee-item {
  display: flex;
  align-items: center;
  gap: 20px;
  white-space: nowrap;
  color: var(--bg-color);
  font-size: var(--fs-18);
  line-height: 1.1;
}

.marquee-icon {
  width: 16px;
  height: 16px;
}

.marqueeSwiper .swiper-wrapper {
  transition-timing-function: linear !important;
}

.marqueeSwiper .swiper-slide {
  width: auto !important;
}

/* Main Header */
.custom-mega-menu .mega-grid {
  display: grid;
  grid-template-columns: 2.47fr 1fr 1fr;
  gap: 50px;
}
.custom-mega-menu .mega-grid .collection-grid img {
  width: 100%;
  max-width: 100px;
  object-fit: cover;
  aspect-ratio: 1;
}
.custom-mega-menu .mega-grid .h4 {
  margin-bottom: 20px;
}

.custom-mega-menu .mega-grid .mega-left .collection-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 7px 20px;
}

.custom-mega-menu .mega-grid .mega-left .collection-grid .collection-item {
  display: inline-flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: var(--text-color);
  letter-spacing: 0;
  line-height: 1;
}

.custom-mega-menu .mega-grid .mega-right {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.custom-mega-menu .mega-grid .mega-right .shop-category li a {
  background: #e8e9ed;
  color: #1c1b1b;
  border:1px solid #e8e9ed;
}
.custom-mega-menu .mega-grid .mega-right .shop-category li a:hover{
  background: #1c1b1b;
  color: #fff;
}
.custom-mega-menu .mega-grid .mega-right .shop-capacity li a {
  background: var(--text-color);
  color: var(--bg-color);
  border:1px solid var(--bg-color);
}
.custom-mega-menu .mega-grid .mega-right .shop-capacity li a:hover{
  background : var(--bg-color);
  color : var(--text-color);
   border:1px solid var(--text-color);
}

.custom-mega-menu .mega-grid ul {
  padding: 0;
  list-style: none;
  text-decoration: none;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.custom-mega-menu .mega-grid ul li a {
  text-decoration: none;
  padding: 5px 20px;
  border-radius: 100px;
  font-size: var(--fs-18);
  line-height: 1;
}

.custom-mega-menu .mega-grid .mega-left .collection-grid .collection-item span {
  font-size: var(--fs-22);
  letter-spacing: 0;
  line-height: 1;
}

body.dark .header__heading-logo {
  filter: brightness(0) invert(1);
}

.custom-mega-menu .mega-grid .shop-type li a {
  color: var(--text-color);
  border: 1px solid #e8e9ed;
  line-height: 1;
  display: inline-block;
}
.custom-mega-menu .mega-grid .shop-type li a:hover{
  background:var(--text-color);
  color: var(--bg-color);
}

.custom-mega-menu .mega-grid .mega-featured a {
  display: inline-flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.custom-mega-menu .mega-grid .mega-featured a .featured-meta ul li.badge {
  background: var(--text-color);
  color: var(--bg-color);
  line-height: 1;
  padding: 5px 20px;
  font-size: var(--fs-18);
}

.custom-mega-menu .mega-grid .mega-featured a .featured-meta ul li.discount {
  background: #e8e9ed;
  color: #1c1b1b;
  padding: 0px 20px;
  font-size: var(--fs-18);
  border-radius: 100px;
}

.custom-mega-menu .mega-grid .mega-featured a .featured-meta {
  position: absolute;
  top: 22px;
  left: 22px;
}

.custom-mega-menu .mega-grid .mega-featured a .h3 {
  font-size: var(--fs-40);
  line-height: 1.2;
  margin-top: 13px;
  color: #fff;
}

/* HOME PAGE */

/* Hero slide */

.main-hero-slide .hero-slider-main {
  height: 80vh;
  overflow: visible;
}

.main-hero-slide .swiper-slide {
  display: flex;
  align-items: center;
}

.main-hero-slide .inner-slide-content {
  width: 100%;
  opacity: 0;
  transform: translateY(60px);
  transition: 0.6s ease;
}

.main-hero-slide .swiper-slide-active .inner-slide-content {
  opacity: 1;
  transform: translateY(0);
}

.main-hero-slide .slide-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main-hero-slide .left-side-text {
  width: 40%;
}

.main-hero-slide .hero-right {
  width: 50%;
  position: relative;
}

.main-hero-slide .hero-right img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: contain;
}

.main-hero-slide .floating-tags .tag {
  position: absolute;
  background: var(--tag-bg);
  font-size: 20px;
  color: var(--text-color);
  padding: 15px 25px;
  border-radius: 200px;
  display: block;
  width: max-content;
  border: 1px solid #e3dfdf;
  line-height: 1;
}

.main-hero-slide .marquee {
  overflow: hidden;
  margin-top: 70px;
  position: relative;
}

.main-hero-slide .marquee:after {
  content: "";
  background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 90px;
}

body.dark .main-hero-slide .marquee:after {
  background: linear-gradient(270deg, #1c1b1b 0%, rgba(28, 27, 27, 0) 100%);
}

.main-hero-slide .marquee-inner {
  display: flex;
  gap: 10px;
  animation: scroll 20s linear infinite;
  text-transform: uppercase;
}

.main-hero-slide .marquee-inner span {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px;
}

.main-hero-slide .swiper-pagination {
  position: absolute;
  right: 25px;
  top: 50% !important;
  left: unset !important;
  width: unset !important;
  /* transform: translateY(-50%); */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
      z-index: 1;
}

.dark .icon-with-text--vertical img{
      filter: brightness(0) invert(1);
}

.main-hero-slide .swiper-pagination-bullet {
  width: 10px;
  height: 36px;
  border-radius: 20px;
  background: transparent;
  border: 1.5px solid #cfcfcf;
  opacity: 1;
  transition: all 0.3s ease;
}

.main-hero-slide .swiper-pagination-bullet-active {
  width: 10px;
  height: 36px;
  background: var(--text-color);
  border: none;
  border-radius: 20px;
}
.main-hero-slide .swiper-pagination-bullet {
  transform: scaleY(0.8);
}

.main-hero-slide .swiper-pagination-bullet-active {
  transform: scaleY(1);
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}

.left-side-text .heading {
  color: var(--text-color);
  margin: 0;
  line-height: 1.2;
}

.main-hero-slide {
  position: relative;
}

.main-hero-slide .inner-slide-content p {
  line-height: 1.5;
  font-size: var(--fs-18);
  margin-bottom: 30px;
}

.main-hero-slide .big-heading {
  background: linear-gradient(
        166.29deg,
        #EAEAEA 26.7%,
        #FFFFFF 99.21%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    /* fade bottom like design */
    -webkit-mask-image: linear-gradient(
        to bottom,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.9) 55%,
        rgba(255,255,255,.45) 80%,
        transparent 100%
    );

    mask-image: linear-gradient(
        to bottom,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,.9) 55%,
        rgba(255,255,255,.45) 80%,
        transparent 100%
    );
  text-align: center;
  font-family: "Bebas Neue";
  font-size: clamp(100px, 35vw, 679px);
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
  margin: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

body.dark .main-hero-slide .big-heading {
    background: linear-gradient(
        to bottom,
        rgba(70,70,70,0.55) 0%,
        rgba(55,55,55,0.35) 35%,
        rgba(30,30,30,0.15) 75%,
        rgba(20,20,20,0) 100%
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-slider-main .inner-slide-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

/* 50-50 Column Section Custom */

.flavor-section .flavor-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}

.flavor-section .flavor-left {
  width: 45%;
}

.flavor-section .subheading {
  font-size: var(--fs-18);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 0;
  display:block;
}

.flavor-section .flavor-right {
  width: 52%;
  /* padding-top: 45px; */
}

.flavor-section .flavor-right p {
  font-size: var(--fs-18);
  line-height: 1.4;
  color: var(--text-color);
}

/* Featured Product */

.cap-cannabinoids {
  color: var(--text-color);
}

.card-meta .meta-item-str {
  display: inline-block;
  padding: 5px 20px;
  font-size: var(--fs-14);
  border-radius: 100px;
  color: var(--text-color);
  background: var(--tag-bg);
  border: 1px solid #e3dfdf;
  backdrop-filter: blur(2px);
}
.card__badge .badge {
  background: #e8e9ed;
  backdrop-filter: blur(2px);
  color: #1c1b1b;
}
.card-meta .meta-item-cat {
  background: var(--tag-bg);
  border: 1px solid #e3dfdf;
  backdrop-filter: blur(2px);
  padding: 5px 20px;
  font-size: var(--fs-14);
  border-radius: 100px;
  color: var(--text-color);
  display: inline-block;
}
.featured_collection .card__badge .badge {
  background: var(--tag-bg);
  border: 1px solid #e3dfdf;
  color: #1c1b1b;
}

.featured_collection .collection__title {
  text-align: center;
}

.featured_collection .collection__title .subheading {
  text-transform: uppercase;
  font-size: var(--fs-18);
  color: var(--text-color);
}

.product__info-wrapper .rte a{
  color: #fff;
}

.product__info-wrapper .rte a.jdgm-paginate__page {
  color:var(--text-color);
}

.card-meta {
  position: unset;
  top: 10px;
  left: 10px;

    margin-bottom: -20px;
    padding: 15px 10px;
}

.card-wrapper .card__content .card__information {
  text-align: center;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.card-wrapper .card__content .card__information .card__heading {
  font-size: var(--fs-22);
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.card-wrapper .card__content .card__information a {
  text-decoration: none;
}

.card-wrapper .card__content .card-information {
  text-align: center;
}

.card-wrapper .card__content .card-information .price {
  font-size: var(--fs-30);
  font-weight: 400;
  line-height: 1;
  margin-top: 20px !important;
  margin-bottom: 12px;
}

.card-wrapper .card__content .card__information .cap-cannabinoids {
  margin-bottom: 26px;
  font-size: var(--fs-18);
}

/* Custom image with text */

.left-image-right-text .inner-wrapper {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 90px;
  align-items: center;
}
.find-perfect .left-img img {
  width: 600px;
  height: auto;
}

.left-image-right-text .inner-wrapper .right-text p {
  margin-bottom: 30px;
}

/* Custom card */

.lab-banner {
  padding: 60px 0;
}

.lab-banner .black-btn {
  background: #fff;
  color: #1c1b1b;
}

.lab-banner .black-btn:hover{
  background: transparent;
  border-color:#fff;
  color:#fff;
}

.lab-wrapper {
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  border-radius: 16px;
  overflow: hidden;
  background: #1c1b1b;
  position: relative;
  font-weight: 400;
  line-height: 1.2;
  color: var(--bg-color);
}

body.dark .lab-wrapper {
  background: #252527;
}

.lab-content {
  padding: 60px 60px 60px 154px;
  z-index: 2;
}

.lab-heading {
  color: #fff;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 20px;
}

.lab-heading span {
  display: block;
  font-weight: 700;
}

.lab-text {
  margin: 20px 0;
  max-width: 400px;
  color: #fff;
  font-size: var(--fs-18);
  line-height: 1.5;
}

.lab-image {
  position: relative;
  display: flex;
}

.lab-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lab-wrapper::after {
  content: "";
  position: absolute;
  top: 0;
  left: 40%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    271deg,
    rgba(28, 27, 27, 0) 8.94%,
    #1c1b1b 72.95%
  );
  pointer-events: none;
}

body.dark .lab-wrapper::after {
  background: linear-gradient(
    271deg,
    rgba(37, 37, 39, 0) 8.94%,
    #252527 72.95%
  );
}

/* Custom collection slider */
.subheading{ text-transform: uppercase;}
.collection-slider .collection-header .subheading {
  text-transform: uppercase;
  font-size: var(--fs-18);
  color: var(--text-color);
}
.subheading{ text-transform: uppercase;}
.collection-slider .collection-swiper .collection-card {
  width: 100%;
}

.collection-slider .collection-swiper .collection-card .card-image img {
  width: 100%;
  border-radius: 16px;
}

.collection-slider .collection-swiper .collection-card .card-image {
  display: flex;
}

.collection-slider .collection-swiper .card-content h3 {
  margin: 20px 0 16px;
  color: var(--text-color);
  font-size: var(--fs-28);
}

.collection-slider .collection-swiper .card-content p {
  font-size: var(--fs-18);
  margin: 0;
  line-height: 1;
}

.collection-slider .collection-swiper {
  padding-bottom: 80px;
}

.collection-slider .collection-swiper .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
}

.collection-slider .collection-swiper .swiper-pagination-bullet-active {
  background: url("/cdn/shop/files/active.svg?v=1774329065");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
}

.collection-slider .collection-swiper .swiper-pagination-bullet {
  background-color: #ebedf1;
  opacity: 1;
}

body.dark .collection-slider .collection-swiper .swiper-pagination-bullet {
  background-color: #fff;
  opacity: 1;
}

body.dark
  .collection-slider
  .collection-swiper
  .swiper-pagination-bullet-active {
  background: url("/cdn/shop/files/white-active.svg?v=1774330281");
}

.rich-text__wrapper .rich-text__text {
  margin-top: 2.6rem;
}

.rich-text__wrapper .rich-text__text p {
  line-height: normal;
}

/* Custom newsletter */

.news-letter-form .inner-wrapper {
  background-color: #1c1b1b;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  padding: 68px;
}

body.dark .news-letter-form .inner-wrapper {
  background-color: #252527;
}

.news-letter-form .inner-wrapper .footer-block__newsletter {
  max-width: 540px;
  margin: 0 auto;
}

.news-letter-form .inner-wrapper .heading {
  color: #fff;
  text-align: center;
  max-width: 493px;
  margin: 0 auto;
}

.news-letter-form .inner-wrapper p {
  color: #fff;
  text-align: center;
  max-width: 460px;
  margin: 20px auto 40px;
  font-size: var(--fs-18);
  line-height: 1.5;
}

.news-letter-form .inner-wrapper .footer-block__newsletter .field__button {
  align-items: center;
  background-color: #fff;
  border: 1px solid;
  color: #1c1b1b;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: unset;
  padding: 14px 36px;
  position: unset;
  font-size: var(--fs-18);
  border-radius: 100px;
  width: auto;
}

.news-letter-form .inner-wrapper .footer-block__newsletter .field {
  gap: 12px;
}

.news-letter-form
  .inner-wrapper
  .footer-block__newsletter
  .field
  .field__input {
  padding: 14px 36px 14px 56px;
  position: unset;
  font-size: var(--fs-18);
  border-radius: 100px;
  min-height: auto;
  max-height: none;
  height: auto;
  background-image: url("/cdn/shop/files/Icon_5.svg?v=1774333271");
  background-repeat: no-repeat;
  background-position: 7%;
  line-height: 1;
}

.news-letter-form
  .inner-wrapper
  .footer-block__newsletter
  .field
  .field__input::placeholder {
  color: #6f7072;
  opacity: 1;
}

/* Footer */

.custom-footer {
  background: var(--bg-color);
}

.custom-footer .footer-newsletter h2 {
  font-size: var(--fs-40);
  margin-bottom: 32px;
  font-weight: 500;
}

.custom-footer .footer-top {
  display: grid;
  grid-template-columns: 1fr 1.31fr;
  gap: 20px;
  border-bottom: 1px solid #e5e5e5;
}

.custom-footer .footer-top .footer-menus {
  display: grid;
  grid-template-columns: 0.6fr 1fr 1fr;
  gap: 30px;
}

.custom-footer .footer-top .footer-menus ul {
  padding: 0;
  list-style: none;
  margin: 0;
}

.custom-footer .footer-top .footer-menus ul li a {
  color: var(--text-color);
  text-decoration: none;
  font-size: var(--fs-18);
}
.custom-footer .footer-top .footer-menus ul li a:hover{
 color: var(--hover-color);
}
.custom-footer .footer-bottom .social-icons a:hover svg path{
  fill: var(--hover-color);
}
.custom-footer .footer-top .footer-menus h4 {
  margin-top: 0;
  font-size: var(--fs-18);
  font-weight: 700;
  letter-spacing: -0.18px;
  margin-bottom: 10px;
}

.custom-footer .footer-top .field:after {
  display: none;
}

.custom-footer .footer-top .field {
  gap: 12px;
}

.custom-footer .footer-top .field input {
  padding: 14px 36px 14px 56px;
  position: unset;
  font-size: var(--fs-18);
  border-radius: 100px;
  min-height: auto;
  max-height: none;
  height: auto;
  background-image: url(/cdn/shop/files/Icon_5.svg?v=1774333271);
  background-repeat: no-repeat;
  background-position: 7%;
  line-height: 1;
  background-color: #f9f9f9;
  border: 0;
  outline: 0;
}

.custom-footer .footer-top .field button {
  align-items: center;
  background-color: var(--text-color);
  border: 1px solid;
  color: var(--bg-color);
  font-weight: 500;
  cursor: pointer;
  display: flex;
  height: auto;
  justify-content: center;
  overflow: unset;
  padding: 14px 36px;
  position: unset;
  font-size: var(--fs-18);
  border-radius: 100px;
  width: auto;
}

.custom-footer .footer-top .field button:hover{
  background:transparent;
  color: var(--text-color)
}

.custom-footer .footer-bottom {
  padding: 22px 0 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.custom-footer .footer-bottom p {
  letter-spacing: -0.18px;
  font-size: var(--fs-18);
}

.custom-footer .footer-bottom .social-icons a {
  text-decoration: none;
  display: inline-flex;
}

.custom-footer .footer-bottom .social-icons {
  display: flex;
  gap: 18px;
}

/* Collection list Page */

.template-list-collections .card-wrapper .card__content .card__information {
  text-align: left;
}

.template-list-collections
  .card-wrapper
  .card__content
  .card__information
  .card__heading {
  text-align: left;
}

.collection-list
  .collection-list__item
  .collection-card-wrapper
  .card__information {
  padding-bottom: 0;
}

.collection-list
  .collection-list__item
  .collection-card-wrapper
  .card__information
  .pdp-count {
  margin-bottom: 0;
  line-height: 1;
}

.collection-list
  .collection-list__item
  .collection-card-wrapper
  .card__heading
  a {
  font-size: var(--fs-22);
}

.collection-list
  .collection-list__item
  .collection-card-wrapper
  .card__media
  .media {
  border-radius: 10px;
  overflow: hidden;
}

.collection-list {
  --grid-desktop-vertical-spacing: 30px;
}

.collection-list
  .collection-list__item
  .collection-card-wrapper
  .collerction-arrow {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  width: 46px;
  height: 46px;
  background: var(--bg-color);
  border-radius: 100%;
  align-items: center;
  justify-content: center;
}

.faq-tabs-section .faq-content {
  background-color: var(--light-dark);
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  overflow: hidden;
  padding: 50px;
}

.faq-tabs-section .faq-content .faq-heading {
  margin: 0px 0px 20px 0px;
  color: #fff;
  text-align: center;
}

.faq-tabs-section .faq-content .faq-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 0px 20px 0px;
  gap: 10px;
  flex-wrap:wrap;
}

.faq-tabs-section .faq-content .faq-tabs button.faq-tab {
  background: transparent;
  outline: 0;
  border: 1px solid #afafaf;
  padding: 14px 36px;
  font-size: var(--fs-16);
  color: #afafaf;
  font-weight: 500;
  border-radius: 100px;
  font-family: var(--font-body-family);
  cursor: pointer;
}

.faq-tabs-section .faq-content .faq-tabs button.faq-tab.active {
  background: #2e2e2f;
  border-color: #2e2e2f;
  color: #fff;
}

.faq-items-wrapper {
  max-width: 900px;
  margin: 0 auto 30px;
}

.faq-items .faq-item {
  padding: 26px 36px;
  background: #2e2e2f;
  border-radius: 15px;
  margin-bottom: 18px;
}

.faq-question {
  font-size: var(--fs-22);
  align-items: center;
}

.faq-question h3{
      font-size: var(--fs-22);
    letter-spacing: 0.06rem;
    line-height: calc(1 + 0.8 / var(--font-body-scale));
    font-family: var(--font-body-family);
    font-style: var(--font-body-style);
    font-weight: var(--font-body-weight);
    margin: 0;
    color: #fff;
}

.faq-question span.icon {
  background: #1c1b1b;
  display: flex;
  width: 100%;
  max-width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.faq-items .faq-item.active span.icon {
  transform: rotate(180deg);
  background: #fff;
}

.faq-items .faq-item.active span.icon svg path {
  stroke: #1c1b1b;
}

.faq-answer {
  font-size: var(--fs-18);
  line-height: normal;
  color: #e0e0e0;
  padding: 15px 0;
}

/* Collection page */
section.collection-hero-banner.prd-collection-banner {
  padding-top: 30px;
}
.collection-hero-banner .inner-content {
  background-repeat: no-repeat;
  background-size: cover;
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.collection-hero-banner .inner-content .content .h2 {
  margin: 0;
  color: #fff;
  line-height: 1.1;
      font-size: 40px;
}

.collection-hero-banner .inner-content .content p {
  margin: 0;
  color: #fff;
  margin-top: 12px;
  font-size: var(--fs-18);
  line-height: 1.4;
}

.collection-hero-banner .inner-content .content {
  max-width: 900px;
  display: flex;
    flex-direction: column;
    gap: 28px;
}

.template-article .collection-hero-banner .inner-content .content {
  max-width: 95%;
}
.template-article .collection-hero-banner .inner-content .content .meta span {
  color: #fff;
  font-size: 1.6rem;
  padding-right: 12px;
  border-right: 1px solid;
  text-transform: capitalize;
}
.template-article .collection-hero-banner .inner-content .content .meta {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 15px;
}
.template-article
  .collection-hero-banner
  .inner-content
  .content
  .meta
  span:last-child {
  padding-right: 0;
  border-right: 0 solid;
}
.template-article
  .collection-hero-banner
  .inner-content
  .content
  .meta
  span.article-date {
  text-transform: uppercase;
}

.custom-filter {
  position: relative;
}

.custom-filter .open-filter {
  background: transparent;
  border: 1px solid #e8e9ed;
  padding: 10px 15px;
  border-radius: 100px;
  font-size: var(--fs-14);
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 1px;
  color: var(--text-color);
}

.custom-filter-drawer .inner-drawer {
  font-size: var(--fs-16);
  display: flex;
  align-items: center;
  gap: 5px;
  letter-spacing: 1px;
  color: var(--text-color);
}

#main-collection-filters {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  margin-bottom: 40px;
}

.custom-filter-drawer .drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.collection-seo-block .rich-text__blocks{
  max-width: 100%;
}
.collection-seo-block h1,.collection-seo-block h2,.collection-seo-block h3,.collection-seo-block h4,.collection-seo-block h5,.collection-seo-block h6{
  margin-top:0;
  margin-bottom:20px;
}
.collection-seo-block h1{
  font-size: 50px;
}
.collection-seo-block h2{
  font-size: 40px;
}
.collection-seo-block h3{
  font-size: 35px;
}
.collection-seo-block h4{
  font-size: 30px;
}
.collection-seo-block h5{
  font-size: 25px;
}
.collection-seo-block h6{
  font-size: 20px;
}
.collection-seo-block p{
  margin-bottom:20px;
}

.custom-filter-drawer {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 400px;

  background: var(--bg-color);
  transition: 0.3s;
  padding: 20px 20px 30px 30px;
  z-index: 1;
  overflow-y: auto;
  border-radius: 20px;
  border: 1px solid #d2d1d1;
  display: none;
}

.custom-filter-drawer .drawer-header .close-filter {
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 100px;
  cursor: pointer;
  background: #F9F9F9;
}

.custom-filter-drawer.active {
  display: block;
}

.open-filter {
  cursor: pointer;
}

.filter-group {
  margin-bottom: 40px;
}

.filter-group h4 {
  margin-bottom: 25px;
  padding-bottom: 10px;
  font-weight: 400;
  border-bottom: 1px solid #e8e9ed;
  margin-top: 0;
  font-size: var(--fs-20);
}

.filter-group button[type="submit"] {
  width: 100%;
  padding: 14px;
  background: #000;
  color: #fff;
  border-radius: 30px;
}

.filter-group .filter-item {
  display: grid;
  gap: 18px;
}

.filter-submit .black-btn {
  width: 100%;
  padding: 17px;
  cursor: pointer;
}

.clear-all-btn {
  width: 100%;
  padding: 20px;
  cursor: pointer;
  display: block;
  text-decoration: none;
  text-align: center;
  background: var(--card-bg);
  color: var(--text-color);
  border-radius: 100px;
  margin-top: 16px;
  line-height: 1;
  font-size: var(--fs-18);
}

.custom-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  gap: 10px;
  position: relative;
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.custom-checkbox .checkmark {
  width: 28px;
  height: 28px;
  border: 1px solid #DADADA ;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  transition: all 0.3s ease;
  line-height: 1;
}
.dark .custom-checkbox input:checked+.checkmark {
    background-color: #fff;
    border-color: #fff;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #1C1B1B;
  border-color:  #1C1B1B;
}

.custom-checkbox .checkmark::after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked + .checkmark::after {
  display: block;
}

.custom-checkbox .checkmark::after {
  left: 8px;
  top: 2px;
  width: 9px;
  height: 16px;
  border: solid var(--bg-color);
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

#main-collection-filters .facets-container {
  flex-direction: row-reverse;
}

/* contact page */

.help-section .heding-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}

.trp-btn {
  padding: 13px 36px;
  border: 1px solid var(--text-color);
  display: inline-block;
  font-size: var(--fs-16);
  font-weight: 500;
  line-height: 1.5;
  border-radius: 100px;
  color: var(--text-color);
  text-decoration: none;
}

.trp-btn:hover,
.trp-btn.active {
  background: var(--text-color);
  color: var(--bg-color);
}

.help-section .heding-btn .help-heading {
  font-size: var(--fs-24);
}

.custom-form .field:after {
  display: none;
}

.custom-form .field .field__input {
  border-radius: 10px;
  background-color: #f9f9f9;
  padding: 20px;
  min-height: unset;
  max-height: unset;
  height: auto;
  width: 100%;
  font-size: var(--fs-20);
  line-height: 1;
}

.custom-form .field {
  display: block;
}

.custom-form .field .field__label {
  position: unset;
  color: var(--text-color);
  opacity: 1;
  font-size: var(--fs-24);
  margin-bottom: 16px;
  display: block;
  line-height: 1;
}

.custom-form .field .field__input::placeholder {
  opacity: 1;
  color: #6f7072;
}

.contact__button .black-btn {
  padding: 15px 36px;
}

.custom-form .field select {
  background-image: url("/cdn/shop/files/SVG.png?v=1774522503");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 97%;
}
.custom-form .field .field__label span {
  color: var(--hover-color);
}

/* POlicy page */

.help-section.policy-btn .heding-btn {
  justify-content: center;
}

.default-content .rich-text__blocks .rich-text__text {
  margin: 0;
}

.default-content .rich-text__blocks {
  max-width: 100%;
}

.default-content h2 {
  margin-top: 6rem;
  margin-bottom: 2rem;
  font-weight: 600;
  font-size: var(--fs-28);
}
.default-content p {
  font-size: var(--fs-18);
  line-height: 1.5 !important;
  font-weight: 400;
}

/* Blog pages */
.template-blog .collection-hero-banner .inner-content {
  height: 380px;
}
.main-blog .blog-tabs {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 50px;
}
.main-blog .blog-tabs a {
  text-decoration: none;
  color: var(--text-color);
  padding-right: 10px;
  border-right: 1px solid #d2d1d1;
  text-transform: uppercase;
  font-size: var(--fs-16);
}
.main-blog .blog-tabs a.active {
  font-weight: 700;
}
.main-blog .blog-tabs a:last-child {
  border: 0;
}
.main-blog .blog-articles .blog-articles__article .article-card__image img {
  border-radius: 10px;
}
.main-blog
  .blog-articles
  .blog-articles__article
  .article-card-wrapper
  .card__inner {
  border-radius: 10px;
  overflow: hidden;
}
.main-blog
  .blog-articles
  .blog-articles__article
  .article-card-wrapper
  .article-card
  .card__information {
  padding-top: 30px;
  text-align: left;
  padding-bottom: 0;
}
.main-blog
  .blog-articles
  .blog-articles__article
  .article-card-wrapper
  .article-card
  .card__information
  .article-card__info {
  font-size: var(--fs-16);
  font-weight: 400;
  line-height: normal;
  padding: 0 0 20px;
}
.main-blog
  .blog-articles
  .blog-articles__article
  .article-card-wrapper
  .article-card
  .card__information
  .card__heading {
  text-align: left;
  font-size: var(--fs-28);
}
.main-blog .blog-articles .article-card__excerpt {
  font-size: var(--fs-18);
  line-height: 1.5;
}
.main-blog .blog-articles {
  gap: 20px;
}

.main-blog
  .blog-articles
  .blog-articles__article
  .article-card-wrapper
  .article-card
  .card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.learn-more-btn a {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #ff611f, rgba(255, 97, 31, 0)) 1;
  text-decoration: none;
}
.blog-articles .card-wrapper:hover .learn-more-btn a {
  text-decoration: none;
}

.pagination-wrapper .pagination__list .pagination__item--current {
  text-decoration: none;
  border-radius: 23px;
  background: #f9f9f9;
  display: flex;
  width: 46px;
  height: 46px;
  padding: 11.96px;
  justify-content: center;
  align-items: center;
}
body.dark .pagination-wrapper .pagination__list .pagination__item--current {
  color: var(--bg-color);
}
.template-article .custom-breadcrumb {
  padding: 40px 0 14px 0;
}
.template-article .custom-breadcrumb nav {
  justify-content: flex-start;
  flex-wrap:wrap;
}
.template-article .rich-text__blocks {
  max-width: 100%;
}
.template-article .rich-text__blocks h3 {
  margin: 40px 0 20px;
  font-size: var(--fs-28);
  font-weight: 600;
  line-height: 1;
}
.template-article .rich-text__blocks p {
  font-size: var(--fs-18);
  line-height: 1.5;
}
.main-blog-related .section-heading {
  margin-bottom: 4.8rem;
}
.main-blog-related .section-heading {
  font-size: var(--fs-48);
  margin-bottom: 50px;
}
.article-navigation .nav-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article-navigation .nav-wrapper .nav-item a {
  text-decoration: none;
  color: var(--text-color);
  display: flex;
  align-items: center;
  gap: 8px;
}
.article-navigation .nav-wrapper .nav-item.prev .svg-wrapper .icon {
  transform: rotate(90deg);
}
.article-navigation .nav-wrapper .nav-item a svg {
  width: 12px;
}
.article-navigation .nav-wrapper .nav-item.next .svg-wrapper .icon {
  transform: rotate(-90deg);
}
.price__sale .price-item--regular,
.price__regular .price-item--regular s,
.price s {
  display: none !important;
}
.template-product .product__info-container .price__sale .price-item--regular,
.template-product .product__info-container .price__regular .price-item--regular s,
.template-product .product__info-container .price s {
  display: inline-block !important;
}
.template-search__header h2 {
  font-weight: 600;
  font-size: 4.8rem;
  margin-top: 0;
}
.template-search__header h2 span {
  font-weight: 400;
}
.template-404 .big-heading {
  background: linear-gradient(166deg, #eaeaea 26.7%, #fff 99.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
  font-size: 539px;
  font-family: Bebas Neue;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin: 0;
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 60%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: linear-gradient(to bottom, #000 0% 50%, #0000);
}
.template-404 .title {
  margin-bottom: 0;
  margin-top: -100px;
  font-weight: 400;
  line-height: 1;
}
.template-404 .text {
  font-size: var(--fs-18);
  line-height: 1;
}
.template-404 .text a {
  color: inherit;
}

.main-template-404 {
  position: relative;
}
.main-template-404::after {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/404left.png?v=1778227789");
  left: 0;
  top: 0;
  height: 100%;
  width: 310px;
  background-repeat: no-repeat;
  background-size: cover;
}
.main-template-404::before {
  content: "";
  position: absolute;
  background: url("/cdn/shop/files/404right.png?v=1778231416");
  right: 0;
  top: 0;
  height: 100%;
  width: 310px;
  background-repeat: no-repeat;
  background-size: cover;
}


.blog-content-block h1,.blog-content-block h2,.blog-content-block h3,.blog-content-block h4,.blog-content-block h5,.blog-content-block h6{
  margin-top:40px;
  margin-bottom:20px;
  font-weight: 600;
}
.blog-content-block strong{
  font-weight: 600;
}
.blog-content-block h1{
  font-size: 50px;
}
.blog-content-block h2{
  font-size: 40px;
}
.blog-content-block h3{
  font-size: 35px;
}
.blog-content-block h4{
  font-size: 30px;
}
.blog-content-block h5{
  font-size: 26px;
}
.blog-content-block h6{
  font-size: 20px;
}
.blog-content-block p{
  margin-top:0;
  margin-bottom:20px;
}
.blog-content-block table{
      border-collapse: collapse;
          margin-bottom: 40px;
}
.blog-content-block table td{
          border: 1px solid;
}
.blog-content-block .rte a{
      color: var(--hover-color);
      text-decoration:none;
}

/* COAs */

.coa-section .coa-tab {
  border: 1px solid var(--text-color);
  color: var(--text-color);
  border-radius: 30px;
  background: var(--bg-color);
  padding: 13px 36px;
  font-size: var(--fs-16);
  line-height: 1.5;
  cursor: pointer;
  transition: all 0.25s ease;
  font-weight: 500;
  font-family: var(--font-heading-family);
}
.coa-section .coa-tab:hover {
  color: var(--bg-color);
  background: var(--text-color);
}
.coa-section .coa-tab.active {
  color: var(--bg-color);
  background: var(--text-color);
}

.coa-section .coa-product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.coa-section .coa-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px 12px;
  max-width: 820px;
  margin: 40px auto;
  flex-wrap: wrap;
}
.coa-collections .coa-collection-title {
  font-size: var(--fs-48);
  text-align: center;
  margin: 0;
}

/* --- COA start --- */
.coa-collections .coa-collection-heading-wrapper .coa-collection_header {
    font-size: 26px;
    font-weight: 700;
    color: var(--bg-color);
    background: var(--text-color);
    padding: 10px 0px;
    margin: 0px;
    text-align: center;
}
.coa-collections .coa-collection-heading-wrapper{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.coa-collections .coa-collection-heading-wrapper .coa-collection-title{
  font-size :46px;
  font-weight :700;
  line-height:52px;
}
.coa-collections .coa-collection-heading-wrapper .coa-collection-sub_title{
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0px;
}
.coa-tabs-wrapper .coa-tabs{
  margin: 30px 0px 30px 0px;
  max-width: 100%;
  gap: 20px;
  color: var(--bg-color);
  background: var(--text-color);
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  justify-content: flex-start;
  align-items: center;
  padding: 0 16px;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.coa-tabs-wrapper .coa-tabs .coa-tab {
    font-size: var(--fs-16);
    font-weight: 700;
    line-height: 20px;
    border-radius: 0px;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: var(--bg-color);
    white-space: nowrap;
}
.coa-tabs-wrapper .coa-tabs .coa-tab.active{
  background-color: transparent;
}
.coa-tabs-wrapper .coa-tabs .coa-tab:hover{
  color: var(--hover-color);
}
/* Chrome, Edge, Safari scrol */
.coa-tabs-wrapper .coa-tabs::-webkit-scrollbar {
    height: 10px;
}
.coa-tabs-wrapper .coa-tabs::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 0px;
}

.coa-tabs-wrapper .coa-tabs::-webkit-scrollbar-thumb {
    background: #1C1B1B;
    border-radius: 5px;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    background-clip: padding-box;

    transition: background-color 0.3s ease;
}
.coa-tabs-wrapper .coa-tabs::-webkit-scrollbar-thumb:hover {
    background: #555;
    background-clip: padding-box;
}
.coa-tabs-wrapper .coa-tabs > * {
    flex: 0 0 auto;
}
/* --- COA End --- */


.coa-tabs-dropdown {
    width: 100%;
    height: 50px;
    padding: 0 16px;
    border: 1px solid #F9F9F9;
    background: #f9f9f9;
    font-size: 16px;
    border-radius: 8px;
    display: none;
    margin-bottom: 30px;
    margin-top: 30px;
    font-family: var(--font-heading-family);
    color: #4a4a4a;
    -webkit-appearance: none;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cpath d='M1.00391 2.16406L6.00111 7.16127L10.9983 2.16406' stroke='%231C1B1B' stroke-width='1.33259' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
}
*:focus-visible {
  outline:none;
  outline-offset: none;
  box-shadow: none;
}
.cart-notification-open {
  background: var(--text-color);
}
.cart-notification-open #MainContent {
  opacity: 0.4;
}

.coa-section .coa-product-grid .coa-product-card {
  background: var(--toggle-bg);
  padding: 20px;
  text-align: center;
  border-radius: 7.471px;
}
.coa-section .coa-product-image {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
.coa-product-link {
  text-decoration: none;
}
.coa-product-title {
  font-size: var(--fs-28);
  line-height: 1;
  margin: 0;
}
.coa-product-meta .coa-meta-btn {
  text-decoration: none;
  color: inherit;
  line-height: 1;

  text-decoration: none;
  transition: all 0.25s ease;
  border-bottom: 2px solid var(--toggle-bg);
  position: relative;
  padding-right: 10px;
  border-right: 1px solid;
}
.coa-product-meta .coa-meta-btn:last-child {
  padding-right: 0;
  border-right: 0;
}

.coa-product-meta .coa-meta-btn::after {
  content: "";
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #ff611f, #ff611f00) 1;
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  transition: all 0.25s ease;
}
.coa-product-meta .coa-meta-btn:hover::after {
  width: 100%;
}

.coa-product-meta {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  letter-spacing: 0;
  flex-wrap: wrap;
}
.coa-collection-block {
  display: grid;
  gap: 50px;
  padding-top: calc(var(--header-height) + 80px);
}
.coa-collections .coa-collection-block:first-child {
  padding-top: 0;
}
.cart-notification-product .price .price-item {
  font-size: var(--fs-30);
  line-height: 1;
  color: #1C1B1B;
}
.cart-notification-product .cap-cannabinoids {
  font-size: var(--fs-18);
  line-height: 1;
  margin-top: 12px;
  color: #1C1B1B;
}
.cart-notification-product .price {
  margin-top: 20px;
}
.cart-notification__links .button:before,
.cart-notification__links .button:after {
  display: none;
}
.cart-notification__links #cart-notification-button {
  border: 1px solid #1C1B1B;
  font-size: var(--fs-18);
  font-weight: 500;
  letter-spacing: 0;
  color: #1C1B1B;
  line-height: 1;
  padding: 18px;
  margin-top: 13px;
}
.coas-card__title.mobile-title{
      display:none;
    }
.cart-notification__links #cart-notification-form button {
  border: 1px solid #1C1B1B;
  font-size: var(--fs-18);
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  padding: 15px;
  margin-top: 13px;
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}

/* NEW COAs */

.coas-nav__track{
      display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px 12px;
    max-width: 820px;
    margin: 40px auto; 
    flex-wrap: wrap;
}

.coas-nav__track .coas-nav__pill{
      border: 1px solid var(--text-color);
    color: var(--text-color);
    border-radius: 30px;
    background: var(--bg-color);
    padding: 13px 36px;
    font-size: var(--fs-16);
    line-height: 1.5;
    cursor: pointer;
    transition: all .25s ease;
    font-weight: 500;
    font-family: var(--font-heading-family);
    text-decoration:none;
}

.coas-nav__track .coas-nav__pill.is-active,.coas-nav__track .coas-nav__pill:hover{
      color: var(--bg-color);
    background: var(--text-color);
}
.coas-section__title{
      font-size: var(--fs-48);
    text-align: center;
    margin: 0;
}
.coas-body .coas-section{
      display: grid;
    gap: 50px;
    padding-top: calc(var(--header-height) + 80px);
}
.coas-body .coas-section:first-child{
  padding-top:0;
}

.coas-body .coas-section .coas-grid{
      margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.coas-body .coas-section .coas-grid .coas-card{
      background: var(--toggle-bg);
    padding: 20px;
    text-align: center;
    border-radius: 7.471px;
}
.coas-body .coas-section .coas-grid .coas-card__img-wrap{
      display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 16px;
}
.coas-body .coas-section .coas-grid .coas-card__img-wrap img{
  width: 200px;
}
.coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__title{
  font-size: var(--fs-28);
    line-height: 1;
    margin: 0;
}
.coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links{
      margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    letter-spacing: 0;
    flex-wrap: wrap;
}
.coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links a{
      color: inherit;
    line-height: 1;
    text-decoration: none;
    transition: all .25s ease;
    border-bottom: 2px solid var(--toggle-bg);
    position: relative;
    padding-right: 10px;
    border-right: 1px solid;
}
.coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links a:after {
    content: "";
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, #ff611f, #ff611f00) 1;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0;
    transition: all .25s ease;
}

.coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links a:hover:after {
    width: 100%;
}
.coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links a:last-child{
      padding-right: 0;
    border-right: 0;
}



/* PDP page */

.product__title h1 {
  font-size: var(--fs-48);
}
.slider-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items:center;
}
button.slider-dot {
  width: 11px;
  height: 11px;
  border-radius: 100%;
  border: 0px;
  background: #ebedf1;
}
button.slider-dot.active {
  background: url(/cdn/shop/files/active.svg?v=1774329065);
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 100%;
}
body.dark button.slider-dot.active {
    background: url(/cdn/shop/files/white-active.svg?v=1774330281);
}

.product__inventory_ships {
  display: flex;
  gap: 16px;
  align-items: center;
  flex-wrap: wrap;
}

.ships-block {
  display: flex;
  align-items: center;
  gap: 8px;
  line-height: 1;
  font-size: var(--fs-18);
}

.pdp-top-review{
  font-weight: 700;
  font-size: 18px;
  flex-wrap: wrap;
  line-height: 1.3;
  color: var(--text-color);
}

.accordion__content #judgeme_product_reviews .jdgm-legacy-widget-content .jdgm-rev__content,.accordion__content #judgeme_product_reviews .jdgm-legacy-widget-content .jdgm-rev__author{
  color:var(--text-color);
}

.accordion__content #judgeme_product_reviews .jdgm-legacy-widget-content .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown, 
.accordion__content #judgeme_product_reviews .jdgm-legacy-widget-content .jdgm-sort-dropdown-wrapper .jdgm-sort-dropdown-arrow{
  color:var(--text-color);
}

.product.grid .product__media-wrapper{
      position: relative;
}

body .jdgm-all-reviews__summary-text--verified{
      justify-content: center !important;
    margin-top: 20px !important;
}
.product__payment-icons ul.list.list-payment {
    list-style: none;
    display: flex;
    gap: 10px;
    justify-content: center;
    padding: 0px;
}

/* shop page */
.collectionSwiper {
  position: relative;
}

.collectionSwiper::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  width: 92px;
  right: -2px;
  left: unset;
  background: linear-gradient(
    270deg,
    #ffffff 23.56%,
    rgba(255, 255, 255, 0) 100%
  );
}

.product-offer-badge {
  display: none;
  align-items: center;
  gap: 8px;
  margin-top: 0;
  line-height: 1;
  border-radius: 10px;
  border: 1px dashed #606060;
  padding: 14px 26px;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
}

.product-offer-badge.is-visible {
  display: inline-flex;
}

.product-offer-badge.is-active {
  color: var(--text-color);
  opacity: 1;
}

.product-offer-badge.is-active svg path {
  fill: var(--text-color);
}

.product-offer-badge:not(.is-active) svg path {
  fill: var(--text-color);
}
.custom-breadcrumb {
  padding: 15px 0 0;
}

.custom-breadcrumb nav {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  color: var(--text-color);
  font-size: var(--fs-16);
}

.custom-breadcrumb a {
  text-decoration: none;
  color: var(--text-color);
  font-size: var(--fs-16);
}

.custom-breadcrumb a:hover {
  color: #000;
}

.custom-breadcrumb .separator {
  display: flex;
}
/* PDP page  */

.product.grid .grid__item .media-pdp-top-review{
      position: absolute;
    top: 0;
    border-radius: 200px;
    border: 1px solid #E3DFDF;
    padding: 10px 25px;
    color:#1C1B1B;
}

.product.grid .grid__item .media-pdp-top-review .pdp-top-review__body{
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 390px;
}

.product.grid .grid__item .media-pdp-top-review .pdp-top-review{
  font-weight: 400;
}

.template-product .custom-breadcrumb nav {
  justify-content: start;
  flex-wrap:wrap;
}
.template-product .custom-breadcrumb {
  padding: 45px 0 0;
}
.template-product .product-media-container {
  border: 0;
  background: transparent;
}
.product-meta-list {
  margin: 0;
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 1;
      flex-wrap: wrap;
}

.product-meta-list li{
  background: #e8e9ed;
  color: #1c1b1b;
  backdrop-filter: blur(2px);
  border-radius: 100px;
  padding: 7px 20px;
  font-size: var(--fs-14);
  line-height: 1;
  text-decoration:none;
  transition: 0.3s;
  border 1px solid #e8e9ed;
}
.product-meta-list li a{
  text-decoration:none;
  color: #1c1b1b;
}

.product-meta-list li:hover{
  background:#1c1b1b;
  color: #fff;
  border 1px solid #1c1b1b;
}
.dark .product-meta-list li:hover{
  border 1px solid #fff;
}
.product-meta-list li:hover a{
  color: #fff;
}
.product__info-container .price,
.price--on-sale .price-item--regular {
  font-size: var(--fs-30) !important;
  font-weight: 600;
  letter-spacing: -0.32px;
  line-height: 110%;
  margin-top: 3rem;
  color: var(--text-color) !important;
}
.sold-this-month {
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 5px;
}
.product__inventory_ships {
  margin: 30px 0 20px !important;
}
.icon-with-text--vertical .icon-with-text__item span {
  font-size: var(--fs-18);
}

.variant_picker_offer {
  margin: 50px 0 0 !important;
  display: flex;
  align-items: end;
  gap: 7px;
  flex-wrap: wrap;
}
.product-form__input .form__label {
  font-size: var(--fs-18);
  font-weight: 600;
  margin: 0;
}
.product-form__buttons_quantity {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 11px;
  margin-bottom: 16px;
}
.product-form__buttons_quantity .product-form__input {
  min-width: 100%;
}
.product-form__submit.button:before,
.product-form__submit.button:after,
.shopify-payment-button__button--unbranded:before,
.shopify-payment-button__button--unbranded:after {
  display: none;
}
.accordion-minus {
  display: none;
}
.accordion details[open] .accordion-minus {
  display: block;
}
.accordion details[open] .accordion-plus {
  display: none;
}
.product-extra-links {
  display: flex;
  align-items: center;
  gap: 10px 40px;
  margin-top: 20px !important;
  flex-wrap: wrap;
}
.product-extra-link {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  line-height: 1;
  font-size: 18px;
  color: var(--text-color);
  font-weight: 400;
}
.product-extra-link span {
  border-bottom: 2px solid;
  border-image: linear-gradient(90deg, #ff611f, rgba(255, 97, 31, 0)) 1;
  padding-bottom: 5px;
}
.pdp-hotspot-section .pdp-hotspot-bg-text svg {
  width: 100%;
}
.pdp-hotspot-section {
  position: relative;
}
.pdp-hotspot-section .pdp-hotspot-bg-text {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
  text-align:center;
}

.pdp-hotspot-bg-text .big-heading{
  background: linear-gradient(166.29deg, #eaeaea 26.7%, #fff 99.21%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .9) 55%, rgba(255, 255, 255, .45) 80%, transparent 100%);
    mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, .9) 55%, rgba(255, 255, 255, .45) 80%, transparent 100%);
    text-align: center;
    font-family: Bebas Neue;
    font-size: clamp(100px, 35vw, 679px);
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    position: absolute;
    top: 0;
    margin: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.dark .pdp-hotspot-bg-text .big-heading{
      background: linear-gradient(to bottom, #4646468c, #37373759 35%, #1e1e1e26 75%, #14141400);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.pdp-hotspot-section .pdp-hotspot-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
}
.pdp-hotspot-section .pdp-hotspot-wrapper .pdp-hotspot-center {
  text-align: center;
  padding-top: 50px;
}
.pdp-hotspot-label {
  background: var(--tag-bg);
  font-size: 20px;
  color: var(--text-color);
  padding: 15px 25px;
  border-radius: 200px;
  display: block;
  width: max-content;
  border: 1px solid #e3dfdf;
  line-height: 1;
}
.dark .pdp-hotspot-label{
  background:#00000057;
}
.pdp-hotspot-left {
  transform: translate(150px, 150px);
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 170px;
  text-align: right;
  justify-content: end;
}
.pdp-hotspot-right {
  transform: translate(-150px, 100px);
  height: max-content;
  display: flex;
  flex-direction: column;
  gap: 140px;
  text-align: right;
  justify-content: end;
}
.pdp-hotspot-right .pdp-hotspot-item:nth-child(2) {
  margin-left: 30px;
}
.product__accordion .accordion__content h2 {
    font-size: 20px;
    font-weight: 500;
}
.template-collection .faq-dropdown-mobile {
    display: none;
}
.template-page .rich-text__wrapper {
  
    width: 100%;
}
.template-cart .underlined-link {
    text-decoration: none;
    color:var(--text-color);

}
.template-cart  span.price.price--end{  color:var(--text-color);}
.template-cart .title {
    font-size: 60px;
}
.template-cart .cart-items th{
  font-size:16px;
  color:var(--text-color);
  opacity:1;
}
.template-cart .cart-item__name:hover{text-decoration:none;}
.template-product.dark quantity-input.quantity {
    border-color: #fff !important;
}

.news-letter-form .field:before , .news-letter-form .field:after{display:none;}
.newsletter-form__message.newsletter-form__message--success {
    color: #fff;
}
.cart__footer .totals>h2 , .cart__footer .totals , .cart__footer .tax-note{
  color: var(--text-color);
}
.footer-bottom a{
    color: var(--text-color);
    text-decoration: none;
}
.footer-bottom a:hover{
    color: var(--hover-color);
    text-decoration: none;
}
span.meta-item-cap {
    text-transform: lowercase;
}

.rv2-block-marquee .review-header{
  margin-bottom: 60px;
}
.dark .product-form__input--pill input[type=radio]:checked+label {
  background-color: rgb(var(--color-background)) !important;
  color: rgb(var(--color-foreground)) !important;
}
.dark .product-form__input--pill input[type=radio]+label {
  background-color: transparent !important;
  color: rgb(var(--color-background)) !important;
  border-color: rgb(var(--color-background)) !important;
}
.dark .product-form__input--pill input[type=radio]+label:hover{
  background-color: rgb(var(--color-background)) !important;
  color: rgb(var(--color-foreground))!important;
}
.dark .price--on-sale .price__badge-sale, .dark .price__badge-sold-out{
  background: rgb(var(--color-foreground)) !important;
  color: rgb(var(--color-background)) !important;
}
.quantity__button:focus, .quantity__input:focus{
  background-color: transparent;
}

.footer-shipping-note{
  font-size: 15px;
    line-height: 1.5;
    margin-top: 30px;
    max-width: 500px;
}

li.product-thc-chip{
      border: 1px solid;
    background: transparent;
    pointer-events:none;
    color: var(--text-color);
    padding: 6px 20px;
}

body .appstle_subscription_wrapper_option{
  border-radius: 10px;
border: 1px solid #F8F8F8 !important;
}

body .appstle_subscription_wrapper_option.appstle-active-option{
  border: 1px solid var(--text-color) !important;
}

body .appstle_subscription_wrapper_option input[type=radio]:focus + label .appstle_circle:before{
  content:unset !important;
}

body .appstle_subscribe_save_text,body .appstle_one_time_text{
  color : var(--text-color) !important;
  font-size: 16px !important;
  font-family: var(--font-heading-family) !important;
}

body .WIDGET_TYPE_7 span.appstle-save-badge{
  background-color : transparent !important;
  color: #12A343 !important;
  border: 1px solid #12A343 !important;
  font-size: 16px !important;
   font-family: var(--font-heading-family) !important;
   font-weight: 400 !important;
       border-radius: 22px !important;
}
body .WIDGET_TYPE_7 .appstle_subscription_wrapper{
  color : var(--text-color) !important;
  font-family: var(--font-heading-family) !important;
      font-size: 16px;
}

body .WIDGET_TYPE_7 .appstle_subscription_wrapper .appstle_subscription_compare_amount{
  display:none;
}

#appstle_subscription_widget0 .appstle_circle{
      border: 2px solid #D2D1D1 !important;
}

body span.appstle_dot{
background-color : var(--text-color) !important;
}

body .appstle-tootltip-parent{
  display:none !important;
}

.product-thc-chip-block{
      display: inline-flex;
    width: 100%;
    gap: 10px;
    margin-top: 7px;
}


/* RESPONSIVE */

@media (max-width: 1440px) {
  .hero-slider-main
    .swiper-slide[data-swiper-slide-index="1"]
    .tag:nth-child(2) {
    left: 50% !important;
  }
}
@media (max-width: 1300px){
  .custom-mega-menu .mega-grid .mega-left .collection-grid .collection-item span{
        font-size: 16px;
  }
  .custom-mega-menu .mega-grid .collection-grid img{
    max-width: 70px;
  }
  .custom-mega-menu .mega-grid .mega-right{
        gap: 50px;
  }
}
@media (max-width: 1200px) {
  .lab-content {
    padding: 50px 50px 50px 50px;
    z-index: 2;
  }
  .coa-product-meta .coa-meta-btn:hover:after {
    width: 0%;
  }
  .accordion summary {
    padding: 2.2rem 0 !important;
  }
  .accordion__title {
    font-size: 20px !important;
  }
  .variant_picker_offer {
    margin: 31px 0 0 !important;
  }
  .product.grid .grid__item .media-pdp-top-review .pdp-top-review__body{
        max-width: 220px;
  }
}
@media (max-width: 1024px) {
  .sec-middle {
    padding: 40px 0;
  }
  .collection-slider {
    padding: 40px 0 !important;
  }
  .main-hero-slide .floating-tags .tag {
    font-size: 16px;
    padding: 12px 15px;
  }
  .lab-content {
    padding: 25px 50px 25px 50px;
    z-index: 2;
  }
  .trp-btn {
    padding: 12px 20px;
  }
  .custom-form .field .field__label {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .custom-form .field .field__input {
    border-radius: 10px;
    padding: 15px 20px;
    font-size: 16px;
  }
  .coas-body .coas-section .coas-grid{
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .coas-body .coas-section{
        gap: 30px;
  }
  .coas-section__title{
        font-size: 30px;
  }
  .coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__title{
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .header{padding-right:1.5rem!important; padding-left:1.5rem!important;}
  .custom-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 50px;
  }
  .left-image-right-text .inner-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
  .find-perfect .left-img img {
    width: 400px;
    height: auto;
  }
  .help-section .heding-btn {
    gap: 20px;
    flex-direction: column;
  }
  .coa-section .coa-product-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-form__buttons_quantity {
    display: flex;
    gap: 16px;
    flex-direction: column;
}
.product-form__buttons_quantity .product-form__input {
    min-width: unset;
    width: 160px;
    flex: unset;
}
.product-extra-links
 {
    display: flex;
    align-items: center;
    gap: 15px 25px;
    margin-top: 30px !important;
    flex-wrap: wrap;
}
.product-extra-link{
  font-size:16px;
}.share-button__button {
    font-size: 1.6rem;}
    .product__inventory_ships {
    margin: 28px 0 20px !important;
}
div.template-404 {
    margin: 0 0 100px 0;
}
.template-404 .title {
    margin-bottom: 0;
    margin-top: -25px;
    font-weight: 400;
    line-height: 1;
}
.template-404 .big-heading{
    font-size: 177px;
}
.main-template-404:before {
    top: -30px;
    width: 110px;
  }
.main-template-404:after {
   
    width: 100px;
  
}
.template-cart .title {
    font-size: 40px;
}

.collection-seo-block h1{
  font-size: 40px;
}
.collection-seo-block h2{
  font-size: 30px;
}
.collection-seo-block h3{
  font-size: 25px;
}
.collection-seo-block h4{
  font-size: 22px;
}
.collection-seo-block h5{
  font-size: 20px;
}
.collection-seo-block h6{
  font-size: 18px;
}

.blog-content-block h1{
  font-size: 40px;
}
.blog-content-block h2{
  font-size: 30px;
}
.blog-content-block h3{
  font-size: 25px;
}
.blog-content-block h4{
  font-size: 22px;
}
.blog-content-block h5{
  font-size: 20px;
}
.blog-content-block h6{
  font-size: 18px;
}

}
@media (max-width: 767px) {
  .sec-middle {
    padding: 30px 0;
  }
  .sec-bottom {
    padding: 30px 0 30px;
}
  .template-product .custom-breadcrumb
 {
    padding: 20px 0 0;
 }
  .collection-slider {
    padding: 30px 0 !important;
  }
  body .shopify-payment-button__button{
        min-height: 4.7rem !important;
    height: 4.7rem !important;
    padding: unset !important;
        font-size: 1.5rem !important; 
  }
  .main-hero-slide .left-side-text {
    width: 100%;
  }
  .coas-body .coas-section .coas-grid{
            grid-template-columns: repeat(1, 1fr);
  }
  .coas-body .coas-section{
    padding-top: calc(var(--header-height) + 10px);
  }
  .main-hero-slide .hero-right {
    width: 100%;
  }
  .main-hero-slide .hero-slider-main {
  height: auto;
  min-height: calc(100vh - 40px);
}
.main-hero-slide .swiper-slide {
  align-items: flex-start;
}
  .hero-slider-main .inner-slide-content {
    flex-direction: column-reverse;
    justify-content: flex-end;
    gap: 30px;
  }
  .main-hero-slide .marquee {
    margin-top: 45px;
  }
  .flavor-section .flavor-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .flavor-section .flavor-left {
    width: 100%;
    text-align: center;
  }
  .flavor-section .flavor-right p {
    text-align: center;
    font-size: 16px;
    line-height: 24px;
  }
  .flavor-section .flavor-right {
    width: 100%;
    padding-top: 0;
  }
  .find-perfect .left-img img {
    width: 100%;
    height: auto;
  }
  .lab-wrapper {
    grid-template-columns: 1fr;
  }
  .lab-content {
    padding: 40px 20px;
  }
  .lab-wrapper:after {
    display: none;
  }
  .left-image-right-text .inner-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .custom-footer .footer-top .field {
    gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-footer .footer-top .footer-menus {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 30px;
  }
  .custom-footer .footer-top .field input {
    background-position: 30px;
    padding-left: 60px;
  }
  .floating-tags {
    overflow: hidden;
    width: 100%;
  }

  .floating-tags .swiper-wrapper {
    transition-timing-function: linear !important;
    align-items: center;
  }

  .floating-tags .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
  }

  .floating-tags .tag {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    white-space: nowrap;
  }
  .main-hero-slide .floating-tags .tag {
    font-size: 16px;
    padding: 10px 15px;
  }
  .lab-content {
    padding: 24px;
  }
  .lab-banner .black-btn {
    margin-top: 10px;
  }
  .lab-image {
    position: relative;
    margin-top: -40px;
  }
  .lab-image img {
    display: block;
    width: 100%;
    height: auto;
    -webkit-mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 28%,
      rgba(0, 0, 0, 1) 100%
    );
    mask-image: linear-gradient(
      to bottom,
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 1) 28%,
      rgba(0, 0, 0, 1) 100%
    );
  }
  .news-letter-form .inner-wrapper {
    padding: 24px;
  }
  .news-letter-form .inner-wrapper .footer-block__newsletter .field {
    gap: 12px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 0px;
  }
  .news-letter-form
    .inner-wrapper
    .footer-block__newsletter
    .field
    .field__input {
    padding: 14px 36px 14px 60px;
    background-position: 30px;
  }
  .field:after,
  .select:after,
  .customer .field:after,
  .customer select:after,
  .localization-form__select:after {
    display: none;
  }
  .news-letter-form .inner-wrapper p {
    color: #fff;
    text-align: center;
    max-width: 100%;
    margin: 5px auto 20px;
    font-size: var(--fs-16);
    line-height: 1.5;
  }
  .custom-footer .footer-newsletter h2 {
    font-size: 22px;
    margin-bottom: 25px;
    font-weight: 500;
  }
  .custom-footer .footer-top .footer-menus h4,
  .custom-footer .footer-top .footer-menus ul li a {
    font-size: var(--fs-16);
  }
  .custom-footer .footer-bottom {
    padding: 25px 0 25px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    gap: 20px;
  }
  .custom-footer .footer-bottom p {
    letter-spacing: 0px;
    font-size: var(--fs-16);
    line-height: 180%;
  }
  .collection-header {
    text-align: center;
    margin-bottom: 3rem;
  }
  .main-hero-slide .inner-slide-content p {
    line-height: 26px;
    font-size: var(--fs-16);
    margin-bottom: 30px;
  }
  .subheading {
    font-size: var(--fs-16);
  }
  .collection__title.title-wrapper {
    margin-bottom: 3rem;
  }
  section.flavor-section.sec-middle {
    padding-top: 60px;
  }
  .trp-btn {
    padding: 10px 13px;
    font-size: 14px;
  }
  .custom-form .field .field__label {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .custom-form .field .field__input {
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 16px;
  }
  .section-template--20206405058751__rich_text_rDF68N-padding,
  .section-template--20206405058751__rich_text_rDF68N-padding,
  .section-template--20154342211775__rich_text_rDF68N-padding,
  .section-template--20206405091519__rich_text_rDF68N-padding,
  .section-template--20154342179007__rich_text_i6GDJX-padding {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .section-template--20205864190143__rich_text_8UAqnk-padding {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .news-letter-form .inner-wrapper p {
    margin: 10px auto 20px;
  }
  .coa-product-title {
    font-size: 20px;
    line-height: 1;
    margin: 0;
  }
  .coa-collections .coa-collection-title {
    font-size: 28px;
    text-align: center;
    margin: 0;
  }
  .coa-collection-block {
    gap: 30px;
    padding-top: 60px;
  }
  .all-collection-slider .image-wrapper img {
    height: 118px !important;
  }
  .all-collection-slider .collection-title {
    font-size: 16px !important;
  }
  .template-list-collections ul.collection-list {
    gap: 30px !important;
  }
  .template-list-collections ul.collection-list .card__inner {
    border-radius: 10px !important;
  }
  .faq-tabs-section .faq-content {
    padding: 20px 23px;
  }
  .faq-items .faq-item {
    padding: 20px;
    margin-bottom: 20px;
  }
  .faq-items .faq-item .faq-question {
    font-size: 18px;
    line-height: 26px;
  }
  .faq-question span.icon {
    max-width: 26px;
    height: 26px;
  }
  .faq-question span.icon svg {
    width: 8px;
  }
  .custom-filter-drawer {
    width: 290px;
    padding: 20px 20px 20px 20px;

  }
  #main-collection-filters {
  
    margin-bottom: 30px;
}
  .custom-filter-drawer .filter-submit .black-btn , .custom-filter-drawer .clear-all-btn {
    width: 100%;
    padding: 12px;
    cursor: pointer;
    font-size: 16px;
}
  .pdp-hotspot-section .pdp-hotspot-bg-text svg {
    height: auto;
  }
  .pdp-hotspot-section
    .pdp-hotspot-wrapper
    .pdp-hotspot-center
    .pdp-hotspot-product-image {
    width: 300px;
  }
  .pdp-hotspot-label {
    font-size: 16px;
    padding: 10px 15px;
  }
  .pdp-hotspot-left {
    transform: translate(150px, 120px);
        gap: 80px;
  }
  .pdp-hotspot-right {
    transform: translate(-160px, 60px);
        gap: 80px;
  }
  .coa-section .coa-tabs {
    display: none;
  }

  .coa-tabs-dropdown {
    display: block;
  }
  .product__title h1 {
  font-size: 28px;
}
.variant_picker_offer

 {
    margin: 50px 0 0 !important;
    display: flex;
    align-items: end;
    gap: 20px 7px;
    
}
.product-offer-badge {
    padding: 14px 22px;
    font-size: 16px;
}
.product-form__input--pill input[type=radio]+label {
    padding: 14px 36px;
    font-size: 1.6rem;
  }   
    .pdp-hotspot-section .pdp-hotspot-bg-text svg {
    width: calc(100% - 30px);
}
.template-product .related-products__heading {
    margin: 0 0 3rem;
    text-align: center;
}
.template-product .collection__title.title-wrapper {
    margin-bottom: 3rem !important;
    text-align: center;
}
.template-page .default-content h3
 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 600;
    font-size: 20px;
}
.template-page .default-content p {
    font-size: 16px;
    line-height: 1.5 !important;
    font-weight: 400;
}
.template-cart .title {
    font-size: 32px;
}
div#cart-notification{
        width: 360px !important;
        padding: 20px 10px;
    }
div#cart-notification  .cart-notification-product__name{
    margin-bottom: 1rem;
    font-size: 20px;

}
div#cart-notification .free-shipping-text.success{font-size:16px;}
.template-article .rich-text__blocks h3
 {
    margin: 40px 0 20px;
    font-size: 20px;

}
.template-article  .rich-text__wrapper{width:100%;}
.template-article .rich-text__blocks p {
    font-size: 16px;
    line-height: 1.5;
}
.sec-top {
    padding: 60px 0 30px;
}
.collection-hero-banner .inner-content{ background-color: rgb(0 0 0 / 42%)!important;}
.main-hero-slide .swiper-pagination {
    position: absolute;
    right: 10px !important;
    top: 50% !important;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    width:auto !important;
    left:unset !important;
}
    .coas-section__title {
        font-size: 28px;
    }
    .coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links{
      display: block;
    }
    .coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links a{
          display: block;
    text-align: left;
    padding: 9px 0;
    border: 0;
    border-bottom: 1px solid #D2D1D1;
    background-image: url('/cdn/shop/files/coa-arrow.svg?v=1778754649');
            background-repeat: no-repeat;
        background-position: 97%;
    }
    .coas-body .coas-section .coas-grid .coas-card .coas-card__info .coas-card__links a:after{
      display:none;
    }
    .desktop-title{
      display:none;
    }
    .coas-card__title.mobile-title{
      display:block;
      margin-top: 0;
    }
    .coas-body .coas-section .coas-grid .coas-card__img-wrap{
      flex-direction: column;
    }
    
.collection-seo-block h1{
  font-size: 35px;
}
.collection-seo-block h2{
  font-size: 26px;
}
.collection-seo-block h3{
  font-size: 22px;
}
.collection-seo-block h4{
  font-size: 20px;
}
.collection-seo-block h5{
  font-size: 18px;
}
.collection-seo-block h6{
  font-size: 16px;
}

.blog-content-block h1{
  font-size: 35px;
}
.blog-content-block h2{
  font-size: 26px;
}
.blog-content-block h3{
  font-size: 22px;
}
.blog-content-block h4{
  font-size: 20px;
}
.blog-content-block h5{
  font-size: 18px;
}
.blog-content-block h6{
  font-size: 16px;
}
.collection-hero-banner .inner-content .content .h2{
  font-size: 30px;
}
.faq-question h3{
  font-size: 18px;
        line-height: 26px;
}
.pdp-top-review{
      font-size: 16px;
}
}
@media (max-width: 500px) {
  .coa-section .coa-product-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  a.coa-product-link {
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
  }
  .coa-section .coa-product-grid .coa-product-card {
    padding: 30px;
  }
  .coa-product-meta {
    flex-wrap: wrap;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    gap: 6px;
  }
  .coa-product-meta .coa-meta-btn {
    padding-right: 0;
    border-right: 0;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    background-image: url(/cdn/shop/files/coa-arrow.svg?v=1778754649);
    background-repeat: no-repeat;
    background-position: center right 6px;
  }
  .coa-product-meta .coa-meta-btn:not(:last-child) {
    padding-bottom: 6px;
    border-bottom: 1px solid #d2d1d1;
  }
      .custom-footer .footer-top .field input {
      width:100%;
    }
}

body.dark .jdgm-histogram__bar-content{
      background-color: #fff;
}
.jdgm-write-rev-link.jdgm-write-rev-link{
      padding: 10px 36px;
       color: var(--bg-color) !important;
    background-color: var(--text-color) !important;
    text-decoration: none;
    border-radius: 100px;
    font-size: var(--fs-18);
    border:1px solid var(--bg-color) !important;
}

.jdgm-write-rev-link.jdgm-write-rev-link:hover{
  background-color: transparent !important;
  border:1px solid var(--text-color) !important;
  color: var(--text-color) !important;
}

.shopify-payment-button__button:hover{
        background-color: transparent !important;
    color: var(--text-color);
    border: 1px solid;
}


body.dark .jdgm-row-media,body.dark .jdgm-row-search, body.dark .jdgm-subtab, body.dark .jdgm-row-actions, body.dark .jdgm-quest,body.dark .jdgm-rev, body.dark .jdgm-paginate{
      border-color: #ffffff5e;
}

.jdgm-sort-dropdown option{
  color:#1c1b1b;
}
 body.dark .jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
  color: #000;
    background-color: #fff;
 }

.card-wrapper:hover .card-information .black-btn{
      color: var(--text-color);
    background: transparent;
}
.news-letter-form .inner-wrapper .footer-block__newsletter .field__button:hover{
    background-color: transparent;    color: #fff;
}

.note ul{
font-size: 12px;
    line-height: 1.5;
    padding: 10px 0 0 20px;
}