/* Add custom CSS styles below */ 
/* Removing unnecessary elements */
div#theme_edit_bar, .maintenance-alert-wrapper , .s-block--features__item p{
    display: none !important;
}

/* Scrollbar customization */
::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-track-piece {
    background-color: #00000033;
}

::-webkit-scrollbar-thumb {
    background-color: #585858;
}

/* Making the top navbar opaque with new background color */
.top-navbar {
    padding-top: 15px;
    background-color: #ffffff !important;
    color: #000 !important;
}

/* Navigation menu adjustments */
.index div#mainnav, .index.inner {
    background: #ffffff !important;
    box-shadow: unset;
}

@media(min-width: 1024px) {
    .navbar-brand img {
        max-height: 7rem !important;
        padding: 10px;
    }
    
    .main-menu li.root-level > a {
        color: #000 !important;
        font-size: 14px;
        font-weight: bold !important;
    }
    
    .main-menu li.root-level > a:hover {
        color: #444 !important;
    }
}

/* General layout fixes */
body.index .swiper-wrapper {
    padding: 0;
}

body.index .slider-title {
    display: flex;
    justify-content: left !important;
    margin: 50px auto 5px;
}

/* Banners with slight spacing and full width */
section.s-block.s-block--fixed-banner {
    margin: 5px 0;
    padding: 0;
    width: 100vw;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

section.s-block.s-block--fixed-banner img {
    width: 100vw;
    height: auto;
    max-height: 4133px;
    object-fit: cover;
    display: block;
    margin: 5px 0;
    padding: 0;
}

/* Footer adjustments - Centering all content */
footer.store-footer, .footer-light .store-footer, .footer-light .store-footer__inner, .product-card-title, .product-card-subtitle {
    text-align: center !important;
    align-items: center !important;
    justify-content: center !important;
    display: flex !important;
    flex-direction: column !important;
}

footer.store-footer .store-footer__inner > * {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

/* Background adjustments */
body, .comments-section, .banner-fixed img, .banner-entry, footer.store-footer {
    background: #ffffff !important;
}

/* Store primary color variables */
:root {
    --primary-color: #ba813b;
    --primary-dark: #986526;
    --primary-light: #e1c478;
    --primary-reverse: #edf5ff;
    --background: #ffffff;
}

/* Store logo adjustments */
.navbar-brand img {
    max-height: 7rem !important;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
}




/*start team cro*/
.header-buttons .btn--rounded-gray,
.s-contacts-topnav-link {
    background: var(--glass-bg) !important;
    box-shadow: 0 4px 6px var(--glass-shadow) !important;
}
.s-contacts-topnav-link,
.s-menu-topnav-item {
    padding: 0.5rem 1rem !important;
    text-decoration: none !important;
    margin-left: 0.5rem !important;
}
.header-buttons .btn--rounded-gray,
.s-contacts-topnav-link,
.s-menu-topnav-item {
    overflow: hidden !important;
    position: relative !important;
    transition: 0.3s !important;
}
.s-contacts-topnav-link,
.s-menu-topnav-item,
.top-navbar {
    position: relative !important;
}
:root {
    --main-color: #e7decd;
    --main-color-light: #f3efe9;
    --main-color-dark: #cfc7b7;
    --main-color-darker: #b7b0a1;
    --glass-bg: rgba(231, 222, 205, 0.25);
    --glass-border: rgba(255, 255, 255, 0.3);
    --glass-shadow: rgba(0, 0, 0, 0.1);
}
.header-buttons .btn--rounded-gray {
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid var(--glass-border) !important;
    border-radius: 18px !important;
}
.header-buttons .btn--rounded-gray:hover,
.s-contacts-topnav-link:hover {
    transform: translateY(-2px) !important;
    background: rgba(231, 222, 205, 0.35) !important;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.15) !important;
}
.header-buttons .btn--rounded-gray:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
    background: rgba(231, 222, 205, 0.4) !important;
}
.header-buttons .btn--rounded-gray::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at center, rgba(255, 255, 255, 0.7) 0, transparent 70%);
    transform: scale(0);
    opacity: 0;
    transition: transform, opacity 0.5s;
    z-index: 1;
}
.header-buttons .btn--rounded-gray:active::before {
    transform: scale(3);
    opacity: 0.3;
    transition: transform 0.5s, opacity;
}
.header-buttons .btn--rounded-gray::after {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 19px;
    background: linear-gradient(45deg, var(--main-color-light), transparent 40%, transparent 60%, var(--main-color-dark));
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s;
}
.header-buttons .btn--rounded-gray:hover::after {
    opacity: 1;
    animation: 3s linear infinite border-rotate;
}
@keyframes border-rotate {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.s-contacts-topnav-link {
    border-radius: 18px !important;
    backdrop-filter: blur(8px) !important;
    -webkit-backdrop-filter: blur(8px) !important;
    border: 1px solid var(--glass-border) !important;
}
.s-contacts-topnav-link:active {
    transform: translateY(1px) !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}
.s-contacts-topnav-link::before {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0) 100%);
    transform: rotate(30deg);
    opacity: 0;
    transition: opacity 0.3s;
}
.s-contacts-topnav-link:hover::before {
    opacity: 1;
    animation: 1.5s infinite shine;
}
@keyframes shine {
    0% {
        transform: rotate(30deg) translateX(-100%);
    }
    100% {
        transform: rotate(30deg) translateX(100%);
    }
}
.s-menu-topnav-item {
    border-radius: 18px !important;
    background: rgba(231, 222, 205, 0.15) !important;
    backdrop-filter: blur(4px) !important;
    -webkit-backdrop-filter: blur(4px) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
}
.s-menu-topnav-item:hover {
    background: rgba(231, 222, 205, 0.25) !important;
    transform: translateY(-1px) !important;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0.3) !important;
}
.s-menu-topnav-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, transparent 0, rgba(255, 255, 255, 0.2) 50%, transparent 100%);
    transition: left 0.5s;
}
.s-menu-topnav-item:hover::before {
    left: 100%;
    transition: left 0.8s;
}
.top-navbar {
    background: rgba(231, 222, 205, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    -webkit-backdrop-filter: blur(10px) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
    z-index: 10 !important;
}

.header-buttons .btn--rounded-gray span {
    position: relative;
    z-index: 2;
}
.header-buttons .btn--rounded-gray:hover span {
    animation: 2s infinite text-shimmer;
}
@keyframes text-shimmer {
    0%,
    100% {
        color: rgba(0, 0, 0, 0.8);
    }
    50% {
        color: rgba(0, 0, 0, 0.6);
    }
}
a.banner-entry.entered.loaded {
    background-size: contain;
    background-color: transparent
}

:root {
    --mc: #bd9781;
    --sc: #253D4E;
}

section.s-block.s-block--fixed-banner.wide-placeholder>.container {
    max-width: 100%;
    padding: 0
}

.s-user-menu-trigger,.s-product-card-image img,.s-block--features .s-block--features__item,div#mainnav,section[id*=featured-products],section#featured-products-style2-3,.store-footer__inner {
    background: 0 0!important
}


