/** Shopify CDN: Minification failed

Line 913:24 Expected ":"

**/
/** Custom css */

.header__column .header__drawer .header__icon {
    opacity: 0;
    display: none;
}

.header__column .header-logo {
  grid-area: auto !important;
  display: flex;
  align-items: center;
  width: 190px;
  justify-content: flex-start;
}

header-actions > .cs_header__icon {
    display: flex;
    width: 35px;
      align-items: center;
    justify-content: center;
}

.header__drawer {
    width: 0px;
    position: absolute;
}

.menu-drawer-container .menu-drawer {
  transform: translate(100%);
  left: auto;
  right: 0;
}

#shopify-section-sections--18090540597359__section_36gBH7 .spacing-style > .group-block {
    background: #fff;
    /* padding: 40px; */
    border-radius: 12px;
}

div#header-group {
    position: absolute;
    z-index: 99;
    width: 100%;
}

div#header-group .header__row {
    background: none;
}

div#header-group .header__row .header__columns {
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(40px);
    border-radius: 16px;
    padding: 17px 8px 2px 24px;
    margin: 8px;
}

header-component#header-component {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 1000;
  transition: transform 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transform: translate(0, 0);
}

header-component#header-component.hide-menu {
    transform: translate(0, -100px);
}

div#header-group .header__row .header__columns .menu-list__link{
  border-radius: 20px;
  transition: all .5s ease;
  line-height: 100%;
  font-size: 17px;
  min-height: 40px;
  align-items: center;
  color: #444444;
  font-variant-caps: all-small-caps;
  font-family: TheBasics Dots;
}

div#header-group .header__row .header__columns .menu-list {
  --menu-horizontal-gap: .25rem;
}

div#header-group .header__row .header__columns span.menu-list__link-title {
    padding: 5px 16px;
    letter-spacing: 0px;
}

div#header-group .header__row .header__columns .menu-list__link:hover,
div#header-group .header__row .header__columns .menu-list__link--active {
    background: #fff;
}

.border-style.custom-section-content > div > div {
    width: 100%;
}

.partnership-content {
    margin: 0 auto 70px;
    padding: 30px;
    border-radius: 20px;
    position: relative;

    background: rgba(255,255,255,.5);
}


.partnership-content .table-container {
  overflow-x: auto;
  position: relative;
  max-width: 100%;
}

.partnership-content .table-container-wrapper {
    padding: 30px 30px 16px;
    background: #fff;
    border-radius: 25px;
}

.partnership-content .responsive-table {
  border-collapse: collapse;
  width: 100%;
  border: none;
}

.partnership-content .responsive-table th,
.partnership-content .responsive-table td {
  padding: 5px 10px;
  background: white;
  text-align: left;
  white-space: nowrap;
}


.partnership-content .responsive-table .sticky-col {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 1;
  min-width: 70px;
  word-wrap: break-word;
  text-wrap: auto;
}

.partnership-content .responsive-table.inner-circle-table .sticky-col {
  min-width: 120px;
}

.partnership-content .responsive-table thead th {
  background: none;
  font-weight: bold;
}

.partnership-content .responsive-table tr td, .partnership-content .responsive-table tr th {
  border: none;
  border-bottom: 2px solid #F5F5F5;
}
.partnership-content .responsive-table tr:last-child td {
  border-bottom:none;
}
.partnership-content .responsive-table tr td ul {
      margin: 0;
    padding: 0 0 0 15px;
}

.partnership-content .responsive-table tr th {
  border-bottom: 2px solid #00FF8C;
  color: #444444;
  text-transform: uppercase;
  min-width: 120px;
  word-wrap: break-word;
  text-wrap-mode: wrap;
  vertical-align: top;
  font-weight: normal;
  font-family: 'TheBasics Dots';
  letter-spacing: 1px;
}

.partnership-content .table-wrapper h4 {
  margin: 0;
  padding-left: 10px;
  font-family: 'TheBasics Regular';
}

.partnership-content .table-wrapper p {
    margin: 10px 0 25px;
    padding-left: 10px;
    max-width: 350px;
}

