/* =========================================================
   THARA DIGITAL — CLEAN PRO MAX
   CSS ONLY
   No nested frames / No section gaps / White premium UI
   ========================================================= */

:root{
  --thara-brown:#755338;
  --thara-brown-dark:#4f3725;
  --thara-brown-soft:#a68669;

  --thara-white:#ffffff;
  --thara-soft:#f7f4f0;
  --thara-soft-2:#fbfaf8;

  --thara-text:#181715;
  --thara-muted:#77716b;
  --thara-line:#eeeae5;

  --color-primary:#755338 !important;
}


/* =========================================================
   GLOBAL — WHITE + ZERO SECTION GAPS
   ========================================================= */

html,
body{
  background:#fff !important;
  margin:0 !important;
  padding:0 !important;
}

body,
.app-inner,
.page-wrapper,
#main-content{
  background:#fff !important;
}

#main-content{
  margin:0 !important;
  padding:0 !important;
}


/* remove outer vertical gaps between homepage sections */
#main-content > .s-block{
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

#main-content > section{
  margin-block:0 !important;
}

#main-content > .s-block + .s-block{
  margin-top:0 !important;
}


/* remove common Salla section spacing */
.s-block{
  margin-block:0 !important;
}

.s-block--features,
.s-block--banners,
.s-block--photos-slider,
.s-block--fixed-banner,
.s-block--tabs-produtcs,
.s-block--categories,
.s-block--brands,
.s-block--testimonials{
  margin-top:0 !important;
  margin-bottom:0 !important;
}


/* =========================================================
   FIRST HERO — ATTACHED DIRECTLY TO HEADER
   ========================================================= */

header.store-header + #main-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

#main-content > salla-hook:first-child{
  margin:0 !important;
  padding:0 !important;
  height:0 !important;
  min-height:0 !important;
}

#main-content > .s-block--bundle-responsive-banner{
  margin:0 !important;
  padding:0 !important;
  line-height:0 !important;
}

#main-content > .s-block--bundle-responsive-banner
salla-responsive-banner-bofyp8{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
}

#main-content > .s-block--bundle-responsive-banner + .s-block{
  margin-top:0 !important;
}


/* =========================================================
   HEADER
   ========================================================= */

.store-header{
  position:relative;
  z-index:1000;

  margin:0 !important;
  padding:0 !important;

  background:#fff !important;

  border:0 !important;
  box-shadow:none !important;
}


/* =========================================================
   TOP SEARCH AREA
   ========================================================= */

.store-header .top-navbar{
  margin:0 !important;

  padding:8px 0 !important;

  background:#fff !important;

  border:0 !important;
  box-shadow:none !important;
}

.store-header .top-navbar > .container{
  min-height:44px;

  display:flex;
  align-items:center;

  gap:12px;
}


/* remove unnecessary empty header items */
.store-header .header-buttons:empty{
  display:none !important;
}

.store-header .top-navbar salla-bullet-delivery-tag:empty,
.store-header .top-navbar .hidden.lg\:block:empty{
  display:none !important;
}


/* =========================================================
   SEARCH
   ========================================================= */

.store-header .header-search{
  width:100%;
  max-width:650px;

  margin-inline:auto;
}

.store-header salla-search,
.store-header .s-search-placeholder-wrapper,
.store-header .s-search-placeholder-wrapper-new,
.store-header .s-search-inline{
  width:100% !important;
  max-width:none !important;
}

.store-header .s-search-input-wrapper{
  width:100%;
}

.store-header .s-search-input{
  width:100% !important;
  height:44px !important;

  padding-inline-start:45px !important;
  padding-inline-end:18px !important;

  border:0 !important;

  border-radius:999px !important;

  background:#f6f4f1 !important;

  box-shadow:none !important;

  color:var(--thara-text) !important;

  font-size:13px !important;
  font-weight:500;
}

.store-header .s-search-input:hover{
  background:#f2efeb !important;
}

.store-header .s-search-input:focus{
  background:#fff !important;

  box-shadow:
    inset 0 0 0 1px rgba(117,83,56,.22),
    0 5px 20px rgba(66,43,25,.05) !important;

  outline:none !important;
}

.store-header .s-search-input::placeholder{
  color:#99928c !important;
}


/* search icon */
.store-header .s-search-icon-wrap{
  inset-inline-start:16px !important;
  inset-inline-end:auto !important;

  color:var(--thara-brown) !important;
}

.store-header .s-search-icon svg{
  width:17px !important;
  height:17px !important;

  fill:currentColor !important;
}


/* contacts in topbar aren't needed */
.store-header .s-contacts-header{
  display:none !important;
}


/* =========================================================
   MAIN NAV
   ========================================================= */

