/** Shopify CDN: Minification failed

Line 47:20 Unexpected "{"
Line 47:29 Expected ":"
Line 47:35 Unexpected "-"
Line 47:37 Unexpected "{"
Line 47:46 Expected ":"

**/
.product--thumbnail .product__media-list .product__media {
    border-radius: 0px !important;
}



/* Desktop: hide sticky ATC until 100vh scrolled */
@media screen and (min-width: 769px) {
  .product-sticky-form {
    opacity: 0 !important;
    pointer-events: none !important;
    transform: translateY(100%) !important;
    transition: opacity 0.4s ease, transform 0.4s ease !important;
  }

  .product-sticky-form.sticky-atc--visible {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: translateY(0%) !important;
  }
}

/* Mobile: always visible, no transition override needed */
@media screen and (max-width: 768px) {
    
  .product-sticky-form {
    opacity: 1 !important;
    pointer-events: auto !important;
    transform: none !important;
    transition: none !important;
  }
}





#ProductStickyForm-{{ section.id }}-{{ product.id }} > * {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* ── Sticky ATC — fix layout to match buy-buttons ── */
[data-rounded-block=round] .product-sticky-form__card {
    border-radius: var(--sp-0);
    
}
.product-sticky-form {
    width: 100%;
    display: flex;
    background:rgba(255, 255, 255, 0.3) !important;
    backdrop-filter: blur(5px);
    /* inset-inline-end: var(--sp-); */
    /* inset-block-end: var(--sp-5); */
     border :none !important;
    justify-content: center;
}
/* Always show sticky ATC */
.product-sticky-form__card {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

/* Hide everything except quantity + submit */
.product-sticky-form__variant .grid,
.product-sticky-form__variant > picture,
.product-sticky-form__variant > div.grid {
  display: none !important;
}

.product-sticky-form__variant {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 12px !important;
  width: 100% !important;
  grid-template-columns: unset !important;
}

/* Quantity pill — identical to buy-buttons */
.product-sticky-form__variant .quantity {
  border-radius: 90px !important;
  background: rgba(225, 236, 255, 0.90) !important;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.30) !important;
  min-height: 40px !important;
  width: auto !important;
  min-width: 60px !important;
  display: inline-flex !important;
  justify-content: space-between !important;
  align-items: center !important;
}

.product-sticky-form__variant .quantity__input {
  color: #344766 !important;
  font-family: 'GeistMono-SemiBold' !important;
  font-weight: 700 !important;
  background: transparent !important;
  border: none !important;
}

.product-sticky-form__variant .quantity__button {
  background: transparent !important;
  border: none !important;
  color: #344766 !important;
  padding: 0 5px !important;
}

/* ADD TO CART button — identical to buy-buttons */
.product-sticky-form__variant button[type="submit"] {
  border-radius: 90px !important;
  background: #82B1FF !important;
  box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10) !important;
  padding: 12px 28px !important;
  min-height: 40px !important;
  min-width: 280px !important;
  flex-shrink: 0 !important;
  border: none !important;
  cursor: pointer !important;
  font-family: 'GeistMono-SemiBold';
  flex:1;
  transition: background-color 0.5s ease-in-out, color 0.5s ease-in-out !important;
}

.product-sticky-form__variant button[type="submit"]:hover {
  color: #82B1FF !important;
  background-color:#E1ECFF !important;
}

.product-sticky-form__variant button[type="submit"] .btn-text {
  color: inherit !important;
  font-family: 'GeistMono-SemiBold' !important;
  font-size: 18px !important;
  line-height: 16px !important;
  text-transform: uppercase !important;
}

/* Mobile */
@media screen and (max-width: 768px) {
    [data-rounded-block=round] .product-sticky-form__card:before {
    border-radius: var(--sp-0);
    
}
  .product-sticky-form__variant button[type="submit"] {
    min-width: 240px !important;
    padding: 12px 28px !important;
    font-family: 'GeistMono-SemiBold';
    font-size:14px !important;
    flex:1;
     min-height: 40px !important;
  }
  .product-sticky-form__variant button[type="submit"] .btn-text {
    font-size: 15px !important;
  }
  .product-sticky-form {
    width: 100%;
    padding:10px;
    border :none !important;
}
}



