/** Shopify CDN: Minification failed

Line 726:3 Expected "}" to go with "{"

**/
#silver-gel-template--24794443415843__product_features_kwRLx7 .feature-item:first-child:not([style*="background-image"]) {
    background-color: #837EB4;
    border-top-right-radius: 60px;
    border-bottom-right-radius: 60px;
    position: relative;
    overflow: visible;
    padding: 14px 25px 14px 0;
}

/* Left rounded point */
#silver-gel-template--24794443415843__product_features_kwRLx7 .feature-item:first-child:not([style*="background-image"])::before {
    content: "";
    position: absolute;
    left: -95px;
    top: 0;
    width: 150px;
    height: 100%;
    background-color: #837EB4;
    clip-path: path("M67.9738 6.65807C73.2649 2.48868 79.8053 0.221436 86.5417 0.221436H470C486.569 0.221436 500 13.6529 500 30.2214V90.2214C500 106.79 486.569 120.221 470 120.221H86.5417C79.8053 120.221 73.2649 117.954 67.9738 113.785L29.9027 83.7848C14.66 71.7735 14.66 48.6694 29.9027 36.6581L67.9738 6.65807Z");
}

@media (max-width: 767px) {
    #silver-gel-template--24794443415843__product_features_kwRLx7 .feature-item:first-child:not([style*="background-image"])::before {
        display: none;
    }
}

#silver-gel-template--24794443415843__product_features_kwRLx7 .feature-item:first-child:not([style*="background-image"]) > div {
    z-index: 2;
    position: relative;
}

.product__subs__group {
    padding: 30px 15px;
    border-radius: 10px;
    margin-bottom: 14px;
    border: 0;
    background: #F5F5F5;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0;
    color: #54565C;
}

.product__subs__option span {
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 16px;
    letter-spacing: 0;
    color: #54565C;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    align-items: center;
}

.product__subs__group:has(input:checked) {
    background: #CCCDCE;
}

.product__subs__plans {
    display: none;
}

span[data-discount-val]::before {
    content: attr(data-discount-val);
    margin-left: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    text-align: right;
    font-size: 18px;
    line-height: 13px;
    text-decoration: line-through;
    color: #919191;
    order: 2;
}

span[data-price]::after {
    content: attr(data-price);
    margin-left: 5px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 16px;
    letter-spacing: 0;
    text-align: right;
    color: #000;
    order: 3;
}


.video_container {
    overflow: hidden;
}

.videos {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    gap: 15px;
    justify-content: flex-start;

    width: 100%;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    overflow-x: auto;
}

.videos::-webkit-scrollbar {
    display: none;
}

.videos .video_item {
    width: 120px;
    position: relative;
    cursor: pointer;
    flex-shrink: 0;
}

.videos .video_item p {
    margin: 0;
    font-size: small;
    text-align: center;
    white-space: break-spaces;
    line-height: 1.1em;
}

.videos .video_item img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.videos .video_item svg {
    position: absolute;
    top: 50%;
    left: 50%;

    margin-left: -10px;
    margin-top: -10px;
}

.modal_video {
    aspect-ratio: 576 / 1024;
    padding: 0;
    position: fixed;
    width: 320px;
    top: 50%;
    margin-top: -284px !important;
    left: 50%;
    margin-left: -160px !important;
    bordeR: 0;
    background-color: transparent;
    overflow: visible;
}

.modal_video::backdrop {
    background: repeating-linear-gradient(
            30deg,
            rgba(100, 100, 100, 0.2),
            rgba(100, 100, 100, 0.2) 1px,
            rgba(100, 100, 100, 0.3) 1px,
            rgba(100, 100, 100, 0.3) 20px
    );
    backdrop-filter: blur(1px)
}

.modal_video video {
    aspect-ratio: 576 / 1024;
    width: 100%;
    /*    position: absolute;*/
    object-fit: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100% !important;
    border-radius: 20px;
}

.modal_video button {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 30px;
    right: -15px;
    background-color: #fff;
    color: #000;
    border-radius: 100%;
    z-index: 10;
    line-height: 10px;
    border: 0;
    font-size: 16px;
}

@media (max-width: 767px) {
    .videos .video_item {
        width: 80px;
    }
}

.footer-block--newsletter {
    border-radius: 20px;
    background: #DEF0FF;
    padding: 20px !important;

}

.footer-block--newsletter p {
    font-family: Manrope, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0;

}

.footer-title.h5 {
    font-family: Manrope, sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 110%;
    letter-spacing: 0;

}

