.cs-ico {
    display: inline-block;
    width: 1.125rem;
    height: 1.125rem;
    flex: 0 0 auto;
    background-color: currentColor;
    -webkit-mask-image: var(--cs-ico);
    mask-image: var(--cs-ico);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.cs-topbar {
    background: #fff;
    padding: .5rem 0;
    font-size: .813rem;
}

.cs-topbar__info {
    color: #353535;
}

.cs-topbar__nav {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-topbar__link {
    display: inline-flex;
    align-items: center;
    gap: .375rem;
    color: #2F9731;
}

.cs-topbar__link:hover {
    color: #003056;
    text-decoration: none;
}

.cs-header {
    background: #fff;
    padding: .75rem 0;
}

.cs-header__row {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.cs-header__brand {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
}

.cs-header__logo img {
    max-width: 190px;
    height: auto;
}

.cs-header__nav {
    align-items: center;
    gap: 1.25rem;
    flex: 1 1 auto;
    min-width: 0;
}

.cs-cats {
    position: relative;
    flex: 0 0 auto;
}

.cs-cats__btn {
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    padding: .75rem 1.25rem;
    border: 0;
    background: #2F9731;
    color: #fff;
    font-size: .813rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    cursor: pointer;
    white-space: nowrap;
}

.cs-cats__btn:focus {
    outline: 0;
}

.cs-cats__caret {
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #fff;
}

.cs-cats__menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    min-width: 330px;
}

.cs-cats__menu .navbar,
.cs-cats__menu .navbar-collapse {
    padding: 0;
    display: block;
}

.cs-cats__menu .navbar-nav {
    display: block;
    position: relative;
    background: #2F9731;
    border: 0;
}

.cs-cats__menu .nav-item {
    position: static;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.cs-cats__menu .nav-item:first-child {
    border-top: 0;
}

.cs-cats__menu .nav-link {
    display: block;
    padding: .75rem 1.25rem;
    color: #fff;
    font-size: .813rem;
    text-transform: uppercase;
}

.cs-cats__menu .nav-item:hover > .nav-link {
    background: #38ad3a;
}

.cs-cats__menu .hs-mega-menu,
.cs-cats__menu .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-left,
.cs-cats__menu .hs-menu-initialized.hs-menu-horizontal .hs-mega-menu.hs-position-right {
    position: absolute;
    top: 0;
    left: 100%;
    right: auto;
    min-width: 330px;
    min-height: 100%;
    background: #2F9731;
    border: 0;
    box-shadow: none;
}

.cs-cats__menu .u-header__sub-menu-title {
    display: none;
}

.cs-cats__menu .u-header__sub-menu-nav-group {
    margin: 0;
    padding: 0;
    list-style: none;
}

.cs-cats__menu .u-header__sub-menu-nav-link {
    display: block;
    padding: .75rem 1.25rem;
    color: #fff;
    font-size: .813rem;
    text-transform: uppercase;
    border-top: 1px solid rgba(255, 255, 255, .18);
}

.cs-cats__menu .u-header__sub-menu-nav-link:hover {
    background: #38ad3a;
    text-decoration: none;
}

.cs-cats__menu .vmm-bg {
    display: none;
}

.cs-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .25rem 1.25rem;
    margin: 0;
    padding: 0;
    list-style: none;
    min-width: 0;
}

.cs-menu a {
    color: #353535;
    font-size: .813rem;
    font-weight: 600;
    text-transform: uppercase;
    white-space: nowrap;
}

.cs-menu a:hover {
    color: #2F9731;
    text-decoration: none;
}

.cs-header__search {
    flex: 0 0 360px;
    min-width: 0;
}

.cs-search {
    position: relative;
    display: flex;
    align-items: center;
    border: 1px solid #dfe3e6;
    border-radius: 6.1875rem;
    padding: 0 1rem;
    height: 2.75rem;
}

.cs-search__ico {
    width: 1.375rem;
    height: 1.375rem;
    color: #2F9731;
}

.cs-search__input {
    flex: 1 1 auto;
    min-width: 0;
    border: 0;
    background: transparent;
    padding: 0 .75rem;
    font-size: .875rem;
    color: #353535;
}

.cs-search__input:focus {
    outline: 0;
}

.cs-search__btn {
    position: absolute;
    inset: 0;
    width: 100%;
    opacity: 0;
    border: 0;
    background: none;
    cursor: pointer;
    pointer-events: none;
}

.cs-header__tools {
    display: flex;
    align-items: center;
    gap: .75rem;
    flex: 0 0 auto;
    position: relative;
}

.cs-tool {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    color: #003056;
    font-size: 1.25rem;
}

.cs-cart {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: .5rem;
    height: 2.75rem;
    padding: 0 .875rem;
    border: 1px solid #dfe3e6;
    border-radius: .25rem;
    color: #003056;
}

.cs-cart:hover {
    color: #2F9731;
    text-decoration: none;
}

.cs-cart__ico {
    width: 1.5rem;
    height: 1.5rem;
}

.cs-cart__badge {
    position: absolute;
    top: -.5rem;
    right: -.5rem;
    min-width: 1.25rem;
    height: 1.25rem;
    padding: 0 .25rem;
    border-radius: 6.1875rem;
    background: #003056;
    color: #fff;
    font-size: .688rem;
    font-weight: 700;
    line-height: 1.25rem;
    text-align: center;
}

.cs-cart__value {
    font-size: .875rem;
    font-weight: 700;
    white-space: nowrap;
}

.cs-mobile-search {
    background: #2F9731;
    padding: .625rem 0;
}

.cs-mobile-search .cs-search {
    background: #fff;
    border-color: #fff;
}

.cs-trader {
    background: #f5f5f5;
    padding: .625rem 0;
    font-size: .813rem;
}

.cs-trader__photo {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: .25rem;
}

@media (max-width: 1399.98px) {
    .cs-header__row {
        gap: 1rem;
    }

    .cs-header__search {
        flex: 0 0 280px;
    }

    .cs-menu {
        gap: .25rem .875rem;
    }

    .cs-header__logo img {
        max-width: 150px;
    }
}

@media (max-width: 1199.98px) {
    .cs-header__row {
        justify-content: space-between;
    }

    .cs-header__tools {
        margin-left: auto;
    }

    .cs-cart__value {
        display: none;
    }
}

@media (max-width: 575.98px) {
    .cs-header {
        padding: .5rem 0;
    }

    .cs-header__row {
        flex-wrap: wrap;
        gap: .25rem;
    }

    .cs-header__brand {
        flex: 1 1 100%;
        min-width: 0;
    }

    .cs-header__logo {
        min-width: 0;
    }

    .cs-header__logo img {
        max-width: 135px;
    }

    .cs-header__tools {
        flex: 1 1 100%;
        justify-content: flex-end;
        margin-left: 0;
        gap: .25rem;
    }

    .cs-tool {
        width: 2.25rem;
        height: 2.25rem;
    }

    .cs-cart {
        height: 2.25rem;
        padding: 0 .625rem;
    }

    .cs-cart__badge {
        top: -.375rem;
        right: -.375rem;
    }
}

.cs-cat-card {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: .25rem;
    overflow: hidden;
}

.cs-cat-card #sidebarNav > li > a.main-cat {
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: .75rem 1rem;
    color: #353535;
    font-size: .875rem;
    border-top: 1px solid #eef1f3;
}

.cs-cat-card #sidebarNav > li:first-child > a.main-cat {
    border-top: 0;
}