.s-product-card-content * {
    text-align: center;
    justify-content: center
}

.s-block__display-all,button:has(>span.s-button-text) {
    border: 1px solid var(--mc);
    background: var(--mc);
    opacity: 1;
    border-radius: 10px;
    fill: transparent;
    color: black;
}



.store-footer__inner {
    border: 0;
    padding: 10px
}

footer.store-footer {
    background: #f5f4f2 !important;
    position: relative;
    width: 100%;
    border-radius: 10px;
    margin-top: 20px;
    box-shadow: #dbdbdb 0 20px 30px -10px;
    padding: 35px !important;
}
.s-block--tabs-produtcs .tab-trigger button {
    background: var(--sc);
    color: #fff;
    border: 0
}

.s-product-card-entry {
    box-shadow: #0e1e251f 0 2px 4px 0,#0e1e2552 0 2px 16px 0
}

input.s-search-input {
    box-shadow: none !important;}

.s-block--tabs-produtcs .tabs {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-right: 5px;
    padding-left: 5px
}

.s-product-card-entry {
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 0
}

.s-slider-block__title h2 {
    background: #fff;
    padding: 5px 10px;
    border-radius: 10px;
    color: var(--mc);
    font-size: 1.5rem
}

section[id*=featured-products] {
    margin-top: 0
}

section.s-block.s-block--fixed-banner.wide-placeholder {
    width: 100%
}