.footer-block--newsletter .input-group {
    width: 100%;
    gap: 10px;
    opacity: 1;
    border-radius: 100px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 20px;
    border: 1px solid #000 !important;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    background-color: #fff;
}

.footer-block--newsletter .input-group input {
    border: 0;
    background: transparent;
}

.footer-block--newsletter .input-group__item--btn {
    width: 37px !important;
    height: 37px;
    border-radius: 100%;
    flex-basis: 39px !important;
    max-width: 37px !important;
    overflow: hidden;
}

.footer-block--newsletter .input-group__item--btn button {
    width: 37px !important;
    height: 37px;
    background-color: #99BFDE;
    padding: 0 !important;
    min-width: 37px !important;
}

.footer-block--newsletter .input-group:has(.btn) .input-group__item, .footer-block--newsletter .input-group:has(.btn) .input-group__fields {
    padding: 0 !important;
}

.footer-block--newsletter .input-group__field {
    padding: 5px 0 5px 10px;
}

.section-header--article h1 {
    font-family: Exo, sans-serif;
    font-weight: 700;
    font-size: 52px;
    line-height: 110%;
    letter-spacing: 0%;
    color: #54565C;

}

.section-header--article {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #DEF0FF;

    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 28px 40px !important;
    gap: 10px;
    angle: 0deg;
    opacity: 1;
}

.section-header--article .first-col {
    flex: 1;
    text-align: left;
}

.section-header--article .second-col {
    flex: 1;
    text-align: left;
    align-self: flex-start;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0%;

}

.section-header--article .article__meta {
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: 0%;

}

.article__wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.article__content p {
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0%;

}

.article__content p:first-of-type {
    display: none;
}

.article__content p > strong:first-child {
    font-family: Exo;
    font-weight: 700;
    font-size: 40px;
    line-height: 110%;
    letter-spacing: 0%;
}

.body--rounded-corners .article__wrapper .article__image {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}


