@font-face {
    font-family: "Zlb";
    src: url("../fonts/ZalandoSansExpanded-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "jkt";
    src: url("../fonts/PlusJakartaSans-VariableFont_wght.ttf")
        format("opentype");
}
@font-face {
    font-family: "popbl";
    src: url("../fonts/Poppins-Black.ttf") format("opentype");
}
@font-face {
    font-family: "popbo";
    src: url("../fonts/Poppins-Bold.ttf") format("opentype");
}
@font-face {
    font-family: "poprg";
    src: url("../fonts/Poppins-Regular.ttf") format("opentype");
}

[id] {
    scroll-margin-top: 100px;
}

@media (max-width: 768px) {
    [id] {
        scroll-margin-top: 70px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-weight: normal;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

.form-control:focus {
    box-shadow: none;
}

.header.navbar-light.red {
    background: #ed1f26 !important;
}

.navbar-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 64px;
}

.nav-left {
    flex: 0 0 auto;
    z-index: 2;
}

.nav-right {
    display: flex;
    align-items: center;
    margin-left: auto;
    flex-shrink: 0;
}

/* .nav-right .right {
    display: flex;
    align-items: center;
} */

.nav-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    white-space: nowrap;
    display: none;
}

.nav-actions .newnavigation__nav,
.nav-actions .newnavigation__checkbox {
    display: none !important;
}

.navbar-light .navbar-toggler {
    margin-right: 1rem;
}

.btnprofile,
.btnsearch,
.btnlang .btn {
    background: none;
    border: none;
    color: #fff;
}

.navbar-toggler {
    padding: 0;
    border: none;
    display: block !important;
}

/* --- Fullscreen Menu --- */
.fullscreen-menu {
    position: fixed;
    inset: 0;
    background: #fbeae4;
    z-index: 999999;
    display: none;
    pointer-events: auto;
}

.fullscreen-menu.active {
    display: block;
}

.menu-close {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 1.5rem;
    border: none;
    color: #ff0000;
    background: #fff;
    z-index: 2;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.menu-close i {
    font-size: 1rem;
}

.menu-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    height: 100%;
}

.menu-left {
    background: #ff0000;
    padding: 120px 80px;
}

.menu-right {
    position: relative;
    padding: 120px 80px;
    background: #ff0000;
    transition: background 0.3s ease;
}

.menu-right.is-active {
    background: #fde9e5;
}

.menu-left a,
.menu-right a {
    display: block;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    text-decoration: none;
}

.menu-left a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.menu-left a:hover {
    opacity: 0.8;
}

.menu-right a {
    color: #e30613;
}

.submenu {
    display: none;
}

.submenu a {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #e30613;
    text-decoration: none;
}

.submenu.active {
    display: block;
}

/* --- Mobile Navigation (portrait) --- */
.newnavigation {
    display: none;
}

.newnavigation .btnlang {
    position: fixed;
    top: 5px;
    right: 125px;
    z-index: 1031;
}

.newnavigation .btnlang .btn {
    height: 40px;
    width: 40px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
    padding: 0;
}

.newnavigation .btnlang .dropdown-menu {
    min-width: unset;
}

.dropdown-menu-center {
    left: 50% !important;
    right: auto !important;
    text-align: center !important;
    transform: translate(-50%, 40px) !important;
}

.newnavigation .btnprofile {
    position: fixed;
    top: 5px;
    right: 85px;
    height: 40px;
    width: 40px;
    z-index: 1031;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
}

.newnavigation .btnsearch {
    position: fixed;
    top: 5px;
    right: 45px;
    height: 40px;
    width: 40px;
    z-index: 1031;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 1rem;
    color: #fff;
}

.newnavigation .searchCont {
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    background-color: #ee3638;
    padding: 15px;
    z-index: 1022;
}

.newnavigation .searchCont input {
    border: none;
    box-shadow: none;
    outline: 0;
}

.newnavigation .searchCont .resultsearch {
    height: calc(100vh - 109px);
    overflow: auto;
}

.newnavigation .searchCont .resultsearch > div {
    padding: 15px 0;
}

.newnavigation .searchCont .resultsearch > div:not(:first-child) {
    border-top: 1px solid #fff;
}

.newnavigation .searchCont .resultsearch a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.newnavigation .searchCont .resultsearch h5 {
    font-size: 14px;
    font-weight: 900;
}

.newnavigation .searchCont .resultsearch h6 {
    font-size: 14px;
}

.newnavigation__checkbox {
    display: none;
}

.newnavigation__button {
    position: fixed;
    top: 5px;
    right: 5px;
    height: 40px;
    width: 40px;
    text-align: center;
    background-color: transparent;
    border-radius: 50%;
    z-index: 1031;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.newnavigation__background {
    position: fixed;
    top: 25px;
    right: 35px;
    height: 1px;
    width: 1px;
    border-radius: 50%;
    background: #990000;
    background-size: cover;
    background-position: center;
    z-index: 1020;
    transition: all 800ms cubic-bezier(0.86, 0, 0.07, 1);
}

.newnavigation__nav {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    opacity: 0;
    width: 0;
    visibility: hidden;
    z-index: 1021;
    transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.newnavigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}

.newnavigation__item {
    margin: 0;
}

.newnavigation__link:link,
.newnavigation__link:visited {
    display: inline-block;
    padding: 5px 15px;
    text-transform: uppercase;
    color: #f4f4f4;
    font-size: 1.5rem;
    text-decoration: none;
    transition: all 0.2s;
}

.newnavigation__link span {
    margin-right: 1.5rem;
    display: inline-block;
}

.newnavigation__link:hover {
    color: #c1d0d0;
    transform: scale(1.1);
}

.newnavigation__checkbox:checked ~ .newnavigation__background {
    transform: scale(80);
    background-color: #990000;
    height: 30px;
    width: 30px;
}

.newnavigation__checkbox:checked ~ .newnavigation__nav {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.newnavigation__icon {
    position: relative;
    margin-top: 19px;
}

.newnavigation__icon,
.newnavigation__icon::before,
.newnavigation__icon::after {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
}

.newnavigation__icon::before,
.newnavigation__icon::after {
    content: "";
    position: absolute;
    left: 0;
    transition: all 200ms;
}

.newnavigation__icon::before {
    top: -7px;
}

.newnavigation__icon::after {
    top: 7px;
}

.newnavigation__button:hover .newnavigation__icon::before {
    top: -8px;
}

.newnavigation__button:hover .newnavigation__icon::after {
    top: 8px;
}

.newnavigation__checkbox:checked + .newnavigation__button .newnavigation__icon {
    background-color: transparent;
}

.newnavigation__checkbox:checked
    + .newnavigation__button
    .newnavigation__icon::before {
    top: 0;
    transform: rotate(135deg);
}

.newnavigation__checkbox:checked
    + .newnavigation__button
    .newnavigation__icon::after {
    top: 0;
    transform: rotate(-135deg);
}

/* --- Footer --- */
.footer {
    background: #ff0000;
    padding: 70px 0;
    color: #fff;
}

.footer-logo {
    width: 110px;
    margin-bottom: 20px;
}

.footer-desc {
    font-size: 1rem;
    max-width: 320px;
    margin-bottom: 25px;
}

.footer-subscribe {
    display: flex;
    background: #fff;
    border-radius: 999px;
    overflow: hidden;
    max-width: 320px;
    margin-top: 30px;
}

.footer-subscribe input {
    border: none;
    padding: 12px 18px;
    flex: 1;
    font-size: 14px;
    outline: none;
}

.footer-subscribe button {
    background: #7c0000;
    color: #fff;
    border: none;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

.footer-links a {
    outline: none;
}

.footer-links h5 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
    opacity: 0.9;
}

.footer-links a:hover {
    opacity: 1;
    text-decoration: underline;
}

.footer-contact {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.9;
}

.header.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.header.navbar-light .right a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding: 3px 10px;
}
.header.navbar-light .btn {
    border: 1px solid #fff;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border-radius: 15px;
    padding: 0;
}
.header.navbar-light .profile .btn {
    border: none;
    position: relative;
    padding-left: 0;
}
.header.navbar-light .profile .btn span {
    border: none;
    border-radius: 50%;
    left: 0;
}
.header.navbar-light .profile .btn span i,
.header.navbar-light a.dropdown-item span i {
}
.header.navbar-light.red {
    background: #ee3638 !important;
}
.header.navbar-light a.dropdown-item {
    color: #fff;
    padding: 5px 0;
    position: relative;
    background: 0 0;
    font-size: 12px;
}
.header.navbar-light .right .profile a.dropdown-item {
    padding: 10px 0;
}
.header.navbar-light .right .profile.notif a.dropdown-item {
    padding: 10px 0 10px 15px;
}
.header .search .resultsearch > div:not(:first-child),
.header.navbar-light a.dropdown-item:not(:first-child) {
    border-top: 1px solid #fff;
}
.header.navbar-light a.dropdown-item span {
    border: none;
    border-radius: 50%;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
}
.header.navbar-light a.dropdown-item span i.fa-sign-out {
    font-size: 0.8rem;
}
.header.navbar-light .dropdown-menu {
    background: 0 0;
    border: none;
    padding: 0;
    border-radius: 0;
    margin-top: 10px;
}
.header.navbar-light .dropdown-menu > div {
    background: #ee3638;
    padding: 0 10px;
    position: relative;
}
.header.navbar-light .dropdown-menu > div:after {
    position: absolute;
    top: -15px;
    left: 15px;
    content: "\f0d8";
    color: #ee3638;
    font-family: FontAwesome;
}
.header .search .btn {
    border: none;
}
.header .search .dropdown-toggle::after {
    display: none;
}
.header .search .dropdown-menu {
    right: 0;
    left: auto;
}
.header .search .dropdown-menu input {
    width: 300px;
    border: none;
    box-shadow: none;
    outline: 0;
}
.header .search .dropdown-menu > div {
    padding: 15px;
}
.header .search .dropdown-menu > div:after {
    left: auto;
    right: 15px;
}
.newsletter-toast-wrap {
    position: relative;
}

.newsletter-toast {
    position: absolute;
    top: -45px;
    left: 0;
    background: #fff;
    color: #333;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 13px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    white-space: nowrap;
}

.newsletter-toast.show {
    opacity: 1;
    transform: translateY(0);
}

.newsletter-toast.error {
    color: #b91c1c;
}

@media (orientation: portrait) {
    .newnavigation {
        display: block;
    }

    .header .navbar-brand {
        margin-left: 0;
        margin-right: 0;
    }

    .header .navbar-toggler {
        margin-left: 15px;
        margin-right: 0;
    }

    .header.navbar-light .navbar-brand img {
        margin-right: 0;
    }

    .nav-right {
        margin-left: auto;
        display: flex;
        align-items: center;
    }

    .nav-actions {
        display: flex;
        align-items: center;
        gap: 8px;
    }

    .nav-right .navbar-collapse {
        display: none !important;
    }

    .nav-center {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .menu-inner {
        grid-template-columns: 1fr;
    }

    .menu-left,
    .menu-right {
        padding: 90px 30px;
    }

    .newnavigation .btnlang {
        position: fixed;
        top: 20px;
        right: 145px;
    }

    .newnavigation .btnprofile {
        position: fixed;
        top: 20px;
        right: 100px;
    }

    .newnavigation .btnsearch {
        position: fixed;
        top: 20px;
        right: 54px;
    }

    .newnavigation .searchCont {
        top: 80px;
    }

    .newnavigation .dropdown-item {
        color: #ff0000;
    }

    .footer {
        padding: 50px 20px;
    }

    .footer-left,
    .footer-links {
        margin-bottom: 40px;
    }

    .footer-subscribe {
        max-width: 100%;
    }

    .cookie_consent {
        flex-direction: column;
        text-align: center;
    }

    .cookie_consent .btn {
        margin-left: 0;
        margin-top: 10px;
    }

    .footer-logo {
        width: 80px !important;
    }
}
