body {
    font-family: "IBM Plex Sans", sans-serif;
}
.vc_section[data-vc-full-width]>.vc_row .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
}
.subtitle.wpb_content_element {
    padding: 1.6rem 0;
    margin-bottom: 0;
}
.subtitle.for-full-screen.wpb_content_element {
    padding: 1.6rem;
}
.subtitle.wpb_content_element h2 {
    font-size: 1.8rem;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 0;
}
.big-banner {
    position: relative;
}
.big-banner img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: top;
}
.big-banner-content {
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.big-banner-text {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 1.6rem;
    color: #fff;
    text-transform: uppercase;
}
.big-banner-parallax .big-banner-image-container {
    height: 100%;
}

.featured-categories-wrap .vc-row {
    margin-left: 0;
    margin-right: 0;
}
.featured-categories {
    display: flex;
    overflow: auto;
}
.featured-category {
    display: flex;
    flex-direction: column;
    flex: 0 0 165px;
    background-color: #F4F4F4;
    cursor: pointer;
    border-top: 1px solid #181818;
    transition: background-color 0.3s;
    text-decoration: none;
}
.featured-category:hover {
    background-color: #fff;
}

.featured-category:active {
    opacity: 1;
}

.featured-category  img {
    max-width: 100%;
    max-height: 100%;
}

.featured-category:not(:last-child) {
    border-right: 1px solid #C4C4C4;
}

.featured-category-image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    height: 220px;
}

.featured-category-title {
    display: block;
    padding: 11px 8px;
    background-color: #fff;
    color: #181818;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 1px;
    text-transform: uppercase;
    flex: 1;
}
.showrooms-container {
    margin-bottom: 4.4rem;
}
.showrooms-container .wpb_wrapper {
    display: flex;
    overflow: auto;
    gap: 8px;
}
.showroom-item {
    text-transform: uppercase;
    padding-bottom: 1.6rem;
    border-bottom: solid 1px #181818;
    flex: 0 0 80%;
}
.showroom-item a {
    text-decoration: none;
    color: #181818;
}
.showroom-image-container {
    display: block;
    position: relative;
    margin-bottom: 1.6rem;
    padding-top: 110%;
}
.showroom-image-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.showroom-label {
    font-size: 1rem;
    color: #fff;
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.showroom-name {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #181818;
}
.showroom-address {
    font-size: 1.2rem;
    margin: 0;
    font-weight: 500;
}
.dark-section {
    background-color: #181818;
    padding: 3.2rem 0;
    color: #fff;
}
.instagram-section-title.wpb_content_element {
    color: #fff;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    margin-bottom: 2.4rem;
    p {
        font-size: inherit;
    }
}
.instagram-post-container .wpb_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: .8rem;
    max-width: 114.4rem;
    margin: 0 auto;
    padding: 0 1.6rem;
}

.instagram-section .wpb_wrapper p {
    font-size: 1.4rem;
    text-align: center;
    color: #EFEFEF;
    margin: 2.4rem 0 1.6rem;
}

.instagram-post-container .instagram-post {
    flex: 1 1 calc(50% - 8px);
    position: relative;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    overflow: hidden;
}

.instagram-post-info {
    position: absolute;
    bottom: 10px;
    left: 10px;
    width: 80%;
    height: 50px;
    background: url("../../images/instagram/instagram-info.svg") no-repeat bottom left;
    background-size: contain;
}

span.instagram-post-controls {
    position: absolute;
    right: 10px;
    bottom: 3px;
    display: flex;
    flex-direction: column;
    color: white;
    font-weight: 700;
    text-align: center;
    gap: 10px;
    font-size: 1rem;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}
span.instagram-post-controls:after {
    content: "...";
    display: block;
}
.instagram-post-likes:before,
.instagram-post-reposts:before,
.instagram-post-shares:before,
.instagram-post-comments:before {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    margin: 5px auto;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.4));
    background: url("../../images/instagram/instagram-like-icon.svg") no-repeat center/contain;
}
.instagram-post-comments:before {
    background-image: url("../../images/instagram/instagram-comment-icon.svg");
}
.instagram-post-shares:before {
    background-image: url("../../images/instagram/instagram-share-icon.svg");
}
.instagram-post-reposts:before {
    background-image: url("../../images/instagram/instagram-repost-icon.svg");
}