.table-wrapper ul.referral-steps {
  padding-left: 10px;
  margin-top: -10px;
  list-style: none;
}

.table-wrapper ul.referral-steps li {
  margin: 0 0 5px;
  font-size: 13px;
}

.partnership-content .responsive-table.inner-circle-table td:first-child,
.partnership-content .responsive-table.inner-circle-table th:first-child {
  text-align: left;
}

.partnership-content .responsive-table.inner-circle-table td:not(:first-child),
.partnership-content .responsive-table.inner-circle-table th:not(:first-child) {
  text-align: center;
  min-width: 100px;
}

.partnership-content > * {
    color: #444;
}

.partnership-content .table-wrapper {
    margin-bottom: 40px;
}

/* .faqs--page .hero__container .is-customize-btn,
.product--template .hero__container .is-customize-btn,
.order-portal--page .hero__container .is-customize-btn {
  text-align: left;
  position: relative;
  border-radius: 15px;
  background: #A5A5A5;
  --button-border-width: 2px;
  --button-border-color: #00FF8C;
  color: #fff;
  font-family: TheBasics Dots;
  line-height: 100%;
  backdrop-filter: blur(40px);
  box-shadow: 0px 0px 0px 3px rgba(0, 255, 140, 0.25);
  border: 2px solid #00FF8C;
  height: 56px;
  max-width: 360px;
  width: 100%;
  font-weight: 400;
  font-size: 17px;
  font-variant-caps: all-small-caps;
  transition: all .5s ease;
}


.faqs--page .hero__container .is-customize-btn:after,
.product--template .hero__container .is-customize-btn:after,
.order-portal--page .hero__container .is-customize-btn:after{
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/cdn/shop/files/image_4.png?v=1752571791) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
} */

button.email-signup__button.email-signup__button--arrow.paragraph.button-unstyled {
    position: absolute;
    width: 51px;
    height: 51px;
    top:50%;
    transform:translateY(-50%);
    right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.overflow-menu:after {
    top: calc(100% - 14px + var(--border-bottom-width)) !important;
}
.header-menu[data-overflow-expanded=true] .menu-list__list-item:where([slot=overflow]) .menu-list__link {
    font-size: var(--menu-top-level-font-size-desktop);
}

.text-block--Ac0Vkb1RCQ0FpY2xMU__text_kLGkAT p {
    color: #333 !important;
}

.text-block--ASzNXNWVBQjFUbzBZM__text_V6YMCH p {
    color: #222 !important;
}

.text-block--ARnl3TVNDQ3hDdnIxV__text_cJbwKP p,
.text-block--AQ21wN1FGblR5WUVwb__text_hqwYKJ p,
.text-block--ANGJGRUhFaXZpN3NEU__text_4TPnFn p {
    color: rgb(69 69 69 / 50%) !important;
}



.product-information .product-information__grid .product-details {
  position: absolute;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  max-width: 1170px;
  margin: auto;
  width: 100%;
  left: 0;
  justify-content: flex-end;
}

.product-information .product-information__grid .product-details > .group-block {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.10) 0%, rgba(255, 255, 255, 0.10) 100%), var(--transparant-100020, rgba(255, 255, 255, 0.37));
    backdrop-filter: blur(20px);
    padding: 16px !important;
    border-radius: 36px;
    width: 480px;
}

.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector {
  border-radius: 25px;
  flex-grow: 1;
  height: 58px;
}

.product-information .product-information__grid .product-details .product-form-buttons>*:not(.quantity-selector) {
    flex: 1;
    min-width: 50%;
}

.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector button {position: relative;width: 70px;}

.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector button.button.quantity-minus:after,
.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector button.button.quantity-plus:before {
    content: "";
    position: absolute;
    width: 2px;
    background: #F5F5F5;
    height: 25px;
    top: 10px;
}

.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector button.button.quantity-minus:after {
    left: 0;
}

