/** Shopify CDN: Minification failed

Line 1184:0 Expected "}" to go with "{"

**/

/* Media queries css */
  @media screen and (min-width: 1024px) { 
  .index-template .main-product-section .heading-feature,
  .confidence-section .hero-heading p, 
  .confidence-section .hero-heading strong, 
  h2.SS-testimonial-eight-title, 
  .ESC-faq-section .faq-heading,
  .product-block-title h1, 
  .ESC-text-col-images .heading-standard, 
  .esc-verticle-ve-font-family .inline-heading-rte,
  .TWS-image-text-content-title-first, 
  .AR-FAQs-heading, .esc-verticle-ve-font-family .inline-heading-rte, .results-custom-class .text-scale-n2 {
    font-size: 52px!important;
  }

    .results-custom-class .feature-text {
    font-size: 52px !important;
}
}

@media screen and (min-width: 1440px) { 
  .index-template .main-product-section .heading-feature,
  .confidence-section .hero-heading p, 
  .confidence-section .hero-heading strong, 
  h2.SS-testimonial-eight-title, 
  .ESC-faq-section .faq-heading,
  .product-block-title h1, 
  .ESC-text-col-images .heading-standard, 
  .esc-verticle-ve-font-family .inline-heading-rte,
  .TWS-image-text-content-title-first, 
  .AR-FAQs-heading, .esc-verticle-ve-font-family .inline-heading-rte, .results-custom-class .text-scale-n2 {
    font-size: 64px!important;
  }
  
  .results-custom-class .feature-text {
    font-size: 64px !important;
}
}


/* Fonts */
.index-template .main-product-section .product-block-text {
    font-family: "Unbounded", sans-serif !important;
}

.index-template .main-product-section .heading-feature {
    font-family: "Instrument Serif", serif;
}

.SS-hero-twelve .hero-heading  p{
    font-family: "Instrument Serif", serif;
}

.SS-hero-twelve .hero--text {
    font-family: Unbounded, sans-serif !important;
}

 .ESC-text-col-images .heading-standard {
    font-family: "Instrument Serif", serif;
}

/* .feature-text {
    font-family: "Instrument Serif", serif;
    font-weight: 700;
    letter-spacing: normal;
}

.feature-text strong {
    font-family: "Instrument Serif", serif;
    font-weight: 400;
    letter-spacing: normal;
    font-style: italic;
} */


.ESC-faq-section .faq-heading {
 font-family: "Instrument Serif", serif;
    font-weight: 700;
    letter-spacing: normal;
  font-size: 48px;
}

.SS-testimonial-eight .SS-testimonial-eight-title {
font-family: "Instrument Serif", serif;
    font-weight: 700;
    letter-spacing: normal;
letter-spacing: normal;
}
.SS-testimonial-eight .SS-testimonial-eight-title p {
    letter-spacing: normal;
}

SS-testimonial-eight .SS-testimonial-eight-title strong {
font-family: "Instrument Serif", serif;
    font-weight: 400;
    letter-spacing: normal;
    font-style: italic;
}

.ESC-faq-section .font-main {
    font-family: Unbounded, sans-serif !important;
    font-weight: 300;
    font-size: 18.3px;
}


/* Product page */

.TWS-tp-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  flex-wrap: wrap;
}

.TWS-tp-stars {
  display: flex;
  align-items: center;
}

.TWS-tp-stars-image {
    max-height: 20px;
    width: auto;
}

.TWS-tp-logo {
    width: 80px;
    height: auto;
}

.TWS-tp-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.TWS-tp-logo {
  display: flex;
  align-items: center;
}

.TWS-tp-logo-image {
  max-height: 20px;
  width: auto;
}


