:root {
    --color-primary: var(--1);
    --color-primary-dark: #0e001f;
    --color-primary-light: #5a496b;
    --color-primary-reverse: #ffefff;
    --1: #342345;
    --2: #EAC39C;
    --3: #7C3EB9;
    --ff: #ffffff;
}

salla-slider.photos-slider .swiper-slide {
    margin: 0rem;
    padding: 0;
    width: 100%;
}

[dir="rtl"] .carousel-slider .swiper {
    padding-left: 0rem;
}

salla-slider[type]:not(.hydrated)>div,
salla-slider[type]:not(.hydrated) .swiper>div>div,
.carousel-slider .swiper {
    padding-left: 0px;
    padding-right: 0px;
}

/*Bullets*/
@media (min-width: 640px) {
    salla-slider.photos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 0rem;
    }
}

span.swiper-pagination-bullet {
    background: var(--ff);
    border: 1px solid var(--ff);
}

.swiper .swiper-pagination-bullet:after {
    background: var(--1);
    background-color: var(--ff) !important;
}

.swiper .swiper-pagination-bullet {
    --tw-ring-opacity: 0;
}


span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    position: relative;
    margin-bottom: 0.625rem;
    box-sizing: content-box;
    height: 0.25rem;
    width: 1.25rem;
}

.swiper .swiper-pagination-bullet:after {
    height: 5px;
    width: 7px;
}

.swiper .swiper-pagination-bullet {
    position: relative;
    margin-bottom: 0.625rem;
    box-sizing: content-box;
    height: 8px;
    width: 8px;
}

.swiper .swiper-pagination-bullet:after {
    height: 5px;
    width: 1.25rem;
}

@media (max-width: 991px) {
    .swiper .swiper-pagination-bullet:after {
        height: 5px;
        width: 1.25rem;
    }
}

/*Bullets*/

/* Banners */
.s-block--photos-slider {
    margin: 0;
}

img.w-full.object-contain.rounded,
salla-slider.photos-slider .swiper-slide {
    border-radius: 0;
}

.carousel-slider .s-slider-block__title-nav {
    display: none;
}

.s-block__title .center-side {
    background-color: transparent;
}

section:nth-child(4).s-block.s-block--banners>.grid,
section:nth-child(5).s-block.s-block--banners>.grid,
section:nth-child(6).s-block.s-block--banners>.grid,
section:nth-child(7).s-block.s-block--banners>.grid,
section:nth-child(17).s-block.s-block--banners>.grid,
section:nth-child(18).s-block.s-block--banners>.grid,
section:nth-child(19).s-block.s-block--banners>.grid,
section:nth-child(20).s-block.s-block--banners>.grid,
section:nth-child(21).s-block.s-block--banners>.grid,
section:nth-child(24).s-block.s-block--banners>.grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.two-row .banner-entry:nth-child(n),
.two-row .banner-entry:nth-child(7) {
    grid-column: span 1 / span 1;
}

section:nth-child(4).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(5).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(6).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(7).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(17).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(18).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(19).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(20).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(21).s-block.s-block--banners>.grid .banner-entry {
    width: 100%;
    min-height: 250px;
    background: transparent;
}

.banner-entry h3,
.banner-entry:hover h3 {
    position: absolute;
    background-color: #41404200 !important;
    color: #FFF !important;
}