.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector button.button.quantity-plus:before{
    right: 0;
}
.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector button.button.quantity-minus {
  order:3;
}
.product-information .product-information__grid .product-details quantity-selector-component.quantity-selector button.button.quantity-plus {
  order:-1;
}
.product-information .product-information__grid button.add-to-cart-button {
    border-radius: 25px;
    background: #fff;
    height: 56px;
}
.product-information .product-information__grid .product-details > .group-block h1 {
  font-size:22px;
}

.product-information .product-information__grid button.add-to-cart-button span.add-to-cart-text {
  color: #444;
     font-family: var(--font-h3--family);
  font-size: 17px;
  letter-spacing: 0.34px;
  line-height: 100%;
}

.product-information__grid rte-formatter.text-block--AYytyQ3NQNnBHQzFTb__text_9D9mij {font-size: 16px;line-height: 150%;font-weight: 400;}

.product-information .product-information__grid button.add-to-cart-button span.add-to-cart-text span.svg-wrapper.add-to-cart-icon {
    display: none;
}

button.add-to-cart-button {
    border-radius: 25px;
    background: #fff;
}

button.add-to-cart-button span.add-to-cart-text {
  color: #444444;
  font-family: 'TheBasics Dots';
  line-height: 1;
}

button.add-to-cart-button span.add-to-cart-text span.svg-wrapper.add-to-cart-icon {
  display: none;
}

.addtocart-pdp {
  width: 100%;
  min-width: 100%;
  flex: 0;
}

.product-information .product-information__grid .product-details .product-form-buttons > .addtocart-pdp {
  min-width: 100%;
  background: #F1EFEE;
  border-radius: 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px 0px;
  color: #444;
}

.product-information .product-information__grid .product-details .product-form-buttons > .addtocart-pdp svg {
  width: 40px;
  height: 40px;
}

.addtocart-pdp svg.addtocart-icon-mobile {
  display: none;
}

.product-information .product-information__grid .product-details .product-form-buttons > .addtocart-pdp p {
  margin: 13px 0 -2px;
    font-family: var(--font-h3--family);
  text-transform: uppercase;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 2px;
}

.product-information .product-information__grid .product-details .product-form-buttons>.addtocart-pdp span {
  font-size: 14px;
  line-height: 140%;
  margin-top: 4px;
}

.shopify-block.shopify-app-block .AirReviews-StarRate .Avada_Star-Icon.AirReviews-Star--Icon .Avada_Star-Icon__Star:before {
  content: "";
  color: var(--air-review-inner-star-color);
  margin-left: 0;
  background: url(/cdn/shop/files/Vector.png?v=1752822522) no-repeat center;
  background-size: contain;
  width: 15px;
  height: 15px;
  display: block;
}

.shopify-block.shopify-app-block .AirReviews-StarRate .Avada_Star-Icon.AirReviews-Star--Icon .Avada_Star-Icon__Background::before {
  content: "";
}

.AirReviews-Widget .AirReviews-StarRatingWrapper .AirReviews-StarRate--Count:after {
  content: "See Reviews";
  margin-left: 8px;
  text-decoration: underline;
  color: #444;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.AirReviews-Widget--AppBlockSummary {
  position: absolute;
  top: 38px;
  right: 16px;
}

