.slot-looks-you-love {
    max-width: 90rem;
    margin: auto;
    margin-top: 80px;
}

.looks-you-love-section-head {
    margin: 2.5rem 0;
    display: block;
}

.looks-you-love-section-head {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.foundation-container {
    box-sizing: border-box;
    display: grid;
    width: auto;
    height: auto;
    grid-template-columns: 1fr;
    position: relative;
    overflow: hidden;
}

.top-right-corner-icon {
    position: absolute;
    top: 0;
    right: 0;
    width: 165px;
    height: 155px;
    display: none;
}

.bottom-left-corner-icon {
    position: absolute;
    bottom: -44px;
    left: -47px;
    width: 165px;
    height: 155px;
    display: none;
}

foundation-container p {
    margin: 0;
}

.foundation-grid1 {
    display: flex;
    flex-direction: column;
    justify-content: start;
    grid-column: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    margin-right: max(168px, 40%);
    margin-left: 16px;
    margin-top: 32px;
}

.foundation-grid1 span {
    text-transform: uppercase;
    font-size: 32px;
    line-height: 40px;
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #00596f;
    text-size-adjust: 100%;
}

.foundation-grid2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    grid-column: 1;
    grid-row-start: 2;
    grid-row-end: 3;
    margin-top: 12px;
    margin-bottom: 12px;
    margin-left: 19px;
    margin-right: 19px;
}

.foundation-grid2 img {
    width: 100%;
    max-width: 100%;
    vertical-align: bottom;
    height: 100%;
    border: 0;
}

.foundation-grid3 {
    display: flex;
    flex-direction: column;
    justify-content: left;
    grid-column-start: 1;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 20px;
}

.foundation-grid3 p {
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 80px;
    text-transform: uppercase;
    color: #00596f;
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

.item-price-looks-you-love {
    font-size: 114px;
    line-height: 136px;
    text-transform: uppercase;
    color: #00596f;
}

.foundation-grid3 button {
    justify-content: center;
    padding: 20px 18px 16px 18px;
    background-color: #00596f;
    width: auto;
    height: auto;
    cursor: pointer;
    margin: 0 0;
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-weight: 400;
    border: 0px;
    color: #fff;
    display: inline-block;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;

    max-width: none;
    margin-bottom: 40px;
    border-radius: 4px;
}

.foundation-grid3 p:nth-child(1) {
    margin: 0 0;
}

.foundation-grid3 p:nth-child(2) {
    display: flex;
    flex-direction: row;
    margin: 0em 0em;
}

.foundation-grid3 p>span:nth-child(1) {
    display: flex;
    flex-direction: column;
    justify-content: start;
    margin-top: 16px;
}

.foundation-grid3 button>span {
    text-transform: uppercase;
    color: white;
    font-family: "din-condensed", "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
}

.foundation-grid3 .sub-title-1 {
    font-size: 40px;
    line-height: 40px;
}

.foundation-grid3 .price-title {
    display: flex;
    letter-spacing: -7px;
}

@media screen and (min-width: 768px) {

    .looks-you-love-section-head {
        margin: 0 32px;
        position: relative;
        overflow: hidden;
    }

    .foundation-container {
        justify-content: center;
        grid-template-columns: 1fr 1fr;
    }

    .top-right-corner-icon {
        width: 176px;
        height: 165px;
        display: block;
    }

    .bottom-left-corner-icon {
        width: 136px;
        height: 129px;
        display: block;
        bottom: -44px;
        left: -47px;
    }

    .foundation-grid1 {
        margin-top: 58px;
        margin-left: 92px;
        margin-right: 75px;
    }

    .foundation-grid2 {
        flex-direction: column;
        grid-column: 2;
        grid-row-start: 1;
        grid-row-end: 3;
        margin-right: 20px;
        margin-bottom: 96.38px;
    }

    .foundation-grid3 {
        flex-direction: column;
        justify-content: flex-start;
        grid-column-start: 1;
        grid-row-start: 2;
        grid-row-end: 3;
        margin-left: 92px;
    }

    .foundation-grid3 button {
        justify-content: center;
        margin-top: 12px;
    }

    .item-price-looks-you-love {
        font-size: 144px;
        line-height: 136px;
    }

    .foundation-grid3 p>span:nth-child(1) {
        margin-top: 8px;
    }
}

@media screen and (min-width: 1024px) {
    foundation-container p {
        margin: 0;
    }

    .top-right-corner-icon {
        width: 187px;
        height: 177px;
    }

    .bottom-left-corner-icon {
        width: 163px;
        height: 150px;
        bottom: -46px;
        left: -56px;
    }

    .foundation-grid1 {
        justify-content: end;
        margin-top: 43px;
        margin-left: 124px;
    }

    .foundation-grid2 {
        justify-content: end;
        margin-right: 146px;
        margin-bottom: 35px;
    }

    .foundation-grid3 {
        margin-left: 124px;
    }

    .foundation-grid3 button {
        max-width: 415px;
    }
}

@media screen and (min-width: 1440px) {
    .looks-you-love-section-head {
        margin: 0 64px;
    }

    .top-right-corner-icon {
        width: 250px;
        height: 235px;
    }

    .bottom-left-corner-icon {
        width: 246px;
        height: 205px;
        bottom: -65px;
        left: -90px;
    }
}