/*
Generated time: May 29, 2024 05:26
This file was created by the app developer. Feel free to contact the original developer with any questions. It was minified (compressed) by AVADA. AVADA do NOT own this script.
*/
@charset "UTF-8";

.accordion summary span svg,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations input[type=radio]+label:before {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}
.aa-hidden{
  width:0 !important;
  display:none !important;
}
#shopify-product-reviews .spr-review,
.pickup-availability-wrapper,
.product-add-to-cart-sticky,
.product-card-small,
.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal__content {
    isolation: isolate;
    border-radius: var(--block-border-radius, 16px)
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.product-add-to-cart-sticky,
.product-popup-modal__content,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08)
}

.product-form {
    display: block
}

.add_to_cart_holder {
    display: grid;
    grid-gap: 12px;
    margin-bottom: 25px;
    align-items: start
}

@media only screen and (min-width:768px) {
    .add_to_cart_holder--multi {
        display: flex;
        justify-content: space-between;
      align-items: center;
        /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)) */
    }
}

.single-add-to-cart-button[disabled]+.shopify-payment-button {
    display: none
}

.shopify-payment-button {
    width: 100%
}

.shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: .9375rem;
    font-weight: 500;
    letter-spacing: var(--button-letter-spacing, .02em);
    background: var(--solid-button-background, var(--color-accent));
    color: var(--solid-button-label, #fff);
    border: 0;
    border-radius: var(--button-border-radius, 6px);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button-uppercase-true .shopify-payment-button__button:not(.shopify-payment-button__button--branded) {
    text-transform: uppercase
}

@media screen and (hover:hover) {

    .shopify-payment-button__button:not(.shopify-payment-button__button--branded):not([disabled]):focus,
    .shopify-payment-button__button:not(.shopify-payment-button__button--branded):not([disabled]):hover {
        background: var(--solid-button-background-hover, var(--color-accent));
        color: var(--solid-button-label, #fff)
    }
}

.shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate div[role=button] {
    display: inline-flex;
    cursor: pointer;
    padding: 7px 30px;
    align-items: center;
    justify-content: center;
    height: 50px;
    min-height: 50px !important;
    font-size: .9375rem !important;
    font-weight: 500;
    letter-spacing: var(--button-letter-spacing, .02em);
    background: var(--solid-button-background, var(--color-accent));
    color: var(--solid-button-label, #fff);
    border: 0;
    border-radius: 30px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.button-uppercase-true .shopify-payment-button__button.shopify-payment-button__button--branded .shopify-cleanslate div[role=button] {
    text-transform: uppercase
}

.shopify-payment-button__button--hidden {
    display: none
}

.shopify-payment-button .shopify-payment-button__more-options {
    margin: 16px auto 0;
    width: auto;
    font-size: 14px
}

.product-form__input {
    padding: 0;
    border: 0
}

.product-information--line-item {
    margin-bottom: 20px
}

.product-information--line-item--text:-moz-placeholder,
.product-information--line-item--textarea:-moz-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--text::-moz-placeholder,
.product-information--line-item--textarea::-moz-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--text:-ms-input-placeholder,
.product-information--line-item--textarea:-ms-input-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--text::-webkit-input-placeholder,
.product-information--line-item--textarea::-webkit-input-placeholder {
    color: rgba(var(--color-body-rgb), .6)
}

.product-information--line-item--textarea {
    min-height: 0
}

.product-information--line-item input[type=text],
.product-information--line-item select,
.product-information--line-item textarea {
    width: 100%
}

.product-information--line-item .label {
    display: block;
    margin-bottom: 5px
}

.variations {
    margin-bottom: 10px;
  margin-top: 30px;
}

.variations .product-form__input {
    padding: 0;
    margin: 0 0 20px;
    border: 0
}

.variations input[type=radio] {
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    position: absolute;
    height: 1px;
    width: 1px
}

.variations input[type=radio]+label {
    position: relative
}

.variations input[type=radio]+label:before {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: #EEEEEE;
    /* background: linear-gradient(to bottom right, transparent, transparent 48%, var(--color-border, #dadce0) 49%, var(--color-border, #dadce0) 50%, var(--color-border, #dadce0) 51%, transparent 52%, transparent) no-repeat;
    z-index: 1 */
}

.variations input[type=radio].is-disabled+label:before {
    content: ""
}

.variations input[type=radio].is-disabled+label span em{
    display: block !important;
    margin-right: auto;
    margin-left: 10px;
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
}

.variations input[type=radio].is-disabled+label:after,
.variations input[type=radio].is-disabled+label>span {
    opacity: .4
}

.variations .product-form__input {
    padding: 0;
    border: 0
}

.variations .product-form__input--dropdown .select,
.variations .product-form__input--dropdown select {
    width: 100%;
    margin-bottom: 0
}

.variations .product-form__input--block {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 14px
}

.variations .product-form__input--block input[type=radio]+label {
    width: auto;
    min-width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--input-border-radius, 6px);
    padding: 5px 15px;
    margin: 0 6px 6px 0;
    font-size: .8125rem;
    cursor: pointer;
    overflow: hidden
}

.variations .product-form__input--block input[type=radio]+label {
    box-shadow: 0 0 0 1px var(--color-form-border) inset;
    width: 100%;
    border-radius: 30px;
}

.variations .product-form__input--block input[type=radio]:checked+label {
    z-index: 5;
    box-shadow: 0 0 0 2px var(--color-body, #2c2d2e) inset
}

.variations .product-form__input--block input[type=radio]:focus-visible+label {
    box-shadow: 0 0 0 2px #015ecc
}

.variations .product-form__input--color {
    display: flex;
    flex-wrap: wrap
}

.variations .product-form__input--color input[type=radio]+label {
    width: 32px;
    height: 32px;
    display: inline-flex;
    text-indent: -9999em;
    position: relative;
    color: transparent;
    cursor: pointer;
    z-index: 4;
    border-radius: 50%;
    margin: 1px 9px 1px 1px
}

.variations .product-form__input--color input[type=radio]+label:before {
    display: block;
    border-radius: 50%;
    overflow: hidden
}

.variations .product-form__input--color input[type=radio]+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 50%;
    background-size: cover;
    background-color: var(--option-color);
    background-image: var(--option-color-image)
}

.variations .product-form__input--color input[type=radio]:checked+label {
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e)
}

.variations .product-form__input--color input[type=radio]:checked+label:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px
}

.variations .product-form__input--color input[type=radio]:hover+label {
    box-shadow: 0 0 0 1px var(--color-form-border)
}

.variations .product-form__input--color input[type=radio]:hover+label:after {
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px
}

.variations .product-form__input--color input[type=radio]:checked:hover+label {
    box-shadow: 0 0 0 1px var(--color-body, #2c2d2e)
}

.variations .product-form__input--color input[type=radio]:checked:hover+label:after {
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px
}

.variations .product-form__input--color input[type=radio]:focus-visible+label:before {
    box-shadow: 0 0 0 2px #015ecc inset
}

.form__label {
    display: flex;
    width: 100%;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 9px
}

.form__label__value {
    font-weight: 400;
    text-transform: none;
    margin-right: 20px;
    font-size: 16px;
    padding-left: 2px
}

.form__label .product-popup-modal__opener {
    display: inline-flex;
    margin-left: auto
}

.accordion summary span svg,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations input[type=radio]+label:before {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

#shopify-product-reviews .spr-review,
.pickup-availability-wrapper,
.product-add-to-cart-sticky,
.product-card-small,
.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal__content {
    isolation: isolate;
    border-radius: var(--block-border-radius, 16px)
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.product-add-to-cart-sticky,
.product-popup-modal__content,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08)
}

@media only screen and (min-width:1068px) {
    .product-grid-container {
        display: grid;
        align-items: start;
        grid-gap: clamp(30px, 0%, 5px);
        grid-template-columns: minmax(55%, 800px) clamp(360px, 45%, 460px)
    }
}

@media only screen and (min-width:1068px) {
    .product-gallery-sticky {
        position: sticky;
        top: 20px;
        left: 0
    }

    .header-sticky--active .product-gallery-sticky {
        top: calc(var(--header-height, 0px) + 20px)
    }
}

.product-gallery-container {
    position: relative;
    margin-bottom: 20px
}
.acc_all{
    background: #f8f8f8;
    padding: 20px 10px; 
}

@media only screen and (min-width:768px) {
    .product-gallery-container {
        padding-left: 80px
    }
}

@media only screen and (min-width:1068px) {
    .product-gallery-container {
        padding-left: 0px;
        margin: 0
    }
}

@media only screen and (min-width:1068px) {
    .side-panel-content .product-gallery-container {
        position: sticky;
        top: 40px;
        left: 0
    }
}

.product-gallery-container scroll-shadow {
    position: absolute;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    display: none
}

@media only screen and (min-width:768px) {
    /* .product-gallery-container scroll-shadow {
        display: block
    } */
}

.product-gallery-container .product-thumbnail-container {
  
    display: grid;
    /* grid-gap: 20px; */
    z-index: 20;
    align-content: start;
    overflow-y: scroll;
    overflow-x: hidden;
    height: 100%;
    grid-auto-rows: max-content;
    scrollbar-width: none
}

.product-gallery-container .product-thumbnail-container::-webkit-scrollbar {
    display: none
}

.product-gallery-container .product-thumbnail-container .product-thumbnail {
    position: relative;
    overflow: hidden;
    cursor: pointer
}

.product-gallery-container .product-thumbnail-container .product-thumbnail:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: inset 0 0 0 1px transparent
}

.product-gallery-container .product-thumbnail-container .product-thumbnail-icon {
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    position: absolute;
    top: 3px;
    right: 3px;
    border-radius: 50%;
    pointer-events: none
}

.product-gallery-container .product-thumbnail-container .product-thumbnail-icon svg {
    opacity: .6;
    width: 8px
}

.product-gallery-container .product-thumbnail-container .product-thumbnail:hover svg {
    opacity: 1
}

.product-gallery-container .product-thumbnail-container .product-thumbnail.is-initial-selected:after {
    box-shadow: inset 0 0 0 1px var(--color-body, #2c2d2e), inset 0 0 0 3px var(--bg-body, #f5f5f5)
}

.product-gallery-container .product-thumbnail-container[data-hide-variants=true] .product-images__slide-item--variant {
    display: none;
}

.product-gallery-container .product-thumbnail-container[data-hide-variants=true] .product-images__slide-item--variant:first-child {
    display: block
}

.product-gallery-container .product-image-container {
    margin: 0 0 0 -10px;
    width: calc(100% + 20px)
}

@media only screen and (min-width:768px) {
    .product-gallery-container .product-image-container {
        margin: 0;
        width: 100%;
        padding-left: 25px;
        padding-right: 25px
    }
}

.product-gallery-container .product-image-container .product-images {
    display: block;
    position: relative
}

@media only screen and (min-width:768px) {
    .product-gallery-container .product-image-container .product-images {
        max-width: 665px;
        margin: 0 auto
    }
}

.product-gallery-container .product-image-container .product-images:not(.flickity-enabled) .flickity-nav,
.product-gallery-container .product-image-container .product-images:not(.flickity-enabled) .product-images__slide:not(.is-initial-selected) {
    display: none
}

@media only screen and (min-width:768px) {
    .product-gallery-container .product-image-container .product-images .flickity-page-dots {
        display: none
    }
}

.product-gallery-container .product-image-container .product-images .flickity-nav.flickity-prev {
    left: 20px
}

.product-gallery-container .product-image-container .product-images .flickity-nav.flickity-next {
    right: 20px
}

@media only screen and (min-width:768px) {
    .product-gallery-container.thumbnails-bottom {
        padding-left: 0;
        padding-bottom: 0
    }
}

@media only screen and (min-width:768px) {
    .product-gallery-container.thumbnails-bottom .product-image-container {
        padding-left: 0
    }
}

.product-gallery-container.thumbnails-bottom .product-image-container .product-images {
    max-width: none
}

.product-gallery-container.thumbnails-bottom scroll-shadow {
    position: relative;
    margin-top: 25px;
    top: auto;
    bottom: 0;
    width: 100%;
    height: auto
}

.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container {
    overflow: hidden;
    padding: 0 30px;
    max-height: 80px;
}

.product-gallery-container.thumbnails-bottom scroll-shadow .product-thumbnail-container .product-thumbnail {
    width: 67px ;
    height: auto;
    margin-right: 10px;
}


.product-image-container .flickity-viewport {
    isolation: isolate;
    border-radius: calc(var(--block-border-radius, 16px)/ 2)
}

@media only screen and (min-width:768px) {
    .product-image-container .flickity-viewport {
        border-radius: var(--block-border-radius, 16px)
    }
}

.product-images__slide {
    display: none
}

.no-js .product-images__slide {
    display: block
}

.product-images .flickity-viewport .product-images__slide {
    display: block;
}
@media only screen and (min-width: 768px) {
    .product-images .flickity-viewport .product-images__slide {
        transform: unset !important;
        position: unset !important;
    }
    .product-images .flickity-viewport .product-images__slide:not(:first-child){
        width: calc(50% - 10px);
    }
}

.accordion summary span svg,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations input[type=radio]+label:before {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

#shopify-product-reviews .spr-review,
.pickup-availability-wrapper,
.product-add-to-cart-sticky,
.product-card-small,
.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal__content {
    isolation: isolate;
    border-radius: 5px;
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.product-add-to-cart-sticky,
.product-popup-modal__content,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08)
}

.pickup-availability-wrapper {
    display: block;
    position: relative;
    background: rgba(213, 33, 33, .15)
}

.pickup-availability-wrapper[available] {
    background: rgba(33, 209, 125, .15)
}

.pickup-availability-wrapper.thb-loading {
    min-height: 32px
}

.pickup-availability-information {
    padding: 14px 14px 14px 78px;
    position: relative;
    margin-bottom: 25px;
    min-height: 89px;
    display: flex;
    align-items: center
}

.pickup-availability-information>svg {
    position: absolute;
    top: 50%;
    left: 19px;
    margin-top: -20px
}

.pickup-availability-information__title {
    margin-bottom: 0;
    line-height: 1.3;
    font-size: .875rem
}

.pickup-availability-information__title span {
    font-weight: 500
}

.pickup-availability-information__stock {
    font-size: .75rem;
    margin-bottom: 0;
    opacity: .8
}

.pickup-availability-information__button {
    font-size: .75rem
}

.pickup-availability-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.pickup-availability-list__item {
    margin-bottom: 30px;
    font-size: .9375rem
}

.pickup-availability-list__location {
    font-size: 1.0625rem;
    margin-bottom: 10px;
    font-weight: 500
}

.pickup-availability-list__stock {
    font-size: .8125rem;
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px
}

.pickup-availability-list__stock svg {
    position: absolute;
    top: 4px;
    left: 0;
    width: 20px;
    height: auto
}

@media screen and (max-width:768px) {
    .thb-product-detail .product-title {
        font-size: 24px !important
    }

    .product-information {
        margin-top: -50px
    }
}

@media only screen and (min-width:768px) {
    .thb-product-detail {
        margin-top: 40px
    }
}

.thb-product-detail .product-title-container {
    margin-bottom: 20px;

}

.thb-product-detail .product-title {
    /* font-family: 'Cabin Condensed'; */
    font-size: 28px;
    line-height: calc(var(--font-heading-line-height-scale) * 2.625rem);
    font-weight: 700;
    margin-bottom: 3px;
    color: var(--color-body, #2c2d2e)
}

.thb-product-detail .product-title a {
    color: var(--color-body, #2c2d2e)
}

.thb-product-detail shopify-payment-terms {
    font-size: .8125rem;
    margin-top: 10px;
    display: block;
    text-align: left;
    margin-bottom: 20px
}

del {
    font-size: 30px
}

.thb-product-detail .product-price-container .product__tax {
    opacity: .8;
    font-size: .75rem;
    margin-top: 3px
}

.thb-product-detail .product-price-container .product__tax a {
    text-decoration: underline;
    text-underline-offset: 2px
}

.thb-product-detail .product-price-container .badges {
    margin-left: 11px
}

.thb-product-detail .product-price-container .badge {
    margin-right: 5px;
    padding: 0 11px
}

.thb-product-detail .product-card--label-container {
    margin-bottom: 13px
}

.thb-product-detail .product-card--label-container:first-child {
    margin-top: 0
}

.thb-product-detail .product-card--label {
    font-size: .75rem;
    padding: 6px 10px
}

.thb-product-detail .star-rating-container {
    display: block;
    font-size: .8125rem;
    margin-top: .3125rem;
    line-height: 0
}

.thb-product-detail .star-rating-container .star-rating {
    margin-right: 12px
}

.thb-product-detail .product--text.style_vendor {
    text-transform: uppercase;
    font-size: .6875rem;
    letter-spacing: .1em;
    opacity: .8;
    margin-bottom: 10px
}

.thb-product-detail .view-product-details {
    margin-top: 30px
}

.thb-product-detail .product-short-description {
    font-size: .9375rem;
    margin-bottom: 25px
}

.thb-product-detail .product-short-description p,
.thb-product-detail .product-short-description ul {
    margin-bottom: 10px
}

.thb-product-detail .product-short-description iframe,
.thb-product-detail .product-short-description video {
    max-width: 100%
}
/* 
.thb-product-detail .quantity {
    margin-bottom: 30px
} */

.thb-product-detail .complementary-products.product-recommendations--loaded {
    margin-bottom: 20px
}

.thb-product-detail .product-single__media {
    display: block;
    width: 100%;
    position: relative;
    text-align: center
}

.thb-product-detail .product-single__media .figcaption {
    font-size: .75rem;
    line-height: 1.5;
    text-align: left;
    padding: 7px 13px;
    position: absolute;
    width: auto;
    bottom: 10px;
    left: 10px;
    max-width: calc(100% - 20px);
    z-index: 5;
    background: var(--color-drawer-bg, #fff);
    border-radius: calc(var(--block-border-radius, 16px)/ 2)
}

@media only screen and (min-width:768px) {
    .thb-product-detail .product-single__media .figcaption {
        bottom: 20px;
        left: 20px;
        max-width: calc(100% - 40px)
    }
}

.thb-product-detail .product-single__media-image {
    display: block;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: var(--padding-bottom)
}

.thb-product-detail .product-single__media-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 5
}

.thb-product-detail .product-single__media-zoom {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 40;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--block-border-radius, 16px)/ 2)
}

.thb-product-detail .product-single__media-zoom svg {
    width: 20px;
    height: 20px;
    opacity: 1
}

@media only screen and (min-width:1068px) {
    .thb-product-detail .product-single__media-zoom {
        opacity: 0
    }
}

.thb-product-detail .product-single__media-xr-close {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 40;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: none;
    align-items: center;
    justify-content: center;
    border-radius: calc(var(--block-border-radius, 16px)/ 2)
}

.thb-product-detail .product-single__media-xr-close svg {
    width: 12px
}

@media only screen and (min-width:1068px) {
    .thb-product-detail .product-single__media:hover .product-single__media-zoom {
        opacity: 1
    }
}

.thb-product-detail .product-single__media.product-single__media-native-video {
    aspect-ratio: var(--aspect-ratio)
}

.thb-product-detail .product-single__media.product-single__media-native-video video {
    width: 100%;
    height: auto
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play {
    position: relative
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play img {
    width: 100%
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play button {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 52px;
    height: 52px;
    margin: -26px 0 0 -26px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--color-drawer-bg, #fff);
    border-radius: 50%
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play button svg {
    width: 16px;
    height: 16px
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play+iframe {
    display: none
}

.thb-product-detail .product-single__media.product-single__media-external-video .product-single__media-external-video--play[hidden]+iframe {
    display: block
}

.thb-product-detail .product-single__media.product-single__media-external-video iframe {
    width: 100%;
    aspect-ratio: var(--aspect-ratio)
}

.thb-product-detail .product-single__media.product-single__media-model template,
.thb-product-detail .product-single__media.product-single__media-model>img {
    display: block;
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 0;
    object-fit: contain
}

.thb-product-detail .product-single__media.product-single__media-model template {
    z-index: 10
}

.thb-product-detail .product-single__media.product-single__media-model[loaded] .product-single__media-model-button,
.thb-product-detail .product-single__media.product-single__media-model[loaded]>img {
    display: none
}

.thb-product-detail .product-single__media.product-single__media-model[loaded]+.product-single__media-xr-close {
    display: flex
}

.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button {
    background: var(--bg-body, #fff);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 40;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    height: 38px;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .15)
}

.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg {
    width: 20px;
    height: 20px
}

.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button:focus svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button:hover svg {
    transform: scale(1.2)
}

.thb-product-detail .product-single__media.product-single__media-model>.shopify-model-viewer-ui,
.thb-product-detail .product-single__media.product-single__media-model>model-viewer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.thb-product-detail .product-single__media.product-single__media-model .shopify-model-viewer-ui {
    z-index: 20
}

.thb-product-detail .product-single__media.product-single__media-model .shopify-model-viewer-ui model-viewer {
    width: 100%;
    height: 100%
}

.thb-product-detail .product__xr-button {
    width: 100%;
    background: var(--bg-body-darken);
    border-color: var(--bg-body-darken);
    color: var(--color-body, #2c2d2e);
    margin-top: 15px
}

.thb-product-detail .product__xr-button svg {
    height: 20px;
    margin-right: 10px;
    vertical-align: middle
}

.thb-product-detail .product__xr-button svg path {
    fill: var(--color-body, #2c2d2e)
}

.thb-product-detail .product__xr-button[data-shopify-xr-hidden] {
    visibility: hidden
}

.shopify-design-mode .thb-product-detail .product__xr-button[data-shopify-xr-hidden] {
    display: none
}

.thb-product-detail .product-images__slide {
    width: 100%;
    margin: 0 2px
}

@media only screen and (min-width:768px) {
    .thb-product-detail .product-images__slide {
        width: 100%;
        margin: 0
    }
}
@media only screen and (max-width:767px) {
    .product-gallery-container scroll-shadow{
        display: block;
    }
}

.thb-product-detail .product-images__slide:only-child {
    width: 100%;
    margin: 0
}

@media only screen and (min-width:768px) {
    .thb-product-detail .product-images__slide:only-child {
        padding: 0
    }
}

.thb-product-detail .product-form__error-message-wrapper {
    margin-bottom: 20px
}

.accordion summary span svg,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations input[type=radio]+label:before {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

#shopify-product-reviews .spr-review,
.pickup-availability-wrapper,
.product-add-to-cart-sticky,
.product-card-small,
.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal__content {
    isolation: isolate;
    border-radius: 5px;
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.product-add-to-cart-sticky,
.product-popup-modal__content,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08)
}

.accordion {
    display: block;
    border-top: 1px solid var(--color-border, #dadce0);
    border-bottom: 1px solid var(--color-border, #dadce0);
    margin-bottom: 25px
}

.accordion+.accordion {
    border-top: 0;
    margin-top: -25px
}

.accordion-container .accordion {
    max-width: 760px;
    margin-right: auto;
    margin-left: auto
}

.accordion-container .accordion:last-child {
    margin-bottom: 0
}

.accordion details[open] summary span svg {
    transform: rotateX(0)
}

.accordion summary {
    width: 100%;
    list-style: none;
    position: relative;
    padding-right: 40px;
    font-size: 20px;
    line-height: 1;
    font-weight: 800;
    padding: 20px 40px 20px 0;
    color: var(--color-heading, #1a1c1d);
    cursor: pointer
}

.accordion summary span {
    display: inline-flex;
    align-items: center;
    transform-origin: center;
    margin-left: 15px;
    position: absolute;
    top: 50%;
    right: 0;
    height: 20px;
    width: 14px;
    z-index: 5;
    margin-top: -10px;
    will-change: transform;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden
}

.accordion summary span svg {
    transform: rotateX(180deg)
}

.accordion summary::-webkit-details-marker {
    display: none
}

.accordion .accordion__content {
    color: #555;
    font-weight: 200;
    padding: 0 0 15px 0;
    font-size: 18px
}

.accordion .accordion__content>:last-child {
    margin-bottom: 0
}

.share-article {
    font-size: .8125rem;
    line-height: 1;
    margin-bottom: 25px;
    display: flex;
    align-items: center
}

.share-article svg {
    height: 16px;
    width: auto
}

.share-article svg path {
    fill: var(--color-body, #2c2d2e)
}

.share-article label {
    display: block;
    font-size: .8125rem;
    font-weight: 500;
    margin-right: 10px
}

.share-article a {
    display: inline-flex;
    align-items: center;
    margin: 0 2px;
    padding: 0 5px;
    width: 24px;
    height: 24px;
    white-space: nowrap;
    color: var(--color-body, #2c2d2e)
}

.product-popup-modal {
    box-sizing: border-box;
    opacity: 0;
    position: fixed;
    visibility: hidden;
    z-index: -1;
    margin: 0 auto;
    top: 0;
    left: 0;
    overflow: auto;
    width: 100%;
    padding: 30px;
    background: rgba(var(--color-overlay-rgb), .4);
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    height: 100%
}

.product-popup-modal[open] {
    opacity: 1;
    visibility: visible;
    z-index: 101
}

.product-popup-modal__button {
    color: #767676;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding: 10px;
    border-radius: 10px;
    font-size: 16px;
}

.product-popup-modal__button svg {
    height: 12px;
    width: auto;
    margin-right: 9px;
    fill: var(--color-body, #2c2d2e);
    fill: #ffffff
}

.product-popup-modal__button span {
    font-size: .8125rem;
    letter-spacing: .02em
}

.product-popup-modal__button.no-js {
    display: none
}

.no-js .product-popup-modal__button.no-js {
    display: flex
}

.product-popup-modal__toggle {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -7px
}

.product-popup-modal__content {
    overflow: auto;
    max-height: 80vh;
    max-width: clamp(300px, 90vw, 800px);
    margin: 0 auto;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 100%;
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 40px rgba(0, 0, 0, .25)
}

.product-popup-modal__content-header {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 73px;
    text-align: center;
    position: sticky;
    border-bottom: 1px solid var(--color-border, #dadce0);
    background-color: var(--bg-body, #fff);
    top: 0;
    left: 0;
    flex-shrink: 0
}

.product-popup-modal__content-header h5 {
    color: inherit;
    margin: 0
}

.product-popup-modal__content scroll-shadow {
    flex: 1;
    display: flex;
    width: 100%;
    overflow: hidden
}

.product-popup-modal__content-info {
    padding: 25px;
    background-color: var(--bg-body, #fff);
    overflow-y: scroll;
    width: 100%;
    color: var(--color-body)
}

@media only screen and (min-width:768px) {
    .product-popup-modal__content-info {
        padding: 50px
    }
}

.product-popup-modal__content-info table:last-child {
    margin-bottom: 0
}

.accordion summary span svg,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations input[type=radio]+label:before {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

#shopify-product-reviews .spr-review,
.pickup-availability-wrapper,
.product-add-to-cart-sticky,
.product-card-small,
.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal__content {
    isolation: isolate;
    border-radius: 5px
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.product-add-to-cart-sticky,
.product-popup-modal__content,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08)
}

.product-add-to-cart-sticky {
    position: fixed;
    bottom: 15px;
    right: 15px;
    width: calc(100% - 30px);
    max-width: 420px;
    z-index: 31;
    background: var(--color-drawer-bg, #fff);
    padding: 15px;
    transform: translateX(calc(100% + 50px))
}

.product-add-to-cart-sticky.sticky--visible {
    transform: translateX(0)
}

@media only screen and (min-width:768px) {
    .product-add-to-cart-sticky {
        bottom: 30px;
        right: 30px
    }
}

.product-add-to-cart-sticky--image {
    width: 48px;
    margin-right: 18px;
    flex-shrink: 0;
    overflow: hidden;
    isolation: isolate;
    border-radius: calc(var(--block-border-radius, 16px)/ 2)
}

.product-add-to-cart-sticky--title {
    font-size: calc(var(--font-product-title-scale, 1) * .9375rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: 500;
    display: block;
    margin-bottom: 5px
}

.product-add-to-cart-sticky--inner {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    padding-right: 50px;
    text-align: left;
    min-height: 48px
}

.product-add-to-cart-sticky--inner .plus {
    position: absolute;
    top: calc(50% - 9.5px);
    right: 8px;
    width: 19px;
    height: 19px;
    display: block
}

.product-add-to-cart-sticky--inner.sticky-open .plus {
    transform: rotateX(180deg)
}

.product-add-to-cart-sticky--content {
    display: none;
    overflow: hidden;
    padding-top: 18px
}

.product-add-to-cart-sticky .product-form .add_to_cart_holder {
    margin-bottom: 0
}

.star-rating {
    --star-percent: calc(var(--star-rating) / 5 * 100%);
    display: inline-block;
    font-size: 1rem;
    font-family: Times;
    line-height: 1
}

.star-rating:before {
    content: "★★★★★";
    background: linear-gradient(90deg, var(--color-star) var(--star-percent), #e1e1e1 var(--star-percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.star-rating span {
    font-size: .75rem;
    margin-left: 8px
}

.rating {
    display: inline-block;
    margin: 0
}

.rating-star {
    --letter-spacing: 0.3;
    --font-size: 1.5;
    --percent: calc((var(--rating) / var(--rating-max) + var(--rating-decimal) * var(--font-size) / (var(--rating-max) * (var(--letter-spacing) + var(--font-size)))) * 100%);
    letter-spacing: calc(var(--letter-spacing) * 1rem);
    font-size: calc(var(--font-size) * 1rem);
    line-height: 1;
    display: inline-block;
    font-family: Times;
    margin: 0
}

.rating-star:before {
    content: "\2605\2605\2605\2605\2605";
    background: linear-gradient(90deg, var(--color-reviews) var(--percent), rgba(var(--color-foreground), .15) var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.rating-text {
    display: none
}

.rating-count {
    display: none;
    margin: 0
}

@media (forced-colors:active) {
    .rating {
        display: none
    }

    .rating-text {
        display: block
    }
}

.side-panel-links {
    display: block;
    margin-bottom: 20px
}

.side-panel-links--link {
    display: inline-flex;
    align-items: center;
    margin-right: 12px
}

@media only screen and (min-width:768px) {
    .side-panel-links--link {
        margin-right: 22px
    }
}

.side-panel-links--link svg {
    margin-right: 5px;
    fill: var(--color-accent)
}

@media only screen and (min-width:768px) {
    .side-panel-links--link svg {
        margin-right: 10px
    }
}

.side-panel-links--link .text-button {
    margin-right: 0
}

.side-panel-links--link.no-js {
    display: none
}

.no-js .side-panel-links--link.no-js {
    display: flex
}

.side-panel-links .side-panel-links--link.no-js-hidden .text-button {
    font-weight: black;
    font-size: 18px;
    color: #223048
}

.product-inventory-notice {
    font-size: .8125rem;
    line-height: 1;
    margin-bottom: 20px;
    color: var(--color-inventory-instock, #279a4b)
}

.product-inventory-notice--text {
    margin-bottom: 13px;
    display: flex;
    align-items: center
}

.product-inventory-notice--pulse {
    display: inline-flex;
    width: 8px;
    height: 8px;
    margin: 4px 12px 4px 4px;
    position: relative;
    border-radius: 50%;
    background: var(--color-inventory-instock, #279a4b);
    vertical-align: middle
}

.product-inventory-notice--pulse:after {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: var(--color-inventory-instock, #279a4b);
    animation: inventory-pulse 2s ease-out infinite
}

.product-inventory-notice--bar {
    display: block;
    position: relative;
    height: 4px;
    width: 100%;
    background: var(--color-border, #dadce0)
}

.product-inventory-notice--bar span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-inventory-instock, #279a4b);
    transform-origin: top left;
    animation: inventory-bar 1s ease-out forwards
}

.product-inventory-notice--low {
    color: var(--color-inventory-lowstock, #e97f32)
}

.product-inventory-notice--low .product-inventory-notice--pulse {
    background: var(--color-inventory-lowstock, #e97f32)
}

.product-inventory-notice--low .product-inventory-notice--pulse:after {
    background: var(--color-inventory-lowstock, #e97f32)
}

.product-inventory-notice--low .product-inventory-notice--bar span {
    background: var(--color-inventory-lowstock, #e97f32)
}

@keyframes inventory-pulse {
    0% {
        opacity: .5;
        transform: scale(.5)
    }

    to {
        opacity: 0;
        transform: scale(1)
    }
}

@keyframes inventory-bar {
    0% {
        transform: scale(1, 1)
    }

    to {
        transform: scale(calc(var(--inventory-scale)), 1)
    }
}

.complementary-products.product-recommendations--loaded {
    display: block;
    width: 100%
}

.complementary-products--heading {
    color: var(--color-heading, #1a1c1d);
    font-size: .9375rem;
    font-weight: 500;
    margin-bottom: 15px
}

.complementary-products--inner {
    display: grid;
    grid-gap: 10px;
    grid-auto-flow: column;
    grid-auto-columns: 340px;
    overflow-x: auto;
    grid-template-columns: repeat(auto-fill, 340px)
}

.complementary-products scroll-shadow {
    width: 100%
}

.accordion summary span svg,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations input[type=radio]+label:before {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

#shopify-product-reviews .spr-review,
.pickup-availability-wrapper,
.product-add-to-cart-sticky,
.product-card-small,
.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal__content {
    isolation: isolate;
    border-radius: 5px
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.product-add-to-cart-sticky,
.product-popup-modal__content,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08)
}

.h1,
.h1-large,
.h1-xlarge,
h1 {
    font-size: calc(var(--font-heading-scale) * 34px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 42px))
}

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

    .h1,
    .h1-large,
    .h1-xlarge,
    h1 {
        font-size: calc(var(--font-heading-scale) * 38px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 46px))
    }
}

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

    .h1,
    .h1-large,
    .h1-xlarge,
    h1 {
        font-size: calc(var(--font-heading-scale) * 54px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 62px))
    }
}

.h2,
h2 {
    font-size: calc(var(--font-heading-scale) * 28px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 36px))
}

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

    .h2,
    h2 {
        font-size: calc(var(--font-heading-scale) * 36px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 44px))
    }
}

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

    .h2,
    h2 {
        font-size: calc(var(--font-heading-scale) * 42px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 50px))
    }
}

#shopify-product-reviews .spr-header-title,
.h3,
h3 {
    font-size: calc(var(--font-heading-scale) * 26px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 30px))
}

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

    #shopify-product-reviews .spr-header-title,
    .h3,
    h3 {
        font-size: calc(var(--font-heading-scale) * 30px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 38px))
    }
}

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

    #shopify-product-reviews .spr-header-title,
    .h3,
    h3 {
        font-size: calc(var(--font-heading-scale) * 34px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 42px))
    }
}

.h4,
h4 {
    font-size: calc(var(--font-heading-scale) * 20px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 28px))
}

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

    .h4,
    h4 {
        font-size: calc(var(--font-heading-scale) * 28px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 36px))
    }
}

.h5,
h5 {
    font-size: calc(var(--font-heading-scale) * 24px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 32px))
}

#shopify-product-reviews .spr-review .spr-review-header-title,
.h6,
h6 {
    font-size: calc(var(--font-heading-scale) * 18px);
    line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 26px))
}

@media only screen and (min-width:768px) {
    .h1-large {
        font-size: calc(var(--font-heading-scale) * 52px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 60px))
    }
}

@media only screen and (min-width:1068px) {
    .h1-large {
        font-size: calc(var(--font-heading-scale) * 60px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 68px))
    }
}

@media only screen and (min-width:768px) {
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 60px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 68px))
    }
}

@media only screen and (min-width:1068px) {
    .h1-xlarge {
        font-size: calc(var(--font-heading-scale) * 72px);
        line-height: calc(var(--font-heading-line-height-scale) * calc(var(--font-heading-scale) * 80px))
    }
}

#shopify-product-reviews .spr-header-title,
#shopify-product-reviews .spr-review .spr-review-header-title .h1-large,
.h1,
.h1-large,
.h1-xlarge,
.h2,
.h3,
.h4,
.h5,
.h6 .h1-large,
h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: var(--font-heading-letter-spacing, normal)
}

@media only screen and (min-width:1068px) {
    .heading-size--small {
        font-size: 2.125rem;
        line-height: 2.625rem
    }
}

@media only screen and (min-width:1068px) {
    .heading-size--medium {
        font-size: 3rem;
        line-height: 3.5rem
    }
}

@media only screen and (min-width:1068px) {
    .heading-size--large {
        font-size: 3.75rem;
        line-height: 4.25rem
    }
}

@media only screen and (min-width:1068px) {
    .heading-size--xlarge {
        font-size: 4.5rem;
        line-height: 5rem
    }
}

#shopify-product-reviews {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1380px;
    margin-top: var(--section-spacing-mobile, 0);
    margin-bottom: var(--section-spacing-mobile, 0)
}

@media only screen and (min-width:768px) {
    #shopify-product-reviews {
        margin-top: var(--section-spacing-desktop, 0);
        margin-bottom: var(--section-spacing-desktop, 0);
        padding: 0 50px
    }
}

#shopify-product-reviews .spr-container {
    padding: 0;
    border: 0
}

#shopify-product-reviews .spr-container .spr-review {
    border: 0
}

#shopify-product-reviews .spr-icon {
    line-height: 1
}

