/*header*/

@media (min-width: 768px) {
.top-navigation-contacts {
    display: none !important;
}
.top-navigation-bar {
    background-color: var(--muted-bg);
    border: none;
    height: 30px;
}
.top-navigation-tools.top-navigation-tools--language, .top-navigation-menu {
    height: 30px;
}}
.top-navigation-contacts, .top-navigation-menu {
    background-color: transparent;
}
.top-navigation-bar .dropdown button, .top-navigation-bar a {
    color: var(--color-secondary-hover);
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
}
.top-navigation-bar-menu li:before {
		display: none;
}
.top-navigation-bar-menu li a, .top-navigation-bar-menu-helper li a {
    padding: 0 20px;
    line-height: 30px;
}
.top-navigation-bar-menu li:first-child a {
    padding-left: 0;
}
ul.top-navigation-bar-menu {
    width: fit-content;
}
a.top-nav-button.top-nav-button-account {
    display: block;
}
a.top-nav-button.top-nav-button-account, .navigation-buttons a[data-target=search] {
    padding: 0;
    height: unset;
    width: unset;
}
.top-navigation-menu-trigger:before {
    height: 30px;
    line-height: 30px;
}
.header-top .btn.cart-count .cart-price {
    display: none !important;
}
.header-top .btn.cart-count:before {
    margin-right: 0;
}
.btn.cart-count:before, a.btn.cart-count:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #000;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z'/></svg>") no-repeat center / contain;
}
.top-nav-button-login span, a.top-nav-button.top-nav-button-account > span {
    display: none;
}
.top-nav-button-login {
    padding: 0;
    border: 0;
    line-height: 0;
}
a.top-nav-button.top-nav-button-account {
    padding: 0;
    height: unset;
    width: unset;
}
.top-nav-button-login::before, a.top-nav-button.top-nav-button-account::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background-color: #000;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z'/%3E%3C/svg%3E") no-repeat center;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z'/%3E%3C/svg%3E") no-repeat center;
    -webkit-mask-size: contain;
    mask-size: contain;
}
.navigation-buttons>a[data-target=cart] i {
    height: 14px;
    width: 14px;
    background-color: var(--color-secondary-hover);
    color: #fff;
    font-weight: 700;
    font-size: 10px;
    line-height: 1;
}
@media (max-width: 768px) {
a.top-nav-button.top-nav-button-account, .top-nav-button-login {
    left: auto;
    position: absolute;
    right: 90px;
    top: -37px;
    transition: transform .15s;
}}
@media (min-width: 768px) {
.navigation-buttons a[data-target=search] {
    display: block;
}}
.navigation-buttons a[data-target=search], .navigation-buttons a[data-target=search]:hover {
    background-color: transparent;
}
.navigation-buttons>a[data-target=search]:before, .responsive-tools>a[data-target=search]:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 20px;
    background-color: #000;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/></svg>") no-repeat center / contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='m21 21-5.197-5.197m0 0A7.5 7.5 0 1 0 5.196 5.196a7.5 7.5 0 0 0 10.607 10.607Z'/></svg>") no-repeat center / contain;
}
.responsive-tools>a[data-target=search]:before {
    margin-right: 0;
    margin-top: 7px;
}


@media (max-width: 767px) {
#header .cart-count {
    right: 56px;
}
.top-nav-button-login::before, a.top-nav-button.top-nav-button-account::before {
    margin-right: 0;
}
.responsive-tools>a[data-target=search] {
    width: fit-content;
    padding: 0;
}
.responsive-tools>a[data-target=search] {
    margin-right: 105px;
}
.scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-nav-button-login, .scrolled-down body:not(.ordering-process):not(.search-window-visible) .top-nav-button.top-nav-button-account {
    transform: translateY(-200%);
}
.ordering-process .navigation-buttons {
    display: none;
}
.navigation-buttons>a[data-target=cart] i {
    left: 11px;
}}

@media (min-width: 767px) {
.search {
    display: none;
}
.search-window-visible .search {
    display: block;
    z-index: 9;
}
.site-name-wrapper {
    flex: 0 1;
    flex-basis: fit-content !important;
    max-width: 170px;
}
.navigation-buttons {
    flex: 0 1 fit-content !important;
}
.header-top {
    gap: 20px;
    justify-content: space-between;
}
.search {
    flex: 1 !important;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}}
