@media screen and (max-width: 768px) {
    .page-content--product {
        margin-top: 15px;
    }
    .page-content--product .grid__item {
        width: 100%;
    }
  
    .variant-wrapper, .product-single__meta .product-block .product-single__sku, .product-block--price, .free-shipping-pdp-details{
        text-align: left;
    }
    
}

.product-single__meta label:not(.variant__button-label):not(.text-label) {
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.product-single__meta:has(og-offer[frequency]:not([frequency="1_2"]))  .product-block--price{
    display: none;
}
.product-single__meta label:not(.variant__button-label):not(.text-label){
    display: none;
}

.free-shipping-pdp-details {
    align-items: center;
}

.product-single__meta .product-block p {
    color: var(--grey-dark, #535353);
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 400;
    line-height:120%;
}
.product-single__meta .free-shipping-pdp-details a {
    font-size: 12px !important;
}
.product-single__meta .product-block .product-single__sku {
    font-size: 10px !important;
    color: #797979;
    letter-spacing: 0;
}
 .product-block .description-tabs p{
    font-size: 14px;
}
.product-single__meta .variant__button-label {
    border-radius: 50px;
    font-size: 16px;
}

.product-single__meta .collapsible-trigger, .description-tabs  .product-single__meta .collapsible-trigger,  .description-tabs  .collapsibles-wrapper--border-bottom+.collapsibles-wrapper--border-bottom .collapsible-trigger-btn--borders {
      border: none;
    font-family: var(--new-kansas);
    font-weight: 500;
    color: #535353;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: left;
    text-transform: none;
}

.description-tabs  .collapsibles-wrapper--border-bottom+.collapsibles-wrapper--border-bottom .collapsible-trigger-btn--borders{
    padding-top: 18px;
    padding-bottom: 18px;
}
.description-tabs  .collapsible-content__inner{
    padding-left: 0;
    padding-right: 0;
}

.description-tabs .collapsible-content__inner b, .description-tabs .collapsible-content__inner strong{
       font-family: "Inter Tight", sans-serif;
       text-transform: none;
       font-size: 14px;
}



.product-price-container {
    display: flex;
    border-radius: 15px;
    display: inline-block;
    min-width: 50%;
    width: 100%;
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 600 !important;
}


.product-price-container .product__price.on-sale {
    color: #AB0000;
}

.product-price-container{
font-size: 20px;
font-weight: bold;

}
.collapsible-trigger-btn--borders+.collapsible-content .collapsible-content__inner{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px !important;
    font-family: "Inter Tight";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}


.sticky-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    width: 100%;
    bottom: 0;
}
.sticky-add-to-cart .h3 { 
    font-size: 16px;
}

.sticky-add-to-cart button {
    max-width: 200px;
}

.sticky-add-to-cart-section {
    position: sticky;
    bottom: 0;
    z-index: 10;
}

.sticky-add-to-cart {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  padding: 1rem 75px;
}

.sticky-add-to-cart.is-visible {
  display: block;
}

.sticky-add-to-cart__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  width: 100%;
}

.sticky-add-to-cart__image {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
}

.sticky-add-to-cart__content {
  flex: 1;
}

.sticky-add-to-cart__title {
  margin: 0 0 0.25rem 0;
  font-size: 1rem;
  font-weight: 600;
}

.sticky-add-to-cart__price {
  font-size: 0.875rem;
}

