@import url(https://fonts.googleapis.com/css2?family=Bree+Serif&family=Open+Sans:wght@300;400;600;700&display=swap);

.button-standard {
    display: block;
    width: max-content;
    margin-bottom: 20px;
    position: relative;
    transition: .5s ease-out;
    padding: 10px 40px;
    font-family: "Bree Serif",sans-serif;
    font-size: 20px;
}

.button-standard:hover {
    text-decoration: none;
}

.button-standard.purple {
    background: #422e7a;
    color: #fff;
    border-radius: 5px;
    border: 1px solid #422e7a;
}

.button-standard.purple:hover {
    background: #e355a9;
    border: 1px solid #e355a9;
}

.button-standard.white {
    background: #fff;
    color: #422e7a;
    border-radius: 5px;
    border: 1px solid rgba(66,46,122,.24);
}

.button-standard.pink,.button-standard.pink:hover,.button-standard.white:hover {
    color: #e355a9;
    border: 1px solid #e355a9;
}

.button-standard.pink {
    background: #e355a9;
    color: #fff;
    border-radius: 5px;
}

.button-standard.pink:hover {
    background: 0 0;
}

* {
    font-weight: 400;
    color: #333;
}

h1,h2,h3,h4,h5,h6,p {
    font-family: "Bree Serif",sans-serif;
    font-weight: 400;
}

h1 {
    font-size: 60px;
    line-height: 60px;
}

@media (min-width:992px) {
    h1 {
        font-size: 96px;
        line-height: 107px;
    }
}

*,p {
    font-family: "Open Sans",sans-serif;
}

p {
    font-size: 20px;
    line-height: 32px;
}

h2 {
    font-size: 39px;
    line-height: 45px;
}

@media (min-width:992px) {
    h2 {
        font-size: 55px;
        line-height: 107px;
    }
}

h2.purple {
    color: #422e7a;
}

.shop--title:hover .shop--title-category .col-md-9,.shop--title:hover .shop--title-name .col-md-9,h2.white {
    color: #fff;
}

header {
    background-color: #fff;
    border-bottom: 6px solid #ffc54f;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 1030;
    box-shadow: 0 3px 36px #00000043;
}

@media (min-width:992px) {
    header {
        border-bottom: 13px solid #ffc54f;
    }
}

header .navbar {
    height: 44px;
    z-index: 10000;
    background-color: transparent;
    width: 100%;
    padding: 0;
}

@media (min-width:992px) {
    header .navbar {
        height: 85px;
    }
}

header .navbar .navbar-brand {
    width: 55%;
    position: absolute;
    height: 67px;
    background: #422e7a;
    border-radius: 0 0 40px 0;
    z-index: 999999;
    top: 0;
    left: 15px;
}

@media (min-width:992px) {
    header .navbar .navbar-brand {
        width: 329px;
        height: 121px;
        left: 0;
    }
}

header .navbar .navbar-brand img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 80%;
}

header .navbar .nav-item {
    transition: .3s ease-in-out;
    border-radius: 20px 20px 0 0;
}

@media (min-width:1201px) {
    header .navbar .nav-item:hover {
        background: #ffc54f;
        box-shadow: 0 3px 16px #0000005c;
    }
}

header .navbar .nav-item .nav-link {
    color: #422e7a;
    position: relative;
    font-weight: 400;
    font-size: 19px;
    font-family: "Bree Serif",sans-serif;
}

header .navbar .dropdown-item {
    font-family: "Bree Serif",sans-serif;
    line-height: 32px;
    font-size: 15px;
    color: #422e7a;
    border-radius: 5px;
}

header .navbar .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

@media (min-width:1201px) {
    header .navbar .dropdown-item:focus,header .navbar .dropdown-item:hover {
        color: #fff;
        text-decoration: none;
        background-color: #ffc54f;
    }
}

div.dropdown-menu.show {
    display: none;
}

.navbar-collapse ul li {
    list-style: none;
    margin: 0;
    font-weight: 600;
    letter-spacing: 0;
}

.navbar-toggler {
    position: absolute;
    right: 0;
    margin-top: 5px;
    z-index: 9999999;
}

.navbar-toggler:before {
    content: "MENU";
    color: #422e7a;
    font-weight: 700;
}

.navbar-toggler-icon:focus,.navbar-toggler:focus {
    outline: 0;
}

.nav-item {
    padding: 0 14px;
}

