/** Shopify CDN: Minification failed

Line 2472:3 Unexpected "{"

**/
/* font family */

.custom-font-pages h1,
.custom-font-pages h2,
.custom-font-pages h3,
.custom-font-pages h4,
.custom-font-pages h5,
.custom-font-pages h6,
.shopify-policy__container div h1,
.shopify-policy__container div h2,
.shopify-policy__container div h3,
.shopify-policy__container div h4,
.shopify-policy__container div h5,
.shopify-policy__container div h6{
  font-family: 'Krona One', 'Studio Feixen Edgy TRIAL' !important;
}

body.custom-font-pages p, 
body.custom-font-pages p span, 
body.custom-font-pages div,
.shopify-policy__container p,
.shopify-policy__container p span,
.shopify-policy__container div{
  font-family: 'Plus Jakarta Sans', 'Basis Grotesque Pro' !important;
}


.custom-font-pages h1,
.shopify-policy__container div h1{
  font-size: 40px !important;
}
.custom-font-pages h2,
.shopify-policy__container div h2{
  font-size: 24px !important;
}

.oke-w-reviewerRecommendation.oke-w-reviewerRecommendation--yes {
    color: black;
}
/* strong.oke-w-reviewer-name {
    color: white;
} */
#oke-sortSelect--reviews option {
    color: black;
}
.okeReviews[data-oke-container] .oke-select, div.okeReviews .oke-select {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E") !important;
}

recently-viewed-products .title-wrapper {
    text-align: left !important;
    margin: 0;
}

li.mega-menu-item h3 {
    font-family: 'Plus Jakarta Sans' !important;
}
.faq-more .media img {
    object-fit: contain;
}
.faq-more .media.media--panoramic {
    --padding-bottom: 100%;
}
details.faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.faq-item summary {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.faq-item .details-disclosure-content {
    padding-left: 0 !important;
    padding-right: 0 !important;
    background: transparent !important;
}
.faq-item summary:hover {
    background: unset !important;
}
.faq-list h3.h4.mb-3 {
    font-family: 'Krona One';
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
}
.faq-item span {
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 120%;
    color: rgba(255, 255, 255, 1);
}
.details-disclosure-content p {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: rgba(255, 255, 255, 1);
}
/* product page video popup */
.product-video-popup{
  position:fixed !important;
  inset:0;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:rgba(0,0,0,0.8);
  display:none;
  align-items:center;
  justify-content:center;
  z-index:99999;
  backdrop-filter: blur(6px);
}

.title-wrapper.text-align--left.text-align-mobile--center {
    text-align: center !important;
}

.video-popup-inner{
  position:relative;
  z-index:100000;
  width:80%;
  max-width:800px;
  padding: 20px;
  background-color: white;
  border-radius: 20px;
}

.video-popup-inner video{
  width:100%;
  height:auto;
  border-radius: 20px;
}

.close-video-popup{
  position:absolute;
  top: -5px;
  right: 10px;
  color: black;
  font-size:30px;
  cursor:pointer;
}
body.popup-open {
  overflow: hidden;
}

a.affiliate-button {
    /* background: #09feff; */
    color: rgb(113,199,213);
    /* padding: 5px 15px; */
    border-radius: 52px;
    text-decoration: none;
    font-family: Basis Grotesque Pro;
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    height: fit-content;
    /* text-transform: uppercase; */
    cursor: pointer;
    /* border: none; */
    margin-top: 10px;
    display: inline-block;
}
.price.price--on-sale{
    justify-content: left;
    flex-direction: row-reverse;
    gap: 10px;
}
.product-payment-security.product-info-block {
    display: flex;
    justify-content: space-between;
}
.details-disclosure-content a {
    color: white;
}
.tech-specs-container{
    padding-left: 34px;
    padding-right: 34px;
}
.tech-specs-container h1 {
    font-family: 'Krona One', serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 36px;
}
  .product-card-rating svg.icon-star path{
    fill: #ffd600 !important;
  }
  button.header-button {
    background: #09feff;
    color: #000;
    padding: 15px 25px;
    border-radius: 52px;
    text-decoration: none;
    font-family: Basis Grotesque Pro;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    height: fit-content;
    text-transform: uppercase;
    cursor: pointer;
    border: none;
  }
ul.footer-blocks.auto-grid {
    display: flex !important;
    flex-wrap: wrap;
    gap: 0;
}

li.social-item {
    --alpha-border: 0 !important;
}
li.social-item a svg{
    width: 32px !important;
    height: 32px !important;
}
svg.icon-global{
    width: 24px !important;
    height: 24px !important;
}
 .footer-block-content img{
    width: 55% !important;
}
.social-icons-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.brand-social-wrapper h3.footer-block-heading{
    margin-bottom: 0 !important;
}
.brand-social-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    height: 100%;
    justify-content: end;
}
.footer-block.footer-block--social {
    height: 100%;
    margin: 0 !important;
}
h3.footer-block-heading {
    font-family: 'Plus Jakarta Sans' !important;
}
.footer-block-content p {
    margin-bottom: 0 !important;
}
.footer-blocks > li.grid-item:nth-of-type(7) {
  display: flex !important;
  align-items: flex-end !important;
}
.footer-block-content li a.link {
    font-size: 14px;
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
}
.footer .footer-content-middle {
    padding-block: 0.5rem !important;
}
.footer-block-content p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
}
.footer-block--social li.social-item a svg rect {
    fill: rgba(0, 255, 255, 1);
}
.footer-localization svg path {
    fill: rgba(0, 255, 255, 1);
}
.brand-email-wrapper a.link.link-text {
    font-family: 'Plus Jakarta Sans';
}
.brand-email-wrapper a{
    display: inline-flex;
    gap: 5px;
    line-height: 16px;
}
.brand-email-wrapper svg.icon-email{
    width: 20px;
}
modal-opener.button.button--icon {
    justify-content: flex-start;
    background: unset !important;
}
.card-quick-add modal-opener.button.button--icon {
    justify-content: center;
}
.button.button--icon:hover .icon {
    transform: unset !important;
}
.brand-social-wrapper.enable-on-mobile{
    display: none;
}
.brand-social-wrapper.enable-on-desktop,
.brand-social-wrapper.enable-on-both{
    display: flex;
}

button.pdp-add-to-cart {
    background-color: rgba(36, 40, 51, 1);
    border-radius: 52px;
    padding: 13px 16px;
    min-height: unset !important;
    border: 1px solid;
    border-image-source: linear-gradient(360deg, rgba(0, 255, 255, 0) 61.63%, #00FFFF 100%);
    box-shadow: 0px -4px 11.6px 0px rgba(0, 255, 255, 0.8);
}
button.pdp-add-to-cart span {
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 255, 255, 1);
}
details-disclosure h5 {
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
}
ul.icon-list li p {
    margin-bottom: 0;
}
.product-text-container a {
    color: rgba(255, 255, 255, 1);
}
.product-text.product-info-block ul {
    padding-left: 10px;
}
.product-icon-list.product-info-block {
    padding: 0;
}
.product-info-others {
    margin-block-start: unset !important;
    padding-block-start: unset !important;
    border-block-start: unset !important;
}
.btn-view-product-in-action{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    border: 0.5px solid rgba(255, 255, 255, 1);
    border-radius: 16px;
    gap: 8px;
    margin-top: 16px;
    cursor: pointer;
}
button#view-product-in-action {
    all: unset;
}
.btn-view-product-in-action img {
    width: 16px;
    height: 16px;
    object-fit: cover;
}
.feature h3 {
    font-size: 18px;
    font-family: 'Plus Jakarta Sans';
    text-align: left;
}
.feature {
    width: 26%;
}
.feature p {
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    text-align: left;
}
.product-accordion .details-disclosure > summary{
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}
product-media-slider button.nav-button.nav-button--prev {
    background-color: rgba(57, 66, 90, 1);
    border-radius: 50%;
    position: relative;
    left: 8px;
    z-index: 1;
}
product-media-slider button.nav-button.nav-button--next  {
    background-color: rgba(57, 66, 90, 1);
    border-radius: 50%;
    position: relative;
    right: 8px;
    z-index: 1;
}
.tech-read-btn{
    display: none;
}


