<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* roboto-regular - latin */
@font-face {
    font-display: swap; /* So it doesn't block rendering */
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/roboto-v47-latin-regular.woff2") format("woff2");
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    font-family: "Roboto", sans-serif;
    --e-global-color-black: #000;
    overflow-x: hidden;
    width: 100vw;
    body {
        padding-left: env(safe-area-inset-left);
        padding-right: env(safe-area-inset-right);
    }
}

/* Ensure all elements respect this */
*,
*:before,
*:after {
    box-sizing: border-box;
}

:root {
    --menu-gap: 2rem;
    --font-main: "Times New Roman Cyr", sans-serif;
}

body &gt; header {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    position: relative;
    background: #000;
}

aside.shop-perks-and-live-prices .live-prices {
    border-bottom: ridge 4px #b18f4c;
    border-top: ridge 4px #b18f4c;
}

body &gt; header a,
body &gt; header a:hover {
    color: #fff;
}

body &gt; header:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.1;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
}

.header-top {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    font-size: 25px;
    padding: 15px 0 10px 0;
    position: relative;
    z-index: 33;
    width: 100%;
    color: white;
}

.header-top-left,
.header-top-right {
    display: flex;
    align-items: center;
    gap: var(--menu-gap);
}

.header-top-left {
    justify-content: flex-start;
}

.header-top-right {
    justify-content: flex-end;
}

.header-top-left .toggle-button {
    height: 44px;
    width: 44px;
    border: none;
}

.header-top-left .toggle-button div {
    width: 25px;
    height: 2.5px;
}

.header-logo {
    width: 100px !important;
    height: 100px !important;
    justify-self: center;
}
.header-logo a {
    display: block;
    width: 100%;
    height: 100%;
}
.header-logo img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.header-top-right a span.cart_count {
    width: 15px;
    height: 15px;
    position: relative;
    right: 5px;
    bottom: 15px;
    background: #f00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    border-radius: 50%;
    font-weight: bold;
    text-indent: -1px;
}

.header-top-right a:not(.js-dgwt-wcas-enable-mobile-form) {
    display: flex;
    align-items: center;
    position: relative;
}

.header-top #opensearch {
    color: #fff;
    background: transparent;
    border: none;
}

.header_bottom_container {
    width: 100%;
    max-width: unset;
}

.header_bottom {
    width: 100%;
    padding-top: 1ch;
    position: relative;
    z-index: 2;
}

.mega-menu-wrap,
#mega-menu-right-menu,
#mega-menu-left-menu {
    font-size: inherit !important;
}

#mega-menu-right-menu ul,
#mega-menu-left-menu ul {
    font-size: inherit !important;
}

#mega-menu-right-menu li,
#mega-menu-left-menu li {
    font-size: inherit !important;
}

#mega-menu-wrap-right-menu
    #mega-menu-right-menu
    li.mega-menu-item
    &gt; ul.mega-sub-menu
    &gt; li.mega-menu-row
    .mega-menu-column
    &gt; ul.mega-sub-menu
    &gt; li.mega-menu-item {
    padding-top: 0;
    text-align: center;
}

#mega-menu-wrap-right-menu
    #mega-menu-right-menu
    &gt; li.mega-menu-megamenu
    &gt; ul.mega-sub-menu {
    border: solid 4px #b18f4c !important;
}

#mega-menu-wrap-right-menu #mega-menu-right-menu .mega-sub-menu a[href="#"] {
    pointer-events: none !important;
}

.mega-view-all ul li a.mega-menu-link {
    text-align: center !important;
    display: inline-block !important;
    border: 1px solid !important;
    padding: 10px 20px !important;
    margin-top: 20px !important;
}

.icon-link,
#opensearch {
    min-width: 44px;
    min-height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px; /* Optional */
}

#search_bar {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: none;
    width: 90%;
    background: black;
}

#mega-menu-wrap-header-menu {
    width: 100%;
}

.header-mega-menu {
    font-family: "Times New Roman Cyr" !important;
}

#mega-menu-wrap-header-menu #mega-menu-header-menu &gt; li.mega-menu-item {
    padding: 10px 15px 30px;
}

#mega-menu-header-menu &gt; #mega-menu-item-40 &gt; ul {
    margin-top: 20px !important;
}