#shopify-product-reviews .spr-header-title {
    text-align: left
}

#shopify-product-reviews .spr-starrating,
#shopify-product-reviews .spr-starratings {
    font-size: .625rem;
    color: var(--color-star)
}

#shopify-product-reviews .spr-summary {
    text-align: left;
    font-size: 1.0625rem
}

@media only screen and (min-width:768px) {
    #shopify-product-reviews .spr-summary {
        display: flex;
        align-items: center
    }

    #shopify-product-reviews .spr-summary .spr-summary-actions {
        margin-left: auto
    }
}

#shopify-product-reviews .spr-summary .spr-summary-caption {
    font-size: .875rem
}

@media only screen and (max-width:767px) {
    #shopify-product-reviews .spr-summary-actions {
        display: block
    }
}

#shopify-product-reviews .spr-summary .spr-starrating {
    margin-right: 20px
}

#shopify-product-reviews .spr-reviews {
    display: grid;
    grid-gap: 10px
}

#shopify-product-reviews .spr-review {
    display: flex;
    flex-direction: column;
    padding: 20px;
    background: rgba(var(--color-body-rgb), .03);
    margin: 0
}

@media only screen and (min-width:768px) {
    #shopify-product-reviews .spr-review {
        padding: 40px
    }
}

#shopify-product-reviews .spr-review .spr-review-header-starratings {
    margin-bottom: 10px
}

