/**
 * skolimow modifications
 */

:root {
    --blur: 8px;
    --bg-color: rgba(0, 0, 0, 0.1);
}

header.flo-header .topbar {
    display: none;
}

header.flo-header .header-inner,
.mobile-header {
    border-bottom: 1px solid #eee;
}

.product__animated-picture img {
    object-position: center 65%;
}

.elementor-element.product__zacznij-przymierzac-overlay {
    padding: 20px;
    text-align: center !important;
    left: 40px !important;
    right: 40px !important;
    top: 375px !important;
    color: white;
    width: auto;

    border-radius: 12px;
    background: var(--bg-color);
    /* półprzezroczyste tło */
    -webkit-backdrop-filter: blur(var(--blur));
    backdrop-filter: blur(var(--blur));
    /* rozmywa to, co jest za elementem */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
}

.elementor-element.product__zacznij-przymierzac-overlay p {
    margin: 0;
}


@media screen and (min-width: 768px) {
    .hide-desktop {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .hide-mobile {
        display: none;
    }

    header.flo-header,
    .pzp-popup-info {
        display: none !important;
    }

    .menu-item.menu-item-has-children>i {
        left: 0;
        text-align: right;
    }

    .product__animated-picture img {
        height: 340px !important;
    }

    .elementor-element.product__zacznij-przymierzac-overlay {
        top: 250px !important;
        left: 10px !important;
        right: 10px !important;
        padding: 15px 10px;
        row-gap: 4px;
    }

    .elementor-element.product__zacznij-przymierzac-overlay .elementor-button {
        padding: 12px 25px
    }

    .elementor-element.product__zacznij-przymierzac-overlay .elementor-button-wrapper .elementor-button-text {
        font-size: 13px;
    }

    .elementor-element.product__zacznij-przymierzac-overlay p {
        font-size: 12px;
    }

    .product__icons .elementor-widget-image {
        height: 47px;
    }

    .product__icons p {
        font-size: 12px;
        line-height: 14px;
        height: 40px;
    }

    .product__icons h3 {
        font-size: 14px;
    }
}