.shop-inside .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-inside .shop-inside-img-block {
    border: solid 4px white;
    box-shadow: 2px 2px 4px #00000057;
}

.shop-inside .shop-inside-img-block img {
    width: 100%;
    height: auto;
    position: relative;
}

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

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

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

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

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

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

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

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

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