.shop-access .card-wrap {
    padding: 4cqw;
    border-radius: 1.6em;
    background-color: #f2f2f2;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
    margin-top: 4cqw;
}

.shop-access .shop-access-img-block {
    position: relative;
}

.shop-access .shop-access-img-block span {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 3% 4%;
    --f-base: 10;
    line-height: 1;
    color: #fff;
    background: var(--theme-color);
    border-radius: 50% 0;
    line-height: 1.2;
}

.shop-access .shop-access-img-block img {
    border-radius: 1.8em;
    width: 100%;
    height: auto;
    position: relative;
}

.shop-access li p {
    margin-top: 1cqw;
    --f-base: 8;
}

@media (max-width: 767px) {
    .shop-access .card-wrap {
        display: block;
        padding: 6cqw;
        margin: 4cqw 4cqw 0;
    }

    .shop-access .shop-access-img-block span {
        --f-base: 14;
    }

    .shop-access li p {
        --f-base: 12;
    }

    .shop-access .splide__list {
        display: flex !important;
        flex-direction: row !important;
    }

    .shop-access .splide {
        position: relative;
    }

    .shop-access .splide__arrows {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 2cqw;
    }

    .shop-access .splide__arrows button {
        color: #fff;
        font-weight: 700;
    }

    .shop-access .splide__arrows p {
        color: var(--theme-color);
        background-color: #fff;
        border-radius: 2em;
        padding: 2cqw 12cqw;
    }

    .shop-access .splide__arrow {
        position: static;
        transform: none;
        background-color: var(--theme-color);
        opacity: unset;
    }
}