.s-block--tabs-produtcs .tab-trigger.is-active button {
    background: var(--mc)
}



.swiper-wrapper.s-slider-swiper-wrapper {
    padding-top: 10px;
    padding-bottom: 10px
}

.loader-init.loader-init--hidden,.has-overlay:after,.loader-init.loader-init--hidden,.store-footer__inner>.container>div:nth-of-type(1)>a h3 {
    display: none
}

.store-footer__inner>.container>div:nth-of-type(1)>a {
    justify-content: center
}

section.s-block--banners .grid a.square-photos {
    flex: 1 0 31%
}

div.fixed-header>.inner {
    background: #fff!important;
    border-bottom: 3px solid var(--mc)
}

.main-menu :is(.has-children li a:hover,.has-children .has-children:hover>a,>.has-children:hover>a,li>a:hover),.s-product-card-content-title a:hover {
    color: var(--mc)
}

a.s-login-modal-link,.fixed-header a.mburger.mburger--collapse *,body:not(.index) :is(.top-navbar *,a.mburger.mburger--collapse *) {
    color: #000!important
}

.s-block__display-all i,footer.store-footer .items-center.justify-between.py-4.container.text-center *,body.index :not(.fixed-header) a.mburger.mburger--collapse *,.index footer.store-footer .items-center.container.text-center *,.index #mainnav:not(.fixed-header) nav#mobile-menu ul.main-menu>li>a,.index #mainnav:not(.fixed-header) .items-stretch .justify-end :not(ul.s-user-menu-dropdown-list *)  {
    color: #2A4A1B 
}
.top-navbar a {
    color: #2A4A1B;

}
.s-block--features .s-block--features__item .feature-icon {
    width: 6rem;
    height: 10rem
}





h2.total-price.text-red-800.font-bold.text-xl.inline-block {
    color: #a91d3a
}



salla-apps-icons.hydrated {
    position: relative;
    display: flex
}



salla-apps-icons.hydrated {
    position: relative;
    display: flex
}





.s-block__display-all {
    font-size: 0;
    position: relative;
    display: flex;
    align-items: center!important;
    justify-content: center;
    padding: 3px 10px;
    gap: 0;
    height: 37px;
    flex-direction: row-reverse
}

.s-block__display-all::after {
    content: "Ø¹Ø±Ø¶ Ø§Ù„ÙƒÙ„ ";
    font-size: .9rem;
    color: #fff
}

.s-block__display-all i {
    font-size: .9rem
}

img.s-user-menu-trigger-avatar {
    content: var(--user-avatar)
}

@media(min-width: 992px) {
    .s-product-card-content-title a {
        font-size: 14px;
    }


    .s-slider-block__title {
        margin: 0
    }
}

@media(max-width: 600px) {
    .s-products-slider-card>.s-product-card-vertical button.s-button-element.s-button-btn,section.s-block--tabs-produtcs .s-product-card-content .s-product-card-content-footer button.s-button-btn {
        padding-left:0;
        padding-right: 0
    }

    footer.store-footer * {
        text-align: center;
        justify-content: center
    }

    .banner-entry h3.text-with-border span {
        font-size: 13px
    }

    .two-row .banner-entry h3 {
        padding: 3px;
        height: 30px;
        line-height: normal!important
    }

    footer.store-footer::after {
        background-repeat: no-repeat;
        background-position: bottom
    }





    .store-footer__inner div#contact-slot a {
        display: flex;
        justify-content: flex-start;
        flex-direction: row
    }

    .s-contacts-list.s-contacts-list-vertical {
        width: 42%;
        margin: auto
    }


    .whitespace-nowrap * {
        font-size: 1.2rem;
        color: #000
    }








    .center-between {
        display: flex;
        align-items: center;
        justify-content: CENTER;
        flex-direction: ROW;
        gap: 22px
    }

    b.block {
        font-size: 19px
    }
    .grid-flow-row {
    grid-template-columns: 1fr 1fr;
}

}



.top-navbar a {
    color: #fff
}

.navbar-brand img {
    max-height: 5rem!important
}



.s-slider-block__title h2 {
    background: 0 0;
    padding: 5px 10px;
    border-radius: 10px;
    color: var(--mc);
    font-size: 1.5rem;
    border-right: 6px solid #870a36;
    border-radius: 0
}

