@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.notice {
    position: fixed;
    left: 50%;
    transform: translate(-50%, 0);
    border: solid 1px;
    padding: 9px 20px;
    border-radius: 30px;
    background: #1b1811;
    border-color: #3bbe4840;
    color: #3bbe48;
    cursor: pointer;
    font-size: .9rem;
    white-space: nowrap;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: .2s;
    will-change: contents;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

.notice.act {
    transform: translate(-50%, 82px);
    visibility: visible;
    opacity: 1;
}

.cancel {
    width: 40px;
    padding: 7px;
    background: #f0ebe330;
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
    border: solid;
    border-color: #f0ebe340;
    border-width: 1px;
    display: none;
    will-change: opacity, backdrop-filter;
    transition: .2s;
}

.cancel.act {
    display: block;
}

.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    opacity: 1;
    transition: .15s ease-out;
    animation-timing-function: cubic-bezier(1, 0, 0.8, 1);
}

.main.dis {
    opacity: 0;
    transform: scale(.975);
    transition: .15s ease-out;
    animation-timing-function: cubic-bezier(1, 0, 0.8, 1);
}

.header-blick {
    display: flex;
    justify-content: center;
    position: fixed;
    top: calc(100 * var(--vht));
    z-index: 2;
    opacity: 1;
    transition: .3s ease-out;
    animation-timing-function: cubic-bezier(1, 0, 0.8, 1);
}

.header-blick.bottom {
    top: unset;
    bottom: 30px;
}

.header-blick.fast {
    display: none;
}

.header-blick.dis {
    opacity: 0;
    transition: .3s ease-out;
    animation-timing-function: cubic-bezier(1, 0, 0.8, 1);
}

.header-blick.scroll {
    border: solid;
    border-width: 0 0 1px 0;
    border-color: #091d120d;
}

.header-blick-content-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo {
    font-size: 1.75rem;
    cursor: pointer;
    color: #f0ebe3;
}

.search-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
}

.search, .smw-wrap {
    display: flex;
    font-size: 1.135rem;
    height: 40px;
    box-shadow: 0 0 30px 0 #f0ebe340;
    border-radius: 20px;
}

.search-close {
    width: 40px;
    padding: 7px;
    background: #f0ebe330;
    border-radius: 20px;
    margin-left: 20px;
    cursor: pointer;
    border: solid;
    border-color: #f0ebe340;
    border-width: 1px;
}

.smw-wrap {
    width: 100%;
    justify-content: space-between;
}

.search-logo {
    width: 60px;
    padding: 8px;
    background: #f0ebe320;
    border-radius: 0 20px 20px 0;
    cursor: not-allowed;
    border: solid;
    border-color: #f0ebe340;
    border-width: 1px 1px 1px 0;
    will-change: opacity, backdrop-filter;
    transition: .2s;
}

.blurred.blur {
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    transition: .2s;
}

.sl.act, .slm.act {
    cursor: pointer;
}

.sl.act {
    background: #f0ebe380;
    transition: .2s;
}

.search-in {
    font-size: 1rem;
    width: 100%;
    text-align: center;
    color: #f0ebe3;
    border: solid;
    background: #f0ebe320;
    border-color: #f0ebe340;
    padding: 9px 20px;
    border-width: 1px;
    border-radius: 30px 0 0 30px;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
    will-change: opacity, backdrop-filter;
    transition: .2s;
}

.search-in::placeholder {
    color: #f0ebe3b0;
}

.hbms-close {
    display: none;
    border-radius: 5px;
    background-color: #f0ebe320;
    width: 30px;
}

.bhi-bottom {
    margin-top: 20px;
}

.body {
    padding: 0 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ip {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100 * var(--vh));
    min-height: 500px;
    transition: .05s;
}

