@font-face {
    font-family: "Onest";
    src: url("../fonts/onest/Onest-Variable.woff2") format("woff2");
    font-style: normal;
    font-weight: 100 900;
    font-display: swap;
}

body,
button,
input,
optgroup,
select,
textarea,
.btn {
    font-family: "Onest", "Segoe UI", Arial, sans-serif !important;
}

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6,
#menu,
#header .htop,
#footer h5,
.product-tab .htabs a,
.product-tab .tabs li a,
.tooltip,
.popover,
#swipebox-caption,
#button-filter,
.product-thumb .button-group .btn-primary,
.marketshop-category-card__title,
body .ui-widget,
body .ui-widget input,
body .ui-widget select,
body .ui-widget textarea,
body .ui-widget button {
    font-family: "Onest", "Segoe UI", Arial, sans-serif !important;
}

.rev_slider .tp-caption,
.rev_slider .tp-caption a,
.rev_slider .tp-button,
.rev_slider_wrapper .tp-caption a.largeredbtn {
    font-family: "Onest", "Segoe UI", Arial, sans-serif !important;
}

body.common-home_v2 #menu,
body.common-home_v2 #menu .nav > li > a,
body.common-home_v2 .v2-gallery-hero-copy h1,
body.common-home_v2 .v2-gallery-category-title,
body.common-home_v2 .featured_carousel .product-thumb .price,
body.common-home_v2 .v2-product-more {
    font-family: "Onest", "Segoe UI", Arial, sans-serif !important;
}

#container h1,
#container h2,
#container h3,
#container h4,
#container h5,
#container h6,
#footer h5,
.marketshop-category-card__title,
body.common-home_v2 .v2-gallery-hero-copy h1,
body.common-home_v2 .v2-gallery-category-title {
    font-weight: 600 !important;
}

.btn,
#button-filter,
.product-thumb .button-group .btn-primary,
body.common-home_v2 .v2-product-more {
    font-weight: 500 !important;
}

strong,
b,
.product-thumb .price,
body.common-home_v2 .featured_carousel .product-thumb .price {
    font-weight: 700 !important;
}

/* Onest reads more compactly than the former theme font at the same pixel size. */
body {
    font-size: 14px;
    line-height: 20px;
}

button,
input,
optgroup,
select,
textarea,
.btn,
.form-control,
.dropdown-menu {
    font-size: 14px;
}

#header .links > ul > li > a,
#header .links > ul > li .wrap_custom_block > a,
#form-language span,
#form-currency span,
#top .dropdown-menu li a,
#form-currency ul li .currency-select,
#form-language ul li .language-select {
    font-size: 13px;
}

#header #cart .heading,
#header #search input,
#container h3 .viewall,
.htabs a,
.tab-sub a,
.category-module .tabs li a {
    font-size: 14px;
}

.breadcrumb a,
.product-info span.zoom-gallery,
.product-info .cart .minimum,
.product-info .cart div .wishlist {
    font-size: 12px;
}

.product-thumb h4 a {
    font-size: 14px;
    line-height: 20px;
}

.product-thumb .price {
    font-size: 15px;
}

.product-thumb .price-old,
.product-thumb .price-tax {
    font-size: 13px;
}

#button-filter,
.product-thumb .button-group .btn-primary {
    font-size: 12px;
}

#footer .column a {
    font-size: 14px;
    line-height: 20px;
}