.image_caption {
    position: absolute;
    z-index: 100;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.image_caption.top-left {
    left: 10px;
    top: 10px;
}

.image_caption.top-right {
    right: 10px;
    top: 60px;
}

.image_caption.bottom-left {
    left: 10px;
    bottom: 10px;
}

.image_caption.bottom-right {
    right: 10px;
    bottom: 10px;
}

.caption_line {
    padding: 3px 6px;
    background-color: var(--bg-color);
    border-radius: 4px;
    margin-bottom: 10px;
    display: inline-flex;
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
    gap: 5px;
    align-items: center;
    color: #54565C;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: capitalize;
}

.caption_line img {
    position: static !important;
    width: auto !important;
    min-width: fit-content !important;
    height: auto !important;
    object-fit: none !important;
}

/* --- Mobile styles --- */
@media (max-width: 768px) {
    .caption_line {
        font-size: 7px;
        font-family: Montserrat;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-transform: capitalize;
        color: #54565C;
    }

    .caption_line img {
        width: 6.777px !important;
        height: 7.711px !important;
        object-fit: contain !important;
    }
}




@media (min-width: 768px) {
    .product-single__wrapper {
        column-gap: 60px !important;
    }

    .product-single__details .form__wrapper {
        max-width: 100% !important;
    }

    .product-gallery__media-slider .product-gallery__media-slide {
        width: 100%;
        padding-bottom: 0;
    }

    .product-single__thumbnails .carousel-cell:before {
        transform: rotate(-90deg);
    }

    .product-gallery .left {
        overflow: hidden;
        padding: 0;
    }

    .left {
        container-type: inline-size;
    }

    .product-single__thumbnails {
        width: 36cqb;
        height: 90px;
        margin: 0 !important;
        transform: rotate(90deg) translate(0px, -100%);
        transform-origin: left top;
    }

    .product-single__thumbnail {
        padding: 0 !important;
        width: 90px;
        height: 90px;
        cursor: pointer !important;
    }

    .product-single__thumbnail a {
        transform: rotate(-90deg) !important;
    }

    .product-single__thumbnails .product-single__thumbnail {
        margin-right: 1rem;
    }


    .product-gallery .left {
        max-width: 90px;
        margin-right: 2%;
        flex: 1 1 100%;
        order: 1;
    }

    .product-gallery .right {
        flex: 1 1 0;
        order: 2;
    }

    .product-gallery {
        display: flex;
        flex-wrap: wrap;

    }

    .product-single__thumbnails .flickity-slider {
        transform: translateX(0%);
    }

    .product-gallery__media-slider .flickity-prev-next-button.next {
        transform: scale(1) translateY(-50%) !important;
    }

    .product-gallery__media-slider .flickity-prev-next-button.previous {
        transform: scale(1) translateY(-50%) !important;
    }

    .product_custom_image {
        margin-top: 15px;
        order: 3;
        width: 100%;
    }
/* 
    .footer-blocks {
        display: grid !important;
        grid-template-columns: repeat(5, 1fr) !important;
        grid-template-rows: repeat(2, 1fr) !important;
        grid-column-gap: 20px !important;
        grid-row-gap: 20px !important;
    }

    .footer-block:nth-child(1) {
        grid-area: 1 / 1 / 5 / 2 !important;
    }

    .footer-block:nth-child(2) {
        grid-area: 1 / 2 / 3 / 3 !important;
    }

    .footer-block:nth-child(3) {
        grid-area: 1 / 3 / 4 / 4 !important;
    }

    .footer-block:nth-child(4) {
        grid-area: 1 / 4 / 4 / 5 !important;
    }

    .footer-block:nth-child(5) {
        grid-area: 1 / 5 / 4 / 6 !important;
    }

    .footer-bottom {
        grid-area: 4 / 2 / 5 / 6 !important;
    }
}

@media (max-width: 767px) {
    .footer-bottom {
        grid-area: 4 / 1 / 4 / 3;
    }
}
*/
.footer-block--newsletter .input-group:has(.btn) .input-group__item, .footer-block--newsletter .input-group:has(.btn) .input-group__fields {
    flex-basis: 25% !important;
}

.icons-row-block__text strong {
    display: block;
}

.icons-row-block__item {
    padding: 0 !important;
    gap: 8px;
    display: flex;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    align-self: start !important;
}

.icons-row-block__icon {
    position: static !important;
    transform: translateY(0) !important;
}

.icons-row-block__text {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 114.286% */
    width: auto !important;
}

.icons-row-block__text strong {
    font-weight: 700;
}

.product__icon__row {
    padding-inline: 0 !important;
    gap: 30px !important;
}

.shop-pay-terms {
    order: 4;
}

.product__form {
    gap: 10px;
}

.product__submit__add {
    margin-top: 10px !important;
}

.recharge-subscription-widget {
    flex-direction: column;
    margin-right: 20px;
}

.select__label, .recharge-subscription-widget .select__label {
    color: #54565C !important;
    font-family: Montserrat !important;
    font-size: 12px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 16px; /* 133.333% */
    text-transform: uppercase;
    margin-bottom: 10px !important;
}

@media (max-width: 767px) {
    .product__icon__row {
        gap: 10px !important;
    }

    .shopify-block.recharge-subscription-widget {
        margin-right: 0;
    }

    .icons-row-block__item {
        min-width: calc((100% - 40px) / 3) !important;
        --icon-size: 35px !important;
    }

    .icons-row-block__text {
        font-size: 12px;
    }

    .icons-row-block__item:nth-child(n+3) {
        margin-top: 0 !important;
    }
}

[data-product-single-media-thumbs] .flickity-prev-next-button,
[data-product-single-media-thumbs] .pswp__button--arrow--left,
[data-product-single-media-thumbs] .pswp__button--arrow--right {
    width: 20px;
    height: 20px;
}
[data-product-single-media-thumbs] .flickity-prev-next-button.previous {
    left: 5px;
}
[data-product-single-media-thumbs] .flickity-prev-next-button.next {
    right: 5px;
}
::part(rc-purchase-option__label) { color: red !important; }
::part(rc-purchase-option__label) { color: blue !important; }
::part(rc-plans__label) {
    font-family: Montserrat, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
}
::part(rc-plans__label + div) {
    position: relative;
    display: inline-block !important;
    border: 0;
}
::part(rc-plans-dropdown) {
    display: flex !important;
    align-content: center;
    align-items: center;
    gap: 5px;
}
::part(rc-plans-select), ::part(rc-plans-dropdown__select) {
    display: inline-block !important;
    width: auto !important;
    border: 0 !important;
    font-weight: bold !important;
    outline: 0 !important;
    box-shadow: none !important;
    color: #000;
    font-family: Montserrat !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 16px; /* 114.286% */
    padding: 3px 20px 3px 5px !important;
}
::part(rc-benefits__list) {
    color: #000;
    font-family: Montserrat !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px; /* 114.286% */
}

/*::part(rc-learn-more__trigger) {
    color: red;
}*/