.summer-style-guide-popup {
    align-items: center;
    background: transparent;
    display: block;
    justify-content: center;
    opacity: 0;
    padding: 0;
    position: fixed;
    left: auto;
    right: 24px;
    bottom: 24px;
    transition: opacity .2s ease;
    visibility: hidden;
    width: min(532px, calc(100vw - 40px));
    z-index: 2147483647;
}

.summer-style-guide-popup.is-visible {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: flex !important;
}

.summer-style-guide-popup-open {
    overflow: hidden;
}

.summer-style-guide-popup__dialog {
    background: #fff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, .22);
    height: 100%;
    max-width: 532px;
    overflow: auto;
    width: 100%;
    pointer-events: auto;
}

.summer-style-guide-popup__close {
    align-items: center;
    background: #3d3b3b;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    font: 400 12px/1 'Nunito Sans', Arial, sans-serif;
    gap: 10px;
    padding: 5px 11px;
    position: absolute;
    right: 12px;
    top: 12px;
    z-index: 1;
}

.summer-style-guide-popup__close span[aria-hidden] {
    height: 16px;
    position: relative;
    width: 16px;
}

.summer-style-guide-popup__close span[aria-hidden]::before,
.summer-style-guide-popup__close span[aria-hidden]::after {
    background: currentColor;
    content: '';
    height: 1.5px;
    left: 0;
    position: absolute;
    top: 7px;
    transform: rotate(45deg);
    width: 12px;
}

.summer-style-guide-popup__close span[aria-hidden]::after {
    transform: rotate(-45deg);
}

.summer-style-guide-popup .visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}

.summer-style-guide-popup__hero {
    height: 244px;
    overflow: hidden;
    position: relative;
}

.summer-style-guide-popup__hero::after {
    background: linear-gradient(0deg, rgba(0, 0, 0, .6), transparent 60%);
    content: '';
    inset: 0;
    position: absolute;
}

.summer-style-guide-popup__hero img {
    height: 100%;
    object-fit: cover;
    object-position: center 20%;
    width: 100%;
}

.summer-style-guide-popup__hero h2 {
    bottom: 16px;
    color: #fff;
    font: 400 18px/24px 'Square721', Arial, sans-serif;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    letter-spacing: 1.8px;
    margin: 0;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    z-index: 1;
}

.summer-style-guide-popup__content {
    color: #373331;
    padding: 13px 18px 15px;
    text-align: center;
}

.summer-style-guide-popup__content p {
    margin: 0;
}

.summer-style-guide-popup__lead {
    font: 700 16px/22px 'Nunito Sans', Arial, sans-serif;
}

.summer-style-guide-popup__description {
    font: 400 14px/24px 'Nunito Sans', Arial, sans-serif;
    margin-top: 8px !important;
}

.summer-style-guide-popup__cta {
    align-items: center;
    background: #e66d00;
    color: #fff !important;
    display: flex;
    font: 700 14px/20px 'Nunito Sans', Arial, sans-serif;
    justify-content: center;
    margin-top: 12px;
    min-height: 50px;
    padding: 10px;
    text-decoration: none !important;
    text-transform: uppercase;
}

.summer-style-guide-popup__cta:hover {
    background: #c95f00;
}

.summer-style-guide-popup__note {
    font: 400 12px/18px 'Nunito Sans', Arial, sans-serif;
    margin-top: 10px !important;
}

@media (max-width: 767px) {
    .summer-style-guide-popup {
        align-items: flex-end;
        background: rgba(37, 31, 25, .64) !important;
        display: flex !important;
        height: auto;
        inset: 0 !important;
        justify-content: center;
        left: auto;
        padding: 0;
        top: auto;
        transform: none;
        width: auto;
    }

    .summer-style-guide-popup.is-visible {
        pointer-events: auto;
    }

    .summer-style-guide-popup__hero img {
        padding: 8px;
    }

    .summer-style-guide-popup__hero::after {
        left: 8px;
        right: 8px;
        bottom: 8px;
        top: 0;
    }

    .summer-style-guide-popup__dialog {
        height: auto;
        max-height: calc(100vh - 84px);
        max-width: 908px;
        position: relative;
    }

    .summer-style-guide-popup__close {
        font-size: 14px;
        gap: 7px;
        padding: 10px 11px;
        right: 9px;
        top: 9px;
    }

    .summer-style-guide-popup__close span[aria-hidden],
    .summer-style-guide-popup__close span[aria-hidden]::before,
    .summer-style-guide-popup__close span[aria-hidden]::after {
        width: 12px;
    }

    .summer-style-guide-popup__close span[aria-hidden] {
        height: 12px;
    }

    .summer-style-guide-popup__close span[aria-hidden]::before,
    .summer-style-guide-popup__close span[aria-hidden]::after {
        top: 5px;
    }

    .summer-style-guide-popup__hero {
        height: min(76vw, 365px);
    }

    .summer-style-guide-popup__hero h2 {
        bottom: 22px;
        font-size: 14px;
        line-height: 24px;
        letter-spacing: .08em;
    }

    .summer-style-guide-popup__content {
        padding: 16px;
        padding-top: 8px;
    }

    .summer-style-guide-popup__lead {
        font-size: 14px;
        line-height: 1.3;
    }

    .summer-style-guide-popup__description {
        font-size: 14px;
        line-height: 22px;
        max-width: 270px;
        margin: 0 auto !important;
        margin-top: 8px !important;
    }

    .summer-style-guide-popup__cta {
        font-size: 14px;
        margin-top: 16px;
        min-height: 48px;
        padding: 13px 8px;
    }

    .summer-style-guide-popup__note {
        font-size: 12px;
        line-height: 18px;
        margin-top: 8px !important;
    }

    .summer-style-guide-popup__content p {
        padding: 0 10px;
    }
}

@media (max-width: 374px) {
    .summer-style-guide-popup {
        padding: 20px;
    }

    .summer-style-guide-popup__dialog {
        max-height: calc(100vh - 40px);
    }
}