/* =============================================================
   CSS Variables
   ============================================================= */
:root {
    --color-primary:         #9FBAF1;
    --color-primary-reverse: #ffffff;
    --color-white:           #ffffff;
    --color-black:           #000000;
    --radius-sm:             8px;
    --radius-md:             12px;
    --radius-lg:             14px;
    --radius-xl:             16px;
    --radius-full:           999px;
}
/* =============================================================
   Base
   ============================================================= */
body {
    background-color: #fff;
}

body,
button,
input,
textarea,
select {
    font-family: var(--main-font) !important;
}

.s-slider-block__display-all {
    display: none;
}
/* =============================================================
   Navbar
   ============================================================= */
.navbar-brand img {
    max-height: 4rem;
    max-width: 100px;
    width: auto;
}

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

.main-nav-container.fixed-pinned .main-menu > li > a {
    padding-top: 36px;
    padding-bottom: 30px;
}

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

.main-menu li.root-level > a {
    font-size: 16px;
}
/* =============================================================
   Photos Slider
   ============================================================= */
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;
}

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

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

.s-block--photos-slider img,
salla-slider.photos-slider .swiper-slide {
    border-radius: 0 !important;
    width: 100%;
}
/* =============================================================
   Categories
   ============================================================= */
.slide--cat-entry {
    background-color: transparent;
    border-color: transparent;
    height: 16rem;
    padding: 0;
}

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

.slide--cat-entry h2 {
    font-size: 27px;
    font-weight: 700;
    line-height: 2.25rem;
    color: #9FBAF1;
}

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

.w-16 {
    width: 16rem;
}

.sm\:py-16 {
    background: var(--color-white);
}

.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);
}

.s-block--categories .swiper-wrapper {
    justify-content: center;
    gap: 60px;
}
/* =============================================================
   Slider Titles
   ============================================================= */
.s-slider-block__title {
    display: flex;
    justify-content: center;
}

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

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0;
    font-size: 28px;
    color: #9FBAF1;
    text-decoration: underline 4px;
}


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

section.s-block.s-block--slider-with-bg.s-block--full-bg {
    background: unset;
}
/* =============================================================
   Buttons
   ============================================================= */
.s-button-btn,
.s-price-range-number-input {
    border-radius: var(--radius-sm);
    background: var(--color-primary);
    color: var(--color-white);
}

:is(
    button.tab-trigger.is-active,
    .s-button-btn.s-button-wide
).s-button-outline.s-button-primary-outline {
    background: #621e2a;
    color: var(--color-white);
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #9FBAF1;
}

button.tab-trigger.is-active.s-button-outline.s-button-primary-outline {
    font-weight: var(--fw-medium);
    border-radius: var(--radius-md);
}

.s-button-btn.s-button-wide.s-button-outline.s-button-primary-outline {
    font-weight: var(--fw-bold);
}

.s-block--tabs-produtcs .tab-trigger {
    background: unset;
}
/* =============================================================
   Product Cards
   ============================================================= */
.s-product-card-vertical {
    flex-direction: column;
    border: solid 2px #9fbaf1;
}

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

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

.s-product-card-price,
.s-product-card-starting-price h4 {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.25rem;
}
/* =============================================================
   Features
   ============================================================= */
.s-block--features__item {
    border: solid 2px var(--color-primary);
}
/* =============================================================
   Footer
   ============================================================= */
.store-footer,
.store-footer__inner {
    background: var(--color-primary) !important;
}

.store-footer__inner {
    padding: 5rem;
    color: #000;
}

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

.footer-is-light .store-footer .store-footer__inner {
    background: #ffffff !important;
    border-radius: 0 !important;
    color: #9FBAF1;
    border-top: solid 2px;
}

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

.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;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 150px;
    border-radius: 6px;
    background: url(https://cdn.files.salla.network/homepage/98518018/f4fcc44f-48d1-40da-b96d-d3f6eb57c59d.webp)
        center / contain no-repeat;
}

#app > div.app-inner.flex.flex-col.min-h-full
    > footer
    > div.store-footer__inner
    > div
    > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20
    > a
    > h3 {
    display: none;
}

#brands > a {
    display: none;
}
/* =============================================================
   Grid Override
   ============================================================= */
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.copyright-text p a:hover{ 
    color: #000000;
}
/* =============================================================
   Responsive â€” Mobile ( max-width: 768px )
   ============================================================= */
@media (max-width: 768px) {
    .s-block--categories .swiper-wrapper {
        justify-content: flex-start !important;
    }

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

    .pcimg {
        display: none;
    }
}
/* =============================================================
   Responsive â€” Desktop ( min-width: 768px )
   ============================================================= */
@media (min-width: 768px) {
    .mobilimg {
        display: none;
    }
}
@media (max-width: 769px) {
    footer * {
        justify-content: center;
        margin: auto;
        text-align: center;
    }
}