<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body:has(.navbar.b2c-navbar) {
    padding-top: 70px !important;
    overflow-y: scroll;
}

.dropdown-toggle {
    all: unset;
}

.navbar.b2c-navbar {
    position: fixed;
    top: 0;
    background: white !important;
    box-shadow: 0 0 10px 3px rgba(129, 129, 129, 0.33);
    z-index: 1040;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    padding: 16px 28px 0;
!important;
    font-family: "Futura", sans-serif;
    height: 75px;
    margin-bottom: 40px;
!important;
}

@media (max-width: 450px) {
    .navbar.b2c-navbar {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.b2c-navbar .navbar-brand.b2c-logo {
    min-width: 135px !important;
    height: 100%;
    padding: 0 0 16px;
    margin-right: 3px;
}

@media (max-width: 450px) {
    .b2c-navbar .navbar-brand.b2c-logo {
        min-width: 115px;
    }
}

.b2c-navbar .navbar-brand.b2c-logo .logo {
    width: 135px;
    height: 100%;
}

@media (max-width: 450px) {
    .b2c-navbar .navbar-brand .logo {
        margin-right: 3px !important;
        width: 115px !important;
        padding-left: 0 !important;
    }
}

.b2c-navbar .main-nav {
    flex-grow: 1;
    height: 100%;
}

.b2c-navbar .main-nav .main-nav-header {
    padding: 0;
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 0 5px;
    list-style: none;
    line-height: 24px;
    flex-grow: 1;
}

@media (max-width: 1100px) {
    .b2c-navbar .main-nav .main-nav-header {
        display: none;
    }
}

.main-nav .main-nav-header .section-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 100%;
}

.main-nav .main-nav-header .nav-button {
    font-family: "Futura", sans-serif;
    font-weight: normal;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
    user-select: none;
    line-height: 24px !important;
    width: 150px;
    text-wrap: nowrap;
    cursor: pointer;
    border: 0;
    background: 0;
    padding-block-start: 0;
    padding-block-end: 0;
}

@media (max-width: 1250px) {
    .main-nav .main-nav-header .nav-button {
        width: 135px;
    }
}

.main-nav .main-nav-header .nav-button.link:hover {
    text-decoration: none;
}

/*.main-nav .main-nav-header .nav-button.link {*/
/* width: 150px;*/
/*}*/

/*@media (max-width: 1250px) {*/
/* .main-nav .main-nav-header .nav-button.link {*/
/* width: 115px;*/
/* }*/
/*}*/

@media (max-width: 1400px) {
    .main-nav .main-nav-header .nav-button.link {
        width: 130px;
    }
}

.main-nav .main-nav-header .nav-button.show .nav-link {
    color: #319c9c;
    border-bottom-color: #319c9c;
}

.main-nav .main-nav-header .nav-button:hover .nav-link, .main-nav .main-nav-header .nav-button .nav-link.active {
    color: #319c9c;
}

.section-wrapper .main-nav-items {
    max-width: none !important;
    max-height: none !important;
    padding: 8px 16px 16px;
    border-top: 0 !important;
    margin-top: 0 !important;
    background-color: #fff;
}

.dropdown-menu.main-nav-items.show {
    top: 100%;
    left: auto !important;
    border-radius: 0;
    width: fit-content;
    display: flex;
    flex-direction: column;
    list-style: none;
    padding: 8px 16px 16px;
    margin: 0 auto;
}

.dropdown-menu.main-nav-items.show li a {
    font-family: "Futura", sans-serif;
    font-size: 16px;
    color: #1d1d1b;
    text-wrap: nowrap;
    text-decoration: none;
    width: 100%;
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    padding: 4.8px 0;
    line-height: 24px;
    cursor: pointer;
}
.dropdown-menu.main-nav-items.show li a .caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-right: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 4px solid;
}

.dropdown-menu.main-nav-items.show li a .caret.show {
    transform: rotate(180deg);
}

.dropdown-menu.main-nav-items.show li a.show {
    color: #319c9c;
    background-color: transparent;
}
.dropdown-menu.main-nav-items.show li a:hover {
    color: #319c9c;
    background-color: transparent;
}

.dropdown-menu.main-nav-items.show li a:active {
    color: #319c9c;
    background-color: transparent;

}

.links-item {
    width: 100%;
}