.cs-cat-card #sidebarNav > li > a.main-cat:hover,
.cs-cat-card #sidebarNav > li > a.main-cat.active {
    color: #2F9731;
    background: #f7faf7;
    text-decoration: none;
}

.cs-cat-card #sidebarNav > li > a.main-cat::before {
    content: "";
    flex: 0 0 1.375rem;
    width: 1.375rem;
    height: 1.375rem;
    background-color: #003056;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-image: url("../img/ikony/household-supplies.svg");
    mask-image: url("../img/ikony/household-supplies.svg");
}

.cs-cat-card #sidebarNav > li > a.main-cat:hover::before,
.cs-cat-card #sidebarNav > li > a.main-cat.active::before {
    background-color: #2F9731;
}

.cs-cat-card #sidebarNav > .cat-id-239 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/sanitizer.svg");
    mask-image: url("../img/ikony/sanitizer.svg");
}

.cs-cat-card #sidebarNav > .cat-id-252 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/cleaning-bucket.svg");
    mask-image: url("../img/ikony/cleaning-bucket.svg");
}

.cs-cat-card #sidebarNav > .cat-id-253 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/package.svg");
    mask-image: url("../img/ikony/package.svg");
}

.cs-cat-card #sidebarNav > .cat-id-254 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/dishwasher.svg");
    mask-image: url("../img/ikony/dishwasher.svg");
}