.comparison-heading {
    font-family: 'Krona One';
    font-weight: 400;
    font-size: 40px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    margin-bottom: 40px;
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
}

.comparison-table th,
.comparison-table td {
    padding: 10px 20px;
    text-align: center;
    border-bottom: 1px solid #333;
    width: 20%;
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);;
}

.feature-title {
    text-align: left;
}

.bring-home-btn {
    background: rgba(36, 40, 51, 1);
    padding: 12px 16px;
    border-radius: 52px;
    cursor: pointer;
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 255, 255, 1);
    border: 1px solid;
    border-image-source: linear-gradient(360deg, rgba(0, 255, 255, 0) 61.63%, #00FFFF 100%);
    box-shadow: 0px -4px 11.6px 0px rgba(0, 255, 255, 0.8);
}
.product-col {
  vertical-align: top;
}

.product-col form {
  margin-top: 15px;
}
.button-row td {
  padding-top: 25px;
  border-bottom: none;
}

.button-row button {
  width: 100%;
}
td.feature-title {
    text-align: left;
}
th.product-col h4 p {
    font-family: 'Krona One';
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 6px;
}
.product-image-wrap {
    padding-bottom: 16px;
}
th.product-col p {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    margin-bottom: 0;
}
th.product-col p br {
    display: none;
}
td.feature_row_text {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.bring-home-btn.mobile{
  display: none;
}
.product-image-wrap .mobile-img{
display:none;
}
.related-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.related-header .title-wrapper {
    margin-bottom: 0;
}
.products-container button.nav-button.button.button--icon.nav-button--prev,
.products-container button.nav-button.button.button--icon.nav-button--next {
    background-color: rgba(57, 66, 90, 1);
    border-radius: 43px;
    min-width: 40px;
    min-height: 40px;
}

.related-products__wrapper .products-container slider-component{
position:relative;
}

.related-products__wrapper .products-container .slider-controller{
position:absolute;
top:-95px;
right:0;
z-index:3;
}

.related-products__wrapper .products-container .slider-controller button{
cursor:pointer;
}

.newsletter-main h2.text-content-heading {
    text-align: center;
}
/* .related-products__wrapper .text-content{
    display: flex;
} */
.video-content-wrapper h2.text-content-heading {
    text-align: start;
}

h2.text-content-heading {
    font-family: 'Krona One';
    font-size: 40px !important;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
}
.text-content-description p {
    font-family: 'Plus Jakarta Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}
 a.banner_btn {
    padding: 12px 66px;
    /* background-color: rgba(36, 40, 51, 1);
    box-shadow: 0px -4px 11.6px 0px rgba(0, 255, 255, 0.8);
    display: inline-block;
    text-decoration: none;
    border-radius: 52px;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 700;
    color: rgba(0, 255, 255, 1); */
}
.item-wrapper h3.item-heading.h5 {
    text-transform: inherit;
}
.banner-content-mobile{
  display:none;
}


/* page header */

.page-header {
  width: 100%;
}
.page-header-inner {
    display: flex;
    flex-direction: column;
}
.mobile_heading{
    display: none;
}

.page-header-title {
    margin: 0;
    font-family: 'Studio Feixen Edgy TRIAL';
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
}

.page-header-breadcrumb {
  margin-top: 16px;
}
.breadcrumb .breadcrumb-wrapper {
    font-family: 'Basis Grotesque Pro';
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}
li.breadcrumb-item.page-current {
    color: #FFFFFF99;
}

.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}
.banner_wrapper {
    height: 400px;
    margin-top: 40px;
}
.banner_wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.article-header-container .page-header-breadcrumb {
    margin-top: 0;
    padding: 0 24px;
}
.article-header-container .banner_wrapper {
    height: 430px;
    margin-bottom: 40px;
}
.article-header-container  .desktop_heading {
    padding: 0 34px;
}


.About-text .text-content-heading p {
    font-size: 70px !important;
    font-weight: 700!important;
}


/* blog post tab */
 .mobile-blog-filter {
    display: none;
  }
  section.blog-tabs-section {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
  }

  .blog-tabs-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .blog-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
  }

  .blog-tab {
      padding: 12px 36px;
      border-radius: 52px;
      border: 1px solid #FFFFFF;
      background: transparent;
      color: #fff;
      cursor: pointer;
      font-family: 'Basis Grotesque Pro';
      font-weight: 700;
      font-size: 16px;
      line-height: 100%;
  }

  .blog-tab.active {
      background: #09FEFF;
      color: #242833;
      border: none;
  }

  .blog-search {
      position: relative;
      width: 312px;
  }
  .blog-search-input {
      padding: 12px 16px 12px 16px;
      border: 1px solid #FFFFFF;
      background: transparent;
      color: #FFFFFF99;
      width: 100%;
      font-family: 'Basis Grotesque Pro';
      font-size: 14px;
      line-height: 16px;
  }
  input:focus-visible {
      outline: none !important;
      box-shadow: none;
      outline-offset: 0;
  }

  .blog-search-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
  }
  span.blog-search-icon img {
      width: 24px;
      height: 24px;
  }

  .blog-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 20px;
      row-gap: 40px;
  }
  a.blog-card-wrapper {
      display: flex;
      flex-direction: column;
      gap: 24px;
      text-decoration: none;
  }
  .blog-card-image {
      height: 225px;
      overflow: hidden;
      display: flex;
  }
  .blog-card-image img {
      width: 100%;
      display: block;
      height: auto;
      object-fit: cover;
  }

  .blog-card-content {
      display: flex;
      flex-direction: column;
      gap: 8px;
  }

  .blog-card-date {
      font-family: 'Basis Grotesque Pro';
      font-weight: 400;
      font-size: 12px;
      line-height: 100%;
      text-transform: uppercase;
      color: #FFFFFF99;
  }

  .blog-card-title {
      font-family: 'Studio Feixen Edgy TRIAL';
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      color: #FFFFFF;
      margin-bottom: 0;
  }

 .blog-search-wrapper {
  position: relative;
}

.blog-search {
  display: flex;
  align-items: center;
  position: relative;
}

.blog-search-input {
  width: 100%;
  padding: 12px 44px 12px 14px;
}

.blog-search-icon {
  position: absolute;
  right: 14px;
}

.mobile-search-toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
}


