/* atf slider */
.atf-slider-navi .nav-item.icon {
    width: 24px !important;
    height: 24px !important;
}

.atf-slider-navi .nav-item.icon::before {
    width: 10px !important;
    height: 10px !important;
}

.product-list .atf-slider {
    gap: 1rem;
}

.product-list .atf-slider-elem {
    display: flex;
    flex-direction: column;
    flex: 0 0 15.7% !important;
}

.product-list .atf-slider-elem .item-column {
    flex: 1;
}

.dropdown-toggle {
    font-family: inherit !important;
    padding: .375rem .75rem !important;
}

.btn {
    font-size: 1.2rem !important;
}

select.form-control:not([size]):not([multiple]) {
    height: auto !important;
}

@media (prefers-reduced-motion: no-preference) {

    .fade-elem {
        opacity: 0;
        transition: transform 2000ms ease, opacity 0.9s;
        transform: translateY(150px);
    }
    
    .fade-elem.loaded {
        opacity: 1;
        transform: translateY(0);
        animation-delay: 0s;
    }

}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1140px !important;
    }
}

@media screen and (min-width: 1680px) {
    .container {
        max-width: 1600px !important;
    }
}

@media (max-width: 1200px) {
    .product-list .atf-slider-elem {
        flex: 0 0 23.5% !important;
    }
}

@media (max-width: 992px) {
    .product-list .atf-slider-elem {
        flex: 0 0 31.5% !important;
    }
}

@media (max-width: 768px) {
    .product-list .atf-slider-elem {
        flex: 0 0 47.5% !important;
    }
}

@media (max-width: 575px) {
    .h2, h2 {
        font-size: 1.5rem !important;
    }
}

@media (max-width: 425px) {
    .fp-cta .btn-primary {
        width: 100% !important;
    }

    .btn {
        font-size: 1.1rem !important;
    }
}