.cs-cat-card #sidebarNav > .cat-id-255 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/soap.svg");
    mask-image: url("../img/ikony/soap.svg");
}

.cs-cat-card #sidebarNav > .cat-id-256 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/shower.svg");
    mask-image: url("../img/ikony/shower.svg");
}

.cs-cat-card #sidebarNav > .cat-id-576 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/eco.svg");
    mask-image: url("../img/ikony/eco.svg");
}

.cs-cat-card #sidebarNav > .cat-id-577 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/cleaning.svg");
    mask-image: url("../img/ikony/cleaning.svg");
}

.cs-cat-card #sidebarNav > .cat-id-657 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/redeem.svg");
    mask-image: url("../img/ikony/redeem.svg");
}

.cs-cat-card #sidebarNav > .cat-id-843 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/print.svg");
    mask-image: url("../img/ikony/print.svg");
}

.cs-cat-card #sidebarNav > .cat-id-876 > a.main-cat::before {
    -webkit-mask-image: url("../img/ikony/money-bag.svg");
    mask-image: url("../img/ikony/money-bag.svg");
}

.cs-cat-card #sidebarNav ul.dropdown-list a {
    display: block;
    padding: .375rem 1rem .375rem 3.125rem;
    color: #6b6b6b;
    font-size: .813rem;
}

.cs-cat-card #sidebarNav ul.dropdown-list a:hover {
    color: #2F9731;
    text-decoration: none;
}

.cs-more {
    display: inline-flex;
    align-items: center;
    gap: .625rem;
    padding: 0;
    border: 0;
    background: none;
    color: #003056;
    font-size: .813rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    cursor: pointer;
    white-space: nowrap;
}

.cs-more:hover {
    color: #2F9731;
    text-decoration: none;
}

.cs-more__arrow {
    display: inline-flex;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    background-color: #2F9731;
    position: relative;
}

.cs-more__arrow::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #fff;
    -webkit-mask-image: url("../img/ikony/arrow-right.svg");
    mask-image: url("../img/ikony/arrow-right.svg");
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: 1rem 1rem;
    mask-size: 1rem 1rem;
}

.cs-more__arrow--down::after {
    transform: rotate(90deg);
}

.cs-more.is-open .cs-more__arrow--down::after {
    transform: rotate(-90deg);
}

.cs-mod-banners {
    margin-bottom: 1.5rem;
}

.cs-mod-banners img {
    max-width: 100%;
    height: auto;
    display: block;
    border-radius: .375rem;
}

.cs-mod-banners .row > [class*="col-"] {
    margin-bottom: 1rem;
}

.cs-hero {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cs-hero__item {
    flex: 1 1 320px;
    min-width: 0;
}

.cs-hero__item:first-child {
    flex: 2 1 640px;
}

.cs-hero__item img,
.cs-banner img,
.cs-banner-row__item img {
    width: 100%;
    height: auto;
    display: block;
}

.cs-banner {
    margin-bottom: 1.5rem;
}

.cs-banner-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.cs-banner-row__item {
    flex: 1 1 320px;
    min-width: 0;
}

.cs-section {
    background: #EDF0F2;
    border-radius: .5rem;
    padding: 1.75rem 1.5rem;
    margin-bottom: 1.5rem;
}

.cs-section__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}

.cs-section__title {
    margin: 0;
    color: #003056;
    font-size: 1.5rem;
    font-weight: 400;
}

.cs-section .product-item__outer {
    background: #fff;
    border-radius: .375rem;
}

.cs-blog {
    position: relative;
}

.cs-blog .slick-track {
    display: flex;
}

.cs-blog .slick-slide {
    height: auto;
    display: flex;
}