.form-control, input, select, textarea {
    border-color: var(--border-color);
    border-radius: var(--border-radius);
    font-size: 14px;
}
form#formSearchForm button.btn.btn-default {
    height: 30px;
    padding: 0 10px;
    margin: 3px;
    border-radius: var(--border-radius);
    font-weight: 600;
    text-transform: none;
    line-height: inherit;
}
/*menu*/
@media (min-width: 767px) {
nav#navigation {
    position: absolute;
    width: 100%;
    margin-left: 127px;
    top: 34px;
}
.menu-helper {
    position: absolute;
    top: 34px;
    margin-right: 155px;
}
.navigation-in>ul>li>a {
    padding-bottom: 8px;
    padding-top: 8px;
}
nav#navigation {
    max-width: 433px;
}
.navigation-in>ul>li {
    border: none;
}
.navigation-in {
    background-color: transparent;
}
.navigation-in>ul>li.ext>a>span {
    display: inline-block;
}
.submenu-arrow {
    padding-left: 5px;
}
.menu-helper:after {
    background-color: transparent;
    color: #000;
}
.navigation-in>ul>li.ext>ul>li>div>a {
    font-weight: 500;
}
.navigation-in ul.menu-level-2 a {
    color: #000;
}
ul.menu-level-3 {
    display: none !important;
}
.search-window-visible nav#navigation {
    opacity: 0;
}}
.navigation-in ul.menu-level-2 a:hover {
    color: var(--color-secondary-hover);
}
.navigation-in>ul>li>a, .menu-helper>ul>li a {
    color: #000;
}
@media (min-width: 992px) {
nav#navigation {
    max-width: 658px;
}}
@media (min-width: 1200px) {
nav#navigation {
    max-width: 864px;
}}
@media (min-width: 1440px) {
nav#navigation {
    max-width: 1104px;
}}
.navigation-in ul li a b, .menu-helper>ul>li a b {
    font-weight: 500;
}
.navigation-in {
    font-size: 16px;
    line-height: 16px;
}
/*phone menu*/
@media (max-width: 767px) {
nav#navigation {
    top: 50px;
    height: calc(100% - 50px);
}
.navigation-window-visible #navigation {
    width: 100%;
    display: block;
}
.navigation-in {
    display: flex;
    flex-direction: column;
}
#navigation .navigation-in ul li {
    text-decoration: none !important;
}
.navigation-in>ul>li {
    border-color: var(--border-color);
}
#navigation .menu-level-1>li>a, #navigation .navigationActions>li>a {
    padding-right: 50px;
    position: relative;
    transition: 0s;
}
.navigation-in>ul>li>a {
    color: #000;
    text-decoration: none;
    font-size: 14px;
    text-transform: uppercase;
    padding: 16px 24px;
    border: none;
}
#navigation .navigation-in ul li>a>b {
    padding: 0;
    font-weight: 600;
    text-decoration: none;
}
#navigation .menu-level-1>li>a .submenu-arrow, #navigation .navigationActions>li>a .submenu-arrow {
    width: 48px;
    height: 48px;
    line-height: 48px;
    display: block;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(0);
}
#navigation .submenu-arrow:after {
    content: "";
    width: 16px;
    height: 16px;
    vertical-align: middle;
    position: relative;
    top: -1px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23222222' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m8.25 4.5 7.5 7.5-7.5 7.5'/%3E%3C/svg%3E");
		transition: 0s;
}
.navigation-in>ul>li.ext.exp>a {
    padding-left: 48px;
    padding-right: 100px !important;
    margin-bottom: 0px;
    background-color: var(--muted-bg);
    border-bottom: 1px solid var(--border-color);
}
#navigation .menu-level-1>li.ext.exp>a b {
    color: var(--color-secondary-hover);
    font-size: 16px;
}
#navigation .menu-level-1>li.ext.exp>a .submenu-arrow, #navigation ul.navigationActions li.ext.exp .submenu-arrow {
    left: 0;
}
#navigation .menu-level-1>li.ext.exp>a b::after {
    content: "Do kategorie";
    margin-left: auto;
    text-decoration: underline;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    right: 24px;
    text-transform: none;
}
.navigation-in ul.menu-level-2 {
    margin-bottom: 0px;
}
.navigation-in ul.menu-level-2 li {
    position: relative;
    margin-bottom: 0px;
    min-height: 0px;
    display: flex;
    align-items: center;
    padding: 5px 24px;
    border-bottom: 1px solid var(--border-color);
}
.navigation-in a.menu-image {
    display: block;
    width: 32px;
    height: 32px;
    border-radius: 0px;
    flex: 0 0 32px;
    padding: 0 !important;
}
.navigation-in a.menu-image img {
    width: 32px;
    height: 32px;
    object-fit: cover;
}
#navigation .navigation-in ul li>div {
    width: 100%;
}
.navigation-in ul.menu-level-2 li a:not(.menu-image) {
    color: #000;
    position: relative;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 0;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.navigation-in ul.menu-level-2 li a:not(.menu-image)>span {
    text-decoration: none;
}
.navigation-in:has(li.ext.exp)>ul>li:not(.exp) {
    display: none;
}
.navigation-close {
    padding: 0;    
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
}
.navigation-close:before {
    content: "";
    height: 16px;
    line-height: 16px;
    width: 16px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23222222' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 18 18 6M6 6l12 12'/%3E%3C/svg%3E");
}
.navigationActions__flagWrapper {
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    line-height: 14px !important;
}
.navigationActions__flagWrapper .shp-flag {
    height: 16px;
    width: 16px;
    margin-left: 5px;
}
ul.navigationActions>li>a>span {
    padding: 0;
}
#navigation ul.navigationActions li.ext.exp > a > .navigationActions__flagWrapper > span {
    font-weight: 600;
    color: #000;
}
ul.navigationActions__submenu.menu-level-2 li {
    display: block;
}
.navigationActions__submenu__item--active:before {
    content: "";
    width: 16px;
    height: 16px;
	left: 16px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23222222' stroke-width='1.5'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='m4.5 12.75 6 6 9-13.5'/%3E%3C/svg%3E");
    background-color: transparent;
}
.navigation-in .navigationActions__submenu.menu-level-2 > li {
    padding-left: 0;
    padding-right: 0;
    border-bottom: none;
}
.navigation-in .navigationActions__submenu.menu-level-2 li a.navigationActions__link--flag {
    margin-left: 10px;
}
.navigation-close {
    display: none;
}
.navigation-window-visible .responsive-tools>a[data-target=navigation]:before {
    content: "\e912";
    font-size: 12px;
}
.navigation-in>ul>li.ext.exp>ul {
		display: block;
}
.navigation-in>ul>li.ext.exp>a .submenu-arrow::after {
    transform: rotate(180deg);
}
.responsive-tools>a[data-target=navigation]:before, .responsive-tools>a[data-target=navigation]:hover:before {
    background-color: var(--color-secondary-hover);
    border-radius: var(--border-radius);
}}
/*SWIPER*/
#carousel .extended-banner-texts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    z-index: 2;
    text-align: left;
    color: #fff;
}
#carousel .extended-banner-texts.text-dark {
    color: #000;
}
#carousel .extended-banner-texts > * {
    position: relative;
    inset: auto;
    padding: 0;
    margin: 0;
    box-shadow: unset;
    background: none;
    border: 0;
}
#carousel .extended-banner-title {
    font-size: 22px;
    font-weight: 700;
}
#carousel .extended-banner-text {
    max-width: 100%;
    font-size: 13px;
    margin-top: 10px;
}
#carousel .extended-banner-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--color-primary);
    color: white;
    min-height: 36px;
    padding: 5px 20px;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 20px;
}
#carousel .extended-banner-link::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
#carousel .extended-banner-link:hover {
    background-color: var(--color-secondary-hover);
}
#carousel .swiper-button-prev, #carousel .swiper-button-next {
    width: 35px;
    height: 35px;
    color: #fff;
    background: var(--color-secondary-hover);
    border-radius: calc(var(--border-radius)/2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
}
.homepage-box.before-carousel {
    background-color: transparent !important;
    border: none;
}
#carousel .swiper-button-prev {
    left: 10px;
}
#carousel .swiper-button-next {
    right: 10px;
}
#carousel .swiper-slide {
    border-radius: var(--border-radius);
}
#carousel .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: var(--border-radius);
}
#carousel .swiper-slide a::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 75%;
    background: linear-gradient(to top, rgba(0, 0, 0, .75), rgba(0, 0, 0, 0));
    border-radius: var(--border-radius);
}
#carousel .swiper {
    z-index: 0;
}
@media (max-width: 767px) {
#carousel .swiper {
    padding: 10px;
}
#carousel .swiper-button-prev {
    left: 20px;
}
#carousel .swiper-button-next {
    right: 20px;
}
#carousel .extended-banner-title {
    font-size: 18px;
}}
/*benefits*/
.benefitBanner__link, .benefitBanner__item {
    display: flex;
    flex-direction: column;
}
.benefitBanner__item {
    margin-bottom: 10px;
    margin-top: 10px;
    justify-content: center;
}
.benefitBanner__content {
    padding-right: 0;
    text-align: center;
    margin-top: 5px;
}
.benefitBanner__picture {
    flex: 0 0 40px;
    margin-right: 0;
    max-width: 40px;
}
.benefitBanner__title {
    font-size: 16px;
    color: #000;
}
.benefitBanner__data {
    color: var(--muted-color);
    font-size: 14px;
    margin-top: 5px;
    font-weight: 500;
}
.benefitBanner {
    margin: 0 auto;
    position: relative;
    z-index: 1;
    min-height: 140px;
}
.benefitBanner.position--benefitHomepage::after {
    content: "";
    background: var(--muted-bg);
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
}
@media (max-width: 767px) {
.benefitBanner {
    padding: 20px 0;
}
.benefitBanner__title {
    font-size: 14px;
}
.benefitBanner__data {
    font-size: 12px;
}
.benefitBanner {
    display: flex;
    flex-wrap: wrap;
}
.benefitBanner__item {
    flex: 1 1 50%;
    padding-left: 10px;
    padding-right: 10px;
}}
/*product block*/
.products-block.products .p .name {
    font-weight: 700;
    color: #000;
    text-align: center;
}
.products-block .p-bottom>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.price.price-final {
    font-size: 20px;
    color: var(--color-secondary-hover);
    font-weight: 700;
}
.products-block .ratings-wrapper {
    min-height: unset;
}
.products-block .ratings-wrapper .availability {
    text-align: center !important;
}
.btn.add-to-cart-button:before, .btn.btn-cart:before, .btn.express-checkout-button:before, a.btn.add-to-cart-button:before, a.btn.btn-cart:before, a.btn.express-checkout-button:before {
		display: none;
}
.btn.add-to-cart-button:after, .btn.btn-cart:after, .btn.express-checkout-button:after, a.btn.add-to-cart-button:after, a.btn.btn-cart:after, a.btn.express-checkout-button:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
		vertical-align: middle;
    margin-top: -2px;
    margin-left: 5px;
}
.btn.add-to-cart-button, .btn.btn-cart, .btn.express-checkout-button, a.btn.add-to-cart-button, a.btn.btn-cart, a.btn.express-checkout-button {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--border-radius);
}
.btn.add-to-cart-button, .btn.btn-cart, .btn.express-checkout-button, a.btn.add-to-cart-button, a.btn.btn-cart, a.btn.express-checkout-button, .btn.btn-primary, a.btn.btn-primary {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--border-radius);
    font-weight: 600;
}