.TWS-tags-grid {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.TWS-tags-tag {
  padding: 8px;
  border-radius: 4px;
  border: 1px solid black;
  color: black;
  font-size: 14px;
  line-height: 1.3em;
}

.TWS-tags-grid .TWS-tags-tag {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: normal;
}

  .TWS-nutri-btn {
    cursor: pointer;
    display: inline-flex;
    margin-top: 20px;
}
  
  .TWS-nutri-btn div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.TWS-nutri-btn {
    border-bottom: 1px solid #000;
}
  
  .TWS-nutri-btn span {
    font-size: 14px;
    color: #000;
  }
  
  .TWS-nutri-arrow {
    width: 16px;
    height: auto;
    transition: transform 0.3s ease;
  }

.TWS-nutri-arrow img{
    width: 100%;
    height: 100%;
  }
  
  .TWS-nutri-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    border-radius: 12px;
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    display: none;
    background-color: #fff;
    box-shadow: 0 4px 20px #00000026;
}
  
  .TWS-nutri-modal.TWS-nutri-active {
    display: block;
  }
  
  .TWS-nutri-modal-heading-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background-color: #f9f9f9;
    border-bottom: 1px solid #eee;
  }
  
  .TWS-nutri-modal-heading {
    font-size: 16px;
    font-weight: 600;
  }
  
  .TWS-nutri-close-btn-wrapper {
    cursor: pointer;
  }
  
  .TWS-nutri-close-btn-wrapper img {
    width: 24px;
    height: 24px;
  }
  
  .TWS-nutri-modal-item-wrapper {
    padding: 0;
  }
  
  .TWS-nutri-modal-item {
    width: 100%;
  }
  
  .TWS-nutri-modal-item-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
  }
  
  .TWS-nutri-modal-item-text {
    font-size: 14px;
  }
  
  .TWS-nutri-modal-open-image img {
    width: 18px;
    height: 18px;
  }
  
  .TWS-nutri-modal-image img {
    width: 100%;
    height: auto;
    display: block;
  }
  
  .TWS-nutri-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9;
    display: none;
  }
  
  .TWS-nutri-modal-overlay.TWS-nutri-active {
    display: block;
  }
  
  .TWS-nutri-hide {
    display: none;
  }

  .TWS-usp-block-holder {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 20px 0;
  }
.hydro-dust {
    text-align: center;
}
  
  
  .TWS-usp-block-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    flex-shrink: 0;
  }
  



/* .product-media button.push-btn:hover .push-btn__surface {
    background: transparent !important;
}
 */

.product-media span.push-btn__surface svg {
    color: #000;
}

