/** Shopify CDN: Minification failed

Line 192:4 Unexpected "{"

**/

@media screen and (min-width:974px) {
    .mobile-only {
        display: none!important
    }
}

@media only screen and (max-width:60.85em) {
    .desktop-only {
        display: none
    }
}

.collection-listing .collection-image-gallery:not(.slick-slider)>a:nth-child(n+2),
.featured-image-slider:not(.slick-initialized.slick-slider) .image-slider-wrapper:nth-child(n+2),
.featured-image-slider:not(.slick-initialized.slick-slider) .image-zoom:nth-child(n+2) {
    display: none
}

.subscription-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 30px;
}
.subscription-list .subscription-choice {
    width: initial;
    
}
.subscription-list .subscription-choice:nth-child(4n) {
    grid-column: 2;
}
@media (max-width: 767px) {
    .subscription-list {
        grid-template-columns: 1fr;
    }
    .subscription-list .subscription-choice:nth-child(4n) {
        grid-column: initial;
    }
    .subscription-list .subscription-choice .top-half .price {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-around;
        height: 100%;
    }
}

.subscription-list-new {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.subscription-list-new .subscription-choice {
    display: grid;
    grid-template-columns: 2.25fr 0.75fr 1fr;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 16px 0px;
    padding-right: 16px;
    cursor: pointer;
}
.subscription-list-new .subscription-choice .subscription-choice-details {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.subscription-list-new .subscription-choice .subscription-choice-details-radio {
    position: relative;

    padding: 0em 1em;
}
.subscription-list-new .subscription-choice .subscription-choice-details-radio::before {
    content: ' ';
    display: block;
    width: 1em;
    height: 1em;
    border: 1px solid #8b8b8b;
    border-radius: 1em;
}
.subscription-list-new .subscription-choice .subscription-choice-details-radio input {
    display: none;
}
.subscription-list-new .subscription-choice .subscription-choice-details-text {
    flex: 1;

    text-align: left;
}
.subscription-list-new .subscription-choice .subscription-choice-details-text h3 {
    margin: 0px;

    font-size: 20px;
    font-weight: 700;
    line-height: 24.38px;
    text-align: left;
    text-transform: none;
}
.subscription-list-new .subscription-choice .subscription-choice-details-text .payment-terms {
    color: #666666;

    font-size: 13px;
    font-weight: 400;
    line-height: 15.85px;
}
.subscription-list-new .subscription-choice .subscription-choice-save-badge {
    padding: 4px 9.5px;

    color: #fff;
    background: #ef4724;

    font-size: 10px;
    font-weight: 500;
    line-height: 15.85px;
    text-align: center;
}
.subscription-list-new .subscription-choice.is-subscription .subscription-choice-price {
    font-size: 10px;
    font-weight: 500;
    line-height: 20.72px;
    padding: 8px;
    border-radius: calc(1em + 8px* 2);
    color: #fff;
    background: #35bcac;
    text-align: center;
}
.subscription-list-new .subscription-choice .subscription-choice-price span {
    font-size: 10px;
    line-height: 12.19px;
}

.subscription-list-new .subscription-choice:not(.is-subscription) .subscription-choice-price {
    color: #35bcac;
}

.subscription-list-new .subscription-choice:has(input[type="radio"]:checked) {
    background-color: #9cffea;
    background-image: url('./confetti-sub.png');
    background-position: center;
    background-size: cover;
}
.subscription-list-new .subscription-choice:has(input[type="radio"]:checked) .subscription-choice-details-radio::after {
    content: ' ';
    display: block;
    width: 0.8em;
    height: 0.8em;
    border-radius: 0.8em;

    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    background: #65489d;
}

@media screen and (max-width: 973px) {
    .subscription-list-new .subscription-choice {
        grid-template-columns: 2fr 1fr;
    }
    .subscription-list-new .subscription-choice .subscription-choice-save-badge {
        display: inline-block;
        font-size: 12px;
    }
    .subscription-list-new .subscription-choice .subscription-choice-details-text > *:not(:first-child) {
        margin-top: 8px;
    }
    .subscription-list-new .subscription-choice .subscription-choice-details-text h3 {
        font-size: 18px;
    }
}

@media screen and (min-width: 768px) and (max-width: 973px) {
    .mobile-slider-holder {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .mobile-slider-holder .product-photos {
        max-width: 400px;
    }
    .sub-b-header #orderSection {
        display: flex;
        flex-direction: column;
        gap: 65px;
    }
    .sub-b-header #orderSection .sub-b-header-left,
    {
        width: auto;
        margin: 0px;
        padding: 0px;
    }
}

.boost-pfs-filter-collection-has-image .collection-header {
    background: transparent;
}
.boost-pfs-filter-collection-has-image .boost-pfs-container-default-box {
    display: none;
}

#orderSectionSubscriptions {
    -moz-columns: 2;
    column-count: 2;
    gap: 20px;
    list-style: none;
    text-align: left;
    padding: 0 0;

    li {
        list-style: none;
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    color: #131313;
    margin-bottom: 15px;
    }
}

.sub-b-header-right h3  {
    font-size: 17px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #131313;
    margin: 20px 0;
    text-transform: none;
    text-align: left;
}

.sub-b-header-right .cancel {
    font-size: 14px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.36;
    letter-spacing: normal;
    color: #131313;
    text-transform: none;
    text-align: left;
    margin: 0;
    text-align: center;
}

.sub-b-header-right .button-holder {
    margin: 15px 0;
}

.visibility-hidden {
    visibility: hidden !important;
}