.instagram-post-media {
    display: block;
    position: relative;
    padding-top: 167%;
}

.instagram-post-media img,
.instagram-post-media img, video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.double-banner .big-banner {
    flex: 1;
}

.big-banner-image-container:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.10) 0%, rgba(0, 0, 0, 0.10) 100%);
}

.double-banner .big-banner-image-container {
    padding-top: 150%;
    position: relative;
}

.double-banner picture.big-banner-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.double-banner .big-banner-text {
    font-size: 2.2rem;
    margin-bottom: 1.6rem;
    font-weight: 500;
}

.selected-products {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-column-gap: 0;
    grid-row-gap: 0;
}

.selected-products .rtwpvs-product {
    flex: 1;
    max-width: 500px;
    border: 1px solid #EFEFEF;
    border-left: none;
    padding: 1.2rem 1.2rem 2.4rem;
    display: flex;
    flex-direction: column;
}

.selected-products .rtwpvs-product .yith-wcqv-button {
    display: none;
}

.selected-products .rtwpvs-product .woocommerce-loop-product__title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 400;
    margin: 1rem 0 .6rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.selected-products .rtwpvs-product .woocommerce-loop-product__title a {
    color: #181818;
}

.selected-products .rtwpvs-product .product-color-list {
    gap: 4px;
}
.selected-products .rtwpvs-product .product-color-list li {
    width: 1rem;
    height: 1rem;
    margin: 0;
    border-radius: 0;
    box-shadow: none;
    border: solid 1px #EFEFEF
}
.selected-products .rtwpvs-product .product-color-list li.product-color-counter {
    border: none;
}

.selected-products .product-color-list li:nth-child(n+4) {
    display: none;
}

.selected-products .product-color-counter {
    font-size: 1.1rem;
    color: #858585;
    line-height: 1;
    order: 1;
}

.selected-products .rtwpvs-product .price {
    display: block;
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: 2.4rem;
}
.selected-products .rtwpvs-product .woocommerce-Price-currencySymbol {
    margin-left: 0;
}

.selected-products .rtwpvs-product .price bdi {
    display: flex;
    gap: 4px;
}

.selected-products .woocs_price_code {
    display: flex;
    align-items: center;
    gap: 4px;
}

.selected-products .woocs_price_code del {
    order: 1;
    padding: 2px;
    background-color: #181818;
    color: #fff;
}

.selected-products .woocs_price_code del + ins {
    font-weight: 400;
}

.selected-products .wp-post-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.selected-products .woocommerce-loop-product__link {
    display: block;
    padding-top: 154%;
    position: relative;
    margin: -1.2rem -1.2rem 0;
    width: calc(100% + 2.4rem);
}

.home.menu-main-opened .site-header,
.home .site-header:hover {
    border-bottom-color: #181818;
}

.home.menu-main-opened .site-header .toggle-navigation,
.home.menu-main-opened .site-header .site-branding,
.home.menu-main-opened .site-header .header-controls,
.home .site-header .site-header-row-bottom:hover .toggle-navigation,
.home .site-header .site-header-row-bottom:hover .site-branding,
.home .site-header .site-header-row-bottom:hover .header-controls {
    filter: none;
}

.home.menu-main-opened .site-header .site-header-row-bottom,
.home .site-header .site-header-row-bottom:hover {
    background: #FFF !important;
}

.button-full-page {
    display: block;
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 500;
    padding: 2.2rem;
    border-bottom: solid 1px #EFEFEF;
    text-align: center;
    color: #181818;
    text-decoration: none;
    transition: background-color 0.3s;
}

.button-full-page:hover {
    background-color: #F4F4F4;
}

.showrooms-section {
    margin: 4.4rem 0;
}

@media screen and (max-width: 599px) {
    .site-header {
        position: sticky;
        top: 0;
    }
    .home .big-banner-parallax {
        padding-top: 24%;
    }
    .home .big-banner-parallax .big-banner {
        overflow-anchor: none;
        animation: animateMobileIndent 0.7s linear forwards;
        animation-delay: 2s;
        transform-origin: 50% 100%;
    }
    @keyframes animateMobileIndent {
        from {
            transform: scale(1);
        }
        to {
            transform: scale(1.13);
        }
    }
    @keyframes animateMobileLogo {
        from {
            transform: scale(2.5) translateY(80%);
        }
        to {
            transform: none;
        }
    }
    .home .site-branding .custom-logo-link {
        animation: animateMobileLogo 0.7s linear forwards;
        animation-delay: 2s;
        transform: scale(2.5) translateY(80%);
    }
    .showrooms-container .wpb_wrapper {
        margin: 0 -1.5rem;
        padding: 0 1.5rem;
    }
}