.banner-entry:hover h3 {
    background-color: #41404200 !important;
    color: var(--ff) !important;
    position: relative;
    top: -5rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section:nth-child(4) .banner-entry h3,
section:nth-child(5) .banner-entry h3,
section:nth-child(6) .banner-entry h3,
section:nth-child(7) .banner-entry h3,
section:nth-child(17) .banner-entry h3,
section:nth-child(18) .banner-entry h3,
section:nth-child(19) .banner-entry h3,
section:nth-child(20) .banner-entry h3,
section:nth-child(21) .banner-entry h3 {
    min-height: unset !important;
    min-width: 100% !important;
    text-align: center !important;
}

section:nth-child(4) .banner-entry:hover h3,
section:nth-child(5) .banner-entry:hover h3,
section:nth-child(6) .banner-entry:hover h3,
section:nth-child(7) .banner-entry:hover h3,
section:nth-child(17) .banner-entry:hover h3,
section:nth-child(18) .banner-entry:hover h3,
section:nth-child(19) .banner-entry:hover h3,
section:nth-child(20) .banner-entry:hover h3,
section:nth-child(21) .banner-entry:hover h3 {
    background-color: #41404200 !important;
    color: var(--1) !important;
    position: relative;
    top: 0rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

section:nth-child(4) .banner-entry h3,
section:nth-child(5) .banner-entry h3,
section:nth-child(6) .banner-entry h3,
section:nth-child(7) .banner-entry h3,
section:nth-child(17) .banner-entry h3,
section:nth-child(18) .banner-entry h3,
section:nth-child(19) .banner-entry h3,
section:nth-child(20) .banner-entry h3,
section:nth-child(21) .banner-entry h3 {
    top: 10rem;
    color: #060606 !important;
    text-align: center !important;
    width: 100%;
    right: 16px;
}


section:nth-child(8).s-block.s-block--banners>.grid {
    grid-template-columns: 1fr 1fr 1fr;
}

section:nth-child(8).s-block.s-block--banners>.grid .banner-entry {
    height: unset;
    min-height: 277px;
    -webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 32%);
    -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.32);
    box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 32%);
    border-radius: 10px;
    margin-bottom: 5px;
}

section:nth-child(22).s-block.s-block--banners>.grid,
section:nth-child(25).s-block.s-block--banners>.grid,
section:nth-child(29).s-block.s-block--banners>.grid {
    grid-template-columns: 1fr 1fr;

}

.s-block.s-block--banners>.grid {
    grid-template-columns: 1fr 1fr 1fr;
}

section:nth-child(8).s-block.s-block--banners>.grid .banner-entry .lazy__bg.loaded:after,
section:nth-child(13).s-block.s-block--banners>.grid .banner-entry .lazy__bg.loaded:after,
section:nth-child(14).s-block.s-block--banners>.grid .banner-entry .lazy__bg.loaded:after,
section:nth-child(n+22).s-block.s-block--banners>.grid .banner-entry .lazy__bg.loaded:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.85;
    background: rgba(51, 35, 68, 0);
    background: -moz-linear-gradient(top, rgba(51, 35, 68, 0) 0%, rgba(51, 35, 68, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(51, 35, 68, 0)), color-stop(100%, rgba(51, 35, 68, 1)));
    background: -o-linear-gradient(top, rgba(51, 35, 68, 0) 0%, rgba(51, 35, 68, 1) 100%);
    background: -ms-linear-gradient(top, rgba(51, 35, 68, 0) 0%, rgba(51, 35, 68, 1) 100%);
    background: linear-gradient(to bottom, rgba(51, 35, 68, 0) 0%, rgba(51, 35, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#332344', endColorstr='#332344', GradientType=0);
    transition: opacity 0.3s ease;
}


section:nth-child(8).s-block.s-block--banners>.grid .banner-entry:after,
section:nth-child(13).s-block.s-block--banners>.grid .banner-entry:after,
section:nth-child(14).s-block.s-block--banners>.grid .banner-entry:after,
section:nth-child(n+18).s-block.s-block--banners>.grid .banner-entry:after,
section:nth-child(14).s-block.s-block--banners>.grid .banner-entry:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    border-radius: 9px;
    opacity: 0;
    transform: scale(1);
    transition: all 0.3s ease-out;
}

section:nth-child(8).s-block.s-block--banners>.grid .banner-entry a:hover:after,
section:nth-child(13).s-block.s-block--banners>.grid .banner-entry a:hover:after,
section:nth-child(14).s-block.s-block--banners>.grid .banner-entry a:hover:after,
section:nth-child(24).s-block.s-block--banners>.grid .banner-entry a:hover:after,
section:nth-child(n+22).s-block.s-block--banners>.grid .banner-entry a:hover:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #fff;
    border-radius: 10px;
    opacity: 1;
    transform: scale(1);
    transition: all 0.3s ease-out;
    z-index: 1;
}