.links-item a {
    font-family: "Futura", sans-serif;
    font-size: 16px;
    color: #1d1d1b;
    text-wrap: nowrap;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.links-item a {
    font-family: "Futura", sans-serif;
    font-size: 16px;
    color: #1d1d1b;
    text-wrap: nowrap;
    text-decoration: none;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
}

.links-item a:hover {
    color: #319c9c;
}

.links-item a.show {
    color: #319c9c;
}

.header-submenu {
    max-width: none !important;
    max-height: none !important;
    background-color: #fff;
    border-radius: 0;
}

.header-submenu.show {
    top: 0;
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 3.2px 16px 16px;
    transform: translateX(16px);
    left: 100%;
}


.dropdown-toggle.show::after {
    transform: rotate(180deg);
}

.b2c-phone-number-nav {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 16px;
    gap: 8px;
    text-wrap: nowrap;
    font-weight: 400;
}

@media (max-width: 1100px) {
    .b2c-phone-number-nav {
        justify-content: end;
        flex-grow: 1;
        padding-right: 16px;
    }
}

@media (max-width: 576px) {
    .b2c-phone-number-nav {
        padding-right: 8px;
    }
}

.b2c-phone-number-nav .phone-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    width: 24px;
    color: #319c9c;
    fill: #319c9c;
    margin-top: 1px;
    text-wrap: nowrap;
    font-size: 21px;
}

.b2c-phone-number-nav .phone-number {
    font-family: "Futura", sans-serif;
    color: black;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
}

.b2c-phone-number-nav .phone-number:hover {
    color: #319c9c;
}

@media (max-width: 1400px) {
    .b2c-phone-number-nav .phone-number {
        font-size: 16px;
    }
}

@media (max-width: 576px) {
    .b2c-phone-number-nav .phone-number {
        font-size: 13px;
    }
}

.nav-link.b2c-nav-link {
    font-family: "Futura", sans-serif;
    height: 100%;
    font-size: 18px;
    color: black;
    font-weight: 400;
    padding: 8px 0 24px;
    text-align: center;
    border-bottom: 3px solid transparent;
}

.nav-link.b2c-nav-link:focus {
    color: #319c9c;
}

.b2c-desktop-nav {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding-bottom: 16px;
    padding-left: 32px;

}

@media (max-width: 1400px) {
    .b2c-desktop-nav {
        padding-left: 16px;
    }
}

@media (max-width: 1100px) {
    .b2c-desktop-nav {
        display: none;
    }
}

.navbar-toggler.b2c-mob-toggler {
    border: white;
    box-shadow: none !important;
    outline: none;
    padding-bottom: 16px;
    display: none;
}

.navbar-toggler.b2c-mob-toggler .navbar-toggler-icon {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}

@media (max-width: 1100px) {
    .navbar-toggler.b2c-mob-toggler {
        display: block;
    }
}

@media (max-width: 576px) {
    .navbar-toggler.b2c-mob-toggler {
        padding-left: 8px;
        padding-right: 8px;
    }
}

.nav-icon {
    width: 36px;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #319c9c;
    border: 2px solid #319c9c !important;
    transition: all 0.2s;
}

.nav-icon.active, .nav-icon:hover {
    background-color: white;
    color: #319c9c;
}

.nav-icon .link-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: none;
    color: inherit;
    transition: inherit;
    border: 0;
    text-decoration: none;
}

.nav-icon .link-icon.active, .nav-icon .link-icon:hover {
    background-color: white;
    color: #319c9c;

}

.login {
    text-decoration: none;
    color: black;
    padding: 5px 20px;
}

.register {
    border: 1px solid black;
    background: white;
    padding: 5px 20px;
    transition: 0.2s all;
}

.register:hover {
    background: black;
    color: white;
}

.cart-icon .dropdown-toggle::after {
    display: none;
}

.cart-menu {
    z-index: 9999 !important;
    width: 270px;
    position: absolute;
    overflow-x: hidden;
    max-height: 500px;
}

.cart-text {
    font-family: "Futura", sans-serif !important;
    font-style: normal !important;
    font-variant: normal !important;
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0px;
    color: #707070;
    text-decoration: none;
}

.cart-text-bold {
    font-weight: 500;
}

.cart-text-light {
    font-weight: 300;
}

.separator {
    color: #757575;
    border: 1px solid #757575;
    margin-top: 5px !important;
}

.icons {
    color: #c8c8c8;
    border: none;
    background-color: transparent;
}

.b2c-mob-toggler.dropdown-toggle::after {
    display: none;
}</pre></body></html>