body.home .container {
padding-top: 0 !important;
padding-bottom: 0 !important;
} .home .slick-dots {
display: flex;
justify-content: center;
margin: 0;
padding: 1rem 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;
}  .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: 0;
}
.product-block-title :is(h1, h2, h3, h4, h5, h6) {
margin-bottom: 0;
}
.homepage_title :is(h1, h2, h3, h4, h5, h6) {
margin-bottom: 0;
}
.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;
}
}