.m-product-card {
    background-color: #fff;
    padding: 36px;
    display: inline-block;
    color: #000;
    margin-bottom: 16px;
}
.m-product-card__inner > *:not(:first-child) {
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #bcbec0;
}
.m-product-card__inner > *:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.m-product-card__image img {
    width: 100%;
    height: auto;
}
.m-product-card__total-reviews {
    margin-left: 16px;
    margin-top: 2px;
}
.m-product-card__delivery span {
    margin-left: 10px;
}
.m-product-card__info {
    padding: 0 !important;
}
.m-product-card__info li {
    padding: 16px 10px;
}
.m-product-card__info li + li {
    border-top: 1px solid #bcbec0;
}
.m-product-card__info li::before {
    content: "\2022";
    display: inline-block;
    margin-right: 10px;
}
.m-product-card__price {
    text-transform: uppercase;
    font-weight: 600;
}
.m-product-card__seemore {
    font-weight: 500;
}
.m-product-filter {
    padding: 24px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
}
@media (min-width: 992px) {
    .m-product-filter {
        position: static;
    }
}
.m-product-filter.is-active {
    left: 0;
}
.m-product-filter__block-title {
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid #c4c4c4;
}
.m-product-filter__block-options {
    padding: 0 8px;
}
.m-product-filter__block-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
}
.m-product-filter__block-option label {
    padding-left: 32px;
    position: relative;
}
.m-product-filter__block-option label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
}
.m-product-filter__block-option label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.m-product-filter__block-option input[type="radio"] {
    display: none;
}
.m-product-filter__block-option input[type="radio"]:checked + label::after {
    background-color: #000;
}
.m-product-filter-button {
    background-color: var(--main-blue-color);
    color: #ffffff;
    border-radius: 4px;
    padding: 16px 20px;
    margin-bottom: 16px;
    cursor: pointer;
}
.m-product-listing {
    background-color: #f6f6f6;
    padding-bottom: 100px;
}
.m-product-listing__main {
    margin-top: 16px;
}
@media (min-width: 768px) {
    .m-product-listing__main {
        margin-top: 50px;
    }
}.m-articles {
     padding-top: 32px;
     padding-bottom: 32px;
     border-bottom: 1px solid #c4c4c4;
 }