#shopify-product-reviews .spr-review .spr-review-header-byline {
    font-style: normal;
    opacity: .8;
    font-size: .75rem
}

#shopify-product-reviews .spr-review .spr-review-header-byline strong {
    font-weight: 400
}

#shopify-product-reviews .spr-review .spr-review-content-body {
    font-size: .9375rem
}

#shopify-product-reviews .spr-review .spr-review-footer {
    width: 100%;
    position: relative
}

#shopify-product-reviews .spr-review .spr-review-footer .spr-review-reportreview {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: .75rem
}

.accordion summary span svg,
.product-add-to-cart-sticky,
.product-card-small--add-to-cart .price,
.product-card-small--add-to-cart-button,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom,
.thb-product-detail .product-single__media-zoom svg,
.thb-product-detail .product-single__media.product-single__media-model .product-single__media-model-button svg,
.variations .product-form__input--color input[type=radio]+label,
.variations .product-form__input--color input[type=radio]+label:after,
.variations input[type=radio]+label:before {
    transition: all .25s cubic-bezier(.104, .204, .492, 1)
}

#shopify-product-reviews .spr-review,
.pickup-availability-wrapper,
.product-add-to-cart-sticky,
.product-card-small,
.product-gallery-container .product-thumbnail-container .product-thumbnail,
.product-gallery-container .product-thumbnail-container .product-thumbnail:after,
.product-popup-modal__content {
    isolation: isolate;
    border-radius: 5px
}

