.webshop-index .section-shop .section-block {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.webshop-index .section-shop .section-title {
    margin-bottom: 2rem;
}

.webshop-index .section-shop .cards-wrapper {
    align-items: flex-start;
    gap: 1.25rem;
    margin: 0 auto 1.25rem;
}

.webshop-index .section-shop .card-item.p-3 {
    box-sizing: content-box;
    flex: 0 1 280px;
    width: 280px;
    margin: 0;
    padding: 0.75rem;
}

.webshop-index .section-shop .card-body {
    position: relative;
    flex-grow: 0;
    width: 280px;
    margin: 0 auto;
}

.webshop-index .section-shop .shopify-buy-frame--product {
    display: block;
    margin: 0 auto;
}

.shop-product-image-link {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    display: block;
    width: 280px;
    height: 280px;
    transform: translateX(-50%);
    cursor: pointer;
}

.shop-product-image-link:focus-visible {
    outline: 3px solid #050d01;
    outline-offset: 3px;
}

.webshop-product .webshop-product-main .section-block {
    padding-top: 2rem;
    padding-bottom: 1rem;
}

.webshop-product .shop-back-wrapper {
    padding: 0.75rem;
}

.webshop-product .webshop-empty-section {
    display: none;
}

@media only screen and (max-width: 750px) {
    .webshop-index .section-shop .section-block {
        padding: 2rem 1rem;
    }

    .webshop-index .section-shop .section-title {
        margin-bottom: 1.5rem;
    }

    .webshop-index .section-shop .cards-wrapper {
        row-gap: 3rem;
        column-gap: 0.75rem;
        margin-bottom: 3rem;
    }

    .webshop-index .section-shop .card-item.p-3 {
        padding: 0.5rem 0;
    }

    .webshop-product .webshop-product-main .section-block {
        padding: 1.5rem 1rem 0.5rem;
    }

    .webshop-product .shop-back-wrapper {
        padding: 0.5rem;
    }
}
