/*   
Theme Name: Absolute teamsport Shop
Version: 1.0
Author: GORILLACOMMERCE
Author URI: https://gorilla-commerce.eu/
*/

#pa_rozmiar {
    display: none;
}

.section-grid-wrap {
    clear: both;
}



.product .related.products {
    clear: both;
}

.page-title {
    margin-top: 40px;
    margin-bottom: 20px;
}

table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: #000;
}

.wp-block-woocommerce-cart {
    padding-top: 25px;
}

.wp-block-woocommerce-cart {
    .wp-block-woocommerce-empty-cart-block {
        .wc-block-grid__products {
            padding-top: 40px;
        }
    }
}

.btn__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    position: absolute;
    z-index: 9999;
    transform: translate(50%, -50%);
    font-size: 12px;
    font-weight: 600;
    background: #F85422;
    color: #ffffff;
    border-radius: 50%;
    text-align: center;
    transition: all ease 1s;
}

.footer-price-second-wrap .added_to_cart {
    display: none !important;
}

.zoom-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    z-index: 9999;
}

.zoom-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    @media only screen and (max-width: 700px) {
        z-index: -1;
        pointer-events: none;
    }
}

.zoomed-image {
    width: 95%;
    height: 95% !important;

    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
    cursor: crosshair;
    object-fit: cover;
    @media only screen and (max-width: 700px) {
        width: 85%;
        height: auto!important;
    }
    @media only screen and (max-width: 500px) {
        width: 95%;
    }
}

.zoom-lens {
    position: absolute;
    border: 2px solid #000;
    background: rgba(255, 255, 255, 0.5);
    width: 100px;
    height: 100px;
    display: none;
    border-radius: 50%;
    z-index: 10000;
    pointer-events: none;
}

.close-zoom {
    position: absolute;
    top: 20px;
    right: 20px;
    background: none;
    border: none;
    font-size: 30px;
    color: #fff;
    cursor: pointer;
    z-index: 10000;
    outline: none;
}

.wc-block-components-button {
    font-family: "Manrope", Montserrat, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 120%;
    color: #fff;
    padding: 12px 32px;
    background: #F85422;
    border-radius: 8px;

}

.login-page__image img {
    max-height: 42px;
}

.login-page__image a {
    display: inline-flex;
    gap: 12px;
    align-items: center;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart, .woocommerce div.product form.cart-simple {
    flex-wrap: wrap;
}

.woocommerce div.product .product-personalization-wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 30px;
    span {
        font-style: normal;
        font-weight: 700;
        font-size: 14px;
        line-height: 140%;
        display: block;
        color: #21373A;
        padding-bottom: 8px;
    }
    .form-row-wrap {
        display: flex;
        align-items: center;
        gap: 16px;
        flex-wrap: wrap;
        .form-row {
            padding: 0;
            label {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 26px;
                display: flex;
                color: #21373A;
                margin-bottom: 4px;
            }
            input {
                height: 48px;
                border: 1px solid #DEDEDE;
                border-radius: 4px;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding: 4px 16px 4px 8px;
                gap: 12px;
                width: 100%;

                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 16px;
                line-height: 26px;
                color: #576567;

            }
            &.product-personalization-nazwisko {
                -ms-flex: 0 0 51.5%;
                flex: 0 0 51.5%;
                max-width: 51.5%;
            }
            &.product-personalization-numer {
                -ms-flex: 0 0 36%;
                flex: 0 0 36%;
                max-width: 36%;
                input {
                    width: 77%;
                }
            }
            &.error {
                position: relative;
                margin-bottom: 25px;
                input {
                    border: 1px solid #ED1C24;
                }
                .error-text {
                    position: absolute;
                    font-family: 'Inter', sans-serif;
                    font-style: normal;
                    font-weight: 400;
                    font-size: 14px;
                    line-height: 26px;
                    color: #ED1C24;
                    width: max-content;

                    bottom: -38px;
                }
            }
        }
    }
    .form-checkbox-wrap {
        margin: 18px 0 11px;
        padding: 0;
        label {
            font-family: "Manrope", Montserrat, sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 16px;
            line-height: 26px;

            color: #21373A;


            display: block;
            position: relative;
            padding-left: 35px;
            margin-bottom: 12px;
            cursor: pointer;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;

            input {
                position: absolute;
                opacity: 0;
                cursor: pointer;

                width: 24px;
                height: 26px;
                /*background: #FCFCFD;*/
                /*border: 1.5px solid #6C7E81;*/
                border-radius: 4px;
                -moz-appearance: inherit;
                appearance: inherit;
                display: none;
                &:checked ~ .checkmark {
                    /*background-color: #2196F3;*/
                }
                &:checked ~ .checkmark:after {
                    display: block;
                }
            }

            .checkmark {
                position: absolute;
                top: 2px;
                left: 0;
                height: 24px;
                width: 24px;
                background: #FCFCFD;
                border: 1.5px solid #6C7E81;
                border-radius: 4px;
                &:after {
                    content: "";
                    position: absolute;
                    display: none;
                    left: 7px;
                    top: 2px;
                    width: 9px;
                    height: 15px;
                    border: solid #6C7E81;
                    border-width: 0 3px 3px 0;
                    -webkit-transform: rotate(45deg);
                    -ms-transform: rotate(45deg);
                    transform: rotate(45deg);
                }
            }


        }
        &.error {
            position: relative;
            label {
                .checkmark {
                    border: 1.5px solid #ED1C24;
                }
            }
            .error-text {
                font-family: 'Inter', sans-serif;
                font-style: normal;
                font-weight: 400;
                font-size: 14px;
                line-height: 26px;
                color: #ED1C24;
                margin-left: -35px;
            }
        }
    }
}