.section-under-addtocart {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.footer-section .menu .menu__item a {
  font-size: 17px;
  text-transform: uppercase;
  line-height: 100%;
  font-weight: 400;
  font-variant-caps: all-small-caps;
  font-family: TheBasics Dots;
  letter-spacing: 1px;
}
.email_btn_styled [type="email"] ,
.email-signup__input-group .email-signup__input--none {
    padding-left: 15px;
    padding-right: 15px;
    border: 2px solid transparent ;
    outline:none;
}
.email_btn_styled [type="email"]:focus , 
.email_btn_styled [type="email"]:focus-visible ,
.email-signup__input-group .email-signup__input--none:focus , 
.email-signup__input-group .email-signup__input--none:focus-visible {
    box-shadow: 0 0 0 3px #00ff8c40;
    border-color:  #00FF8C ;
}
.accepts-marketing {
    padding: 16px 0 0;
}
.section-under-addtocart a {
  display: flex;
  align-items: center;
  padding: 8px 5px;
  width: 100%;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  gap:8px;
  color:#444;
  border-radius: 24px;
background:  rgba(51, 51, 51, 0.05);
backdrop-filter: blur(20px);
}

.section-under-addtocart a img {
    width: auto;
    height: 18px;
    margin-right: 20px;
}

.section-under-addtocart a.discount-cart {
    margin-top: 10px;
    color: #05F;
    background: rgb(16 96 255 / 11%);
}

.product-information .product-information__grid .product-details .product-form-buttons {
  border: 4px solid #00FF8C;
  border-radius: 28px;
  padding: 10px;
  background: rgba(255,255,255,.5);
  box-shadow: 0px 0px 4px 0px #00FF8C;
  margin-top: 24px;
}

div#AirReviews-FloatButtonWrapper {display: none;}
/* .product--template div#AirReviews-FloatButtonWrapper {display: block;} */
.product-information__grid div[ref="priceContainer"] {
    width: 200px;
    font-size: 16px;
}
.product-information__grid .AirReviews-StarRate .medium .Avada_Star-Icon {
    font-size: 12px;
}
.forcesmallcaps, .forcesmallcaps *  {
  font-variant-caps: all-small-caps;
}
.text_underline {
  text-decoration: underline;
}
.text_underlineOnHover:hover {
  text-decoration: underline;
  cursor: pointer;
}

.button.design-btn-style {
    text-align: left;
    position: relative;
    border-radius: 15px;
    background: #var(--transparant-100050, rgba(255, 255, 255, .5));
    --button-border-width: 2px;
    --button-border-color: #00FF8C;
    color: #fff;
    font-family: TheBasics Dots;
    line-height: 100%;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    box-shadow: 0 0 0 3px #00ff8c40;
    border: 2px solid #00FF8C;
    height: 56px;
    max-width: 360px;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    font-variant-caps: all-small-caps;
    transition: all .5s ease;
}

.button.design-btn-style:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/cdn/shop/files/image_4.png?v=1752571791) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
}

.button.design-btn-style:hover {
    background-color: #fff;
    color: #444;
}

.button.design-btn-style:hover:after {
    background-image: url(/cdn/shop/files/backbtn-shape.png);
}

.button.design-btn-style.light-btn{
    background:var(--transparant-100050, rgba(255, 255, 255, .5));
    --button-border-color:var(--transparant-100050, rgba(255, 255, 255, .5));
    color: #444;
}
.button.design-btn-style.light-btn:after {
    background-image: url(/cdn/shop/files/backbtn-shape.png);
}

.light-btn.design-btn-style.button:hover {
    background: #fff;
    --button-border-color: #fff;
}


/*

temp

*/
@media (min-width:1060px){
  .account-popover {
    padding-right: 8px;
    margin-right: 8px;
  }

}

@media(min-width: 768px) {

  /* .hero__container.spacing-style.section.section--full-width {
    min-height: 800px;
  } */
.partnership-content .responsive-table tr td {
  height:56px;
}
  .product-media-container.constrain-height {
      --constrained-min-height: 900px;
  }

  .product-information .product-information__grid .product-information__media {
    grid-column: 1 / -1;
  }
  
  .shopify-section .product-information .product-information__grid {
    display: grid;
    grid-template-columns: subgrid !important;
    grid-column: 1 / -1 !important;
  }
  
  
  div#header-group .header__row .header__columns {
    padding: 5px 25px 5px 36px;
    margin: 16px 0 15px;
    height: 56px;
    align-items: center;
    border-radius:24px;
  }
  div#header-group .header__row .header__columns .header__column {
    height: 40px;
  }
  .partnership-content .responsive-table.inner-circle-table td > strong {
    margin: 10px 0;
    display:block;
  }
  header-actions>.cs_header__icon{
    display: none;
  }

  summary.account-popover__summary,
  .cart-drawer .header-actions__action {
      transition: all .5s ease;
  }
  summary.account-popover__summary:hover,
  .cart-drawer .header-actions__action:hover {
      background-color: #fff;
      border-radius: 48px;
  }
}

