.shopthelook {
    margin-top: 60px;
    margin-bottom: 40px;
}

.shopthelook__title {
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
    font-size: 50px;
    text-align: center;
    color: #000;
    margin-bottom: 0;
}

.shopthelook__divider {
    border: 0;
    height: 3px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    margin: 15px 0 30px;
}

.shopthelook__item {
    margin-bottom: 24px;
}

.shopthelook__thumbnail {
    margin-bottom: 6px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}

.shopthelook__thumbnail a.elem {
    display: block;
    width: 100%;
    cursor: zoom-in;
}

.shopthelook__thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.shopthelook__thumbnail a.elem:hover img {
    transform: scale(1.03);
    opacity: 0.92;
}

.shopthelook__name {
    font-size: 16px;
    margin: 10px 0 0;
    text-align: center;
    color: #000;
    display: block;
    text-decoration: none;
}

a.shopthelook__name:hover,
a.shopthelook__name:focus {
    color: #000;
    text-decoration: underline;
}

@media (max-width: 767px) {
    .shopthelook {
        margin-top: 20px;
    }

    .shopthelook__title {
        font-size: 30px;
        text-align: left;
    }

    .shopthelook__name {
        font-size: 15px;
        text-align: left;
    }
}

@media (max-width: 510px) {
    .shopthelook__title {
        font-size: 22px;
    }
}