.woocommerce div.product form.cart button.single_add_to_cart_button {
    &.disabled {
        background: #F85422;
        &:hover {
            background: #F85422;
        }
    }

}

@media only screen and (max-width: 480px) {
    .woocommerce div.product .product-personalization-wrap {
        .form-row-wrap {
            .form-row {
                &.product-personalization-nazwisko {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
                &.product-personalization-numer {
                    -ms-flex: 0 0 100%;
                    flex: 0 0 100%;
                    max-width: 100%;
                }
            }
        }
    }
}

header .first-header-wrap .header-logo-wrap img {
    max-height: 55px;
}

footer .footer__inner .footer-big-text h3 {
    text-transform: uppercase;
    font-size: 80px;
    line-height: 75px;
    letter-spacing: 21px;
    @media only screen and (max-width: 1440px) {
        font-size: 60px;
        line-height: 50px;
        letter-spacing: 15px;
    }
    @media only screen and (max-width: 1240px) {
        font-size: 55px;
        line-height: 60px;
    }
    @media only screen and (max-width: 1040px) {
        font-size: 45px;
        line-height: 25px;
    }
    @media only screen and (max-width: 1000px) {
        font-size: 35px;
        line-height: 1.5;
    }
    @media only screen and (max-width: 720px) {
        font-size: 35px;
        line-height: 1.5;
        letter-spacing: 10px;
    }
    @media only screen and (max-width: 640px) {
        font-size: 25px;
        letter-spacing: 6px;
    }
    @media only screen and (max-width: 420px) {
        font-size: 20px;
    }
}

.bestseller-grid-slider {
    .slick-track {
        padding-top: 10px;
    }
    .bestseller-grid-item {
        .offers-cat-main {
            position: absolute;
            top: -10px;
            left: 50%;
            transform: translate(-50%, 0);
            font-family: "Manrope", Montserrat, sans-serif;
            font-style: normal;
            font-weight: 700;
            font-size: 16px;
            line-height: 140%;
            color: #21373A;
            width: -moz-max-content;
            width: max-content;
            background: #ffffff;
            padding: 0 16px;
        }
    }
}


section.home-slider-section {
    @media only screen and (max-width: 991px) {
        margin: 0 -80px 0;
    }
    @media only screen and (max-width: 768px) {
        margin: 0 -24px 0;
        padding: 0;
    }

    @media only screen and (max-width: 576px) {
        margin: 0;
    }

    .home-slider-wrap {
        .home-slider-item-wrapper {
            border-radius: 0;
            @media only screen and (max-width: 768px) {
                display: -ms-flexbox;
                display: flex;
                /*border-radius: 16px;*/
                overflow: hidden;
            }
            .home-slider-item {
                position: relative;
                width: 100%;
                background-image: var(--bg-image), var(--bg-gradient);

                background-repeat: no-repeat, no-repeat;
                background-position: center, center;
                background-size: contain, cover;
                background-origin: content-box, border-box;
                background-clip: content-box, border-box;
                padding: 20px;

                @media only screen and (max-width: 768px) {
                    background-image: var(--bg-gradient) !important;
                    background-size: contain;
                    height: 100%;
                    padding: 0;
                }
                .home-slider-item-image-mobile {
                    display: none;
                    @media only screen and (max-width: 768px) {
                        display: block;
                        text-align: center;
                        padding-top: 14%;
                        margin-bottom: 4.5%;
                    }
                    img {
                        @media only screen and (max-width: 768px) {
                            margin: 0 auto;
                            width: 43%;
                            height: auto;
                            object-fit: cover;
                        }
                    }
                }
                .home-slider-item-content {
                    width: fit-content;
                    position: absolute;
                    top: 50px;
                    @media only screen and (max-width: 991px) {
                        top: 85px;
                    }

                    @media only screen and (max-width: 768px) {
                        position: relative;
                        left: 50%;
                        transform: translate(-50%, 0);
                        top: 0;
                        text-align: center;
                    }
                    h1 {
                        font-family: 'Manrope', sans-serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 48px;
                        line-height: 140%;
                        /* or 67px */
                        color: #FFFFFF;
                        @media only screen and (max-width: 991px) {
                            font-size: 40px;
                            line-height: 120%;
                        }
                        @media only screen and (max-width: 850px) {
                            font-size: 35px;
                            line-height: 120%;
                        }
                        @media only screen and (max-width: 500px) {
                            font-weight: 700;
                            font-size: 25px;
                            line-height: 140%;
                        }
                    }

                    a {
                        /* Auto layout */
                        display: flex;
                        flex-direction: row;
                        align-items: center;
                        padding: 6px 9px;
                        gap: 10px;
                        background: #FFFFFF;
                        border-radius: 8px;
                        width: fit-content;
                        font-family: 'Manrope', sans-serif;
                        font-style: normal;
                        font-weight: 700;
                        font-size: 20px;
                        line-height: 140%;
                        /* identical to box height, or 28px */
                        color: #FF6601;
                        margin-top: 28px;
                        @media only screen and (max-width: 768px) {
                            margin: 4% auto 8%;
                        }
                        @media only screen and (max-width: 500px) {
                            font-size: 13.2857px;
                            line-height: 140%;
                            padding: 6px;
                            gap: 6px;
                            border-radius: 5.31429px;
                        }
                        svg {
                            @media only screen and (max-width: 500px) {
                                width: 15px;
                                height: 15px;
                            }
                        }
                    }
                }
                .home-slider-item-logo-desktop {
                    position: absolute;
                    right: 0;
                    width: fit-content;
                    height: auto;

                    display: -ms-flexbox;
                    display: flex;
                    -ms-flex-align: center;
                    align-items: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                    padding: 31px 0;
                    @media only screen and (max-width: 768px) {
                        /*display: none;*/
                        top: 4%;
                        width: 31%;
                        right: 14px;
                        padding: 0;
                    }
                    @media only screen and (max-width: 500px) {
                        top: 2.5%;
                    }
                    .home-slider-item-logo-el {
                        display: -ms-flexbox;
                        display: flex;
                        gap: 5%;
                        -ms-flex-pack: center;
                        justify-content: center;
                        width: 100%;
                        img {
                            max-width: 70%;
                            &.height-herb-small {
                                height: 39px;
                            }
                            &.height-herb-big {
                                height: 80px;
                            }
                        }
                    }
                }
            }
            .home-slider-item-logo {
                position: absolute;
                right: 0;
                width: fit-content;
                height: auto;
                display: none;
                @media only screen and (max-width: 768px) {
                    display: flex;
                    position: relative;
                    height: 300px;
                    width: 100%;
                }
                @media only screen and (max-width: 500px) {
                    height: 200px;
                }
                img {
                    &.height-herb-big {
                        @media only screen and (max-width: 768px) {
                            height: 200px;
                        }
                    }
                }
            }
        }
    }

}

.woocommerce div.product p.stock {
    margin: 20px 0;
}

.easypack_show_geowidget {
    font-family: "Manrope", Montserrat, sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 16px!important;
    line-height: 120%;
    color: #fff;
    padding: 12px 32px;
    background: #F85422 !important;
    box-shadow: none !important;
    border-radius: 8px;
    max-width: fit-content;
}

#easypack_selected_point_data {
    border: 2px solid #F85422;
}

.woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image {
    max-height: 600px;
    overflow: hidden !important;
    a {
        max-height: 600px;
    }
    img {
        object-fit: contain;
        max-height: 600px;
    }
}

.section-grid-wrap .bestseller-grid-wrap .bestseller-grid-slider .bestseller-grid-item .bestseller-grid-item-image img {
    object-fit: contain;
}

section.offers-section .section-offers-grid-wrap .offers-grid-wrap .offers-grid-slider .offers-grid-item .offers-grid-item-image .offers-grid-item-main-image {
    object-fit: contain;
}

.woocommerce .product .cart .variations .rudr-variation-radios label {
    font-size: 16px;
    line-height: 90%;
    width: 70px;
}

.woocommerce .product .cart .variations .radio-select-size {
    flex-direction: column;
    align-items: flex-start;
}

.woocommerce div.product div.images .flex-control-thumbs {
    margin-top: 10px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
    width: 153px;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    @media only screen and (max-width: 768px) {
        width: 100px;
    }
}

.woocommerce div.product div.images .flex-control-thumbs li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


.variations #pa_blvariant {
    display: none;
}

.cart-empty {
    .section-grid-wrap {
        .bestseller-grid-wrap {
            .bestseller-grid-slider {
                row-gap: 24px;
            }
        }
    }
}

