/* homepage slick  */

.home .slick-dots {
    margin-top: 30px !important;
    display: block;
    position: relative;
    bottom: 0;
    list-style-type: none;
}

.home .slick-dots li {
    margin: 0 0.25rem;
}

.home slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: none;
    border-radius: 100%;
    text-indent: -9999px;
}


/* homepage slick  */


/* homepage blocks */

.product-block-title,
.homepage_title {
    font-size: min(max(1.8rem, calc(1.8rem + ((1vw - 0.32rem) * 0.75))), 3rem);
    min-height: 0vw;
    text-align: left;
    font-weight: bold;
    line-height: 50px;
    color: var(--black-color);
    margin-bottom: 1rem;
}

.custom_button .fa-long-arrow-alt-right::after {
    font-size: 14px !important;
    margin-left: 7px;
}

.custom_button .fa-long-arrow-alt-right::before {
    border: none !important;
}

.homepage_section_spacing {
    margin-bottom: 3.5rem;
}

@media (max-width:991px) {
    .spletnik-product {
        margin-top: 1.6rem;
    }
    .prod_categories h2 span {
        margin-right: 10px;
    }
    .prod_categories br {
        display: none;
    }
}


/* homepage sections */

section.banner_block {
    counter-reset: my-sec-counter;
}

section.banner_block .wp-block-cover {
    position: relative;
}

section.banner_block .wp-block-cover:before {
    position: absolute;
    left: 30px;
    top: 10px;
    counter-increment: my-sec-counter;
    content: "0" counter(my-sec-counter) "";
    color: red;
    z-index: 1;
    font-family: 'Magra';
    font-style: normal;
    font-weight: 600;
    font-size: min(max(100px, calc(6.25rem + ((1vw - 9.91px) * 8.6114))), 180px);
    min-height: 0vw;
    min-height: 0vw;
    color: transparent;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: white;
    line-height: 0.7;
    z-index: 9;
}

.fw_featured img {
    width: 52px;
}

@media (min-width:982px) {
    .parallax-container img {
        transform: translateY(500px);
    }
    .prod_categories .container {
        transform: translateY(-160px);
    }
    .prod_categories>div.container>div.wp-block-columns>.wp-block-column {
        display: flex;
    }
}

.fw_featured .wp-block-column {
    justify-content: center;
}

.container {
    max-width: 1540px !important;
}

.prod_categories .wp-block-column:hover .ep-custom-column {
    transform: scale(1.02);
    box-shadow: 0px 0px 16px 8px rgba(0, 0, 0, 0.1);
}