product-info .product__title.with-price h1{
  color:  #3A3A34;
  font-family: 'Geist-SemiBold' !important;
  font-size: 42px;
  line-height: 52px;
  letter-spacing: -0.48px;
   margin-bottom: 22.84px;
   text-align: left;
   font-weight:600;
}


.product-form-wrapper .product-form .product-form__buttons .buy-buttons  .quantity .quantity__button.minus {
  padding-left: 8px;
}

.product-form-wrapper .product-form .product-form__buttons .buy-buttons  .quantity .quantity__button.plus {
  padding-right: 8px;
}

product-info .jdgm-preview-badge .jdgm-star{
        color: #FFCC00 !important;
        font-size:23.151px;
}
product-info .jdgm-prev-badge__text svg{
  display:none;
}
product-info .jdgm-prev-badge__text{
    padding-left: 20px;
    border-left: 1px solid #7D7E77;
    margin-left: 20px;
    color: #7D7E77;
    font-family: GeistMono-SemiBold;
    font-size: 16px;
    font-style: normal;
    line-height: 32px;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.product-form-wrapper .product-form .product-form__buttons .buy-buttons .quantity{
border-radius: 90px;
background: rgba(225, 236, 255, 0.90);
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.30);
width:35%;
min-height: 40px;
justify-content: space-between;
}


.product-form-wrapper .product-form .product-form__buttons .buy-buttons  .quantity .quantity__input{
color:#344766;
  font-family: 'GeistMono-Bold';
  font-weight:700;
}

product-info .jdgm-widget.jdgm-widget {
    display: block;
    margin-bottom: 18.42px;
}
product-info .price--on-sale{
    align-items:flex-start;
    flex-direction:column-reverse;
    gap:0;
}
product-info .price__sale:before{
    display:none;
}
product-info .compare-saler-price{
    margin-bottom:2.5px;
}
product-info .compare-saler-price-text{
    color: #3A3A34;
    font-family: GeistMono-SemiBold;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -0.4px;
}
product-info .price__sale{
    color: #3A3A34;
    font-family: GeistMono-SemiBold;
    font-size: 20px !important;
    line-height: 24px;
    letter-spacing: -0.4px;
    text-decoration-line: line-through;
    text-transform: uppercase;
}
product-info .product__price .price__regular{
    color: #3A3A34;
    font-family: GeistMono-SemiBold;
    font-size: 48px;
    line-height: 52px;
    letter-spacing: -1.92px;
}
.lab-report-main-subcontainer {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20.6px;
    /* flex-wrap: wrap; */
}
.ab-report-main-subcontainer-buttons-dwonload{
    border-radius: 30px;
    border: 0.29px solid #82B1FF;
    opacity: 0.8;
    background: #F2F7FF;
    backdrop-filter: blur(24.338462829589844px);
    color: #344766;
    text-align: center;
    font-family: GeistMono-SemiBold;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    padding:5px 21.5px;
    display:block;
    text-transform: uppercase;
}
.ab-report-main-subcontainer-buttons-readmore{
    color: rgba(52, 71, 102, 0.75);
    text-align: center;
    font-family: GeistMono-SemiBold;
    font-size: 14px;
    font-style: normal;
    line-height: 16px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
}
.lab-report-main-subcontainer-heading-description h6,
.lab-report-main-subcontainer-heading-description p{
    color: #333;
    font-family: Geist-Regular;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
}
product-info .discount-price-percentage{
    color: #82B1FF;
    font-family: GeistMono-SemiBold;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    text-transform: uppercase;
    border-radius: 23.128px;
    border: 0.925px solid #82B1FF;
    padding:9px 36.5px;
    margin-top:20px;
}
product-info .text-base{
    color: #333;
    font-family: Geist-Regular;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
}
.product{
    gap:79px;
}
.product--thumbnail .product__media-list .product__media{
    background:transparent;
}
product-info .label-swatch{
    color: #82B1FF;
    text-align: center;
    font-family: GeistMono-SemiBold;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    padding:9px 15px;
    border-radius: 23.128px;
    border: 0.925px solid #82B1FF;
    min-width: 108px;
}
product-info .label-swatch {
  position: relative;
}

