/** Shopify CDN: Minification failed

Line 1202:7 Unexpected "/"
Line 1425:0 Unexpected "}"
Line 1428:0 Comments in CSS use "/* ... */" instead of "//"

**/
.product__media-container {
    display: block;
    position: sticky;
    top: 3rem;
    z-index: 2;
}

a.popup-link {
    text-decoration: underline;
    color: blue;
}

@media screen and (min-width: 750px) {
    .product__media-container {
        display: block;
        position: sticky;
        top: 3rem;
        z-index: 2;
    }
    .product__column-sticky {
        display: block;
        position: relative;
        top: unset;
        z-index: 1;
    }

    .product__media-wrapper {
        max-width: 654px !important;
    }

    .product__info-wrapper {
        max-width: 611px !important;
        padding: 0 !important;
    }

    .product.grid {
        gap: 5rem;
        justify-content: space-between;
        flex-wrap: nowrap;
    }
}

.atc__sticky-content .product_instock {
    display: none !important;
}

/* .kaching-bundles__bar-wrapper {
    padding: 20px !important;
}

.kaching-bundles .kaching-bundles__bar .kaching-bundles__bar-container {
    border-radius: 15.275px !important;
    border: 0.955px solid #E6E8EC !important;
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container {
    border: 1.909px solid #3A82F7 !important;
    background: rgba(58, 130, 247, 0.05) !important;
    box-shadow: none !important;
} */

.product__media-wrapper {
    z-index: 1 !important;
}



/* variant-swatch-king div.swatch-preset-908820 li .swatch-image-wrapper:has(.swatch-selected) {
    border-color: #1FB329 !important;
} */

.product_rating {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 11px;
}

.product_rating-stars {
    display: flex;
    flex-wrap: nowrap;
    border-radius: 5px;
    background: rgba(58, 130, 247, 0.05);
    padding: 5px 9px;
}

.product_rating-stars svg {
    line-height: 0;
    width: 19px;
    height: 19px;
}

.product_rating-text {
    color: #050C17;
    font-family: "Source Sans Pro";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0;
}

.product_title {
    margin: 0 0 10px;
}

.product_title * {
    color: #0C1D36;
    font-family: Manrope !important;
    font-size: 40px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 110% !important;
    letter-spacing: -1.44px !important;
    margin: 0;
}

.product__info-container .product__description {
    margin: 0 0 16px;
}

.product__info-container .product__description span {
    color: #0C1D36 !important;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.2px;
}

.feature_point {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 8px !important;
}

.feature_point svg {
    line-height: 0;
    width: 20px;
    height: 20px;
}

.feature_point .feature_text {
    color: #050C17;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.2px;
    margin: 0;
}

.free_gift_point {
    margin: 0 0 24px;
}

.free_gift_point-title * {
    color: #0C1D36;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.6px;
    margin: 0 0 16px;
}

.free_gift_point-title strong {
    color: #1FB329;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.free_gift_points {
    display: flex;
    align-items: center;
    justify-items: center;
    gap: 20px;
}

.free_gift_point-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    border-radius: 4.848px;
    border: 1px dashed #1FB329;
    background: rgba(31, 179, 41, 0.05);
    max-width: 296px;
    width: 100%;
}

.free_gift_point-text * {
    color: #0C1D36;
    font-family: "Source Sans Pro";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    letter-spacing: -0.6px;
    margin: 0;
}

.free_gift_point-image {
    max-width: 75px;
    width: 100%;
    height: 100%;
}
.free_gift_point-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.buy-buttons-simple {
    margin: 0;
}

.product-form__submit {
    border-radius: 10px;
    background: #000;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
    width: 100%;
    padding: 20px 82px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.64px;
    white-space: nowrap;
    text-transform: uppercase;
}

.product-form__buttons {
    width: 100%;
    max-width: unset;
}

.product-form:has(.product-form__buttons) {
    margin: 0 !important;
}

.product-form__buttons button .product-form__submit {
    border-radius: 10px;
    background: #000;
    border: none;
    box-shadow: none;
    outline: none;
    margin: 0;
    width: 100%;
    padding: 20px 82px;
    color: #FFF;
    text-align: center;
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.64px;
    white-space: nowrap;
    text-transform: uppercase;
}

.product-form__submit .product-price {}