@media screen and (min-width: 600px) {
    .home:not(.far-from-top):not(.menu-main-opened) .site-header {
        border-bottom-color: rgba(255, 255, 255, 0.2);
    }
    .home:not(.far-from-top):not(.menu-main-opened) .site-header-row-bottom:not(:hover) .toggle-navigation {
        border-color: rgba(255, 255, 255, 0.2);
        color: white;
    }
    .home:not(.far-from-top):not(.menu-main-opened) .site-header-row-bottom:not(:hover) .toggle-navigation .bar span {
        background: #fff;
    }
    .home:not(.far-from-top) .site-header .site-header-row-bottom {
        background-color: transparent;
        transition: background-color 0.3s;
    }
    .home:not(.far-from-top):not(.menu-main-opened) .site-header-row-bottom:not(:hover) .site-branding,
    .home:not(.far-from-top):not(.menu-main-opened) .site-header-row-bottom:not(:hover) .header-btn:not(.btn-cart) {
        filter: invert(1);
    }
    .home:not(.far-from-top):not(.menu-main-opened) .site-header-row-bottom:not(:hover) .wishlist-count:not(:empty) {
        filter: invert(1);
    }
    .home:not(.far-from-top):not(.menu-main-opened) .site-header-row-bottom:not(:hover) .header-btn.btn-cart {
        background-image: url('../../images/shopping-bag-inverse.svg');
    }
    .big-banner-parallax.hidden .big-banner {
        opacity: 0;
    }
    .big-banner-parallax .big-banner {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .big-banner-parallax:before {
        content: "";
        display: block;
        height: 100vh;
        width: 100vw;
    }
    .featured-category {
        flex-basis: 20rem;
    }
    .featured-category-image {
        height: 28rem;
    }
    .subtitle.wpb_content_element {
        padding: 2.4rem 0;
    }
    .subtitle.for-full-screen.wpb_content_element {
        padding: 2.4rem 4rem;
    }
    .subtitle.wpb_content_element h2 {
        font-size: 2.2rem;
    }
    .instagram-section-title.wpb_content_element {
        font-size: 2.2rem;
        margin-bottom: 4.4rem;
    }
    .selected-products .rtwpvs-product .woocommerce-loop-product__title {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 768px) {
    .showrooms-container {
        margin-bottom: 3.2rem;
    }
    .showrooms-section {
        margin: 4rem 0 1.6rem;
    }
    .showroom-image-container {
        padding-top: 90%;
    }
    .showroom-item,
    .instagram-section .instagram-post {
        flex: 1;
    }
    .instagram-section .wpb_wrapper {
        flex-wrap: nowrap;
    }
    .dark-section {
        padding: 6rem 0;
    }
    .instagram-section .wpb_wrapper p {
        margin: 4.4rem 0 1.6rem;
    }
    .double-banner .wpb_wrapper {
        display: flex;
    }
    .double-banner .big-banner-image-container {
        padding-top: 100%;
    }
    .selected-products {
        display: flex;
        overflow: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .selected-products::-webkit-scrollbar {
        display: none;
    }
    .selected-products .rtwpvs-product {
        min-width: 300px;
    }
}
@media screen and (min-width: 1200px) {
    .big-banner-text {
        font-size: 4rem;
        margin-bottom: 3.2rem;
    }
    .featured-category {
        flex-basis: 16.66%;
    }
    .featured-category-image img {
        height: 19.2rem;
    }
    .featured-category-title:after {
        content: "";
        display: inline-block;
        vertical-align: text-bottom;
        width: 1.6rem;
        height: 1.6rem;
        background: url("../../images/arrow-right.svg") no-repeat center/contain;
        margin-left: 0.5rem;
        opacity: 0;
        transition: opacity 0.3s;
    }
    .featured-category:hover .featured-category-title:after {
        opacity: 1;
    }
}