.dropdown-menu {
    text-align: left;
    left: 0;
    margin-top: 0;
    width: 100%;
    border: 0;
    border-radius: 0 0 20px 20px;
    padding: 25px 10px 10px;
    opacity: 1;
    min-width: unset;
    box-shadow: 0 10px 18px #0000005c;
}

.dropdown-menu .dropdown-item {
    padding: .25rem 1.2rem;
}

ul.navbar-nav li.dropdown:hover .dropdown-menu {
    display: block;
}

@media (max-width:1200px) {
    .navbar {
        padding: 0 20px;
    }

    .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        margin-left: 0;
        padding-top: 0;
        background-position: center;
        overflow: scroll;
    }

    .nav-menu {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 80px;
    }

    .dropdown-menu {
        position: relative!important;
        left: 21px!important;
        text-align: center!important;
        border: 0;
        margin-left: -30px!important;
        top: 70%;
        padding: 0 10px 20px;
        display: block!important;
        box-shadow: none;
    }

    .dropdown-menu a {
        color: #405560!important;
    }
}

@media (max-width:991px) {
    .navbar-brand {
        width: 200px;
    }
}

.dropdown-toggle img {
    width: 40px;
}

@media (min-width:1201px) {
    .dropdown-toggle img {
        width: 30px;
    }
}

.dropdown-item img {
    width: 60px;
}

@media (min-width:1201px) {
    .dropdown-item img {
        width: 30px;
    }
}

.header-image {
    background-size: cover;
    margin-top: 50px;
    position: relative;
    margin-bottom: 0;
}

@media (min-width:992px) {
    .header-image {
        margin-bottom: -150px;
        margin-top: 98px;
    }
}

.header-image:before {
    content: "";
    background-color: rgba(0,0,0,.3);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.header-image h1 {
    text-shadow: 0 3px 10px #0000007e;
}

#home .header-image {
    height: calc(70vh - 50px);
}

@media (min-width:992px) {
    #home .header-image {
        height: calc(70vh - 98px);
    }
}

#events .header-image,#stores .header-image {
    height: calc(70vh - 50px);
}

#back-to-school .header-image {
    margin-bottom: 0;
}

@media (min-width:992px) {
    #events .header-image,#stores .header-image {
        height: calc(70vh - 98px);
    }
}

#header-info .header-info {
    background: #fff;
    padding: 15px;
    color: #e355a9;
    box-shadow: 0 3px 20px #422e7a57;
    border-radius: 8px;
}

@media (min-width:992px) {
    #header-info .header-info {
        height: 215px;
        box-shadow: 0 3px 20px #422e7a57;
        margin-top: 50px;
        border-radius: 45px;
        padding: 46px 15px;
    }
}

#header-info .header-info .col-md-2 {
    font-family: "Bree Serif",sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #e355a9;
    margin-bottom: 15px;
}

@media (min-width:992px) {
    #header-info .header-info .col-md-2 {
        font-family: "Bree Serif",sans-serif;
        font-size: 20px;
        line-height: 24px;
        text-align: center;
        color: #e355a9;
        margin-bottom: 0;
    }
}

#header-info .header-info .col-md-2 img {
    display: block;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#header-info .col-lg-4,.shop--title.collapsed {
    display: flex;
}

section#shortcuts {
    padding: 370px 0 50px;
}

@media (min-width:768px) {
    section#shortcuts {
        padding: 263px 0 155px;
    }
}

section#shortcuts .taxonomy {
    background: #fff;
    box-shadow: 0 3px 16px #00000029;
    border-radius: 20px;
    margin-bottom: 30px;
}

@media (min-width:992px) {
    section#shortcuts .taxonomy {
        padding: 0;
        margin-bottom: 0;
    }
}

section#shortcuts .taxonomy img {
    border-radius: 20px 20px 0 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#shortcuts .taxonomy--content {
    padding: 32px 21px 10px;
}

section#shortcuts .taxonomy--content-category {
    color: #e355a9;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

section#shortcuts .taxonomy--content-title {
    height: 63px;
    color: #333;
    margin-bottom: 14px;
}

section#shortcuts .taxonomy--content p {
    font-weight: lighter;
    margin-bottom: 25px;
}

section#shortcuts .taxonomy .button-standard.purple {
    width: 100%;
    white-space: nowrap;
    text-align: center;
}