.free-shipping-banner {
    background: linear-gradient(
        to right,
        #000000,
        #5b4324 20%,
        #b59762 50%,
        #5b4324 80%,
        #000000 100%
    );
    color: #fff;
    font-weight: bold;
    font-size: 1.25rem;
    padding: 0.85rem 0.5rem 1rem 0.5rem;
    text-align: center;
    margin: 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}

.free-shipping-banner:hover {
    background: black;
    box-shadow: 0 6px 8px rgba(0, 0, 0, 0.4);
}

header + .clearfix {
    position: relative;
    z-index: 10;
}

@media screen and (max-width: 365px) {
    .header-top-left,
    .header-top-right {
        gap: 0;
    }
    .header-top-left {
        margin-left: 5px;
    }
    .header-top-right {
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    .free-shipping-banner {
        display: none;
    }

    .home aside.shop-perks-and-live-prices .live-prices {
        margin-bottom: 4px !important;
    }
}

@media screen and (min-width: 365px) and (max-width: 1140px) {
    .header-top {
        gap: clamp(var(--menu-gap) * 0.5, 5vw, var(--menu-gap) * 5);
    }
    .header-top-left,
    .header-top-right {
        gap: clamp(var(--menu-gap) * 0.5, 5vw, var(--menu-gap) * 5);
    }
    .header-top-left {
        margin-left: clamp(0.25rem, 5vw, var(--menu-gap) * 5);
    }
    .header-top-right {
        margin-right: clamp(0.25rem, 5vw, var(--menu-gap) * 5);
    }
}

@media screen and (max-width: 1140px) {
    .deskop-view {
        display: none;
    }

    .mega-menu-link {
        position: relative;
    }
    .mega-indicator {
        position: absolute !important;
        width: 100% !important;
        height: 100% !important;
        right: 0 !important;
        top: 0 !important;
        padding-left: 100px !important;
    }
    .header_bottom {
        padding: 0;
        z-index: 99;
    }

    .only_mobile_view {
        display: block;
        width: 100%;
    }

    .mobile_version_menu_inside {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .close_toggle {
        display: flex;

        justify-content: flex-end;

        margin-bottom: 10px;

        padding: 0 10px 0 0;
    }

    .toggle-button.active div:before {
        transform: translateY(0) rotate(-45deg);
    }

    .toggle-button.active div:after {
        transform: translateY(0) rotate(45deg);
    }

    .mobile_logo {
        float: left;
        flex: unset;
        max-width: unset;
    }

    .mobile_logo img {
        width: 150px;
        height: auto;
    }

    .custom-logo-link {
        width: 100%;
        height: 100%;
        display: block;
    }

    .header_bottom_container {
        font-size: clamp(1.1rem, calc(1.1rem + 1vw), 2rem);
    }

    .header-mega-menu {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 999;
        top: 0;
        left: -100%;
        background-color: var(--e-global-color-black);
        overflow: hidden;
        padding: 1rem;
        -webkit-transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
        transition: left 0.6s cubic-bezier(0.6, 0.1, 0.68, 0.53);
        overflow-y: auto;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
        align-content: flex-start;
    }

    .menu_open {
        left: 0;
    }

    .mega-menu-wrap {
        width: 100% !important;
    }

    #mega-menu-right-menu {
        box-shadow: 0px -1px #222 !important;
    }

    #mega-menu-left-menu,
    #mega-menu-right-menu {
        padding: 0 15px !important;
    }

    #mega-menu-wrap-left-menu
        #mega-menu-left-menu
        &gt; li.mega-menu-item:not(.mega-menu-item-has-children),
    #mega-menu-wrap-right-menu
        #mega-menu-right-menu
        &gt; li.mega-menu-item:not(.mega-menu-item-has-children) {
        padding: 1em 0px;
        border: 4px solid transparent;
    }

    .mega-menu-item.mega-current-menu-item,
    .mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link {
        background: #b18f4c !important;
    }

    .toggle-button {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 25px;
        height: 18px;
        cursor: pointer;
        background: transparent;
    }

    .toggle-button div:before,
    .toggle-button div:after {
        content: "";
        position: absolute;
        left: 0;
        width: inherit;
        height: inherit;
        background-color: #fff;
        border-radius: 3px;
        transition: all 0.25s ease 0s;
    }

    .toggle-button div:before {
        transform: translateY(-8px);
    }

    .toggle-button div:after {
        transform: translateY(8px);
    }

    .toggle-button div {
        width: 100%;
        height: 1.5px;
        border-radius: 3px;
        background-color: #fff;
        position: relative;
        transition: all 0.25s ease 0s;
    }

    .toggle-button.active div {
        background-color: initial;
    }

    .close_toggle .toggle-button div:before,
    .close_toggle .toggle-button div:after {
        background-color: #fff;
    }

    header
        #mega-menu-wrap-header-menu
        #mega-menu-header-menu
        &gt; li.mega-menu-item {
        padding: 5px 0 !important;
    }

    #mega-menu-wrap-header-menu .mega-menu-toggle + #mega-menu-header-menu {
        padding: 0 15px !important;
    }

    .mega-menu-logo-item {
        display: none;
    }

    /* target only the topâ€level mega menu (the one with --columns:12) */
    .mega-toggle-on
        &gt; ul.mega-sub-menu[role="presentation"]
        &gt; li
        ul.mega-sub-menu[role="presentation"] {
        display: flex !important;
        flex-direction: column-reverse;
    }

    /* put View All Products to the top */
    ul.mega-sub-menu[role="presentation"]
        &gt; li
        ul.mega-sub-menu[role="presentation"]
        &gt; li:first-child {
        order: 1;
    }

    header
        #mega-menu-wrap-right-menu
        #mega-menu-right-menu
        li.mega-menu-item-has-children
        &gt; a.mega-menu-link
        &gt; span.mega-indicator {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .currency-switcher {
        position: relative;
    }

    /* Show the list when open */
    .currency-switcher.is-open li,
    .currency-switcher.is-open #currency-toggle {
        display: block !important;
        background: #000 !important;
        border-left: solid 4px #b18f4c !important;
        border-right: solid 4px #b18f4c !important;
        border-bottom: solid 4px #b18f4c !important;
        padding: calc(1em - 4px) calc(10px - 4px) !important;
    }

    .currency-switcher.is-open #currency-toggle {
        border-top: solid 4px #b18f4c !important;
    }

    #currency-toggle &gt; span {
        pointer-events: none;
    }
    .currency-switcher.open ~ .currency-dropdown-list-item:last-child {
        border-bottom: solid 4px #b18f4c !important;
    }

    /* Styling for the active currency */
    .currency-switcher .current-currency {
        font-weight: bold;
    }

    /* Add a hover effect */
    .currency-dropdown-list-item a:hover {
        background-color: #555;
        color: #fff;
    }

    /* Hide the currency items by default */
    .currency-dropdown-list-item {
        display: none !important;
        position: absolute;
        top: 100%;
        left: 0;
        background: #666;
        z-index: 100;
        list-style: none;
        border-left: solid 4px #b18f4c !important;
        border-right: solid 4px #b18f4c !important;
    }

    .mega-menu-item-has-children.mega-menu-grid.mega-toggle-on
        &gt; a.mega-menu-link {
        padding: 1em 10px !important;
        height: unset !important;
        border-top: solid 4px #b18f4c !important;
        border-left: solid 4px #b18f4c !important;
        border-right: solid 4px #b18f4c !important;
    }
    .mega-menu-item-has-children.mega-menu-grid &gt; a.mega-menu-link {
        padding: 1em 10px !important;
        border-top: solid 4px transparent !important;
        border-left: solid 4px transparent !important;
        border-right: solid 4px transparent !important;
        height: unset !important;
    }

    /* Default closed state (down arrow) */
    #mega-menu-wrap-right-menu
        #mega-menu-right-menu
        li.mega-menu-item-has-children
        &gt; a.mega-menu-link
        &gt; span.mega-indicator:after {
        content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"&gt;&lt;path d="M0 3l5 5 5-5z" fill="white"/&gt;&lt;/svg&gt;') !important;
        vertical-align: middle !important;
        margin-right: 10px;
        float: right !important;
        font-family: unset !important;
    }

    /* Open state (up arrow) */
    #mega-menu-wrap-right-menu
        #mega-menu-right-menu
        li.mega-menu-item-has-children.mega-toggle-on
        &gt; a.mega-menu-link
        &gt; span.mega-indicator:after {
        content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"&gt;&lt;path d="M0 7l5-5 5 5z" fill="white"/&gt;&lt;/svg&gt;') !important;
        margin-right: 10px;
        font-family: unset !important;
    }

    /* Currency Switcher Arrow */
    .currency-switcher &gt; button .mega-indicator:after {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'%3E%3Cpath d='M0 3l5 5 5-5z' fill='white'/%3E%3C/svg%3E") !important;
        margin-right: 10px;
        display: flex;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
    }

    .currency-switcher.is-open &gt; button .mega-indicator:after {
        content: url('data:image/svg+xml;utf8,&lt;svg xmlns="http://www.w3.org/2000/svg" width="10" height="10" viewBox="0 0 10 10"&gt;&lt;path d="M0 7l5-5 5 5z" fill="white"/&gt;&lt;/svg&gt;') !important;
        margin-right: 10px;
        display: flex;
        justify-content: flex-end;
        height: 100%;
        align-items: center;
    }

    header
        .header-mega-menu
        #mega-menu-wrap-right-menu
        #mega-menu-right-menu
        li.currency-menu {
        display: block !important;
        padding: 0;
    }

    #mega-menu-right-menu li.currency-menu li {
        padding: 1em 0;
        border: none;
        background: transparent;
        color: white;
        text-align: left;
    }

    #mega-menu-right-menu li.currency-menu button {
        padding-left: 10px;
        padding-right: 10px;
        width: 100%;
        font-size: 1.2em;
        text-align: left;
        color: #fff;
        background: transparent;
        border: none;
        outline: none;
    }

    #mega-menu-right-menu li.currency-menu button:first-child {
        padding: 1em 10px;
        background: transparent;
    }

    .currency-switcher .currency-options-list li {
        list-style-type: none;
    }
}

