/** Shopify CDN: Minification failed

Line 450:122 Unexpected "{"
Line 3823:2 "transtion" is not a known CSS property

**/
.list-menu--disclosure{
  width: auto !important;
}

.banner_section .content-box .menu-tabs-wrapper li.second-level-item {
    margin: 0;
}

header.header--middle-left .header__inline-menu .header__menu-item{
white-space: nowrap;
}

header.header--middle-left .header__inline-menu .header__menu-item .header__active-menu-item{
  color: #000 !important;
  background: transparent !important;
  text-decoration: none;
  /* font-weight: 600; */
  position: relative;
}

header.header--middle-left .header__inline-menu summary.header__menu-item {
  position: relative;
}

/* header.header--middle-left .header__inline-menu summary.header__menu-item .header__active-menu-item::before{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  border: 2px solid #00957C;
}

header.header--middle-left .header__inline-menu .header__active-menu-item::before{
  content: "";
  position: absolute;
  bottom: -6px;
  left: 0;
  width: 100%;
  border: 2px solid #00957C;
} */

details[open]>.header__menu-item{
  text-decoration: none !important;
}

#product-grid .grid__item .price--on-sale .price-item--regular{
  display: none;
}

.product__info-wrapper .price .badge{
  display: none;
}

.product__info-wrapper .product__tax{
  display: none;
}

body{
  background-image: url('https://cdn.shopify.com/s/files/1/0121/6592/files/Group.png?v=1748430626') !important;
  background-attachment: unset !important;
}


*{
  letter-spacing: normal;
}

/* header starts */

header predictive-search .field__input{
  background: #000;
}

header .search-modal__content{
  background: #000;
}

header.header--middle-left{
  grid-template-columns: auto 1fr auto;
}

header.header--middle-left .header__inline-menu{
  text-align: center;
}

header.header--middle-left .header__inline-menu .list-menu.list-menu--inline > li{
    position: relative;
    padding-inline: 5px;
}

header.header--middle-left .header__inline-menu .list-menu.list-menu--inline > li:not(:last-child):before{
  content: "|";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
}

header.header--middle-left .header__icons{
  align-items: center;
}

header.header--middle-left .header__icons .button{
  min-height: 41px;
  padding-inline: 20px;
  border-radius: 25px;
  font-size: 14px;
  letter-spacing: normal;
  border: 1px solid rgba(var(--color-button),var(--alpha-button-background));
  transition: all 0.25s ease-in-out;
}

header.header--middle-left .header__icons .button:hover{
  background: #fff;
  border-color: #000;
}


header.header--middle-left .header__icons .button::after, header.header--middle-left .header__icons .button::before{
  display: none;
}

header.header--middle-left .header__icons .icon-box{
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 7px;
  background: #EBEDED;
  border-radius: 24px;
  padding: 5px 5.5px;
  margin-right: 16px;
}

header .header__icon, header .header__icon--cart .icon{
  width: auto;
  height: auto;
}

header .header__icon .svg-wrapper, header .header__icon .icon{
  width: auto;
  height: auto;
}

header .header__icon--cart{
  margin-right: 5px;
}

header.header--middle-left .header__icons .header__search{
  padding: 6.5px 13.5px;
  background: #38FBDB;
  border-radius: 40px;
}
ul.menu-panel li.second-level-item {
    position: relative;
}
ul.third-level-dropdown.open {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 14px 10px;
}
ul.third-level-dropdown.open li:hover a {
    color: #38fbdb !important;
}

.third-level-dropdown{
 position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 14px 10px;
    padding-left: 10px !important;
}

.shopify-section.tabbing-sections .button-box {
    text-align: right;
}

.shopify-section.tabbing-sections .button-box a::after {
    display: none;
}

.shopify-section.tabbing-sections .button-box a {
    transition: all 0.25s ease-in-out;
}

.shopify-section.tabbing-sections .button-box a:hover {
    background: #000;
    color: #fff;
}

/* banner starts */

.menu-tabs {
      display: flex;
      list-style: none;
      padding: 0;
      margin-bottom: 1rem;
      gap: 0;
     overflow: auto;
    }

    .menu-tabs > li {
      cursor: pointer;
      padding: 12px 10px;
      /* border-bottom: 2px solid transparent; */
      transition: background 0.3s;
      margin-bottom: 0 !important
    }

    .menu-tabs > li.menu-tab{
      background: #38FBDB;
      border-radius: 1000px;
      
    }

    .menu-tab, .menu-tabs a{
      font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0%;
      color: #000000;
      text-decoration: none;
      float: left;
      white-space: nowrap;
    }

    .menu-tab.active {
      /* border-color: #000; */
      /* font-weight: bold; */
      background: #38FBDB;
      border-radius: 20px;
         padding: 12px 15px;
    }

    .menu-content ul, .menu-content ul li{
      list-style: none;
      padding-left: 0;
      margin: 0px;
    }

    .menu-content ul li button{
      margin: 0px;
         font-family: Poppins;
      font-weight: 400;
      font-size: 14px;
      line-height: 150%;
      letter-spacing: 0%;
      color: #000000;
      text-decoration: none;
      padding: 12px 18px;
          background: #38FBDB;
      border-radius: 40px;
      white-space: nowrap;
      display: flex;
      align-items: center;
      column-gap: 10px;
    }

    .hidden {
      display: none;
    }

    .second-level-item {
      margin-bottom: 0.5rem;
    }

    .third-level-toggle {
      background: none;
      border: none;
      padding: 0;
      font-weight: bold;
      cursor: pointer;
      display: inline-block;
      margin-bottom: 0.2rem;
    }

    .third-level-dropdown {
      margin-top: 0.5rem;
      padding-left: 1rem;
      list-style: none;
      border-left: 2px solid #eee;
    }

    .third-level-dropdown .hidden {
      display: none;
    }

.banner_section .clipped-box{
  position: relative;
}

body.index .banner_section .clipped-box::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 11.37%, rgba(56, 251, 219, 0.4) 100%), linear-gradient(130.35deg, rgba(0, 0, 0, 0) 47.14%, #000000 112.7%);

}

.banner_section .clipped-box img{
  float: left;
  width: 100%;
  display: block;
}

.banner_section .clipped-box img.mobile-image{
  display: none;
}

header.header--middle-left .header__inline-menu .list-menu.list-menu--inline > li details[open]>.header__submenu{
  display: none !important;
}

.banner_section{
  padding-bottom: 80px;
  background: #131014;
  padding-top: 2px;
}

.banner_section .clipped-box .banner-title{
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 11;
  max-width: 63%;
}

.banner_section .clipped-box .banner-title h2{
  margin: 0px;
  color: #FFF;
  font-size: 96px;
  font-style: italic;
  font-weight: 275;
  line-height: 100px;
  text-transform: uppercase;
  text-align: right;
}

.banner_section .clipped-box .banner-title h2 strong{
  font-style: normal;
  font-weight: 400;
  display: block;
}

.banner_section .content-box, .page .content-box{
  position: relative;
}


.banner_section .content-box .banner-swiper{
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  width: 100%;
  max-width: 500px
}

body.index .banner_section .content-box .menu-tabs-wrapper, body.index .page .content-box .menu-tabs-wrapper{
  top: 20px;
  max-width: calc(100% - 40px);
  left: 20px;
}

.banner_section .content-box .menu-tabs-wrapper, .page .content-box .menu-tabs-wrapper{
  position: absolute;
  top: 10px;
  left: 0px;
  display: flex;
  align-items: center;
  z-index: 11;
  max-width:78%;
  width: fit-content;
}

 .page .content-box .menu-tabs-wrapper{
  top: 5px;
 }

.banner_section .content-box .menu-tabs-wrapper .menu-tabs, .page .content-box .menu-tabs-wrapper .menu-tabs{ 
  margin: 0;
  background: #EBEDED;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border-radius: 100px;

}

.banner_section .content-box .menu-content, .page .content-box .menu-content{
   margin-left: 22px;
  background: #EBEDED;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  position: relative;
}

.banner_section .content-box .menu-content{
  flex-grow: 1;
}

.banner_section .content-box .menu-content ul, .shopify-section .content-box .menu-content ul{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}

.banner_section .content-box .menu-content ul li button{
  width: 100%;
  align-items: center;
  justify-content: center;
}

.banner_section .content-box .menu-content ul li a, .shopify-section .content-box .menu-content ul li a{
  font-weight: 400;
  color: #000;
  text-decoration: none;
  padding-inline: 5px 5px;
  padding-left: 20px;
  font-size: 14px;
}

.banner_section .content-box .menu-content .third-level-dropdown, .page .content-box .menu-content .third-level-dropdown, {
      position: absolute;
    top: calc(100% + 10px);
    background: #fff;
    min-width: 200px;
    border-radius: 20px;
    padding: 20px;
    right: 0;
}

.banner_section .content-box .menu-content .third-level-dropdown a, .page .content-box .menu-content .third-level-dropdown a{
  color: #000;
  text-decoration: none;
}

.banner_section .banner-swiper .swiper-slide{
  position: relative;
}

.banner_section .banner-swiper .swiper-slide .card{
  position: absolute;
  top: 95px;
  left: 20px;
  bottom: calc(9.8% + 42px);
  border-radius: 30px;
  border: 3px solid #FFF;
  background: linear-gradient(180deg, #0000, #000), url(<path-to-image>) #d3d3d3 -97.668px -86.891px / 134.796% 110.545% no-repeat;
  height: auto;
  overflow: hidden;
  z-index: 1;
   width: 91%;
  max-width: 426px;
}

.banner_section .banner-swiper .swiper-slide .card{
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}

.banner_section .banner-swiper .swiper-slide.swiper-slide-active .card{
  opacity: 1;
}

.banner_section .banner-swiper .swiper-slide .card .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.banner_section .banner-swiper .swiper-slide .card .image-box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg,#0000,#000),url(<path-to-image>) transparent -97.668px -86.891px / 134.796% 110.545% no-repeat;
}

.banner_section .banner-swiper .swiper-slide .card .content-box{
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 38px 40px;
  
}