section#hot-items .hot-item {
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    height: 248px;
    margin-bottom: 30px;
}

@media (min-width:992px) {
    section#hot-items .hot-item {
        height: 390px;
        margin-bottom: 0;
    }
}

section#hot-items .hot-item:hover .hot-item--info,section#social-media .social-block:hover .social-block--hover {
    height: 100%;
    opacity: 1;
}

section#hot-items .hot-item--shop {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 0 20px;
    background: #e355a9;
    color: #fff;
    padding: 8px 35px;
    font-size: 20px;
    line-height: 24px;
    font-family: "Bree Serif",sans-serif;
    z-index: 10;
}

section#hot-items .hot-item--info {
    opacity: 0;
    height: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    position: absolute;
    z-index: 5;
    border-radius: 20px;
    transition: .5s ease-in-out;
    background: rgba(227,85,169,.75);
    cursor: pointer;
}

section#hot-items .hot-item--info div,section#social-media .social-block--hover div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    font-size: 23px;
    text-align: center;
    font-family: "Bree serif",serif;
}

section#collection {
    padding: 50px 0;
}

@media (min-width:992px) {
    section#collection {
        padding: 155px 0;
    }
}

section#collection .wrapper {
    width: 100%;
}

section#collection .filtr {
    height: auto!important;
}

@media (min-width:992px) {
    section#collection .filter .p-0 {
        padding: 0 15px!important;
    }
}

section#collection .filter__controls {
    display: block;
    list-style-type: none;
    padding: 0;
    border-bottom: 1px solid #c3c3c3;
    text-transform: capitalize;
}

@media (min-width:992px) {
    section#collection .filter__controls {
        display: flex;
        justify-content: space-between;
    }
}

section#collection .filter__control {
    padding: 20px;
    background: #fff;
    z-index: 5;
    margin-bottom: -1px;
    cursor: pointer;
    transition: .3s ease-in-out;
}

@media (min-width:992px) {
    section#collection .filter__control {
        border-bottom: 1px solid #c3c3c3;
    }
}

section#collection .filter__control:hover {
    border-bottom: 1px solid #422e7a;
}

section#collection .filter .filtr-active {
    border-bottom: none;
    font-weight: 700;
}

@media (min-width:992px) {
    section#collection .filter .filtr-active {
        border: 1px solid #c3c3c3;
        font-weight: 400;
        border-bottom: none;
    }
}

.shop {
    position: relative!important;
    width: 100%!important;
    cursor: pointer;
    transform: none!important;
    border-bottom: 1px solid #c3c3c3;
}

.shop--title {
    display: none;
    justify-content: space-between;
    padding: 0 20px 0 30px;
}

.shop--title:hover {
    background: #422e7a;
}

.shop--title:hover .icon-plus {
    background: url(/assets/img/svg/white-plus.svg) no-repeat center center/cover;
}

.shop--title img {
    border-radius: 50%;
}

.shop--title .icon-plus {
    display: inline-block;
    background: url(/assets/img/svg/purple-plus.svg) no-repeat center center/cover;
    width: 20px;
    height: 20px;
    margin-bottom: -5px;
}

@media (min-width:992px) {
    .shop--title .icon-plus {
        width: 50px;
        height: 50px;
        margin-bottom: -20px;
    }
}

.shop--title .icon-plus.faq {
    margin-bottom: 0;
    margin-top: 17px;
    height: 35px;
    width: 35px;
}

.shop--title-name {
    padding: 18px 0;
}

.shop--title-name,.shop--title-name .col-md-9 {
    font-size: 20px;
    font-family: "Bree Serif",sans-serif;
    color: #422e7a;
}

@media (min-width:992px) {
    .shop--title-name {
        font-size: 25px;
    }
}

.shop--title-name .plus-img.on-hover,.shop--title-name:hover .plus-img {
    display: none;
}

.shop--title-name:hover .on-hover {
    display: inline-block;
    width: 33px;
}

.shop--title-category {
    font-size: 20px;
    padding: 35px 0;
    color: #333;
    display: none;
}

@media (min-width:992px) {
    .shop--title-category {
        display: block;
    }
}

.shop--title:hover .plus-img {
    display: none;
}

.shop--title:hover .on-hover {
    display: inline-block;
    width: 33px;
}

.shop--content,.shop--faq {
    background: #422e7a;
    color: #fff;
}

