/* ============================= Variables ============================== */
:root {
    --color-primary: #E26EE5;
    --main-color: #E26EE5;
    --white-color: #fff;
}

/* ============================= General ============================== */
body {
    background-color: #fff;
}

body.index {
    background-color: var(--white-color) !important;
}

/* ============================= Navbar ============================== */
.navbar-brand img {
    max-height: 6rem;
    width: auto;
    max-width: 130px;
}

.main-nav-container {
    min-height: 84px;
    background: #fff;
    color: #000;
}

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 55px;
}

.top-navbar {
    background: #0B1D3A;
    color: #fff;
}

.top-navbar .s-search-input {
    border-style: none;
    background-color: #fff;
}

.topnav-is-dark .top-navbar {
    background-color: #E26EE5;
    color: #000;
}

/* ============================= Header Buttons ============================== */
.header-btn__icon {
    background-color: #fff;
    color: #E26EE5 !important;
}

.s-cart-summary-total {
    color: #E26EE5;
}

/* ============================= Slider - Photos ============================== */
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}

section.s-block.s-block--photos-slider .carousel-slider .swiper-wrapper > div {
    padding: 0 !important;
}

section:first-of-type.s-block.s-block--photos-slider {
    margin-top: 0;
}

[dir="rtl"] salla-slider.photos-slider .swiper {
    padding: 0;
}

section.s-block.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

/* ============================= Categories ============================== */
.slide--cat-entry {
    background-color: transparent;
    border-color: transparent;
    height: 13rem;
    padding: 0;
}

.slide--cat-entry:hover {
    background: unset;
    box-shadow: unset;
}

.slide--cat-entry h2 {
    display: none;
}

.rounded-full {
    border-radius: 0;
}

.w-16 {
    width: 16rem;
}

.h-16 {
    height: auto;
    display: inline-block;
    transition: transform 0.3s ease;
    transform-origin: center;
    will-change: transform;
}

.h-16:hover {
    transform: scale(1.06);
}

.sm\:py-16 {
    background: #fff;
}

/* ============================= Swiper ============================== */
.s-slider-block__title {
    display: flex;
    justify-content: center;
}

.s-slider-v-centered .s-slider-block__title-nav button {
    display: none;
}

.s-slider-block__title-right {
    padding: 0 !important;
}

.s-slider-block__title-left {
    display: none;
}

.carousel-slider .swiper-wrapper > div {
    padding: 1rem;
}

.swiper-wrapper {
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    justify-content: space-evenly;
}

/* ============================= Buttons ============================== */
button.tab-trigger.is-active.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    background: #E26EE5;
    color: #fff;
    font-weight: var(--fw-medium);
    border-radius: 0;
    border: solid 2px #E26EE5;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #E26EE5;
    color: #fff;
    font-weight: var(--fw-bold);
}

.s-button-btn,
.s-price-range-number-input {
    border-radius: 1rem;
    background: unset;
    color: #E26EE5;
}

.s-block__display-all {
    padding: 6px;
    background: #E26EE5;
    border-radius: 6px;
    color: #fff;
}

/* ============================= Product Cards ============================== */
.s-product-card-vertical {
    flex-direction: column;
    border-radius: 0;
}

.s-product-card-content-title a {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    max-height: calc(1.4em * 2);
    min-height: calc(1.4em * 2);
    display: flex;
    justify-content: center;
    font-weight: var(--fw-medium);
    font-size: 14px;
}

.s-product-card-price,
.s-product-card-starting-price h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25rem;
}

.s-product-card-content-sub {
    justify-content: center;
    gap: 0.75rem;
    display: flex;
}

.mb-2\.5 {
    margin-bottom: 0;
}

/* ============================= Features ============================== */
.s-block--features__item {
    padding-left: 2rem;
    padding-right: 2rem;
    background: #fff !important;
    border: solid 2px #E26EE5;
    border-radius: 24px;
}

.s-block--features__item .feature-icon {
    border-radius: 99px;
    background: #E26EE5;
}

.s-block--features__item .feature-icon i {
    font-size: 24px;
    color: #fff;
    border-radius: 20px;
}