.product .image img {
    mix-blend-mode: multiply;
    -o-object-fit: contain;
    object-fit: contain;
}
.product .image {
    align-items: center;
    background: #fff no-repeat 50% / contain;
    background-image: url(/user/documents/upload/graphics/basic_background_green--lighten2.png);
    border-radius: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    transform: translateY(0);
    transition: all .3s ease-in-out;
    width: 100%;
}
.products-block .image, .products-block .name {
    margin-bottom: 10px;
    text-align: center;
}
.product:hover .image {
    transform: translateY(-.5rem);
}

/*product block*/
.swiper-products-customized {
    position: relative;
    padding-bottom: 44px;
}
.swiper-products-customized .swiper-button-next, .swiper-products-customized .swiper-button-prev {
    background-color: var(--color-secondary-hover);
    width: 35px;
    height: 35px;
    border-radius: calc(var(--border-radius) / 2);
}
.swiper-products-customized .swiper-button-next:after, .swiper-products-customized .swiper-button-prev:after {
    font-size: 16px;
    color: #fff;
}
.swiper-products-customized .swiper-button-next {
    right: -50px;
}
.swiper-products-customized .swiper-button-prev {
    left: -50px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-products-customized .products-block.swiper {
    overflow: hidden;
}
.swiper-wrapper {
    width: 100% !important;
    padding: 0 !important;
}
.initialized-swiper-wrapper .swiper-pagination-bullet {
    width: 30px;
    height: 2px;
    border-radius: 0;
}
.swiper-pagination-bullet-active {
    background-color: var(--color-primary);
}
.products-block.products>div {
    border: none;
}
.products-block.products .p .name {
    font-weight: 600;
    color: #000;
}
.flag.flag-discount {
    background-color: var(--color-secondary-hover);
}
.flag {
    font-size: 12px;
}
.flags-extra .flag .price-standard {
    display: none;
}
.flags-extra .flag {
		border-radius: var(--border-radius);
    height: 30px;
    width: 60px;
}
.flag-freeshipping .icon-van {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: -2px;
}
.flag-freeshipping .flag-text {
		font-size: 10px;
}
@media (max-width: 768px) {
.products-block .p-bottom .p-tools {
    flex-basis: 100%;
}
.btn.add-to-cart-button, .btn.btn-cart, .btn.express-checkout-button, a.btn.add-to-cart-button, a.btn.btn-cart, a.btn.express-checkout-button {
		width: 100%;
    margin-top: 10px;
}
.swiper-products-customized .swiper-button-next {
    right: 10px;
}
.swiper-products-customized .swiper-button-prev {
    left: 10px;
}
.products-block .p {
    padding: 10px;
    border: solid 1Px var(--border-color);
    border-radius: var(--border-radius);
}
.products-block.products .p .name {
		text-align: center !important;
}}
.products-block .p a.image {
    margin-bottom: 10px !important;
}
@media (min-width: 321px) and (max-width: 767px) {
.columns-mobile-2 .products-block>div .flags-extra {
    bottom: 0;
}}
@media (max-width: 768px){
.products-block>div .flags-extra .flag {
    border-radius: var(--border-radius) !important;
}
.products-block .p-bottom>div {
    gap: 5px;
}}
/*sortiment*/
@media (min-width: 768px) {
.content-wrapper.homepage-box.middle-banners-wrapper {
    background: url(/user/documents/upload/olive-outline.png), url(/user/documents/upload/olive-outline-b.png);
    background-position: bottom left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 250px, 250px;
    background-color: var(--muted-bg);
    border: none;
}}
.anq-sortiment-inner {
    padding: 44px 0;
}
.anq-sortiment-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 22px;
}
.anq-sortiment-image {
    background: url(/user/documents/upload/og-bg1.png) no-repeat center;
    background-size: contain !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(2) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg2.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(3) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg3.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(4) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg4.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(5) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg5.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(6) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg6.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(7) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg7.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(8) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg8.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(9) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg9.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(10) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg10.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(11) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg6.png) no-repeat center;
}
.anq-sortiment-grid .anq-sortiment-item:nth-child(12) .anq-sortiment-image {
		background: url(/user/documents/upload/og-bg5.png) no-repeat center;
}
.anq-sortiment-label {
    font-size: 16px;
    font-weight: 700;
    color: var(--color-secondary-hover);
    text-align: center;
    width: 100%;
    display: block;
    margin-top: 22px;
}
a.anq-sortiment-item:hover .anq-sortiment-label {
    text-decoration: underline;
}
a.anq-sortiment-item:hover .anq-sortiment-image img {
    transform: translateY(-10px);
}
a.anq-sortiment-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--color-primary);
    color: white;
    min-height: 36px;
    padding: 5px 20px;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 44px;
}
a.anq-sortiment-button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
a.anq-sortiment-button:hover {
    background-color: var(--color-secondary-hover);
}
.anq-sortiment-button-wrap {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}
h4.homepage-group-title.anq-sortiment-title {
    margin-top: 0;
}
@media (max-width: 1200px) {
.anq-sortiment-grid {
    grid-template-columns: repeat(4, 1fr);
}}
@media (max-width: 768px) {
.anq-sortiment-grid {
    grid-template-columns: repeat(2, 1fr);
}
.anq-sortiment-label {
    font-size: 14px;
}
.anq-sortiment-grid {
    gap: 10px;
}
.anq-sortiment-image img {
    transition: all .3s ease;
}
.row.banners-content.body-banners {
    margin-top: 20px;
    background: url(/user/documents/upload/olive-outline.png), url(/user/documents/upload/olive-outline-b.png);
    background-position: bottom left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 125px, 125px;
    background-color: var(--muted-bg);
    border: none;
}}
/*welcome*/
.content-wrapper.homepage-box.welcome-wrapper {
    background: url(/user/documents/upload/olive-outline.png), url(/user/documents/upload/olive-outline-b.png);
    background-position: bottom left, top right;
    background-repeat: no-repeat, no-repeat;
    background-size: 250px, 250px;
    background-color: var(--muted-bg);
    border: none;
}
.homepage-box.welcome-wrapper {
    background-color: var(--muted-bg);
    border: none;
}
.welcome div, .welcome h1 {
    max-width: unset;
}
.anq-about-content {
    color: #000;
}
.anq-about-description p a {
    font-weight: 700;
}
.anq-about-content {
    display: flex;
    gap: 44px;
}
.anq-about-text, .anq-about-gallery {
    flex: 0 0 50%;
}
.anq-about-gallery-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.anq-about-gallery-grid .anq-about-gallery-item:nth-child(1) {
    grid-column: span 2;
}
.anq-about-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--border-radius);
}
.anq-about-gallery-item {
    width: 100%;
}
.anq-about-benefit {
    display: flex;
    gap: 10px;
}
.anq-about-benefit-icon {
    width: 40px;
}
.anq-about-benefit-content {
    width: calc(100% - 40px);
}
.anq-about-benefit-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
}
.anq-about-benefit {
    background-color: #fff;
    border-radius: var(--border-radius);
    padding: 20px;
    margin-top: 44px;
}
.anq-about-benefit-text {
    font-size: 12px;
}
a.anq-about-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    background-color: var(--color-primary);
    color: white;
    min-height: 36px;
    padding: 5px 20px;
    border-radius: var(--border-radius);
    font-weight: 600;
    transition: all 0.3s ease;
    margin-top: 0;
    text-decoration: none !important;
}
a.anq-about-button::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: currentColor;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m8.25 4.5 7.5 7.5-7.5 7.5' stroke='black' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center / contain;
}
a.anq-about-button:hover {
		background-color: var(--color-secondary-hover);
}
@media (max-width: 992px) {
.anq-about-content {
    display: flex;
    gap: 20px;
    flex-direction: column;
}
.anq-about-text, .anq-about-gallery {
    flex: 0 0 100%;
}}
.anq-about-inner {
    padding: 44px 0;
}
@media (max-width: 768px) {
.anq-about-gallery-grid {
    gap: 10px;
}
.homepage-box.welcome-wrapper {
    padding: 38px 0;
}
.anq-about-benefit {
    flex-direction: column;
}
.anq-about-benefit-content {
    text-align: center;
}}
/*shop rating*/
section.content-wrapper.container.shop-rating {
    background-color: transparent;
}
section.anq-shop-rating {
    position: relative;
}
.anq-shop-rating__inner {
    display: flex;
    padding: 44px 0;
    gap: 44px;
    flex-direction: column;
}
.anq-shop-rating__summary {
    width: 100%;
}
.anq-shop-rating__title {
    margin: 0 !important;
    text-align: left !important;
}
a.anq-shop-rating__reviews-link {
    display: block;
    color: #000;
    text-decoration: underline;
    margin-top: 5px;
    font-weight: 500;
}
.anq-shop-rating__headline {
    display: flex;
    gap: 20px;
    margin-top: 20px;
}
.anq-shop-rating__badge img {
    width: 85px;
    height: auto;
}
.anq-shop-rating__recommendation {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
strong.anq-shop-rating__percent {
    color: #000;
}
span.anq-shop-rating__text {
    font-weight: 500;
    color: #000;
}
.anq-shop-rating__actions {
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
    padding: 5px 20px;
    margin-top: 10px;
}
a.anq-shop-rating__button {
    color: #fff;
    font-weight: 600;
}
.anq-shop-rating__list {
    display: flex;
    width: 100%;
    gap: 20px;
}
article.anq-shop-rating-card {
    border: solid 1px;
    border-color: hsl(var(--color-primary-h), var(--color-primary-s), calc(var(--color-primary-l) + 35%));
    padding: 20px;
    background-color: var(--muted-bg);
    width: 25%;
    border-radius: var(--border-radius);
}
.anq-shop-rating-card__text {
    font-size: 12px;
    color: var(--muted-color);
    font-weight: 500;
    margin-top: 5px;
}
.anq-shop-rating-card__footer {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.anq-shop-rating-card__avatar {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.anq-shop-rating-card__avatar::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-color: var(--color-primary);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M15.75 6a3.75 3.75 0 1 1-7.5 0 3.75 3.75 0 0 1 7.5 0ZM4.501 20.118a7.5 7.5 0 0 1 14.998 0A17.933 17.933 0 0 1 12 21.75c-2.676 0-5.216-.584-7.499-1.632Z'/></svg>") no-repeat center;
    mask-size: contain;
}
.anq-shop-rating-card__status, .anq-shop-rating-card__name {
    font-weight: 600;
    color: #000;
    font-size: 13px;
}
.anq-shop-rating-card__status::after {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background-color: var(--color-primary);
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.5'><path stroke-linecap='round' stroke-linejoin='round' d='M9 12.75 11.25 15 15 9.75M21 12c0 1.268-.63 2.39-1.593 3.068a3.745 3.745 0 0 1-1.043 3.296 3.745 3.745 0 0 1-3.296 1.043A3.745 3.745 0 0 1 12 21c-1.268 0-2.39-.63-3.068-1.593a3.746 3.746 0 0 1-3.296-1.043 3.745 3.745 0 0 1-1.043-3.296A3.745 3.745 0 0 1 3 12c0-1.268.63-2.39 1.593-3.068a3.745 3.745 0 0 1 1.043-3.296 3.746 3.746 0 0 1 3.296-1.043A3.746 3.746 0 0 1 12 3c1.268 0 2.39.63 3.068 1.593a3.746 3.746 0 0 1 3.296 1.043 3.746 3.746 0 0 1 1.043 3.296A3.745 3.745 0 0 1 21 12Z'/></svg>") no-repeat center;
    mask-size: contain;
    vertical-align: middle;
    margin-left: 2px;
    margin-top: -2px;
}
.anq-shop-rating-card__date {
    font-size: 12px;
    color: var(--muted-color);
}
@media (max-width: 1200px) {
.anq-shop-rating__inner {
    flex-direction: column;
}
.anq-shop-rating__summary {
    width: 100%;
}
.anq-shop-rating__list {
    width: 100%;
}}
@media (max-width: 768px) {
.anq-shop-rating__list {
    flex-direction: column;
}
article.anq-shop-rating-card {
    width: 100%;
}}
.anq-shop-rating__headline {
		display: none;
}
h4.anq-shop-rating__title.homepage-group-title.h4, a.anq-shop-rating__reviews-link {
    text-align: center !important;
}
/*newsletter*/
.custom-footer__newsletter {
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 88px 10px;
    position: relative;
    z-index: 1;
}
.newsletter-header h3.pageElement__heading {
    text-align: center;
    margin-top: 0 !important;
    color: #fff;
}
.custom-footer__newsletter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url("/user/documents/upload/og-newsletter-bg.jpg") no-repeat center;
    background-size: cover;
    z-index: -1;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
form#formNewsletterWidget button.btn.btn-default.btn-arrow-right::before {
    display: none;
}
form#formNewsletterWidget button.btn.btn-default.btn-arrow-right .sr-only {
    position: relative;
    text-align: center;
    text-transform: none;
    font-weight: 600;
}
form#formNewsletterWidget button {
    height: 36px;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    padding: 0 12px;
    margin: 7px;
    min-width: 130px;
    border-radius: calc(var(--border-radius)/2);
}
form#formNewsletterWidget input {
    height: 50px;
    border: none;
    border-radius: var(--border-radius);
}
form#formNewsletterWidget label.whole-width {
    color: #fff;
    font-size: 12px;
}
form#formNewsletterWidget label.whole-width a {
    font-weight: 600;
    color: #fff;
}
.anq-about-text h4.homepage-group-title {
    margin: .67em 0;
    margin-top: 0;
    text-align: left;
}
.anq-about-text.balicky {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.anq-about-text.balicky .anq-about-button-wrap {
    margin: 0;
}
.anq-about-wrapper.balicky {
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
@media (min-width: 768px) {
.anq-about-wrapper.balicky {
    width: 747px;
}}
@media (min-width: 992px) {
.anq-about-wrapper.balicky {
    width: 972px;
}}
@media (min-width: 1200px) {
.anq-about-wrapper.balicky {
    width: 1178px;
}}
@media (min-width: 1440px) {
.anq-about-wrapper.balicky {
    width: 1418px;
}}
.anq-about-wrapper.balicky {
    position: relative;
    z-index: 1;
}
.anq-about-wrapper.balicky::after {
    content: "";
    background: url(/user/documents/upload/olive-outline-b.png) no-repeat top right;
    background-size: 300px;
    background-color: var(--color-secondary-hover);
    z-index: -1;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
}
.anq-about-text.balicky h4.homepage-group-title, .anq-about-text.balicky .anq-about-description {
    color: #fff;
}
.content-wrapper.homepage-box.welcome-wrapper {
    margin-bottom: 0;
}
/*footer*/
footer#footer {
    background-color: var(--color-secondary-hover);
}
#footer>.container {
    background-color: transparent;
}
.custom-footer {
    border-top: none;
    padding-left: 0;
}
#footer .site-name {
    display: none;
}
.custom-footer h3.pageElement__heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: none;
    color: #fff;
    margin-top: 20px;
}
#footer ul a, #footer .contact-box a {
    color: hsl(var(--color-primary-h), var(--color-primary-s), calc(var(--color-primary-l) + 25%)) !important;
}
.anq-footer-contact {
    padding: 20px;
    background-color: #fff;
    border-radius: var(--border-radius);
}
.anq-footer-contact__inner {
    display: flex;
    gap: 20px;
}
.anq-footer-contact__photo {
    width: 70px;
}
.anq-footer-contact__content {
    width: calc(100% - 70px);
}
.anq-footer-contact h3.pageElement__heading {
    color: #000;
    margin-bottom: 5px;
    margin-top: 0;
}
.anq-footer-contact__text {
    font-size: 12px;
    font-weight: 500;
    color: var(--muted-color);
}
.anq-footer-contact__info {
    display: flex;
    flex-direction: column;
}
a.anq-footer-contact__link {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
.anq-footer-contact__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.anq-footer-contact__note {
    font-size: 12px;
    font-weight: 500;
    color: var(--muted-color);
}
@media (min-width: 1200px) {
.custom-footer>div {
    width: 33%;
}}
@media (min-width: 768px) {
.custom-footer__banner12 {
    min-width: 450px;
}}
.anq-footer-contact__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.anq-footer-contact__item::before {
    content: "";
    width: 24px;
    height: 24px;
    display: block;
    background-size: contain !important;
    flex: 0 0 24px;
}
.anq-footer-contact__item.phone::before {
    background: url(/user/documents/upload/og-phone.svg) no-repeat center;
}
.anq-footer-contact__item.email::before {
    background: url(/user/documents/upload/og-mail.svg) no-repeat center;
}
a.anq-footer-contact__link:hover {
    text-decoration: underline;
}
@media (max-width: 768px) {
.anq-footer-contact {
    padding: 10px;
}
.anq-footer-contact__inner {
    gap: 10px;
}}
#footer ul a:hover {
		text-decoration: underline;
}
/*footer ics*/
.anq-foot-delivery-payment {
    display: flex;
    align-items: center;
    gap: 10px 22px;
    font-size: 14px;
    font-weight: 600;
    color: hsl(var(--color-primary-h), var(--color-primary-s), calc(var(--color-primary-l) + 25%));
    margin-right: 88px;
}
.anq-foot.delivery-payment-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
.anq-foot.delivery-payment-icons img {
    height: 25px;
    background-color: #fff;
    padding: 5px;
    min-width: 50px;
    border-radius: calc(var(--border-radius) / 2);
}
.container.footer-delivery-payment {
    display: flex;
    gap: 22px 0;
    padding-top: 44px;
    padding-bottom: 44px;
    border-top: solid 1px #397337;
}
@media (max-width: 992px) {
.container.footer-delivery-payment {
    flex-direction: column;
}
.anq-foot-delivery-payment:not(:last-child) {
    margin-bottom: 20px;
}
.container.footer-delivery-payment {
    gap: 0;
}}
@media (max-width: 768px) {
.anq-foot-delivery-payment {
    margin-right: 0;
    flex-direction: column;
}
.anq-foot.delivery-payment-icons {
    gap: 15px;
}
.copyright {
    margin-top: 5px;
}
#signature {
    margin-bottom: 5px;
}}
.footer-bottom {
    padding-bottom: 0;
    padding-top: 0;
}
#signature, .copyright, #signature a {
    font-weight: 500;
    font-size: 12px;
    color: hsl(var(--color-primary-h), var(--color-primary-s), calc(var(--color-primary-l) + 25%)) !important;
}
a.cookies-settings.js-cookies-settings {
    color: hsl(var(--color-primary-h), var(--color-primary-s), calc(var(--color-primary-l) + 25%)) !important;
}
#signature a {
    font-weight: 600;
}
.custom-footer, .footer-bottom, .footer-links-icons {
    border-color: #397337;
}
#signature img {
    height: auto;
    margin-right: 5px;
    width: 17px;
}
.container.footer-rows {
    background: url(/user/documents/upload/olive-outline-b.png) no-repeat top right;
    background-size: 300px;
}
.sidebar {
    background-color: var(--muted-bg);
}
.filter-sections {
    background-color: #fff;
    border-radius: calc(var(--border-radius)/2);
}
.subcategories.with-image li a {
    border-radius: var(--border-radius);
}