.shop--content>.row {
    padding: 50px 15px;
}

@media (min-width:992px) {
    .shop--content>.row {
        padding: 80px 15px;
    }
}

.shop--content img {
    border-radius: 50%;
    border: 4px solid #ffc54f;
    margin-left: auto;
    margin-right: auto;
    left: 50%;
    position: relative;
    transform: translate(-50%,0);
    margin-bottom: 30px;
    width: 240px;
    height: 240px;
    object-fit: cover;
}

@media (min-width:992px) {
    .shop--content img {
        margin-bottom: 0;
    }
}

.shop--content h4,.shop--faq h4 {
    color: #fff;
    font-size: 27px;
    line-height: 37px;
}

.shop--content h5 {
    color: #fff;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    line-height: 27px;
    margin-bottom: 12px;
}

.shop--content .col-md-5,.shop--content .col-md-5 a,.shop--content .days div,.shop--content .times div,.shop--content p,.shop--faq .days div,.shop--faq .times div,.shop--faq p {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
}

.shop--content .col-md-5 a:hover {
    text-decoration: none;
    color: #e355a9;
}

.shop--faq>.row {
    padding: 20px 20px 20px 30px;
}

@media (min-width:992px) {
    .shop--faq>.row {
        padding: 20px 140px 20px 30px;
    }
}

.shop--faq .icon-min {
    position: absolute;
    right: 17px;
    top: 15px;
    background: url(/assets/img/svg/min-white.svg) no-repeat center center/cover;
    height: 35px;
    width: 35px;
}

.shop--faq .col-12 {
    color: #fff;
    font-size: 18px;
    line-height: 30px;
    font-weight: lighter;
}

.slick-next,.slick-prev {
    display: none!important;
}

.social-icon {
    width: 40px;
    height: 40px;
}

section#social-media #slider-mobile {
    width: 100%;
    display: flex;
}

section#social-media .social-block {
    height: 389px;
    margin-bottom: 30px;
    position: relative;
    border-radius: 20px;
    cursor: pointer;
    overflow: hidden;
}

section#social-media .social-block--bg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#social-media .social-block--icon {
    position: absolute;
    top: 0;
    right: 30px;
    height: 78px;
    width: 65px;
    background: #e355a9;
    box-shadow: 0 3px 6px #00000029;
    border-radius: 0 0 20px 0;
    z-index: 6;
}

.floor-plan.tour360 div,section#social-media .social-block--icon img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

section#social-media .social-block--hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 0;
    opacity: 0;
    transition: .5s ease-in-out;
    background: rgba(227,85,169,.75);
    border-radius: 20px;
    z-index: 5;
    cursor: pointer;
}

footer {
    background: #ffc54f;
}

footer .footer-top {
    background: #422e7a;
    padding: 90px 0 78px;
    border-radius: 0 0 40px 0;
    border-bottom: 13px solid #ffc54f;
}

footer .footer-top--logo {
    margin-bottom: 53px;
}

footer .footer-top--title {
    color: #e355a9;
    font-family: "Bree Serif",sans-serif;
    font-size: 20px;
    margin-bottom: 19px;
}

footer .footer-top--link a {
    display: block;
    font-family: "Open Sans",sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    transition: .3s ease-in-out;
}

footer .footer-bottom {
    padding: 20px 0 13px;
    text-align: center;
    background: #fff;
    color: #333;
    font-size: 14px;
}

footer .footer-bottom a,section#contact-form p a {
    color: #333;
    transition: .3s ease-in-out;
}

footer .footer-bottom a:hover,footer .footer-top--link a:hover,section#contact-form p a:hover {
    text-decoration: none;
    color: #e355a9;
}

section#your-way {
    padding: 0 0 150px;
}

.floor-plan {
    height: auto;
    border-radius: 20px;
    padding: 30px;
    margin-top: 40px;
}

@media (min-width:992px) {
    .floor-plan {
        padding: 40px 65px 65px;
        height: 355px;
    }
}

.floor-plan h4 {
    color: #fff;
    font-size: 35px;
    line-height: 45px;
    width: inherit;
    margin-bottom: 45px;
    margin-top: 10px;
}

@media (min-width:992px) {
    .floor-plan h4 {
        font-size: 35px;
        line-height: 45px;
        width: 60%;
    }
}

.floor-plan .button-standard,section#events-retail .event .button-standard {
    padding: 10px;
}

