body {
  background-color: #fff;
}
.top-navbar {
  background-color: trasparent !important;
}
.top-navbar * {
  color: #27235E !important;
}
.header-search input {
  background-color: #fff !important;
  border-radius: 30px;
  color: #000 !important;
}
.header-search input::placeholder {
  color: #000 !important;
}
.header-search .s-search-product-details *{
  color: #000 !important;
}
.header-search .s-search-icon svg {
  fill: #27235E !important;
}
#mainnav {
  background-color: #27235E !important;
}
.sicon-menu::before {
  color: #fff !important;
}
.header-btn__icon {
  color: #fff !important;
  border-color: #fff !important;
}
.s-user-menu-trigger {
  background-color: transparent !important;
}
.s-cart-summary-total {
  color: #fff !important;
}
.s-cart-summary-count {
  background-color: #fff;
  color: #27235E;
}
.sub-menu * {
  color: #000;
}
.mm-spn--open li a {
  color: #fff !important;
}
.mm-spn--open li a:hover {
  opacity: 0.8;
}
.sub-menu {
  color: #333;
}
@media (max-width: 1024px) {
  .mm-spn--open {
    background-color: #fff !important;
  }
  .mm-spn--open li ,
  .mm-spn--open li a {
    color: #565353!important;
  }
  .mm-spn--open li:hover ,
  .mm-spn--open li a:hover {
    color: #27235E !important;
  }

  #mobile-menu::after {
    background-color: #27235E !important;
    color: #fff !important;
  }
}

/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 0px solid #000 !important;
}
salla-add-product-button button {
  background-color: #27235E !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff !important;
  color: #27235E !important;
  border: 1px solid #27235E !important;
}
.s-product-card-content-main * {
  color: #565353 !important;	
}
.s-product-card-content-subtitle *{
  color: #010101 !important;
}
.s-product-card-price {
  color: #bd1414 !important;
}
.s-product-card-sale-price h4{
  color: #bd1414 !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: #27235E !important;
  color: #fff;
}

/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
  padding: 0px !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 0px !important;
}


/* Title Styles */
  .s-slider-block__title {
    display: flex;
    justify-content: center;  
    align-items: center;     
    text-align: center;
    margin: 40px 0;
    position: relative;
  }
  
  .s-slider-block__title-left{
    display:none;
  }
  .s-slider-block__title-right:where([dir="rtl"], [dir="rtl"] *) {
     padding:0 !important;
  }
  
  .s-slider-block__title-right h2 {
    font-size: 34px !important;
    font-weight:bold !important;
    color: #27235E !important;
    text-align: center !important; 
    position: relative;
    margin: 0; 
    padding:0;
  }
  
  /* Insert image before and after the title */
  .s-slider-block__title-right h2::before,
  .s-slider-block__title-right h2::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  
  .s-slider-block__title-right h2::before {
    left: -40px;
    background-image: url('https://i.postimg.cc/j5jSbWts/Screenshot-2025-06-10-111557-removebg-preview.png');
  }
  
  .s-slider-block__title-right h2::after {
    right: -40px;
    background-image: url('https://i.postimg.cc/j5jSbWts/Screenshot-2025-06-10-111557-removebg-preview.png');
  }
  
  
  /* Title Section */
  .s-slider-block__title {
    text-align: center;
    margin: 20px 0;
    position: relative;
  }
  
  .s-slider-block__title h2 {
    margin: 20px 0;
    position: relative;
    font-size: 24px;
    color: #0A3A42;
  }
  
  /* Font Size Adjustments for Titles */
  @media (max-width: 1200px) {
    .s-slider-block__title-right h2 {
      font-size: 45px !important;
    }
  }
  
  /* For screens smaller than 992px (medium screens) */
  @media (max-width: 992px) {
    .s-slider-block__title-right h2 {
      font-size: 35px !important;
    }
  }
  
  /* For screens smaller than 768px (small screens) */
  @media (max-width: 768px) {
    .s-slider-block__title-right h2 {
      font-size: 30px !important;
    }
  }
  






/* Footer*/
footer {
  background-image:url("https://i.postimg.cc/05F2T23s/da205e2f-5919-46fa-835e-bf659655cc53-1-2.png")!important;
  background-size: cover;
  background-position: center;
  
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: transparent!important;
}

.store-footer__inner *{
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}
/* Logo */
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/qvM0ZKYx/Frame.png");
  display: block;
  background-size: contain;
  width: 100px;
  height: 160px;
  background-repeat: no-repeat;
}
.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}
.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}
@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #27235E;
}