.sticky-add-to-cart__actions {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.sticky-add-to-cart__button {
  white-space: nowrap;
}

.sticky-add-to-cart .product-price-container {
    padding: 0;
    background-color: transparent;
}

.product__thumb-arrow {
    background: transparent;
    border-radius: 5px;
    padding: 0 !important;
}

.product__thumb-arrow--next {
    bottom: -35px !important;
}

.product__thumb-arrow--prev {
    top: -35px !important;
}

.product__thumbs {
    position: relative;
    
}

.product__thumb-item {
    overflow: hidden;
}

.product__thumb-item a.is-active:before {
    display: none;
}
.product__thumb-item a {
    border-radius: 4px;
    overflow: hidden;
}

.product__thumb-item a.is-active {
    border: 2px solid black;
    border-radius: 4px;
    overflow: hidden;
}


.variant__button-label.disabled {
    color: black;
}
.variant__button-label.disabled:after {
    border-color: black;
}

.product-image-main .image-wrap {
    border-radius: 0;
}

@media screen and (max-width: 749px) {
  .sticky-add-to-cart__container {
    flex-wrap: wrap;
  }

  .sticky-add-to-cart__content {
    display: none;
  }
  
  .sticky-add-to-cart__actions {
    width: 100%;
    justify-content: center;
    margin-top: 0.5rem;
  }

  .sticky-add-to-cart { 
    padding: 15px;
  }

  .sticky-add-to-cart .btn {
    max-width: 100%;
  } 
  .product-template-breadcrumbs {
    margin-bottom: 10px;
  }
}

.product-single__title {
    font-family: var(--new-kansas) !important;
    font-weight: 500;
    font-size: 26px;
    text-align: left;
    letter-spacing: -0.05rem;
  }

.product-breadcrumbs .breadcrumb {
    font-family: "Inter Tight", sans-serif;
    color: #535353;
    font-weight: 600;
    font-size: 12px;
    overflow: auto;
    white-space: nowrap;
}

.product-breadcrumbs .breadcrumb a {
    font-size: 12px;
}

.bv_war_button {
    font-size: 10px !important;
}

.product-block--tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.product-block--tags .product-tags__tag {
    font-family: "Inter Tight", sans-serif;
    border-radius: 4px;
    padding: 5px 10px;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 10px;
}

.product-block--tags .product-tags__tag.smart_tag-fda-approved:before,
.product-block--tags .product-tags__tag.smart_tag-30-day-returns:before,
.product-block--tags .product-tags__tag.smart_tag-hsa-fsa-accepted:before {
    content: '';
    width: 14px;
    height: 14px;
    display: inline-block;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFgSURBVHgBTVKLdcIwDJTMAhkhI6QbpJMAE5QNYAPYgG7CCBkhI8AC1fVOtgN5dpzocz6dZGZudZsBMQRwBrDy5G+uha87/8Ya5ebuVlqOMWAP+OIwLhwLvc6XwY6KhdnyhzjJQJAt6YfYK/eGylsmBkzJxjNmFBPG7PMyRIyBeMph/amB1whcO5AWwVoyBmfAXc7i5VgJQAGrThYjw4v7m8RfVQdcGs1YuKcK7HLMTFy6ZKR2kWhdC37PCYyt0o3i0Og8uK+pplcYb9ksAQpENzRqDZk3k5bQuQf5/O1LadWz2b33EuxlnPsdpPZg4uzvXkttto01yFDK7oKq8sDjQW0GSEzgVXblqxbk0iTFzED1cGuHN+mBG+03b7XLHrUdT/U7x4dUDk2Qsauk5hNs2up69/DUwLxPyikSjXMZdWK83jzn/EZO1sHbrH7MePLXFP2qjyHNkaO+proUzT6ef21tYQECdHsUAAAAAElFTkSuQmCC");
    background-size: contain;
}
.product-block--tags .product-tags__tag.smart_tag-30-day-returns:before {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAFNSURBVHgBTVIJVcNAEN3ZVkAk4IBKqISigKIAJBAF1AE4QEIk8FAAVdAYyPz+OXZz7s49f45S/BH/FPgLVpq0s66TZsoXqg8kT1LlAlBdZBSEQVyYq+wuSh0lowWizVelZiI9eGhIZOlO7UGcfsnAwBMZSxJGcDjS4XkYEsLfoErK3cePZihrTRR/8p+2dfb84agQkS2uQtHRMhgCo7Mn3Zl9iYytLvKv6XBjM87kzxZYVX8o+4jMBlszY1RjdUy0mmg0tBFF7SbT79IzAtU6iZwa5U/EfSXzVmwmcBTv5GfiemldN4j7AI8YRa2zLss/nQsWPVI30HmmxXVXZc4Z+rn3sP6htf+R54HEc4l4Jv1F6xyT+IJojqOtHqGdWMM5V8HqYYNw6Ku27Wo0Y3Uua825SZsdgg6WjFDLSEg3X8XNLANmws9SfHNDO94Bv4Lz8yCPKQwAAAAASUVORK5CYII=");
}

.color-swatch {
    width: 24px;
    height: 24px;
    aspect-ratio: 1/1;
    padding: 0 !important;
}

.loop-size-1-true{
    display: none;
}

/* Show color label above swatches in "Color: [Selected Color]" format */
.variant-wrapper:has(.color-swatch) .variant__label {
    display: block !important;
    margin-bottom: 8px;
    font-size: 14px;
    color: #707070;
    font-weight: 500;
    font-family: Inter Tight, sans-serif;
    text-transform: none !important;
}

.variant-wrapper:has(.color-swatch) .variant__label-info {
    display: inline;
    font-weight: 500;
    position: relative;
    font-size: 0; /* Hide the em dash text node */
}

/* Replace em dash with colon - add colon before */
.variant-wrapper:has(.color-swatch) .variant__label-info::before {
    content: ": " !important;
    font-size: 14px; /* Make colon visible */
    margin-left: -5px;
    margin-right: 5px;
}

/* Restore font size for the color value */
.variant-wrapper:has(.color-swatch) .variant__label-info [data-variant-color-label] {
    font-size: 14px;
    display: inline;
    color: #231F20;
    font-weight: 600;
}

.variant-input-wrap {
    display: flex;
    align-items: center;
}

.variant-input-wrap input[type=radio]:checked+label {
    box-shadow: none;
    position: relative;
    width: 28px;
    height: 28px;
}
.variant-input-wrap input[type=radio]+label {
    margin-bottom: 0px;
}


.variant-input-wrap input[type=radio]:checked+label:before {
    border-width: 3px;
    /* display: none; */
}

.variant-input {
    position: relative;
}


.product__thumbs button {
    display: block !important;
}

.product__main-photos .flickity-button {
    background: rgba(255,255,255,0.5);
    color: #000000;
}

@media screen and (max-width: 749px) {
    /* Hide thumbnails on mobile */
    .product__thumbs {
        display: none !important;
    }

    .product__main-photos .flickity-button {
        display: none;
    }

    .product-single__sticky {
        margin-left: 0;
    }

    /* Show pagination dots on mobile */
    .product__main-photos .flickity-page-dots {
        display: block !important;
        bottom: -30px;
        text-align: center;
    }

    .product__main-photos {
        margin-bottom: 10px;
    }

    /* Center carousel with main image at 75% width, showing ~12.5% of prev/next on each side */
    .product-slideshow.flickity-enabled {
        overflow: visible;
    }

    .product-slideshow.flickity-enabled .flickity-viewport {
        overflow: visible !important;
    }

    .product-slideshow.flickity-enabled .product-main-slide {
        width: 75% !important;
        margin-right: 0 !important;
        padding: 0 4px;
        box-sizing: border-box;
    }

    .product-slideshow.flickity-enabled .product-main-slide .product-image-main {
        width: 100%;
    }
}

.product__main-photos .product-tags {
    z-index: 10;
    top: 15px;
    left: 15px;
}

.product__main-photos .product-tags .product-tags__tag {
    font-size: 14px;
    border-radius: 15px;
    padding: 5px 10px;
}

.buy-buttons-container {
    display: flex;
    gap: 10px;
}
.buy-buttons-container .btn{
    font-family: "Inter Tight";
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.5px;
    text-transform:none;
}

@media screen and (max-width: 749px) {
    .buy-buttons-container {
        flex-direction: row;
    }
}

.product-block {
    font-size: 16px !important;
    margin-bottom: 15px;
}

.product-block p {
    margin-bottom: 10px;
}

.product-block strong, .product-block b {
    font-weight: 700;
    font-family: var(--new-kansas);
    font-size: 16px;
    text-transform: uppercase;
}


.description-tabs .collapsible-content__inner strong {
    font-family: var(--typeBasePrimary), var(--typeBaseFallback);
    text-transform: none;
}



.product-block strong, .product-block b {
    font-weight: 700;
    font-family: var(--new-kansas);
    font-size: 16px;
    text-transform: uppercase;
}

.product-block ul {
    margin-bottom: 10px;
    list-style: none;
    margin-left: 0 !important;
}

.product-block ul li {
    margin-bottom: 10px;
}

.product__video-wrapper{
    border-radius: 0;
}

.product-block:empty{

}


.return-link:hover{
    border: solid 2px #01656f !important
}

html [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist, html [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover{
    text-decoration: underline !important;
    font-size: 10px !important;
}

html [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container,
html [data-bv-show=rating_summary] .bv_main_container .bv_numReviews_text{
    font-size: 12px !important;
}


html [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover, html [data-bv-show=rating_summary] .bv_main_container .bv_button_buttonMinimalist:hover{
    color: black !important;
}


html .bv_button_buttonFull, html [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container, html [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_component_container, html [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text, html [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:hover{
        font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
        font-weight: 500 !important;
}
html .fAnjmn, html [data-bv-show="rating_summary"] .bv_main_container .bv_avgRating_component_container:hover, html [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:hover, html [data-bv-show="rating_summary"] .bv_main_container .bv_numReviews_text:hover, html .bv_button_buttonFull, html .bv_button_buttonFull:hover{
     font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
      font-weight: 500 !important;
}


html .bv_button_buttonFull{
    margin-top: 10px !important
}
html .bv_button_buttonFull:hover{
    background-color: black !important;
    font-family: var(--typeBasePrimary), var(--typeBaseFallback) !important;
      font-weight: 500 !important;
}


html .dVcXtJ{
    margin-top: 10px;
    color: #090909;
    letter-spacing: -.05rem;
    font-weight: 400;
}

html .hysDNi {
    font-size: 16px;
    font-family: 'Inter Tight';
}

html .dCJeUN {
    font-family: "Inter Tight"
}

html .jRFOUo .primary-rating-star-container {
    font-size: 16px;
    font-family: "Inter Tight";
}

html .qizES {
    font-family: "Inter Tight";
}

html .hCWIxA {
    font-family: "Inter Tight";
}

html .iYCXEt {
    letter-spacing:0;
    font-family: "Inter Tight";
}

html .jcRjdw {
    font-size: 20px;
    line-height: 24px;
    font-family: 'new-kansas';
    letter-spacing: -.05rem;
    font-weight: 400;
}

.instructions-border .btn, html .dVcXtJ, .instructions-border .btn:hover{
    border: none  !important
}

html .dVcXtJ{
font-family: new-kansas,sans-serif !important;
}


.affirm-as-low-as{
        margin-bottom: 20px;
    display: block;

}

.text-link .affirm-modal-trigger{
    text-decoration: underline;
}

.affirm-as-low-as{
    margin-bottom: 20px;
    display: block;
    min-height: 20px
}

.affirm-as-low-as .affirm-modal-trigger{
    text-decoration: underline;
}

.affirm-as-low-as .affirm-modal-trigger:hover{
   color: #02656e;
}

.product-family-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 15px;
    --item-size: 40px;
    padding-bottom: 15px;
    .product-family-item {
        width: var(--item-size);
        height: var(--item-size);
        position: relative;
        img {
          border: 2px solid #01656f;
          border-radius: 50%;
        }
        &.disabled {
          opacity: 0.5;
          pointer-events: none;
        }
        &.active {
          &:after {
            content: '';
            width: 20px;
            height: 2px;
            background-color: #01656f;
            position: absolute;
            bottom: -7px;
            left: 50%;
            transform: translateX(-50%);
          }
        }
    }
}