@media (min-width:992px) {
    .floor-plan .button-standard {
        padding: 10px 40px;
    }
}

.floor-plan.first-floor {
    background: url(/assets/img/firstfloor.png) no-repeat center center/cover;
}

.floor-plan.second-floor {
    background: url(/assets/img/secondfloor.png) no-repeat center center/cover;
}

.floor-plan.tour360 {
    background: url(/assets/img/360tour.jpg) no-repeat center center/cover;
    position: relative;
    height: 350px;
}

@media (min-width:992px) {
    .floor-plan.tour360 {
        height: 628px;
    }
}

.floor-plan.tour360 div {
    transform: translate(0,-50%);
    left: 65px;
    width: 90%;
}

section#events-retail .event {
    box-shadow: 0 3px 16px #00000029;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

section#events-retail .event img,section#folders .shop img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section#events-retail .event--content {
    padding: 40px 30px;
}

section#events-retail .event--content h4 {
    color: #333;
    font-size: 30px;
    margin-bottom: 15px;
}

section#events-retail .event--content h5 {
    color: #e355a9;
    font-size: 20px;
    margin-bottom: 28px;
}

section#events-retail .event--content p {
    color: #333;
    margin-bottom: 20px;
}

@media (min-width:992px) {
    section#events-retail .event .button-standard {
        padding: 10px 40px;
    }
}

section#folders {
    padding: 0 0 155px;
}

section#folders .shop {
    background: #fff;
    box-shadow: 0 3px 16px #00000029;
    border-radius: 20px;
    margin-bottom: 30px;
}

section#folders .shop img {
    border-radius: 20px 20px 0 0;
}

section#folders .shop--content {
    padding: 32px 21px 21px;
}

section#folders .shop--content-title {
    color: #333;
    margin-bottom: 14px;
    font-family: "Bree Serif",sans-serif;
    font-size: 30px;
}

section#folders .shop--content-text {
    color: #e355a9;
    font-size: 20px;
    margin-bottom: 25px;
}

section#details .details--title {
    font-family: "Bree Serif",sans-serif;
    font-size: 27px;
    margin-bottom: 21px;
    color: #e355a9;
}

section#details .details--alert {
    font-size: 20px;
    line-height: 32px;
    color: #e355a9;
}

section#details .details--alert i {
    color: #e355a9;
}

section#details .days div,section#details .times div {
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    line-height: 32px;
}

section#details p {
    margin-bottom: 27px;
}

section#floor-plan {
    background: #422e7a;
}

section#floor-plan h2,section#floor-plan p {
    margin-bottom: 25px;
}

section#floor-plan .text-white p {
    color: #fff;
}

section#floor-plan .floor-plan {
    margin-top: 0;
}

section#discover .img-fluid {
    border-radius: 20px;
}

section#discover h2 {
    line-height: 55px;
    margin-bottom: 35px;
}

section#discover p {
    margin-bottom: 32px;
}

section#discover .svg-button {
    margin-bottom: 55px;
}

section#contact-form h4 {
    font-size: 30px;
    color: #422e7a;
    margin-bottom: 28px;
}

section#contact-form p {
    line-height: 40px;
}

section#contact-form img {
    margin-right: 20px;
    margin-top: 10px;
}

section#contact-form form input,section#contact-form form textarea {
    width: 100%;
    margin-bottom: 30px;
    color: #636060;
    font-family: "Open Sans",sans-serif;
    font-size: 20px;
    border-radius: 10px;
    border: .5px solid #636060;
    padding: 9px 17px;
}

section#contact-form form input::placeholder,section#contact-form form textarea::placeholder {
    color: #c3c3c3;
}

section#virtual-park {
    padding: 0 0 155px;
}

section {
    padding: 60px 0;
}

@media (min-width:992px) {
    section {
        padding: 155px 0;
    }
}

.hoekje {
    position: fixed;
    right: 0;
    top: 0;
    width: 100px;
    z-index: 9999;
}

@media (max-width:1200px) {
    .hoekje {
        z-index: 999;
        position: absolute;
        top: unset;
    }
}

.taxonomy--img {
    height: 230px;
}

:active,:focus,:hover {
    outline: 0!important;
    outline-offset: 0;
}

.purple-bg {
    background: url(/assets/img/hot-items.jpg) center center/100%;
}

.purple-bg h2,.purple-bg p {
    color: #fff!important;
}