@media (min-width: 992px) {
    .m-articles {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}
.m-articles__header {
    text-align: center;
    margin-bottom: 18px;
}
@media (min-width: 992px) {
    .m-articles__header {
        margin-bottom: 32px;
    }
}
.m-articles__subtitle {
    max-width: 700px;
    margin: 0 auto;
}
.m-articles__title {
    font-size: 32px;
    line-height: 48px;
    color: #3996ae;
    text-transform: initial;
}
@media (min-width: 992px) {
    .m-articles__title {
        font-size: 36px;
    }
}
.m-article-item__title {
    font-size: 24px;
    line-height: 36px;
    text-transform: initial;
    margin-top: 24px;
}
.m-article-item {
    text-align: center;
    color: inherit;
}
.m-article-item:hover {
    text-decoration: none;
    color: inherit;
}
@media (min-width: 992px) {
    .m-article-item {
        text-align: left;
    }
}
.m-article-item__image {
    height: 260px;
}
.m-article-item__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-article-item__description {
    margin-top: 4px;
}
@media (min-width: 992px) {
    .m-article-item__description {
        margin-top: 16px;
    }
}
.m-product-card {
    background-color: #fff;
    padding: 36px;
    display: inline-block;
    color: #000;
    margin-bottom: 16px;
}
.m-product-card__inner > *:not(:first-child) {
    padding-bottom: 16px;
    padding-top: 16px;
    border-bottom: 1px solid #bcbec0;
}
.m-product-card__inner > *:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.m-product-card__image img {
    width: 100%;
    height: auto;
}
.m-product-card__total-reviews {
    margin-left: 16px;
    margin-top: 2px;
}
.m-product-card__delivery span {
    margin-left: 10px;
}
.m-product-card__info {
    padding: 0 !important;
}
.m-product-card__info li {
    padding: 16px 10px;
}
.m-product-card__info li + li {
    border-top: 1px solid #bcbec0;
}
.m-product-card__info li::before {
    content: "\2022";
    display: inline-block;
    margin-right: 10px;
}
.m-product-card__price {
    text-transform: uppercase;
    font-weight: 600;
}
.m-product-card__seemore {
    font-weight: 500;
}
.m-product-filter {
    padding: 24px;
    background-color: #fff;
    position: fixed;
    top: 0;
    left: -100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    z-index: 10;
}
@media (min-width: 992px) {
    .m-product-filter {
        position: static;
    }
}
.m-product-filter.is-active {
    left: 0;
}
.m-product-filter__block-title {
    font-size: 20px;
    line-height: 31px;
    font-weight: 600;
    padding: 16px 0;
    border-bottom: 1px solid #c4c4c4;
}
.m-product-filter__block-options {
    padding: 0 8px;
}
.m-product-filter__block-option {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
}
.m-product-filter__block-option label {
    padding-left: 32px;
    position: relative;
}
.m-product-filter__block-option label::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
}
.m-product-filter__block-option label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.m-product-filter__block-option input[type="radio"] {
    display: none;
}
.m-product-filter__block-option input[type="radio"]:checked + label::after {
    background-color: #000;
}
.m-product-listing {
    background-color: #f6f6f6;
    padding-bottom: 100px;
}
.m-product-listing__main {
    margin-top: 16px;
}
@media (min-width: 768px) {
    .m-product-listing__main {
        margin-top: 50px;
    }
}
.m-product-listing--2 {
    padding-top: 30px;
}
.m-products-bestseller {
    padding-top: 32px;
    padding-bottom: 32px;
}
@media (min-width: 992px) {
    .m-products-bestseller {
        padding-top: 46px;
        padding-bottom: 46px;
    }
}
.m-products-bestseller__title {
    text-align: center;
    color: #3996ae;
    text-transform: initial;
}
.m-products-bestseller__banner {
    height: 100%;
    width: 100%;
    min-height: 500px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 20px;
}
@media (min-width: 992px) {
    .m-products-bestseller__banner {
        min-height: 700px;
    }
}
.m-products-bestseller__banner-title {
    font-weight: 400;
    color: #fff;
    text-transform: initial;
    font-size: 32px;
    line-height: 46px;
    text-transform: capitalize;
}
@media (min-width: 992px) {
    .m-products-bestseller__banner-title {
        font-size: 36px;
        line-height: 46px;
    }
}
.m-products-bestseller__banner-actions {
    margin-top: 10px;
}
.m-products-bestseller__banner-subtitle {
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
}
.m-products-bestseller__content {
    margin-top: 8px;
}
@media (min-width: 992px) {
    .m-products-bestseller__content {
        margin-top: 32px;
    }
}
.m-products-bestseller__item {
    color: inherit;
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
}
.m-products-bestseller__item:hover {
    color: inherit;
    text-decoration: none;
}
.m-products-bestseller__item-image img {
    width: 100%;
    height: 228px;
    -o-object-fit: cover;
    object-fit: cover;
}
.m-products-bestseller__item-title {
    font-size: 14px;
    line-height: 16px;
    text-transform: initial;
    margin-bottom: 4px;
}
.m-products-bestseller__item-subtitle {
    font-size: 14px;
    line-height: 16px;
}
.m-products-explore__header {
    text-align: center;
    padding: 10px;
    border-bottom: 1px solid #c4c4c4;
}
.m-products-explore__title {
    color: #3996ae;
    text-transform: initial;
}
.m-products-explore__carousel {
    padding-top: 20px;
    padding-bottom: 20px;
}
@media (min-width: 992px) {
    .m-products-explore__carousel {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.m-products-explore__item-title {
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    padding: 10px;
}


