.scrolling-sticky-atc {
    padding-top: var(--padding-top);
    padding-bottom: var(--padding-bottom);
    background: var(--bg-color);
    box-shadow: 0px -4px 6px 1px rgba(0, 0, 0, 0.13);
    transform: translateY(100px);
    visibility: hidden;
    opacity: 0;
    transition: all .5s;
}

.scrolling-sticky-atc.active {
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.scroll-sticky-topbar {
    position: fixed;
    top: auto;
    z-index: 99;
    width: 100%;
    bottom: 0;
}


.product-info-tabs {
    display: flex;
    align-items: center;
    gap: 30px;
}

.sticky-divider-line {
    position: relative;
}

.sticky-product-imge img {
    width: 100%;
    max-width: 31px;
    height: 60px;
    display: block;
    object-fit: cover;
}

.main-tabs-wrapper {
    position: relative;
}

.main-tabs-items-scrolling {
    display: flex;
    align-items: center;
    gap: 46px;

}

h3.sticky-product-title {
    font-family: 'GT America Bold';
    text-transform: capitalize;
    font-size: 22px;
    color: #000000;
}

.scrolling-url-atc-items a {
    font-size: 18px;
    color: #9F9F9F;
}

.scrolling-tab-items-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

span.main-original-price {
    font-size: 22px;
}

span.main-compare-price {
    font-size: 16px;
    color: #515151;
    text-decoration: line-through;
}

.product-price-items-scrolling {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-atc-btn-shop-btn .product-form__submit {
    width: fit-content;
    margin-bottom: 0;
}

.product-info-atc-btns {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.product-info-atc-btns .product-form .product-form__buttons>* {
    margin: 0;
}

.product-atc-btn-shop-btn .product-form__submit {
    width: fit-content;
    margin-bottom: 0;
    line-height: 1.1;
    padding: 14px 43px;
    background: #000;
    color: #fff;
    border-radius: 30px;
    font-size: 18px;
    font-weight: 100;
}

.product-atc-btn-shop-btn .product-form__submit::after {
    border-radius: 30px;
}

a.scroll-href-item.active {
    color: #000;
}

body.overflow-hidden .scroll-sticky-topbar {
    z-index: 1;
}

.scrolling-sticky-atc .shopline-payment-button-wrapper {
    display: none;
}

.scrolling-sticky-atc .redirect-form-section {
    background: #FF1E00;
    min-width: 282px;
    font-size: 16px;
    font-family: 'GT America Bold';
    padding: 10px;
    height: 41px;
    color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scrolling-sticky-atc .redirect-form-section:hover {
    color: #fff;
}

.tabs-accordion-header {
    display: none;
}

@media(max-width: 1160px) {
    h3.sticky-product-title {
        font-size: 16px;
    }

    .main-tabs-items-scrolling {
        gap: 26px;
    }

    .scrolling-url-atc-items a {
        font-size: 15px;
    }

    .scrolling-sticky-atc .shopline-product-form button.product-form__submit {
        min-width: 232px;
        font-size: 14px;
    }

    .product-info-atc-btns {
        gap: 12px;
    }
}

@media (max-width: 860px) {
    .tabs-accordion-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 7px 10px;
        background: #fff;
        cursor: pointer;
        font-size: 16px;
        min-width: 130px;
        font-family: 'GT America-Regular';
        border-radius: 2px 2px 2px 2px;
        border: 1px solid #E6E6E6;
    }

    .main-tabs-items-scrolling {
        display: none;
        flex-direction: column;
        background: #fff;
        gap: 16px;
        position: absolute;
        bottom: 40px;
        width: 100%;
        padding: 12px;
    }

    .main-tabs-items-scrolling.open {
        display: flex;
    }

    .tabs-arrow {
        transition: transform 0.3s ease;
    }

    .tabs-accordion-header.active .tabs-arrow {
        transform: rotate(180deg);
    }

    span.tabs-arrow {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media(max-width: 768px) {

    .main-tabs-items-scrolling,
    .main-compare-price,
    .sticky-divider-line {
        display: none;
    }

    .product-atc-btn-shop-btn .product-form__submit {
        padding: 10px 23px;
        font-size: 15px;
    }

    .main-tabs-items-scrolling {
        gap: 16px;
    }

    .scrolling-url-atc-items a {
        font-size: 16px;
    }

    .scrolling-tab-items-flex {
        display: flex;
        align-items: flex-start;
        justify-content: center;
        gap: 5px;
        flex-direction: column;
    }

    .sticky-product-imge img {
        max-width: 16px;
        height: 30px;
    }

    .product-info-tabs {
        gap: 8px;
    }

    .product-info-atc-btns {
        display: grid;
        grid-template-columns: auto 1fr;
        width: 100%;
    }

    .scrolling-sticky-atc .shopline-product-form button.product-form__submit,
    .scrolling-sticky-atc .redirect-form-section {
        min-width: unset;
        width: 100%;
        font-size: 13px;
    }

}



@media(max-width: 575px) {

    h3.sticky-product-title,
    span.main-original-price {
        font-size: 14px;
    }



    .product-atc-btn-shop-btn .product-form__submit {
        padding: 8px 16px;
        font-size: 12px;
    }


}