/* article */
.article-content-container {
    justify-content: flex-start !important;
}
.article-content-container .article-main-detail {
    position: relative;
    max-height: 600px;
     /* max-height: 700px; */
    overflow: hidden;
}
.article-content-container .blog-sidebar {
    /* max-width: 40rem; */
    /* position: sticky;
    top: 80px; */
    max-width: 415px;
    height: fit-content;
    /* height: auto;
    background: #303441; */
}
.sidebar-article-info {
    background: #303441;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.read-full-btn {
    /* margin-top: 25px; */
    background: transparent;
    border: 1px solid #fff;
    background-color: #39425A;
    color: #fff;
    padding: 14px 20px;
    border-radius: 54px;
    cursor: pointer;
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}
.article-content-container .article-template-content {
    transition: max-height 0.5s ease;
    margin-bottom: 80px;
}
.content-fade {
  display: block !important;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 160px;
  background: linear-gradient(180deg, rgba(36, 40, 51, 0.6) -4.32%, #242833 82.18%);
}
img.button-arrow {
    height: 20px;
    width: 20px;
}
.article-main-detail.expanded {
  max-height: fit-content;
}
.content-fade.hidden {
    display: none !important;
}
button#readFullBtn.expanded {
    bottom: 0px;
}
button#readFullBtn.expanded img.button-arrow {
    transform: rotate(180deg);
}
.article-content-container{
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    gap: 30px !important;
}
.article-content-container .article-main-detail{
    padding: 0 40px;
}
.verticle-line {
    display: block !important;
    border: 1px solid #FFFFFF33;
    height: -webkit-fill-available;
}
.article-content-container .article-template-content p {
    font-family: 'Basis Grotesque Pro';
    font-weight: 400;
    font-size: 16px;
    /* line-height: 16px; */
    line-height: 22px;
    color: #ffffff;
}
.article-content-container .article-template-content h1 {
    font-family: 'Studio Feixen Edgy TRIAL';
    font-weight: 700;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 0;
}
.article-content-container .article-template-content h2{
    font-family: 'Basis Grotesque Pro';
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 0;
    padding: 10px 0;
}
.article-content-container .article-template-content h3{
    font-family: 'Basis Grotesque Pro';
    font-size: 22px;
    font-weight: 700;
}
.article-content-container .article-template-content h4{
    font-family: 'Basis Grotesque Pro';
    font-size: 20px;
    font-weight: 700;
}
.article-info {
    display: flex;
    flex-direction: column;
    gap: 6px;
}
.article-info h3 {
    margin-bottom: 0;
    font-family: 'Plus Jakarta Sans' !important;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 100%;
}
.article-contents h3 {
    font-size: 16px;
}
.article-info span {
    font-family: 'Plus Jakarta Sans' !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}
.article-info.article-contents ul {
    padding-left: 25px;
    line-height: 22px;
    margin-top: 0px;
}



/* featured blog */
.custom-featured-blog .title-wrapper .text-content {
    max-width: 100rem;
    display: flex;
    justify-content: space-between;
}
.custom-featured-blog .text-content-buttons{
    margin-top: 0;
}
.custom-featured-blog .button.button--hover-animate:not([disabled],[aria-disabled=true]):hover:before {
    opacity: 0 !important;
}
.custom-featured-blog .button-group{
    text-decoration: underline;
}
/* .custom-featured-blog .button.button--hover-animate::before {
    opacity: 0!important;
    border-width: 0;
    box-shadow: unset;
} */
.custom-featured-blog .button.button--hover-animate::after {
    box-shadow: unset;
}
.custom-featured-blog a.button {
    font-family: 'Basis Grotesque Pro';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #FFFFFF;
}
.custom-featured-blog .title-wrapper{
    margin-bottom: 40px;
}
.custom-featured-blog h3.card-heading {
    font-family: 'Studio Feixen Edgy TRIAL';
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 100% !important;
}


.table-container table{
    width: 100%;
}
.table-container td, .table-container th {
    padding: 0.3rem !important;
}

