/** Shopify CDN: Minification failed

Line 230:0 Unexpected "}"

**/
/* Desktop layout adjustments */
@media only screen and (min-width: 768px) {
    .shopify-section .pdp_layout_price_outer{
        display: block;
        align-items: flex-start !important;
        gap: 16px;
        justify-content: space-between;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        flex-direction: row-reverse;
    }
    .shopify-section .product-type-swatch{
        margin-top: 0;
    }
    .product__title h1{
        font-size: 28px;
    }
    .shopify-section .legend.form__label{
        margin-bottom: 0 !important;
    }
    .product__info-wrapper .select{
        margin-top: 0 !important;
    }
    .product__info-wrapper variant-radios, 
    .product__info-wrapper variant-radios fieldset{
        margin-bottom: 0 !important;
    }
    .shopify-section .color-list-group img{
        margin-right: 7px;
        margin-bottom: 8px;
    }
    .grid__item .ml_price_sale{
        padding-left: 0 !important;
    }
}

/* Add to cart buttons + quantity */
.product__buy-buttons{
    display: flex;
    flex-wrap: nowrap;
}
.product-form__submit{
    min-width: 100% !important;
    width: 100%;
}
.shopify-section [id^="product-form-template"] > div.grid.grid--2-col.grid--1-col-tablet-down.product__buy-buttons > div:nth-child(2){
    width: 68% !important;
}
.product-form__quantity label{
    display: none;
}
.product__buy-buttons > .grid__item:nth-child(1){
    width: 30%;
    flex-grow: unset !important;
}
.product__buy-buttons > .grid__item:nth-child(2){
    flex-grow: unset !important;
}
.product__buy-buttons .quantity{
    width: 115px;
}
.product__buy-buttons .quantity__button{
    width: 35px; 
}
@media only screen and (min-width: 768px) {
    .product__info-wrapper{
        padding-left: 40px !important;
    }
}
@media only screen and (max-width: 768px) {
    .product__buy-buttons .quantity{
        width: 100px;
    }
    .product__buy-buttons .quantity__button{
        width: 30px;
    }
}

shopify-payment-terms{
    font-size: 13px;
}

.price_badge_outer{

    position: relative;
    min-height: 26px;
    margin-bottom: 12px;
    min-width: 200px;
}
.price_badge_note{
    position: absolute;
    bottom: -30px;
    display: none;
    padding: 6px;
    background: black;
    z-index: 2;
}
.price_badge_note p a{
    color: white;
}
.price_badge_note p{
    font-size: 12px;
    color: white;
    line-height: 1.3em;
    margin: 0;
    padding-right: 20px;
    margin-top: -16px;
}
.price_badge{
    padding: 4px 8px;
    background: #C7BCAF40;
    display: inline-block;
    position: absolute;
    /* min-width: 250px; */
}
.price_badge p{
    margin: 0;
    line-height: 1em;
    font-size: 12px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}
.price_badge p span{
    font-weight: 400;
}
.price_badge p span:last-child{
    position: relative;
    bottom: -0.5px;
}
.price_badge_note > div svg{
    width: 12px;
    height: 12px;
    fill: white;
    cursor: pointer;
    display: block;
    margin-left: auto;
}
@media only screen and (max-width: 768px) {
    .price_badge_outer{
        margin-top:0px;
    }
    .price_badge_note{
        bottom: -30px;
    }
    .price_badge_note > div svg{
        margin-left: 0;
        margin-bottom: 4px;
    }
    .price_badge_note p {
        padding-left: 20px;
        margin-top: -18px;
    }
}


.product-form__input.size button span{
    position: relative;
    top: 4px;
}
.product-type-swatch .option_title{
    font-weight: bold;
}
fieldset.product-form__input .form__label{
    font-weight: bold;
}
.fsl{
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 12px;
    margin-top: -8px;
    display: block;
}
.fsl span{
    font-weight: 400;
}
.bd_text,
.js_product_form_input--size{
    font-weight: 400;
}

.button.klaviyo-bis-trigger{
    width: 100% !important;
    position: absolute;
    top: 0px;
    left: 0;
}   

.product_atc_form{
    position: relative;
}
.product__notify-when-available-button{
    opacity: 0;
    margin-bottom: 8px;
    display: none;
}
.product_atc_form{
    min-height: 50px;
}
.product-form__input.size .product-popup-modal__opener{
    top: -5px !important;
}
.js_product_form_input--custom-colors{
    font-weight: 400;
}

.yotpo-sr-bottom-line-text.yotpo-sr-bottom-line-text--right-panel{
    font-size: 14px !important;
    cursor: pointer;
    padding-top: 0px !important;
}
.exact_reviews{
    text-decoration: underline;
    padding-left: 2px;
    font-size: 14px !important;
    font-weight: 300 !important;
}
.yotpo-sr-bottom-line-summary{
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center !important;
    margin-bottom: 14px;
}
}
@media only screen and (min-width: 768px) {
    .yotpo-sr-bottom-line-summary > div{
        margin-right: 0 !important;
        margin-left: 0 !important;
    }
}
@media only screen and (max-width: 768px) {
    .yotpo-sr-bottom-line-summary{
        gap: 0;
    }
}