@media(min-width: 1060px){
  details.account-popover:after {
      content: "";
      height: 80%;
      width: 2px;
      background: var(--border-color-1, rgba(51, 51, 51, 0.05));
      position:absolute;
      top:50%;
      right:0;
      transform: translateY(-50%);
  }
}

@media(max-width: 1060px){
    header-menu.header-menu {
        display: none;
    }
    header-actions>.cs_header__icon {
        display: flex;
    }
    cart-drawer-component.cart-drawer{
    position: relative;
    padding-right: 4px;
  }
  cart-drawer-component.cart-drawer:before,
  cart-drawer-component.cart-drawer:after {
    content: "";
    position: absolute;
    width: 2px;
    background: rgb(210 210 210 / 19%);
    height: 25px;
  }
  cart-drawer-component.cart-drawer:before {
    left: 0;
    top: 10px;
  }
  cart-drawer-component.cart-drawer:after {
    right: 0;
    top: 10px;
    width: 2px;
  }
}

@media(max-width: 768px){
.product-information__grid:not(:has(.product-information__media:empty)).product-information--media-left:has(.media-gallery--extend) {
          grid-column: 1 / -1;
}
  .product--template main#MainContent {
    background: RGB(241, 239, 238);
  }

  .product-information .product-information__grid button.add-to-cart-button span.add-to-cart-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .product-information .product-information__grid button.add-to-cart-button span.add-to-cart-text span.svg-wrapper.add-to-cart-icon {
    display: block;
  }

  .addtocart-pdp svg.addtocart-icon-desktop {
    display: none;
  }
  .product-information .product-information__grid .product-details .product-form-buttons>.addtocart-pdp svg.addtocart-icon-mobile {
    display: block;
    margin-bottom: 10px;
    width: 40px;
  }

  .product-information .product-information__grid .product-details .product-form-buttons>.addtocart-pdp {
    padding: 20px 0;
  }

  .product-information .product-information__grid .product-details {
    position: static;
    width: 100%;
    transform: unset;
  }
  .product-information .product-information__grid .product-details>.group-block {
    width: 100%;
    margin-top: -110px;
    position: relative;
    z-index: 9999;
    background: none;

    padding: 10px 0 !important;
  }
  .product-information .product-information__grid .product-details > .group-block {
    backdrop-filter:blur(0);
  }
  .AirReviews-Widget--AppBlockSummary,
  .AirReviews-Widget .AirReviews-StarRatingWrapper .AirReviews-StarRate--Count:after {
    color: #fff;
  }
  .shopify-block.shopify-app-block .AirReviews-StarRate .Avada_Star-Icon.AirReviews-Star--Icon .Avada_Star-Icon__Star:before{
    background-image: url(/cdn/shop/files/Vector_1.png?v=1752833320);
  }
  .section-under-addtocart a {
    padding: 8px 10px;
    line-height: 1;
    font-size: 12px;
  }

  .AirReviews-Widget--AppBlockSummary {
    margin-top: 10px;
    display: flex;
    justify-content: flex-end;
    top: 18px;
  }

  .AirReviews-Widget .AirReviews-StarRatingWrapper .AirReviews-StarRate--Count:after {position: absolute;right: 0;top: 20px;}

  span.buy-buttons-block.buy-buttons-block--AZFZIemNjbWJpVWJoc__buy_buttons_eYQEYi {
    padding-top: 20px;
  }
  
  .text-block--AK3BCei82d1BMNksve__heading_m7KmQQ {
    padding-left: 0;
  }
  
  product-price[data-block-id="AamprN2xvclFRaHRhd__price_a7krng"] {
    padding-left: 0;
  }

  .text-block--AK3BCei82d1BMNksve__heading_m7KmQQ h1,
  product-price[data-block-id="AamprN2xvclFRaHRhd__price_a7krng"] > * {
    color: #fff !important;
  }
  
  product-price[data-block-id="AamprN2xvclFRaHRhd__price_a7krng"]  .weight-with-price {
    display: block;
    margin-left: 0 !important;
    margin-top: 6px;
  }

  .section-under-addtocart {
    width: 90%;
    margin: auto;
  }
  

  
  .partnership-content {
    background: none;
    padding: 0;
  }

  /* .partnership-content .responsive-table .sticky-col {
    border-right: 2px solid #E1E1E1;
  } */
  .partnership-content .table-container-wrapper {
      padding: 20px;
  }
  .partnership-content .responsive-table tr th {
    border-bottom: 2px solid #00FF8C;
    color: #444;
    text-transform: uppercase;
    word-wrap: break-word;
    text-wrap-mode: wrap;
    vertical-align: bottom;
    line-height: 14px;
  }
  .partnership-content .responsive-table .sticky-col {
      position: sticky;
      left: 0;
      background: #fff;
      z-index: 1;
      word-wrap: break-word;
      text-wrap: auto;
  }
    .partnership-content .responsive-table .sticky-col::after {
      width:2px;
      height:100%;
      content:" ";
      position:absolute;
      top:0;
      right:0;
      background:#E1E1E1;
    }
}

