.post{
    --swiper-pagination-bottom: 0px;
    overflow: hidden;
}
.post .swiper{
    padding-bottom: 48px;
}
.post .swiper-slide{
    background: var(--section-bg);
    width: 100%;
    min-height: 240px;
    aspect-ratio: 1 / 1;
    text-align: center;
    overflow: hidden;
}
.post .swiper-slide :is(img, picture){
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

form[name="product-buy"]{
    flex-grow: 1;
}