@media screen and (min-width: 1140px) {
    .only_mobile_view {
        display: none !important;
    }
    .header-top {
        grid-template-columns: 1fr 1fr;
    }
    .header_bottom {
        display: block !important;
    }

    .header-mega-menu {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        margin-bottom: 10px;
    }

    #mega-menu-wrap-left-menu #mega-menu-left-menu {
        display: flex;
        justify-content: space-around;
    }

    .menu-logo {
        min-width: 160px;
        height: 80px;
        margin: 0 2em;
    }

    .menu-logo img {
        position: absolute;
        top: -60px;
    }

    #mega-menu-wrap-right-menu #mega-menu-right-menu {
        display: flex;
        justify-content: space-around;
    }

    #mega-menu-left-menu &gt; li.mega-menu-item,
    #mega-menu-right-menu &gt; li.mega-menu-item {
        padding: 20px 15px 28px !important;
    }
    #mega-menu-left-menu &gt; li.mega-menu-item.mega-toggle-on,
    #mega-menu-right-menu &gt; li.mega-menu-item.mega-toggle-on {
        padding: 16px 11px 24px !important;
        border: solid 4px #b18f4c !important;
    }

    /* break it out of the right-ULâ€™s box and center to viewport */
    #mega-menu-wrap-right-menu
        #mega-menu-right-menu
        &gt; li.mega-menu-megamenu
        &gt; ul.mega-sub-menu {
        position: absolute;
        top: 85px !important;
        width: 99vw;
        max-width: 1280px;
        transform: translateX(-59.5%) !important;
        padding: 25px 0 25px 0 !important;
    }

    #mega-menu-wrap-header-menu #mega-menu-header-menu {
        display: grid;
        grid-template-columns: auto auto auto 1fr;
        grid-auto-flow: column; /* additional children get given auto width column tracks*/
        grid-template-rows: 80px;
        align-items: end;
        width: 100%;
    }

    .mobile_logo {
        display: none;
    }
    .header-top-left,
    .header-top-right {
        gap: calc(var(--menu-gap) * 2);
    }
    .header-top-left {
        margin-left: 5rem;
    }

    .header-top-right {
        margin-right: 5rem;
    }

    .header-logo {
        display: none;
    }
}

@media screen and (min-width: 1140px) and (max-width: 1221px) {
    #mega-menu-item-40 &gt; a &gt; span {
        display: none !important;
    }
}
</pre></body></html>