@import url("./wall-mounted-bathroom-vanities.css");

.custom-shower-card-grid .earbud-card,
.custom-shower-application-grid a {
    color: inherit;
    text-decoration: none;
}

.custom-shower-card-grid .earbud-card {
    display: flex;
    flex-direction: column;
}

.custom-shower-card-grid .earbud-card > img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    background: #f8f6f2;
}

.custom-shower-application-grid a {
    display: block;
    overflow: hidden;
    border-radius: 22px;
    background: #fff;
    box-shadow: 0 18px 48px rgba(51, 51, 51, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.custom-shower-application-grid a:hover,
.custom-shower-application-grid a:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 24px 58px rgba(51, 51, 51, .14);
}

.custom-shower-application-grid a img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.custom-shower-application-grid a h3,
.custom-shower-application-grid a p {
    margin-right: 20px;
    margin-left: 20px;
}

.custom-shower-application-grid a p {
    margin-bottom: 24px;
}

@media (max-width: 720px) {
    .custom-shower-card-grid .earbud-card {
        display: flex;
    }
}