product-info .label-swatch:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 23.128px;
  border: 0.925px solid #82B1FF;
  
  background: linear-gradient(
    0deg,
    rgba(130, 177, 255, 0.20) 0%,
    rgba(130, 177, 255, 0.45) 96.45%,
    rgba(130, 177, 255, 0.20) 187.5%
  );

  opacity: 0;
  transition: opacity 0.5s ease;
  box-shadow: none !important;
}

product-info :checked + .label-swatch:after {
  opacity: 1;
}


*:focus-visible{
    outline:unset !important;
}
.buy-buttons .product-form__submit::after{
    display:none;
}
.buy-buttons .product-form__submit{
    border-radius: 90px;
    background: #82B1FF;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.10);
    padding:12px 28px;
    min-height: unset;
    transition: background-color 0.5s ease-in-out,
                color 0.5s ease-in-out;
}
.buy-buttons .product-form__submit:hover{
    color:#82B1FF;
    background-color:rgba(130, 177, 255, 0.20);
}
.buy-buttons .btn-text{
    color: inherit;
    text-align: center;
    font-family: 'GeistMono-Bold';
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
}

.custom-collabsible-container-question .toggle {
  width: 17.192px;
  height: 17.192px;
  position: relative;
  border: none;
  background: none;
  cursor: pointer;
}
.custom-collabsible-container-question .toggle::before,
.custom-collabsible-container-question .toggle::after {
  content: "";
  position: absolute;
  width: 17.192px;
  height: 2.901px;
  background: #7D7E77;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(0deg);
  transition: transform 0.4s ease;
}

