/* Add custom CSS styles below */ 

/* Top navbar background */
.top-navbar,
header.store-header .top-navbar {
  background: rgb(37 57 89) !important;
  color: #fff !important;
}

/* Top navbar text/links */
.top-navbar *,
.top-navbar a,
.top-navbar span,
.top-navbar button {
  color: #fff !important;
}

/* Top navbar icons */
.top-navbar svg,
.top-navbar i {
  color: #fff !important;
  fill: #fff !important;
}

/* Search input inside top navbar */
.top-navbar input,
.top-navbar .s-search-input {
  background: rgba(255, 255, 255, 0.12) !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.25) !important;
}

.top-navbar input::placeholder {
  color: rgba(255, 255, 255, 0.8) !important;
}
/* banners */
section.s-block.s-block--fixed-banner.wide-placeholder:not(:last-of-type) > .container {
  padding: 0 !important;
  margin: 0 !important;
  max-width: 100% !important;
}
.banner--fixed img {
    border-radius: 0;
    background-color: white ;
}
/* first section */
main#main-content > section.s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
  margin-top: 0 !important;
  padding-top: 0 !important;
}






html,
body {
  overflow-x: hidden !important;
}

/* Main section */
section#best-offers-3-slider {
  position: relative !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  background: rgb(36 56 88) !important;
  padding: 50px 0 90px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  border-radius: 0 !important;
}

/* Desktop full width + hide dots */
@media (min-width: 769px) {
  section#best-offers-3-slider {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    box-shadow: 0 0 0 100px rgb(36 56 88) !important;
  }
}

/* Center content */
section#best-offers-3-slider > .container {
  max-width: 1050px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  box-sizing: border-box !important;
}

/* Center cards desktop */
section#best-offers-3-slider .swiper-wrapper {
  justify-content: center !important;
}

/* White only title / view all / arrows */
section#best-offers-3-slider .s-slider-block__title,
section#best-offers-3-slider .s-slider-block__title h2,
section#best-offers-3-slider .s-slider-block__display-all,
section#best-offers-3-slider .s-slider-nav-arrow {
  color: #fff !important;
  border-color: #fff !important;
}

section#best-offers-3-slider .s-slider-nav-arrow svg,
section#best-offers-3-slider .s-slider-nav-arrow i {
  color: #fff !important;
  fill: #fff !important;
}

/* Keep card text normal */
section#best-offers-3-slider .s-product-card-entry,
section#best-offers-3-slider .s-product-card-entry *,
section#best-offers-3-slider .s-product-card-content,
section#best-offers-3-slider .s-product-card-content * {
  color: inherit !important;
}

/* Cards */
section#best-offers-3-slider .s-product-card-entry,
section#best-offers-3-slider .s-product-card-image {
  border-radius: 8px !important;
}

/* Remove next section space */
section#best-offers-3-slider + section,
section#best-offers-3-slider + section.s-block,
section#best-offers-3-slider + section.s-block--fixed-banner {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  section#best-offers-3-slider {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 25px 0 25px !important;
    box-shadow: none !important;
    overflow: hidden !important;
  }

  section#best-offers-3-slider > .container {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 10px !important;
    margin: 0 auto !important;
  }

  section#best-offers-3-slider .swiper-wrapper {
    justify-content: flex-start !important;
  }

  section#best-offers-3-slider salla-slider,
  section#best-offers-3-slider .swiper {
    overflow: hidden !important;
  }

  section#best-offers-3-slider + section,
  section#best-offers-3-slider + section.s-block,
  section#best-offers-3-slider + section.s-block--fixed-banner {
    margin-top: -1px !important;
    padding-top: 0 !important;
  }
}

/* Keep add-to-cart button text white on hover */
section#best-offers-3-slider .s-product-card-entry button:hover,
section#best-offers-3-slider .s-product-card-entry button:hover *,
section#best-offers-3-slider .s-product-card-entry a:hover,
section#best-offers-3-slider .s-product-card-entry a:hover * {
  color: #fff !important;
  fill: #fff !important;
}








/* 3 category banners section */
section.s-block.s-block--banners.container {
  max-width: 100% !important;
  width: 100% !important;
  padding: 50px 0 !important;
  margin: 0 auto !important;
}

/* Grid wrapper */
section.s-block.s-block--banners.container .grid {
  max-width: 1050px !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 0px !important;
}

/* Banner item */
section.s-block.s-block--banners.container .banner-entry {
  width: 100% !important;
  height: 420px !important;
  padding: 0 !important;
  border-radius: 0 !important;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* Remove inner white/grey spacing */
section.s-block.s-block--banners.container .banner-entry > div {
  width: 100% !important;
  height: 100% !important;
  background-size: cover !important;
  background-position: center !important;
  border-radius: 0 !important;
}

/* Mobile */
@media (max-width: 768px) {
  section.s-block.s-block--banners.container {
    padding: 30px 0 !important;
  }

  section.s-block.s-block--banners.container .grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
    padding: 0 15px !important;
  }

  section.s-block.s-block--banners.container .banner-entry {
    height: 360px !important;
  }
}
section.s-block.s-block--banners.container {
  background: #fff !important;
}

section.s-block.s-block--banners.container .grid {
  background: #fff !important;
}

section.s-block.s-block--banners.container .banner-entry {
  background-color: #fff !important;
}







/* footer */
/* Footer background */
.store-footer,
.store-footer__inner,
.store-footer .container {
  background: rgb(37 57 89) !important;
  border: 0 !important;
}

/* All footer text */
.store-footer,
.store-footer p,
.store-footer span,
.store-footer a,
.store-footer h2,
.store-footer h3,
.store-footer h4,
.store-footer li {
  color: #fff !important;
}

/* Footer links */
.store-footer a:hover {
  color: #fff !important;
  opacity: 0.8;
}

/* Footer icons */
.store-footer svg,
.store-footer i {
  fill: #fff !important;
  color: #fff !important;
}

/* Remove top border line */
.store-footer__inner {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

/* Copyright area */
.store-footer .md\:flex.items-center.justify-between {
  background: rgb(37 57 89) !important;
  color: #fff !important;
}