/* Add custom CSS styles below */ 
.navbar-brand .header__logo {
    height: 2rem;
    max-width: none;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}
.s-product-card-entry .single-image .base-image {
    transform: scaleZ(1);
    transition: .6s cubic-bezier(.4, 0, .2, 1);
    background: #f9f9f9;
}
.s-product-card-content-title span {
    background-image: linear-gradient(270deg, currentColor 0, currentColor);
    background-position: left 100%;
    background-repeat: no-repeat;
    background-size: 0 1px;
    color: #7c8082;
    color: var(--color-text);
    padding-bottom: 2px;
    position: relative;
    transition: background-size .55s cubic-bezier(.2, .75, .5, 1), color .3s;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 12px;
    font-weight: 400;
}
.s-product-card-content-title a {
    display: block;
    font-size: .875rem;
    font-weight: 700;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: #1f2937;
    color: rgba(31, 41, 55, var(--tw-text-opacity, 1));
    display: flex;
    justify-content: space-around;
}
.s-product-card-price {
    font-size: 13px;
    line-height: 1.5rem;
    font-weight: 400;
}
.s-product-card-content-sub {
    margin-bottom: 0;
    display: flex;
    justify-content: space-around;
}
.s-product-card-sale-price h4 {
    color: var(--color-sale-price-product-card);
    font-size: 12px;
    font-weight: 400;
}
.s-product-card-sale-price:where([dir=rtl],[dir=rtl] *)>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 1;
    font-size: 12px;
}
.s-product-card-vertical .s-product-card-image {
    aspect-ratio: .75;
    border-radius: 0px;
    height: auto;
}
.section-categories-cards .categories-cards__title {
    font-size: 12px;
    line-height: 1.5rem;
    font-weight: 400;
}
.rounded-xl {
    border-radius: 0px;
}
.s-block__title h2 {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
    font-weight: 400;
}
.s-product-card-content-title {
    margin-bottom: -4px;
}
.store-footer .footer-brand .footer__logo {
    height: 2rem;
    -o-object-fit: contain;
    object-fit: contain;
    width: auto;
}
.gap-2 {
    gap: 0.5rem;
    color: #ffffff;
}
.rtl .mm-ocd__content {
    border-bottom-left-radius: 8px;
    border-top-left-radius: 0px;
}
@media only screen and (max-width: 1024px) {
    .mm-spn li a span {
        padding: 0;
        font-weight: 400;
        font-size: 14px;
    }
}
.store-footer__inner {
    border-bottom: 1px hsla(0, 0%, 100%, .1);
    border-style: dashed;
    padding-bottom: 2rem;
    padding-top: 2rem;
    background: #f3e7c6;
}
.s-product-card-card-quantity, .s-product-card-out-badge, .s-product-card-promotion-title {
    align-items: center;
    background-color: #16412f;
    border-radius: 0px;
    bottom: auto;
    color: #fff;
    display: flex;
    font-size: 10px;
    left: auto;
    line-height: 2;
    padding: 6px 14px;
    right: 0px;
    top: 0px;
    transform: none;
    z-index: 5;
}
.s-slider-block__title h2 {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.75rem;
    line-height: 1.2;
    position: relative;
}
.text-center {
    text-align: center;
    background: #f3e7c6;
}
.s-slider-block__title {
    text-align: left !important;
    direction: ltr !important;
}

.s-slider-block__title h2 {
    text-align: left !important;
    direction: ltr !important;
    width: 100% !important;
}
.s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-block__title {
    direction: ltr !important;
    text-align: left !important;
    justify-content: flex-start !important;
}

.s-block__title h2 {
    direction: ltr !important;
    text-align: left !important;
    margin-left: 0 !important;
    margin-right: auto !important;
    width: 100% !important;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-contacts-list {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    gap: 10px !important;
}
.store-footer__inner {
    border-bottom: 0px hsla(0, 0%, 100%, .1);
    border-style: dashed;
    padding-bottom: 1rem;
    padding-top: 2rem;
    background: #f3e7c6;
}
.s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}