.product-form__submit .product-compare-price {
    color: rgba(255, 255, 255, 0.50);
    font-family: Manrope;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.64px;
    text-decoration-line: line-through;
    margin-left: 1rem;
}

.product-form__submit::before, .product-form__submit::after {
    content: unset;
}

@keyframes inventory-pulse {
  0% {
    opacity: 0.5;
  }
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

.product_instock {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    margin: 16px 0 8px;
}

.product_instock .icon {
    position: relative;
    width: 14px;
    height: 14px;
}

.icon--inventory:after,.icon--inventory:before {
    width: 9px;
    height: 9px;
    background: #54c63a;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

.icon--inventory:before {
    animation: inventory-pulse 2s linear infinite;
}

.product_instock-text br {
    display: none;
}

.product_instock-text {
    color: #1C1C1C;
    text-align: center;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0;
}

.product_guarantee {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 8px;
}

.product_guarantee-wrapper {
    display: flex;
    align-items: center;
    gap: 13px;
}

.product_guarantee-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product_guarantee-text * {
    color: #1C1C1C;
    font-family: Manrope;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;
    letter-spacing: -0.32px;
    white-space: nowrap;
    margin: 0;
}

.product_guarantee-image {
    max-width: 15px;
    width: 100%;
    height: auto;
}

.product_guarantee-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

.product_payments {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.kaching-bundles .kaching-bundles__block {
    margin: 18px 0 !important;
}

/* .kaching-bundles__block-title::before, .kaching-bundles__block-title::after {
    content: unset !important;
} */

.product__info-wrapper .shopify-block  {
    margin: 0;
}

 /* .product__info-wrapper .kaching-bundles .custom-bundle-title {
     display: block;
    margin: 0 0 12px;
    padding: 0;
    gap: 0;
    text-align: unset; 
} 

.product__info-wrapper .kaching-bundles .custom-bundle-title p {
    color: #0C1D36;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin: 0;
}

.product__info-wrapper .kaching-bundles .custom-bundle-title  strong {
    color: #3A82F7;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.96px;
} */

.payment_image {
    max-width: 211px;
    width: 100%;
    height: auto;
}

.payment_image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* .kaching-bundles .kaching-bundles__bars {
}

.kaching-bundles .kaching-bundles__bar-main {
}

.kaching-bundles__bar-content {
} */

/* #swatch-size-chart-link {
    line-height: 0;
} */
/* .product__info-wrapper .kaching-bundles .kaching-bundles__bar .kaching-bundles__bar-container {
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container {
}

.product__info-wrapper .kaching-bundles .kaching-bundles__bar-wrapper {
} */
.modal {
    display: none; 
    position: fixed; 
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; 
    background-color: rgba(0,0,0,0.4);
    padding-top: 60px;
}

.modal-content {
    background-color: #fefefe;
    margin: 5% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 600px;
    z-index: 1001;
}

.modal-content img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

/* .swatch-label:has(.swatch-custom-option-name) .swatch-option-name {
    display: none !important;
}

.swatch-option-name {
    color: #0C1D36;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.swatch-custom-option-name {
    color: #0C1D36;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.swatch-variant-name {
    color: #0C1D36;
    text-align: right;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 110%;
    letter-spacing: -0.6px;
}

.swatch-size-chart a {
    cursor: pointer;
    color: #3A82F7;
    text-align: right;
    font-family: Manrope;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.6px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    margin: 0;
}

.swatches > div[sa-group-position="top"] 
.swatch-view.swatch-view-custom-image li .swatch-selected .swatch-variant-image {
    display: block;
}

.swatch-variant-image {
    position: absolute;
    bottom: 5px;
    right: 5px;
    max-width: 22px;
    width: 100%;
    height: auto;
    display: none;
}

.swatch-variant-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product__info-wrapper variant-swatch-king ul.swatch-view.swatch-view-button {
    margin: 16px 0 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 6px;
}

.product__info-wrapper variant-swatch-king ul.swatch-view.swatch-view-button {
    margin: 16px 0 0 !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap !important;
    gap: 8px;
}

.product__info-wrapper variant-swatch-king div.swatches ul.swatch-view.swatch-view-button li {
    border: 0.5px solid #050C17;
    box-sizing: border-box;
    border-radius: 4px;
    margin: 0 !important;
    max-width: 95px;
    width: 100%;
}

.product__info-wrapper variant-swatch-king div.swatches ul.swatch-view.swatch-view-button li:has(div.star-set-btn.swatch-selected) {
    background: #1FB329;
    border-color: #1FB329;
}

variant-swatch-king div.swatch-preset-908822 div.star-set-btn.swatch-selected div.swatch-button-title-text {
    color: #FFF !important;
}

.product__info-wrapper variant-swatch-king div.star-set-btn {
    border: unset !important;
    border-color: unset !important;
    border-radius: unset;
    box-sizing: border-box;
}

.product__info-wrapper variant-swatch-king div.star-set-btn.swatch-selected {
    border: unset;
}

.product__info-wrapper variant-swatch-king div.star-set-btn {
    border-radius: 4px;
    border: unset;
}

variant-swatch-king .swatch-single {
    margin-bottom: 24px;
}

.product__info-wrapper variant-swatch-king div.star-set-btn div.swatch-button-title-text {
    color: #050C17 !important;
    text-align: center;
    font-family: Manrope !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 110%;
    letter-spacing: -0.6px;
    border-radius: unset !important;
    border: unset !important;
    padding: 13px 0 !important;
    text-decoration-color: unset;
    background-color: unset !important;
    background: unset !important;
}

.product__info-wrapper variant-swatch-king div.star-set-btn.swatch-selected div.swatch-button-title-text {
    color: #FAFAFA !important;
    text-align: center;
    font-family: Manrope !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 700 !important;
    line-height: 110%;
    letter-spacing: -0.6px;
    border-radius: unset !important;
    border: unset !important;
    background: unset !important;
    background-color: unset !important;
}

.swatches > div[sa-group-position="top"] 
.swatch-view.swatch-view-custom-image li .swatch-selected .star-set-image {
    border-radius: 7.05px;
    border: 2px solid #1FB329;
}

.swatches > div[sa-group-position="top"] 
.swatch-view.swatch-view-custom-image .star-set-image {
    border-radius: 7.05px;
    border: 0.881px solid #000;
}

.swatches > div[sa-group-position="top"] 
ul.swatch-view.swatch-view-custom-image {
    margin-top: 16px !important;
    margin-bottom: 0;
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.swatches > div[sa-group-position="top"] 
ul.swatch-view.swatch-view-custom-image li {
    margin: 0 !important;
}

.swatches > div[sa-group-position="top"] 
ul.swatch-view.swatch-view-custom-image .star-set-image {
    width: 89px;
    height: 89px;
}

variant-swatch-king .swatch-image-wrapper,
variant-swatch-king .star-set-image {
    border-radius: 7px !important;
    padding: 0 !important;
}

variant-swatch-king div.swatch-preset-908820 .star-set-image {
    width: 30px !important;
    height: 30px !important;
} */

.product__media-container .thumbnail {
    max-width: 100.29px;
    width: 100%;
    height: auto;
}

.thumbnail-list__item {
    width: 100% !important;
    max-width: 100.29px !important;
}

.thumbnail-slider {
    margin-inline: 0 !important;
}

.slider-mobile-gutter {
    margin-inline: 0 !important;
}
.thumbnail-list__item button {
    border-radius: 6.69px;
    box-shadow: unset !important;
    line-height: 0;
}

.thumbnail[aria-current] {
    box-shadow: unset;
    box-sizing: border-box;
    border: 1.672px solid #000;
}

.slider-mobile-gutter:first-of-type li {
    padding: 0 !important;
}

.ecom-product_icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 15px;
    margin: 24px 0;
}

.ecom-product_icon {
    padding: 22px 10px;
    border-radius: 7.68px;
    border: 0.576px dashed #0C1D36;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.ecom-product_icon-image {
    max-width: 40px;
    width: 100%;
    height: auto;
    margin-bottom: 9.6px;
}
.ecom-product_icon-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecom-product_icon-text {}

.ecom-product_icon-text * {
    color: #0C1D36;
text-align: center;
font-family: Manrope;
font-size: 16px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 28.6px */
letter-spacing: -0.78px;
margin: 0;
}

.product__info-wrapper .shopify-block.shopify-app-block {
    margin-top: 24px;
}

.size-chart__image-block {
    margin: 24px 0 0;
    WIDTH: 100%;
    HEIGHT: AUTO;
}

.payment-icons__block {
    margin: 24px 0 0;
}
@media screen and (max-width: 1080px) {
    .ecom-product_icon-text * {
    font-size: 16px;
}

product-info {
    padding-left: 20px!important;
    padding-right: 20px!important;
}

product-info .page-width {
    padding:0!important;

}

.ecom-product_icon-image {
    max-width: 50px;
}

/* .product__info-wrapper variant-swatch-king div.star-set-btn.swatch-selected div.swatch-button-title-text, .product__info-wrapper variant-swatch-king div.star-set-btn div.swatch-button-title-text {
    font-size: 14px !important;
}

.product__info-wrapper variant-swatch-king ul.swatch-view.swatch-view-button {
    gap: 6px;
} */

.product__info-wrapper.grid__item.scroll-trigger {
    overflow: hidden;
}

.product-form__submit, span.product-compare-price.notranslate {
    font-size: 24px;
}
}

@media screen and (max-width: 580px) {

/* .swatches-type-products .swatch-view {
    margin-top: 15px !important;
} */

.product__info-wrapper .shopify-block.shopify-app-block {
    margin-top: 7px;
}

.size-chart__image-block {
    margin: 16px 0 16px;
}

.payment-icons__block {
    margin: 16px 0 0;
}

.ecom-product_icons {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 12px;
    margin: 16px 0;
}

.ecom-product_icon {
    padding: 12.5px 5px;
    border-radius: 7.68px;
    border: 0.576px dashed #0C1D36;
    background: #FAFAFA;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-wrap: nowrap;
}

.ecom-product_icon-image {
    max-width: 30px;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.ecom-product_icon-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.ecom-product_icon-text {}

.ecom-product_icon-text * {
color: #0C1D36;
text-align: center;
font-family: Manrope;
font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 110%; /* 15.4px */
letter-spacing: -0.42px;
}

    /* .swatches > div[sa-group-position="top"] 
    ul.swatch-view.swatch-view-custom-image {
        margin-top: 15px !important;
    }

    .swatches > div[sa-group-position="top"] 
    ul.swatch-view.swatch-view-custom-image .star-set-image {
        width: 72px;
        height: 72px;
    } */



    .product_rating {
        margin-bottom: 4px;
    }

    .product_rating-stars svg {
        width: 15px;
        height: 15px;
    }

    .product_rating-text {
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    .product_title {
        margin-bottom: 5px;
    }

    .product_title * {
        font-size: 30px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 110% !important;
        letter-spacing: -0.9px !important;
    }

    .product__info-container .product__description {
        margin: 0 0 13px;
    }

    .product__info-container .product__description span {
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.15px;
    }

    .feature_point {
        gap: 8px;
    }

    .feature_point svg {
        line-height: 0;
        width: 16px;
        height: 16px;
    }

    .feature_point .feature_text {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
        letter-spacing: -0.14px;
    }

    .free_gift_point {
        margin: 0 0 30px;
    }

    .free_gift_point-title * {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.42px;
        margin: 0 0 15px;
    }

    .free_gift_point-title strong {
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.42px;
    }

    .free_gift_point-container {
        gap: 5px;
        max-width: unset;
        padding: 0 0 0 12px;
        width: 100%;
    }

    .free_gift_point-text * {
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 110%;
        letter-spacing: -0.48px;
    }

    .free_gift_point-image {
        max-width: 75px;
        width: 100%;
        height: 100%;
    }
    .free_gift_point-image img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .buy-buttons-simple {
        margin: 0;
    }

    .product-form__submit {
        padding: 24px 30px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.36px;
    }

    .product-form__buttons button .product-form__submit {
        padding: 24px 30px;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: 16px;
        letter-spacing: -0.36px;
    }

    .product-form__submit .product-price {}

    .product-form__submit .product-compare-price {
        font-size: 18px!important;
        font-style: normal;
        font-weight: 500;
        line-height: 16px;
        letter-spacing: -0.36px;
        text-decoration-line: line-through;
        margin-left: .5rem;
    }

    .product_instock {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
        margin: 15px 0 13px;
    }

    .product_instock .icon {
        position: relative;
        width: 14px;
        height: 14px;
    }

    .icon--inventory:after,.icon--inventory:before {
        width: 9px;
        height: 9px;
        background: #54c63a;
        border-radius: 9px;
        position: absolute;
        left: 0;
        top: 0;
        content: "";
    }

    .icon--inventory:before {
        animation: inventory-pulse 2s linear infinite;
    }

    .product_instock-text {
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-align: left;
    }

    .product_instock-text br {
        display: block;
    }

    .product_guarantee {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 0 13px;
    }

    .product_guarantee-wrapper {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
        gap: 13px;
    }

    .product_guarantee-container {
        display: flex;
        align-items: center;
        gap: 5px;
    }

    .product_guarantee-text * {
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.28px;
    }

    .product_guarantee-image {
        max-width: 15px;
        width: 100%;
        height: auto;
    }

    .product_guarantee-image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }

    .product_payments {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        margin: 0 0 28px;
    }

    .kaching-bundles .kaching-bundles__block {
        margin: 12px 0 !important;
    }

    /* .kaching-bundles__block-title::before, .kaching-bundles__block-title::after {
        content: unset !important;
    } */

    .product__info-wrapper .shopify-block  {
        margin: 0;
    }

    /* .product__info-wrapper .kaching-bundles .custom-bundle-title {
        display: block;
        margin: 0 0 10px;
        padding: 0;
        gap: 0;
        text-align: unset;
    }  */

    /* .product__info-wrapper .kaching-bundles .custom-bundle-title p {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%; /* 19.8px */
        letter-spacing: -0.54px;
    }

    .product__info-wrapper .kaching-bundles .custom-bundle-title  strong {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.54px;
    } */

    .payment_image {
        max-width: 211px;
        width: 100%;
        height: auto;
    }

    .payment_image img {
        width: 100%;
        height: 100%;
        display: block;
        object-fit: contain;
    }

    /* .kaching-bundles .kaching-bundles__bars {
    }

    .kaching-bundles .kaching-bundles__bar-main {
    }

    .kaching-bundles__bar-content {
    }
    .kaching-bundles__bar-variant_image {
        max-width: 65px;
        width: 100%;
        height: auto;
    }

    .kaching-bundles__bar-variant_image img {
        display: block;
        width: 100% !important;
        height: 100%;
        object-fit: contain;
    }

    .product__info-wrapper .kaching-bundles .kaching-bundles__bar .kaching-bundles__bar-container {
    }

    .product__info-wrapper .kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container {
    }

    .product__info-wrapper .kaching-bundles .kaching-bundles__bar-wrapper {
        padding: 10px 9px;
    }

        .swatch-option-name {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.54px;
    } */

    /* .swatch-custom-option-name {
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.54px;
    }

    .swatch-variant-name {
        text-align: right;
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 110%;
        letter-spacing: -0.54px;
    }

    .swatch-size-chart a {
        color: #3A82F7;
        text-align: right;
        font-family: Manrope;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 110%;
        letter-spacing: -0.42px;
        text-decoration-line: underline;
        text-decoration-style: solid;
        text-decoration-skip-ink: auto;
        text-decoration-thickness: auto;
        text-underline-offset: auto;
        text-underline-position: from-font;
    }

    .swatch-variant-image {
        position: absolute;
        bottom: 5px;
        right: 5px;
        max-width: 16px;
        width: 100%;
        height: auto;
        display: none;
    }

   .product__info-wrapper variant-swatch-king ul.swatch-view.swatch-view-button {
        margin: 15px 0 0 !important;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
        gap: 8px;
    }

    .product__info-wrapper variant-swatch-king div.swatches ul.swatch-view.swatch-view-button li {
        border: 0.5px solid #050C17;
        box-sizing: border-box;
        border-radius: 4px;
        margin: 0 !important;
        max-width: 47px;
        width: 100%;
    }

    .product__info-wrapper variant-swatch-king div.swatches ul.swatch-view.swatch-view-button li:has(div.star-set-btn.swatch-selected) {
        background: #1FB329;
        border-color: #1FB329;
    }

    .product__info-wrapper variant-swatch-king div.star-set-btn {
        border: unset !important;
        border-color: unset !important;
        border-radius: unset;
        box-sizing: border-box;
    }

    .product__info-wrapper variant-swatch-king div.star-set-btn.swatch-selected {
        border: unset;
    }

    .product__info-wrapper variant-swatch-king div.star-set-btn {
        border-radius: 4px;
        border: unset;
    }


    .product__info-wrapper variant-swatch-king div.star-set-btn div.swatch-button-title-text {
        padding: 12px 0 !important;
        font-size: 12px !important;
        font-style: normal;
        font-weight: 500 !important;
        line-height: 110%;
        letter-spacing: -0.36px;
    }

    .product__info-wrapper variant-swatch-king div.star-set-btn.swatch-selected div.swatch-button-title-text {
        font-size: 12px !important;
        font-style: normal;
        font-weight: 700 !important;
        line-height: 110%;
        letter-spacing: -0.36px;
    }

    variant-swatch-king .swatch-single {
        margin-bottom: 12px;
    } */

/* .kaching-bundles__bar-wrapper {
    padding: 10px !important;
}

.kaching-bundles .kaching-bundles__bar .kaching-bundles__bar-container {
    border-radius: 8px !important;
    border: 0.5px solid #E6E8EC !important;
}

.kaching-bundles .kaching-bundles__bar--selected .kaching-bundles__bar-container {
    border: 1px solid #3A82F7 !important;
    background: rgba(58, 130, 247, 0.05) !important;
} */

.product__media-container .thumbnail {
    max-width: 49.07px;
    width: 100%;
    height: auto;
}

.thumbnail-list__item {
    width: 100% !important;
    max-width: 49.07px !important;
}

.grid--peek.slider .grid__item:first-of-type {
    margin: 0 !important;
}

.product__media-list .product__media-item {
    padding-bottom: 0 !important;
    margin: 0 !important;
}

.thumbnail-slider {
    margin-inline: 0 !important;
}

.slider-mobile-gutter:first-of-type {
    margin-inline: 0 !important;
    margin-right: -1.5rem !important;
}

.slider-mobile-gutter:first-of-type ul {
    gap: 10px;
}

.slider-mobile-gutter:last-of-type ul {
    gap: 5px;
    padding: 0 !important;
    margin: 0 !important;
}

.thumbnail-list__item button {
    border-radius: 3.69px;
    box-shadow: unset !important;
    line-height: 0;
}

.thumbnail[aria-current] {
    box-shadow: unset;
    box-sizing: border-box;
    border: 1px solid #000;
}
}


// Fix Spacing

.size-chart__image-block {
    margin-top: 13px !important;
}

.product__info-wrapper .shopify-block.shopify-app-block {
    margin-top: 13px !important;
}

.payment-icons__block {
    margin-top: 0 !important;
}

.kaching-bundles .kaching-bundles__block {
    margin-top: 13px !important;
    margin-bottom: 13px !important;
}

variant-swatch-king .swatch-single {
    margin-bottom: 13px !important;
}

/* .product__info-wrapper .kaching-bundles .custom-bundle-title {
    margin-top: 10px !important;
} */

/* variant-swatch-king ul.swatch-view-custom-image {
    margin-top: 10px !important;
    margin-bottom: 0 !important;
} */

.product__info-wrapper variant-swatch-king ul.swatch-view.swatch-view-button {
    margin-top: 10px !important;
    margin-bottom: 0 !important;  
}

@media screen and (max-width: 580px) {
    .size-chart__image-block {
        margin-top: 10px !important;
    }

    .product__info-wrapper .shopify-block.shopify-app-block {
        margin-top: 10px !important;
    }

    .payment-icons__block {
        margin-top: 0 !important;
    }

    .kaching-bundles .kaching-bundles__block {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }

    /* variant-swatch-king .swatch-single {
        margin-bottom: 10px !important;
    } */

    /* .product__info-wrapper .kaching-bundles .custom-bundle-title {
        margin-top: 10p !importantx;
    } */

    .product__info-wrapper .kaching-bundles .custom-bundle-title {
        margin-top: 10px !important;
    }

    /* variant-swatch-king ul.swatch-view-custom-image {
        margin-top: 10px !important;
        margin-bottom: 0 !important;
    }

    .product__info-wrapper variant-swatch-king ul.swatch-view.swatch-view-button {
        margin-top: 10px !important;
        margin-bottom: 0 !important;  
    } */
}