:host {
    display: block;
    height: 100%;
    position: relative;
    padding-top: 5rem;
}

.bg {
    position: relative;
}
.back-link {
    color: var(--color-black);
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 0.5rem;
}

h1 {
    margin: 0;
}

.wrapper {
    background-color: #e6e6e6;
    padding: 0.75rem;
    box-shadow: 0px 3px 6px #00000029;
    border-radius: 25px;
    max-width: var(--container-width);
}

h5 {
    letter-spacing: 2px;
    color: var(--color-black);
    text-transform: uppercase;
    font-size: var(--font-size-heading-h5);
    margin: 0;
    line-height: 1;
    margin-bottom: 1.5rem;
    font-weight: bold;
}

.product {
    width: 50%;
}

.img-wrapper {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.img-wrapper img {
    max-width: 100%;
    height: auto;
}
@media screen and (min-width: 768px) {
    .wrapper {
        padding: 1rem 1.5rem;
    }
}