.banner_section .banner-swiper .swiper-slide .card .content-box .product-title{
  color: #FFF;
  font-size: 64px;
  font-style: italic;
  font-weight: 275;
  line-height: 80px; /* 125% */
  margin: 0px;
  letter-spacing: normal;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .product-title strong{
  font-style: normal;
  font-weight: 400;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .subtitle{
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0px;
  letter-spacing: normal;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .swatch-box{
  padding-top: 20px;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .swatch-box .label{
  margin-top: 0px;
  margin-bottom: 10px;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .swatch-box .color-options{
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .swatch-box .color-options .swatch{
  width: 40px;
  height: 40px;
  border-radius: 100%;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .swatch-box .color-options .swatch:not(:first-child){
  margin-left: -11px;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .swatch-box .color-options .more{
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
    margin-left: -11px;
  padding: 10.5px 21px;
  background: #FFFFFF;
  border-radius: 50px;
}

.banner_section .banner-swiper .swiper-slide .card .content-box .swatch-box .color-options .more a{
  color: #353535;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
}

.banner_section .banner-swiper .swiper-slide .button-box{
  position: absolute;
  bottom: 6px;
  left: 0;
  width: 100%;
}

.banner_section .banner-swiper .swiper-slide .button-box .button{
  border-radius: 75px;
  background: #38FBDB;
  border: 1px solid #38FBDB;
  color: #131014;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 30px;
  min-height: 63px;
  box-sizing: border-box;
  width: 100%;
  max-width: 305px;
  transition: all 0.25s ease-in-out;
  
}

.banner_section .banner-swiper .swiper-slide .button-box .button:hover{
  background: transparent;
  color: #38FBDB;
}

.banner_section .banner-swiper .swiper-slide .button-box .button::after, .banner_section .banner-swiper .swiper-slide .button-box .button::before{
  display: none;
}

.banner_section .banner-swiper .arrow-box{
  position: absolute;
  bottom: 20px;
  left: 380px;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.banner_section .banner-swiper .arrow-box .swiper-button-prev, .banner_section .banner-swiper .arrow-box .swiper-button-next{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #38FBDB;
  color: #38FBDB;
  border-radius: 100%;
  transition: all 0.25s ease-in-out;
}

.banner_section .banner-swiper .arrow-box .swiper-button-prev::after, .banner_section .banner-swiper .arrow-box .swiper-button-next::after{
  display: none;
}

.banner_section .banner-swiper .arrow-box .swiper-button-prev svg, .banner_section .banner-swiper .arrow-box .swiper-button-next svg{
  width: auto;
  height: auto;
}

.banner_section .banner-swiper .arrow-box .swiper-button-next svg{
  transform: rotate(180deg);
}

.banner_section .banner-swiper .arrow-box .swiper-button-prev:hover, .banner_section .banner-swiper .arrow-box .swiper-button-next:hover{
  background: #38FBDB;
  color: #3D3D3D;
}

/* ======== marquee section starts ========= */


.marquee-section{
  background: #38FBDB;
  overflow: hidden;
}

.marquee-section .swiper-container {
	 width: 100%;
	 height: 100%;
	 position: relative;
}

.marquee-section .swiper-container.swiper--bottom:after {
	 animation-direction: reverse;
}
.marquee-section .swiper-wrapper {
	 -webkit-transition-timing-function: linear !important;
	 transition-timing-function: linear !important;
	 position: relative;
}
.marquee-section .swiper-slide {
	 text-align: center;
	 font-size: 33px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
	 width: auto;
	 position: relative;
	 overflow: hidden;
	 padding: 49px 20px;
    column-gap: 40px;
}


.marquee-section .swiper-slide p{
  margin: 0px;
  font-weight: 400;
  font-style: italic;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #131014;
}

/* choose wig section */

.shopify-section.choose-wig{
  padding: 120px 0;
  background: #fff !important;
}

.shopify-section.choose-wig .title-box{
  width: 100%;
  display: table;
  margin-bottom: 40px;
}

.shopify-section.choose-wig .title-box .title{
  margin: 0px;
  font-weight: 275;
  font-style: italic;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: normal;
  color: #131014;
}

.shopify-section.choose-wig .title-box .title p{
  margin: 0;
}

.shopify-section.choose-wig .title-box .title strong{
  font-weight: 400;
  font-style: normal;
}

.shopify-section.choose-wig .content{
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.shopify-section.choose-wig .content .card{
  width: calc(25% - 30px * 3/4);
  position: relative;
  border-radius: 22px;
  overflow: hidden;
}

.shopify-section.choose-wig .content .card .image-box {
    position: relative;
    display: block;
}

.shopify-section.choose-wig .content .card .image-box::before {
    content: "";
    position: relative;
    width: 100%;
    display: block;
    padding-top: 85.496%;
}

.shopify-section.choose-wig .content .card .overlay-link{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.shopify-section.choose-wig .content .card .image-box {
    position: relative;
    display: block;
}

.shopify-section.choose-wig .content .card .image-box::before {
    content: "";
    position: relative;
    width: 100%;
    display: block;
    padding-top: 85.496%;
}

.shopify-section.choose-wig .content .card .image-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.shopify-section.choose-wig .content .card .title-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 138.42%);
    transition: all 0.25s ease-in-out;
}

.shopify-section.choose-wig .content .card .title-box .title {
    font-weight: 400;
    font-size: 30px;
    line-height: 100%;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-style: normal;
}

.shopify-section.choose-wig .content .card .content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 233px; */
    padding: 25px;
    background: #38FBDB;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    transform: translateY(0);
    transition: all 0.25s ease-in-out;
}

.shopify-section.choose-wig .content .card .title-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 40px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 138.42%);
    transition: all 0.25s ease-in-out;
}

.shopify-section.choose-wig .content .card .title-box .title {
    font-weight: 400;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-style: normal;
}

.shopify-section.choose-wig .content .card .content-box {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 233px; */
    padding: 25px;
    background: #38FBDB;
    border-top-left-radius: 22px;
    border-top-right-radius: 22px;
    transform: translateY(0);
    transition: all 0.25s ease-in-out;
}

.shopify-section.choose-wig .content .card .content-box .title {
    margin: 0;
    text-align: center;
    font-weight: 275;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    margin-bottom: 20px;
}

.shopify-section.choose-wig .content .card .content-box .title strong {
    font-style: normal;
    font-weight: 400;
}

.shopify-section.choose-wig .content .card .content-box .link-box {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 40px;
}

.shopify-section.choose-wig .content .card .content-box .link-box a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: Poppins;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    text-align: center;
    text-decoration: none;
    color: #131014;
}

.shopify-section.choose-wig .content .card .content-box .link-box a .icon-box {
    width: 55px;
    height: 55px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopify-section.choose-wig .content .card .content-box .title p {
    margin: 0;
}

.shopify-section.choose-wig .content .card:hover .content-box {
    transform: translateY(0);
}

.shopify-section.choose-wig .content .card:hover .title-box {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 138.42%);
}

/* hero banner */

.shopify-section.hero-banner .image-box{
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 300px;
  border-radius: 22px;
  overflow: hidden;
  
}

.shopify-section.hero-banner .image-box .background-image{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shopify-section.hero-banner .image-box .heading-box{
    padding: 91px 88px;
    font-family: Poppins;
    font-weight: 275;
    font-style: italic;
    font-size: 64px;
    line-height: 80px;
    letter-spacing: normal;
    color: #fff;
    z-index: 1;
    max-width: 666px;
}

.shopify-section.hero-banner .image-box .heading-box strong{
  font-style: normal;
  font-weight: 400;
}

.shopify-section.hero-banner .image-box .heading-box p {
    margin: 0;
}

/* ==================== */

.banner_section.inner-banner .menu-dropdown{
  display: none;
}

.shopify-section.collection-listing{
  padding: 120px 0;
  overflow: hidden;
}

.shopify-section.collection-listing .content-box{
  width: calc((100% - 1280px) / 2 + 1280px);
  margin-left: calc((100% - 1280px) / 2);
  display: flex;
  align-items: stretch;
  column-gap: 32px;
  flex-wrap: wrap;
}

.shopify-section.collection-listing .content-box .content{
  width: calc((1200px / 3) + 11px);
  padding-right: 15px;
}

.shopify-section.collection-listing .content-box .swiper-collection-first{
  width: calc((1200px / 3) + 32px);
  margin: 0px;
}

.shopify-section.collection-listing .content-box .content .title{
  margin: 0px;
  margin-bottom: 70px;
}

.shopify-section.collection-listing .content-box .content .title p{
  margin: 0px;
  font-weight: 275;
  font-style: italic;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: 0%;
  color: #131014;
}

.shopify-section.collection-listing .content-box .content .title p strong{
  font-weight: 400;
  font-style: normal;
}

.shopify-section.collection-listing .content-box .content .slider-buttons{
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 10px;
  margin-bottom: 38px;
}

.shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-prev, .shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-next{
  position: relative;
  width: 100%;
  display: block;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #131014;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  margin: 0px;
}

.shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-prev:hover, .shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-next:hover{
  background: #38FBDB;
  border-color: #38FBDB;
}

.shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-prev::after, .shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-next::after{
  display: none;
}

.shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-prev svg, .shopify-section.collection-listing .content-box .content .slider-buttons .swiper-button-next svg{
  width: auto;
  height: auto;
}

.shopify-section.collection-listing .content-box .content .description p{
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  margin-bottom: 41px;
  margin-top: 0;
}

.shopify-section.collection-listing .content-box .content a.button{
      border-radius: 75px;
    background: #38fbdb;
    color: #131014;
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: normal;

    padding: 15px 30px;
    min-height: 51px;
    box-sizing: border-box;
    width: 100%;
  transition: all 0.25s ease-in-out;
}

.shopify-section.collection-listing .content-box .content a.button:hover{
  background: #000;
  color: #fff;
}

.shopify-section.collection-listing .content-box .content a.button::after, .shopify-section.collection-listing .content-box .content a.button::before{
  display: none;
}

.shopify-section.collection-listing .swiper-collection-first .swiper-slide img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shopify-section.collection-listing .swiper-collection-first .swiper-slide .image-box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 138.12%), url(<path-to-image>) transparent -247.16px 0px / 157.454% 100% no-repeat;
}

.shopify-section.collection-listing .swiper-collection-first .swiper-slide .collection-title{
  color: #FFF;
font-size: 34px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 36px */
  position: absolute;
  bottom: 13px;
  left: 20px;
  z-index: 1;
  max-width: 50%;
}

.shopify-section.collection-listing .swiper-collection-first .swiper-slide .button{
  color: #434343;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  background: transparent;
  border-radius: 44px;
  border: 1px solid #366267;
  padding: 8px 21px;
  position: absolute;
  bottom: 14px;
  right: 0px;
  min-height: inherit;
  transition: all 0.25s ease-in-out;
}

.shopify-section.collection-listing .swiper-collection-first .swiper-slide .button:hover{
  background: #366267;
  color: #fff;
}

.shopify-section.collection-listing .swiper-collection-first .swiper-slide .button::before, .shopify-section.collection-listing .swiper-collection-first .swiper-slide .button::after{
  display: none;
}

.shopify-section.collection-listing .swiper-collection-second{
  width: calc(100% - 907px);
  height: 100%;
}

.shopify-section.collection-listing .swiper-collection-second .swiper-slide img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  border-radius: 0;
}

.shopify-section.collection-listing .swiper-collection-second .swiper-slide .image-box::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 138.12%), url(<path-to-image>) transparent -247.16px 0px / 157.454% 100% no-repeat;
}

.shopify-section.collection-listing .swiper-collection-second .swiper-slide .collection-title{
  color: #FFF;
font-size: 28px;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 36px */
  position: absolute;
  bottom: 10px;
  left: 17px;
  max-width: 50%;
  z-index: 1;
}

.shopify-section.collection-listing .swiper-collection-second .swiper-slide .button{
  color: #434343;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
  background: transparent;
  border-radius: 44px;
  border: 1px solid #366267;
  padding: 6.754px 17.73px;
  position: absolute;
  bottom: 9.5px;
  right: 0px;
  min-height: inherit;
  min-width: inherit;
  transition: all 0.25s ease-in-out;
}

.shopify-section.collection-listing .swiper-collection-second .swiper-slide .button:hover{
  background: #366267;
  color: #fff;
}

.shopify-section.collection-listing .swiper-collection-second .swiper-slide .button::before, .shopify-section.collection-listing .swiper-collection-second .swiper-slide .button::after{
  display: none;
}

.shopify-section.collection-listing .swiper-collection-second .swiper-slide{
  width: 366px;
}

/* card collection */

.shopify-section.card-collection{
  padding: 120px 0;
  background: #131014;
}

.shopify-section.card-collection.image-card{
  background: transparent; 
}

.shopify-section.card-collection .content-box{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 30px;
  width: 100%;
}

.shopify-section.card-collection .content-box .content{
  grid-column-start: 2;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto;
}

.shopify-section.card-collection .content-box .first-slider{
  grid-column-start: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
  max-width: 400px;
}

.shopify-section.card-collection .content-box .second-slider{
  grid-column-start: 2;
   width: 100%;
  max-width: 847px;
}


.shopify-section.card-collection .content-box .content .title{
  margin: 0px;
  margin-bottom: 30px;
  grid-column: 1 / span 2;
}

.shopify-section.card-collection .content-box .content .title p{
  margin: 0px;
  font-weight: 275;
  font-style: italic;
  font-size: 56px;
  line-height: 70px;
  letter-spacing: 0%;
  color: #38FBDB;
}

.shopify-section.card-collection.image-card .content-box .content .title p{
  color: #000000;
}

.shopify-section.card-collection .content-box .content .title p strong{
  font-weight: 400;
  font-style: normal;
}

.shopify-section.card-collection .content-box .content .slider-buttons{
      display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    column-gap: 10px;
    margin-bottom: 0;
    grid-column-start: 2;
}

.shopify-section.card-collection .content-box .content .button-box{
  grid-row-start: 2;
}

.shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-prev, .shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-next{
  position: relative;
  width: 100%;
  display: block;
  width: 47px;
  height:47px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #38FBDB;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  margin: 0px;
  color: #38FBDB;
}

.shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-prev:hover, .shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-next:hover{
  background: #38FBDB;
  border-color: #38FBDB;
  color: #131014;
}

.shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-prev::after, .shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-next::after{
  display: none;
}

.shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-prev svg, .shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-next svg{
  width: auto;
  height: auto;
}

.shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-prev svg path, .shopify-section.card-collection .content-box .content .slider-buttons .swiper-button-next svg path{
  fill: currentcolor;
}


/* =========== */
.shopify-section.card-collection.image-card .content-box.bottom_right {
    padding-bottom: 114px;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_right{
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-prev, .shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-next{
  position: relative;
  width: 100%;
  display: block;
  width: 47px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #38FBDB;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  margin: 0px;
  color: #38FBDB;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-prev:hover, .shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-next:hover{
  background: #38FBDB;
  border-color: #38FBDB;
  color: #131014;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-prev::after, .shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-next::after{
  display: none;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-prev svg, .shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-next svg{
  width: auto;
  height: auto;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-prev svg path, .shopify-section.card-collection.image-card .slider-buttons.bottom_right .swiper-button-next svg path{
  fill: currentcolor;
}

.shopify-section.card-collection.image-card .content-box.bottom_right .swiper-pagination.swiper-pagination-progressbar{
  bottom: 91px;
}

/* =========== */

.shopify-section.card-collection.image-card .content-box.bottom_center {
    padding-bottom: 114px;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_center{
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-prev, .shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-next{
  position: relative;
  width: 100%;
  display: block;
  width: 47px;
  height: 51px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #38FBDB;
  border-radius: 100%;
  top: 0;
  left: 0;
  right: 0;
  transform: translate(0, 0);
  margin: 0px;
  color: #38FBDB;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-prev:hover, .shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-next:hover{
  background: #38FBDB;
  border-color: #38FBDB;
  color: #131014;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-prev::after, .shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-next::after{
  display: none;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-prev svg, .shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-next svg{
  width: auto;
  height: auto;
}

.shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-prev svg path, .shopify-section.card-collection.image-card .slider-buttons.bottom_center .swiper-button-next svg path{
  fill: currentcolor;
}

.shopify-section.card-collection.image-card .content-box.bottom_center .swiper-pagination.swiper-pagination-progressbar{
  bottom: 91px;
}

.shopify-section.card-collection .content-box .content a.button{
      border-radius: 75px;
    background: #38fbdb;
  border: 1px solid #38fbdb;
    color: #131014;
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: normal;
    width: 100%;
    padding: 15px 30px;
    min-height: 51px;
    box-sizing: border-box;
  max-width: 352px;
  transition: all 0.25s ease-in-out;
}

.shopify-section.card-collection .content-box .content a.button::after, .shopify-section.card-collection .content-box .content a.button::before{
  display: none;
}

.shopify-section.card-collection .content-box .content a.button:hover{
  background: transparent;
  color: #38fbdb;
}

.shopify-section.card-collection .slider-box .swiper-slide{
  position: relative;
}

.shopify-section.card-collection .slider-box .image-box{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
  display: table;
}

.shopify-section.card-collection.image-card .content-box{
  align-items: flex-end;
}

.shopify-section.card-collection.image-card .content-box:not(.top) .slider-box .image-box:before{
padding-top: 154%;
  background: transparent;
}

.shopify-section.card-collection.image-card .content-box:not(.top) .content{
  align-self: flex-start;
}

.shopify-section.card-collection .slider-box .image-box::before{
  content: "";
  width: 100%;
  position: relative;
  display: block;
  padding-top: 120%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 141.04%);
  z-index: 1;
}

.shopify-section.card-collection .slider-box .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shopify-section.card-collection .slider-box .content{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 25px;
    z-index: 1;
    flex-flow: column;
    display: flex;
    box-sizing: border-box;
    align-items: flex-start;
}

.shopify-section.card-collection .slider-box .content .collection-title{
    font-weight: 400;
    font-size: 36px;
    line-height: 54px;
    letter-spacing: normal;
    margin-bottom: 10px;
    color: #fff
}

.shopify-section.card-collection .slider-box .content a.button{
      color: #ffffff;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    background: transparent;
    border-radius: 44px;
    border: 1px solid #ffffff;
    padding: 8px 21px;
    min-height: inherit;
  width: auto;
}

.shopify-section.card-collection .slider-box .content a.button:hover{
  background: #38fbdb;
  border-color: #38fbdb;
  color: #000;
}

.shopify-section.card-collection .slider-box.second-slider .image-box:before {
    padding-top: 73.4%;
}

.shopify-section.card-collection.image-card .content-box:not(.top) .slider-box.second-slider .image-box:before{
  padding-top: 86.742%;
  background: transparent;
}

.shopify-section.card-collection.image-card .content-box.top .slider-box .image-box:before{
  background: transparent !important;
}

.shopify-section.card-collection .content-box.top .content .title{
  margin-bottom: 0;
  grid-column: 1 / span 1;
}

.shopify-section.card-collection .content-box.top .content .slider-buttons{
  align-items: flex-end;
}

.shopify-section.card-collection .slider-box.second-slider .swiper{
  position: inherit;
}

.shopify-section.card-collection .content-box{
  position: relative;
  padding-bottom: 35px;
}

.shopify-section.card-collection .content-box .swiper-pagination.swiper-pagination-progressbar{
      top: auto;
    bottom: 0;
    height: 8px;
    background: #38FBDB33;
    border-radius: 4px;
    overflow: hidden;
}

.shopify-section.card-collection.image-card .content-box .swiper-pagination.swiper-pagination-progressbar{
  background: #66666633;
}

.shopify-section.card-collection .content-box span.swiper-pagination-progressbar-fill {
    background: #38FBDB !important;
    border-radius: 4px;
}

/* ============= collection page starts ========= */

body:not(.index) .section-header .gradient{
      background: transparent;
    display: block;
    clear: both;
}

body:not(.index) .section-header .search-modal.modal__content.gradient{
  background: #fff;
}

.section-header .search-modal.modal__content.gradient .search__button .icon.icon-search path{
  fill: #38fbdb;
}

.js details[open].menu-opening>.menu-drawer, details[open].menu-opening>.menu-drawer__submenu{
  background: #000;
}

body:not(.index) .header__heading-logo-wrapper, body:not(.index) header.header--middle-left .header__inline-menu .list-menu.list-menu--inline>li:not(:last-child):before{
  filter: grayscale(1) brightness(0);
}

body:not(.index) header.header--middle-left .header__inline-menu details[open] > .header__submenu{
  background: #fff;
}

body:not(.index) header.header--middle-left .header__inline-menu .header__menu-item{
  color: #000;
}

.shopify-section.collection-banner{
  background: transparent;
  padding-bottom: 50px;
}

.shopify-section.collection-banner .clipped-box .banner-title h2{
  background: transparent;
  font-weight: 400;
  font-style: normal;
  font-size: 64px;
  line-height: 100px;
  margin-left: auto;
}

.shopify-section.main-collection-product-grid .facets-vertical{
  flex-wrap: wrap;
  justify-content: space-between;
}

.shopify-section.main-collection-product-grid .facets-wrapper{
  width: 33%;
  margin-top: -150px;
  padding-left: 30px;
  box-sizing: border-box;
  z-index: 1;
}

.shopify-section.main-collection-product-grid #FacetsWrapperDesktop .facets__heading{
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: 0%;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__form-vertical{
  width: 100%;
  max-width: 263px;
}

.shopify-section.main-collection-product-grid .product-grid-container{
  width: 66.38%;
}

.shopify-section.main-collection-product-grid .facets-wrapper facet-remove:not(.active-facets__button-wrapper){
  display: none;
}

.shopify-section.main-collection-product-grid .facets-wrapper facet-remove.active-facets__button-wrapper{
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: normal;
  text-decoration: none;
  margin-top: 6px;
}

.shopify-section.main-collection-product-grid .facets-wrapper facet-remove.active-facets__button-wrapper a{
  text-decoration: none;
}

.shopify-section.main-collection-product-grid .facets-wrapper details summary{
  font-weight: 700;
  font-style: italic;
  color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 27px;
}

.shopify-section.main-collection-product-grid .facets-wrapper details summary svg{
  display:block;
  height:0.9rem;
}

.shopify-section.main-collection-product-grid .facets-wrapper .product-count{
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  align-self: flex-start;
  margin-top: 6px;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical{
  border-top: 1px solid #0000004D;
  width:100%;
  max-width:335px;
  margin-bottom: 0;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical .button-show-more{
  margin-top: 0px;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical .facets__selected{
  display: none;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical.color .facets-layout label input, .shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical.color .facets-layout label input + svg{
  display: none;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical.color .facets-layout label .svg-wrapper{
  display: none;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical.color  .color-value{
  border-radius: 4px;
  margin-right: 12px;
  /* border: 2px solid transparent; */
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical.color input:checked ~ .color-value{
  border-radius: 4px;
  margin-right: 12px;
  border: 2px solid #131014
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical.color label{
  align-items: center;
  font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 18px;
letter-spacing: 0%;
vertical-align: middle;

}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical:not(.color) label{
  align-items: center;
  font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
vertical-align: middle;
padding-block: 5px;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical:not(.color) label input, .shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical:not(.color) label input + svg{
  display: none;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical:not(.color) label input ~ .svg-wrapper{
  position: relative;
  top: 0;
  left: 0;
    margin-right: 12px;
  width: 18px;
  height: 18px;
  border: 1px solid #8C53F3;
  border-radius: 50%;
  visibility: visible;
  background: transparent;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical:not(.color) label input:checked ~ .svg-wrapper{
  background-color: #8C53F3;
  position: relative;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical:not(.color) label input:checked ~ .svg-wrapper::before{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}

.shopify-section.main-collection-product-grid .facets-wrapper .facets__disclosure-vertical:not(.color) label input ~ .svg-wrapper svg{
  display: none;
}

body.login .customer.login .login-bottom-link, body.register .login-bottom-link{
  display: flex;
  align-items: center;
  color: #04715F;
  font-size: 16px;
  line-height: 24px;
  text-decoration:underline;
  justify-content: center;
  text-underline-offset: 2px;
}

body.login .customer.login .login-bottom-link p, body.register .login-bottom-link p{
  color: #000;
  padding-right: 0px;
}

body.login .customer.login .login-bottom-link p, body.login .customer.login .login-bottom-link a, body.register .login-bottom-link p, body.register .login-bottom-link a{
  margin: 0;
  text-decoration: none !important;
}

body.login .customer.login .login-bottom-link a, body.register .login-bottom-link a{
  text-decoration: underline !important;
  text-underline-offset: 2px;
  color: #04715F;
  font-size: 16px;
  line-height: 24px;
}

body.login .customer.login .login-bottom-link a, body.register .login-bottom-link a{
  font-weight: 500;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid{
  max-width: 854px;
  gap:40px;
}

body:not(.index) .section-header.shopify-section-group-header-group.scrolled-past-header{
  background: #fff;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item{
  width: calc(33.333333% - 40px * 2/3);
  max-width: calc(33.333333% - 40px * 2/3);
  position: relative;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card-wrapper{
  height: auto;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .custom-card-heading {
  
font-weight: 500;
font-style: Medium;
font-size: 18px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
color: #000;
    margin-top: 10px;
    margin-bottom: 5px;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .article-card-wrapper .article-card .card__inner{
  flex-flow: column;
}


.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .article-card-wrapper .article-card .card__inner::before{
  display: none;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .article-card-wrapper .article-card .card__inner .card__information{
  display: block !important;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card__inner{
      --ratio-percent: 114% !important;
  background: transparent;
  /* aspect-ratio: 400 / 456;
  position: relative;
  width: 100%;
  height: 100%;
  background: black;
  clip-path: path("M378 0C390.15 1.54622e-06 400 9.84974 400 22V353C400 365.15 390.15 375 378 375H311C298.85 375 289 384.85 289 397V434C289 446.15 279.15 456 267 456H22C9.84974 456 5.47655e-07 446.15 0 434V22C0 9.84974 9.84974 0 22 0H378Z");
  -webkit-clip-path: path("M378 0C390.15 1.54622e-06 400 9.84974 400 22V353C400 365.15 390.15 375 378 375H311C298.85 375 289 384.85 289 397V434C289 446.15 279.15 456 267 456H22C9.84974 456 5.47655e-07 446.15 0 434V22C0 9.84974 9.84974 0 22 0H378Z"); */
}


/* .shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card__inner::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 62.98%, rgba(0, 0, 0, 0.8) 99.97%);
  z-index: 0;
} */

.desktop-only.desktop-description {
    margin-top: 30px;
}

.desktop-only.desktop-description details {
    background: #F5F5F5;
    border-radius: 12px;
    padding: 20px;
}

.desktop-only.desktop-description details summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 0;
    font-weight: 600;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    color: #000000;
}
.desktop-only.desktop-description details summary svg {
    transition: all 0.25s ease-in-out;
}

.desktop-only.desktop-description details[open] summary svg {transform: rotate(180deg);}

.desktop-only.desktop-description details strong{
  font-weight: 400 !important;
}

.card__badge .badge{
      background: #131014;
    border: 1px solid #38FBDB;
    font-weight: 600;
    font-style: italic;
    font-size: 10px;
    line-height: 15px;
    letter-spacing: normal;
    text-transform: uppercase;
    color: #38fbdb;
    padding: 3px 12px;
    border-radius: 40px;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card__inner .card__media .media::after{
   content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.56) 62.98%, rgba(0, 0, 0, 0.8) 99.97%); */
  z-index: 0;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card{
  position: relative;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card .card__content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 27px 5px 0px 21px;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card > .card__content > .card__information {
    display: grid;
    grid-template-columns: 1fr 27%;
    padding-bottom: 10px;
}

.article-navigation a{
    border-radius: 75px;
    background: #38fbdb;
    color: #131014;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    padding: 15px 30px;
    min-height: 51px;
    box-sizing: border-box;
    transition: all 0.25s 
ease-in-out;
}

.facets-layout-list .facets__label:hover .facet-checkbox__text-label, .facets-layout-list input:focus~.facet-checkbox__text-label, .facets-layout-list .facets__label:hover, .facets__summary:hover .facets__summary-label{
  text-decoration: none !important;
}

.facets__item:hover{
  text-decoration: none !important;
}

.article-navigation a::before, .article-navigation a::after{
  display: none;
}

.article-navigation a:hover{
  background: #000;
  color: #fff;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card > .card__content > .card__information .price {
        grid-column-start: 2;
    grid-row-start: 1;
    grid-row-end: 3;
    align-items: center;
    justify-self: center;
    align-self: end;
    font-family: Poppins;
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
    line-height: 100%;
    text-align: right;
    margin-bottom: 0px;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card > .card__content > .card__information .card__heading {
    grid-row-start: 2;
    font-family: Poppins;
    font-weight: 500;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #fff;
    padding-right: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    opacity: 0;
}

.shopify-section.main-collection-product-grid #ProductGridContainer #product-grid .grid__item .card > .card__content > .card__information .card-information div {
    font-family: Poppins;
    font-weight: 300;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0%;
    color: #eeeeee;
}

body:not(.index) .shopify-section.shopify-section-group-footer-group.request-style{
  display: none;
}

body:not(.index) .shopify-section.shopify-section-group-footer-group .social-follow-section{
  background: #38FBDB;
}

body:not(.index) .socail-section-header h2{
  color: #131014;
}

body:not(.index) .socail-section-header ul.social-icons_links{
  list-style-type: none;
}

body:not(.index) .socail-section-header ul.social-icons_links li{
  background: #fff;
}

body:not(.index) .socail-section-header ul.social-icons_links li:nth-child(3) svg g path:nth-child(2){
  fill: #fff !important;
}

body:not(.index) .social-follow-section .swiper-button-next, body:not(.index) .social-follow-section .swiper-button-prev{
  color: #000;
  border-color: #fff;
}

body:not(.index) .social-follow-section .swiper-button-next:hover, body:not(.index) .social-follow-section .swiper-button-prev:hover{
  background: #fff;
  color: #000;
}

body:not(.index) .social-follow-section .swiper-pagination-bullet{
  background: #7676764D !important;
}

body:not(.index) .social-follow-section .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background-color: #FFFFFF !important;
}

.pagination__item{
  border-radius: 50%;
  transition: all 0.25s ease-in-out;
}



.pagination__item.pagination__item--current{
  background: #000;
    border-radius: 50%;
    opacity: 1;
    color: #fff;
}

a.pagination__item:hover{
  background: #000;
  color: #fff;
}

.pagination__item::after{
  display: none !important;
}


.overlay-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
  z-index: 11;
}

/* product page */

body:not(.index) .shopify-section.banner_section{
  background: transparent;
}


.shopify-section.faq-section{
  padding: 64px 0 55px;
  background: #fff;
}

.shopify-section.faq-section .page-width{
  max-width: 1412px;
}

.shopify-section.faq-section .title-box{
  margin-bottom: 64px;
  display: table;
  width: 100%;
}

.shopify-section.faq-section .title-box .title{
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: normal;
  text-align: center;
  margin-top: 0px;
  color: #000;
  margin-bottom: 24px;
}

.shopify-section.faq-section .title-box .subtitle{
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  text-align: center;
  max-width: 600px;
  margin: 0 auto;
  color: #000;
}

.shopify-section.faq-section .faq-columns{
  width: 100%;
  display: flex;
  column-gap: 48px;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 64px;
}

.shopify-section.faq-section .faq-columns .faq-item{
  background: #F5F5F5;
  border-radius: 15px;
  padding: 24px 32px;
  width: 100%;
}

.shopify-section.faq-section .faq-columns .faq-item:not(:last-child){
  margin-bottom: 20px;
}

.shopify-section.faq-section .faq-columns .faq-item button{
      font-weight: 700;
    font-style: italic;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    border: none;
    width: 100%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    padding: 20px 0;
    cursor: pointer;
}

.shopify-section.faq-section .faq-columns .faq-item button span{
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(180deg);
  transition: all 0.25s ease-in-out;
}

.shopify-section.faq-section .faq-columns .faq-item button[aria-expanded="true"] span{
  transform: rotate(0deg);
}

.shopify-section.faq-section .faq-columns .faq-item .faq-answer-content{
  font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: normal;
padding: 4px 0 20px !important;
  color: #000;
}


.shopify-section.faq-section .bottom_box .title{
  font-weight: 400;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: normal;
  text-align: center;
  margin: 0 0 16px;
}

.shopify-section.faq-section .bottom_box .subtitle{
font-weight: 300;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
text-align: center;
margin: 0 0 24px;
  color: #000;
}

.shopify-section.faq-section .bottom_box .button_box{
  text-align: center;
}

.shopify-section.faq-section .bottom_box .button_box .button{
      border-radius: 75px;
    background: #38fbdb;
    color: #131014;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 13.5px 82px;
    min-height: 48px;
    box-sizing: border-box;
    width: auto;
  letter-spacing: normal;
  transition: all 0.25s ease-in-out;
}

.shopify-section.faq-section .bottom_box .button_box .button:hover{
  background: #000;
  color: #fff;
}

.shopify-section.faq-section .bottom_box .button_box .button::before, .shopify-section.faq-section .bottom_box .button_box .button::after{
  display: none;
}

/* product section starts */

.product--thumbnail .product__media-item:not(.is-active), .product--thumbnail_slider .product__media-item:not(.is-active){
  display: block !important;
}

.shopify-section.main-product .gallery-slider{
  overflow: hidden;
  border-radius: 20px;
}

.shopify-section.main-product .gallery-slider .product__media-list{
  flex-wrap: nowrap;
  gap: 0;
}

.shopify-section.main-product .thumbnail-list{
  display: flex;
  flex-wrap: nowrap;
  gap: 0;
}
/* 
.shopify-section.main-product .gallery-slider modal-opener{
  pointer-events: none;
} */


.shopify-section.main-product .gallery-slider {
	 width: 100%;
	 height: auto;
	 margin: 0 0 10px 0;
}
.shopify-section.main-product .gallery-slider .swiper-slide {
	 width: auto;
}
.shopify-section.main-product .gallery-slider .swiper-slide img {
	 display: block;
	 width: auto;
	 height: 100%;
	 margin: 0 auto;
  width: 100%;
}
.shopify-section.main-product .gallery-thumbs {
	 width: 100%;
	 padding: 0;
	 overflow: hidden;
}
.shopify-section.main-product .gallery-thumbs .swiper-slide {
	    width: 99px;
    height: 99px;
    text-align: center;
    overflow: hidden;
    background: #fff;
    border-radius: 11.6px;
}

.shopify-section.main-product .gallery-thumbs .swiper-slide button{
  border: none;
}

.shopify-section.main-product .gallery-thumbs .swiper-slide img {
	 width: 100%;
	 height: 100%;
    object-fit: cover;
  object-position: center center;
}

.shopify-section.main-product .page-width{
  position: relative;
}

.shopify-section.main-product .page-width nav.breadcrumbs{
  position: absolute;
    top: 10px;
    left: 50px;
    margin: 0;
  z-index: 11;
}

.shopify-section.main-product .gallery-slider .product-media-container{
  border: none;
}

.shopify-section.main-product .slider-mobile-gutter .slider-buttons{
  display: none;
}

.shopify-section.main-product media-gallery{
  position: relative;
  top: 0;
}
.shopify-section.main-product .product__info-wrapper .product__description iframe{
  width:100%;
}
 /* .shopify-section.main-product media-gallery .thumbnail-slider{
  position: absolute;
  bottom: 30px;
  left: 35px;
  right: 35px;
}  */

.shopify-section.main-product media-gallery .thumbnail-slider .swiper-button-prev, .shopify-section.main-product media-gallery .thumbnail-slider .swiper-button-next, .shopify-section.main-product media-gallery .thumbnail-slider .swiper-pagination{
  display:none;
}
.shopify-section.main-product media-gallery .thumbnail-slider .swiper-button-prev,
.shopify-section.main-product media-gallery .thumbnail-slider .swiper-button-next {
  display: block;
}
.thumbnail-slider .swiper-button-next:after,
.thumbnail-slider .swiper-button-prev:after {
  content: unset;   
}
.shopify-section.main-product .product__media-wrapper{
  width: 48.438% !important;
  max-width: 48.438% !important;
}

.shopify-section.main-product .product__info-wrapper{
  width: 51.5% !important;
  max-width: 51.5% !important;
  padding-left: 28px;
}

.shopify-section.main-product .product__info-wrapper .product__info-container{
  background: #F5F5F5;
  border-radius: 20px;
  padding: 32px;
  box-sizing: border-box;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .accordion__content ul {
    list-style-position: outside;
}

.shopify-section.main-product .product__info-wrapper .product__title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 9px;
  flex-wrap: wrap;
}

.shopify-section.main-product .product__info-wrapper .product__title h1{
font-weight: 500;
font-size: 32px;
line-height: 48px;
letter-spacing: normal;

}

.shopify-section.main-product .product__info-wrapper .product__title .product__title{
  display: none;
}

.shopify-section.main-product .product__info-wrapper .product__title .price-box *{
font-weight: 600;
font-style: italic;
font-size: 32px;
line-height: 1.5;
letter-spacing: normal;

}

.shopify-section.main-product .product__info-wrapper .product__title .product__tax.caption{
  display: none !important;
}

.shopify-section.main-product .product__info-wrapper .product__title .product__tax.caption + div{
  font-size: 16px;
  color: #000;
}

.shopify-section.main-product .product__info-wrapper .product__title .product__tax.caption + div svg, .shopify-section.main-product .product__info-wrapper .product__title .product__tax.caption + div svg path{
  fill: #000;
} 

.shopify-section.main-product .product__info-wrapper .product__description{
  margin-top: 0;
  display: none;
}

.shopify-section.main-product .product__info-wrapper .product__description *{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: normal;

}

.shopify-section.main-product .product__info-wrapper variant-selects{
  padding: 18px 16px 22px 30px;
  background: #fff;
  border-radius: 12px;
}

.shopify-section.main-product .product__info-wrapper .product__info-container variant-selects fieldset{
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
}

.shopify-section.main-product .product__info-wrapper .product__info-container variant-selects legend{
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: normal;
width: 100%;
  margin: 0;
}
.quantity__button .svg-wrapper{
  width: 8px;
}
.shopify-section.main-product .product__info-wrapper .product__info-container variant-selects label{
    padding: 0;
    border: none;
    margin-bottom: 18px;
    margin-right: 13px;
    border: 3.5px solid transparent;
    background: transparent;
    border-radius: 6px;
    margin-top: 0;
}

body:not(.gift-card) .shopify-section.main-product .product__info-wrapper .product__info-container variant-selects label[style*="background-image"] span{
  opacity: 0;
}

body.gift-card .shopify-section.main-product .product__info-wrapper .product__info-container variant-selects label[style*="background-image"] span{
  color: #000;
}



.shopify-section.main-product .product__info-wrapper .product__info-container variant-selects button{
  width: auto;
  height: 39px;
  background: transparent;
  border: 3.5px solid transparent;
  margin: 0 !important;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
font-weight: 500;
font-size: 16px;
line-height: 19px;
letter-spacing: normal;
text-align: center;
vertical-align: middle;
text-decoration: underline;

}

.shopify-section.main-product .product__info-wrapper .product__info-container variant-selects input:checked + label{
  border-color: #38FBDB;
}

.shopify-section.main-product .product__info-wrapper .product__info-container variant-selects label .color-value{
  width: 32px !important;
  height: 32px !important;
  display: inline-block;
  float: left;
  border-radius: 4px;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product-form__buttons .product-form__submit{
      border-radius: 75px;
    background: #38fbdb;
    color: #131014;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 13.5px 20px;
    min-height: 48px;
    box-sizing: border-box;
    width: 100%;
  text-transform: capitalize;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product-form__buttons .product-form__submit::after, .shopify-section.main-product .product__info-wrapper .product__info-container .product-form__buttons .product-form__submit::before{
  display: none;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product-form__buttons .product-form__submit .loading__spinner {
    right: 35px;
    left: auto;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product-form__buttons more-payment-options-link{
  display: none;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .button-box + .product__text{
  margin-top: 0;
font-weight: 400;
font-size: 12px;
line-height: 18px;
letter-spacing: normal;
text-align: center;

}

.shopify-section.main-product .product__info-wrapper .product__info-container .product-form{
  margin: 0;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product__accordion{
  border: none;
  background: #fff;
  border-radius: 12px;
  margin: 16px 0;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product__accordion summary{
font-weight: 600;
font-style: italic;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
padding: 16px 20px;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product__accordion summary h2{
  font-weight: 600;
font-style: italic;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product__accordion .accordion__content{
  font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: normal;
padding: 16px 20px;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .product__description + div{
  display: none;
}

.shopify-section.banner_section *::-webkit-scrollbar {
    width: 1px ;  /* Remove scrollbar space */
    height: 1px;
    background: transparent;  /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
.shopify-section.banner_section *::-webkit-scrollbar-thumb {
    
}

/* ====== about page starts ======== */

.banner_section.about-banner{
  padding-bottom: 66px;
}

.banner_section.about-banner .content-box .menu-tabs-wrapper{
  top: 10px;
}

.banner_section.about-banner .content-box .banner-title{
  right: 69px;
  bottom: 7px;
  max-width: 540px;
}

.banner_section.about-banner .content-box .banner-title h2{
font-weight: 400;
font-style: italic;
font-size: 64px;
line-height: 82px;
letter-spacing: normal;
text-align: right;
text-transform: uppercase;

}

.banner_section.about-banner .content-box .banner-title h2 strong{
  font-size: 58px;
  font-style: italic;
}

.banner_section.about-banner .content-box .description{
  position: absolute;
  bottom: 18px;
  left: 18px;
}

.banner_section.about-banner .content-box .description *{
font-weight: 500;
font-style: italic;
font-size: 24px;
line-height: 36px;
letter-spacing: normal;
color: #101010;
  margin: 0;
}

/* ========= journey section starts ========= */

.shopify-section.journey-section{
  padding: 57px 0 80px;
  background: #fff;
}

.shopify-section.journey-section .content-row{
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 80px;
  flex-wrap: wrap;
}


.shopify-section.journey-section .content-row .image-box{
  width: calc(52.7345% - 40px);
  position: relative;
}

.shopify-section.journey-section .content-row .image-box .clipping-box img{
  float: left;
  width: 100%;
  display: block;
}

.shopify-section.journey-section .content-row .image-box .logo-image{
  position: absolute;
  bottom: 16px;
  right: 24px;
  width: 28.9%;
}

.shopify-section.journey-section .content-row .image-box .logo-image img{
  float: left;
  width: 100%;
  display: block;
}

.shopify-section.journey-section .content-row .content-box{
  width: calc(47.2655% - 40px);
}

.shopify-section.journey-section .content-row .content-box .title{
font-weight: 400;
font-size: 48px;
line-height: 58px;
letter-spacing: normal;
max-width: 460px;
  margin-top: 0;
  margin-bottom: 32px;
}

.shopify-section.journey-section .content-row .content-box .description p{
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
margin: 0;
}

/* ====== step section ======== */

.shopify-section.step-section{
  padding: 112px 0;
  background: #fff;
}

.shopify-section.step-section .title-box .title{
  font-weight: 400;
  font-size: 48px;
  line-height: 58px;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 32px;
}

.shopify-section.step-section .step-row{
  display: flex;
  align-items: stretch;
  justify-content: center;
  column-gap: 32px;
  row-gap: 32px;
  flex-wrap: wrap;
}

.shopify-section.step-section .step-row .step-column{
  width: calc(50% - 32px * 1/2);
  position: relative;
  
}

.shopify-section.step-section .step-row .step-column .content{
  padding: 23px 80px 23px 53px;
  box-sizing: border-box;
}

.shopify-section.step-section .step-row .step-column .number{
font-weight: 700;
font-style: italic;
font-size: 20px;
line-height: 28px;
letter-spacing: normal;
text-align: center;
width: 36px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #38FBDB;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 3px;
}

.shopify-section.step-section .step-row .step-column .content h5{
  font-weight: 600;
  font-style: italic;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 32px;
}

.shopify-section.step-section .step-row .step-column .content p{
  font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 20px;
line-height: 28px;
letter-spacing: normal;
margin: 0;
  
}


/* ===== event section starts === */

.shopify-section.event-section{
  padding: 50px 0 92px;
}

.shopify-section.event-section .title-box{
  margin-bottom: 64px;
}

.shopify-section.event-section .title-box .title{
font-weight: 400;
font-size: 64px;
line-height: 77px;
letter-spacing: normal;
margin-bottom: 24px;
  margin-top: 0;
  text-indent: -5px;
}

.shopify-section.event-section .title-box .description p{
font-weight: 400;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
max-width: 600px;
  margin: 0;
}

.shopify-section.event-section .bottom-title{
  margin-top: 20px;
}

.shopify-section.event-section .bottom-title .title{
font-weight: 400;
font-size: 32px;
line-height: 42px;
letter-spacing: normal;
text-align: center;
margin-top: 0;
  margin-bottom: 16px;
}

.shopify-section.event-section .bottom-title .description p{
font-weight: 300;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
text-align: center;
margin: 0 auto 24px;
  max-width: 699px;
}

.shopify-section.event-section .bottom-title .button-box{
  text-align: center;
}

.shopify-section.event-section .bottom-title .button-box .button{
      color: rgb(19, 16, 20);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    min-height: 48px;
    box-sizing: border-box;
    width: 100%;
    max-width: 219px;
    border-radius: 75px;
    background: rgb(56, 251, 219);
    padding: 13.5px 30px;
    transition: all 0.25s ease-in-out;
}

.shopify-section.event-section .bottom-title .button-box .button:hover{
  background: #000;
  color: #fff;
}

.shopify-section.event-section .bottom-title .button-box .button::before, .shopify-section.event-section .bottom-title .button-box .button::after{
  display: none;
}

.shopify-section.event-section .swiper-slide{
  width: 403px;
}

.shopify-section.event-section .swiper-slide:first-child{
  margin-left: calc((100vw - 1280px) * 1/2 - 20px);
}

.shopify-section.event-section .swiper-slide .content{
  position: relative;
}

.shopify-section.event-section .swiper-slide .content::before{
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 50%;
  width: 80%;
  background: #7B4DFF;
  border-top-right-radius: 23px;
}

.shopify-section.event-section .swiper-slide .content .address {
    position: absolute;
    top: 16px;
    right: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 8px;
}

.shopify-section.event-section .swiper-slide .content .address p {
    font-weight: 300;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    margin: 0;
}

.event-section .content-box .date {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
    padding: 16px 16px;
}

.event-section .content-box .date p {
    margin: 0;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-align: center;
    text-transform: uppercase;
    color: #000;
}

.event-section .content-box h5 {
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: normal;
    margin: 0;
    padding: 33px 27px 24px;
}

.event-section .content-box .description p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    padding: 0 27px 25px;
    margin: 0;
}

.shopify-section.event-section .swiper-slide .content .button-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

.shopify-section.event-section .swiper-slide .content .button-box .button{
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
  padding: 8px 59px;
  background: transparent;
  min-height: inherit;
  min-width: inherit;
  color: #434343;
  border: 1px solid #366267;
  border-radius: 40px;
  transition: all 0.25s ease-in-out;
}

.shopify-section.event-section .swiper-slide .content .button-box .button:hover{
  background: #38fbdb;
  border-color: #38fbdb;
  color: #131014;
}

.shopify-section.event-section .swiper-slide .content .button-box .button::before, .shopify-section.event-section .swiper-slide .content .button-box .button::after{
  display: none;
}

.shopify-section.event-section .eventSwiper{
  padding-inline: 20px;
  padding-top: 114px;
  margin-top: -114px;
}

.shopify-section.event-section .eventSwiper .swiper-pagination{
  position: relative;
  top: 0;
  bottom: 0;
  margin-top: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.shopify-section.event-section .eventSwiper .swiper-pagination .swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: linear-gradient(0deg, #2A4274, #2A4274), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)) !important;
  margin-inline: 3px;
}

.shopify-section.event-section .eventSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  background: #000000 !important;
}

.shopify-section.event-section .mobile-contact-info{
  display: none;;
}

.shopify-section.event-section .eventSwiper .swiper-button-next, .shopify-section.event-section .eventSwiper .swiper-button-prev{
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #161616;
  transition: all 0.25s ease-in-out;
}

.shopify-section.event-section .eventSwiper .swiper-button-next:hover, .shopify-section.event-section .eventSwiper .swiper-button-prev:hover{
  background: #38fbdb;
  border-color: #38fbdb;
}

.shopify-section.event-section .eventSwiper .swiper-button-next::after, .shopify-section.event-section .eventSwiper .swiper-button-prev::after{
  display: none;
}

.shopify-section.event-section .eventSwiper .swiper-button-next svg, .shopify-section.event-section .eventSwiper .swiper-button-prev svg{
  width: auto;
  height: auto;
}

.shopify-section.event-section .eventSwiper .swiper-controller:not(.desktop) .swiper-button-next, .shopify-section.event-section .eventSwiper .swiper-controller:not(.desktop) .swiper-button-prev{
  display: none;
}

.shopify-section.event-section .eventSwiper .swiper-controller.desktop{
  position: absolute;
  right: calc((100vw - 1280px) * 1/2);
  top: 0px;
    display: flex;
    align-items: center;
    flex-flow: row-reverse;
}

.shopify-section.event-section .eventSwiper .swiper-controller.desktop .swiper-button-next, .shopify-section.event-section .eventSwiper .swiper-controller.desktop .swiper-button-prev{
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0;
}


.shopify-section.event-section .eventSwiper .swiper-controller.desktop .swiper-button-next{
  margin-left: 16px;
}

.shopify-section.event-section .eventSwiper .swiper-button-prev svg{
  transform: rotate(180deg);
}

body.scrolled:not(.index) .shopify-section-header-sticky.section-header .gradient{
  background: #fff;
}

.shopify-section.faq-section .faq-columns .faq-item button{
  text-align: left;
}

footer .newsletter-form__message--success{
  color: #fff;
}

/* contact page starts */

.shopify-section.contact-us-section{
  padding: 55px 0 100px;
}

.shopify-section.contact-us-section .content-row{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 30px;
}

.shopify-section.contact-us-section .content-row .left-box {
    width: 40%;
    max-width: 443px;
}

.shopify-section.contact-us-section .content-row .right-box {
    width: 60%;
    max-width: 727px;
    background: #F5F5F5;
    /* padding: 32px 48px; */
    border-radius: 20px;
    overflow: hidden;
}

.shopify-section.contact-us-section .content-row .left-box .title {
    font-family: Poppins;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: normal;
    margin-top: 40px;
    margin-bottom: 24px;
}

.shopify-section.contact-us-section .content-row .left-box .description p {
    margin-top: 0;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    letter-spacing: normal;
    margin-bottom: 0;
}

.shopify-section.contact-us-section .content-row .left-box .description p:not(:last-child) {
    margin-bottom: 27px;
}

.shopify-section.contact-us-section .content-row .left-box .description {
    margin-bottom: 32px;
}

.shopify-section.contact-us-section .content-row .left-box .link {
    display: flex;
    align-items: center;
    column-gap: 16px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    text-decoration: none;
    margin: 8px 0;
    float: left;
    clear: both;
}

.shopify-section.contact-us-section .content-row .right-box .contact__fields {
    column-gap: 24px;
  align-items: flex-start;
}

.shopify-section.contact-us-section .content-row .right-box .field {
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.shopify-section.contact-us-section .content-row .right-box .field .field__label {
    position: relative;
    top: auto;
    left: 0;
    width: 100%;
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    margin-bottom: 8px;
    color: #000;
}

.shopify-section.contact-us-section .content-row .right-box .field::before, .shopify-section.contact-us-section .content-row .right-box .field::after {
    display: none;
}

.shopify-section.contact-us-section .content-row .right-box .field__input, .shopify-section.contact-us-section .content-row .right-box .customer .field input {
    background: transparent;
    border: 1px solid #0000004D;
    border-radius: 8px;
}

.shopify-section.contact-us-section .content-row .right-box select.field__input{
  padding: 12px;
  min-height: 48px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.293 8.29297L12 12.586L7.70697 8.29297L6.29297 9.70697L12 15.414L17.707 9.70697L16.293 8.29297Z' fill='black'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: right 12px center;
}

.shopify-section.contact-us-section .content-row .right-box input.field__input {
    min-height: 48px;
    font-size: 16px;
    line-height: 24px;
    padding-block: 15px !important;
}

.shopify-section.contact-us-section .content-row .right-box textarea.field__input {
    min-height: 180px;
  padding: 12px;
}

.shopify-section.contact-us-section .contact .form__message.success{
  color: #428445;
}

.shopify-section.contact-us-section .content-row .right-box textarea.field__input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  color: #666666;
}
.shopify-section.contact-us-section .content-row .right-box textarea.field__input::-moz-placeholder { /* Firefox 19+ */
    display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.shopify-section.contact-us-section .content-row .right-box textarea.field__input:-ms-input-placeholder { /* IE 10+ */
    display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}
.shopify-section.contact-us-section .content-row .right-box textarea.field__input:-moz-placeholder { /* Firefox 18- */
    display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.shopify-section.contact-us-section .content-row .right-box .contact__button {
    margin-top: 24px;
}

.shopify-section.contact-us-section .content-row .right-box .contact__button .button {
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    background: #38FBDB;
    color: #000;
    padding: 12.5px 43px;
    border: 1px solid #38FBDB;
  transition: all 0.25s ease-in-out;
}

.shopify-section.contact-us-section .content-row .right-box .contact__button .button::after, .shopify-section.contact-us-section .content-row .right-box .contact__button .button::before {
    display: none;
}

.shopify-section.contact-us-section .content-row .right-box .contact__button .button:hover {
    background: transparent;
    color: #000;
  border-color: #000;
}

.shopify-section.contact-us-section .content-row .right-box .field .field__label.checkbox-label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 8px;
  pointer-events: auto;
}

.shopify-section.contact-us-section .content-row .right-box .field .field__label.checkbox-label input{
    margin:0;
    width: 16px;
    height: 16px;
    
}

.shopify-section.contact-us-section .content-row .right-box .field .field__label.checkbox-label a{
    color: #000;
}

.shopify-section.contact-us-section .content-row .right-box .radio-box {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    column-gap: 24px;
    row-gap: 14px;
    margin-top: 8px;
}

.shopify-section.contact-us-section .content-row .right-box .radio-box label {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: normal;
    vertical-align: middle;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
}

.shopify-section.contact-us-section .content-row .right-box .radio-box label input {
    margin: 0;
    width: 18px;
    height: 18px;
}
/* ========= faq tabbing starts ========= */

.shopify-section.faq-tabbing{
  padding: 95px 0;
}

.shopify-section.faq-tabbing .title-box{
  display: table;
  width: 100%;
  margin-bottom: 80px;
}

.shopify-section.faq-tabbing .title-box .title{
  font-weight: 400;
  font-size: 64px;
  line-height: 77px;
  letter-spacing: normal;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 24px;
}

.shopify-section.faq-tabbing .title-box .sub_heading p{
  font-family: Poppins;
font-weight: 400;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
text-align: center;
  max-width: 600px;
  margin: 0 auto;

}

.shopify-section.faq-tabbing #myBtnContainer {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 30px;
}

/* Style the buttons */
.shopify-section.faq-tabbing #myBtnContainer .btn {
  border: none;
  outline: none;
  padding: 0;
  background-color: transparent;
  white-space: nowrap;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  letter-spacing: normal;
  cursor: pointer;
}

.shopify-section.faq-tabbing #myBtnContainer .btn.active {
  padding: 12px 18px;
  background: #38FBDB;
  border-radius: 24px;
}

.shopify-section.faq-tabbing #filterDropdown{
  display: none;
}

.shopify-section.faq-tabbing .faq-header{
  margin-bottom: 85px;
}
 
.shopify-section.faq-tabbing .myUL {
  margin: 0;
  list-style-type: none;
  padding: 0;
}

.shopify-section.faq-tabbing .myUL .filterDiv.all.show ~ .show{
  display: none !important;
}

.shopify-section.faq-tabbing .myUL li span {
  display: flex;
  align-items: center;
  justify-content: space-between;
font-weight: 700;
font-style: italic;
font-size: 18px;
line-height: 32px;
letter-spacing: normal;
  color: #000;
  padding: 20px 0;
  cursor: pointer;
}

.shopify-section.faq-tabbing .myUL li span svg{
  min-width: 32px;
}

.shopify-section.faq-tabbing .myUL .filterDiv {
  display: none; /* Hidden by default */
  transition: all 0.3s;
  margin-bottom: 4px;
}

.shopify-section.faq-tabbing .myUL .filterDiv.show {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 48px;
}

.shopify-section.faq-tabbing .myUL .filterDiv.show .left-box .tab:nth-child(even){
  display: none;
}

.shopify-section.faq-tabbing .myUL .filterDiv.show .right-box .tab:nth-child(odd){
  display: none;
}

.shopify-section.faq-tabbing .myUL .tab{
  background: #F5F5F5;
  padding: 24px 32px;
  border-radius: 15px;
  margin-bottom: 20px;
}


.shopify-section.faq-tabbing .accordion-panel {
  padding: 4px 40px 20px 0;
  display: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  margin: 0px;
}

.shopify-section.faq-tabbing .accordion-panel a{
  color: #000;
}

.shopify-section.faq-tabbing .accordion-panel img{
  display: table;
  width: 100%;
  margin-top: 20px;
}

.shopify-section.faq-tabbing .bottom-box{
  display: table;
  margin-top: 60px;
  width: 100%;
}

.shopify-section.faq-tabbing .bottom-box .title{
font-weight: 400;
font-size: 32px;
line-height: 42px;
letter-spacing: normal;
text-align: center;
margin-top: 0;
  margin-bottom: 16px;
}

.shopify-section.faq-tabbing .bottom-box .description{
  margin-bottom: 24px;
}

.shopify-section.faq-tabbing .bottom-box .description p{
font-weight: 300;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;
text-align: center;
  margin: 0;
}

.shopify-section.faq-tabbing .bottom-box{
  text-align: center;
}

.shopify-section.faq-tabbing .bottom-box .button.button-primary{
  background: #38FBDB;
  font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 21px;
letter-spacing: normal;
padding: 13.5px 82px;
  color: #131014;
  transition: all 0.25s ease-in-out;
}

.shopify-section.faq-tabbing .bottom-box .button.button-primary:hover{
  background: #000;
  color: #fff;
}

.shopify-section.faq-tabbing .bottom-box .button.button-primary::before, .shopify-section.faq-tabbing .bottom-box .button.button-primary::after{
  display: none;
}

/* ====== rich text ====== */

.shopify-section.rich-text{
  padding: 80px 0 137px;
  background: #fff;
}

.shopify-section.rich-text .rich-text__blocks{
  max-width: 811px;
}

.shopify-section.rich-text .rich-text__blocks .rich-text__heading{
font-weight: 400;
font-size: 64px;
line-height: 77px;
letter-spacing: normal;
text-transform: uppercase;

}


.shopify-section.rich-text .rich-text__blocks .rich-text__text{
  margin-top: 32px;
  max-width: 528px;
}

.shopify-section.rich-text .rich-text__blocks .rich-text__text p{
font-weight: 500;
font-style: italic;
font-size: 18px;
line-height: 27px;
letter-spacing: normal;

}


.shopify-section.request-style:not(.shopify-section-group-footer-group) .request-style-section{
  background: transparent;
}

.shopify-section.request-style:not(.shopify-section-group-footer-group) .request-style-section .left-column, .shopify-section.request-style:not(.shopify-section-group-footer-group) .request-style-section .right-column{
  width: calc(50% - 31px);
}

.shopify-section.request-style:not(.shopify-section-group-footer-group) .request-style-section .left-column .subtitle{
  line-height: 1.5;
}

.shopify-section.request-style:not(.shopify-section-group-footer-group) .request-style-section .left-column a.youtube-button{
  background-color: #38FBDB;
}

.shopify-section.request-style:not(.shopify-section-group-footer-group) .request-style-section .left-column a.youtube-button:hover{
  background-color: #000;
  color: #fff;
}

.shopify-section.request-style:not(.shopify-section-group-footer-group) .request-style-section .request-style_wrapper{
  align-items: center;
}

/* ================== */

.shopify-section.brand-section{
  padding: 112px 0;
  background: #131014;
}

.shopify-section.brand-section .title-box{
  width: 100%;
  display: table;
  margin-bottom: 80px;
}

.shopify-section.brand-section .title-box .heading{
  font-weight: 275;
  font-style: italic;
  font-size: 64px;
  line-height: 80px;
  letter-spacing: normal;
  text-align: center;
  color: #FFFFFF;
  margin: 0 0 16px;
}

.shopify-section.brand-section .title-box .subheading{
font-weight: 700;
font-style: italic;
font-size: 16px;
line-height: 24px;
letter-spacing: normal;
text-align: center;
margin: 0 0 16px;
  color: #fff;
}

.shopify-section.brand-section .title-box .description{
  display: table;
    width: 100%;
  max-width: 768px;
  margin: 0 auto;
}

.shopify-section.brand-section .title-box .description p{
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  margin: 0;
}

.shopify-section.brand-section .brand-row{
  display: flex;
  align-items: flex-start;
  column-gap: 32px;
  flex-wrap: wrap;
}

.shopify-section.brand-section .brand-row .brand-column{
  width: calc(33.333333% - 32px * 2/3);
  position: relative;
}


.shopify-section.brand-section .brand-row .brand-column .image-box{
  width: 100%; 
  position: relative;
}

.shopify-section.brand-section .brand-row .brand-column .image-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 138.12%);
}

.shopify-section.brand-section .brand-row .brand-column .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  border-radius: 0px;
}

.shopify-section.brand-section .brand-row .brand-column .content-box{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 14px 0 14px 26px;
  
}

.shopify-section.brand-section .brand-row .brand-column .content-box .content{
  display: grid;
  grid-template-columns: 1fr auto;
}

.shopify-section.brand-section .brand-row .brand-column .content-box .content h5{
  
font-weight: 400;
font-size: 36px;
line-height: 36px;
letter-spacing: normal;
color: #fff;
  margin: 0 0 19px;
  grid-column: 1 / span 2;
}

.shopify-section.brand-section .brand-row .brand-column .content-box .content p{
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  color: #fff;
  margin: 0;
  padding-right: 20px;
}

.shopify-section.brand-section .brand-row .brand-column .content-box .content .button_box{
  align-self: flex-end;
}

.shopify-section.brand-section .brand-row .brand-column .content-box .content .button{
  background: transparent;
  min-height: inherit;
  font-family: Poppins;
font-weight: 600;
font-size: 14px;
line-height: 21px;
letter-spacing: normal;
text-transform: uppercase;
  padding: 7px 47px;
  border: 1px solid #FFFFFF;
  border-radius: 44px;
  transition: all 0.25s ease-in-out;
}

.shopify-section.brand-section .brand-row .brand-column .content-box .content .button:hover{
  background: #fff;
  color: #000;
}

#cart-notification{
  background: #000;
}

#cart-notification .cart-notification-product__image.global-media-settings {
    aspect-ratio: 1 / 1;
    height: auto;
    overflow: hidden !important;
    border-radius: 10px;
}

#cart-notification a#cart-notification-button {
    color: #fff;
    background: transparent;
    border: 1px solid #fff;
  transtion: all 0.25s ease-in-out;
}

#cart-notification a#cart-notification-button:hover{
  background: #fff;
  color: #000;
}

#cart-notification .button--primary:hover{
  background: transparent;
  color: rgb(var(--color-link));
}

#cart-notification a#cart-notification-button::before, #cart-notification a#cart-notification-button::after {
   display: none;

}

body.sponsorships .section-header, body.sponsorships .shopify-section.banner_section.inner-banner{
  background: #fff;
}

.shopify-section.section.main-collection-product-grid.search-section .facets-wrapper{
  margin-top: 0;
}

.shopify-section.section.main-collection-product-grid.search-section predictive-search .field__input{
  background: #fff;
}

.shopify-section.section.main-collection-product-grid.search-section predictive-search .predictive-search{
  background: #fff;
}

    .shopify-section.section.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .article-card{
        border-radius: 20px;
        background: #f5f5f5;
        padding: 20px;
    }

.shopify-section.section.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .article-card .card__content{
  padding: 0;
}

.shopify-section.section.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .article-card .card__content .card__information{
  position: relative !important;
  padding: 0 !important;
}

.shopify-section.section.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .article-card .card__content .card__information .caption-with-letter-spacing{
  font-size: 14px;
  margin: 10px 0;
}

.shopify-section.section.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .article-card .badge{
  color: #fff !important;
}

.shopify-section.section.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .article-card > .card__content{
  display: none;
}

.shopify-section.section.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .card > .card__content > .card__information .card__heading {
    width: 90%;
}

/* ===== */

.shopify-section.blog-grid{
  padding-top: 44px;
}

.shopify-section.blog-grid .grid-box {
    display: grid;
    gap: 16px;
    grid-template-columns: calc(54.2456% - 8px) 1fr;
    max-width: 1272px;
}

.shopify-section.blog-grid .grid-box .grid-item:first-child {
    grid-row: 1 / span 2;
}

.shopify-section.blog-grid .grid-box .grid-item{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.shopify-section.blog-grid .grid-box .grid-item:first-child:before{
      content: "";
    position: relative;
    width: 100%;
    display: block;
    padding-top: 101.027%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
  z-index: 1;
}

.shopify-section.blog-grid .grid-box .grid-item:not(:first-child):before{
      content: "";
    position: absolute;
    width: 100%;
    display: block;
    top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 20%, #000000 100%);
  z-index: 1;
}

.shopify-section.blog-grid .grid-box .grid-item .image-box, .shopify-section.blog-grid .grid-box .grid-item .image-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.shopify-section.blog-grid .grid-box .grid-item .content{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 40px 29px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  z-index: 2;
}

.shopify-section.blog-grid .grid-box .grid-item .content .content-box{
  max-width: 341px;
}

.shopify-section.blog-grid .grid-box .grid-item .content .content-box .article-tags{
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-bottom: 6px;
} 

.shopify-section.blog-grid .grid-box .grid-item .content .content-box .article-tags .badge{
  background: #131014;
  border: 1px solid #38FBDB;
  font-weight: 600;
  font-style: italic;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #38FBDB;
  padding: 3px 12px;
  border-radius: 40px;
}

.shopify-section.blog-grid .grid-box .grid-item .content .content-box .blog-title{
font-weight: 400;
font-size: 36px;
line-height: 54px;
letter-spacing: normal;
margin: 0 0 10px;
  color: #fff;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.shopify-section.blog-grid .grid-box .grid-item .content .content-box p{
  font-family: "Roboto", sans-serif;
font-weight: 400;
font-size: 16px;
line-height: 24px;
letter-spacing: normal;
  color: #fff;
  display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
  margin: 0px;

}

.shopify-section.blog-grid .grid-box .grid-item .content .button-box .button{
  font-family: Poppins;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: normal;
padding: 8px 21px;
  border: 1px solid #FFFFFF;
  border-radius: 44px;
      min-width: inherit;
    min-height: inherit;
    background: transparent;
}

.shopify-section.blog-grid .grid-box .grid-item .content .button-box .button:hover{
  border-color: #38fbdb;
  background: transparent !important;
  color: #38fbdb;
}


.shopify-section.blog-grid .grid-box .grid-item .content .button-box .button::after, .shopify-section.blog-grid .grid-box .grid-item .content .button-box .button::before{
  display: none;
}

.shopify-section.blog-menu{
  padding: 120px 0 0; 
}

.shopify-section.blog-menu .blog-nav ul{
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
  margin: 0;
  padding: 0;
}

.shopify-section.blog-menu .blog-nav ul li a{
  font-family: Poppins;
font-weight: 400;
font-size: 14px;
line-height: 21px;
letter-spacing: normal;
color: #000;
  text-decoration: none;
}

.shopify-section.blog-menu .blog-nav ul li.active a{
  padding: 12px 18px;
  color: #131014;
  background: #38FBDB;
  border-radius: 24px;
  float: left;
}

.menu-drawer__utility-links:has(.menu-drawer__localization) .menu-drawer__account{
  column-gap: 8px;
}

.shopify-section.section.blog-section{
  padding: 45px 0 312px;
}

.shopify-section.section.blog-section .blog-articles {
  column-gap: 32px;
  row-gap: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}


.shopify-section.section.blog-section .blog-articles .article{

  padding: 24px;
  background: #EBEDED;
  border-radius: 22px;
}

.shopify-section.section.blog-section .blog-articles .article:nth-child(n + 4){
    border: 1px solid #0000004D;
}

.shopify-section.section.blog-section .blog-articles .article .card__media{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.shopify-section.section.blog-section .blog-articles .article .card__media::before{
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-top: 71.2%;
}

.shopify-section.section.blog-section .blog-articles .article .card__content{
  height: auto;
}

.shopify-section.section.blog-section .blog-articles .article .card--card.gradient, .shopify-section.section.blog-section .blog-articles .article .card__inner.gradient{
  background: transparent;
}

.shopify-section.section.blog-section .blog-articles .article .card__media .article-tags{
      margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 19px;
    bottom: 19px;
    height: auto;
    top: auto;
} 

.shopify-section.section.blog-section .blog-articles .article .card__media .article-tags .badge{
  background: #131014;
  border: 1px solid #38FBDB;
  font-weight: 600;
  font-style: italic;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #38FBDB;
  padding: 3px 12px;
  border-radius: 40px;
}

.shopify-section.section.blog-section .blog-articles .article .card__inner > .card__content{
  padding: 0;
}

.shopify-section.section.blog-section .blog-articles .article .card__inner > .card__content .card__information{
  padding: 40px 0 0;
}

.shopify-section.section.blog-section .blog-articles .article .card__inner > .card__content .card__information .card__heading.h2{
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
   margin-bottom: 10px;
}

.shopify-section.section.blog-section .blog-articles .article .card__inner > .card__content .card__information .article-card__excerpt{
  position: relative;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
font-weight: 300;
font-size: 20px;
line-height: 30px;
letter-spacing: normal;
  position: relative;
  margin: 0px 0 40px;
  color: #434343;
  

}

.shopify-section.section.blog-section .blog-articles .article .card__inner > .card__content .card__information .article-card__excerpt a{
      font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    position: relative;
    margin: 0 0 40px;
    color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #eceded;
    padding-left: 20px;
}

.shopify-section.section.blog-section .blog-articles .article .card__inner > .card__content .card__information .article-card__excerpt a::before{
  content: "...";
   position: absolute;
    bottom: 0;
    left: 3px;
    margin: 0;
  font-weight: 400;
}

.shopify-section.section.blog-section .blog-articles .article .card__inner>.card__content .card__information .article-card__info{
  font-family: "Roboto", sans-serif;
font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.shopify-section.section.blog-section .blog-articles .article .card__inner>.card__content .card__information .article-card__info .circle-divider::after{
  margin-inline: 8px !important;
}

body.blog{
  background: #fff !important;
}

body.article{
  display: block;
}

body.article .banner_section{
  padding-bottom: 57px;
}

.shopify-section.main-article .page-width--narrow{
  width: calc(100% - 40px);
  max-width: 768px;
}

.shopify-section.main-article .page-width--narrow .article-template__title{
  font-family: Poppins;
font-weight: 400;
font-style: italic;
font-size: 66px;
line-height: 79px;
letter-spacing: normal;
margin-top: 0;
  mmargin-bottom: 17px;
}

.shopify-section.main-article .page-width--narrow .circle-divider.caption-with-letter-spacing{
font-weight: 400;
font-style: italic;
font-size: 18px;
line-height: 150%;
letter-spacing: 0%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #000;
  text-transform: none;
}

.shopify-section.main-article .page-width--narrow .circle-divider.caption-with-letter-spacing strong{
  font-weight: 600;
  font-style: normal;
}

.shopify-section.main-article .page-width--narrow header{
  margin: 0 auto 49px;
}

  .shopify-section.section.blog-section .blog-articles .article .card--media .card__inner {
    flex-wrap: wrap;
    --ratio-percent: 83.3266693322671% !important;
}

.shopify-section.section.blog-section .article-card__excerpt {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    position: relative;
    margin: 0 0 40px;
    color: #434343;
}

.shopify-section.section.blog-section .article-card__excerpt a.full-unstyled-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    position: relative;
    color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #eceded;
    padding-left: 20px;
}

.shopify-section.section.blog-section .blog-articles .article-card__info {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

 .shopify-section.main-article .page-width--narrow h2 {
    font-weight: 700;
    font-style: italic;
    font-size: 40px;
    line-height: 48px;
    letter-spacing: normal;
    margin-bottom: 24px;
}

.shopify-section.main-article .page-width--narrow p{font-weight: 400;font-size: 16px;line-height: 24px;letter-spacing: normal;margin-bottom: 16px;margin-top:  0;}

.shopify-section.main-article .page-width--narrow p img {
    margin-top: 48px;
    margin-bottom: 0px;
}

.shopify-section.main-article .page-width--narrow p[style="padding-left: 40px;"]:nth-of-type(1) {
    padding-left: 8px !important;
    border-left: 2px solid #000;
    display: block;
}

.shopify-section.main-article .page-width--narrow p[style="padding-left: 40px;"] {
    border-left: 2px solid #222;
    padding-left: 20px !important;
    margin-top: 36px;
    margin-bottom: 36px;
}

.shopify-section.main-article .page-width--narrow p[style="padding-left: 40px;"]:nth-of-type(1) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.shopify-section.main-article .page-width--narrow p[style="padding-left: 40px;"]:first-of-type {
    margin-top: 0;
    padding-left: 8px !important;
}

.article-template__back:last-child {
    display: none;
}

  .shopify-section.section.blog-section .blog-articles .article .card--media .card__inner {
    flex-wrap: wrap;
}

.shopify-section.section.blog-section .article-card__excerpt {
    display: -webkit-box;
    max-width: 400px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    position: relative;
    margin: 0 0 40px;
    color: #434343;
}

.shopify-section.section.blog-section .article-card__excerpt a.full-unstyled-link {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    position: relative;
    color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #eceded;
    padding-left: 20px;
}

.shopify-section.section.blog-section .blog-articles .article-card__info {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.shopify-section.featured-blog .title-wrapper-with-link{
  justify-content: center;
  margin-bottom: 32px;
}

.shopify-section.featured-blog .title-wrapper-with-link .blog__title{
font-weight: 700;
font-style: italic;
font-size: 40px;
line-height: 48px;
letter-spacing: normal;
text-align: center;

}

.shopify-section.section.blog-section.featured-blog .blog-articles .article:nth-child(n + 4){
  display: none;
}

.shopify-section.section.blog-section .blog-articles .card__information {
    padding: 40px 0 0;
}

.shopify-section.section.blog-section .blog-articles .article .article-card__info .circle-divider:after {
    margin-inline: 8px !important;
}

.shopify-section.section.blog-section .blog-articles .card__information .card__heading.h2 {
    font-weight: 600;
    font-style: italic;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    margin-bottom: 10px;
}

.shopify-section.main-article .article-template__social-sharing.page-width.page-width--narrow {
    margin-top: 64px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 14px;
}

.shopify-section.main-article .article-template__social-sharing .share-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    row-gap: 16px;
    column-gap: 8px;
}

.shopify-section.main-article .article-template__social-sharing .share-post h4 {
    width: 100%;
    font-family: Roboto;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: normal;
    margin: 0;
}

.shopify-section.main-article .article-template__social-sharing .share-post button, .shopify-section.main-article .article-template__social-sharing .share-post a {
    width: 32px;
    height: 32px;
    border: none;
    border-radius: 50%;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopify-section.main-article .article-template__social-sharing ul.article-tags {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
    column-gap: 8px;
}

.shopify-section.main-article .article-template__social-sharing ul.article-tags .badge {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    color: #000;
    text-decoration: none;
    padding: 4px 8px;
    background: #EEEEEE;
    border: none;
    border-radius: 4px;
}



/**/

.main-collection-product-grid.search-section .article-card .card__media{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}

.main-collection-product-grid.search-section .article-card .card__media::before{
  content: "";
  position: relative;
  width: 100%;
  display: block;
  padding-top: 71.2%;
}

.main-collection-product-grid.search-section .article-card .card__media::before{
  display: none;
}

.main-collection-product-grid.search-section .article-card .card__media .media{
  clip-path: none !important;
  aspect-ratio: 300 / 220 !important;
  border-radius: 20px;
}

.main-collection-product-grid.search-section .article-card .card__media .media::after{
  display: none;
}

.main-collection-product-grid.search-section .article-card .card__media .media img{
  opacity: 1 !important;
}

.main-collection-product-grid.search-section .article-card .card__content{
  height: auto;
}

.main-collection-product-grid.search-section .article-card .card--card.gradient, .main-collection-product-grid.search-section .article-card .card__inner.gradient{
  background: transparent;
}

.main-collection-product-grid.search-section .article-card .card__media .article-tags{
      margin: 0;
    padding: 0;
    list-style-type: none;
    position: absolute;
    left: 19px;
    bottom: 19px;
    height: auto;
    top: auto;
} 

.main-collection-product-grid.search-section .article-card .card__media .article-tags .badge{
  background: #131014;
  border: 1px solid #38FBDB;
  font-weight: 600;
  font-style: italic;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #38FBDB;
  padding: 3px 12px;
  border-radius: 40px;
}

.main-collection-product-grid.search-section .article-card .card__inner > .card__content{
  padding: 0;
}

.main-collection-product-grid.search-section .article-card .card__inner > .card__content .card__information{
  padding: 40px 0 0;
}

.main-collection-product-grid.search-section .article-card .card__inner > .card__content .card__information .card__heading.h2{
  font-weight: 600;
  font-style: italic;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: normal;
   margin-bottom: 10px;
}

.main-collection-product-grid.search-section .article-card .card__inner > .card__content .card__information .article-card__excerpt{
  position: relative;
  display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
font-weight: 300;
font-size: 20px;
line-height: 30px;
letter-spacing: normal;
  position: relative;
  margin: 0px 0 40px;
  color: #434343;
  

}

.main-collection-product-grid.search-section .article-card .card__inner > .card__content .card__information .article-card__excerpt a{
      font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: normal;
    position: relative;
    margin: 0 0 40px;
    color: #434343;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    background: #eceded;
    padding-left: 20px;
}

.main-collection-product-grid.search-section .article-card .card__inner > .card__content .card__information .article-card__excerpt a::before{
  content: "...";
   position: absolute;
    bottom: 0;
    left: 3px;
    margin: 0;
  font-weight: 400;
}

.main-collection-product-grid.search-section .article-card .card__inner>.card__content .card__information .article-card__info{
  font-family: "Roboto", sans-serif;
font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: normal;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-collection-product-grid.search-section .article-card .card__inner>.card__content .card__information .article-card__info .circle-divider::after{
  margin-inline: 8px !important;
}

.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .card.card--text .card__information{
  position: relative;
}

.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .card.card--text {border-radius: 20px;}

.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .card.card--text .badge {
    color: #fff;
}

.main-collection-product-grid.search-section #ProductGridContainer #product-grid .grid__item .card.card--text .card__heading {
    color: #000 !important;
}

.shopify-section.main-cart-items .underlined-link{
  text-decoration: none;
  border-radius: 75px;
    background: #38fbdb;
    color: #131014;
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: normal;
    padding: 15px 30px;
    min-height: 51px;
    box-sizing: border-box;
    width: 100%;
    transition: all .25s ease-in-out;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shopify-section.main-cart-items .underlined-link:hover{
  background: #000;
  color: #fff;
}

.cart-items thead th{
  font-weight: 600;
  color: #000;
  font-size: 16px;
  color: #000;
}

.cart-items .global-media-settings img{
  aspect-ratio: 1 / 1;
  border-radius: 10px;
  object-fit: cover;
  object-position: top center;
}

.cart-items .global-media-settings{
  border-radius: 10px;
  overflow: hidden;
}
.cart-item__quantity-wrapper {
    align-items: center;
}

.cart-items quantity-popover .quantity {
    background: #fff;
    border-radius: 5px;
}

.cart-items quantity-popover .quantity::before, .cart-items quantity-popover .quantity::after{
  border-radius: 5px;
}

.cart__ctas button, cart-items.is-empty .button {
     background: #38fbdb;
    color: #131014;
  transition: all 0.25s ease-in-out;
  font-weight: 600;
}

.cart__ctas button::after, .cart__ctas button::before, cart-items.is-empty .button::before, cart-items.is-empty .button::after{
  display: none;
}

.cart__ctas button:hover, cart-items.is-empty .button:hover{
  background: #000;
  color: #fff;
}

.shopify-section.main-cart-items .cart__login-paragraph a{
      display: inline-block;
    padding: 0;
    background: transparent;
    width: auto;
    min-height: inherit;
}

body.article .shopify-section.blog-section.section.featured-blog{
  padding-bottom: 64px;
}

body.article .shopify-section.blog-section.section.featured-blog .slider-buttons{
  display: none;
}

.drawer .drawer__inner .cart-items thead th{
  color: rgba(var(--color-foreground), 1);
}

.drawer .drawer__inner .cart-items quantity-popover .quantity{
  background: transparent !important;
}

.drawer .cart-drawer .cart-item__image{
  aspect-ratio: 3 / 4;
  border-radius: 12px;
  object-fit: cover;
  object-position: top center;
}

.drawer .cart__ctas button, .cart-drawer__empty-content .button{
  border: 1px solid #38fbdb;
  transition: all 0.25s ease-in-out;
}

.drawer .cart__ctas button:hover, .cart-drawer__empty-content .button:hover{
  background: transparent;
  color: #38fbdb;
  border: 1px solid #38fbdb;
}

.shopify-section.section.blog-section .card__content .card__information .article-card__excerpt a:before {
    content: "...";
    position: absolute;
    bottom: 0;
    left: 3px;
    margin: 0;
    font-weight: 400;
}

.content-for-layout .default-page-section h1.main-page-title {
    margin-top: 64px;
    margin-bottom: 64px !important;
    font-size: 64px;
    line-height: 77px;
    font-weight: 400;
    color: #000000;
}
.content-for-layout .default-page-section .rte h3 {
    font-size: 32px;
    font-weight: 400;
    color: #000000;
    line-height: 130%;
    margin-bottom: 16px;
    margin-top: 80px;
}
.content-for-layout .default-page-section .rte h3:first-child {
    margin-top: 64px;
}
.content-for-layout .default-page-section .rte p {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 16px;
    color: #000;
    margin-top: 0;
}
.content-for-layout .default-page-section .rte div{
  margin-bottom: 16px;
}
.content-for-layout .default-page-section .rte {
    margin-bottom: 84px;
}

.content-for-layout .default-page-section .rte div p {
    margin: 0;
}
.content-for-layout .default-page-section .rte p b, .content-for-layout .default-page-section .rte p strong {
    font-weight: 700;
}
.content-for-layout .default-page-section .rte h5 {
    font-size: 18px;
    line-height: 150%;
    font-weight: 700;
    margin-bottom: 16px;
    color: #000;
    margin-top: 0;
}
.content-for-layout .default-page-section .rte ul li {
    font-size: 18px;
    line-height: 150%;
    font-weight: 300;
    margin-bottom: 0px;
    color: #000;
}
.page:not(.about-us, .contact, .sponsorships, .faq) .content-box {
    padding-bottom: 76px;
}
.content-for-layout .default-page-section .rte a {
    text-decoration: none;
}

.content-for-layout .default-page-section .rte a:hover {
    text-decoration: underline;
}
.banner_section.about-banner.tutorial-banner .content-box .banner-title h2 {
    font-style: normal;
    line-height: 100px;
}

.banner_section.about-banner.tutorial-banner .content-box .banner-title {
    right: 45px;
    bottom: 7px;
    max-width: 100%;
}
.tutorial .collapsible-content .collapsible-content-wrapper-narrow {
    max-width: 100%;
    padding: 0;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow h3.accordion__title.inline-richtext {
    font-size: 64px;
    font-weight: 400;
    color: #000000;
    line-height: 120%;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion {
    padding: 0 0 80px 0;
    border: unset;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion summary {
    padding: 0;
    justify-content: space-between;
    align-items: center;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow summary:hover {
    background-color: transparent;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow summary:hover .accordion__title {
    text-decoration: none;
}
.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion details[open] span.accordion-arrow-icon svg {
    rotate: 180deg;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion__content ul {
    column-count: 2;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion__content ul li {
    line-height: 200%;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    color: #000;
}
.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion__content {
    padding: 40px 0 0;
    margin: 0;
}
.tutorial-banner .content-box {
    padding: 0;
}
.tutorial .collapsible-section-layout {
    padding-top: 0;
    padding-bottom: 32px;
}
.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion__content ul.characters-info li {
    display: block;
    margin-bottom: 10px;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion__content ul.characters-info li h4 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}
.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion__content ul.characters-info li span{
  font-weight: 600;
}

.tutorial .collapsible-content .collapsible-content-wrapper-narrow .accordion__content ul.characters-info li ul {
    column-count: 1;
}

/* ************************* Gift product css start ************************** */

.gift-card .product__info-wrapper .product__title .price-box {
    display: none;
}
.gift-card .product__info-wrapper .price__regular span.price-item.price-item--regular {
    font-weight: 600;
    font-style: italic;
    font-size: 32px;
    line-height: 48px;
    letter-spacing: normal;
}
.gift-card .product__info-wrapper .product-form__quantity label.quantity__label.form__label {
    display: none;
}
.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity {
    width: 100%;
    border: 1px solid;
    border-radius: 99px;
    background-color: white;
}
.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity:before {
    content: unset;
}
.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity:after {
    content: unset;
}
.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity * {color: #131014;fill: #131014;stroke: #131014;}

.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity input {
    font-size: 14px;
    font-weight: 600;
}
.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity input:focus {
    background: transparent;
    outline: none;
    box-shadow: unset;
}
.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity button.quantity__button[name="minus"] {
    border-right: 1px solid #000000;
    width: 80px;
    border-radius: 45px 0px 0px 45px;
    opacity: 1;
}
.gift-card .product__info-wrapper .product-form__quantity quantity-input.quantity button.quantity__button[name="plus"] {
    border-left: 1px solid #000000;
    width: 80px;
    border-radius: 0px 45px 45px 0px;
}
.gift-card .shopify-section.main-product .product__info-wrapper .product__description p {
    color: #000;
}
.gift-card .shopify-section.main-product .product__info-wrapper .product__description p strong {
    font-weight: 700;
}
.gift-card .shopify-section.main-product .product__info-wrapper .button-box {
    margin: 16px 0 20px;
}
.gift-card .shopify-section.main-product .product__info-wrapper .product__info-container variant-selects label .color-value {
    width: 86px !important;
    padding: 10px 20px;
    height: 38px !important;
    border-radius: 45px;
    display: flex;
    align-items: center;
    background-color: #D9D9D9 !important;
    font-size: 12px;
    font-weight: 400;
    justify-content: center;
}

.gift-card .shopify-section.main-product .page-width {
    max-width: 1412px;
}
.gift-card .shopify-section.main-product .product__media-wrapper {width: 61.74% !important;max-width: 61.74% !important;}

.gift-card .shopify-section.main-product .product__info-wrapper {
    padding: 0;
    width: 36.13% !important;
    max-width: 36.13% !important;
}
.gift-card .product.grid {
    justify-content: space-between;
}
.gift-card .shopify-section.main-product .product__info-wrapper .product__info-container variant-selects label {
    border-radius: 45px;
    margin-right: 0;
    margin-bottom: 0;
    border: 0;
}
.gift-card .shopify-section.main-product .product__info-wrapper .product__info-container variant-selects fieldset {
    column-gap: 6px;
    row-gap: 12px;
}

.gift-card .shopify-section.main-product .product__info-wrapper .product__info-container variant-selects legend {
    display: none;
}
.gift-card .shopify-section.main-product .product__info-wrapper .product__info-container variant-selects input:checked + label span.color-value {
    background-color: #38FBDB !important;
}
.gift-card .shopify-section.main-product .product__info-wrapper variant-selects {
    padding: 24px;
}
.gift-card .shopify-section.faq-tabbing .myUL .filterDiv.show {
    display: block;
}
.gift-card .shopify-section.faq-tabbing #myBtnContainer {
    max-width: max-content;
    margin: auto;
    background-color: #EBEDED;
    border-radius: 40px;
    padding: 5px;
    column-gap: 0;
}
.gift-card .shopify-section.faq-tabbing #myBtnContainer .btn {
    color: black;
    padding: 12px 18px;
}
.gift-card .shopify-section.faq-tabbing .faq-header {
    margin-bottom: 64px;
    margin-top: 35px;
}
.gift-card .shopify-section.faq-tabbing .title-box {
    display: none;
}

.gift-card .breadcrumbs__list li.breadcrumbs__item:last-child a.breadcrumbs__link {
    font-weight: 700;
    color: black;
}

.gift-card .shopify-section.main-product .product__info-wrapper .product__description {
    margin-bottom: 0;
}

.gift-card .shopify-section.main-product .product__info-wrapper .product__info-container {
    padding: 32px 32px 11px;
}

.gift-card .shopify-section.main-product .gallery-slider {
    aspect-ratio: unset;
}

.gift-card .shopify-section.main-product .gallery-slider .product__media-list {
    margin: 0;
}
.gift-card .shopify-section.main-product .product__info-wrapper .product__title h1 {
    text-transform: capitalize;
}
.gift-card .main-product {
    margin-top: 7px;
}
.gift-card .product.grid:before {
    content: '';
    width: 24px;
    height: 1px;
    position: absolute;
    background-color: black;
    rotate: -90deg;
    top: -12px;
    right: 57%;
}
.gift-card .shopify-section.faq-tabbing .accordion-panel {
    padding: 4px 0px 20px 0;
}

.gift-card .faq-tabbing .page-width {
    max-width: 1412px;
}
.gift-card .shopify-section.faq-tabbing .accordion-panel a {
    color: #000;
    text-decoration: none;
}
.gift-card .shopify-section.faq-tabbing .accordion-panel a:hover {
    text-decoration: underline;
}
/* ************************* Gift product css end ************************** */

@media only screen and (max-width: 768px) {

.content-for-layout h1.main-page-title {
    font-size: 34px !important;
    margin: 40px 0px !important;
    line-height: 34px !important;
}
.content-for-layout .rte h3 {
    margin-top: 40px !important;
    font-size: 24px !important;
}
}



/************************* shop by color *************************/

.colorcolleft img{
    float:left;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;

}

.colorcolright img{
    float:left;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;
}

.colorcolleft{
    width: 300px;
    float: left;
    margin: 30px 75px 30px 120px; 
    align-items: center;
    justify-content: center;
    text-align: center;
  
  border-radius: 15px;
  max-width: 100%;

}


.colorcolright{
    width: 300px;
    float: left;  
    margin: 30px 120px 30px 75px;
    align-items: center;
    justify-content: center;
  	
  border-radius: 15px;
  max-width: 100%;

}


.colordesc{
    float: left;
    width: 300px;
    height: 100px;
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 10px;
    align-items: center;
    justify-content: center;
  max-width: 100%;
    
}

.colorcolleft:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 15px;
    
}

.colorcolright:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 15px;

}


.colorcolleft h2{
    text-align: center;
}


.colorcolright h2{
    text-align: center;
    
}

.colordesc p{
    text-align: center;
    white-space: normal;
}

.colordesc h2{
    text-align: center;
    
}

.colorrow {
    width: 1000px;
  margin-inline: auto;
  clear: both;
  max-width: 100%;
}

.colorrow p{
    white-space: normal;
}

div#top{
  display: block !important;
}

body, html{
  scroll-behavior: smooth;
}
#colorbody{
    width: 1000px;
    /**overflow: scroll;**/
   	white-space: nowrap;
    margin-inline: auto;
    max-width: 100%
}

.colorbanner h2{
    text-align: center;
    font-size: 35px;  
    float: left;
    margin: 30px 0px 30px 135px;
    
}  

.colordesc h2{
    text-align: center;
    font-size: 30px;
    height: 60px;
}

.colordesc h3{
    text-align: center;
    font-size: 25px;
    height: 60px;
}

/*media*/
.login p.announcement-bar__message.h5{
  margin: 0;
}

.login .announcement-bar__close{
  margin-left: 20px;
}

@media(max-width: 768px){
.colorcolleft img{
    float:left;
    display: grid;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;

}

.colorcolright img{
    float:left;
    display: grid;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;
}

.colorcolleft{
    width: 300px;
    float: left;
    margin: 30px 15px 30px 30px; 
    align-items: center;
    justify-content: center;
  max-width: 100%;

}


.colorcolright{
    width: 300px;
    float: left;  
    margin: 30px 30px 30px 15px;
    align-items: center;
    justify-content: center;
  max-width: 100%;

}

.colorrow{
    float:left;
    width: 730px;  
  max-width: 100%;
}
    
.colorbanner img{
    width: 65%;
    height: auto;
    }   
.colorbanner h2{
    text-align: center;
    font-size: 30px;  
    float: left;
    margin: 15px 30px 10px 35px;
    
} 

.colordesc h2{
    text-align: center;
    font-size: 25px;
    height: 50px;
} 
  }
   
    

 


@media(max-width:480px){
    
.colorcolleft img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;

}

.colorcolright img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;
}

.colorcolleft{
    width: 170px;
    float: left;
    margin: 20px 0px 10px 0px; 
    align-items: center;
    justify-content: center;
  max-width: calc(50% - 10px);
    
}


.colorcolright{
    width: 170px;
    float: left;  
    margin: 20px 0px 10px 0px;
    align-items: center;
    justify-content: center;
   max-width: calc(50% - 10px);
  margin-left: 15px;

}
.colorcolleft h2{
    text-align: center;
    font-size: 18px;
}


.colorcolright h2{
    text-align: center;
    font-size: 18px;
    }
  
 .colorcolleft h3{
    text-align: center;
    font-size: 16px;
   margin-top:-15px;
}


.colorcolright h3{
    text-align: center;
    font-size: 16px;
  margin-top:-15px;
    }

.colordesc{
    width: 170px;
  max-width: 100%;
    text-align: center;
    font-size: 18px;
}    
    
    
.colorrow{
    float:left;
    width: 385px;
  max-width: 100%;  
}
  
.colorrow p{
	float:left;
  	width: 345px;
  max-width: 100%;
  	
}
    
.colorbanner h2{
    text-align: center;
    font-size: 17px;  
    float: left;
    margin: 10px;
    white-space:pre-wrap;
}    

.colorbanner {
  width: 385px;
  max-width: 100%;
}
  
colorbanner img{
    width: 100%;
    height: auto;
    } 
    
#colorbody{
        width: 385px; 
    
        max-width: 100%;
    }  
}
  

@media(max-width: 360px){
    
.colorcolleft img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;

}

.colorcolright img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;
}

.colorcolleft{
    width: 130px;
  max-width: 100%;
    float: left;
    margin: 20px 15px 10px 0px; 
    align-items: center;
    justify-content: center;
    
}


.colorcolright{
    width: 130px;
  max-width: 100%;
    float: left;  
    margin: 20px 0px 10px 0px;
    align-items: center;
    justify-content: center;

}
.colorcolleft h2{
    text-align: center;
    font-size: 18px;
}


.colorcolright h2{
    text-align: center;
    font-size: 18px;
    }
  
 .colorcolleft h3{
    text-align: center;
    font-size: 16px;
   margin-top:-15px;
}


.colorcolright h3{
    text-align: center;
    font-size: 16px;
  margin-top:-15px;
    }

.colordesc{
    width: 170px;
  	max-width: 100%;
    text-align: center;
    font-size: 18px;
    height: 60px;
}    
    
    
.colorrow{
    float:left;
    width: 305px;  
  	max-width: 100%;
}
  
.colorrow p{
	float:left;
  	width: 305px;
  	max-width: 100%;
}
    
.colorbanner h2{
    text-align: center;
    font-size: 17px;  
    float: left;
    margin: 25px;
    white-space:pre-wrap;
}    

.colorbanner {
  width: 345px;
}
  
colorbanner img{
    width: 100%;
    height: auto;
    } 
    
#colorbody{
        width: 345px; 
        margin-left: -18px;
        max-width: 100%;
    
    }  
}


/*media end*/

/*vivid*/

.vividcolleft img{
    float:left;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;

}

.vividcolright img{
    float:left;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;
}

.vividcolleft{
    width: 300px;
    float: left;
    margin: 30px 10px 30px 10px; 
    align-items: center;
    justify-content: center;
    text-align: center;
  
  border-radius: 15px;

}


.vividcolright{
    width: 300px;
    float: left;  
    margin: 30px 10px 30px 10px;
    align-items: center;
    justify-content: center;
  	
  border-radius: 15px;

}



.vividcolleft:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 15px;
    
}

.vividcolright:hover {
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
    border-radius: 15px;

}


.vividcolleft h2{
    text-align: center;
}


.vividcolright h2{
    text-align: center;
    
}





/*media*/



@media(max-width: 768px){
.vividcolleft img{
    float:left;
    display: grid;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;

}

.vividcolright img{
    float:left;
    display: grid;
    margin: 7px 70px 15px 70px;
    align-content: center;
    border-radius: 15px;
}

.vividcolleft{
    width: 300px;
    float: left;
    margin: 30px 15px 30px 30px; 
    align-items: center;
    justify-content: center;

}


.vividcolright{
    width: 300px;
    float: left;  
    margin: 30px 30px 30px 15px;
    align-items: center;
    justify-content: center;

}
 
  }
   
    

 


@media(max-width:480px){
    
.vividcolleft img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;

}

.vividcolright img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;
}

.vividcolleft{
    width: 170px;
    float: left;
    margin: 20px 0px 10px 0px; 
    align-items: center;
    justify-content: center;
  max-width: calc(50% - 10px);
    
}


.vividcolright{
    width: 170px;
    float: left;  
    margin: 20px 0px 10px 0px;
    align-items: center;
    justify-content: center;
  max-width: calc(50% - 10px);
  margin-left: 15px;

}
.vividcolleft h2{
    text-align: center;
    font-size: 18px;
}


.vividcolright h2{
    text-align: center;
    font-size: 18px;
    }
  
 .vividcolleft h3{
    text-align: center;
    font-size: 16px;
   margin-top:-15px;
}


.vividcolright h3{
    text-align: center;
    font-size: 16px;
  margin-top:-15px;
    }

}

@media(max-width:360px){
    
.vividcolleft img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;

}

.vividcolright img{
    float:left;
    display: grid;
    margin: 5px;
    align-content: center;
    border-radius: 15px;
}

.vividcolleft{
    width: 130px;
  float: left;
    margin: 20px 15px 10px 0px; 
    align-items: center;
    justify-content: center;
    
}


.vividcolright{
    width: 130px;
    float: left;  
    margin: 20px 0px 10px 0px;
    align-items: center;
    justify-content: center;

}
.vividcolleft h2{
    text-align: center;
    font-size: 18px;
}


.vividcolright h2{
    text-align: center;
    font-size: 18px;
    }
  
 .vividcolleft h3{
    text-align: center;
    font-size: 16px;
   margin-top:-15px;
}


.vividcolright h3{
    text-align: center;
    font-size: 16px;
  margin-top:-15px;
    }

}

/*vivid end*/

.shopify-section.main-product .product__info-wrapper .mobile-only #smartwishlist {
  display: none;
}

.quantity__input{
  pointer-events: none;
  touch-action: none;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .field__input, .shopify-section.main-product .product__info-wrapper .product__info-container .select__select, .shopify-section.main-product .product__info-wrapper .product__info-container .customer .field input, .shopify-section.main-product .product__info-wrapper .product__info-container .customer select{
  background: transparent;
  border-radius: 5px;
}

.shopify-section.main-product .product__info-wrapper .product__info-container .field::before, .shopify-section.main-product .product__info-wrapper .product__info-container .field::after{
  border-radius: 4px;
}

.shopify-policy__body{
  margin-bottom: 60px;
}

.main-list-collection{
  padding-bottom: 60px;
}

shopify-payment-terms{
  background-color: #000 !important;
  font-size: 15px !important;
  filter: invert(0.4);
}

#shopify-installments{
  background-color: #000 !important;
  font-size: 15px !important;
  padding: 15px !important;
}

shopify-payment-terms *{
  color: #fff !important;
  height: auto !important;
  line-height: normal !important;
  min-height: auto !important;
}

shopify-payment-terms svg{
  width: 200px !important;
  height: auto !important; 
}

#shopify-installments button, #shopify-installments-cta{
  height: auto !important;
  min-height: auto !important;
  line-height: auto !important;
}



.addresses li>button{
  color: #fff !important;
}

.customer select{
  background: transparent !important;
}
.thumbnail-slider .swiper-button-next svg path,
.thumbnail-slider .swiper-button-prev svg path {
  fill:rgb(56, 251, 219) !important; 
}
:root {
  --inputs-radius: 8px;
  --inputs-radius-outset: calc(8px + var(--inputs-border-width, 1px));
}

 /* Wrapper container */
.custom-collection-filters {
  margin-top: 2rem;
  max-width:335px;
  width:100%;
  margin-bottom: 2.6rem;

}


.facets__item-link.active {
  font-weight: bold;
 
}
.custom-collection-filters button{
  display:flex;
  margin-bottom: 35px;
}

.accordion-toggle {
  all: unset;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  
  padding: 0.5rem 0;
}

.accordion-icon {
  font-weight: 400;
  transition: transform 0.3s ease;
  display: inline-block;
  width: 15px;
  text-align: center;
  font-size:20px;
}


.facets__list {
  list-style: none;
  margin: 0;
  padding: 0 0 0 1rem;
}

.facets__item {
  margin: 0.4rem 0;
}
.facets__item:hover{
  text-decoration:underline;
}
.facets__item-link.active {
  font-weight: bold;
  color: #007acc;
}

/* Heading style */
.custom-collection-filters .fillter_heading  {
    font-weight: 700;
    font-style: italic;
    color: #000;
    font-size: 18px;
    line-height: 27px;
}
.custom-collection-filters .fillter_heading:hover{
  text-decoration:underline;
}
/* List style reset */
.custom-collection-filters .facets__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-collection-filters .facets__list .facets__item {
  margin: 0;
}

.custom-collection-filters .facets__list .facets__item a{
  font-size: 14px;
  line-height: 18px;
  padding: 8px 20px;
  width: 100%;
  color: #000;
  border-radius: 100px;
}

#FacetsWrapperDesktop .label-show-more span, #FacetsWrapperDesktop .label-show-less span{
  display: none;
}

.custom-collection-filters .facets__list .facets__item a.active{
  background: #8C53F3;
  color: #fff;
  font-weight: 400;
  max-width: 223px;
}

/* Individual item */
.custom-collection-filters .facets__item {
  margin-bottom: 0.5rem;
}

.custom-collection-filters .facets__item.custom-hide{
  display: none;
}

.custom-collection-filters ul{
  display: block;
}

/* Link style */
.custom-collection-filters .facets__item-link {
  text-decoration: none;
  color: #121212BF;
  font-size: 16px;
  display: inline-block;
  transition: color 0.2s ease;
}
/* Make announcement bar full width */
.utility-bar .page-width {
  max-width: 100% !important;
  padding: 0 !important;
}
.announcement-bar__message.h5 span {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.announcement-bar .slick-track{
  display: flex;
}

.utility-bar.color-scheme-1.gradient.utility-bar--bottom-border {
  background: rgba(56, 251, 219, 1);
}
/* Marquee effect for announcement bar */
.announcement-bar__message {
  overflow: hidden;
  white-space: nowrap;
  box-sizing: border-box;
}
.announcement-bar, .announcement-bar__announcement{
  display:block!important;
  overflow:auto;
}
.announcement-bar__message{
  padding:1.7rem 0;  
}

.announcement-bar:not(.slick-initialized){
  display: block !important;
}

.announcement-bar__message {
  padding: 1.7rem 0;
  font-weight: 600;
  white-space: normal;
  overflow: visible;
  width: 100%;
}
.announcement-bar__link:hover {
    text-decoration: none;
    color:inherit;
}
.announcement-bar__message span {
  display: inline;
  padding-left: 0;
  text-align: center;
}

.announcement-bar{
  overflow: hidden;
}
.utility-bar {
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.utility-bar--hidden {
  opacity: 0;
  visibility: hidden;
}


/* Animation keyframes
@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-200%);
  }
} */
 
.announcement-bar__button.inline-btn {
  margin-left: 30px;
  text-decoration: none;
  border-radius: 24px;
  background: #fff;
  color: #131014;
  padding: 10px 22px;
  display: none;
  transition: all 0.3s ease;
  font-family: Poppins;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
}

.announcement-bar__button.inline-btn:hover {
  background: #000;
  color: #fff;
}
.announcement-bar__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.announcement-bar__close svg {
  width: 16px;
  height: 16px;
}

.announcement-bar__close:hover svg path {
  fill: red; /* hover effect */
}


/* sign-up-form */
.customer:not(.account):not(.order) {
    max-width: 72.7rem !important;
    background:rgba(245, 245, 245, 1);
    border-radius:20px;
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
    padding-top:3.2rem;
    padding-bottom:3.2rem;
    margin-bottom:254px !important;
}

.customer form{
  margin-top:0px !important;
}
.field__input, .customer .field input {
    flex-grow: 1;
    text-align: left;
    padding: 1.5rem;
    margin: var(--inputs-border-width);
    transition: box-shadow var(--duration-short) ease;
    background:rgba(245, 245, 245, 1);
}
.button, .button-label, .shopify-challenge__button, .customer button{
  background:rgba(56, 251, 219, 1);
  color:#000;
}
#recover, #login{
  display:none;
}
#recover:target{
  display:none !important;
}
.recover-heading h1{
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 4.8rem;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
margin-bottom:20px;
margin-top:117px;
}
.login-heading h1 {
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 4.8rem;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
margin-bottom:20px;
margin-top:117px;
}
.register-heading h1 {
font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 4.8rem;
leading-trim: NONE;
line-height: 120%;
letter-spacing: 0%;
text-align: center;
margin-bottom:20px;
margin-top:117px;
}
.login a[href="#recover"]{
  display:flex;
  justify-content:end;
  margin-left:auto !important;
  color: #04715F;
  font-weight: 500;
}
.customer>h1, .customer__title{
  display:none;
}
.custom-input-group {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-bottom: 2rem;
}

.custom-input-label {
 font-family: Poppins;
font-weight: 400;
font-style: Regular;
font-size: 16px;
leading-trim: NONE;
line-height: 150%;
letter-spacing: 0%;
margin-bottom:8px;
}

.custom-input-group input {
  padding: 1rem;
  font-size: 1.6rem;
  border-radius: 8px;
  background:rgba(245, 245, 245, 1);
  outline:none;
  border:1px solid rgba(0, 0, 0, 0.3);
}
.custom-input-group input:focus-visible{
  box-shadow:none;
  outline:none;
}
.customer button:after{
  box-shadow:none;
}
.customer button:hover:after{
  box-shadow:none;
}
.form__message {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

/*Profile Icon*/
.header__icon.header__icon--account.link.focus-inset.small-hide {
  width: 40px;              
  height: 40px;             
  display: flex;            
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  background: rgba(56, 251, 219, 1);
  border-radius: 50%;      
}
.customer button {
    margin: 4rem 0 1.5rem;
    width: 100%;
    font-size:20px;
    font-weight:600;
    font-family: 'Poppins', sans-serif;
}
@media only screen and (max-width:374px) {
.header__icon.header__icon--account.link.focus-inset.small-hide {
    margin-left:0px;
}
header.header--middle-left .header__icons .icon-box {
    margin-right: 8px !important;
}
}
/* Product Grid*/
/* .product.grid {
  flex-direction:column;
}
.shopify-section.main-product .product__info-wrapper {
    width: 63.7187% !important;
    max-width: 90.7187% !important;
    padding-left: 0px;
} */
.product__info-container {
    max-width: 74rem !important;
    margin-top:10px;
}

.announcement-bar-section .action-button{
  display: flex;
  align-items: center;
  padding-right: 20px;
}
@media only screen and (max-width:1280px){
.customer:not(.account):not(.order) {
   
    margin-bottom:120px !important;
}
 .recover-heading h1 {
    margin-top:50px;
  }

  .login-heading h1 {
    margin-top:50px;
  }

  .register-heading h1 { 
    margin-top:50px;
  }
}
@media only screen and (max-width:1024px){
.customer:not(.account):not(.order) {
   
    margin-bottom:100px !important;
}
 .recover-heading h1 {
    font-size: 3.2rem;
    margin-top:50px;
  }

  .login-heading h1 {
    font-size: 3.2rem;
    margin-top:50px;
  }

  .register-heading h1 {
    font-size: 3.2rem;
    margin-top:50px;
  }
}
@media only screen and (max-width: 768px) {
  .recover-heading h1 {
    font-size: 3.2rem;
  }

  .login-heading h1 {
    font-size: 3.2rem;
  }

  .register-heading h1 {
    font-size: 3.2rem;
  }
  .customer button {
    font-size:18px;
  }
  /* .small-hide{
    display:flex !important;
  } */
  .header__icon.header__icon--account.link.focus-inset.small-hide{
    width:35px;
    height:35px !important;
  }

  .announcement-bar-section .action-button{
    display: none;
  }
}

@media (max-width: 749px){
  .mobile-facets__wrapper.medium-hide.large-up-hide .button-label{
    margin: 0;
    background: transparent;
  }

  .shopify-section.main-collection-product-grid .facets-wrapper details:focus, .shopify-section.main-collection-product-grid .facets-wrapper details:focus-visible,   .shopify-section.main-collection-product-grid .facets-wrapper details summary:focus, .shopify-section.main-collection-product-grid .facets-wrapper details summary:focus-visible{
    outline: none !important;
    box-shadow: none !important;
  }

  .mobile-menu-facets{
    display: block;
  }

  .mobile-menu-facets a{
    text-decoration: none;
  }

  .mobile-menu-facets li{
    display: block;
    margin-bottom: 10px;
  }
}


#loyaltylion *{
  font-family: Poppins;
}

#loyaltylion, .lion-isolator {
    /* Primary / Accent */
    --lion-primary-color: rgba(56, 251, 219, 1);
    --lion-primary-color-darker1: rgba(46, 220, 192, 1);
    --lion-primary-color-darker2: rgba(39, 192, 168, 1);
    --lion-primary-color-darker3: rgba(30, 165, 145, 1);
    --lion-tier-accent-color: rgba(56, 251, 219, 1);

    --tier-purchase-points-background-color: rgba(56, 251, 219, 0.05);
    --lion-tier-purchase-points-border-color: rgba(56, 251, 219, 0.2);
    --lion-tier-current-box-shadow-color: rgba(56, 251, 219, 0.1);
    --lion-tier-hover-box-shadow-color: rgba(56, 251, 219, 0.15);

    /* Secondary */
    --lion-secondary-color: rgba(56, 251, 219, 1);
    --lion-secondary-color-lighter1: rgba(95, 255, 227, 1);
    --lion-secondary-color-darker1: rgba(46, 220, 192, 1);
    --lion-secondary-color-darker2: rgba(39, 192, 168, 1);

    /* Buttons */
    --lion-button-primary-background-color: rgba(56, 251, 219, 1);
    --lion-button-primary-hover-background-color: rgba(46, 220, 192, 1);
    --lion-button-primary-active-background-color: rgba(39, 192, 168, 1);
    --lion-button-primary-active-shadow-color: rgba(30, 165, 145, 1);
    --lion-button-tile-text-color: rgba(19, 16, 20, 1);
    --lion-button-primary-text-color: rgba(255, 255, 255, 1);

    --lion-button-neutral-background-color: rgba(19, 16, 20, 1);
    --lion-button-neutral-hover-background-color: rgba(31, 28, 33, 1);
    --lion-button-neutral-active-background-color: rgba(31, 28, 33, 1);
    --lion-button-neutral-active-shadow-color: rgba(44, 42, 49, 1);
    --lion-button-neutral-text-color: rgba(255, 255, 255, 1);

    --lion-button-font-size: 1em;
    --lion-button-padding: 7px 18px;
    --lion-button-border-radius: 4px;

    /* Headings */
    --lion-section-heading-font-size: 28px;
    --lion-section-heading-text-color: rgba(255, 255, 255, 1);
    --lion-section-heading-line-size: 0px;
    --lion-section-heading-line-color: rgba(44, 42, 49, 1);
    --lion-section-heading-margin: 0 0 20px 0;

    /* Header */
    --lion-header-background-color: rgba(19, 16, 20, 1);
    --lion-header-text-color: rgba(255, 255, 255, 1);
    --lion-header-border-radius: 0px;
    --lion-header-nav-link-icon-display: inline-block;
    --lion-header-nav-link-accent-color: rgba(56, 251, 219, 1);
    --lion-header-nav-link-border-color: rgba(56, 251, 219, 0.2);
    --lion-header-nav-link-hover-border-color: rgba(56, 251, 219, 0.4);
    --lion-header-nav-link-hover-background-color: rgba(56, 251, 219, 0.05);
    --lion-header-nav-link-hover-icon-color: rgba(56, 251, 219, 1);
    --lion-header-nav-link-hover-text-color: rgba(56, 251, 219, 1);

    /* Rules */
    --lion-rules-grid-gap: 20px;
    --lion-rules-grid-columns: 5;
    --lion-rules-padding: 20px;
    --lion-rules-background-color: rgba(19, 16, 20, 1);
    --lion-rules-border-color: rgba(44, 42, 49, 1);
    --lion-rules-border-width: 0px;
    --lion-rules-border-radius: 6px;
    --lion-rules-tile-background-color: rgba(19, 16, 20, 1);
    --lion-rules-tile-border-color: rgba(44, 42, 49, 1);
    --lion-rules-tile-border-width: 0px;
    --lion-rules-tile-border-radius: 6px;
    --lion-rule-item-icon-color: rgba(56, 251, 219, 1);

    /* Rewards */
    --lion-rewards-grid-gap: 20px;
    --lion-rewards-grid-columns: 5;
    --lion-rewards-padding: 20px;
    --lion-rewards-background-color: rgba(19, 16, 20, 1);
    --lion-rewards-border-color: rgba(44, 42, 49, 1);
    --lion-rewards-border-width: 0px;
    --lion-rewards-border-radius: 6px;
    --lion-rewards-tile-background-color: rgba(19, 16, 20, 1);
    --lion-rewards-tile-border-color: rgba(44, 42, 49, 1);
    --lion-rewards-tile-border-width: 0px;
    --lion-rewards-tile-border-radius: 6px;
    --lion-reward-item-icon-color: rgba(56, 251, 219, 1);

    /* FAQ */
    --lion-faq-list-gap: 20px;
    --lion-faq-background-color: rgba(19, 16, 20, 1);
    --lion-faq-padding: 20px;
    --lion-faq-border-color: rgba(44, 42, 49, 1);
    --lion-faq-border-width: 0px;
    --lion-faq-border-radius: 6px;
    --lion-faq-question-header-font-weight: normal;
    --lion-faq-question-background-color: rgba(19, 16, 20, 1);
    --lion-faq-question-vertical-padding: 16px;
    --lion-faq-question-horizontal-padding: 16px;
    --lion-faq-question-vertical-border-width: 0px;
    --lion-faq-question-horizontal-border-width: 0px;
    --lion-faq-question-border-color: rgba(44, 42, 49, 1);
    --lion-faq-question-border-radius: 0px;
    --lion-faq-accordion-icon-size: 16px;

    /* Tier Progress */
    --lion-tier-progress-bar-indicator-color: rgba(56, 251, 219, 1);
    --lion-tier-progress-bar-background-color: rgba(44, 42, 49, 1);
    --lion-tier-progress-bar-height: 8px;
    --lion-tier-progress-bar-track-height: 8px;
    --lion-tier-progress-bar-unfilled-color: rgba(31, 28, 33, 1);
    --lion-tier-progress-bar-fill-color: rgba(56, 251, 219, 1);
    --lion-tier-progress-bar-track-radius: 8px;
    --lion-tier-progress-bar-fill-radius: 8px;
    --lion-tier-progress-bar-step-marker-radius: 50%;
    --lion-tier-progress-bar-step-marker-vertical-offset: 0px;
    --lion-tier-progress-bar-step-marker-height: 20px;
    --lion-tier-progress-bar-step-marker-width: 20px;

    --lion-tier-progress-text-tier-value-color: rgba(255, 255, 255, 1);
    --lion-tier-progress-bar-current-value-vertical-offset: 10px;
    --lion-tier-progress-bar-current-status-marker-vertical-offset: 0px;
    --lion-tier-progress-bar-current-status-marker-height: 16px;
    --lion-tier-progress-bar-current-status-marker-width: 2px;
    --lion-tier-progress-bar-current-status-marker-radius: 1px;
    --lion-tier-progress-text-tier-name-color: rgba(255, 255, 255, 1);
    --lion-tier-progress-text-tier-bound-color: rgba(56, 251, 219, 1);
    --lion-tier-progress-bar-step-label-vertical-offset: 20px;
}


.lion-loyalty-panel-sidebar *{
  color: #131014 !important;
}

.lion-loyalty-panel-sidebar *::before{
  background: #131014 !important;
}

#loyaltylion .lion-loyalty-widget_position_right .lion-loyalty-widget__body>span:first-of-type{
  background: rgb(57 251 219) !important;
  color: #131014 !important;
}

#loyaltylion .lion-loyalty-widget_position_right .lion-loyalty-widget__body>span:last-of-type{
  background: #131014 !important;
  color: #fff !important;
}

/* === reward page === */


.shopify-section.section div#loyaltylion .lion-header__your-points {
    color: #000;
}

.shopify-section.section div#loyaltylion .lion-custom_html.lion-integrated-page-section .hiw_section {
    text-align: center;
}

.shopify-section.section div#loyaltylion .lion-custom_html.lion-integrated-page-section .hiw_section-logo {
    filter: grayscale(1) brightness(0.8);
}

.shopify-section.section div#loyaltylion .lion-tier-progress .lion-tier-progress__bar-section__step-label p, .shopify-section.section div#loyaltylion .lion-tier-progress .lion-tier-progress__bar-section__step-label h3 {
    color: #201c21;
}

.shopify-section.section div#loyaltylion .lion-rules-list, .shopify-section.section div#loyaltylion .lion-rewards-list {
    background: #f5f5f5f5;
}

.shopify-section.section div#loyaltylion .lion-rules-list .lion-rule-item .lion-rule-item__content, .shopify-section.section div#loyaltylion .lion-rewards-list .lion-reward-item .lion-reward-item__content {
    background: #fff;
}

.shopify-section.section div#loyaltylion .lion-faq.lion-integrated-page-section {
    background: #39fbdb;
}

.shopify-section.section div#loyaltylion .lion-faq.lion-integrated-page-section .lion-faq__heading.lion-integrated-page-section__heading h3 {
    color: #000000 !important;
}

.shopify-section.section div#loyaltylion .lion-faq.lion-integrated-page-section .lion-faq-list {
    background: #ffffff;
}

.shopify-section.section div#loyaltylion .lion-faq.lion-integrated-page-section .lion-faq-list li.lion-faq-list__item {
    background: #f5f5f5;
    border-radius: 10px;
}

.shopify-section.section div#loyaltylion .lion-faq.lion-integrated-page-section .lion-faq-list li.lion-faq-list__item summary h3 {
    font-weight: 600;
    font-style: italic;
}

.shopify-section.section #loyaltylion .lion-action-button.lion-action-button--primary{
  color: #000000;
}