#mainnav.main-nav-container{
  height:72px !important;
  min-height:72px !important;

  margin:0 !important;
  padding:0 !important;

  background:rgba(255,255,255,.97) !important;

  border:0 !important;
  border-top:1px solid rgba(0,0,0,.035) !important;

  box-shadow:
    0 5px 18px rgba(45,31,20,.035) !important;

  backdrop-filter:blur(16px);
  -webkit-backdrop-filter:blur(16px);
}

#mainnav .inner{
  background:transparent !important;
}

#mainnav .container > .flex{
  min-height:72px;

  align-items:center !important;
}


/* =========================================================
   LOGO
   ========================================================= */

.store-header .navbar-brand{
  width:auto !important;
  height:50px !important;

  min-width:110px;

  margin-inline-end:30px !important;
  padding:0 !important;

  display:flex !important;
  align-items:center;
  justify-content:center;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;
}

.store-header .navbar-brand img{
  width:auto !important;
  max-width:145px !important;

  height:44px !important;

  object-fit:contain !important;
}


/* =========================================================
   MENU
   ========================================================= */

.store-header custom-main-menu{
  display:flex;
  align-items:center;

  flex:1;
}

.store-header custom-main-menu nav{
  width:100%;
}

.store-header .main-menu{
  display:flex;
  align-items:center;

  gap:3px !important;
}

.store-header .main-menu > li.root-level{
  margin:0 !important;
}

.store-header .main-menu > li.root-level > a{
  min-height:40px;

  padding:0 15px !important;

  display:flex;
  align-items:center;
  justify-content:center;

  border:0 !important;

  border-radius:999px;

  background:transparent !important;

  box-shadow:none !important;

  color:#393633 !important;

  font-size:14px;
  font-weight:600;
}

.store-header .main-menu > li.root-level > a:hover{
  background:#f7f4f0 !important;

  color:var(--thara-brown) !important;
}


/* =========================================================
   HEADER RIGHT SIDE
   ========================================================= */

#mainnav .container > .flex > div:last-child{
  display:flex;
  align-items:center;

  gap:5px;

  margin:0 !important;
}


/* =========================================================
   USER — NO DOUBLE FRAME
   ========================================================= */

.store-header salla-user-menu{
  margin:0 !important;
  padding:0 !important;

  border:0 !important;
}

.store-header .s-user-menu-trigger{
  width:42px !important;
  height:42px !important;

  min-width:42px !important;
  min-height:42px !important;

  padding:0 !important;

  display:flex;
  align-items:center;
  justify-content:center;

  border:0 !important;

  border-radius:50%;

  background:transparent !important;

  box-shadow:none !important;
}

.store-header .s-user-menu-trigger:hover{
  background:#f6f3ef !important;
}

.store-header .s-user-menu-avatar-wrap{
  width:34px !important;
  height:34px !important;

  margin:0 !important;

  border:0 !important;
}

.store-header .s-user-menu-trigger-avatar{
  width:34px !important;
  height:34px !important;

  object-fit:cover;

  border:0 !important;

  border-radius:50%;

  box-shadow:none !important;
}

.store-header .s-user-menu-trigger-content,
.store-header .s-user-menu-trigger-icon{
  display:none !important;
}


/* user dropdown can have ONE surface only */
.store-header .s-user-menu-dropdown{
  min-width:245px !important;

  padding:7px !important;

  border:0 !important;

  border-radius:16px !important;

  background:#fff !important;

  box-shadow:
    0 18px 50px rgba(37,27,20,.13) !important;
}

.store-header .s-user-menu-dropdown-header{
  padding:11px !important;

  border:0 !important;
  border-radius:11px;

  background:#f7f4f0 !important;
}

.store-header .s-user-menu-dropdown-list{
  padding:5px 0 0 !important;
}

.store-header .s-user-menu-dropdown-item{
  margin:0 !important;
}

.store-header .s-user-menu-dropdown-item-link{
  min-height:43px;

  padding:8px 9px !important;

  border:0 !important;

  border-radius:10px;

  background:transparent !important;

  box-shadow:none !important;
}

.store-header .s-user-menu-dropdown-item-link:hover{
  background:#f7f4f0 !important;

  color:var(--thara-brown) !important;
}


/* remove little frames around each account icon */
.store-header .s-user-menu-dropdown-item-prefix{
  width:30px;
  height:30px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;

  color:var(--thara-brown);
}

.store-header .s-user-menu-dropdown-item-prefix svg{
  width:17px !important;
  height:17px !important;

  fill:currentColor !important;
}


/* =========================================================
   CART — SIMPLE ICON ONLY
   ========================================================= */