.cs-blog .slick-slide > div,
.cs-blog .js-slide {
    display: flex;
    width: 100%;
}

.cs-post {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #fff;
    border-radius: .375rem;
    padding: 1.25rem;
    margin: 0 .5rem;
}

.cs-post__more {
    margin-top: auto;
    align-self: flex-start;
    font-size: .75rem;
}

.cs-post__photo {
    display: block;
    margin: -1.25rem -1.25rem 1rem;
    border-radius: .375rem .375rem 0 0;
    overflow: hidden;
}

.cs-post__photo img {
    width: 100%;
    height: 160px;
    object-fit: cover;
    display: block;
}

.cs-post__title {
    font-size: .938rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: .5rem;
}

.cs-post__title a {
    color: #003056;
}

.cs-post__meta {
    font-size: .75rem;
    color: #878787;
    margin-bottom: .625rem;
}

.cs-post__desc {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: .813rem;
    color: #6b6b6b;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.cs-blog__arrow {
    color: #003056;
}

.cs-seo {
    margin-bottom: 1.5rem;
}

.cs-seo__inner {
    padding: 1.5rem 0;
}

.cs-seo__text {
    position: relative;
    max-height: 20rem;
    overflow: hidden;
    color: #4a4a4a;
    font-size: .875rem;
    line-height: 1.7;
}

.cs-seo__text::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 6rem;
    background: linear-gradient(rgba(255, 255, 255, 0), #fff);
    pointer-events: none;
}

.cs-seo__text.is-open {
    max-height: none;
}

.cs-seo__text.is-open::after {
    display: none;
}

.cs-seo__text h1 {
    color: #003056;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 1rem;
}

.cs-seo__text h2 {
    color: #003056;
    font-size: 1.25rem;
    font-weight: 400;
    margin: 1.5rem 0 .75rem;
}

.cs-seo__text h3 {
    color: #003056;
    font-size: 1rem;
    font-weight: 700;
    margin: 1.25rem 0 .5rem;
}

.cs-seo__toggle {
    margin-top: 1rem;
}

.cs-newsletter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    background: #fff;
    border-radius: .5rem;
    padding: 2rem 2.5rem;
    margin-bottom: 2rem;
}

.cs-newsletter__intro {
    flex: 1 1 280px;
    min-width: 0;
}

.cs-newsletter__title {
    color: #003056;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: .5rem;
}

.cs-newsletter__desc {
    color: #6b6b6b;
    font-size: .875rem;
    margin: 0;
}

.cs-newsletter__form {
    flex: 1 1 360px;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
}

.cs-newsletter__input {
    flex: 1 1 100%;
    min-width: 0;
    height: 2.75rem;
    padding: 0 1rem;
    border: 1px solid #dfe3e6;
    border-radius: .25rem;
    font-size: .875rem;
}

.cs-newsletter__input:focus {
    outline: 0;
    border-color: #2F9731;
}

.cs-newsletter__btn {
    flex: 1 1 100%;
    height: 2.75rem;
    border: 0;
    border-radius: .25rem;
    background: #2F9731;
    color: #fff;
    font-size: .813rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    cursor: pointer;
}

.cs-newsletter__btn:hover {
    background: #26802a;
}

.cs-newsletter__rodo {
    display: flex;
    align-items: flex-start;
    gap: .5rem;
    font-size: .688rem;
    color: #878787;
    line-height: 1.4;
}

.cs-newsletter__rodo a {
    color: #2F9731;
    text-decoration: underline;
}

@media (max-width: 767.98px) {
    .cs-section {
        padding: 1.25rem 1rem;
    }

    .cs-newsletter {
        padding: 1.5rem 1.25rem;
    }
}

.footer-links {
    columns: 2;
    column-gap: 1.5rem;
}

.footer-links ul,
.footer-links ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer-links p,
.footer-links li {
    break-inside: avoid;
    margin: 0 0 .375rem;
}

.footer-links a {
    color: #333e48;
    font-size: .813rem;
}

.footer-links a:hover {
    color: #2F9731;
}

.usp-bar {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 1.5rem;
}

.usp-bar__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: 0;
    padding: 0;
    list-style: none;
}

.usp-bar__item {
    flex: 1 1 16.6666%;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: .75rem;
    padding: 1.25rem .75rem;
    border-left: 1px solid #e6e6e6;
}

