/* ÃƒËœÃ‚ÂªÃƒËœÃ‚Â·ÃƒËœÃ‚Â¨Ãƒâ„¢Ã…Â Ãƒâ„¢Ã¢â‚¬Å¡ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â®ÃƒËœÃ‚Â· ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Å¾Ãƒâ„¢Ã¢â‚¬Â° Ãƒâ„¢Ã†â€™Ãƒâ„¢Ã¢â‚¬Å¾ ÃƒËœÃ‚Â§Ãƒâ„¢Ã¢â‚¬Å¾ÃƒËœÃ‚Â¹Ãƒâ„¢Ã¢â‚¬Â ÃƒËœÃ‚Â§ÃƒËœÃ‚ÂµÃƒËœÃ‚Â± */
body,
h1, h2, h3, h4, h5, h6,
p, span, a, button, input, textarea, select {
    font-family: 'El Messiri', sans-serif !important;
}

/* ============================= Variables ============================== */
:root {
    --font-main: 'El Messiri';
    --color-primary: #FC7F7F;
    --color-primary-dark: #FC7F7F;
    --color-primary-light: #FC7F7F;
    --color-primary-reverse: #ffffff;
}

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

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

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

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

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

.top-navbar {
    background: #D4D9D3;
    color: #fc7f7f;
}

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

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

/* ============================= 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;
}

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

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

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

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

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

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

.w-16 {
    width: 12rem;
}

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

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

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

/* ============================= Swiper ============================== */
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: space-evenly;
    box-sizing: content-box;
}

.s-slider-block__title {
    display: flex;
    justify-content: center;
}

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

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

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

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

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

/* ============================= Buttons ============================== */
.s-button-btn,
.s-price-range-number-input {
    border-radius: 8px;
    background: #FC7F7F;
    color: #fff;
}

button.tab-trigger.is-active.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    background: #FC7F7F;
    color: #ffffff;
    font-weight: 700;
    border-radius: 4px;
    border: solid 2px #FC7F7F;
    font-size: 16px;
}

button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: linear-gradient(3deg, #FC7F7F, #FC7F7F);
    color: #fff;
    font-weight: var(--fw-bold);
}

/* ============================= Product Cards ============================== */
.s-product-card-vertical {
    flex-direction: column;
    border-radius: 4px;
    border: solid 1.5px #fc7f7f;
    box-shadow: 0px 4px 4px #0000003d;
}

.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;
    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-content-sub {
    justify-content: center;
    gap: 0.75rem;
    display: flex;
}

.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 {
    padding-left: 2rem;
    padding-right: 2rem;
    background: transparent;
    border: solid 2px #76AFB6;
    border-radius: 16px;
}

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

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

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

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

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

/* ============================= Footer ============================== */
.store-footer {
    background: #FC7F7F;
}

.store-footer__inner {
    padding: 5rem;
    background: #E1E7EA;
    color: #FC7F7F;
}

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

.footer-is-light .store-footer .store-footer__inner {
    background: #FC7F7F;
    border-radius: 0 !important;
    color: #ffffff;
}

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

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

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

a.flex.items-center.m-0:after {
    content: '';
    display: flex;
    justify-content: center;
    background-repeat: no-repeat;
    padding: 0;
    background-image: url(https://cdn.files.salla.network/homepage/995525047/2ecf6518-6a52-4bbb-8f89-bb0f42d7d50f.webp);
    background-position: center;
    background-size: contain;
    width: 160px;
    height: 80px;
    align-items: center;
    border-radius: 6px;
}

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

/* ============================= Hover Effects ============================== */
.hover\:text-primary:hover {
    color: #d9b6b6;
}

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

/* ============================= Responsive ============================== */
@media (min-width: 1024px) {
    salla-slider .slide--one-sixth {
        width: 21.666667%;
    }
    
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    
    .main-menu li > a {
        font-size: 16px;
    }
}

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

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

/* ===============================
   ALL TWO BANNERS SECTIONS ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ FLEX VERSION
   =============================== */

/* ===============================
   DESKTOP & LARGE SCREENS
   =============================== */
#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
    display: flex !important;
    gap: 16px;
    max-width: 100%;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â© ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â±ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª */
#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
    display: block;
    width: 47%;
    height: 640px;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    flex-shrink: 0;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¾ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€¹Ã…â€œÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â± */
#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    border-radius: 14px;
}

#main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 .lazy__bg {
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-position: center !important;
    border-radius: 14px;
}

/* ===============================
   LARGE LAPTOP (1400px - 1600px)
   =============================== */
@media (max-width: 1600px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 580px;
    }
}

/* ===============================
   LAPTOP & MEDIUM DESKTOP (1200px - 1400px)
   =============================== */
@media (max-width: 1400px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 594px;
    }
}

/* ===============================
   SMALL LAPTOP (992px - 1200px)
   =============================== */
@media (max-width: 1200px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 480px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        gap: 14px;
    }
}

/* ===============================
   TABLET (768px - 992px)
   =============================== */
@media (max-width: 991px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 430px;
        border-radius: 12px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        gap: 12px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 img,
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 .lazy__bg {
        border-radius: 12px;
    }
}

/* ===============================
   MOBILE LANDSCAPE & SMALL TABLET (576px - 768px)
   =============================== */
@media (max-width: 768px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        flex-direction: column !important;
        gap: 12px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        width: 100% !important;
        height: 756px;
        border-radius: 10px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 img,
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 .lazy__bg {
        border-radius: 10px;
    }
}

/* ===============================
   MOBILE PORTRAIT (320px - 576px)
   =============================== */
@media (max-width: 576px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 410px;
    }
    
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 {
        gap: 10px;
    }
}

/* ===============================
   VERY SMALL MOBILE (max-width: 400px)
   =============================== */
@media (max-width: 400px) {
    #main-content > section.s-block--banners > div.one-row.md\:grid-cols-2 > a {
        height: 346px;
    }
}

section.s-block.s-block--slider-with-bg.s-block--full-bg {
    background: unset;
}
.s-block--tabs-produtcs .tab-trigger {
    --tw-text-opacity: 1;
    color: #1f2937;
    color: #74ACB2;
    background: #fff;
    border-radius: 4px;
}