.shopify-section.section #loyaltylion .lion-action-button.lion-action-button--neutral{
  color: #000000;
  border-color: #000000;
}

#loyaltylion .lion-reward-item__icon {background-color: #3E686D !important;}

#loyaltylion .lion-rule-item__icon {background-color: #3E686D;}

/* 
#loyaltylion .lion-loyalty-panel--format-modal {
    width: 1280px;
    margin-left: calc(-1280px / 2);
    border-radius: 30px;
}

#loyaltylion .lion-loyalty-panel-sidebar .lion-loyalty-panel-sidebar__title {
    color: #FFF !important;
    font-family: Poppins;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: 0;
    padding: 20px 48px;
    background: transparent;
    border: unset !important;
}

#loyaltylion .lion-loyalty-panel-sidebar {
    width: 366px;
    border-radius: 30px 0px 0px 30px;
    background: #366267 !important;
} */


.color-popup-overlay {
    display: none;
}

div#color-popup {
    display: none;
}

body.popup-open .color-popup-overlay {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgb(0 0 0 / 50%);
    z-index: 1111;
}

body.popup-open div#color-popup {
    position: fixed;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1111;
    background: #fff;
    width: calc(100% - 40px);
    max-height: calc(100% - 40px);
    max-width: 1000px;
    /* max-height: 650px; */
    overflow: auto;
    padding: 20px;
}