.usp-bar__item:first-child {
    border-left: 0;
}

.usp-bar__icon {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
    background-color: #003056;
    -webkit-mask-image: var(--usp-icon);
    mask-image: var(--usp-icon);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.usp-bar__text {
    min-width: 0;
}

.usp-bar__title {
    display: block;
    color: #003056;
    font-size: .938rem;
    line-height: 1.3;
}

.usp-bar__desc {
    display: block;
    color: #767676;
    font-size: .75rem;
    line-height: 1.3;
    margin-top: .125rem;
}

@media (max-width: 1199.98px) {
    .usp-bar__item {
        flex: 1 1 33.3333%;
    }

    .usp-bar__item:nth-child(3n + 1) {
        border-left: 0;
    }
}

@media (max-width: 767.98px) {
    .usp-bar__item {
        flex: 1 1 50%;
        gap: .5rem;
        padding: .75rem .5rem;
    }

    .usp-bar__item:nth-child(3n + 1) {
        border-left: 1px solid #e6e6e6;
    }

    .usp-bar__item:nth-child(odd) {
        border-left: 0;
    }

    .usp-bar__icon {
        flex: 0 0 1.75rem;
        width: 1.75rem;
        height: 1.75rem;
    }

    .usp-bar__title {
        font-size: .813rem;
    }

    .usp-bar__desc {
        font-size: .688rem;
    }
}

#product-page .product-badges,
.cs-product-gallery .product-badges {
    z-index: 3;
}

.cs-product-attrs .property {
    display: flex;
    gap: .5rem;
    padding: .25rem 0;
    border-bottom: 1px solid #f2f2f2;
}

.cs-product-attrs .label {
    color: #878787;
}

.cs-product-attrs .value {
    color: #333e48;
    font-weight: 600;
}

.priceQuantityTable {
    width: 100%;
    font-size: .813rem;
    margin-top: .75rem;
}

.priceQuantityTable td,
.priceQuantityTable th {
    padding: .3125rem;
    border-bottom: 1px solid #eef1f3;
}

#my_account .products-group > li.account-tile,
#my_account .products-group > li:not(.product-item) {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    text-align: center;
    padding: 1rem .75rem;
}

#my_account .products-group > li:not(.product-item) a {
    display: block;
    color: #333e48;
}

#my_account .products-group > li:not(.product-item) i {
    font-size: 2.5rem !important;
    margin: 0 0 .5rem !important;
    transform: none !important;
    display: block !important;
}

#my_account .products-group > li:not(.product-item) p {
    margin: 0 !important;
    font-size: .938rem;
}

#cstore_info {
    position: relative;
    background: #003056;
    color: #fff;
    padding: .625rem 2.5rem .625rem 1rem;
    font-size: .813rem;
    text-align: center;
}

#cstore_info a {
    color: #fff;
    text-decoration: underline;
}

#cstore_info .close_cstore {
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: none;
}

.cs-alert {
    padding: .75rem 0;
    font-size: .875rem;
    text-align: center;
}

.cs-alert p:last-child {
    margin-bottom: 0;
}

.cs-alert img {
    max-width: 100%;
    height: auto;
}

.cs-promo__item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: .5rem 0;
    border-top: 1px solid #eef1f3;
    font-size: .813rem;
}

.cs-promo__item:first-child {
    border-top: 0;
}

.cs-promo__action {
    flex: 0 0 auto;
}

.cs-sort-field {
    margin-right: .5rem;
}

.cs-sort-field:last-child {
    margin-right: 0;
}


.products-group {
    align-items: stretch;
}

.cs-section .products-group {
    justify-content: center;
}

.products-group > .product-item {
    display: flex;
    border: 0;
    padding: .625rem;
}

.products-group > .product-item::after,
.products-group > .product-item::before,
.products-group > .product-item:nth-child(even)::after,
.products-group > .product-item:last-of-type::after {
    content: none;
    border: 0;
    display: none;
}

.js-slide.products-group {
    display: flex;
}

.js-slide.products-group > .product-item {
    width: 100%;
}