.cart {
    .club-sportowy-wrapper {
        flex: 0 0 100%;
        margin: 0 0 30px;
        label {
            font-family: 'Inter';
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 26px;
            display: flex;
            align-items: center;
            color: #21373A;
        }
        .select2-container {
            .select2-selection--single {
                height: 48px;
                .select2-selection__clear {
                    display: none;
                }
            }
            .select2-selection__rendered {
                height: 48px;
                display: flex;
                align-items: center;
                .select2-selection__placeholder {
                    font-family: 'Inter';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    color: #576567;
                }
                img {
                    display: none;
                }
                .select2-selection__mainselect-text {
                    font-family: 'Inter';
                    font-style: normal;
                    font-weight: 400;
                    font-size: 16px;
                    line-height: 26px;
                    color: #576567;
                }
            }
            .select2-selection__arrow {
                height: 48px;
                opacity: 0.5;
                b {
                    border-style: solid;
                    border-color: #000000;
                    border-width: 0px 1px 1px 0px;
                    transform: rotate(45deg);
                    height: 14px;
                    width: 14px;
                    top: 13px;
                    left: -15px;
                    margin: 0;
                }
            }
            &.select2-container--open {
                .select2-selection__arrow {
                    b {
                        transform: rotate(225deg);
                        top: 20px;
                    }
                }
            }
        }
        .error-text {
            font-family: 'Inter', sans-serif;
            font-style: normal;
            font-weight: 400;
            font-size: 14px;
            line-height: 26px;
            color: #ED1C24;
        }
    }

}