h3.card-heading a {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

/* Collection Products */
.clp-products-container {
  max-width: 1200px;
  margin: auto;
  /* display: flex;
  flex-direction: column;
  gap: 80px; */
}

.clp-product-title {
    font-family: 'Studio Feixen Edgy TRIAL';
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    text-transform: uppercase;
    margin: 8px 0;
}
.product-info-wrapper a {
    text-decoration: none;
}

/* .clp-rating {
  color: #ffd700;
  font-size: 18px;
  margin-bottom: 15px;
}

.clp-rating-count {
  color: #b5b5b5;
  font-size: 14px;
  margin-left: 8px;
} */

.clp-product-desc ul {
    padding-left: 25px;
    margin: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.clp-product-desc ul li {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    color: #FFFFFF;
    opacity: 0.8;
}

.clp-price {
    font-family: 'Plus Jakarta Sans';
    font-size: 22px;
    font-weight: 700;
    line-height: 18px;
    color: #FFFFFF;
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 16px;
}
span.clp-price-compare {
    color: rgba(130, 130, 130, 1);
    text-decoration: line-through;
    font-size: 16px;
    line-height: 18px;
}
.clp-price span.badge.sale-badge {
    padding: 2px 8px;
    font-size: 14px;
    color: rgba(255, 221, 102, 1);
}
.clp-product-caption {
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    text-transform: uppercase;
    color: rgba(189, 189, 189, 1);
}
/* .clp-buy-btn {
    display: inline-block;
    padding: 12px 16px;
    background: #00FFFF;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 52px;
    text-decoration: none;
    margin-top: 24px;
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    width: 100%;
    text-align: center;
} */

.clp-buy-btn {
    display: inline-block;
    padding: 12px 16px;
    background: rgba(36, 40, 51, 1);
    color: rgba(0, 255, 255, 1);
    box-shadow: 0px -4px 11.6px 0px rgba(0, 255, 255, 0.8);
    border: 1px solid;
    border-image-source: linear-gradient(360deg, rgba(0, 255, 255, 0) 61.63%, #00FFFF 100%);
    border-radius: 52px;
    text-decoration: none;
    margin-top: 8px;
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    width: 100%;
    text-align: center;
}

.clp-buy-btn:hover {
  opacity: 0.85;
}

.clp-review-slider {
    background: rgba(57, 66, 90, 1);
    padding: 16px 10px;
    margin-top: 16px;
    margin-bottom: 0 !important;
}
div.clp-review-slide {
    margin: 0 8px;
}

.clp-review-header{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:8px;
}

.clp-review-name {
    font-family: 'Plus Jakarta Sans';
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
}

.clp-review-stars{
  color:#FFD600;
  font-size:14px;
}

.clp-review-slide p {
    font-family: 'Basis Grotesque Pro';
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
}


/* Review slider dots */

.clp-review-slider .slick-dots{
  display:flex !important;
  justify-content:center;
  align-items:center;
  gap:8px;
  margin-top:0;
  bottom:-15px;
}

.clp-review-slider .slick-dots li{
  width:8px;
  height:8px;
  margin: 0;
}

.clp-review-slider .slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid rgba(189, 189, 189, 1);
    background: transparent;
    padding: 0;
}

.clp-review-slider .slick-dots li button:before{
  display:none;
}

/* Active dot */
.clp-review-slider .slick-dots li.slick-active button{
  background:#bdbdbd;
  border-color:#bdbdbd;
}

/* Slick arrows */
.clp-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #39425A;
    color: #fff;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
}
.clp-prev 
{ 
    left: -20px; 
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.clp-next 
{
    right: -20px; 
    display: flex !important;
    justify-content: center;
    align-items: center;
}

/* HARD RESET FOR THIS SECTION */
.clp-products-wrapper {
  width: 100%;
  overflow: hidden;
}

.clp-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.clp-product-row {
    display: flex !important;
    /* grid-template-columns: 55% 45%!important; */
    gap: 40px;
    align-items: stretch;
    /* flex-wrap: wrap; */
}

/* IMAGE SIDE */
.clp-product-media {
    position: relative;
    width: 50%;
    padding: 0;
}

.clp-product-media img {
    width: 100%;
    height: auto;
    max-height: 600px;
    object-fit: cover;
}

.clp-sale-badge-wrapper {
  position: absolute;
  top: 8px;
  right: 8px;
  z-index: 5;
}

/* INFO SIDE */
/* .clp-thumb.slick-slide.slick-current.slick-active {
    border: 1px solid rgba(0, 255, 255, 1);
} */
 .clp-thumb.slick-current img {
  box-shadow: 0 0 0 1px rgba(0, 255, 255, 1);
}
.clp-product-info {
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.clp-thumbs {
    display: flex;
    gap: 5px;
}
.clp-thumb.slick-slide {
    padding: 4px;
}
.clp-thumb {
    /* width: 124px; */
    height: 124px !important;
    flex: 1;
    box-sizing: border-box;
}

.clp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.clp-sticky-mail {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    box-shadow: 0 10px 30px #00000059;
    cursor: pointer;
}

.clp-sticky-mail svg {
  display: block;
}

.clp-mail-text {
    position: absolute;
    bottom: -20px;
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    font-weight: 700;
    color: #00FFFF;
    line-height: 18px;
    white-space: nowrap;
}
button.button_yes {
    background-color: black;
    border: 1px solid white;
}

.banner-content .text-content-caption.caption {
    font-family: 'Studio Feixen Edgy TRIAL';
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #00FFFF;
    width: 680px;
}
.banner-content  h2.text-content-heading{
    margin-block-start: 0 !important;
}
.template-collection-all-products .banner-content h2.text-content-heading p {
    font-family: 'Basis Grotesque Pro';
    font-weight: 700;
    font-size: 140px;
    background: linear-gradient(0deg, #FFFFFF 0%, #E0E0E0 38.31%, #00FFFF 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-block-end: 0 !important;
    line-height: 100%;
        position: relative;
}
.template-collection-all-products .banner-content h2.text-content-heading p::after {
    content: "10% OFF";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    text-shadow: 0px 0px 16.9px rgba(0, 255, 255, 1);
    z-index: -1;
}
.banner-content .text-content-description{
    margin-block-start: 0 !important;
}
.banner-content .text-content-description p {
    font-family: 'Studio Feixen Edgy TRIAL';
    font-size: 28px;
    font-weight: 700;
    color: #FFFFFF;
    text-transform: uppercase;
    line-height: 100%;
}
.banner-content .banner-button{
    padding: 12px 16px;
    background-color: #00FFFF;
    color: #000000;
    border: 1px solid #000000;
    font-family: 'Basis Grotesque Pro';
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
    border-radius: 52px;
    margin-block-start: 5.5rem;
    cursor: pointer;
}
.banner-box .text-content-caption + .text-content-description p{
  display: none;
}
.mobile-caption{
    display: none;
}
.template-index .image-banner__wrapper .banner-content .banner-box {
    max-width: 34rem;
}
.banner-box .template-index h2.text-content-heading {
  color: rgba(0, 255, 255, 1);
}
.template-index .banner-content .text-content-description p {
    font-family: 'Basis Grotesque Pro';
    font-size: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    line-height: 100%;
    text-transform: unset;
}
.template-index  a.button.button--pill {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
}
.template-index .image-banner__wrapper .banner-content {
    padding-left: 100px;
}
.template-index .text-content-buttons.mt-4 {
    margin-top: 16px !important;
}
.contact-form-form h2.text-content-heading {
    font-size: 24px !important;
}
.drawer-header a.button.button--pill{
    color: rgb(255 255 255);
}

/* featured products */
.key-features-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.fp-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.fp-heading,
.key-features-heading {
    font-family: 'Krona One';
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin: 0;
}
.fp-heading{
    text-align: center;
}
.key-features-heading {
    text-align: left;
}
.fp-desc, .key-features-desc, .review-desc {
    text-align: center;
    margin-bottom: 0;
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    margin-top: 8px;
}

.fp-grid,
.key-features-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fp-card,
.key-features-card {
  position: relative;
}

/* .fp-image {
  position: relative;
  overflow: hidden;
  height: 400px;
} */
.key-features-image {
  position: relative;
  overflow: hidden;
}
.fp-image img {
  width: 100%;
  display: block;
  height: 100%;
}
.key-features-image img {
  width: 100%;
  display: block;
}
.key-features-info p {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}
.key-features-info h3 p {
    font-family: 'Plus Jakarta Sans';
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    line-height: 30px;
    letter-spacing: 1px;
}
/* BUTTON (hidden by default) */
.fp-hover-btn {
    /* background: rgba(36, 40, 51, 1);
    color: rgba(0, 255, 255, 1);
    padding: 12px 36px;
    border-radius: 52px;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 700;
    box-shadow: 0px -4px 11.6px 0px rgba(0, 255, 255, 0.8); */
    transition: 0.3s ease;
    width: 235px;
    text-align: center;
    border: none;
    cursor: pointer;
}

.fp-hover-btn[disabled] {
    cursor: not-allowed;
}
/* SHOW BUTTON ON HOVER */
.fp-card:hover .fp-content-data product-form.product-form {
  opacity: 1;
}
.fp-content-data product-form.product-form {
    position: absolute;
    bottom: 10px;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%);
}

/* HIDE TEXT ON HOVER */
.fp-card:hover .fp-info {
  opacity: 0;
  visibility: hidden;
}
a.fp-card-inner {
    text-decoration: none;
}
/* TEXT NORMAL STATE */

.fp-content-data {
    /* position: absolute;
    bottom: 12px;
    left: 0px;
    width: 100%; */
    padding: 12px;
    background: rgba(0, 0, 0, 1);
}
.fp-info{
  
  color: #fff;
  z-index: 2;
  transition: 0.3s ease;
}
.key-features-info {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    z-index: 2;
    transition: 0.3s ease;
    padding: 24px;
}
.fp-product-caption {
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    color: rgba(189, 189, 189, 1);
}
.fp-info h3 {
    font-family: 'Krona One';
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    color: rgba(0, 255, 255, 1);
    margin: 0;
}
.fp-price {
    display: flex;
    gap: 8px;
}

span.fp-price-compare {
    font-family: 'Plus Jakarta Sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-decoration: line-through;
    color: rgba(130, 130, 130, 1);
}
span.fp-price-sale {
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}
.review_rating_numbers {
    display: flex;
    gap: 5px;
}
.product_info_reviews {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 16px;
}
span.review_numbers {
    font-size: 14px;
    color: rgba(203, 204, 204, 1);
    font-weight: 400;
    letter-spacing: 0px;
}
span.review_text {
    font-size: 14px;
    color: rgba(203, 204, 204, 1);
    font-weight: 400;
    letter-spacing: 0;
}
.product_new_wrapper h1.product-title-heading {
    font-size: 40px !important;
    font-weight: 400;
}
.price-container s.price-item.price-item--regular {
    font-size: 16px;
    color: rgba(255, 255, 255, 1);
}
.price-container b.price-item.price-item--sale {
    font-size: 22px;
}
/* .related-products .card-content {
    position: absolute;
    bottom: 0;
} */

 .review-section-container {
    display: flex;
    flex-direction: column;
    gap: 36px;
}
.review-heading {
    font-family: 'Krona One';
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    color: rgba(255, 255, 255, 1);
    text-transform: uppercase;
    margin: 0;
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.review-img {
  position: relative;
}

.review-img img {
  width: 100%;
  display: block;
}

/* OVERLAY */
.review-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    padding: 16px 14px;
    background: rgba(57, 66, 90, 1);
    color: #fff;
    z-index: 1;
    margin: 16px;
}

.review-content h4 {
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 8px 0;
}

.review-content p {
    font-family: 'Plus Jakarta Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
    margin: 0;
}
.reviewer_name_role {
    display: flex;
    gap: 4px;
}
.review-user {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 8px;
}

.review-user img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.reviewer_name_role strong {
    font-family: 'Plus Jakarta Sans';
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 700;
    color: rgba(255, 255, 255, 1);
    text-wrap-mode: nowrap;
}

.reviewer_name_role span {
    font-family: 'Plus Jakarta Sans';
    font-size: 10px;
    line-height: 18px;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
}

.verified {
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: 'Plus Jakarta Sans';
    font-size: 10px;
    font-weight: 400;
    line-height: 18px;
    color: rgba(255, 255, 255, 1);
}

.verified img {
    width: 14px;
    height: 14px;
}
.icon-review-text-expand {
    height: 28px;
    width: 28px;
    background-color: rgba(36, 40, 51, 1);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.review-icon-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.button-style-wrapper,
.app-image-banner .button-group{
        width: fit-content;
    margin: 0 auto;
    box-shadow: 0px 0px 20px 0px rgba(0, 255, 255, 0.25);
    border-radius: 50px;
    overflow: hidden;
    padding: 2px;
    position: relative;
}
.button-style-wrapper::after,
.app-image-banner .button-group::after{
    content: "";
    position: absolute;
    width: 100%;
    aspect-ratio: 1 / 1;
    background: linear-gradient(-90deg, rgba(0, 255, 255, 1) 0%, rgb(255 255 255 / 20%) 80%);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-animation: rotate-center 5s linear infinite both;
    animation: rotate-center 2s linear infinite both;
}
.review-btn-wrap,
.fp-button-container {
    text-align: center;
}

.btn-style {
        background: linear-gradient(-90deg, rgba(36, 40, 51, 1) 0%, rgba(36, 40, 51, 1) 50%);
    color: #00ffffcc;
    padding: 12px 36px;
    border-radius: 52px;
    text-decoration: none;
    display: inline-block;
    font-family: 'Plus Jakarta Sans';
    font-size: 16px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    line-height: 120%;
} 

.btn-style:hover , .pdp-add-to-cart:hover{
    background:#00ffffcc !important;
    color:#000000 !important;
}

.pdp-add-to-cart:hover .button-text{
    color:#000000 !important;
}

.clp-sticky-mail.klaviyo_form_trigger svg {
    height: 68px;
    width: 68px;
}
#newsletter_section button.button svg{
    display: none;
}
.review-info {
  display: none;
}
.review-card.active .review-info {
  display: block;
}
.icon-review-text-expand.minus-icon svg {
  display: none;
}
.icon-review-text-expand.minus-icon::before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 1px;
  background: url("data:image/svg+xml,%3Csvg width='13' height='1' viewBox='0 0 13 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 0.5H12.5' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center;
  background-size: contain;
}


@-webkit-keyframes rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotate-center {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0);
            transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}


/* App page */
.app-image-banner .banner-box.text-content {
    max-width: 22rem !important;
}
.app-image-banner .banner-box.text-content h2 p{
    font-family: 'Krona One' !important;
}
.app-image-banner .banner-content .text-content-description p {
    font-size: 18px;
    font-weight: 400;
    text-transform: none;
}
.app-image-banner .button-group a{
    --border-opacity: 0 !important;
}
.app-image-banner .page-width {
    padding-inline-start: 8rem;
}
recently-viewed-products b.price-item.price-item--regular {
    font-size: 22px;
     color: #FFFFFF;
}
recently-viewed-products .price-container b.price-item.price-item--sale {
    color: #FFFFFF;
}
recently-viewed-products h3.card-heading a {
    color: #00FFFF;
}
recently-viewed-products .slider[data-slide-desktop] .slider-controller {
    justify-content: end;
    min-height: 0;
    position: relative;
    top: -60px;
}
.popup-button-container.button-style-wrapper {
    margin-left: 0;
    margin-right: 0;
}

.product-card-cart-button {
    display: none;
}

/* Download popup */
.custom-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  /* CENTERING MAGIC */
  align-items: center;
  justify-content: center;

  background: rgba(0,0,0,0.7);
}


.custom-popup.active {
  display: flex;
}

.popup-content {
  max-width: 970px;
  position: relative;
  width: 95%;
  position: relative;
}

#popup-close {
    position: absolute;
    right: 16px;
    top: 0px;
    font-size: 32px;
    cursor: pointer;
    color: #fff;
    z-index: 1;
}