body.popup-open div#color-popup .close-popup {
    position: absolute;
    right: 20px;
    top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
}

body.popup-open div#color-popup ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 20px;
    margin: 0;
    padding: 0;
    list-style-type: none;
    flex-wrap: wrap;
    row-gap: 15px;
}

body.popup-open div#color-popup ul li {
    width: calc(33.333333% - 20px * 2/3);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
}

body.popup-open div#color-popup ul li div {
    width: 50px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
}

body.popup-open div#color-popup ul li div img {
    width: 50px;
    aspect-ratio: 1 /1;
    object-fit: cover;
}

body.popup-open div#color-popup ul li a {
    color: #000;
    text-decoration: none;
}

body.popup-open div#color-popup .button-box {
    text-align: center;
    margin-top: 20px;
}

body.popup-open div#color-popup .button-box .button {
    border: none;
}

body.popup-open div#color-popup .button-box .button::before, body.popup-open div#color-popup .button-box .button::after {
    display: none;
}

body.popup-open div#color-popup .button-box .button:hover {
    background: #000;
    color: #fff;
}

header.header--middle-left .header__inline-menu details[open]>.header__menu-item span:before {
    content: "";
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    border: 2px solid #00957C;
}
header.header--middle-left .header__inline-menu details[open]>.header__menu-item span {
    background: transparent !important;
    text-decoration: none;
    font-weight: 600;
    position: relative;
}