.thb-product-detail .product-single__media .figcaption {
    box-shadow: var(--block-shadows)
}

.product-add-to-cart-sticky,
.product-popup-modal__content,
.thb-product-detail .product-single__media-xr-close,
.thb-product-detail .product-single__media-zoom {
    box-shadow: 0 4px 6px rgba(0, 0, 0, .08)
}

.product-recommendations {
    display: none
}

.product-recommendations.product-recommendations--loaded {
    display: block;
    width: 100%
}

@media only screen and (min-width:768px) {
    .product-recommendations__heading {
        margin-bottom: 45px
    }
}

@media only screen and (max-width:767px) {
    .product-recommendations.swipe-on-mobile .products.row {
        margin: 0 -15px;
        width: calc(100% + 30px);
        padding: 0 11px;
        display: grid;
        grid-gap: 0;
        grid-auto-flow: column;
        grid-auto-columns: minmax(50%, 1fr);
        overflow-x: auto;
        grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
        scroll-snap-type: x mandatory;
        scrollbar-width: none
    }

    .product-recommendations.swipe-on-mobile .products.row::-webkit-scrollbar {
        display: none
    }

    .product-recommendations.swipe-on-mobile .products.row .columns {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.product-card-small {
    border: 1px solid var(--color-border, #dadce0);
    padding: 10px;
    display: inline-flex;
    align-items: center;
    width: 340px;
    max-width: 100%;
    background: var(--color-product-card-bg, #fff)
}

.product-card-small--image {
    overflow: hidden;
    flex-shrink: 0;
    width: 70px;
    margin-right: 20px;
    border-radius: calc(var(--block-border-radius, 16px)/ 2)
}

.product-card-small--info {
    font-size: .75rem;
    min-width: 150px
}

.product-card-small--info .price {
    font-size: inherit
}

.product-card-small--link {
    display: block;
    font-size: calc(var(--font-product-title-scale, 1) * .875rem);
    line-height: calc(var(--font-product-title-line-height-scale, 1) * 1.4);
    font-weight: 500;
    margin-bottom: 3px
}

.product-card-small--add-to-cart {
    position: relative;
    overflow: hidden
}

.product-card-small--add-to-cart-button {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: translateY(100%);
    text-align: left;
    color: var(--color-accent);
    display: inline-flex;
    align-items: center;
    min-height: 14px;
    padding-left: 24px;
    text-underline-offset: 2px;
    cursor: pointer
}

.product-card-small--add-to-cart-button.loading .product-card-small--add-to-cart-icon>svg {
    opacity: 0
}

.product-card-small--add-to-cart-button.loading .loading-overlay {
    display: flex
}

.product-card-small--add-to-cart-icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 100%;
    display: flex;
    align-items: center
}

.product-card-small--add-to-cart-text {
    text-decoration: underline
}

.product-card-small--add-to-cart .loading-overlay {
    top: 0;
    left: 0;
    width: 14px;
    height: 100%;
    transform: none
}

.product-card-small:hover .price {
    transform: translateY(-100%)
}

.product-card-small:hover .product-card-small--add-to-cart-button {
    transform: translateY(0)
}

.product-card--label {
    font-size: .625rem;
    border: 1px solid var(--color-border, #dadce0);
    padding: 4px 6px;
    line-height: 1.2;
    border-radius: var(--input-border-radius, 6px)
}

.product-card--label-container {
    display: flex;
    grid-gap: 5px;
    flex-wrap: wrap
}

.product--icon-list {
    font-size: .8125rem;
    font-weight: 500;
    margin-bottom: 20px
}

.product--icon-list ul {
    list-style: none;
    margin: 0
}

.product--icon-list ul li {
    margin-bottom: 10px
}

.product--icon-list ul li:last-child {
    margin-bottom: 0
}

.product--icon-list-image {
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 16px
}

.product--icon-list-image svg path {
    fill: var(--color-body, #2c2d2e)
}

.product-card-info .amount,
del {
    font-size: 14px;
    color: #767676;
}


.product-price-container del{
    font-size: 18px;
}

.product-price-container .price del+ins{
    font-size: 24px;
}

.pro-coupon{
    background: #B8FFFA;
    padding: 14px 10px;
    margin-bottom: 24px;
    display: flex;
    gap: 8px;
    align-items: center;
    font-size: 14px;
    margin-top: 56px;
    border-radius: 8px;
}

.variations .product-form__input--block input[type=radio]+label span{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 20px;
    align-items: center;
}
.acc_all .block_tt{
    font-size: 18px;  
    font-weight: 700; 
}
/* 隐藏原生的checkbox */
.custom-checkbox input[type="checkbox"] {
    display: none;
  }
  
  /* 创建自定义的checkbox */
  .custom-checkbox .checkmark {
    width: 20px;
    height: 20px;
    background-color: #fff;
    border: 2px solid #ccc;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
  }

.custom-checkbox .checkmark::before {
    content: "+";              /* 添加加号 */
    position: absolute;
    top: 50%;                  /* 垂直居中 */
    left: 50%;                 /* 水平居中 */
    transform: translate(-50%, -50%); /* 将加号移动到中心 */
    font-size: 20px;          /* 加号的大小 */
    color: #cccccc;        /* 默认加号颜色 */
    transition: color 0.3s;   /* 平滑过渡效果 */
}
  
  /* 添加选中状态 */
  .custom-checkbox input[type="checkbox"]:checked + .checkmark {
    background-color: #B8FFFA;
    border-color: #B8FFFA;
  }
.custom-checkbox input[type="checkbox"]:checked + .checkmark::before{
  content: unset;
}
  
  /* 创建选中时的对勾 */
  .custom-checkbox .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .custom-checkbox input[type="checkbox"]:checked + .checkmark:after {
    display: block;
  }
  
  /* 对勾的样式 */
  .custom-checkbox .checkmark:after {
    left: 6px;
    top: 0px;
    width: 6px;
    height: 12px;
    border: solid black;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .acc_all ul{
    margin: 0;
  } 

  .acc_all ul li{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: 10px;
    
    padding: 10px;
    background: #fff;
  }

  .acc_all ul li.active{
    border: 2px solid #7FD0C9;
  }
  .acc_all ul li:first-child{
    margin-top: 20px;
  }

  .acc_all ul li img{
    max-width: 100px;
  }

  .acc_all select{
    appearance: auto ;
    -webkit-appearance: auto ;
    border-radius: 30px;
    padding: 0px 10px;
    height: 30px;
    font-size: 12px;
    margin: 5px 0;
  }


/* 隐藏默认的箭头（部分浏览器适用） */
.acc_in_var select {
   appearance: none;
   -webkit-appearance:
      none;
   -moz-appearance:
      none;
   background:
      url('/cdn/shop/files/2.svg?v=1730798004') no-repeat scroll right 3px center transparent;
}

  .acc_all .acc_in{
    margin-right: auto;
    font-weight: 400;
  }

  .acc_all .acc_in .acc_in_title{
    font-size: 18px;
  }

  .acc_all .acc_in .acc_in_price{
    font-size: 16px;
  }

  .acc_all .show_more,.acc_all .show_less{
    font-size: 16px;
    color: #767676;
    text-decoration: underline;
    text-align: center;
    margin: 20px 0;
    cursor: pointer;
  }

  lb-upsell-product-page-addon,#ultimateTrustBadgeswidgetDiv{
    display: none !important;
  }
  
  .product-add-to-cart-container #AddToCart{
    background: #B8FFFA;
    border-radius: 30px;
    width: 72%;
    color: #1A1A1A;
  }
  .pro-ship .getit,.pro-ship .return{
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
  }
  .pro-ship .return{
    font-weight: 400;
    margin: 12px 0 20px;
  }
  .pro-ship .return .ret_btn{
    text-decoration: underline;
    cursor: pointer;
  }

  .pro-ship .getit p{
    margin: 0;
    font-weight: 400;
    font-size: 18px;
  }

        

  .sblack_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(0, 0, 0, 0.5);
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

.sDialog_content {
    border-radius: 12px;
    display: none;
position: fixed;
top: 16%;
width: 80%;
height: 71%;
max-width: 1060px;
max-height: 618px;
background-color: white;
z-index: 1002;
overflow: auto;
left: 0;
right: 0;
margin: 0 auto;
    
}
.dia-top{
    background: #B8FFFA;
    text-align: center;
    padding: 20px 0;
}
.dia-top .dt_tt{
    font-weight: 700;
    font-size: 64px;
    font-family: 'Cabin Condensed';
}

.dia-top .dt_sub{
    font-size: 24px;
}
.dia-top .dt-desc{
    font-size: 18px;
    font-weight: 400;
}
.dia_bot ul{
    margin: 0;
    display: flex;
    padding: 40px;
    text-align: center;
}
.dia_bot ul li{
    list-style: none;
}
.dia_bot ul li .db_tt{
font-size: 18px;
}
.dia_bot ul li .db_desc{
    font-weight: 400;
    font-size: 16px;
}
.ship_link{
    background: #B8FFFA;
    color: #000;
    font-size: 18px;
    width: 256px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    border-radius: 30px;
}
.sClose_Dialog{
    position: absolute;
    right: 28px;
    top: 10px;
    font-size: 30px;
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .acc_all ul li img{
        max-width: 40px;
    }
    .acc_all .acc_in .acc_in_title{
        font-size: 14px;
    }
    .acc_all select{
        padding: 0 12px 0 4px;
        font-size: 11px;
    }
    .acc_all .acc_in .acc_in_price{
        font-size: 14px;
    }
    .add_to_cart_holder{
        display: flex;
    }
    .product-form{
        margin-bottom: 30px;
    }
}


.popup_btn_group,
.the_360_deg_close_btn {
  position: absolute;
  top: var(--inner-padding);
  right: 0;
  color: #000;
  z-index: 10;
}

.popup_btn_group {
  display: flex;
  gap: 0.5em;
  flex-direction: column;
}


.the_360_deg_open_btn,
.the_360_deg_close_btn,
.alp_popup_open {
  color: #000;
  z-index: 10;
  cursor: pointer;
  background: #ffffffe3;
  padding: 0.75em;
  border-radius: 100px;
  margin: 0;
  box-shadow: 0px 8px 36px rgb(0 0 0 / 7%);
  transition: 0.3s;
}

.the_360_deg_close_btn {
  right: 20px;
  top: 20px;
}

.alp_popup_open svg {
  width: 24px;
  height: 24px;
  display: block;
  transform: scale(0.88);
}

.the_360_deg_open_btn img,
.the_360_deg_close_btn img {
  width: 24px;
  height: 24px;
  aspect-ratio: 1/1;
  object-fit: contain;
  display: block;
}

.the_360_deg_open_btn:hover,
.the_360_deg_close_btn:hover,
.alp_popup_open:hover {
  box-shadow: 0px 12px 32px rgb(0 0 0 / 20%);
  transform: translate3d(0px, -2px, 0px);
}

/* 360 view box */

.the_360_deg_wrapper {
  border-radius: var(--border-radius);
}
.the_360_deg_wrapper {
  max-height: var(--max-height);
}

.the_360_deg_image {
  max-width: 1280px;
  margin: auto;
  position: relative;
  aspect-ratio: 4/2;
}

.the_360_deg_image img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.the_360_deg_image img {
  opacity: 0;
  pointer-events: none;
}

.the_360_deg_image img.active {
  opacity: 1;
}

.the_360_deg_wrapper {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 28;
  top: 0;
  bottom: 0;
  transition: 0.6s;
}

.the_360_deg_container {
  background: #fbfbfb;
  width: 100%;
  height: 100%;
}

.the_360_deg_image_wrapper {
  mix-blend-mode: darken;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: grab;
}

.the_360_deg_image {
  width: 100%;
  height: 100%;
  aspect-ratio: auto;
}
.the_360_deg_wrapper {
  overflow: hidden;
  pointer-events: none;
}

.the_360_deg_wrapper.active {
  pointer-events: auto;
  aspect-ratio: 1;
  width: calc(100% + 20px);
    margin: 0 0 0 -10px;
}

.the_360_deg_wrapper .the_360_deg_image img {
  display: none;
}

.the_360_deg_wrapper.loadimg .the_360_deg_image img {
  display: block;
}

.the_360_deg_close_btn {
  opacity: 0;
  transition: 0.4s;
  z-index: 10;
  pointer-events: none;
}

.the_360_deg_close_btn img {
  transform: scale(0.65);
}

.the_360_deg_wrapper.active .the_360_deg_close_btn {
  transition: opacity 0.4s 0.4s, transform 0.4s 0s, box-shadow 0.4s 0s;
  opacity: 1;
  pointer-events: auto;
}

.the_360_deg_container {
  transition: 0.4s;
  transform: translate(0px, -100%);
}
.the_360_deg_wrapper.active .the_360_deg_container {
  transform: translate(0px, 0%);
}

.the_360_deg_image_tips {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  text-align: center;
  pointer-events: none;
  z-index: 5;
}

.the_btn_tips {
  display: inline-flex;
  align-items: center;
  gap: 1em;
  font-size: 14px;
  border: 1px solid #919191;
  padding: 0.5em 1.5em;
  border-radius: 1000px;
  color: #636363;
  transition: 0.4s 0.4s;
  background: #fff;
}

.the_btn_tips svg {
  width: 24px;
  height: 24px;
}

.the_360_deg_image_tips.hide_el .the_btn_tips {
  opacity: 0;
  transition: 0.25s;
}

.the_360_deg_open_btn{
    display: flex;
    font-size: 14px;
    font-weight: 400;
    gap: 10px; 

}
.popup_btn_group{
    z-index:10;
    align-items: center;
    justify-content: center;
    bottom: 20px;
    left: 0;
}
.pro_ttg{
    display: flex;
    gap: 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 9;
}
.pro_ttgli {
    background: #C8FFFB;
    font-size: 14px;
    text-transform: uppercase;
    width: 96px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    border-radius: 30px;
}
@media only screen and (min-width: 768px) {
    .popup_btn_group{
        top: 660px;
        bottom: unset;
        align-items: center;
    }
    .flickity-nav{
        display: none;
    }
}


.boxs .collapsible__content p a{
width: 168px;
height: 56px;
border-radius: 8px;
opacity: 1;
font-size: 18px;
background: #B8FFFA;
display: flex;
text-decoration: unset;
align-items: center;
justify-content: center;
margin-top: 40px;
font-weight: 700;
}

.ppmodal {
    display: none; /* 初始隐藏 */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
  }

  /* 弹窗内容的样式 */
  .ppmodal-content {
    position: relative;
    background-color: #fff;
    margin: 5% auto; /* 垂直和水平居中 */
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px; /* 限制最大宽度 */
    border-radius: 8px; /* 圆角 */
  }
.alb img{
  width:100%;
}

  /* 关闭按钮的样式 */
  .ppclose {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    cursor: pointer;
  }

  .return a{
    color: #61d1c9;
  }

.js-pdp-sizes{
  width:100%;
}
.pdp__form-size__label {
  width: 100%;
    display: flex;
      gap: 5px;
    align-items: center;
    box-sizing: border-box;
    border: 2px solid #efefe6;
    padding: 10px 20px;
    border-radius: 30px;
      margin-bottom: 5px;
      cursor: pointer;
  
}
.js-pdp-sizes .sold{
  /* pointer-events: none; */
}
.js-pdp-sizes .sold label{
      background: #bcbcbc;
    opacity: 0.3;
}
.pdp__form-size__label.active{
  border-color:#000;
}
.pdp__form-size__label-text{
  font-size: 14px;
    font-weight: 600;
}
.pdp__form-size__label-price{
      margin-left: auto;
}
.mysSwiper .swiper-slide{
  max-width:84px;
  padding: 2px;
}

.mysSwiper .swiper-slide.swiper-slide-thumb-active{
  border:1px solid #212121
}
.mysSwiper .swiper-slide img{
  width:100%;
  
}

.mysSwiper2 .swiper-slide{
  min-height:360px;
}
.P-Thumbnails{
    display:none;
  }

.thum {
  position:relative;
}

.thum .swiper-button-next:after,.thum .swiper-button-prev:after{
  font-size: 18px;
}
.thum  .swiper-button-next{
  color:#000;
      right: -5px;
}
.thum  .swiper-button-prev{
  color:#000;
      left: -5px;
}

@media (min-width: 1000px) {
  .mysSwiper2 .swiper-wrapper{
        flex-wrap: wrap;
    transform: unset !important;
    gap: 16px;
  }
  .thum{
    display:none;
  }
  .mysSwiper2 .swiper-slide:not(:first-child){
            width: calc(50% - 8px) !important;
        min-height: unset;
        margin: 0 !important;
  }
  .mysSwiper2 .swiper-slide:first-child{
    width:100% !important;
            min-height: unset;
     margin: 0 !important;
  }
}

@media (max-width: 999px) {

  .popup_btn_group{
    bottom: 120px;
  }
    .pro_ttg{
        top: 10px;
    left: 10px;
    }
  .P-Thumbnails{
    display:block;
            margin:20px 20px 0;
        overflow: hidden;
  }
    .pro_ttgli {
        width: 64px;
        height: 24px;
        line-height: 24px;
    }
    .product-gallery-container{
        margin-top: 10px;
    }

    .boxs .collapsible__content p a{
        font-size: 16px;
        width: 160px;
        height: 52px;

    }

    .ppmodal-content{
        margin: 25% auto;
      width:90%;
    }



  html.dragging,
  html.dragging body {
    overflow: hidden;
  }
  .the_360_deg_open_btn,
  .the_360_deg_close_btn {
    margin: var(--container-gutter);
  }

  .alp_popup_open svg {
    width: 18px;
    height: 18px;
  }

  .the_360_deg_open_btn img,
  .the_360_deg_close_btn img {
    max-width: 18px;
    max-height: 18px;
  }

  .the_360_deg_image_tips {
    bottom: 0.75em;
  }

  .the_btn_tips {
    font-size: 12px;
    gap: 0.5em;
    border-color: #dddddd;
  }

  .the_btn_tips svg {
    width: 18px;
    height: 18px;
  }
  .the_360_deg_image {
    width: 100%;
    height: 92%;
    aspect-ratio: auto;
  }

  .thb-product-detail .product-title-container{
    padding: 20px 0px;
  }

  .thb-product-detail .row .product-title-container{
    display: none;
  }

  .form__label{
    font-size: 16px;
  }
  .form__label__value{
    font-size: 12px;
  }
  .product-popup-modal__button{
    font-size: 12px;
  }
  .variations .product-form__input--block input[type=radio]+label span{
    padding: 0 10px;
  }
  .variations .product-form__input--block input[type=radio]+label{
    font-size: 12px;
    line-height: 1.2;
  }
  .dia-top .dt_tt{
    font-size: 32px;
    line-height: 1.2;
  }
  .dia-top{
    text-align: left;
    padding: 16px;
  }
  .dia-top .dt_sub {
    font-size: 18px;
    margin-top: 8px;
}   
.dia-top .dt-desc{
    font-size: 14px;
}
.sClose_Dialog{
    right: 16px;
    top: 8px;
    font-size: 24px;
    font-weight: 400;
}
.dia_bot ul{
    flex-direction: column;
    padding: 16px;
    gap: 10px;
}

.dia_bot ul li .db_tt{
    font-size: 14px;
}

.dia_bot ul li .db_desc{
    font-size: 12px;
}

.dia_bot ul li{
    list-style: none;
    display: flex;
    text-align: left;
    align-items: flex-start;
    gap: 10px;
}
.dia_bot ul li svg{
    max-width: 40px;
    max-height: 40px;
}

.ship_link{
  font-size: 16px; 
  width: 180px;
  height: 48px; 
}

  .acc_all ul li{
    gap:5px;
  }
  .product-gallery-container{
    min-height:420px;
  }

}


@media (max-width: 767px){
  .product-information--inner .product-title-container, .product-information--inner .product-price-container, .product-information--inner .jdgm-widget.jdgm-widget {
   display: none !important;
  }
  .mobile-content {
      padding: 20px 0px;
  }
  .mobile-content .product-title {
      margin-bottom: 16px !important;
  }
  .mobile-content .product-price-container {
      margin-top: 10px;
  }
  .thb-product-detail.product {
      padding: 0px 18px;
  }
  .thb-product-detail.product .row {
      padding: 0;
  }
}

@media (min-width: 768px){
  .mobile-content{
    display: none;
  }
}