.product-item__outer {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0 !important;
    min-width: 0;
    max-width: 100%;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: .5rem;
    transition: box-shadow .2s ease, border-color .2s ease;
}

.product-item__outer:hover {
    border-color: #cfe3d0;
    box-shadow: 0 6px 18px rgba(0, 48, 86, .08);
}

.product-item:hover .product-item__inner:not(.remove-prodcut-hover),
.product-item .product-item__inner:not(.remove-prodcut-hover) {
    position: relative;
    width: auto;
    height: auto;
    min-height: 0;
    background-color: transparent;
    box-shadow: none;
    z-index: auto;
}

.product-item:hover .product-item__body,
.product-item:hover .product-item__footer {
    height: auto;
}

.product-item__inner {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    padding: 0;
}

.product-item__body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-width: 0;
    padding: 1.25rem 1.25rem 0;
}

.product-badges {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 2px;
    max-width: 100%;
    pointer-events: none;
}

.product-badge {
    display: inline-block;
    padding: 4px 10px;
    font-size: 11px;
    line-height: 1.4;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .02em;
    color: #fff;
    white-space: nowrap;
}

.product-badge--promo {
    background-color: #ef7d1a;
}

.product-badge--new {
    background-color: #0062BD;
}

.product-badge--bestseller {
    background-color: #003056;
}

.product-badge--delivery {
    background-color: #2F9731;
}

.product-item__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 200px;
    margin: .5rem 0 1.25rem;
}

.product-item__photo img {
    max-width: 100%;
    max-height: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.product-item__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.8em;
    margin: .25rem 0 .875rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.4;
}

.product-item__title a {
    color: #353535;
}

.product-item__title a:hover {
    color: #2F9731;
    text-decoration: none;
}

.product-item__prices {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    align-content: flex-start;
    gap: .25rem .375rem;
    margin-top: auto;
    min-height: 3.25rem;
}

.product-item__price {
    font-size: 1.0625rem;
    font-weight: 400;
    color: #353535;
    white-space: nowrap;
}

.product-item__price-old {
    font-size: .875rem;
    color: #a0a8ae;
    text-decoration: line-through;
    white-space: nowrap;
}

.product-item__price-net {
    flex: 1 1 100%;
    font-size: .75rem;
    color: #878787;
}

.product-item__unit-price {
    flex: 1 1 100%;
    margin-top: .125rem;
    font-size: .8125rem;
    color: #a0a8ae;
    white-space: nowrap;
}

.product-item__buy {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .5rem;
    width: 100%;
    min-width: 0;
    margin-top: .875rem;
    padding: .875rem 1.25rem 1.25rem;
    border-top: 1px solid #edf0f2;
}

.product-item__stock {
    flex: 0 1 auto;
    min-width: 0;
    font-size: .8125rem;
    color: #6b7278;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (min-width: 1200px) {
    .product-item__stock {
        flex: 1 1 100%;
    }
}

.prodcut-add-cart {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: .375rem;
    flex: 0 0 auto;
    margin-left: auto;
}

.prodcut-add-cart .btn-add-cart {
    flex: 0 0 2.5rem;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .375rem;
    background-color: #2F9731;
    margin: 0;
}

.prodcut-add-cart .btn-add-cart:hover {
    background-color: #0062BD;
}

.quan {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex: 0 0 auto;
    width: 4.5rem;
    height: 2.5rem;
    padding: 0;
    border: 0;
    background: transparent;
}

.quan a.down,
.quan a.up {
    flex: 0 0 1.25rem;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6b7278;
    font-size: 1rem;
    line-height: 1;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
}

.quan a.down:hover,
.quan a.up:hover {
    color: #2F9731;
}

.quan input.input_amount {
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    padding: 0;
    border: 0;
    background: transparent;
    text-align: center;
    font-size: .9375rem;
    color: #353535;
    box-shadow: none;
}

.quan input.input_amount:focus {
    outline: 0;
}

table.products-small .prodcut-add-cart,
#smart-search-results .prodcut-add-cart {
    justify-content: flex-start;
}