section:nth-child(4).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(5).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(6).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(7).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(17).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(18).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(19).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(20).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
section:nth-child(21).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded {
    width: 336px;
    height: 199px;
    margin: auto;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-block.s-block--best-offers {
    margin-top: 1rem !important;
    margin-bottom: 10px;
}

@media (max-width: 1050px) {

    section:nth-child(4).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(5).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(6).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(7).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(17).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(18).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(19).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(20).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(21).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded {
        width: 26vw;
    }
}

@media (max-width: 991px) {

    section:nth-child(8).s-block.s-block--banners>.grid {
        grid-template-columns: 1fr 1fr;
    }

    section:nth-child(8).s-block.s-block--banners>.grid .banner-entry {
        padding-top: 0;
        min-height: 117px;
    }

    .banner-entry h3 {
        font-size: 14px;
        font-weight: 200;
    }

    section:nth-child(13).s-block.s-block--banners>.grid {
        grid-template-columns: 1fr 1fr 1fr !important;
    }

    section:nth-child(13).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(14).s-block.s-block--banners>.grid .banner-entry {
        min-height: 83px !important;
    }

    .s-block.s-block--banners>.grid .banner-entry {
        padding-top: 0;
        min-height: 90px;
    }

    .banner-entry:hover h3 {
        top: 3px;
        transform: translateY(-5%) !important;
    }

    section:nth-child(8).s-block.s-block--banners>.grid .banner-entry a:hover:after,
    section:nth-child(13).s-block.s-block--banners>.grid .banner-entry a:hover:after,
    section:nth-child(14).s-block.s-block--banners>.grid .banner-entry a:hover:after,
    section:nth-child(24).s-block.s-block--banners>.grid .banner-entry a:hover:after,
    section:nth-child(n+21).s-block.s-block--banners>.grid .banner-entry a:hover:after {
        top: 10px !important;
    }

}

section:nth-child(7).s-block.container.s-block--banners {
    background: url(https://cdn.salla.sa/EXjNy/HM6pVxzjo0fDa8kz8zMUPx7ERPpjF26jswKqRzax.png) repeat center/80% transparent !important;
}

section:nth-child(n+20) {
    margin-top: 1em !important;
}

section:nth-child(n+28).s-block.s-block--banners>.grid {
    display: flex;
    flex-wrap: wrap;
}

section:nth-child(n+28).s-block.s-block--banners>.grid div {
    flex: 1 1 calc(44% - 0.5rem);
}

section:nth-child(n+28).s-block.s-block--banners>.grid div:nth-child(n+3) {
    flex: 1 1 calc(30.33% - 0.5rem);
}

section:nth-child(n+28).s-block.s-block--banners>.grid div {
    background-position: 0px -2px;
}


@media (min-width: 768px) {

    .s-block__title h2,
    .s-block__title h1 {
        font-weight: bolder;
    }

    section:nth-child(24) .banner-entry {
        min-height: 213px;
    }
}

@media (max-width: 767px) {

    section:nth-child(4) .banner-entry h3,
    section:nth-child(5) .banner-entry h3,
    section:nth-child(6) .banner-entry h3,
    section:nth-child(7) .banner-entry h3,
    section:nth-child(17) .banner-entry h3,
    section:nth-child(18) .banner-entry h3,
    section:nth-child(19) .banner-entry h3,
    section:nth-child(20) .banner-entry h3,
    section:nth-child(21) .banner-entry h3,
    section:nth-child(17) .banner-entry h3 {
        top: 53px;
        font-size: 9px;
        right: 40px;
        padding: 0px !important;
    }

    section:nth-child(4).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(5).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(6).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(7).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(17).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(18).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(19).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(20).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(21).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded {
        width: 110px;
        height: 91px;
        margin: auto;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    section:nth-child(4).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(5).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(6).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(7).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(17).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(18).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(19).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(20).s-block.s-block--banners>.grid .banner-entry,
    section:nth-child(21).s-block.s-block--banners>.grid .banner-entry {
        height: 6px;
        min-height: 91px;
        width: 100%;
        background: transparent;
    }

    section:nth-child(4) .banner-entry:hover h3,
    section:nth-child(5) .banner-entry:hover h3,
    section:nth-child(6) .banner-entry:hover h3,
    section:nth-child(7) .banner-entry:hover h3,
    section:nth-child(17) .banner-entry:hover h3,
    section:nth-child(18) .banner-entry:hover h3,
    section:nth-child(19) .banner-entry:hover h3,
    section:nth-child(20) .banner-entry:hover h3,
    section:nth-child(21) .banner-entry:hover h3 {
        top: 38px;
    }

    section:nth-child(4).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(5).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(6).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(7).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(17).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(18).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(19).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(20).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded,
    section:nth-child(21).s-block.s-block--banners>.grid .banner-entry .lazy__bg.lazy.entered.loaded {
        background-position: -12px 15px !important;
    }

    section:nth-child(25).s-block.s-block--banners>.grid {
        grid-template-columns: 1fr 1fr;
    }

    section:nth-child(n+28).s-block.s-block--banners>.grid div {
        flex: 1 1 calc(50% - 0.5rem);
        min-height: 140px;
        background-size: 129%;
        background-position: 0px -2px;
    }

    section:nth-child(n+28).s-block.s-block--banners>.grid div:nth-child(n+3) {
        flex: 1 1 calc(30.33% - 0.5rem);
        min-height: 85px;
    }

    salla-slider .slide--one-fourth {
        max-width: 203px;
    }

    section:nth-child(24) .banner-entry {
        min-height: 213px;
    }

    section:nth-child(n+28).s-block.s-block--banners>.grid div:nth-child(n+3).banner-entry h3 {
        top: 28%;
    }

    .price_is_on_sale {
        font-size: .8rem;
        flex-direction: column;
    }
}

@media (max-width: 730px) {

    section:nth-child(4) .banner-entry h3,
    section:nth-child(5) .banner-entry h3,
    section:nth-child(6) .banner-entry h3,
    section:nth-child(7) .banner-entry h3,
    section:nth-child(17) .banner-entry h3,
    section:nth-child(18) .banner-entry h3,
    section:nth-child(19) .banner-entry h3,
    section:nth-child(20) .banner-entry h3,
    section:nth-child(21) .banner-entry h3,
    section:nth-child(17) .banner-entry h3 {
        right: 27px;
    }

    .banner-entry h3 {
        padding: 0px !important;
    }
}

@media (max-width: 450px) {

    section:nth-child(4) .banner-entry h3,
    section:nth-child(5) .banner-entry h3,
    section:nth-child(6) .banner-entry h3,
    section:nth-child(7) .banner-entry h3,
    section:nth-child(17) .banner-entry h3,
    section:nth-child(18) .banner-entry h3,
    section:nth-child(19) .banner-entry h3,
    section:nth-child(20) .banner-entry h3,
    section:nth-child(21) .banner-entry h3,
    section:nth-child(17) .banner-entry h3 {
        right: 6px;
    }

    .banner-entry h3 {
        padding: 0px !important;
    }
}

section:nth-child(13).s-block.s-block--banners>.grid .banner-entry,
section:nth-child(14).s-block.s-block--banners>.grid .banner-entry {
    height: unset;
    min-height: 219px;
}

.s-product-card-content-subtitle {
    color: rgb(233 202 162);
}

/*Banners*/

/*Body And Header And Footer */
body,
.bg-white {
    background-color: #F6F6F6;
}

.header-is-light .header-components {
    background: #FFF;
}

.store-footer,
.page-header,
.bg-zinc-100 {
    background-color: transparent;
    background-image: linear-gradient(45deg, #342345 10%, #653696 100%) !important;
}

.footer_is_dark .footer-bottom,
.footer_is_dark .footer-bottom a,
.footer_is_dark .footer-bottom a span {
    background-color: #fff;
    color: var(--1);
    border-color: var(--1);
}

a.footer-logo {
    display: none;
}

#app>div.relative.z-0.s-block>footer>div.store-footer__top>div>div>div:nth-child(3) {
    display: none;
}

.s-menu-footer-list {
    display: flex;
    flex-wrap: wrap;
}

.s-menu-footer-item {
    width: 50%;
    box-sizing: border-box;
}

.footer-content.grid.grid-cols-2.md\:flex.flex-wrap.gap-2\.5.lg\:gap-4 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}

/*Body And Header And Footer */

/*Products Details*/
nav.breadcrumbs.w-full.py-5.container * {
    color: #fff;
}

#accordionOptions {
    background: #fff !important;
    padding: 3%;
    border-radius: 5px;
}

body.product-single .accordion.details-accordion,
body.product-single .s-product-options-wrapper,
body.product-single .tab-accordion .panel {
    background: transparent !important;
}

.tab-accordion .panel {
    transition-duration: 400ms;
    grid-template-rows: 1fr;
}

.tab-accordion .accordion:after,
.s-product-options-option-label small {
    display: none;
}

.s-form-control {
    border-radius: 2px;
}

.accordion.tab--comments:not(:has(salla-comment-item)),
.accordion.tab--comments:not(:has(.s-comments-count-label)) {
    display: none !important;
}

form#single-product-form .order-1.md\:order-2.block.md\:sticky.top-24.shrink-0.h-fit {
    order: 2;
}

