p {
    margin: 0;
}

.shop__body {
    padding-top: 2rem;
}

.store-info {
    font-size: 1rem;
    line-height: 120%;
}

.store-info:not(:last-child) {
    margin-bottom: 5rem;
}

.store-address {
    margin-bottom: 0.5rem;
}

.store__content:not(:last-child) {
    margin-bottom: 2rem;
}

.store__content .map-link {
    color: #975730;
    text-decoration: none;
}

.store__content:first-child p:not(:last-child) {
    margin-bottom: 0.5rem;
}

.store__content p:not(:last-child) {
    margin-bottom: 0.25rem;
}

.content__block:not(:last-child) {
    margin-bottom: 0.75rem;
}

.store-hours {
    margin-bottom: 0.75rem;
}

.store-phone {
    margin-bottom: 0.25rem;
}

.phone-number {
    font-weight: 500;
    margin-bottom: 1.25rem;
}

.contact-buttons {
    display: inline-flex;
    gap: 0.625rem;
}

.contact-btn {
    min-height: 2rem;
    padding: 0.46875rem 0.75rem;
    font-size: 0.875rem;
    line-height: 120%;
}

.store-gallery {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 30rem 30rem;
}

.gallery-item {
    position: relative;
    overflow: hidden;
}

.gallery-item img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.store__wrapper-phone {
    margin-bottom: 1.25rem;
}

@media (max-width: 63.9988em) {
    .shop__body {
        padding-top: 1.25rem;
    }

    .store-info:not(:last-child) {
        margin-bottom: 2rem;
    }

    .store-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: repeat(4, 16.75rem);
        row-gap: 0.5rem;
    }

    .contact-buttons {
        flex-direction: column;
        gap: 0.5rem;
    }

    .contact-btn {
        text-align: center;
    }
}

@media (max-width: 26.5em) {
    .store__content .map-link {
        display: block;
    }
}