.popup-inner {
  display: flex;
  gap: 20px;
  align-items: center;
}

.popup-image img {
  max-width: 100%;
  border-radius: 10px;
}

.popup-text h2 {
  color: #00eaff;
  margin-bottom: 10px;
}

.popup-text p {
  color: #fff;
}

.popup-buttons {
  margin-top: 15px;
}

.popup-btn {
    display: block;
    margin-bottom: 10px;
    padding: 12px 36px;
    background: rgba(36, 40, 51, 1);
    color: rgba(0, 255, 255, 1);
    border-radius: 52px;
    text-decoration: none;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Plus Jakarta Sans';
    font-size: 18px;
    font-weight: 700;
    line-height: 100%;
    box-shadow: 0px -4px 11.6px 0px rgba(0, 255, 255, 0.8);
}

/* MOBILE */
.mobile-img {
  display: none;
}

.popup-inner.overlay-style {
  position: relative;
}

.popup-bg img {
  width: 100%;
}

/* OVERLAY CONTENT */
.popup-overlay-content {
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
  max-width: 45%;
  color: #fff;
}

.popup-overlay-content h2 {
    font-family: 'Krona One' !important;
    color: rgba(0, 255, 255, 1);
    font-size: 38px !important;
    font-weight: 400;
    line-height: 100%;
    text-transform: uppercase;
    margin-bottom: 36px;
    text-align: center;
}

.popup-overlay-content p {
    font-family: 'Plus Jakarta Sans';
    font-size: 20px;
    font-weight: 400;
    line-height: 100%;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    max-width: 300px;
    margin: 0 auto 36px;
}
.text-blue {
    color: #00FFFF;
    text-decoration: underline;
    cursor: pointer;
}

@media (min-width: 1400px){
    .banner-content .banner-button{
        margin-block-start: 8.5rem;
    }
}
@media(max-width: 1024px) and (min-width: 768px)
{
    .clp-product-row {
        padding: 0 25px;
    }
}