@media only screen and (min-width: 750px){
  .main-collection-product-grid .facets-container{
    position: sticky;
    top: 20px;
  }
}

@media only screen and (max-width: 650px){
  body.popup-open div#color-popup ul li{
    width: calc(50% - 20px * 2/3);
  }
}

@media only screen and (max-width: 500px){
  body.popup-open div#color-popup ul li{
    width: 100%;
  }
}


.product-media-container.constrain-height{
  /* margin-top:75px; */
  --preview-ratio: 0.9 !important;
}

.product-media-modal__toggle{
  background: #fff !important;
}
.product__media-list .product__media-item {
  background:#ffffff;
}
.product__media-icon, .thumbnail__badge {
  display:none!important;
}
div#color-popup .close-popup{
  cursor:pointer;
}


/*new pop up*/

body.popup-open .popup-parent {
background-color:red !important;
}


body.popup-open .popup-parent div#color-popup .color-popup-overlay {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}

body.popup-open .popup-parent div#color-popup  {
  position: fixed;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 10px;
  padding: 24px 32px;
  width: 90%;
  max-width:966px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  display: none;
}

body.popup-open .popup-parent div#color-popup, .popup-open {
  display: block;
}
body.popup-open .color-popup-overlay{
  background:rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(20px);
}

body.popup-open .popup-parent div#color-popup  {
  position:fixed;
  top:50%;
  right: 14px;
  border: none;
  font-size: 22px;
  cursor: pointer;
  z-index:9999;
}
body.popup-open div#color-popup .close-popup {
    position: absolute;
    right: 36px;
    top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: transparent;
    border: none;
}

