:root {
    --template-headings-font: Manrope, sans-serif;
    --template-font: Manrope, sans-serif;
}

#header,
.top-navigation-bar {
    background-color: #fff;
}

.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="search"]:hover {
    background-color: #fff;
}

.navigation-in > ul > li > a {
    color: #fff;
}

.navigation-buttons a[data-target="login"]:hover {
    background-color: transparent;
}

.user-action-in .popup-widget .popup-widget-inner {
    border: 1px solid var(--color-primary);
}

@media (min-width: 768px) {
    .navigation-in > ul > li a {
        border-radius: 0;
    }
    .navigation-in > ul > li > a:hover,
    .navigation-in > ul > li.exp > a,
    .navigation-in > ul > li > a:hover {
        background-color: #fff;
        color: var(--color-primary);
    }

    .navigation-in > ul > li > a:hover {
        color: var(--color-primary);
    }

    .admin-logged .user-action-in .popup-widget {
        top: 110px;
    }
}

.next-to-carousel-banners .extended-banner-texts .extended-banner-link {
    color: var(--color-primary-hover);
}

.carousel .extended-banner-texts .extended-banner-link {
    color: #fff;
}

.carousel .extended-banner-texts .extended-banner-title,
.next-to-carousel-banners .extended-banner-texts .extended-banner-title {
    -webkit-line-clamp: 3;
}

.carousel .extended-banner-texts {
    max-width: 700px;
}

.carousel .extended-banner-texts .extended-banner-title {
    font-size: 60px;
    line-height: 1.1;
}

.carousel .extended-banner-texts {
    padding: 60px 80px;
}

.carousel .extended-banner-texts > span {
    margin-bottom: 60px;
}

/*BENEFITY*/

.benefitBanner .benefitBanner__item,
.benefitBanner .benefitBanner__link {
    align-items: center;
    justify-content: flex-start;
}

.benefitBanner .benefitBanner__title {
    font-size: 18px;
    line-height: 1.4;
}

.banner-category > a .extended-banner-texts .extended-banner-title,
.homepage-banners-full-width .banner-wrapper > a .extended-banner-texts .extended-banner-title {
    margin-bottom: 30px;
}

/*IG WIDGET*/

.myig {
    padding-bottom: 80px !important;
    margin-top: 100px !important;
}

.myig-title {
    text-align: center;
}

.myig-title h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;

    margin: 0 0 20px;

    color: var(--color-primary);
    font-size: 60px;
    font-style: italic;
    letter-spacing: -1px;
}

.ig-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 40px;
    height: 40px;
    margin-top: 10px;

    background-color: var(--color-primary);
    border-radius: 6px;
}

a.ig-ico:hover img {
    transform: scale(1.15);
}

.ig-ico img {
    width: 22px;
    height: 22px;
    object-fit: contain;

    transition: transform ease 300ms;
}

.myig-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;

    margin-top: 25px;
}

.myig-posts a {
    width: calc(25% - 18.75px);
    aspect-ratio: 1/1;

    overflow: hidden;
}

.myig-posts a:hover img {
    transform: scale(1.05);
}

.myig-posts img {
    width: 100%;
    height: 100%;
    object-fit: cover;

    border-radius: 12px;
    transition: transform ease 300ms;
}

/*DETAIL KATEGORIE*/

.type-category .content-wrapper-in {
    opacity: 0;
    transition: opacity ease 300ms;
}

.category-title-wrapper {
    position: relative;
    width: calc(100vw - var(--scrollbar-width));
    max-width: 1920px;
    left: 50%;
    transform: translateX(-50%);
    padding-inline: 16px;
}

.desktop .category-title-wrapper {
    aspect-ratio: 1920/420;
}

.mobile .category-title-wrapper {
    height: auto;
    aspect-ratio: 1/1;
}

.category-title-wrapper h1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
    z-index: 1;

    color: #000;
}

.category-title-wrapper img {
    position: relative;
    height: 100%;
    width: calc(100% + 32px);
    max-width: calc(100% + 32px);
    object-fit: cover;
    object-position: center;
    margin-inline: -16px;
}

#category-header {
    background-color: transparent;
}

/*FOOTER*/

.footer-rows .rate-wrapper {
    background-color: var(--color-tertiary);
}

#footer {
    background-color: rgba(7, 37, 66, 0.1);
    border-top: 1px solid var(--color-tertiary);
}

.footer-bottom,
.footer-bottom-full-width {
    background-color: var(--color-primary);
}

#footer .footer-bottom,
#footer .footer-bottom a {
    color: #fff;
}

#signature a {
    margin-left: 4px;
}

.footer-newsletter-full-width {
    display: none;
}

.footer-rows .custom-footer > div.custom-footer__instagram {
    display: none;
}

/*RESPO*/

@media (max-width: 1600px) {
    .carousel .extended-banner-texts .extended-banner-title {
        font-size: 40px;
    }
}

@media (max-width: 1439px) {
    .carousel .extended-banner-texts {
        padding: 40px;
    }

    .next-to-carousel-banners .extended-banner-texts .extended-banner-title {
        font-size: 26px;
    }

    .banner-category > a .extended-banner-texts,
    .homepage-banners-full-width .banner-wrapper > a .extended-banner-texts {
        max-width: 50%;
    }

    .homepage-banners-full-width .banner-wrapper > a img {
        height: inherit;
        align-self: stretch;
        object-fit: cover;
    }
}

@media (max-width: 1199px) {
    .carousel .extended-banner-texts .extended-banner-title {
        margin-bottom: 30px;

        font-size: 30px;
    }

    .next-to-carousel-banners .extended-banner-texts .extended-banner-text {
        margin-bottom: 15px;

        font-size: 14px;
        line-height: 1.2;
    }

    .next-to-carousel-banners .extended-banner-texts .extended-banner-title {
        font-size: 22px;
    }

    .benefitBanner .benefitBanner__title {
        font-size: 14px;
    }

    .myig-title h2 {
        font-size: 40px;
    }

    .ig-ico {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .banner-category > a .extended-banner-texts,
    .homepage-banners-full-width .banner-wrapper > a .extended-banner-texts {
        max-width: 100%;
    }

    .myig-posts {
        gap: 20px;
    }

    .myig-posts a {
        width: calc(25% - 15px);
    }
}

@media (max-width: 767px) {
    .navigation-buttons a[data-target="navigation"],
    .navigation-buttons a[data-target="navigation"]:hover,
    .navigation-window-visible .navigation-buttons a[data-target="navigation"],
    .navigation-window-visible .navigation-buttons a[data-target="navigation"]:hover {
        background-color: transparent;
    }

    .navigation-in > ul > li > a {
        color: var(--color-primary);
    }

    .myig-posts a {
        width: calc(50% - 10px);
    }

    .myig {
        margin-top: 60px !important;
    }

    .myig-title h2 {
        font-size: 30px;
    }

    #header .header-top .header-top-wrapper .site-name,
    #header .header-top .header-top-wrapper h1.site-name {
        padding-block: 5px;
    }

    .carousel .extended-banner-texts {
        padding: 20px;
    }

    .carousel .extended-banner-texts .extended-banner-title {
        margin-bottom: 15px;

        font-size: 20px;
        line-height: 1.3;
    }
}

@media (max-width: 499px) {
    .myig-posts {
        gap: 10px;
    }

    .myig-posts a {
        width: calc(50% - 5px);
    }
}