.store-header salla-cart-summary{
  margin:0 !important;
  padding:0 !important;

  border:0 !important;
}

.store-header .s-cart-summary-wrapper{
  position:relative;

  width:42px;
  height:42px;

  min-width:42px;

  display:flex !important;
  align-items:center !important;
  justify-content:center !important;

  padding:0 !important;

  border:0 !important;

  border-radius:50%;

  background:transparent !important;

  box-shadow:none !important;
}

.store-header .s-cart-summary-wrapper:hover{
  background:#f6f3ef !important;
}

.store-header #s-cart-icon{
  width:42px;
  height:42px;

  display:flex;
  align-items:center;
  justify-content:center;

  border:0 !important;

  border-radius:50%;

  background:transparent !important;

  box-shadow:none !important;
}

.store-header .header-btn__icon{
  font-size:19px !important;

  color:var(--thara-brown) !important;
}


/* hide price in header */
.store-header .s-cart-summary-content{
  display:none !important;
}


/* cart badge */
.store-header .s-cart-summary-count{
  position:absolute !important;

  top:0 !important;
  right:-1px !important;
  left:auto !important;

  min-width:17px !important;
  width:auto !important;

  height:17px !important;

  padding:0 4px !important;

  display:flex;
  align-items:center;
  justify-content:center;

  border:2px solid #fff !important;

  border-radius:999px;

  background:var(--thara-brown) !important;

  color:#fff !important;

  font-size:8px !important;
  font-weight:800;

  line-height:1 !important;
}


/* =========================================================
   MOBILE MENU BUTTON — NO FRAME
   ========================================================= */

.store-header [data-testid="store-header-mobile-toggle"]{
  width:42px;
  height:42px;

  margin:0 !important;
  padding:0 !important;

  display:flex;
  align-items:center;
  justify-content:center;

  border:0 !important;

  border-radius:50%;

  background:transparent !important;

  box-shadow:none !important;

  color:#282522;
}

.store-header [data-testid="store-header-mobile-toggle"]:hover{
  background:#f6f3ef !important;

  color:var(--thara-brown);
}

.store-header [data-testid="store-header-mobile-toggle"] i{
  font-size:20px !important;

  color:inherit !important;
}


/* =========================================================
   MOBILE DRAWER — CLEAN
   ========================================================= */

.store-header .mobile-menu{
  background:#fff !important;
}

.store-header .mobile-menu .main-menu{
  padding:12px !important;
}

.store-header .mobile-menu .main-menu > li{
  margin:0 !important;

  border:0 !important;
}

.store-header .mobile-menu .main-menu > li > a{
  min-height:49px;

  padding:0 12px !important;

  display:flex;
  align-items:center;

  border:0 !important;

  border-radius:10px;

  background:transparent !important;

  box-shadow:none !important;

  color:#302d29 !important;

  font-size:14px !important;
  font-weight:600 !important;
}

.store-header .mobile-menu .main-menu > li > a:hover{
  background:#f7f4f0 !important;

  color:var(--thara-brown) !important;
}


/* =========================================================
   FOOTER — REBUILD WITHOUT CARDS INSIDE CARDS
   ========================================================= */

.store-footer{
  margin:0 !important;
  padding:0 !important;

  background:#fff !important;

  border:0 !important;
  border-top:1px solid var(--thara-line) !important;

  color:var(--thara-text) !important;

  box-shadow:none !important;
}


/* remove fake decorative frame */
.store-footer::before,
.store-footer::after{
  display:none !important;
}


/* main footer */
.store-footer__inner{
  padding:45px 0 35px !important;

  background:#fff !important;

  border:0 !important;
  box-shadow:none !important;
}

.store-footer__inner > .container{
  display:grid !important;

  grid-template-columns:
    minmax(260px,1.5fr)
    minmax(160px,.8fr)
    minmax(210px,1fr)
    minmax(180px,.9fr) !important;

  gap:42px !important;
}

.store-footer__inner > .container > *{
  grid-column:auto !important;

  margin:0 !important;

  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;
}


/* =========================================================
   FOOTER TITLES
   ========================================================= */

.store-footer h3,
.store-footer .s-contacts-title{
  margin:0 0 14px !important;

  padding:0 !important;

  border:0 !important;

  color:#1f1c19 !important;

  font-size:14px !important;
  font-weight:700 !important;

  line-height:1.6;
}

.store-footer h3::before,
.store-footer h3::after,
.store-footer .s-contacts-title::before,
.store-footer .s-contacts-title::after{
  display:none !important;
}


/* store title */
.store-footer__inner > .container > div:first-child > a h3{
  margin-bottom:13px !important;

  color:var(--thara-brown-dark) !important;

  font-size:19px !important;
  font-weight:800 !important;
}