@media (min-width: 992px) {
    /* Approved V2 navigation treatment for every public storefront page. */
    body #menu {
        width: 1280px;
        max-width: 100%;
        min-height: 54px;
        margin: 0 auto;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
    }

    body #menu > .container {
        width: 100%;
        max-width: none;
        padding-right: 24px;
        padding-left: 24px;
    }

    body #menu .navbar-collapse {
        position: relative;
        padding: 0;
    }

    body #menu .navbar-nav {
        position: relative;
        display: flex;
        float: none;
        flex-wrap: nowrap;
        align-items: stretch;
        justify-content: space-between;
        width: 100%;
        margin: 0;
    }

    body #menu .nav > li {
        flex: 0 0 auto;
        height: 54px;
        margin: 0;
    }

    body #menu .nav > li > a {
        position: relative;
        display: flex;
        align-items: center;
        height: 54px;
        padding: 0 12px;
        border-radius: 4px;
        color: #252825;
        background: transparent !important;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        letter-spacing: 0.015em;
        white-space: nowrap;
        overflow-wrap: normal;
        word-break: normal;
        text-align: center;
        transition: color 160ms ease, background-color 160ms ease;
    }

    body #menu .nav > li > a::after {
        position: absolute;
        top: auto !important;
        right: 12px !important;
        bottom: 8px !important;
        left: 12px !important;
        display: block !important;
        width: auto !important;
        height: 1px !important;
        margin: 0 !important;
        content: "" !important;
        border: 0 !important;
        background: #344f43 !important;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 160ms ease;
    }

    body #menu .nav > li:hover > a,
    body #menu .nav > li:focus-within > a {
        color: #244c3d;
        background: #f6f7f4 !important;
    }

    body #menu .nav > li:hover > a::after,
    body #menu .nav > li:focus-within > a::after,
    body #menu .nav > li.kvetku-menu-current > a::after {
        transform: scaleX(1);
    }

    body #menu .navbar-nav:hover > li.kvetku-menu-current:not(:hover) > a::after,
    body #menu .navbar-nav:focus-within > li.kvetku-menu-current:not(:focus-within) > a::after {
        transform: scaleX(0);
    }

    body #menu .nav > li > a:focus-visible {
        outline: 1px solid #71877d;
        outline-offset: -4px;
    }

    body #menu .nav > li.categories_hor {
        position: static;
    }

    body #menu .submore,
    body #menu .submore::before,
    body #menu .submore::after,
    body #menu .nav > li > .dropdown-toggle::before {
        display: none !important;
        content: none !important;
    }

    body #menu .nav > li > .dropdown-menu {
        top: 54px;
        box-sizing: border-box;
        margin: 0;
        padding: 18px 20px 20px;
        border: 1px solid #e3e2dc;
        border-top: 1px solid #e3e2dc;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 18px 42px rgba(28, 31, 28, 0.09);
    }

    body #menu .nav > li.categories_hor > .dropdown-menu {
        right: 0;
        left: 0;
        width: 100%;
    }

    body #menu .nav > li.categories_defu > .dropdown-menu,
    body #menu .nav > li.menu_brands.name > .dropdown-menu,
    body #menu .nav > li.information-link > .dropdown-menu,
    body #menu .nav > li.my-account-link > .dropdown-menu {
        width: 190px;
        min-width: 190px;
        max-width: 190px;
        padding: 12px;
    }

    body #menu .nav > li:hover > .dropdown-menu,
    body #menu .nav > li:focus-within > .dropdown-menu {
        animation: kvetku-home-menu-panel-in 160ms ease-out both;
    }

    body #menu .nav > li:focus-within > .dropdown-menu {
        display: block !important;
    }

    body #menu .dropdown-menu .column {
        padding-top: 4px;
        padding-bottom: 12px;
    }

    body #menu .dropdown-menu .column > a {
        display: block;
        margin: 0 0 8px;
        padding: 7px 10px;
        border: 0;
        color: #7f6659;
        background: transparent;
        font-size: 13px;
        font-weight: 500;
        line-height: 1.35;
        letter-spacing: 0.04em;
        text-transform: uppercase;
    }

    body #menu .dropdown-menu ul {
        margin: 0;
        padding: 0;
    }

    body #menu .nav > li.categories_defu > .dropdown-menu > ul,
    body #menu .nav > li.menu_brands.name > .dropdown-menu > ul,
    body #menu .nav > li.information-link > .dropdown-menu > ul,
    body #menu .nav > li.my-account-link > .dropdown-menu > ul {
        display: block;
        width: 100%;
    }

    body #menu .dropdown-menu li {
        border: 0 !important;
    }

    body #menu .dropdown-menu li > a,
    body #menu .categories_hor .dropdown-menu li > a,
    body #menu .categories_defu .dropdown-menu li > a {
        display: block;
        min-width: 0;
        padding: 8px 10px;
        border: 0;
        color: #303330;
        background: transparent;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        text-decoration: none;
        transition: color 140ms ease, background-color 140ms ease, transform 140ms ease;
    }

    body #menu .dropdown-menu li > a:hover,
    body #menu .dropdown-menu li > a:focus {
        color: #244c3d;
        background: #f5f6f3;
        transform: translateX(2px);
    }

    body #menu .dropdown-menu .submenu {
        padding: 10px;
        border: 1px solid #e3e2dc;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 14px 32px rgba(28, 31, 28, 0.08);
    }

    body #menu .dropdown-menu img {
        border-radius: 0;
    }

    @keyframes kvetku-home-menu-panel-in {
        from {
            opacity: 0;
            transform: translateY(5px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
}

@media (min-width: 1200px) and (max-width: 1399px) {
    body #menu .nav > li > a {
        padding-right: 6px;
        padding-left: 6px;
        font-size: 12px;
        letter-spacing: 0;
    }

    body #menu .nav > li > a::after {
        right: 6px !important;
        left: 6px !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    body #menu {
        width: 940px;
    }

    body #menu > .container {
        padding-right: 14px;
        padding-left: 14px;
    }

    body #menu .nav > li {
        margin-right: 1px;
        margin-left: 1px;
    }

    body #menu .nav > li > a {
        padding-right: 4px;
        padding-left: 4px;
        font-size: 13px;
        letter-spacing: 0;
    }

    body #menu .nav > li > a::after {
        right: 4px !important;
        left: 4px !important;
    }
}