@media (max-width: 575.98px) {
    .products-group > .product-item {
        padding: .25rem;
    }

    .product-item__body {
        padding: .875rem .875rem 0;
    }

    .product-item__photo {
        height: 140px;
        margin: .5rem 0 .875rem;
    }

    .product-item__photo img {
        max-height: 140px;
    }

    .product-item__title {
        font-size: .8125rem;
    }

    .product-item__price {
        font-size: .9375rem;
    }

    .product-item__buy {
        padding: .875rem;
    }

    .prodcut-add-cart .btn-add-cart {
        flex: 0 0 2.5rem;
        width: 2.5rem;
        height: 2.5rem;
    }

    .quan {
        height: 2.5rem;
    }
}

#headerSidebarList li > a:not(.u-header-collapse__submenu-nav-link) {
    display: flex;
    align-items: center;
    padding: .5rem 0;
    color: #353535;
    font-size: .875rem;
    font-weight: 400;
}

#headerSidebarList li > a:not(.u-header-collapse__submenu-nav-link):hover {
    color: #2F9731;
    text-decoration: none;
}

#headerSidebarList > li + li > a {
    border-top: 1px solid #eef1f3;
}

#headerSidebarList .u-header-collapse__submenu-nav-link {
    padding: .375rem 0 .375rem 1rem;
    color: #77838f;
    font-size: .8125rem;
}

#headerSidebarList .u-header-collapse__submenu-nav-link:hover {
    color: #2F9731;
    text-decoration: none;
}

.cs-letters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .375rem;
    margin-bottom: 1.5rem;
}

.cs-letters__item {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.375rem;
    height: 2.375rem;
    padding: 0 .5rem;
    border: 1px solid #edf0f2;
    border-radius: .375rem;
    background: #fff;
    color: #353535;
    font-size: .875rem;
    line-height: 1;
}

.cs-letters__item:hover {
    border-color: #2F9731;
    color: #2F9731;
    text-decoration: none;
}

.cs-letters__item.is-empty {
    background: #f4f6f7;
    color: #b6bcc1;
}

.cs-brand-col {
    margin-bottom: 1.25rem;
}

.cs-brand {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 1rem;
    background: #fff;
    border: 1px solid #edf0f2;
    border-radius: .5rem;
    text-align: center;
    transition: box-shadow .2s ease, border-color .2s ease;
}

a.cs-brand:hover {
    border-color: #cfe3d0;
    box-shadow: 0 6px 18px rgba(0, 48, 86, .08);
    text-decoration: none;
}

.cs-brand__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    margin-bottom: .75rem;
}

.cs-brand__logo img {
    max-width: 100%;
    max-height: 90px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.cs-brand__name {
    display: block;
    margin-top: auto;
    color: #353535;
    font-size: .875rem;
    line-height: 1.3;
}

a.cs-brand:hover .cs-brand__name {
    color: #2F9731;
}

.cs-brands-desc {
    font-size: .875rem;
    line-height: 1.7;
    color: #4a4a4a;
}

@media (max-width: 575.98px) {
    .cs-brand__logo {
        height: 70px;
    }

    .cs-brand__logo img {
        max-height: 70px;
    }
}

.cs-cat-card #sidebarNav a.main-cat.dropdown-current {
    margin: 0;
    border-bottom: 0;
}

.cs-cat-card #sidebarNav ul.dropdown-list a.active {
    color: #2F9731;
    font-weight: 700;
}

.cs-cat-card #sidebarNav ul.dropdown-list ul.dropdown-list a {
    padding-left: 4.25rem;
}

.cs-cat-card #sidebarNav ul.dropdown-list ul.dropdown-list ul.dropdown-list a {
    padding-left: 5.375rem;
}

.cs-cat-card #sidebarNav .dropdown-current + .dropdown-list {
    padding: 0;
}

.cs-cat-card #sidebarNav .dropdown-list li:not(:nth-last-child(1)) .dropdown-item {
    border-bottom-width: 0;
}

.cs-section > .products-group {
    margin-left: -.625rem;
    margin-right: -.625rem;
}

.cs-section .js-slick-carousel {
    margin-left: -.625rem;
    margin-right: -.625rem;
    padding-left: 0;
    padding-right: 0;
}

.cs-section .slick-list {
    padding-bottom: 0;
}

.cs-section .u-slick__arrow-normal {
    top: -2.5rem;
}

.cs-section + .cs-section {
    margin-top: 0;
}
