/*header*/
#header {
    background-color: var(--color-primary);
}
@media (min-width: 768px) {
.top-navigation-contacts {
    display: none !important;
}
.top-navigation-bar {
    background-color: var(--dark-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(--muted-dark-color);
    text-transform: none;
    font-size: 12px;
    font-weight: 500;
}
@media (min-width: 768px) {
.top-navigation-bar .dropdown button:hover, .top-navigation-bar a:hover {
    color: #fff;
}}
.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: #fff;
    -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: #fff;
    -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;
}
#header, .top-navigation-bar {
    background-color: var(--color-primary);
}
#header .site-name a img {
    max-height: 50px;
}}
@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;
    z-index: 10;
}
.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;
}
.navigation-buttons>a[data-target=search]:before, .responsive-tools>a[data-target=search]:before {
    background-color: #fff;
}}

@media (min-width: 767px) {
.search {
    display: block;
}
.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: 300px;
    margin-left: auto;
    margin-right: -55px;
    z-index: 9;
}}
.form-control, input, select, textarea {
    border-color: var(--border-color);
    border-radius: var(--border-radius);
    font-size: 14px;
}
form#formSearchForm button.btn.btn-default {
    display: none;
}
/*menu*/
@media (min-width: 767px) {
nav#navigation {
    position: absolute;
    width: 100%;
    margin-left: 210px;
    top: 34px;
}
.menu-helper {
    position: absolute;
    top: 34px;
    margin-right: 420px;
}
.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: #fff;
}
.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;
}
.navigation-in>ul>li>a, .navigation-in>ul>li>a:hover, .navigation-in>ul>li.exp>a {
    color: #fff;
}
.menu-helper>ul>li a {
    color: #000;
}
.navigation-in>ul>li.exp>a, .navigation-in>ul>li>a:focus-visible, .navigation-in>ul>li>a:hover {
    background-color: transparent;
}}
.navigation-in ul.menu-level-2 a:hover {
    color: var(--color-secondary-hover);
}
@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: 400;
}
.navigation-in {
    font-size: 14px;
    line-height: 14px;
}
/*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-hover);
    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: #000;
    background: #fff;
    border-radius: var(--border-radius);
    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;
}
@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;
}
.products-block .ratings-wrapper {
    min-height: unset;
}
.products-block .image, .products-block .name {
    text-align: left;
}
.products-block .ratings-wrapper .availability {
    text-align: left;
}
.products-block .ratings-wrapper .availability {
    font-weight: 600;
    font-size: 12px;
}
.products-block .p-bottom .prices {
    display: flex;
    flex-direction: column-reverse;
}
.products-block .p-bottom .price-additional {
    font-size: 12px;
    margin-top: 2px;
}
.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {
    border-radius: var(--border-radius);
    font-weight: 600;
}
.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, .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;
}
.products-block .p {
    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
    border-radius: var(--border-radius);
}
.products-block .p a.image img {
    border-radius: var(--border-radius) var(--border-radius) 0 0;
}
.products-block .p .p-in {
    padding: 0 20px 20px;
}
.products-block .p-code {
    top: 10px;
    right: 10px;
    font-size: 9px;
    color: #000;
    font-weight: 600;
    padding: 5px 10px;
    border-radius: var(--border-radius);
    background-color: rgb(255 255 255 / 85%);
}
.products-block.products>div {
    border: none !important;
}
.p-bottom.single-button a.btn {
    text-transform: none;
    font-weight: 600;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: var(--border-radius);
}
@media (max-width: 768px) {
.products-block.products .p .name {
    font-size: 14px;
    height: 41px;
}
.products-block .p .p-in {
    padding: 0 10px 10px;
}
.products-block .p-bottom .p-tools {
    flex-basis: 100%;
}
.p-bottom.single-button a.btn, .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%;
}
.products-block .p a.image {
    margin-bottom: 10px;
}
.products-block .ratings-wrapper {
    padding-bottom: 0;
}
.products-block .p-bottom .prices {
		margin-bottom: 5px;
}}
.welcome div, .welcome h1 {
    max-width: unset;
}
.homepage-box.welcome-wrapper {
    background-color: #fff;
    border: none;
}
.about-us-wrapper {
  width: 100%;
}

.about-us-inner {
  display: flex;
  gap: 20px;
  align-items: stretch;
}

.about-us-left,
.about-us-right {
  width: 50%;
}

.about-us-left {
  display: flex;
}

.about-us-content {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.about-us-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about-us-image img {
  display: block;
  width: 100%;
  height: auto;    
  border-radius: var(--border-radius);
}

.about-us-stats {
  display: flex;
  gap: 20px;
}

.about-us-stat-item {
  flex: 1;
}

@media (max-width: 768px) {
  .about-us-inner {
    flex-direction: column;
  }

  .about-us-left,
  .about-us-right {
    width: 100%;
  }

  .about-us-stats {
    flex-direction: column;
  }
}
.about-us-left {
    padding: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: var(--border-radius);
}
.about-us-content a.btn.btn-primary {
    width: fit-content;
}
.about-us-content a.btn.btn-primary {
    background-color: var(--color-primary-hover);
    border-color: var(--color-primary-hover);
    border-radius: var(--border-radius);
    text-transform: none;
    font-weight: 600;
    text-decoration: none;
}
.about-us-stats {
    width: 100%;
    padding: 25px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    border-radius: var(--border-radius);
}
.about-us-stat-item {
    width: 33.3333%;
    padding: 20px;
    background-color: var(--light-bg);
    border-radius: var(--border-radius);
    display: flex;
    flex-direction: column;
    align-items: center;
}
span.about-us-stat-number {
    font-size: 32px;
    font-weight: 700;
    color: #B21218;
}
span.about-us-stat-label {
    color: var(--muted-dark-color);
    text-align: center;
}
@media (max-width: 768px) {
.about-us-stat-item {
    width: 100%;
}}
.homepage-box.welcome-wrapper {
    padding: 38px 0;
}
.about-us-logos {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 44px;
    margin-top: 88px;
    justify-content: center;
}
footer#footer {
    background-color: #222221;
}
#footer>.container {
    background-color: transparent;
}
.custom-footer {
    border: none;
}
/*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;
}
.custom-footer__newsletter::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: url(/user/documents/upload/bg-hs1.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: 30px;
    line-height: 28px;
    text-align: center;
    text-transform: none;
    font-weight: 600;
    padding: 0 12px;
    margin: 5px;
    min-width: 100px;
    border-color: var(--color-tertiary);
}
form#formNewsletterWidget button:hover {
    border-color: var(--color-primary);
}
form#formNewsletterWidget input {
    height: 40px;
    border: none;
    border-radius: 0;
}
form#formNewsletterWidget label.whole-width {
    color: #fff;
    font-size: 12px;
}
form#formNewsletterWidget label.whole-width a {
    font-weight: 600;
    color: #fff;
}
#footer .footer-rows h3.pageElement__heading::after {
    content: "";
    width: 60px;
    height: 2px;
    display: block;
    background-color: #B21218;
    margin-top: 2px;
}
li.footer-contact {
    margin-top: 20px;
}
#footer li strong {
    color: #fff;
    font-weight: 600;
}
.custom-footer ul li, .custom-footer li {
    color: var(--muted-dark-color);
}
a.hs1-phone, a.hs1-mail {
    color: var(--muted-dark-color) !important;
    display: flex;
    align-items: center;
    gap: 5px;
}
a.hs1-phone::before, a.hs1-mail::before {
    content: "";
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 17px;
    height: 17px;
}
a.hs1-phone::before {
    background: url(/user/documents/upload/phone-ic.svg) no-repeat;
}
a.hs1-mail::before {
    background: url(/user/documents/upload/mail-ic.svg) no-repeat;
}
#footer ul a {
    color: var(--muted-dark-color);
}
#footer ul a:hover {
    color: #fff !important;
}
.footer-bottom {
    border-top: solid 1px var(--muted-dark-color) !important;
    padding: 0;
}
.copyright {
    font-size: 12px;
    color: var(--muted-dark-color);
}
a.cookies-settings.js-cookies-settings {
    color: var(--muted-dark-color);
    font-weight: 600;
}
#signature img {
    display: none;
}
#signature a {
    font-size: 12px;
    font-weight: 600;
}
@media (max-width: 768px) {
span#signature {
    margin-bottom: 0;
}
a.cookies-settings.js-cookies-settings {
    display: block;
}
#footer .banner {
    min-height: 0;
    margin-bottom: 0;
}}
.store-card-wrapper {
  width: 100%;
  margin: 40px 0;
}

.store-card-inner {
  display: flex;
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  overflow: hidden;
}

.store-card-image {
  width: 34%;
}

.store-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.store-card-content {
  width: 66%;
  padding: 32px;
  box-sizing: border-box;
}

.store-card-top {
  display: flex;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.store-card-info {
  flex: 1 1 auto;
}

.store-card-title {
  margin: 0 0 20px;
}

.store-card-address {
  margin-bottom: 24px;
}

.store-card-address p,
.store-card-contact p {
  margin: 0 0 8px;
}

.store-card-contact a {
  text-decoration: none;
}

.store-card-hours {
  width: 280px;
  min-width: 280px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.store-card-hours-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eeeeee;
}

.store-card-hours-row span:first-child {
  font-weight: 700;
  min-width: 50px;
}

@media (max-width: 991px) {
  .store-card-inner {
    flex-direction: column;
  }

  .store-card-image,
  .store-card-content {
    width: 100%;
    min-width: 100%;
  }

  .store-card-image img {
    height: auto;
  }

  .store-card-top {
    flex-direction: column;
    gap: 30px;
  }

  .store-card-hours {
    width: 100%;
    min-width: 100%;
  }
}

@media (max-width: 640px) {
  .store-card-content {
    padding: 24px 20px;
  }
}
.quantity {
    border-radius: 3px !important;
    border: solid 1px #919191 !important;
}
button.increase {
    border-radius: 0 3px 0 0;
}
button.decrease {
    border-radius: 0 0 3px 0;
}
.add-to-cart-button {
    margin-left: 10px;
}
.cart-content .search {
    margin: 0;
    position: relative;
}
.ordering-process .navigation-buttons>a[data-target=search] {
    display: block;
}
@media (min-width: 992px) {
    .popup-widget.login-widget {
        top: 103px;
    }
}
@media (max-width: 768px) {
.cart-widget .popup-widget-inner.full+.cart-widget-button {
    margin: 10px;
}}
a.cookies-settings.js-cookies-settings:hover, #signature a:hover {
    color: #fff;
}