/* =========================================================
   FOOTER LINKS
   ========================================================= */

.store-footer .s-menu-footer-list{
  display:flex;
  flex-direction:column;

  gap:2px !important;
}

.store-footer .s-menu-footer-item{
  width:fit-content;

  padding:4px 0 !important;

  border:0 !important;

  background:transparent !important;

  color:var(--thara-muted) !important;

  font-size:13px;
}

.store-footer .s-menu-footer-item:hover{
  color:var(--thara-brown) !important;

  transform:translateX(-2px);
}


/* =========================================================
   CONTACT
   ========================================================= */

.store-footer .s-contacts-list{
  gap:5px !important;
}

.store-footer .s-contacts-item{
  min-height:38px;

  padding:3px 0 !important;

  display:flex;
  align-items:center;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;

  color:var(--thara-muted) !important;
}

.store-footer .s-contacts-item:hover{
  color:var(--thara-brown) !important;

  background:transparent !important;
}


/* one icon — no icon container frame */
.store-footer .s-contacts-icon{
  width:28px !important;
  height:28px !important;

  margin-inline-end:7px !important;

  display:flex;
  align-items:center;
  justify-content:center;

  border:0 !important;

  border-radius:0 !important;

  background:transparent !important;

  box-shadow:none !important;

  color:var(--thara-brown) !important;
}

.store-footer .s-contacts-icon svg{
  width:17px !important;
  height:17px !important;

  display:block !important;

  fill:currentColor !important;

  opacity:1 !important;
  visibility:visible !important;
}


/* =========================================================
   SOCIAL ICONS — FORCE VISIBLE
   ========================================================= */

.store-footer salla-social{
  color:var(--thara-brown) !important;

  opacity:1 !important;
  visibility:visible !important;
}

.store-footer .s-social-list{
  display:flex !important;

  align-items:center;

  gap:10px !important;
}

.store-footer .s-social-link{
  display:block !important;

  opacity:1 !important;
  visibility:visible !important;
}

.store-footer .s-social-link a{
  width:31px !important;
  height:31px !important;

  display:flex !important;
  align-items:center;
  justify-content:center;

  border:0 !important;

  border-radius:50% !important;

  background:#f6f3ef !important;

  box-shadow:none !important;

  color:var(--thara-brown) !important;

  opacity:1 !important;
  visibility:visible !important;
}

.store-footer .s-social-link a:hover{
  background:var(--thara-brown) !important;

  color:#fff !important;

  opacity:1 !important;

  transform:translateY(-2px);
}

.store-footer .s-social-link svg{
  width:15px !important;
  height:15px !important;

  fill:currentColor !important;

  opacity:1 !important;
  visibility:visible !important;
}


/* =========================================================
   TRUST BADGES — NO EXTRA CONTAINER
   ========================================================= */

.store-footer salla-trust-badges{
  margin:10px 0 0 !important;
  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;
}

.store-footer .s-trust-badges-wrapper{
  gap:7px;

  background:transparent !important;
}


/* =========================================================
   APPS ICONS — DON'T SHOW EMPTY INVISIBLE BOX
   ========================================================= */

.store-footer salla-apps-icons{
  margin:0 !important;
  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;

  color:var(--thara-brown) !important;

  opacity:1 !important;
  visibility:visible !important;
}


/* hide if truly empty */
.store-footer salla-apps-icons:empty{
  display:none !important;
}


/* if Salla renders them */
.store-footer .s-apps-icons-list{
  display:flex !important;

  flex-wrap:wrap;

  gap:9px !important;

  opacity:1 !important;
  visibility:visible !important;
}

.store-footer .s-apps-icons-item{
  display:flex !important;

  align-items:center;
  justify-content:center;

  opacity:1 !important;
  visibility:visible !important;

  color:var(--thara-brown) !important;
}

.store-footer .s-apps-icons-item svg,
.store-footer .s-apps-icons-item img{
  max-width:100%;

  opacity:1 !important;
  visibility:visible !important;
}


/* =========================================================
   FOOTER BOTTOM
   ========================================================= */

.store-footer > .container{
  min-height:62px;

  margin:0 auto !important;

  padding-top:13px !important;
  padding-bottom:13px !important;

  border:0 !important;
  border-top:1px solid var(--thara-line) !important;

  background:#fff !important;

  box-shadow:none !important;
}

.store-footer .copyright-text,
.store-footer .copyright-text p{
  margin:0 !important;

  color:#99918b !important;

  font-size:11px !important;
}

.store-footer .copyright-text a{
  color:#6c625a !important;
}

.store-footer .copyright-text a:hover{
  color:var(--thara-brown) !important;
}


