﻿.cnt-department-listing .heading, .cnt-department-listing h1 {
    display: none !important;
}

.cnt-dep-top {
    text-align: center;
    display: flex;
    flex-direction: column;
    padding-top: 24px;
}

    .cnt-dep-top .ttitle {
        margin-bottom: 24px;
    }

    .cnt-dep-top .ttitle2 {
        height: 4em;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cnt-dep-top .banner {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .cnt-dep-top img, .cnt-dep-top picture {
        display: flex;
        width: 100%;
    }

.dmnit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
}

    .dmnit .cnt-media {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-bottom: calc(.2808988764 * 92vw + 2px + 48px);
    }

        .dmnit .cnt-media .media {
            position: relative;
        }

.boxy {
    position: absolute;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    border-radius: 2px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 24px;
    opacity: 0;
    transition: opacity .3s ease-in-out;
    bottom: 24px;
}

    .boxy.js-active {
        opacity: 1;
    }

    .boxy .media {
        width: 22.5%;
        flex-shrink: 0;
    }

    .boxy .info {
        font-size: 12px;
        text-align: left;
        line-height: normal;
        display: flex;
        flex-direction: column;
    }

        .boxy .info .cta {
            font-size: 10px;
            display: flex;
            align-items: center;
            gap: 4px;
        }

.boxy-dot {
    position: absolute;
    pointer-events: all;
    z-index: 200;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .boxy-dot.jacket {
        top: 30%;
        left: 40%;
    }

    .boxy-dot.jeans {
        top: 45%;
        left: 64%;
    }

    .boxy-dot:before {
        content: '';
        position: absolute;
        box-shadow: 0 4px 2px #0000001a;
        background-color: #fff;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .boxy-dot:after {
        content: '';
        background: none;
        border: none;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        position: absolute;
        top: -16px;
        left: -16px;
        border: 1px solid #ffffff;
        box-shadow: 0 4px 2px #0000001a;
        opacity: 0;
    }

    .boxy-dot.js-active:before {
        width: 24px;
        height: 24px;
    }

    .boxy-dot.js-active:after {
        opacity: 1;
    }

    .boxy-dot svg {
        position: absolute;
        width: 10px;
        height: auto;
        display: none;
    }

.lil-prod-item img {
    width: 100%;
}

.bottom-content {
    display: none;
}

.cnt-dep-bottom {
    text-align: center;
}

    .cnt-dep-bottom iframe {
        width: 100%;
        height: 60vw;
        margin: 40px auto;
    }

.textt {
    padding: 0 30px;
}

    .textt .bbn {
        display: flex;
        flex-wrap: wrap;
        column-gap: .3em;
        font-size: 12px;
        justify-content: center;
        margin-bottom: 40px;
        line-height: normal;
    }

@media screen and (min-width:1024px) {
    .dmnit {
        flex-direction: row;
        width: 90vw;
    }

        .dmnit .cnt-media, .dmnit .context {
            flex: 1;
        }

        .dmnit .cnt-media {
            padding-bottom: 0;
        }

    .boxy-dot.jacket {
        top: 32%;
        left: 42%;
    }

    .boxy-dot.jeans {
        top: 50%;
        left: 66%;
    }

    .boxy-dot svg {
        display: flex;
    }

    .boxy {
        width: 50%;
        bottom: auto;
    }

        .boxy.jacket {
            left: 0;
            top: calc(32% + 24px);
        }

        .boxy.jeans {
            top: calc(50% + 24px);
        }

    .textt {
        padding: 0;
    }

        .textt p {
            width: 37vw;
            margin-left: auto;
            margin-right: auto;
        }

    .cnt-dep-bottom iframe {
        width: 100%;
        height: 41vw;
    }
}