body.popup-open .popup-parent div#color-popup .popup-title {
font-family: Poppins;
font-weight: 400;
font-size: 32px;
line-height: 150%;
letter-spacing: 0%;
margin-top:0px;
margin-bottom:20px;
}

body.popup-open .popup-parent div#color-popup .swatch-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(35px, 1fr));
  gap: 8px;
  justify-items: center;
  margin-bottom: 16px;
}

body.popup-open .popup-parent div#color-popup .swatch-item {
    position: relative;
    cursor: pointer;
    width: 32px;
    height: 32px;
    border-radius: 6px;
    overflow: visible;
}

body.popup-open .popup-parent div#color-popup .swatch-square {
  width: 100%;
  height: 100%;
  border-radius: 6px;
  overflow: hidden;
}

body.popup-open .popup-parent div#color-popup .swatch-square img {
  width: 100%;
  height: 100%;
  object-fit: cover;
    display: block;
}

body.popup-open .popup-parent div#color-popup .swatch-item:hover::after {
  content: attr(data-color-name);
  position: absolute;
  top: 0; /* Below the color square */
  left: 50%;
  transform: translateX(-50%) translateY(-105%);
  font-size: 12px;
  color: #333;
  background: #38FBDB;
  padding: 2px 6px;
  border-radius: 4px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  white-space: nowrap;
  z-index: 10;
}