@media (max-width: 991px) {
    body #menu {
        width: calc(100% - 20px);
        max-width: none;
        height: auto;
        margin: 0 10px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: #fff;
        box-shadow: none;
        text-align: left;
    }

    body #menu > .container {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    body #menu .navbar-header {
        float: none;
        margin: 0;
        border-radius: 6px;
        background: #f6f7f4;
    }

    body #menu .navbar-header > span {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 48px;
        margin: 0;
        padding: 0 15px;
        border-radius: 6px;
        color: #252825;
        background: #f6f7f4;
        font-size: 14px;
        font-weight: 600;
        line-height: 1;
        letter-spacing: 0.04em;
        text-align: left;
        transition: color 160ms ease, background-color 160ms ease;
    }

    body #menu .navbar-header > span:hover,
    body #menu .navbar-header > span:focus,
    body #menu .navbar-header > span.active {
        color: #244c3d;
        background: #f0f2ee;
    }

    body #menu .navbar-header > span > b {
        position: relative;
        display: block;
        flex: 0 0 12px;
        width: 12px;
        height: 12px;
        margin-left: 12px;
    }

    body #menu .navbar-header > span > b::before {
        display: none;
        content: none;
    }

    body #menu .navbar-header > span > b::after {
        position: absolute;
        top: 0;
        right: auto;
        bottom: auto;
        left: 1px;
        display: block;
        width: 8px;
        height: 8px;
        margin: 0;
        content: "";
        border: 0;
        border-right: 1.5px solid #526159;
        border-bottom: 1.5px solid #526159;
        opacity: 1;
        transform: rotate(45deg);
        transition: transform 160ms ease;
    }

    body #menu .navbar-header > span.active > b::after {
        top: 4px;
        transform: rotate(225deg);
    }

    body #menu .navbar-collapse {
        margin-top: 6px;
        margin-right: 0;
        margin-left: 0;
        padding: 8px !important;
        border: 1px solid #e3e2dc;
        border-radius: 6px;
        background: #fff;
        box-shadow: 0 14px 32px rgba(28, 31, 28, 0.08);
    }

    body #menu .navbar-nav,
    body #menu .nav {
        width: 100%;
        margin: 0;
        padding: 0;
        border: 0;
        border-radius: 4px;
        background: #fff;
        box-shadow: none;
        text-align: left;
    }

    body #menu .nav > li {
        float: none;
        height: auto;
        margin: 0;
        padding: 0;
        border: 0 !important;
    }

    body #menu .nav > li > a {
        position: relative;
        display: block;
        min-height: 40px;
        padding: 11px 42px 10px 12px;
        border: 0;
        border-radius: 4px;
        color: #303330;
        background: transparent !important;
        font-size: 14px;
        font-weight: 500;
        line-height: 1.4;
        white-space: normal;
        overflow-wrap: anywhere;
        transition: color 140ms ease, background-color 140ms ease;
    }

    body #menu .nav > li > a:hover,
    body #menu .nav > li > a:focus {
        color: #244c3d;
        background: #f5f6f3 !important;
    }

    body #menu .nav > li > a::after {
        position: absolute;
        top: auto !important;
        right: 12px !important;
        bottom: 4px !important;
        left: 12px !important;
        display: block !important;
        width: auto !important;
        height: 1px !important;
        margin: 0 !important;
        content: "";
        border: 0 !important;
        background: #344f43 !important;
        transform: scaleX(0);
        transform-origin: center;
        transition: transform 140ms ease;
    }

    body #menu .nav > li:hover > a::after,
    body #menu .nav > li:focus-within > a::after,
    body #menu .nav > li.kvetku-menu-current > a::after {
        transform: scaleX(1);
    }

    body #menu .navbar-nav:hover > li.kvetku-menu-current:not(:hover) > a::after,
    body #menu .navbar-nav:focus-within > li.kvetku-menu-current:not(:focus-within) > a::after {
        transform: scaleX(0);
    }

    body #menu span.submore::after {
        position: absolute;
        top: 0;
        right: 2px;
        display: block;
        width: 38px;
        height: 40px;
        border-radius: 4px;
        color: #6d7b74;
        background: transparent;
        content: "+";
        font-family: "Onest", "Segoe UI", Arial, sans-serif;
        font-size: 18px;
        font-weight: 400;
        line-height: 40px;
        opacity: 1;
        text-align: center;
        transition: color 140ms ease, background-color 140ms ease;
    }

    body #menu span.submore:hover::after,
    body #menu span.submore:focus::after {
        color: #244c3d;
        background: #f0f2ee;
    }

    body #menu span.submore.plus::after {
        content: "−";
    }

    body #menu .nav > li > .dropdown-menu,
    body #menu .nav > li.categories_hor > .dropdown-menu,
    body #menu .nav > li.categories_defu > .dropdown-menu {
        position: relative;
        float: none;
        width: 100%;
        min-width: 0;
        max-width: none;
        margin: 0;
        padding: 5px 8px 8px;
        border: 0;
        border-radius: 6px;
        background: #fafaf8;
        box-shadow: none;
    }

    body #menu .nav > li > .dropdown-menu > ul {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }

    body #menu .dropdown-menu .column {
        margin: 0;
        padding: 0;
        border: 0 !important;
    }

    body #menu .dropdown-menu li,
    body #menu .dropdown-menu li + li,
    body #menu .dropdown-menu .column + .column,
    body #menu .categories_hor .dropdown-menu li,
    body #menu .categories_defu .dropdown-menu li {
        border: 0 !important;
    }

    body #menu .dropdown-menu .column > a,
    body #menu .dropdown-menu li > a,
    body #menu .categories_hor .dropdown-menu li > a,
    body #menu .categories_defu .dropdown-menu li > a {
        display: block;
        width: auto;
        min-width: 0;
        margin: 0;
        padding: 9px 10px;
        border: 0 !important;
        border-radius: 4px;
        color: #303330;
        background: transparent;
        font-size: 14px;
        font-weight: 400;
        line-height: 1.4;
        white-space: normal;
        overflow-wrap: anywhere;
        word-break: normal;
        text-decoration: none;
        transition: color 140ms ease, background-color 140ms ease;
    }

    body #menu .dropdown-menu .column > a:hover,
    body #menu .dropdown-menu .column > a:focus,
    body #menu .dropdown-menu li > a:hover,
    body #menu .dropdown-menu li > a:focus {
        color: #244c3d;
        background: #f0f2ee;
    }

    body #menu .dropdown-menu .submenu,
    body #menu .categories_hor .dropdown-menu .submenu,
    body #menu .categories_defu .dropdown-menu .submenu {
        position: relative;
        left: auto;
        width: auto;
        min-width: 0;
        margin: 4px 0 4px 10px;
        padding: 5px;
        border: 0;
        border-radius: 6px;
        background: #fff;
        box-shadow: none;
    }
}

@media (prefers-reduced-motion: reduce) {
    body #menu .navbar-header > span,
    body #menu .navbar-header > span > b::after,
    body #menu span.submore::after,
    body #menu .nav > li > a,
    body #menu .nav > li > a::after,
    body #menu .dropdown-menu li > a {
        transition: none;
    }

    body #menu .nav > li:hover > .dropdown-menu,
    body #menu .nav > li:focus-within > .dropdown-menu {
        animation: none;
    }
}
