/** Shopify CDN: Minification failed

Line 167:0 Unexpected "}"

**/
/* Product page badge */
.product__main-photos {
  position: relative;
}

.custom-badge {
  position: absolute;
  top: 15px;   /* adjust as needed */
  left: 15px;  /* adjust as needed */
  z-index: 10;
  max-width: 60px; /* adjust size */
}

.custom-badge img {
  display: block;
  width: 100%;
  height: auto;
}

.sale-price{
  color:red;
  margin-right:5px;
}

@media only screen and (min-width: 769px) {
  
    .product-single__meta {
    padding-left: 80px;
    max-width: 600px;
    padding-right:50px;
    align-self: center;
    align-items: center;
    align-content: center;
}
.product-single__sticky{
  padding-left:85px;
}
}
@media only screen and (max-width: 1250px) {
  
    .product-single__meta {
    padding-left: 60px;
    padding-right:30px;
    max-width: 600px;
    align-self: center;
    align-items: center;
    align-content: center;
}
}
.icon-and-text{
    font-weight: 400 !important;
    font-size: 15px;
    font-family: 'raleway';
    text-align: left !important;
}

.sales-points{
  margin:5px 0;
      font-weight: 400 !important;
    font-size: 15px;
    font-family: 'raleway';
    text-align: left !important;
}
.free-test-text {
    background: transparent;
    padding: 0;
        font-size: 15px;
    font-family: 'raleway';
    font-weight: 400!important;
    margin-bottom: 0;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.promotion-text {
    background: transparent;
    padding:0;
        font-size: 15px;
    font-family: 'raleway';
    font-weight: 400!important;
    margin-bottom: 5px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
}
.product-block {
    margin-bottom: 10px;
}
@media screen and (min-width: 799px) {
  .product__photos .product__main-photos {
    order: 2; /* main image on the right */
  }
  .product__photos .product__thumbs {
    order: 1; /* thumbs on the left */
    margin-right: 6px; /* space between thumbs and main image */
  }
.page-content--product {
    padding-top: 25px;
}
  .product__photos {
    display: flex;
    align-items: flex-start; /* keeps them aligned top */
  }


  .product__thumbs {
    max-width: 120px; /* adjust to taste */
  }
  .product__main-photos {
    flex: 1;
  }
}
@media screen and (min-width: 799px) {
  .product__photos {
    display: flex;
    align-items: flex-start;
  }
.product__thumb-arrow{
  background:transparent;
  height:0;
}
  .product__thumbs {
    order: 1;
    width: 110px;           /* adjust thumbnail column width */
    flex-shrink: 0;
    margin-right: 20px;
      position: relative;  /* contain arrows inside column */
    display: flex;
    flex-direction: column;
    align-items: center; /* center arrows horizontally */
    height:-webkit-fill-available;
  }

    .product__thumbs--scroller {
        display: flex;
        flex-direction: column;
        gap: 0;
        overflow-y: auto;
            max-height: 565px;
    height: 100%;
    margin: auto;
}
    }
  /* scale images to fit column */
  .product__thumbs .image-wrap {
    width: 100%; 
    height: auto; 
  }

  .product__thumbs img {
    width: 100%;        /* always fill the thumb width */
    height: auto;       /* keep aspect ratio */
    display: block;
  }

  .product__main-photos {
    order: 2;
    flex: 1;
  }
}
@media screen and (min-width: 799px) {
  /* Only affect left-positioned thumbnails */
 
  
  .product__thumbs--below .product__thumb-item{
    display:inline-block;
    vertical-align:middle;
    margin-right:8.5px;
    width:100%;
}
}