body.popup-open .popup-parent div#color-popup .more-count {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f3f3f3;
  color: #333;
  font-size: 13px;
  font-weight: 600;
  order: 2;
  padding-inline: 5px;
  justify-self: flex-start;
  width: auto;
  min-width: 32px;
}

body.popup-open .popup-parent div#color-popup .more-count::after{
  display: none;
}

body.popup-open .popup-parent div#color-popup .selected-color {
font-family: Poppins;
font-weight: 600;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color:#000000;
}
body.popup-open .popup-parent div#color-popup .selected-color span{
font-family: Poppins;
font-weight: 400;
font-size: 16px;
line-height: 150%;
letter-spacing: 0%;
color:#000000;
}

body.popup-open .popup-parent div#color-popup .button-box {
    text-align: right;
    margin-top: 16px;
}
body.popup-open .popup-parent div#color-popup .button-primary {
  background: #38FBDB;
  color: #131014;
  padding: 8px 18px;
  border-radius: 30px;
  font-family:Poppins;
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-decoration: none;
  transition: background 0.3s;
}
body.popup-open {
  overflow: hidden; /* Prevent scrolling of page when popup open */
  height: 100vh;
}
.bottom-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  text-align:center;
}
 /* body.popup-open .popup-parent div#color-popup .button-primary:hover {
  background: #00b8a2;
}  */
@media (max-width: 992px) {
  body.popup-open .popup-parent div#color-popup {
    max-width: 90%;
    padding: 20px 24px;
  }

  body.popup-open .popup-parent div#color-popup .popup-title {
    font-size: 26px;
    margin-bottom: 16px;
  }

  body.popup-open .popup-parent div#color-popup .swatch-grid {
    gap: 6px;
  }

  body.popup-open .popup-parent div#color-popup .swatch-item {
    width: 30px;
    height: 30px;
  }

  body.popup-open .popup-parent div#color-popup .selected-color,
  body.popup-open .popup-parent div#color-popup .selected-color span {
    font-size: 15px;
  }

  body.popup-open .popup-parent div#color-popup .button-primary {
    font-size: 13px;
    padding: 7px 16px;
  }


}