/* vertical line */
.custom-collabsible-container-question .toggle::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.custom-collabsible-container.is-active .toggle::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
.custom-collabsible-container-question{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom:20.6px;
    cursor:pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-collabsible-container-answer p{
    color: #333;
    font-family: Geist-Regular;
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.16px;
     -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.custom-collabsible-container-question h6{
    color: #3A3A34;
    font-family: Geist-SemiBold;
    font-size: 16px;
    font-style: normal;
    line-height: 16px;
    letter-spacing: -0.16px;
}
.custom-collabsible-container-answer {
  overflow: hidden;
  height: 0;
  transition: height 0.3s ease;
  border-bottom: 1px solid #7D7E77;
}
.custom-collabsible-container{
    margin-top:16px;
}
.benifit-of-products{
    margin-top:40px;
}
.see-action-image-video-container{
    display:flex;
    max-width:100%;
    overflow-x:auto;
    gap:5px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.see-action-image-video-container::-webkit-scrollbar {
  display: none;
}
.see-action-image-video-container img,
.see-action-image-video-container video{
    border-radius: 0px !important;
    border: 2px solid rgba(130, 177, 255, 0.20);
    background: #F4F4F4;
    width:95px;
    min-width:95px;
    height:171px;
    object-fit:cover;
}
.product__thumbnail img{
    box-shadow: -3px 2px 1px 0 rgba(0, 0, 0, 0.42);
    
}
.product__thumbnail{
    opacity:0.3;
        border-radius: 0px !important;
}
.product__thumbnail[aria-current=true]{
    opacity:1;
       border-radius: 0px !important;

}
.product__thumbnail[aria-current=true]:after{
    --tw-ring-color: transparent;
    border:1px solid #BEBEBB;
}
[data-rounded-block=round] .product__thumbnail:after {
    border-radius:0px !important;
}
.product__media-container .pcard-modern__labels-container{
    position: absolute;
    right: 32px;
    top:33px;
    z-index: 1;
    border-radius: 30px;
    border: 0.29px solid #82B1FF;
    background: #F2F7FF;
    backdrop-filter: blur(24.338462829589844px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__media-container .pcard-modern__label{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #344766;
    text-align: center;
    font-family: GeistMono-Bold;
    font-size: 18px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    padding:10px 20px;
}
.product--thumbnail .product__media-container .indicators .button{
    transition: background-color .5s ease-in-out, color .5s ease-in-out;
    height: 45px;
    width: 45px;
    background-color:rgba(130, 177, 255, 0.20);
    color:#82B1FF;
    
}
.product--thumbnail .product__media-container .indicators .button:hover{
      color:#fff;
      background: #82b1ff;
    
}
.mobile-product-info{
    display:none !important;
}
.custom-product-swatch-container{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
}
.custom-product-swatch-container a{
    padding:9px 34.5px;
    display:block;
    border-radius: 23.128px;
    border: 0.925px solid ;
    background: #FFFDFA;
    color: #82B1FF;
    text-align: center;
    font-family: GeistMono-SemiBold;
    font-size: 16px;
    font-style: normal;
    line-height: 1;
    text-transform: uppercase;
    padding: 9px 15px;
    border-radius: 23.128px;
    border: .925px solid #82B1FF;
    min-width: 108px;
}
.custom-product-swatch-container a.activee{
   color:#3A3A34;
    background: linear-gradient(0deg, rgba(130, 177, 255, 0.20) 0%, rgba(130, 177, 255, 0.45) 96.45%, rgba(130, 177, 255, 0.20) 187.5%);
}
@media screen and (max-width:768px){

    .benifit-of-products{
    margin-top:10px;
}
     .breadcrumb ul {
    flex-wrap: nowrap !important;
    row-gap: 0 !important;
    overflow: scroll !important;
    
}
    .product-form-wrapper .product-form .product-form__buttons .buy-buttons .quantity {
        width: unset;
    }
    .mobile-product-info{
        display:block !important;
    }
    .product__title.with-price h1{
        color: #3A3A34 !important;
        font-size: 22px !important;
        font-weight: 600 !important;
        line-height: 24px !important;
        margin-bottom:14.84px !important;
        margin-top:15px !important;
    }
    product-info .jdgm-preview-badge .jdgm-star{
        font-size:21px;
    }
    product-info .compare-saler-price-text,
    product-info .price__sale{
        color: #3A3A34;
        font-size:16px;
        line-height: 32px;
        letter-spacing: -0.32px;
        text-transform: uppercase;
    }
    product-info .product__price .price__regular{
        color: #3A3A34;
        font-size: 40px;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -1.6px;
    }
    product-info .jdgm-widget.jdgm-widget{
        margin-bottom:5px;
    }
    .product__price{
        position:relative;
        margin-bottom:20px;
    }
    .discount-price-percentage{
            position: absolute;
            top: 0;
            right: 0;
            margin: 0 !important;
            padding:4px 15px;
            color: #82B1FF;
            font-family: GeistMono-Bold;
            font-size: 14px;
            font-style: normal;
            line-height: 12px;
            text-transform: uppercase;
    }
    .product{
        gap:0;
    }

    .buy-buttons.back-in-stock.flex.flex-wrap.gap-4 {
        flex-wrap: unset;
        gap: 12px;
        display:none;
    }

    .product-form-wrapper .product-form .product-form__buttons .buy-buttons  .quantity .quantity__button.minus {
    padding-right: 0;
    }

    .product-form-wrapper .product-form .product-form__buttons .buy-buttons  .quantity .quantity__button.plus {
    padding-left: 0;
    }
    .ab-report-main-subcontainer-buttons-dwonload,
    .ab-report-main-subcontainer-buttons-readmore{
        font-size:16px;
    }

}