.s-slider-block__display-all {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
    background: #870a36!important;
    padding: 10px;
    border-radius: 20px!important;
    color: #fff!important
}

.s-slider-nav-arrow {
    background: #870a36!important;
    opacity: 1
}

.s-slider-nav-arrow svg {
    width: 22px;
    fill: #fff!important
}

.footer-is-light .store-footer {
    color: black !important
}




#wa-widget-send-button {
    transition: none!important;
    background-color: #429f24;
    bottom: 176px;
    right: 0
}

.s-product-card-vertical .s-product-card-wishlist-btn button {
    background: white !important;
    opacity: 1
}

.sicon-menu:before {
    content: "\ed7f";
    color: #750e2e
}

.loader-init {
    display: none!important
}
header.store-header  {

    background: #F6F6F6;
}
.main-nav-container.fixed-header .inner {
    background: #fddd75 !important;
}
a.s-menu-topnav-item.topnav-link-item.right-side{
color:black ;
}
.main-menu :is(.has-children li a:hover,.has-children .has-children:hover>a,>.has-children:hover>a,li>a:hover), .s-product-card-content-title a:hover {
    color: #bd9781;
}
@media only screen and (min-width: 1024px) {
    .main-menu li>a:hover {
        color: #414042;
        color: black !important;
        text-decoration-line: none;
    }
}
.header-btn__icon{
    border-color: #bd9781!important;
}
.s-slider-nav-arrow {
    background: #bd9781 !important;
    opacity: 1;
}
.sicon-menu:before {
    content: "\ed7f";
    color: #bd9781;
}
.copyright-text p , a.hover\:text-primary{
color:white !important;
}
.s-product-card-image img.loaded {
    position: relative;
    opacity: 1;
    object-fit: cover;
}
.s-fast-checkout-button.outline  , .s-fast-checkout-button{
    background-color: #374151 !important;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
salla-mini-checkout-widget::part(widget-label) {
    background-color: red; /* Ø§Ø³ØªØ¨Ø¯Ù„ Ø§Ù„Ù„ÙˆÙ† Ø¨Ø§Ù„Ù‚ÙŠÙ…Ø© Ø§Ù„ØªÙŠ ØªØ±ÙŠØ¯Ù‡Ø§ */
}
.s-product-card-entry {
    box-shadow: #0e1e251f 0 2px 4px 0, #0e1e2500 0 2px 16px 0;
}
@media (min-width: 1024px) {
    .lg\:grid-cols-6 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.s-slider-block__title h2 {
    background: 0 0;
    padding: 5px 10px;
    border-radius: 10px;
    color: #bd9781;
    font-size: 1.5rem;
    border-right: 6px solid #bd9781;
    border-radius: 0;
}
.s-fast-checkout-button.outline::part(button) {
    background-color: #ab2626;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}
.s-fast-checkout-button.outline {
    background-color: #ab2626;
    border: 1px solid var(--color-primary);
    color: var(--color-primary);
}

button.btn--wishlist.animated.sws.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    BACKGROUND: #ce1b7cb5;
}

@media (min-width: 768px) {
    .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 2fr));
    }
}
@media (min-width: 640px) {
    .sm\:gap-8 {
        gap: 0rem;
    }
}
@media only screen and (min-width: 1024px) {
    .main-menu>.has-children:hover>a {
        color: #414042;
        color: black !important;
    }
}

@media (max-width: 768px) {
  .navbar-brand {
    position: absolute;
    left: 55%;
    transform: translateX(-50%);
    z-index: 10;
    margin: 0;
    width: auto;
    max-width: 62px;   }
  
  .main-nav-container .container {
    position: relative;
  }
  
  .main-nav-container .mburger {
    position: absolute;
    right: 10px;
    z-index: 5;
  }
  
  .main-nav-container .flex .flex.items-center.justify-end {
    position: absolute;
    left: 10px;
    z-index: 5;
  }
  
  .main-nav-container .flex.items-stretch.justify-between {
    min-height: 70px;
    align-items: center;
  }
  
  .navbar-brand img {
    max-width: 100%;
    height: auto;
    display: block;
  }
}
a.slide--cat-entry {
    background: transparent ! IMPORTANT;
    border: none !important;
}
.slide--cat-entry h2 {

    display: none;
}
.object-cover {
    -o-object-fit: cover;
    object-fit: contain;
}