@media screen and (min-width: 799px) {

  .product__thumbs[data-position=below] .product__thumb-arrow{
    position: static;    /* remove absolute positioning */
    margin: 5px 0;       /* space above/below thumbs */
    width: 30px; 
    height: 30px;
    background:transparent;
      transform:rotate(90deg);
  }


  /* put prev arrow at the top, next arrow at the bottom */
  .product__thumb-arrow--prev {
    order: -1;
  }
  .product__thumb-arrow--next {
    order: 99;
  }
}@media screen and (min-width: 799px) {
  /* Override Shopify's inline padding-bottom hack for thumbs */
  .product__thumbs .image-wrap {
    padding-bottom: 0 !important;
    height: auto !important;
  }
    .product__thumbs--beside .product__thumb-item {
        margin-bottom: 5px;
    }
    .product__thumbs--beside {
        flex: 0 0 100px;
        max-width: 100px;
        margin-left: 15px;
    }

  .product__thumbs .product__thumb-item {
    width: 100%;
  }

  .product__thumbs img {
    width: 100%;
    height: auto;
    max-height: 100px;  /* control how tall each thumb can be */
    object-fit: cover;  /* keep them looking nice */
  }
  
  .swatch-title{
       font-family: raleway, sans-serif;
    font-weight:700;
  }
}


    .product__thumbs[data-position=below] .product__thumb-arrow {
       display:none;
    }
  /* ---- Mobile layout: main image above, thumbnails below ---- */
@media only screen and (max-width: 768px) {
  .product__photos {
    display: block; /* stack instead of flex */
  }
.product__thumbs[data-position=beside] .product__thumb-arrow {

    display: none;
}
.sales-points{
  margin:0;
}
.product__thumbs--beside .product__thumbs--scroller {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    overflow-y: scroll;
}
  .product__main-photos {
    order: 1;
    width: 100%; /* take full width */
    margin-bottom: 12px;
  }
      .product__main-photos {
        margin-bottom: 30px;
         margin-left: 0; 
         margin-right: 0;
    }
.small--hide{
  display:block;
}
  .product__thumbs {
    order: 2;
    display: flex;
    flex-wrap: wrap; /* thumbs side by side under image */
    justify-content: center;
    width: 100%;
    margin: 0;
    max-width: 100%; /* remove narrow column constraint */
  }

  .product__thumbs--scroller {
    display: flex;
    flex-direction: row; /* horizontal thumbs */
    gap: 0;
    overflow-x: auto; /* allow scrolling if too many */
    max-height: none; /* remove tall column limit */
  }

  .product__thumbs .product__thumb-item {
    width: 70px; /* control thumb size */
    flex: 0 0 auto;
  }

  .product__thumbs img {
    max-height: 70px;
    object-fit: cover;
  }
}





.oke-sr {
    --oke-stars-foregroundColor: #97467B!important;
    --oke-stars-backgroundColor: #E5E5E5;
    --oke-stars-borderWidth: 0;
    margin-bottom:10px;
}
.oke-sr-count {
    text-decoration: underline;
    font-size: 14px;
}
.pdp-subtext{
    font-size:17px;
    font-family: raleway, sans-serif;
    font-weight:400;
        margin-bottom: 20px;
}

.product-single__title-new{
    font-size:22px;
font-family: raleway, sans-serif;
font-style: normal;
font-weight: 700;
margin-bottom:10px;
max-width:500px;
}
.size-quantity-wrap{
    font-size:15px;
    font-family:raleway, sans-serif;
    font-weight:400;
}
button.cust-btn-add.btn.btn--full.add-to-cart{
    width:100%!important;
    max-width:460px;
    background:#511F40;
}
button.cust-btn-add.btn.btn--full.add-to-cart.btn[disabled]{
    width:100%!important;
    max-width:460px;
    background:#e1e1e1;
}
.btn[disabled]:hover{
  background:#e1e1e1!important;
}
.btn, .rte .btn, .shopify-payment-button .shopify-payment-button__button--unbranded, .spr-container .spr-button, .spr-container .spr-summary-actions a{
    font-weight:bold!important;
    text-transform: capitalize!important;
    border-radius:5px;
    font-family: raleway, sans-serif;
    font-size:20px;
}
.custom-swatches-main .swatches-wrapper .swatch{
    width:40px;
    height:40px;
}
.custom-swatches-main .swatches-wrapper {
    gap: 15px;
}
.btn--full{
    padding:10px 0;
}

  .accordion {
  max-width:460px;
  border-radius: 4px;
  overflow: hidden;
}