/* ============================= Reviews ============================== */
.s-reviews-testimonial {
    box-shadow: 0 0 4px 0 #E26EE5 !important;
    padding: 3rem;
    border-radius: 14px;
}

.s-reviews-container .swiper-slide {
    padding: 15px;
}

.s-reviews-header {
    margin-right: auto;
    margin-left: auto;
}

/* ============================= Blocks ============================== */
.s-block {
    margin-top: 4rem;
    background: unset;
}

/* ============================= Banner ============================== */
.banner-entry {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 0.375rem;
    height: calc(32vw);
    max-height: 537px;
    min-height: 320px;
    overflow: hidden;
    padding: 0.75rem;
    position: relative;
    text-align: center;
    color: #fff;
    background: unset;
}

.banner--fixed img {
    border-radius: 32px;
}

/* ============================= Footer ============================== */
.store-footer__inner {
    padding: 5rem;
    background: #0B1D3A !important;
    color: #fff;
}

.footer-is-light .store-footer {
    border-radius: 0;
    background: #0b1d3a;
}

.copyright-text p {
    color: #fff;
}

.store-footer a h3:nth-child(1) {
    display: none;
}

.s-social-list {
    display: flex;
    gap: 0.625rem;
    justify-content: center;
}

footer .flex.items-center.m-0 {
    position: relative;
    display: flex;
    justify-content: center;
}

footer .flex.items-center.m-0::after {
    content: '';
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    background-image: url(https://cdn.files.salla.network/homepage/107217645/38301b0c-0cd9-456c-bd1b-5287e4acc5fd.webp);
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 80px;
    align-items: center;
    border-radius: 6px;
}

/* ============================= RTL ============================== */
.s-contacts-topnav-link:last-child:where([dir="rtl"], [dir="rtl"] *) {
    display: none;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0 !important;
    color: #0b1d3a;
    font-size: 26px;
}

/* ============================= Contacts ============================== */
.s-contacts-icon {
    align-items: center;
    border-radius: 9999px;
    border-width: 1px;
    display: flex;
    flex-shrink: 0;
    height: 2rem;
    justify-content: center;
    width: 2rem;
    margin-right: 30px;
}

/* ============================= Hide Elements ============================== */
.unicode {
    display: none;
}

li#brands {
    display: none !important;
}

a[href*="offers"],
#offers > a,
.main-menu > li > a[href*="offer"] {
    display: none !important;
}

.hover\:text-primary:hover {
    color: #ffe6c9;
}

/* ============================= Responsive ============================== */
@media (min-width: 1024px) {
    .main-menu li > a {
        font-size: 16px;
    }

    salla-slider .slide--one-sixth {
        width: 21.666667%;
    }

    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    salla-slider .slide--one-sixth {
        width: 59%;
    }
}

@media (max-width: 769px) {
    footer * {
        justify-content: center;
        margin: auto;
        text-align: center;
    }
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
  position: relative; /* Ã˜Â¶Ã˜Â±Ã™Ë†Ã˜Â±Ã™Å  Ã˜Â¹Ã˜Â´Ã˜Â§Ã™â€  before/after Ã™Å Ã˜ÂªÃ™â€¦Ã˜Â±Ã™Æ’Ã˜Â²Ã™Ë†Ã˜Â§ Ã˜Â¨Ã˜Â§Ã™â€žÃ™â€ Ã˜Â³Ã˜Â¨Ã˜Â© Ã™â€žÃ™â€žÃ˜Â¹Ã™â€ Ã˜ÂµÃ˜Â± */
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *)::after {
  content: "";
  position: absolute;
  top: 120%; /* Ã˜Â§Ã™â€žÃ™â€¦Ã˜Â³Ã˜Â§Ã™ÂÃ˜Â© Ã™â€¦Ã™â€  Ã˜Â§Ã™â€žÃ™â€ Ã˜Âµ */
  left: 50%;
  transform: translateX(-50%);
  width: 150px;
  height: 12px;
  background: url("https://cdn.files.salla.network/homepage/107217645/6ad18ad4-b3ee-4b3e-945c-88df84dac7e4.webp") no-repeat center/contain;
}