.ip-text {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.iptype {
    font-size: .9rem;
    padding: 3px 10px;
    background: #f0ebe320;
    border-radius: 20px;
    margin-bottom: 20px;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

.ip-title {
    font-size: 5.75rem;
    font-weight: 650;
    text-align: center;
    max-width: 1000px;
    font-family: "Inter" !important;
}

.ip-desc {
    font-size: 1.3rem;
    text-align: center;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

.ip-neatinfo {
    font-size: 2rem;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-flow: wrap;
}

.ipn {
    color: #f0ebe3d7;
    padding: 10px 15px;
    background: #f0ebe310;
    border-radius: 20px;
    margin: 0 7px;
    width: fit-content;
    margin-bottom: 14px;
    font-size: 1.1rem;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

.ip-warning {
    display: none;
}

.ip-warning.act {
    display: flex;
    margin-top: 40px;
}

.ipw {
    display: block;
    color: #f39519;
    background: #f3951920;
    font-weight: 500;
}

.ipw.dis {
    display: none;
}

.ip-logo {
    position: absolute;
    right: 0;
    width: 45vw;
    z-index: 0;
    opacity: .02;
}

.category {
    cursor: default;
    font-size: 1.2rem;
    margin-left: 3px;
    font-weight: 500;
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

.category-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cw-2 {
    margin-top: 70px;
}

.cw-f {
    margin-top: 100px;
}

.container-blick {
    border: solid;
    border-width: 0 0 0 1.1px;
    padding: 17px 20px 13px;
    justify-content: center;
    flex-direction: column;
    color: #f0ebe3e9;
    border-color: #f0ebe340;
    background-color: #f0ebe30d;
    height: fit-content;
    height: -moz-fit-content;
}

.container-blick.dis {
    color: #f0ebe360;
    background-color: #f0ebe300;
    border-color: #f0ebe340;
}

.container-blick-wrap {
    width: 100%;
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 20px;
    row-gap: 20px;
}

.container-blick-title, .container-blick-desc {
    font-family: "ClashGrotesk-Variable", "M PLUS 1", "Toss Product Sans" !important;
}

.infos {
    max-width: 1200px;
    width: 100%;
    padding-bottom: 82px;
    margin-top: -32px;
}

.infos.dis {
    display: none;
}

.infos-con {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    background-color: #FBF9F1;
}

.container-blick-two {
    width: 100%;
    cursor: pointer;
    will-change: contents;
    will-change: transform;
    transition: .2s;
}

.container-blick-two.dis > .con-up {
    display: none;
}

.container-blick-two.dis > .con-down {
    border-width: 1px;
    border-radius: 5px;
}

.container-blick-two:hover {
    transform: rotate(-1deg);
}

.container-blick-two:active {
    transform: scale(.95);
}

.con-up {
    border-radius: 5px 5px 0 0;
    height: 250px;
    font-size: 1.9rem;
}

.con-down {
    border-width: 0 1.1px 1.1px 1.1px;
    border-radius: 0 0 5px 5px;
    padding: 15px 20px;
}

.container-blick-desc {
    margin-top: 8px;
    font-weight: 500;
}

.cu-alter {
    padding: 0;
}

.cd-alter {
    background: linear-gradient(0deg, #D6E3F9, #f0ebe3);
}

.cd-blick {
    background: linear-gradient(0deg, #EBF0E3, #f0ebe3);
}

.cd-cluck {
    background: linear-gradient(0deg, #FEF7EA, #f0ebe3);
}

.cd-otago {
    background: linear-gradient(0deg, #f9e7f5, #f0ebe3);
}

.cat-surprise {
    border-radius: 50%;
    width: 70px;
    border: solid 5px;
    border-color: #f0ebe3;
    filter: grayscale(1);
    box-shadow: 0 0 1px 1px #d3d1d1;
}

.infos-text {
    margin-left: 30px;
    font-size: 1.25rem;
}

.spt-wrap {
    display: flex;
    flex-direction: column;
}

.cu-alter > .sneak-peak-text > .spt-wrap {
    padding: 25px;
}

#container-blick {
    overflow: hidden;
    pointer-events: fill;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
}

.spt-img {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.sneak-peak-text-color-a {
    color: #091d1240;
}

.sneak-peak-text-color-b {
    color: #67943B;
}

.sneak-peak-text-color-c {
    color: #f39519;
}

.sneak-peak-text-color-e {
    color: #091d12;
}

.sneak-peak-otago {
    width: 90px;
}

.footer-wrap {
    display: flex;
    margin-top: 32px;
}

.footer-button {
    background-color: #f0f8ff;
}

.fb-right {
    margin-left: 30px;
}

@media screen and (max-height: 550px) {
    .ip {
        height: 600px;
    }

    .ip-title {
        font-size: 5rem;
    }
}

@media screen and (max-width: 1300px) {
    .ip-title {
        font-size: 5rem;
    }

    .ip-desc {
        font-size: 1.15rem;
    }
}

@media screen and (max-width: 950px) {
    .ip-logo {
        width: 55vw;
    }

    .container-blick-wrap {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 700px) {
    .infos-con {
        padding: 25px;
    }

    .ip-title {
        font-size: 3.5rem;
    }

    .ip-desc {
        margin-top: -5px;
    }

    .ipn {
        font-size: 1rem;
    }
}

@media screen and (max-width: 650px) {
    .logo {
        font-size: 1.625rem;
    }
}

@media screen and (max-width: 610px) {
    .ip {
        align-items: center;
        justify-content: center;
    }

    .ip-logo {
        width: 100vw;
        right: auto;
    }

    .ip-text {
        width: 100%;
    }

    .ip-title {
        font-size: 2.75rem;
    }

    .ip-desc {
        font-size: 1rem;
        margin: 0;
    }

    .ip-neatinfo {
        font-size: 1.65rem;
    }
}

@media screen and (max-width:440px) {
    .ip-text {
        font-size: 1.5rem;
    }

    .ip-neatinfo {
        font-size: 1.5rem;
    }

    .infos-con {
        padding: 20px;
    }

    .infos-text {
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .category {
        font-size: 1.2rem;
    }

    .container-blick {
        font-size: .9rem;
    }

    .container-blick-two {
        width: 100%;
    }

    .container-blick-wrap {
        grid-template-columns: repeat(1, 1fr);
    }

    .button {
        font-size: .9rem;
        width: 110px;
    }
}