/* New CSS */


  /* Featured Product */
  .product-template .product-media .splide__arrows {
    position: absolute;
    bottom: 50%;
    width: 100%;
}
 .product-template .product-media .pb-button-shadow {
    width: 100%;
}
   .product-template .product-media .pb-button-shadow .flex {
    justify-content: space-between;
}
/* .product-template .main-product-section {
    background: linear-gradient(0deg,#e7f6ef 14.07%,#e4e9f5 56.13%,#e7f6ef 96.1%)!important;
} */
.product-template .product-media span.push-btn__surface {
    background: #fff;
    border-radius:0px 8px 8px 0px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product-template .product-media .push-btn:hover .push-btn__surface:not(.push-btn__surface--secondary) {
    background: #fff;
    box-shadow: unset;
}
.product-template .product-media button.push-btn:last-child span.push-btn__surface {
  border-radius: 8px 0px 0px 8px;
}

.product-template ul.grid.grid-cols-5 {
    grid-template-columns: repeat(7,minmax(0,1fr));
    gap: 4px;
    padding: 8px 9px 7px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background: #e6ecf2;
}

ul.grid li img {
    border-radius: 4px;
}
.ESC-icon-text-container {
    display: flex;
    align-items: center;
    gap: 8px;
    background: #e6ecf2;
   border-bottom-left-radius: 8px;
   border-bottom-right-radius: 8px;
}
.ESC-icon-text-cell {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: #BAD2FB;
    padding: 16px 4px;
    width: 100%;
    border-radius: 8px;
    margin: 16px;
}
.ESC-icon-text-caption {
    font-size: 14px;
    color: #FFF;
}
.ESC-icon-text-image {
    height: 24px;
}

.ESC-icon-text-image img {
    height: 100%;
}

.TWS-tp-stars {
    width: 100px;
    height: 20px;
}
.TWS-tp-stars img {
    width: 100%;
    height: 100%;
}
.TWS-tp-text {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    letter-spacing: 0;
}
.product-template .product-block.mt-5.first\:mt-0.product-block-title.break-words {
    margin: 0;
    padding: 12px 0;
}
.product-block-title h1 {
    font-size: 48px;
    font-family: "Instrument Serif", serif;
  font-style: italic;
}

.tws-sub-title {
    /* background: linear-gradient(90deg,#00b93c .31%,#009be5 99.69%)!important; */
    /* -webkit-background-clip: text!important; */
    /* -webkit-text-fill-color: transparent!important; */
    font-size: 22px;
    text-align: left!important;
    font-weight: 500;
    line-height: 1.3;
    margin: 0;
    color: #000;
}
.TWS-tags-grid {
  margin-top: 16px;
}
.product-comapare-at-price {
    color: #2e2e2e;
    font-size: 22px;
    font-weight: 300;
      padding-left: 12px;
}
.sale-badge {
    margin-left: 8px;
    width: 100%;
    max-width: 108px;
    height: 34px;
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: center;
    background: rgb(196, 221, 255);
    border-radius: 6px;
    font-size: 13px;
    line-height: 1;
}
.badge-img {
    max-width: 14px;
    height: auto;
    width: 100%;
}
.badge-img img{
    max-width: 100%;
    height: auto;
    width: 100%;
}
.product-template .product__tax.caption.text-sm {
    display: none;
}
.product-block.product-block-price {
    display: flex;
    align-items: center;
}
.TWS-nutri-btn {
    border-bottom: 1px solid #000;
    margin-top: 16px;
    padding-bottom: 2px;
}
.TWS-nutri-btn div {
    display: flex;
    align-items: center;
    gap: 15px;
}
.TWS-nutri-btn span {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}
.TWS-usp-block-icon img {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.product-block-inventory-status {
    margin: 0;
}
.inventory-icon-wrapper {
    padding-top: 20px;
    display: flex;
    align-items: center;
    gap: 8px;
  background:#e6ecf2;
    padding-bottom: 8px;
   padding-left: 12px;
   padding-right: 12px;
}
.inventory-icon-wrapper span {
    font-size: 16px;
    line-height: 1.3em;
}
.product-template button.add-to-cart-btn .push-btn__surface {
    background: #bad2fb;
    padding: 18px 16px;
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 0px;
    border-radius: 8px ;
    letter-spacing: 1.05px;
}
.product-template .push-btn__surface {
    box-shadow: none;
}
.product-template .product-block.product-block-buy-buttons {
    margin: 0 !important;
    padding-top: 20px;
    background: #e6ecf2;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
}
.hydro-dust{
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 16px;
    margin-bottom: 32px;
}
.USP-center-align .TWS-usp-block-item {
    justify-content: center;
}
.TWS-usp-block-holder.USP-center-align  {
    margin-top: 14px;
}
.TWS-usp-block-item {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.3;
    color: #000;
}
.product-block details {
    padding: 18px;
    color: #1e1e1e;
    background: #fff;
    /* border-radius: 8px; */
    border: none;
    /* margin-bottom: 8px; */
    background: #e6ecf2;
}
.product-block details span.inline-block {
    background-color: #EFEEF5;
    border-radius: 40px;
    transition: all .4s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27px;
    height: 27px;
}
.product-block details span.rotate-180 {
    --tw-rotate: 135deg;
}
.product-block .rte.my-5 {
    margin-top: 34px;
    margin-bottom: 16px;
}

.img-with-text{
    max-height: 500px;
}
.img-with-text .flex.justify-center {
    width: 100%;
    max-width: 800px;
  margin:0 auto;
}
.img-with-text .px-section {
    display: grid;
    grid-template-columns: 100%;
}
.img-with-text .max-w-lg {
    max-width: 100%;
}
.img-with-text h2.inline-heading-rte {
    font-size: 30px;
    color: #fff;
    font-weight: 400;
    line-height: 1.6em;
    letter-spacing: 1px;
      margin: 20px 0;
}
.img-with-text a.push-btn.inline-block {
    display: inline-block;
    cursor: pointer;
    padding: 14px 40px;
    border-radius: 8px;
    background: #f27;
    text-decoration: none;
    transition: all .2s;
}
.img-with-text a.push-btn.inline-block:hover {
    transform: scale(0.97);
}
.img-with-text span.push-btn__surface {
      font-size: 22px;
    color: #fff;
    font-weight: 500;
    line-height: 1.3em;
    padding: 0;
}

.img-with-text .mt-5 {
    margin-top: 24px;
}
.results-custom-class .feature-text {
    font-family: "Instrument Serif", serif;
  letter-spacing: normal;
  
}
.ESC-comparison-title p {
  letter-spacing: normal;
}
.results-custom-class .feature-text strong {
    font-weight: 600;
}
.results-custom-class .feature-text em {
    font-weight: 300;
}
.SS-testimonial-eight .SS-testimonial-eight-title em {
    font-weight: 400;
}

.ESC-prod-columns {
    background: #f1edfe;
}
.ESC-prod-columns .section-content {
    padding-top: 50px;
    padding-bottom: 50px;
    max-width: 1400px;
    margin: 0 auto;
}
.ESC-prod-columns ul.grid li img {
    border-radius: 16px;
}
.ESC-prod-columns .ESC-text-col-images .heading-standard {
    color: #000001;
    font-size: 44px !important;
    font-weight: 400;
    letter-spacing: -.02em;
    line-height: 1;
    max-width: 100%;
    margin-bottom: 48px;
    text-align: center;
}
.ESC-prod-columns .ESC-text-col-images ul.section-content-top-margin {
    gap: 32px;
}
.ESC-prod-columns .ESC-text-col-images h3.font-heading {
    font-size: 23px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: left;
}
.ESC-prod-columns .ESC-text-col-images .rte p {
    color: #000;
    font-size: 22px;
    font-weight: 400;
    text-align: left;
    letter-spacing: -.01em;
    line-height: 1.5;
}


.Featured-collection-main .section-content {
    padding-top: 80px;
    padding-bottom: 80px;
      padding-left: 40px;
    padding-right: 40px;
    max-width: 1400px;
    margin: 0 auto;
}
.Featured-collection-main h2.inline-heading-rte {
    text-align: left;
}
.Featured-collection-main  h3.text-base {
    font-size: 18px;
    line-height: 28px;
    color: #000;
    text-align: left;
    font-weight: 400;
}
.Featured-collection-main .price__container {
    display: flex;
}
.Featured-collection-main .price__sale span {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.3em;
    letter-spacing: 1px;
    text-align: left;
}
.Featured-collection-main  .price-item.price-item--regular {
    font-weight: 400;
    margin-left: 0;
    color: #838383;
      margin-right: 4px;
}
/* Homepage */
    .index-template .product-block.product-block-price {
    flex-wrap: wrap;
    max-width: 95%; 
    margin: auto;
              padding-top: 16px;
}
  .strips-badge {
    background: #BBD2FC;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 20px;
    font-size: 16px;
     font-weight: 400;
    font-family: Unbounded, sans-serif !important;
    line-height: normal;
}
  .index-template .main-product-section .product-block-text {
    font-size: 16px;
    max-width: 95%;
    margin: auto;
    margin-bottom: 8px;
            font-weight: 400;
}
  .index-template .product__tax {
    margin-top: 5px;
    margin-left: 5px;
}
  .index-template .product-block-description,
  .index-template .shopify-app-block  {
    margin-top: 1.5rem!important;
    max-width: 95%;
    margin-right: auto;
    margin-left: auto;
}
p.text-column-des {
    margin: 0;
    font-size: 15px;
    color: #121212;
    line-height: 150%;
    text-transform: unset;
    text-align: center;
    padding-top: 10px;
}
  .index-template data-island.rte p span {
    font-size: 14px;
    line-height: normal;
}

.video-embed-wrapper .section-content{
  padding-top:30px
}
@media screen and (max-width: 991px) {
.img-with-text{
    max-height: 410px;
}
  .img-with-text .w-full {
    width: 100%;
    max-height: 100%;
    height: 100%;
    object-fit: cover;
}
  .img-with-text .object-wrapper-none {
    max-height: 410px;
    height: 410px;
}
  .ESC-icon-text-container {
    margin: 0 20px;
     gap: 0px;
}

  .ESC-icon-text-caption {
    font-size: 12px;
    text-align: center;
}
  .main-product-section .grid.grid-cols-1 {
    gap: 15px;
}

.splide__arrows.lg\:block {
    display: block;
    padding: 0 20px;
          margin-top: 0 !important;
}
  
}
@media screen and (max-width: 767px) {
  
ul.grid.grid-cols-5 {
   /* grid-template-columns: repeat(5, minmax(0, 1fr)); */
    gap: 4px;
    /* border-radius: 8px; */
    background: #fff;
}
    .img-with-text h2.inline-heading-rte {
    font-size: 30px;
    line-height: 1.5em;
}
   .img-with-text a.push-btn.inline-block {
    width: 100%;
}
  .TWS-tp-stars {
    width: 89px;
    height: 16px;
}
  .TWS-tp-text {
    font-size: 12px;
}
   .index-template .product-block.mt-5.first\:mt-0.product-block-text.text-sm {
    /* font-size: 22px; */
}
  .TWS-tags-grid .TWS-tags-tag {
    font-size: 14px;
}
  .product-block.product-block-price {
    margin-top: 16px;
}
.product-comapare-at-price {
    font-size: 18px;
    padding-left: 10px;
}
  .sale-badge {
    width: 100%;
    max-width: 104px;
    height: 27px;
}
  .TWS-nutri-btn span {
    font-size: 14px;
}
  .TWS-nutri-arrow {
    width: 10px;
}
  .TWS-usp-block-holder {
    gap: 10px;
    margin: 20px 0;
}
      
    .TWS-usp-block-icon img {
      width: 20px;
      height: 20px;
    }
  .inventory-icon-wrapper span {
    font-size: 13px;
    line-height: 1.3em;
}
  .USP-center-align .TWS-usp-block-item {
    font-size: 13px;
}

  .product-block details {
    padding: 16px 18px;
}
  .product-block details span.inline-block {
    width: 24px;
    height: 24px;
}

  .ESC-prod-columns .ESC-text-col-images h3.font-heading {
    font-size: 26px;
    line-height: 31px;
    letter-spacing: 0.005em;
}
  .ESC-prod-columns .ESC-text-col-images .rte p {
    font-size: 18px;
}
  .ESC-prod-columns .ESC-text-col-images ul.section-content-top-margin {
    gap: 20px;
}
  .TWS-whats-inside-heading {
    text-align: center;
    margin-bottom: 32px;
}
  /* Homepage */
  
/* Featured Product */
.index-template .main-product-section  {
  /* background: red!important; */
}
  
.index-template .main-product-section .product-block-text {
   font-size: 12px;
    color: #000;
    font-weight: 300;
      padding-bottom: 12px;
}
.index-template .main-product-section .heading-feature {
    font-weight: 300;
    font-style: italic;
}

.index-template .main-product-section .heading-feature strong {
    font-style: normal;
}
  .index-template .product-block-description {
    margin-top: 12px!important;
}
  .index-template .product__tax {
    margin-left: 10px;
}


.Featured-collection-main .section-content {
    padding: 50px 20px;

}
  .Featured-collection-main h3.text-base {
    font-size: 15px;
    line-height: 22px;
}
  
}








/* SS Hero 12 */
.SS-hero-twelve .hero-heading {
  font-weight: 300;
  color: #000; 
}

.SS-hero-twelve .hero-heading p strong {
    font-family: "Instrument Serif", serif;
    font-style: italic;
}
.confidence-section  .hero-heading p {
  font-weight: 600;
   letter-spacing: normal;
}
.confidence-section .hero--text p {
    max-width: 550px;
}
.SS-hero-twelve .hero--text p {
    font-size: 15px;
}

.SS-hero-twelve .hero--text p strong {
    font-size: 15px;
    font-weight: 500;
    font-family: Unbounded,sans-serif!important;
}

/* Text columns with Images */
.ESC-text-col-images .heading-standard {
    font-style: italic;
    font-size: 48px;
}

@media screen and (max-width: 767px) {
  .TWS-tp-container {
    justify-content: center;
  }
  .TWS-tags-grid {
    flex-wrap: wrap;
  }
  .TWS-nutri-modal {
      width: 90vw;
      top: 80px;
    }
    
    .TWS-nutri-modal-heading {
      font-size: 14px;
    }
  .TWS-usp-block-holder {
      gap: 10px;
      margin: 15px 0;
    }
    
    .TWS-usp-block-item {
      font-size: 13px;
    }
    
    .TWS-usp-block-icon img {
      width: 20px;
      height: 20px;
    }

    .ESC-icon-text-cell {
    flex-direction: column;
    padding: 8px;
       margin: 6px;
     gap:0;
      border-radius: 8px;
}


  
  /* Featured product */
  .index-template .main-product-section .heading-feature {
    font-size: 32px;
}
  /* How to Use */
  .ESC-text-col-images .heading-standard {
    font-size: 32px;
}
  /* Our Results */
  .results-custom-class .feature-text {
    font-size: 32px;
}
  /* FAQs */
  .ESC-faq-section .faq-heading {
    font-size: 32px;
}
    .ESC-faq-section span.inline-block.h-5.w-5 {
    width: 15px;
    height: 15px;
}

  .tws-sub-title {
    font-size: 18px;
}

  .product-block-title h1 {
    font-size: 32px;
}
}

 .index-template .product-block-title {
    margin-top: 0px!important;
}

  .index-template .dynamic-payment-buttons  {
    min-height: 0!important;
  }
.index-template .product-block-buy-buttons {
    margin: auto;
}

@media screen and (min-width: 767px) { 
  /* .ESC-featured-product {
    background: red!important;
  } */


  .index-template .main-product-section .heading-feature {
    font-weight: 300;
    font-style: italic;
    font-size: 48px;
}

 

  .index-template .product-block-buy-buttons {
    max-width: 95%;
    margin: auto;
    min-height: 0px!important;
}
}

@media screen and (max-width: 600px) {
.strips-badge {
    background: #bbd2fc;
    padding: 5px 10px;
    border-radius: 20px;
    margin-left: 12px;
    font-size: 12px;
    font-weight: 400;
    font-family: Unbounded,sans-serif!important;
    line-height: normal;
}
  .index-template .product__tax {
    margin-left: 0;
}
  #ESC-banner-section-template--25180081029504__esc_banner_section_ybEMDb .ESC-banner-button {
    color: #ffffff;
    background-color: #3473b1;
    border-radius: 8px;
    padding: 12px 22px 12px 22px;
}
  #ESC-banner-section-template--25180081029504__esc_banner_section_ybEMDb .ESC-banner-button-wrapper {
    margin-bottom: 20px;
}
  


    
.product-template .product-media ul.grid {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    overflow-x: scroll;
  scrollbar-width: none;
}
.product-template .product-media li.product-thumbnail-list-item {
    width: 100% !important;
    padding: 0 !important;
    position: unset;
}
.product-template .product-media .media--small {
    width: 75px;
    height: 75px;
}
.product-template .product-media .media--small .media {
    position: unset;
}
.product-template .product-media .media--small .media img{
    position: unset;
}

  





@media (min-width: 1024px) {
  .product-media {
    position: sticky;
    top: 20px;
    height: fit-content;
    max-height: 100vh;
    overflow: auto;
    align-self: flex-start;
    z-index: 10;
  }
  .grid.grid-cols-1.gap-10.lg\:grid-cols-12 {
    align-items: flex-start;
  }
  .product-content {
    min-height: 100vh;
  }
  .product-media .relative.grid.grid-cols-1.gap-5.lg\:grid-cols-12 {
    height: auto;
    overflow: visible;
  }
  .product-media .w-full.grid.grid-cols-5.gap-2\.5 {
    align-self: flex-start;
  }
  .ESC-icon-text-section {
    margin-top: 15px;
  }
  .index-template .main-product-section .heading-feature {
    font-size: 60px!important;
  }
}
/* Prevent thumbnails from breaking the sticky behavior */
.product-thumbnail-list-item {
  flex-shrink: 0;
}
@supports (-webkit-touch-callout: none) {
  .product-media {
    position: -webkit-sticky;
  }
}