/*Products Details*/


/*Reviews*/
.relative.text-gray-600.break-words {
    background: #fff;
    padding: 15px;
    position: relative;
    background: #fff url("../images/quote.svg") top 1rem center no-repeat;
    padding: 2.5rem 1rem 1.5rem;
    border: 1px solid #D6D6D6;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.06);
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

header.flex.items-center.justify-center.mb-2\.5.md\:mb-7.space-x-2.rtl\:space-x-reverse.min-h-\[40px\] {
    display: none;
}

/*Reviews*/


.tab-accordion .accordion .accordion-titleو .tab-accordion .accordion .accordion-title,
.option-item__label {
    display: none;
}

@media (min-width: 640px) {
    .s-product-options-option {
        gap: .4rem;
    }
}

.s-product-options-option-label {
    margin-bottom: 0 !important;
}

.s-button-text {
    font-family: "PingARLT" !important;
}

.product-entry__image {
    height: 18rem !important;
}

body.product-single .details-slider-wrapper .details-slider .swiper-slide {
    padding: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    background-image: none !important;
    width: 100% !important;
}

@media (max-width: 768px) {
    .product-entry__image {
        height: 12rem !important;
    }
}

.s-product-options-option-label {
    margin-bottom: 0 !important;
}

.s-product-options-option-label {
    margin-bottom: 0rem;
}

.tab-accordion .accordion .accordion-title,
.option-item__label {
    display: none;
}

@media (min-width: 640px) {
    .s-product-options-option {
        gap: .4rem;
    }
}


.s-product-options-option-label {
    margin-bottom: 0 !important;
}

.s-button-text {
    font-family: "PingARLT" !important;
}

body.product-single .details-slider-wrapper .details-slider .swiper-slide {
    padding: 0 !important;
    height: 100% !important;
    overflow: hidden !important;
    border-radius: 15px !important;
    background-image: none !important;
    width: 100% !important;
}


.s-block--fixed-banner {
    margin-top: 0;
}

ul.main-menu>li:last-child>a>span {
    display: inline-block;
    width: 80px;
    height: 30px;
    background: url('https://i.ibb.co/tM3qjnJt/Logo-Black-Transparency.png') no-repeat center center;
    background-size: contain;
    text-indent: -9999px;
    overflow: hidden;
}

.grid-block.pay-installment {
    margin-bottom: 0px;
}

.mb-5 {
    background: #fafafa;
}