/* Buttons */

.styled_btn1 {
    text-align: left;
    position: relative;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.37);
    --button-border-width: 2px;
    --button-border-color: #00FF8C;
    color: #fff;
    font-family: TheBasics Dots;
    line-height: 100%;
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    box-shadow: 0 0 0 3px #00ff8c40;
    border: 2px solid #00FF8C;
    height: 56px;
    max-width: 360px;
    width: 100%;
    font-weight: 400;
    font-size: 17px;
    font-variant-caps: all-small-caps;
    transition: all .5s 
ease; 
  padding:5px 16px;
  @media (max-width:767px){
    font-size:15px;
  }
   @media (max-width:576px){
    font-size:15px;
    max-width:100%;
    width:100%;
    height: 50px;
  }
  &:after {
    display:none;
  }
  span {
    display:flex;
      width: 24px !important;
      height: 24px !important;
      align-items: center;
      justify-content: center;
      @media (max-width:767px){
      width: 10px !important;
      height: 10px !important;
  }
      svg {
          path {
              transition.5s all ease;
          }
      }
  }
}
.styled_btn1:hover {
    background-color: #fff;
    color: #444;
    span {
      svg {
        path {
          fill:#000;
        }
      }
    }
}
.styled_btn1.dark_text {
  color:rgba(68, 68, 68, 1);
  span {
         svg {
        path {
            fill:#000;
        }
      }
  }
}

/* .styled_btn1:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 20px;
    background: url(/cdn/shop/files/image_4.png?v=1752571791) no-repeat center;
    background-size: contain;
    width: 12px;
    height: 12px;
} */
/* .styled_btn1:hover {
  background-color: #fff;
  border-color:#fff;
}
.styled_btn1:target,
.styled_btn1:active,
.styled_btn1:focus,
.styled_btn1:focus-visible {
  box-shadow: 0 0 0 3px #00ff8c40;
  border: 2px solid #00FF8C;
  background-color: #fff;
}
.styled_btn1.active {
  box-shadow: 0 0 0 3px #00ff8c40;
  border: 2px solid #00FF8C;
  background-color: #fff;
} */
 .cta_heading ,
.hero__container h3:has(span) {
  font-size: 28px;
}


.shopify-section-group-footer-group {
  @media (max-width:940px){
    .section-content-wrapper.mobile-column {
        flex-direction: column;
    }
    .footer-section .spacing-style > .group-block > .group-block-content {
        flex-direction: column-reverse;
        .group-block {
            margin: 0;
            padding: 0;
        }
     }
  }
}


/* Article Page */