@media (max-width: 767px){
  body.index .banner_section .content-box .menu-tabs-wrapper, body.index .page .content-box .menu-tabs-wrapper {
    top: 0;
    max-width: 100%;
    left: 0;
}
}

@media (max-width: 600px) {
  body.popup-open .popup-parent div#color-popup {
    width: 95%;
    max-width: 95%;
    padding: 18px 20px;
    top:50%; /* lower the popup */
  }

  body.popup-open .popup-parent div#color-popup .close-popup {
    right: 16px;
    top: 18px;
  }

  body.popup-open .popup-parent div#color-popup .popup-title {
    font-size: 22px;
    text-align: center;
  }

  body.popup-open .popup-parent div#color-popup .swatch-grid {
    grid-template-columns: repeat(auto-fill, minmax(28px, 1fr));
    gap: 5px;
  }

  body.popup-open .popup-parent div#color-popup .swatch-item {
    width: 28px;
    height: 28px;
  }

  body.popup-open .popup-parent div#color-popup .swatch-item:hover::after {
    font-size: 11px;
    top: 110%;
  }

  body.popup-open .popup-parent div#color-popup .selected-color {
    text-align: center;
    font-size: 14px;
    margin-top: 10px;
  }

  body.popup-open .popup-parent div#color-popup .button-box {
    text-align: center;
    margin-top: 14px;
  }

  body.popup-open .popup-parent div#color-popup .button-primary {
    display: inline-block;
    font-size: 13px;
    padding: 7px 14px;
    border-radius: 25px;
  }
}

@media (max-width: 400px) {
  body.popup-open .popup-parent div#color-popup .popup-title {
    font-size: 20px;
  }

  body.popup-open .popup-parent div#color-popup .swatch-grid {
    grid-template-columns: repeat(auto-fill, minmax(25px, 1fr));
    gap: 4px;
  }

  body.popup-open .popup-parent div#color-popup .swatch-item {
    width: 25px;
    height: 25px;
  }

  body.popup-open .popup-parent div#color-popup .selected-color,
  body.popup-open .popup-parent div#color-popup .selected-color span {
    font-size: 13px;
  }
}

.shopify-section.collection-listing {
    padding: 0px 0;
    overflow: hidden;
}

.cart-items .product-option dt {
    display: none;
}

.follow-social-media .section-bottom-info{
  display: none;
}

.shopify-section.follow-social-media .instafeed-new-layout-container .instafeed-new-arrow{
  background-color: #38fbdb !important;
  color: #000;
}

.cart .banner_section .clipped-box{
  display: none;
}

.facet-filters__sort:focus-visible{
  outline: none !important;
  box-shadow: none !important;
}