/* =========================================================
   PAYMENTS
   ========================================================= */

.store-footer salla-payments{
  margin:0 !important;
  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;

  opacity:1 !important;
  visibility:visible !important;
}


/* if empty do not reserve space */
.store-footer salla-payments:has(.s-payments-list:empty){
  display:none !important;
}

.store-footer .s-payments-list{
  display:flex !important;

  align-items:center;

  gap:8px !important;

  margin:0 !important;
  padding:0 !important;
}

.store-footer .s-payments-list > *{
  margin:0 !important;
  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;
}

.store-footer .s-payments-list img,
.store-footer .s-payments-list svg{
  max-height:24px !important;

  width:auto;

  opacity:1 !important;
  visibility:visible !important;
}


/* =========================================================
   REMOVE USELESS NESTED FRAMES GENERALLY
   ========================================================= */

.store-header *{
  outline-color:transparent;
}

.store-footer .container,
.store-footer .flex,
.store-footer .grid,
.store-footer div{
  box-shadow:none;
}


/* don't globally border footer child divs */
.store-footer__inner div{
  border-color:transparent;
}


/* =========================================================
   TABLET
   ========================================================= */

@media(max-width:1023px){

  .store-header .top-navbar{
    padding:6px 0 !important;
  }

  #mainnav.main-nav-container{
    height:64px !important;
    min-height:64px !important;
  }

  #mainnav .container > .flex{
    min-height:64px;
  }

  .store-header .navbar-brand{
    position:absolute;

    top:50%;
    left:50%;

    transform:translate(-50%,-50%);

    width:auto !important;

    margin:0 !important;
  }

  .store-header .navbar-brand img{
    max-width:115px !important;
    height:39px !important;
  }

  .store-footer__inner > .container{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;

    gap:30px 35px !important;
  }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media(max-width:767px){

  /* no empty gap under header */
  .store-header{
    margin-bottom:0 !important;
  }

  #main-content{
    margin-top:0 !important;
  }


  /* search */
  .store-header .top-navbar{
    padding:5px 0 !important;
  }

  .store-header .top-navbar > .container{
    min-height:40px;

    padding-inline:11px !important;
  }

  .store-header .s-search-input{
    height:40px !important;

    padding-inline-start:41px !important;

    font-size:12px !important;
  }


  /* navbar */
  #mainnav.main-nav-container{
    height:58px !important;
    min-height:58px !important;
  }

  #mainnav .container{
    padding-inline:10px !important;
  }

  #mainnav .container > .flex{
    min-height:58px;
  }


  /* logo */
  .store-header .navbar-brand{
    height:42px !important;
  }

  .store-header .navbar-brand img{
    max-width:100px !important;
    height:35px !important;
  }


  /* actions */
  .store-header [data-testid="store-header-mobile-toggle"],
  .store-header .s-user-menu-trigger,
  .store-header .s-cart-summary-wrapper{
    width:39px !important;
    height:39px !important;

    min-width:39px !important;
    min-height:39px !important;
  }

  .store-header .s-user-menu-avatar-wrap,
  .store-header .s-user-menu-trigger-avatar{
    width:32px !important;
    height:32px !important;
  }

  .store-header #s-cart-icon{
    width:39px;
    height:39px;
  }


  /* first banner really attached */
  #main-content > .s-block--bundle-responsive-banner{
    margin-top:0 !important;
    padding-top:0 !important;
  }


  /* footer */
  .store-footer__inner{
    padding:32px 0 24px !important;
  }

  .store-footer__inner > .container{
    display:grid !important;

    grid-template-columns:1fr !important;

    gap:25px !important;

    padding-inline:18px !important;
  }

  .store-footer__inner > .container > *{
    margin:0 !important;

    padding:0 !important;

    border:0 !important;

    border-radius:0 !important;

    background:transparent !important;

    box-shadow:none !important;
  }

  .store-footer h3,
  .store-footer .s-contacts-title{
    margin-bottom:10px !important;
  }

  .store-footer__inner > .container > div:first-child > a h3{
    font-size:17px !important;
  }

  .store-footer > .container{
    display:flex !important;

    flex-direction:column;

    align-items:center !important;

    gap:10px;

    min-height:auto;

    padding:15px 18px !important;
  }

  .store-footer .s-payments-list{
    justify-content:center;

    flex-wrap:wrap;
  }

}


/* =========================================================
   SMALL PHONES
   ========================================================= */

@media(max-width:390px){

  #mainnav .container{
    padding-inline:7px !important;
  }

  #mainnav .container > .flex > div:last-child{
    gap:1px;
  }

  .store-header .navbar-brand img{
    max-width:88px !important;
  }

}