@media (max-width: 767px) {

    /* Download Popup */
    .popup-inner {
    flex-direction: column;
  }

  .desktop-img {
    display: none;
  }

  .mobile-img {
    display: block;
  }

   .popup-overlay-content {
    position: absolute;
    bottom: 10%;
    left: 5%;
    right: 5%;
    transform: none;
    max-width: 90%;
    text-align: center;
  }

  .popup-overlay-content h2 {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .popup-overlay-content p {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 24px;
  }
  .popup-btn {
    font-size: 16px;
  }

    /* App page */
    recently-viewed-products .title-wrapper {
        margin: 0 0 24px;
    }
    .app-image-banner .page-width {
        padding-inline-start: 2rem;
    }
    .app-image-banner .banner-box.text-content {
        max-width: 25rem !important;
    }
    .app-image-banner .banner-content h2.text-content-heading p {
        font-size: 24px !important;
        width: 100%;
    }
    recently-viewed-products .price-container b.price-item.price-item--sale {
        font-size: 16px;
        color: #FFFFFF;
    }
    recently-viewed-products h3.card-heading a {
        font-size: 18px;
        color: #00FFFF;
    }
    recently-viewed-products .card-content.text-align--left {
        display: flex;
        flex-direction: column;
        justify-content: end;
    }
    .popup-button-container.button-style-wrapper {
        margin-left: auto;
        margin-right: auto;
    }
    .product-card-cart-button .button-style-wrapper {
        width: unset;
    }
    .product-card-cart-button .fp-hover-btn {
        width: 100%;
    }
    .product-card-cart-button {
        margin-top: 10px !important;
    }
    .product-card-cart-button {
        display: block;
    }
    /*  */
    .video-content-wrapper h2.text-content-heading {
        text-align: center;
        font-size: 24px !important;
    }
    .align-center .video-content-wrapper .text-content {
        align-items: center;
        text-align: center;
        display: flex;
        flex-direction: column;
    }
    .About-text {
        margin:0 !important;
    }
    .About-text .banner-content h2.text-content-heading p {
        font-size: 30px !important;
        width: 100%;
        text-align:start;
    }

    .fp-desc {
        text-align: left;
    }
    .review-grid {
        display: block;
    }

    .text_icon_column_slider  li.grid-item {
        width: fit-content !important;
    }
  
    product-media-slider[data-center-mode] .product-media-list.slider-wrapper li {
        flex-shrink: 0 !important;
        width: calc(100% - 130px) !important; /* full width minus both peek sides */
    }
    .product-media-gallery .product-media-list.slider-wrapper {
        gap: 10px !important;
    }

    .product_new_wrapper h1.product-title-heading {
        font-size: 24px !important;
        font-weight: 400;
    }

    .highlight_container highlight-features {
        display: flex;
        align-items: stretch;
        flex-direction: row-reverse;
        overflow: hidden;
        
    }
    .highlight-container .media {
        width: 100%;
        flex: 0 auto;
        margin: 0 !important;
    }
    .highlight_container .highlight-features {
        flex: 1 auto;
    }
    .highlight_container .feature {
        width: 100%;
        background: transparent !important;
        border-radius: 0 !important;
        border-bottom: 0.5px solid rgba(255, 255, 255, 1);
        padding-left: 0 !important;
    }
    .highlight-col.active {
        max-height: 1000px;
    }
    .full_content_read img {
        transform: rotate(0deg);
        transition: transform 1s;
    }
    .highlight-col.active .full_content_read span img {
        transform: rotate(180deg);
    }

    .feature h3 {
        font-size: 16px;
    }
    .section-highlight-features__wrapper{
        position: relative;
    }
    .highlight-col {
        max-height: 380px;
        padding-bottom: 60px;
        transition: max-height 0.4s ease;
        overflow: hidden;
    }

    .full_content_read {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        background: rgba(57, 66, 90, 1);
        color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 8px 20px;
        border-radius: 54px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        z-index: 2;
    }
    .full_content_read span {
        display: flex;
        gap: 5px;
    }

    .highlight_container .highlight-col:after{
        content: "";
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 110px;
        background: linear-gradient(180deg, rgba(36, 40, 51, 0.4) 0%, #242833 65.63%);
        transition: background 0.4s ease;
        left: 0;
    }
    .highlight_container .highlight-col.active:after{
        background: transparent;
    }


    /* .text_icon_column_slider ul.item-list{
        overflow-x: auto;
    }
    .text_icon_column_slider ul.item-list .grid-item{
        min-width: fit-content;
    } */
    .brand-social-wrapper  svg rect {
        fill: rgba(0, 255, 255, 1);
    }
    .key-features-info h3 p {
        font-size: 18px;
        line-height: 25px;
    }
    .fp-heading, .key-features-heading{
        font-size: 24px;
    }
    .custom-banner{
        padding: 36px 0 0 0 !important;
    }
    section.review-section {
        padding-top: 36px !important;
        padding-bottom: 0 !important;
    }
    .review-section-container {
        gap: 24px !important;
    }
    h2.review-heading {
        font-size: 24px;
    }
    .fp-section {
        padding-top: 36px !important;
        padding-bottom: 36px !important;
    }
    .fp-container {
        gap: 24px;
    }
    .fp-content-data product-form.product-form {
        position: initial;
        opacity: 1;
    }
    .fp-info {
        opacity: 1;
        margin-bottom: 15px;
    }
    .fp-heading{
        font-size: 24px;
        text-align:left !important;
    }
    .fp-grid {
        display: block;
    }
    .custom-font-pages h1,
    .shopify-policy__container div h1{
        font-size: 26px !important;
    }
    .custom-font-pages h2,
    .shopify-policy__container div h2{
        font-size: 24px !important;
    }
    .clp-review-slider {
        padding: 8px 16px;
    }
    div.clp-thumbs {
    display: none;
}
    .video-popup-inner {
        width: 90%;
        padding: 12px 12px 6px;
    }
    .close-video-popup {
        top: -15px;
        right: 3px;
        font-size: 40px;
    }
    .template-index .banner-content h2.text-content-heading p {
        font-size: 24px !important;
    }
    .template-index .image-banner__wrapper .banner-content {
        padding: 0 0 24px 20px;
    }
    .template-index .position-container {
        align-items: end;
    }
    .template-index .banner-content h2.text-content-heading p {
        width: unset;
        text-align: left;
    }
    .template-index .banner-content .text-content-description p {
        text-align: left;
    }
    .template-index .text-content-buttons {
        text-align: left;
    }
    /* .template-index .section__wrapper.image-banner__wrapper {
        height: 500px;
    } */
    section.bfc-tabs {
        padding-top: 45px !important;
    }
   .key-features-section {
        padding-top: 0 !important;
        padding-bottom: 36px !important;
    }
    .section-faq__wrapper {
        background: #242833;
    }
    .section-faq__wrapper{
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
    .faq-list h3.h4.mb-3 {
        font-size: 24px;
    }
    .faq-item span {
        font-size: 16px;
    }
    .faq-item .details-disclosure-content {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
    .faq-item summary {
        padding: 0 !important;
        margin-bottom: 8px;
    }
    .video-banner .video-banner__wrapper .deferred-media .media-poster .video-content-wrapper .text-content{
        padding: 0 20px 36px 20px !important;
    }
    .video-banner .video-banner__wrapper .deferred-media .media-poster .video-content-wrapper {
        align-items: end !important;
    }
    h2.text-content-heading {
        font-size: 24px !important;
    }
    h2.text-content-heading p br {
        display: none;
    }
    .contact-form-form .text-content-description p {
        font-size: 14px;
        margin-bottom: 10px;
    }
    .custom-section-header .text-content-description p {
        font-size: 16px;
    }
    /* .video-banner {
        margin-bottom: 40px !important;
    } */
    .mobile-unset .banner-content {
        position: static !important;
        transform: none !important;
    }
      /* hide original banner content */
    .template-index .image-banner__wrapper .banner-content{
        display: none !important;
    }
    /* show mobile content */
    .banner-content-mobile{
        display:block;
    }

    .product-media-gallery .slider-thumbnails-container .slider-thumbnails-wrapper .slider-nav-buttons {
        display: none !important;
    }
    .product-container {
        padding: 0 !important;
    }
    .product-info-inner {
        padding: 0 20px !important;
    }
    .btn-view-product-in-action {
        margin: 16px 20px 0;
    }
    .affiliate-button.desktop{
        display: none;
    }
    a.affiliate-button {
        line-height: 8px;
        font-size: 14px;
    }

    .tech-specs-container h1{
        font-size: 24px !important;
    }
    .testimonial-heading {
        font-size: 24px !important;
        padding-bottom: 24px !important;
    }
    .testimonial-section {
        padding: 30px 0 0 0 !important;
    }
    .comparison-section {
        padding: 30px 0 0 0 !important;
    }
  .tech-specs-container table,
  .tech-specs-container tbody,
   {
    display: block;
    width: 100%;
  }
  .tech-specs-container tr{
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }


  .tech-specs-container td {
    display: inline-block;
    width: 100% !important;
    box-sizing: border-box;
    padding: 6px 0;
  }
  .tech-specs-container {
    padding-left: 20px;
    padding-right: 20px;
    }   
    .tech-specs-wrapper{
    position:relative;
    overflow:hidden;
    max-height:380px;
    padding-bottom:60px;
    transition:max-height 0.4s ease;
    }
    .tech-specs-wrapper.active{
    max-height:1200px;
    }
    .tech-read-btn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
        background: rgba(57, 66, 90, 1);
        color: rgba(255, 255, 255, 1);
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 8px 20px;
        border-radius: 54px;
        font-size: 14px;
        display: flex;
        align-items: center;
        gap: 8px;
        cursor: pointer;
        z-index: 2;
    }
    .tech-read-btn .arrow-icon{
    transition:transform .3s;
    }
    .tech-specs-wrapper.active .arrow-icon{
    transform:rotate(180deg);
    }
    .tech-specs-wrapper:not(.active)::after{
    content:"";
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:80px;
    background: linear-gradient(180deg, rgba(36, 40, 51, 0.4) 0%, #242833 65.63%);
    pointer-events:none;
    }
    img.arrow-icon {
        width: 20px;
        height: 20px;
        object-fit: cover;
    }
    .metafield-rich_text_field ul {
        padding-left: 15px;
    }
    .product-info-inner .product-icon-list.product-info-block {
        display: none;
    }
    .product-payment-security .payment-icons{
        gap: 2px !important;
    }
    .comparison-heading {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .product-text-container p {
        font-size: 12px;
        font-weight: 300;
        margin-bottom: 0;
    }
    .product-text-container p strong{
        font-weight: 700;
    } 
    .section-highlight-features__wrapper .text-content {
        display: flex;
    }
    .section-highlight-features__wrapper h2.text-content-heading {
        font-size: 24px !important;
    }
    .section-highlight-features__wrapper .title-wrapper {
        padding: 0;
    }
    .related-products{
        margin-top: 15px !important;
        margin-bottom: 25px !important;
    }
    product-media-slider button.nav-button.nav-button--prev,
    product-media-slider button.nav-button.nav-button--next{
        display: none;
    }


    .bring-home-btn.desktop{
        display: none;
    }
    .bring-home-btn.mobile{
        display: block;
    }
    .comparison-section {
        padding: 40px 0 0 0;
    }
    .comparison-table {
        table-layout: fixed;
        width: 100%;
    }

    .comparison-table th,
    .comparison-table td {
        width: 20% !important;
        padding: 8px 0px;
        font-size: 9px;
        line-height: 14px;
        word-break: break-word;
        overflow-wrap: break-word;
    }

    .comparison-table img {
        max-width: 100%;
        height: auto;
    }

    th.product-col h4 p {
        font-size: 9px;
        margin-top: 10px;
        overflow-wrap: normal;
        line-height: 2;
    }
    th.product-col p br {
        display: block;
    }

    th.product-col p {
        font-size: 8px;
    }

    .bring-home-btn {
        font-size: 9px;
        padding: 8px 10px;
    }
    .comparison-heading {
        font-size: 24px;
        margin-bottom: 24px;
    }
    .product-image-wrap .desktop-img{
    display:none;
    }

    .product-image-wrap .mobile-img{
    display:block;
    width:100%;
    height:auto;
    }
    th.product-col {
        vertical-align: bottom;
    }


     /* collection page */
    .clp-product-row {
        flex-direction: column;
        gap: 32px;
    }
    .clp-inner {
        gap: 50px;
    }
    .clp-product-media {
        width: 100%;
        padding-left: 20px;
    }
    .clp-product-info {
        width: 100%;
        padding: 0 20px;
    }
    .clp-thumbs {
        display: none;
    }
    .clp-price {
        font-size: 20px;
    }
    .clp-buy-btn {
        margin-top: 16px;
    }
    .newsletter-main .social-list {
        margin-top: 24px !important;
    }
    .slick-slide {
        margin: 0 8px;
    }

    .slick-list {
        margin: 0 -8px;
    }
    .clp-main-slider .slick-list{
        padding-left: 0 !important;
    }
    #newsletter_section .flexible-group .button {
        flex: none;
    }
    .clp-product-desc ul {
        margin: 16px 0 24px;
    }
    .clp-sale-badge-wrapper {
        right: 65px;
    }
    .banner-content .text-content-caption.caption {
        font-size: 15px;
        width: 100%;
    }
    .banner-content h2.text-content-heading p {
        font-size: 80px !important;
        width: 320px;
        margin: 0 auto;
        margin-top: 16px !important;
        margin-bottom: 16px !important;
    }
    .banner-content .text-content-description p {
        font-size: 16px;
    }
   .banner-box .text-content-caption+.text-content-description p {
        display: block;
        font-size: 24px;
        font-weight: 700;
        color: #00FFFF;
        line-height: 24px;
    }
    .mobile-caption{
        display: block;
    }
    .desktop-caption{
        display: none;
    }

    /*  */

    .list-social{
        gap: 5px !important;
    }
    .brand-social-wrapper {
        display: flex;
        flex-direction: row;
    }
    .footer-block-content img {
        width: 52% !important;
    }
    ul.footer-blocks.auto-grid {
        gap: 10px;
    }
    svg.icon.icon-caret {
        width: 15px;
    }
    .social-icons-content {
        gap: 10px;
    }
    .brand-email-wrapper span{
        font-size: 15px;
    }
    li.social-item a svg {
        width: 25px !important;
        height: 25px !important;
    }
    .list-social .social-item{
        padding: 0;
    }
    /* .footer-block.footer-block--text {
        border-block-start: 1px dashed #70C6D5;
    } */
     .footer-block.footer-block--text {
        position: relative;
    }

    .footer-block.footer-block--text::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;                 
        width: 50%;             
        border-top: 1px dashed #70C6D5;
    }
    .footer-block--text .footer-block-content {
        margin-top: 10px;
        padding-top: 30px;
    }
    .footer-block--text p{
        font-size: 12px;
    }
    modal-opener.button.button--icon {
        justify-content: flex-start;
    }
    .brand-social-wrapper.enable-on-desktop{
        display: none;
    }
    .brand-social-wrapper.enable-on-mobile,
    .brand-social-wrapper.enable-on-both{
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between;
        align-items: end;
    }
    .footer-block.footer-block--image {
        display: flex;
        flex-direction: column;
        gap: 40px;
        padding-right: 0 !important;
    }
    .footer-block.footer-block--text {
        padding-right: 0 !important;
    }
    .footer .footer-content-top {
        padding: 3rem 0 0 0 !important;
    }
    .footer .footer-content-middle {
        padding-block-end: 10px !important;
        padding-block-start: 0 !important;
    }

    /* page header */
    .desktop_heading{
        display: none;
    }
    .mobile_heading{
        display: block;
    }
    .page-header-breadcrumb {
        margin-top: 0;
        padding: 10px 20px;
    }
    .page-header-inner {
        padding-top: 16px !important;
    }
    .breadcrumb .breadcrumb-wrapper {
        font-size: 14px;
    }
    .banner_wrapper {
        height: 200px;
        margin-bottom: 40px;
    }
    .page-header-title {
        font-size: 24px;
    }
   


    /* blog post tab */
    .blog-tabs {
      display: none;
    }
    .blog-grid {
      grid-template-columns: repeat(2, 1fr);
    }
    section.blog-tabs-section {
      padding: 0 20px;
    }
    .blog-tabs-header {
      padding: 0px 4px;
   }
    .blog-card-image {
      height: 132px;
    }
    .blog-grid {
      column-gap: 16px;
      row-gap: 16px;
    }
    a.blog-card-wrapper {
      gap: 10px;
    }
    .blog-card-date {
      font-size: 10px;
    }
    .blog-card-title {
      font-size: 18px;
    }
    .blog-search {
      width: 220px;
    }

     .mobile-blog-filter {
      display: block;
      width: 100%;
      position: relative;
    }

    .mobile-filter-toggle {
      background: transparent;
      border: none;
      color: #fff;
      font-family: 'Basis Grotesque Pro';
      font-weight: 700;
      font-size: 16px;
      text-transform: uppercase;
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      cursor: pointer;
      gap: 16px;
    }

    .mobile-filter-panel {
      position: absolute;
      top: 100%;
      left: 0;
      width: 315px;
      background: #242833;
      border: 1px solid #fff;
      padding: 20px;
      display: none;
      z-index: 20;
    }

    span.mobile-filter-arrow {
        width: 14px;
        height: 8px;
        display: flex;
    }
    .mobile-filter-arrow img,
    .mobile-filter-close img {
        width: 100%;
        height: auto;
    }
    button.mobile-filter-close {
        all: unset;
        height: 20px;
        width: 20px;
    }
    .mobile-filter-panel.active {
      display: block;
    }
   
    .mobile-filter-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 10px;
      font-family: 'Basis Grotesque Pro';
      font-weight: 700;
      font-size: 16px;
      line-height: 16px;
      color: #FFFFFF;
    }

    .mobile-filter-list {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column;
      gap: 5px;
    }
    .mobile-filter-list li {
      height: 24px;
      display: flex;
    }

    .mobile-filter-list label {
      display: flex;
      align-items: center;
      gap: 10px;
      font-family: 'Basis Grotesque Pro';
      font-size: 16px;
      line-height: 16px;
      font-weight: 400;
      color: #fff;
      cursor: pointer;
    }
    .mobile-filter-list input[type="checkbox"]:not(:checked) + span svg path {
        fill: #242833;
        background-color: transparent;
      }
      .mobile-filter-list input[type="checkbox"]:checked + span svg {
        width: 16px;
        height:16px;
      }

      .mobile-filter-list input[type="checkbox"]:not(:checked) + span.check-icon {
        border: 1px solid white;
    
    }
    .check-icon{
        display: flex;
    }
     
      .mobile-filter-list input[type="checkbox"] {
           position: absolute;
          opacity: 0;
          pointer-events: none;
      }

      .blog-search {
        display: none;
        margin-top: 12px;
      }

      .mobile-search-toggle {
        display: block;
        width: 24px;
        height: 24px;
        padding: 0;
      }
      .mobile-search-toggle img {
          width: 100%;
          height: auto;
      }
      span.blog-search-icon {
          display: none;
      }

      .blog-search-wrapper.active .blog-search {
        display: flex;
        position: absolute;
        right: 0;
      }

      /* article */
      .article-content-container{
        flex-direction: column-reverse !important;
      }
      a.article-breadcrumb-title {
        max-width: 140px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        vertical-align: middle;
    }
    .article-header-container .page-header-breadcrumb {
        padding: 0 20px;
    }
    .article-header-container .banner_wrapper {
        height: 200px;
        margin: 20px 0;
        padding: 0 20px;
    }
    .article-header-container .mobile_heading {
        padding: 0 20px;
    }
    .article-header-container .page-header-title {
        font-size: 20px;
    }
    .article-header-container .page-header-inner{
        padding-bottom: 0 !important;
    }
    .blog-sidebar {
        /* padding: 20px; */
        margin:20px;
    }
    .sidebar-article-info {
        padding: 20px;
    }
    .sidebar-article-info {
        gap: 20px;
    }
    .verticle-line {
        display: none !important;
    }
    .article-content-container {
        gap: 0 !important;
    }
    .article-content-container .article-main-detail {
        padding: 0 20px;
    }
    .content-fade {
        height: 200px;
        background: linear-gradient(180deg, rgba(36, 40, 51, 0.4) 0%, #242833 65.63%);
    }
    .article-content-container .article-template-content {
        margin-bottom: 80px;
    }
    .article-content-container .article-template-content h2,
    .article-content-container .article-template-content h1 {
        font-size: 20px;
    }

    /* featured blog */
    .custom-featured-blog h2.text-content-heading {
        font-size: 24px !important;
    }
    .custom-featured-blog .title-wrapper {
        padding-top: 0;
    }
    .custom-featured-blog .title-wrapper {
        margin-bottom: 20px;
    }
    .custom-featured-blog .auto-grid {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }
    .custom-featured-blog h3.card-heading {
        font-size: 18px!important;
    }
    .custom-featured-blog .card-wrapper .card .card-content {
        padding-top: 10px;
        padding-bottom: 0;
    }
    .custom-featured-blog {
        margin-bottom: 40px !important;
    }
    .custom-featured-blog a.button {
        padding: 0;
    }
    .custom-featured-blog .button-group{
      height: 30px;
    }
    .table-container {
        width: 100%;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .table-container table {
        width: auto;
        min-width: 500px; 
        border-collapse: collapse;
        border: 1px solid #ccc;
    }
    button.header-button {
        padding: 10px 12px;
        font-size: 12px;
    }

  }

@media (max-width: 420px) {
    .article-content-container .blog-sidebar {
        max-width: 370px;
    }
}
@media (max-width: 380px) {
    .article-content-container .blog-sidebar {
        max-width: 330px;
    }
    .banner-content .text-content-caption.caption {
        font-size: 14px;
    }
}


