.top-page-section {
    padding: 29px 0 clamp(2.1875rem, 0.3777rem + 2.111vw, 2.9375rem);
}

.breadcrumb .separator {
    display: flex;
    align-items: center;
}

.breadcrumb .separator svg {
    width: 5px;
    height: 8px;
    color: var(--black);
    opacity: 55%;
}

.product-categories {
    padding: 35px 0 35px;
}

.product-featured-image {
    padding: 35px 0;
}

.product-features-block {
    padding: 35px 0 clamp(2.1875rem, 1.235rem + 4.2689vw, 4.6875rem);
}

.swiper-button {
    width: 66px;
    height: 66px;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 300ms;
    color: rgba(255, 255, 255, 0.55);
    left: auto;
    right: auto;
    position: relative;
    top: 0;
    bottom: 0;
    margin: 0;
}

.swiper-button:hover {
    background-color: var(--white);
}

.swiper-button:hover svg {
    color: var(--blue55);
}

.swiper-button-next svg,
.swiper-button-prev svg {
    width: auto;
    height: auto;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.post-content {
    padding-bottom: clamp(0rem, -13.6882rem + 28.5171vw, 9.375rem);
}

/* .post-content p {
    font-weight: 300;
    font-size: 18px;
    margin-bottom: 1rem;
}

.post-content h2.wp-block-heading,
.post-content h3.wp-block-heading,
.post-content h4.wp-block-heading,
.post-content h5.wp-block-heading,
.post-content h6.wp-block-heading {
    font-weight: 400;
    margin-bottom: 1rem;
    font-family: "Fira Sans", sans-serif;
} */

.wp-block-image img {
    width: 100%;
    border-radius: 30px;
    margin-bottom: 25px;
}

.related-products {
    padding: 35px 0 35px;
}

.related-products-card {
    padding: 49px clamp(1rem, -1.3973rem + 10.2285vw, 6.875rem);
    background-color: var(--gray-g);
    border-radius: 20px;
}

.product-categories-card .card img {
    transition: all 1s ease-in-out;
    filter: brightness(65%);
    min-height: 100%;
}

.product-categories-card .card:hover img {
    transform: scale(1.3) rotate(10deg);
}

.text-block {
    padding: 35px 0 clamp(2.1875rem, -0.551rem + 12.2732vw, 9.375rem);
}

@media (min-width: 968px) {
    .product-featured-image img {
        min-height: 407px;
    }

}

@media (max-width: 560px) {

    .product-categories-card {
        padding: 34px 16px 0;
        margin-bottom: 0;
    }

    .product-categories-card-item:last-child {
        margin-bottom: -21px;
    }
}