.rounded-full {
    border-radius: 0;
}
.w-16 {
    width: auto;
}
.h-16 {
    height: auto;
}
.banner--fixed img {
    background-color: transparent !important;

}
.s-block__title {
    justify-content: right;
}
s-block__display-all, button:has(>span.s-button-text) {
    color: white;
}
span.s-cart-summary-count {
    color: white !important;
    }
    .top-navbar a {
    color:#000 !important 
    }
    .main-nav-container.fixed-header .inner {
    background: #ffffff !important;
}
    .s-slider-block__title {
        margin: 0;
        margin-bottom: 41px;
    }
    .s-block--special-products .tab-trigger.is-active button {
    border-color: #414042;
    border-color: var(--color-primary);
    color: #414042;
    color: black;
    background: transparent !important;
    border: none;
}
button.tab-trigger.s-button-element.s-button-link.s-button-solid.s-button-primary-link.s-button-loader-after {
    background: transparent !important;
    border: none;
}

button.s-product-card-wishlist-btn.animated.not-added.un-favorited.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center {
    background: #bd9781 !important;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    color: white !important;
}
.s-slider-block__display-all {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
    background: #b0bd6e !important;
    padding: 10px;
    border-radius: 20px !important;
    color: #000000 !important;
}
section[id*=featured-products] {
    margin-top: 94px;
}

.sicon-store2:before {
 content: '' !important;
 display: inline-block;
 width: 100%;
 height: 100%;
 background-image: url('https://i.ibb.co/fdF2HjcW/media-1.png');
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}

.sicon-shipping-fast:before {
 content: '' !important;
 display: inline-block;
 width: 100%;
 height: 100%;
 background-image: url('https://i.ibb.co/RT8tmCFs/e1993cd5-bb55-401b-94f0-5809ef5d7c63.png');
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}

.sicon-fire:before {
 content: '' !important;
 display: inline-block;
 width: 100%;
 height: 100%;
 background-image: url('https://i.ibb.co/nsqnGZgZ/e2d0f0a1-0010-4873-aefe-dffe7dd9d035.png');
 background-size: contain;
 background-repeat: no-repeat;
 background-position: center;
}

.feature-icon {
 width: 64px;
 height: 64px;
 display: flex;
 justify-content: center;
 align-items: center;
}

.feature-icon i {
 width: 100%;
 height: 100%;
}

.banner--fixed img {

    border-radius: 0;
 
}
.s-block--features__item .feature-icon {
    background-color: transparent;
}

.main-nav-container.fixed-header .inner {

    margin-top: 25px !important;
    }
    
    
    
.hero-banner {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    aspect-ratio: 16/9;
    max-height: 100%;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

img.lazy-load {
    width: 100%;
    min-height: 400px;
    display: block;
    object-fit: contain; 
}

img.lazy-load {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

img.lazy-load.loaded {
    opacity: 1;
}

.animated, .fade-in, .slide-up {
    animation: none !important;
    transition: none !important;
}

@font-face {
    font-family: 'CustomFont';
    src: url('custom-font.woff2') format('woff2');
    font-display: swap;
}



button, a {
    transition: none !important;
    font-display: swap;
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 300px;
    }

    .s-block--hero-slider {
        min-height: 250px;
      
       
    }
}

.s-slider-block__display-all {
    display: inline-block;
    font-size: .875rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #414042;
    color: var(--color-primary);
    background: #bd9781 !important;
    padding: 10px;
    border-radius: 20px !important;
    color: white !important;
}
.main-nav-container.fixed-header .inner {
    margin-top: 0 !important;
    position: relative;
}
nav.breadcrumbs.w-full.py-5 {
    margin-top: 29px;
}
input.s-search-input {
    margin-left: 20px !important;
    background: white !important;
}
.copyright-text p, a.hover\:text-primary {
    color: #000000 !important;
}
.s-block--features__item:first-child {
    grid-column: auto;
}
@media (min-width: 768px) {
    .md\:grid-cols-\[repeat\(3\2c minmax\(0\2c 1fr\)\)\] {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}