.accordion-item {
  border-bottom: 1px solid #e0e0e0;
}

.accordion-header {
  width: 100%;
  padding: 1rem 0;
  background: #fff;
  border: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
     font-size: 19px;
      font-family:raleway,sans-serif;
    font-weight: 600;
     letter-spacing:0;
}


.accordion-title {
  flex-grow: 1;
}

.accordion-icon {
  transition: transform 0.2s ease;
}

.accordion-header[aria-expanded="true"] .accordion-icon {
  transform: rotate(180deg);
}

.accordion-panel {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;

}

.accordion-panel--open {
  max-height: none;
  overflow: visible;
margin-bottom:20px!important;
}





.see-it-in-action {
  text-align: center;
  margin: 60px 0;
}

.see-it-in-action__title {
    font-size: 19px;
    margin-bottom: 15px;
    font-weight: 500;
    text-align: left;
    font-family: raleway;
    letter-spacing: -0.5px;
}

.see-it-in-action__grid {
  display: flex;
  justify-content: center;
  gap: 8px;
  flex-wrap: nowrap;
}

.see-it-in-action__item {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform .2s ease;
  border: 1px solid #D8D8D8;
}

.see-it-in-action__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;

}

.see-it-in-action__item:hover {
  transform: scale(1.05);
}
.rebuy-review-count-label{
  display:none!important;
}

.label_tag {
      background: #BD5098;
    color: #fff;
}
.label_tag.tag_badge2 {
background:#511f40!important;
color:#fff;

}
@media only screen and (max-width: 768px) {
    .prod-icons-row-native {
        justify-content: left;
    }
    .product-single__title-new{
    font-size:18px;
font-family: raleway, sans-serif;
font-style: normal;
font-weight: 700;
margin-bottom:10px;
max-width:100%;
text-align:left
}

.promotion-text {
    background:transparent;
    padding:  0;
    font-size: 14px;
    font-weight: regular;
    font-family: raleway, sans-serif;
    margin-bottom: 10px;
    display: flex;
    justify-content: left;
    align-items: center;
    gap: 10px;
    max-width: 460px;
    max-height: 42px;
    border-radius: 5px;
}
    .product-single__meta {
        text-align: left;
        padding-left: 0;
        margin-top: 15px;
    }
.pdp-subtext{
    font-size:16px;
    font-family: raleway, sans-serif;
    font-weight:400;
}


    .custom-swatches-main .swatches-wrapper {
        justify-content: flex-start;
    }
    .product-form-desktop-pdp{
      display:none;
    }

        .sales-point .icon-and-text {
        justify-content: left;
        font-size:15px;
        font-weight:400!important;
    }
        .free-test-text {
        justify-content: left;
        }
        .see-it-in-action__item {
    width: 65px;
    height: 65px;
    gap:4px;
        }
        .product-single__meta .rte{
          text-align:left!important;
        }
  }
  .last_tag_label {
   background:#BD5098;
   color:#fff;
  }

  .klaviyo-button{
     
    background:#511F40 ;
    display: inline-block;
    cursor: pointer;
    color: white;
    width: 100%;
    max-width:460px;
    padding: 8px;
    font-family: 'raleway';
    font-weight: 600;
    font-size: 18px;
    border-radius:5px;
  }

  .atc-text{
        display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 280px;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin: 0 auto;
}
  .atc-text-reg{
     display: flex;
    flex-direction: row;
    align-items: center;
    max-width: 265px;
    justify-content: center;
    flex-wrap: nowrap;
    margin: 0 auto;

  }