.article--template {
  .richtext_main {
    br {
      display:none;
    }
    h2 {
      margin:0 0 10px;
      font-size:22px;
      font-family: 'TheBasic', sans-serif;
      line-height:130%;
    }
    em {
       padding-left: 20px;
       display: inline-block;
       position:relative;
       &:before{
        content:'';
        position:absolute;
        top:0;
        left:0;
        height:100%;
        width:2px;
        background-color:rgba(51, 51, 51, 0.05);
      }
    }
    h6 {
      margin: 0 0 20px;
      font-family: var(--font-h3--family);
      font-size:17px;
      line-height:100%;
    }
  }
  ul, li ,
  p {
    font-size:16px;
    line-height:150%;
  }

}
.lp_text {
  text-wrap: auto;
  p {
    text-wrap: unset !important;
    margin:10px 0;
    &:first-child {
      margin-top:0;
    }
    &:last-child {
      margin-bottom:0;
    }
  }
}
.card_heading_grow {
  flex-grow:1;
}
/* remove cart icon temp */
 .cart-drawer {
  display:none;
} 
 .account-popover {
  padding:0;
}
details.account-popover:after {
  display:none;
} 


.actions__link_b2b {
      margin-bottom: 10px;
}

.partner_section_group {
  height:max-content;
      background: rgba(255, 255, 255, 0.50);
    backdrop-filter: blur(20px);
}


.btn_contact {
      background: #Fff;
    padding: 8px 20px;
    display: inline-flex;
    border-radius: 8px;
}

/* POpup */

    .contact-form__success {
      display:none !important;
    }
     .contact-form__success.popup-moved {

            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            background: rgba(0, 0, 0, 0.50);
            z-index: 999;
            display:flex !important;
            align-items: center;
            justify-content: center;
            margin: 0;
            padding: 20px;
            .desc {
              width:100%;
              padding:36px;
              max-width:464px;
              border-radius: 28px;
              background: rgba(255, 255, 255, 0.50);
              backdrop-filter: blur(20px);
                h2 {
                  font-size: 34px;
                  margin:0;
                  padding:0;
                  color: #444;
                }
                h3 {
                  margin:0;
                  padding:0;
                  text-transform: capitalize;
                  color: rgba(69, 255, 171, 1);
                  font-family: TheBasics Regular;
                }
                p {
                max-width: 270px;
                font-family: var(--font-heading--family);
                color: #444;
                font-size:  17px;
                font-weight: 400;
                line-height: 100%; 
                text-transform:uppercase;
                letter-spacing: 0.34px;
                margin:16px 0 36px;
                }

                .return_page {
                  max-width: 100% !important;
                  text-align: left;
                  position: relative;
                  border-radius: 16px;
                  background: rgb(255 255 255 / 0%);
                  color: #444;
                  font-family: TheBasics Dots;
                  line-height: 100%;
                  -webkit-backdrop-filter: blur(40px);
                  backdrop-filter: blur(20px);
                  box-shadow: 0 0 0 3px #00ff8c40;
                  border: 2px solid #00FF8C;
                  height: 56px;
                  max-width: 360px;
                  width: 100%;
                  font-weight: 400;
                  font-size: 17px;
                  font-variant-caps: all-small-caps;
                  transition: all .5s ease;
                  padding: 5px 16px;
                  cursor:pointer;
                  display: flex;
                  align-items: center;
                  justify-content: space-between;
                  &:hover {
                    background: #fff;
                  }
                }
              }
        }


/*  Shopfiy Challenge Container */
.shopify-challenge__container  {
    padding-top: 150px;
}
@media (max-width:576px){
  .hero_main_heading  p {
    font-size: 50px;
  }
}



.bss-lock-page-container {
    min-height: auto !important;
    padding-top: 0 !important;
}
.contact_access {
  
    background-image: url(/cdn/shop/files/584258890951cfa94847c51430008ef8efd64859.png?v=1758150317);
    min-height: 52vh;
    padding: 100px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    align-items: center;
  p {
        margin: 0 0 28px;
    max-width: 460px;
    text-align: center;
  }
  a {
        text-align: left;
        position: relative;
        border-radius: 15px;
        color: #fff;
        font-family: TheBasics Dots;
        line-height: 100%;
        backdrop-filter: blur(40px);
        box-shadow: 0 0 0 3px #00ff8c40;
        border: 2px solid #00FF8C;
        height: 46px;
        max-width: 200px;
        width: 100%;
        font-weight: 400;
        font-size: 17px;
        font-variant-caps: all-small-caps;
        transition: all .5s 
ease;
        background: #ffffff2b;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0 0 20px;

  }
}
