/* Add custom CSS styles below */ 
.bg-inherit {
    background-color: #272727 !important;
}

    .top-navbar {
      background-color: #272727 !important;
    }
body {
        background-color: rgb(237 237 237) !Important;
}

.main-menu li.root-level>a{
    color: #fff !important;
}
.s-cart-summary-total{
  color: rgb(255 255 255) !important;
}
[class^=sicon-], [class*=" sicon-"] {
    color: rgb(153 153 153) !important;
}
.s-block--hero-slider .swiper-slide .overlay-bg:after{
      background-color: rgb(0 0 0 / 0%) !important;
}

.s-contacts-header{
  color: rgb(255 255 255) !important;
}

.has-overlay:after{
  background-color: rgb(0 0 0 / 0%) !important;
}
.has-overlay:hover:after{
background-color: rgba(0, 0, 0, .6) !Important;
}

.s-block--banners{
z-index: 10 !important;

}


.w-16{
width: 7rem !important;
}

.s-product-card-content{
text-align: center !important;
}

.s-product-card-content-sub{
justify-content: space-around !important;
}

.top-navbar .s-search-input {
    background-color: rgb(248 250 255) !important;
}

.btn--rounded-gray{
  background-color: rgb(229 231 235)!important;
}

.s-menu-topnav-list:where([dir=rtl],[dir=rtl] *){
  color: white !important;
}


.main-nav-container{
      min-height: auto !important;
}
.banner-entry article{
  visibility: hidden !important;
}



.s-menu-topnav-list:where([dir=ltr],[dir=ltr] *){
  color: white !important;
}



/************* Limiedted offer ****************/

/* Product image inside overlay */
.full-banner-entry .limited-overlay .product-img {
  width: 300px;       /* adjust as needed */
  height: 300px;      /* adjust as needed */
  object-fit: contain;
  margin-bottom: 12px;
  border-radius: 12px;
  background: black;
  box-shadow: 0 4px 10px rgba(0,0,0,0.3);
}


/* Container height */
.full-banner-entry {
  position: relative;
  width: 100%;
  height: 600px; /* Desktop */
  overflow: hidden;
  border-radius: 12px;
}

/* Mobile height */
@media (max-width:600px){
  .full-banner-entry {
    height: 600px; /* Mobile */
  }
}

/* Overlay layer */
.full-banner-entry .limited-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  color: #fff;
  z-index: 10;
  text-align: center;
  background: linear-gradient(180deg, rgba(0,0,0,0.0) 40%, rgba(0,0,0,0.55) 100%);
}

/* Text styles */
.full-banner-entry .limited-overlay h3 {
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 700;
  margin: 0 0 6px 0;
}
.full-banner-entry .limited-overlay p {
  margin: 0 0 12px 0;
  font-size: 14px;
  opacity: 0.9;
}

/* Countdown timer */
.full-banner-entry .countdown {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}
.full-banner-entry .cd-part {
  text-align: center;
  min-width: 50px;
  background: rgba(255,255,255,0.1);
  padding: 6px 8px;
  border-radius: 8px;
}
.full-banner-entry .cd-part strong { display: block; font-size: 18px; font-weight: 700; }
.full-banner-entry .cd-part small { display: block; font-size: 11px; opacity: 0.8; }

/* CTA Button */
.full-banner-entry .cta {
  display: inline-block;
  padding: 10px 16px;
  border-radius: 10px;
  background: #ffb703;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.2s ease;
}
.full-banner-entry .cta:hover {
  background: #ffd166;
}

/* Expired banner */
.full-banner-entry .expired {
  margin-top: 10px;
  padding: 8px;
  background: rgba(255,255,255,0.15);
  border-radius: 6px;
  font-weight: 600;
  display: none;
}

/************ Product Section ******/

.s-button-primary-outline:hover {
    background-color: #22c55e !important;
    }
    
    .s-product-card-content-footer button:hover {
  background-color: #ff7f3d;
  transform: scale(1.05);
}


custom-salla-product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.25);
}