/* =========================================================
   REDUCED MOTION
   ========================================================= */

@media(prefers-reduced-motion:reduce){

  *,
  *::before,
  *::after{
    transition:none !important;
    animation:none !important;
  }

}
.banner-container {
  height: var(--tw-banner-height-desktop);
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
}

.banner-container,
.banner-container > * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.banner-container img,
.banner-container picture,
.banner-container a {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}.banner-container{
    margin: clamp(0rem, 0vw, 0rem) 0px;
}
.banner-container {
  height: var(--tw-banner-height-desktop);
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  line-height: 0 !important;
}

.s-block--bundle-responsive-banner {
  margin: 0 !important;
  padding: 0 !important;
}

.s-block--bundle-responsive-banner + .s-block {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.banner-container,
.banner-container a,
.banner-container picture,
.banner-container img {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}
/* =====================================================
   THARA DIGITAL — PREMIUM BROWN FOOTER
   CSS ONLY
   ===================================================== */

.store-footer{
  --footer-bg:#6f4d32;
  --footer-bg-dark:#5c3e28;
  --footer-white:#ffffff;
  --footer-soft:rgba(255,255,255,.72);
  --footer-line:rgba(255,255,255,.14);

  margin:0 !important;
  padding:0 !important;

  background:var(--footer-bg) !important;
  color:var(--footer-white) !important;

  border:0 !important;
  box-shadow:none !important;
}


/* =============================
   MAIN FOOTER AREA
   ============================= */

.store-footer__inner{
  background:var(--footer-bg) !important;

  padding:48px 0 38px !important;

  border:0 !important;
}


/* layout */

.store-footer__inner > .container{
  max-width:1180px !important;

  margin:0 auto !important;
  padding-inline:24px !important;

  display:grid !important;

  grid-template-columns:
    1.6fr
    1fr
    1fr
    1fr !important;

  gap:38px !important;

  align-items:start !important;
  justify-content:center !important;
}


/* كل عمود */

.store-footer__inner > .container > *{
  grid-column:auto !important;

  margin:0 !important;
  padding:0 !important;

  text-align:center !important;

  color:#fff !important;

  border:0 !important;
  background:transparent !important;

  box-shadow:none !important;
}


/* =============================
   BRAND / DESCRIPTION
   ============================= */

.store-footer__inner > .container > div:first-child{
  display:flex;
  flex-direction:column;

  align-items:center !important;
  justify-content:center !important;
}


.store-footer__inner > .container > div:first-child > a{
  justify-content:center !important;

  width:100%;
}


.store-footer__inner > .container > div:first-child h3{
  margin:0 0 14px !important;

  text-align:center !important;

  color:#fff !important;

  font-size:20px !important;
  font-weight:800 !important;

  line-height:1.5;
}


.store-footer .max-w-sm{
  max-width:390px !important;

  margin:0 auto 20px !important;

  text-align:center !important;
}


.store-footer .max-w-sm p{
  margin:0 !important;

  color:rgba(255,255,255,.78) !important;

  font-size:13px !important;
  line-height:1.9 !important;

  text-align:center !important;
}


/* =============================
   TITLES
   ============================= */

.store-footer h3,
.store-footer .s-contacts-title{
  margin:0 0 15px !important;

  padding:0 !important;

  color:#fff !important;

  text-align:center !important;

  font-size:15px !important;
  font-weight:700 !important;

  line-height:1.5;
}


.store-footer h3::before,
.store-footer h3::after,
.store-footer .s-contacts-title::before,
.store-footer .s-contacts-title::after{
  display:none !important;
}


/* =============================
   FOOTER LINKS
   ============================= */

.store-footer .s-menu-footer-list{
  display:flex !important;

  flex-direction:column;

  align-items:center !important;
  justify-content:center !important;

  gap:5px !important;
}


.store-footer .s-menu-footer-item{
  display:inline-flex !important;

  align-items:center;
  justify-content:center;

  padding:5px 8px !important;

  color:rgba(255,255,255,.80) !important;

  text-align:center !important;

  font-size:13px !important;

  border:0 !important;
  background:transparent !important;
}


.store-footer .s-menu-footer-item:hover{
  color:#fff !important;

  transform:translateY(-1px);
}


/* =============================
   CONTACT
   ============================= */

.store-footer salla-contacts{
  width:100%;

  display:block;

  color:#fff !important;
}


.store-footer .s-contacts-list{
  width:100%;

  display:flex !important;

  flex-direction:column;

  align-items:center !important;
  justify-content:center !important;

  gap:7px !important;
}


.store-footer .s-contacts-item{
  min-height:auto !important;

  display:inline-flex !important;

  align-items:center !important;
  justify-content:center !important;

  gap:8px !important;

  margin:0 auto !important;
  padding:5px 0 !important;

  color:rgba(255,255,255,.85) !important;

  text-align:center !important;

  border:0 !important;
  background:transparent !important;

  box-shadow:none !important;
}


.store-footer .s-contacts-item:hover{
  color:#fff !important;
}


/* phone icon */

.store-footer .s-contacts-icon{
  width:24px !important;
  height:24px !important;

  margin:0 !important;

  display:flex !important;

  align-items:center;
  justify-content:center;

  color:#fff !important;

  border:0 !important;
  background:transparent !important;
}


.store-footer .s-contacts-icon svg{
  width:17px !important;
  height:17px !important;

  fill:#fff !important;

  opacity:1 !important;
  visibility:visible !important;
}


.store-footer .unicode{
  color:#fff !important;

  direction:ltr;

  font-size:13px;
}


/* =============================
   SOCIAL MEDIA
   ============================= */

.store-footer salla-social{
  width:100%;

  display:flex !important;

  justify-content:center !important;

  margin:0 !important;
}


.store-footer .s-social-list{
  display:flex !important;

  align-items:center !important;
  justify-content:center !important;

  gap:9px !important;

  margin:0 auto !important;
}


.store-footer .s-social-link{
  display:block !important;

  opacity:1 !important;
  visibility:visible !important;
}


.store-footer .s-social-link a{
  width:35px !important;
  height:35px !important;

  display:flex !important;

  align-items:center;
  justify-content:center;

  color:#fff !important;

  border:1px solid rgba(255,255,255,.20) !important;

  border-radius:50% !important;

  background:rgba(255,255,255,.07) !important;

  opacity:1 !important;
  visibility:visible !important;
}


.store-footer .s-social-link a:hover{
  color:var(--footer-bg-dark) !important;

  background:#fff !important;

  border-color:#fff !important;

  transform:translateY(-2px);
}


.store-footer .s-social-link svg{
  width:15px !important;
  height:15px !important;

  fill:currentColor !important;

  opacity:1 !important;
}


/* =============================
   TRUST BADGES
   ============================= */

.store-footer .flex.gap-4{
  width:100%;

  display:flex !important;

  justify-content:center !important;
  align-items:center !important;

  margin:6px 0 0 !important;
}


.store-footer salla-trust-badges{
  margin:0 auto !important;
  padding:0 !important;

  display:flex !important;

  justify-content:center !important;

  color:#fff !important;

  border:0 !important;
  background:transparent !important;
}


.store-footer .s-trust-badges-wrapper{
  justify-content:center !important;

  color:#fff !important;
}


.store-footer .s-trust-badges-wrapper svg{
  fill:#fff !important;
}


.store-footer .s-trust-badges-label,
.store-footer .s-trust-badges-number{
  color:#fff !important;
}


/* =============================
   APPS ICONS
   ============================= */

.store-footer salla-apps-icons{
  width:100%;

  margin:0 !important;
  padding:0 !important;

  display:flex !important;

  align-items:center !important;
  justify-content:center !important;

  color:#fff !important;

  border:0 !important;
  background:transparent !important;

  opacity:1 !important;
  visibility:visible !important;
}


/* لو العنصر فاضي لا يحجز مكان */

.store-footer salla-apps-icons:empty{
  display:none !important;
}


.store-footer .s-apps-icons-list{
  display:flex !important;

  justify-content:center !important;
  align-items:center !important;

  flex-wrap:wrap;

  gap:12px !important;
}


.store-footer .s-apps-icons-item{
  color:#fff !important;

  opacity:1 !important;
  visibility:visible !important;
}


.store-footer .s-apps-icons-item svg{
  fill:#fff !important;

  opacity:1 !important;
  visibility:visible !important;
}


/* =============================
   MOBILE SOCIAL
   ============================= */

.store-footer .contact-social{
  width:100%;

  margin-top:10px !important;

  text-align:center !important;
}


/* =============================
   BOTTOM FOOTER
   ============================= */

.store-footer > .container{
  max-width:1180px !important;

  min-height:64px;

  margin:0 auto !important;

  padding:15px 24px !important;

  display:flex !important;

  align-items:center !important;
  justify-content:center !important;

  gap:35px;

  text-align:center !important;

  border:0 !important;
  border-top:1px solid var(--footer-line) !important;

  background:transparent !important;
}


/* copyright */

.store-footer .copyright-text{
  margin:0 !important;

  text-align:center !important;

  color:rgba(255,255,255,.68) !important;

  font-size:11px !important;
}


.store-footer .copyright-text p{
  margin:0 !important;

  color:rgba(255,255,255,.68) !important;

  text-align:center !important;
}


.store-footer .copyright-text a{
  color:#fff !important;

  font-weight:600 !important;
}


.store-footer .copyright-text a:hover{
  opacity:.75;
}


/* =============================
   PAYMENT ICONS
   ============================= */

.store-footer salla-payments{
  margin:0 !important;
  padding:0 !important;

  display:flex !important;

  justify-content:center !important;
  align-items:center !important;

  border:0 !important;
  background:transparent !important;
}


.store-footer .s-payments-list{
  display:flex !important;

  justify-content:center !important;
  align-items:center !important;

  flex-wrap:wrap;

  gap:8px !important;

  margin:0 !important;
  padding:0 !important;
}


.store-footer .s-payments-list > *{
  margin:0 !important;

  padding:0 !important;

  border:0 !important;

  background:transparent !important;

  box-shadow:none !important;
}


.store-footer .s-payments-list svg{
  max-height:23px !important;

  fill:#fff !important;
}


.store-footer .s-payments-list img{
  max-height:24px !important;

  width:auto;

  filter:grayscale(1) brightness(0) invert(1);

  opacity:.90;
}


/* لو الدفع فارغ لا يترك فراغ */

.store-footer salla-payments:has(.s-payments-list:empty){
  display:none !important;
}


/* =============================
   REMOVE OLD PADDING CLASSES
   ============================= */

.store-footer .rtl\:lg\:pl-20,
.store-footer .ltr\:lg\:pr-20,
.store-footer .rtl\:lg\:pr-20,
.store-footer .ltr\:lg\:pl-20{
  padding-left:0 !important;
  padding-right:0 !important;
}


/* =============================
   TABLET
   ============================= */

@media(max-width:1023px){

  .store-footer__inner{
    padding:38px 0 30px !important;
  }

  .store-footer__inner > .container{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;

    gap:32px !important;

    max-width:760px !important;
  }

  .store-footer__inner > .container > div:first-child{
    grid-column:1 / -1 !important;

    max-width:520px;

    margin-inline:auto !important;
  }

}


/* =============================
   MOBILE
   ============================= */

@media(max-width:767px){

  .store-footer__inner{
    padding:34px 0 25px !important;
  }

  .store-footer__inner > .container{
    grid-template-columns:1fr !important;

    max-width:520px !important;

    padding-inline:22px !important;

    gap:27px !important;
  }


  .store-footer__inner > .container > *{
    width:100%;

    text-align:center !important;
  }


  .store-footer__inner > .container > div:first-child{
    grid-column:auto !important;

    max-width:none;
  }


  .store-footer__inner > .container > * + *{
    position:relative;

    padding-top:24px !important;
  }


  /* subtle divider, not a frame */
  .store-footer__inner > .container > * + *::before{
    content:"";

    position:absolute;

    top:0;
    right:50%;

    width:45px;
    height:1px;

    transform:translateX(50%);

    background:rgba(255,255,255,.16);
  }


  .store-footer .max-w-sm{
    max-width:360px !important;

    margin-inline:auto !important;
    margin-bottom:16px !important;
  }


  .store-footer > .container{
    flex-direction:column !important;

    gap:10px !important;

    padding:16px 20px 18px !important;
  }


  .store-footer .copyright-text{
    order:2;
  }

}
.store-header .top-navbar {
    margin: 0 !important;
    padding: 8px 0 !important;
    background: #714e1c !important;
    border: 0 !important;
    box-shadow: none !important;
}.store-footer__inner > .container > div:first-child > a h3 {
    margin-bottom: 13px !important;
    color: #ffffff !important;
    font-size: 19px !important;
    font-weight: 800 !important;
} /* ==============================
   FOOTER WHITE LOGO
   ============================== */

.store-footer__inner > .container > div:first-child > a{
    display:flex !important;
    flex-direction:column !important;
    align-items:center !important;
    justify-content:center !important;

    width:100% !important;

    margin:0 0 14px !important;
}

/* الشعار */
.store-footer__inner > .container > div:first-child > a::before{
    content:"";

    display:block;

    width:150px;
    height:70px;

    margin:0 auto 13px;

    background-image:url("https://cdn.files.salla.network/other/14318929/5b42a917-aca0-4539-9caf-253d14ec292c-original.webp");
    background-repeat:no-repeat;
    background-position:center;
    background-size:contain;

    /* تحويل الشعار إلى أبيض */
    filter:brightness(0) invert(1);

    opacity:1;
}

/* اسم المتجر أسفل الشعار */
.store-footer__inner > .container > div:first-child h3{
    margin:0 0 12px !important;

    color:#fff !important;

    text-align:center !important;

    font-size:18px !important;
    font-weight:800 !important;
}