// .contact__form--content-wrapper {
//     .contact {
//         &__list--wrapper {
//             display: flex;
//             flex-direction: column;
//         }
//     }
// }

.contact__section {
    .contact__list--wrapper {
        display: flex;
        flex-direction: column;
        gap: 24px;

        .contact__list--item {
            .contact__list--item-heading {
                color: #00ac81;
            }
        }
    }

    .contact__form--wrapper {
        border-radius: 24px;
    }
}


.button.button--medium,
.button.button--large,
.input__field_form_button,
.product-form__submit.button--primary,
.button.button--primary.button--full-width,
.cart__checkout-button.button {
    background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;
    border: none !important;
    cursor: pointer !important;
}

.cart__checkout-button.button {
    border-radius: 100px;
}

.button.button--primary.button--full-width {
    border-radius: 100px;
}

.button.button--secondary.button--full-width {
    border-radius: 100px;
}

.js.product-form__input.radio--swatch {
    .form__label {
        strong {
            color: black;
        }

        span {
            color: #108474;
        }
    }

    label {
        padding: 14px 24px;
        color: #090a0a;
    }
}

.announcement__text_inner.text {
    // background: linear-gradient(90deg, #023226 0%, #037C5D 80%);
    // -webkit-background-clip: text;
    // -webkit-text-fill-color: transparent;
    // background-clip: text;
    // color: transparent;
    color: white;
    font-weight: 700;
}

.scrolling__wrapper {
    .section-template--18766011465894__scrolling_bar_bLqmTJ-padding {
        background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;
    }
}

.newsletter__form_wrapper {
    width: 600px;
}

@media only screen and (max-width: 600px)  {
    .newsletter__form_wrapper {
        width: 100%!important;
    }
}

.newsltter__signup--title.text-center.h2.mb-0 {
    max-width: 650px;
}

.product__info-container {
    variant-radios {
        padding: 24px;
        border-radius: 24px;
        background-color: rgba(9, 10, 10, 0.050)
    }
}

span.stock_progress_bar {
    border-radius: 100px;
    background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;
}

.product-form__buttons {
    display: flex;
    flex-direction: column;

    .product-form__cart--box.d-flex.align-items-end {
        display: flex;
        flex-direction: row;

        .product-form__input.product-form__quantity {
            width: 100%;
            flex: 1;
            display: flex;
            flex-direction: column;

            .quantity {
                width: 100%;

                // border: 1px solid #0232261;
                .quantity__button {
                    background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;
                    border-radius: 100px;
                    width: 48px;
                    color: white;
                }

            }
        }

        .product__add__cart__button {
            width: 100%;
            flex: 1;

            .product-form__submit.button.button--primary {
                width: 100%;
            }
        }
    }
}


.breadcrumbs__wrapper {
    .breadcrumbs__list.d-flex {
        padding: 8px 24px;
        background-color: rgba(9, 10, 10, 0.050);
        border-radius: 24px;
        color: black;
    }
}

.product__info-container {
    .product__title {
        margin-bottom: 0px;
        font-weight: 700;
        background: linear-gradient(90deg, #023226 0%, #037C5D 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
    }

    .price__box_wrapper.d-flex {
        margin-top: 0px;
        color: black;

        .price-item.price-item--regular {
            font-size: 28px !important;
        }
    }

    .product__vendor {
        color: black;
    }

    .product-variant-inventory {
        .variant__inventory {
            color: black;
        }
    }

    .product-form__buttons {
        label.form__label {
            color: black;
        }
    }
}


.summary__title {
    .h4.accordion__title {
        color: black;
        font-weight: 500;
    }
}



.header__topbar {
    background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;
    color: white;

    .list-social__item {
        svg {
            path {
                fill: white;
            }
        }
    }
}

.deals-product-sectoin .section-heading .section-heading__title.h1 {
    font-weight: 700;
    //         background: linear-gradient(90deg, #023226 0%, #037C5D 80%);
    // -webkit-background-clip: text;
    // -webkit-text-fill-color: transparent;
    // background-clip: text;
    color: white;
}


#banner-list-wrapper-new {
    .section-template--18766011465894__banner_list_new_7NBw8H-banner {
        background-color: black;
    }
}

.section.deals-product-sectoin {
    background-color: black;
}

#newsletter-new {
    background: #091315 !important;
}

.newsletter-form__field-wrapper {
    .input__field_form {
        input.input__field {
            border: none !important;
        }
    }
}

.footer__top {
    background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;

    .footer__widget_title {
        color: white !important;
    }
}

.shopify-section {
    background-color: black;
}

.product_slider_wrapper {
    .swiper-slide {
        .product-grid-item {
            border-radius: 24px;
            overflow: hidden;

            .product-grid-item__content {
                padding: 24px 14px;
                display: flex;
                flex-direction: column;

                .product-grid-item__titles {
                    margin: 0;

                    a {
                        font-weight: 600;
                    }
                }
            }
        }
    }
}

#shopify-section-template--18766010974374__cart-items.shopify-section {
    padding-top: 40px;
}

#shopify-section-template--18766010974374__cart-footer.cart__footer-wrapper {
    padding-bottom: 40px;
}

.cart_template_wrapper {
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
}

#main-cart-footer.cart_subtotal {
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;

    .col-12 {
        padding: 0 28px;
    }
}

.cart__note.field {
    textarea.field__input {
        border: 1px solid black;
        border-radius: 18px;
    }
}


.accordion__content.rte {
    .product__description.rte {
        color: black;
    }
}

.product_additional_information {
    .product-popup-modal__opener.no-js-hidden {
        display: flex;
        justify-content: space-between;
        justify-items: center;
        align-items: center;
        background-color: rgba(9, 10, 10, 0.050);
        padding: 24px;
        border-radius: 48px;

        p {
            margin: 0;
            height: fit-content;
            color: black;
        }

        .product-popup-modal__button.link {
            background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;
            border-radius: 100px;
            padding: 10px 32px;
            font-size: 15px;
            text-decoration: none;
            color: white;
        }

    }
}

.jdgm-write-rev-link {
    border-radius: 100px !important;
    overflow: hidden;
    background: linear-gradient(90deg, #023226 0%, #037C5D 80%) !important;
}

.product-recommendations {
    .product-recommendations__heading {
        background: linear-gradient(90deg, #023226 0%, #037C5D 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 600;
    }
}

.recently_viewed_proudct {
    .section-heading__title {
        background: linear-gradient(90deg, #023226 0%, #037C5D 80%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 600;
    }
}


.blog-articles__article_area {
    .blog-articles.row {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;

        .blog-articles__article.article {
            width: 100%;

            .article-card {
                .article-media--position {
                    border-radius: 24px !important;
                    overflow: hidden;
                }

                .article-card__info {
                    .post-title {
                        font-size: 20px;
                        font-weight: 600;
                    }

                    .article-card__excerpt {
                        font-size: 14px;
                        line-height: 1.5;
                        font-weight: 400;
                    }
                }
            }
        }
    }
}

.article-template {
    .container {
        max-width: 1024px;

        h1.article-template__title {
            font-weight: 700 !important;
        }

        .article-template__content {
            color: black!important;
            p {
                font-weight: 400;
            }
        }
    }
}

.swiper-pagination-bullet {
    background: #037C5D!important;
}


.offcanvas__menu_li {
    border-bottom: 1px solid transparent!important;
}

.offcanvas__menu_li:first-child {
    border-top: 1px solid transparent!important;
}
.offcanvas__sub_menu_li {
    border-top: 1px solid transparent!important;
}