/*Breadcrumbs*/
.breadcrumbs>span>a:after, .breadcrumbs>span>a:before {
    height: 25%;
    background-color: var(--color-primary);
}
@media (min-width: 992px) {
.breadcrumbs>span>a:after {
    bottom: 28.5%;
    transform: rotate(45deg);
}
.breadcrumbs>span>a:before {
    top: 28.5%;
    transform: rotate(-45deg);
}
.breadcrumbs>span>a, .breadcrumbs>span>span {
    padding: 5px 20px;
}
.breadcrumbs>span>a {
    min-height: 30px;
}}
.breadcrumbs {
    background-color: transparent;
    border: none;
}
.navigation-home-icon-wrapper:before {
    font-size: 14px;
}
.container.breadcrumbs-wrapper {
    position: relative;
}
.container.breadcrumbs-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: var(--muted-bg);
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
}
.breadcrumbs, .breadcrumbs a {
    color: var(--muted-color);
}
.p-info-wrapper .add-to-cart .btn.add-to-cart-button {
    border-radius: 0 var(--border-radius) var(--border-radius) 0;
}
@media (max-width: 992px) {
.p-info-wrapper .add-to-cart .btn.add-to-cart-button {
    border-radius: var(--border-radius);
}}
/*blog in*/
div#newsWrapper .news-item {
    position: relative;
    border: solid 1px var(--border-color);
    padding: 10px;
}
div#newsWrapper .news-item .text {
    position: relative;
    inset: unset;
    padding-right: 0;
    width: 100%;
    padding-right: 30px;
}
div#newsWrapper .news-item .text .title {
		color: var(--color-secondary-hover);
}
.news-item time {
    margin-top: 10px;
}
div#newsWrapper .news-item .text::before {
    background-color: var(--color-primary);
    right: 0;
}
div#newsWrapper .news-item .text::after {
    background: #fff;
    right: -3px;
}
div#newsWrapper .news-item .text .description p {
    color: var(--muted-color);
}
div#newsWrapper .news-item {
    margin-bottom: 20px;
}
@media (max-width: 768px) {
div#newsWrapper .news-item .text .title {
    font-size: 18px;
}}
article.pageArticleDetail h1, .sectionDescription h1 {
    text-align: center;
}
.filter-count {
    background-color: var(--muted-bg);
    border: solid 1px var(--color-primary);
}
/*sidebar*/
.sidebar {
    margin-top: 20px;
}
.box-categories h3.pageElement__heading {
    font-size: 16px;
    text-transform: none;
    color: var(--color-primary);
    line-height: 1;
}
.box-categories h3.pageElement__heading span {
    display: inline-flex;
    align-items: center;
}
.box-categories h3.pageElement__heading span::before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: currentColor;
    margin-right: 5px;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5' stroke='black'/%3E%3C/svg%3E") no-repeat center / contain;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='black'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5' stroke='black'/%3E%3C/svg%3E") no-repeat center / contain;
}
.box-categories {
    padding-top: 0 !important;
}
.sidebar .categories {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    margin-bottom: 5px;
}
.categories a {
    padding-bottom: 9px;
    padding-top: 9px;
}
.box-bg-variant .categories a {
    color: #000;
}
.categories .topic>a {
    padding-left: 15px;
}
#categories .expandable>.topic>a>span, #categories .expandable>a>span {
    top: 12px;
    right: 10px;
    left: auto;
    font-size: 9px;
}
.categories .topic.active>a, .categories .topic.active>a:hover {
    background-color: #fff;
    color: var(--color-primary);
    font-weight: 600;
}
.box-bg-variant .categories a:hover, .categories .topic.child-active>a, .categories .topic.child-active>a:hover {
    font-weight: 600;
}
#categories .expandable>.topic.active>a>span {
    color: var(--color-primary);
}
#categories ul .expandable .cat-trigger {
    left: 15px;
}
.categories ul a {
    padding-left: 35px;
}
#categories ul ul .expandable .cat-trigger {
    left: 30px;
}
.categories ul ul a {
    padding-left: 50px;
}
.categories li.active>a {
    font-weight: 600;
}
.topic.child-active, .topic.active {
    border-bottom: solid 1px var(--muted-bg);
}
span.flag.flag-bio::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-color: currentColor;
    -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117.92 122.88'%3E%3Cg%3E%3Cpath d='M13.54 97.85c-5.05 6.71-9.37 12.31-11.71 18.72-2.29 6.25-3.22 9.12 1.97 2.62 4.84-6.04 9.37-11.92 15.97-17.47.46.12.97.21 1.48.32C81.12 113.94 124.7 87.02 117.04 0 70.96 15.97 5.68 9.47 12.43 91.26c.26 3.03.49 5.11 1.11 6.59zM27.72 86.1c15.65-33.71 55.85-45.26 75.79-68.3C81.91 59.92 64.23 61.99 27.72 86.1z'/%3E%3C/g%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 117.92 122.88'%3E%3Cg%3E%3Cpath d='M13.54 97.85c-5.05 6.71-9.37 12.31-11.71 18.72-2.29 6.25-3.22 9.12 1.97 2.62 4.84-6.04 9.37-11.92 15.97-17.47.46.12.97.21 1.48.32C81.12 113.94 124.7 87.02 117.04 0 70.96 15.97 5.68 9.47 12.43 91.26c.26 3.03.49 5.11 1.11 6.59zM27.72 86.1c15.65-33.71 55.85-45.26 75.79-68.3C81.91 59.92 64.23 61.99 27.72 86.1z'/%3E%3C/g%3E%3C/svg%3E");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    vertical-align: middle;
}
.flag {
    border-radius: calc(var(--border-radius) / 2);
}
.row.empty-cart-boxes .search {
    flex: unset;
    max-width: unset;
    margin: 0;
    display: block;
}
.ordering-process .navigation-buttons>a[data-target=search] {
    display: block;
}