/* Global */

.g-products,
.g_features,
.section_c_r {
  margin-bottom: 3rem !important;
}

.image-title .title-heade {
  background-color: transparent;
}

@media (max-width: 768px) {
  .g-products,
  .g_features,
  .section_c_r {
    margin-bottom: 1rem !important;
  }
}

.outof-stock span {
  color: #fff !important;
}

/* Navbar */

@media (min-width: 992px) {
  .navbar-brand img {
    max-height: 5rem;
  }
}

.navbar-brand img {
  width: auto !important
}

.main-nav-container.fixed-pinned .navbar-brand img {
  max-height: 70px;
}

.main-nav-container.fixed-pinned .inner {
  background-color: #6d6d6d !important;
}

body:not(body.index) .main-nav-container.fixed-pinned .inner {
  background-color: #ffffffc2 !important;
}

body:not(body.index) header a {
  color: #000 !important;
}

body:not(body.index) header svg * {
  stroke: #000 !important;
}

.main-menu .sub-menu {
  background: var(--f-color) !important;
}

@media (max-width: 992px) {
  .top-navbar .container .flex,
  salla-cart-summary {
    display: none !important;
  }
  .search-btn {
    background: var(--color-primary);
  }
  .navbar-brand img {
    max-width: 70px;
  }
}

.index .store-header {
  position: absolute !important;
  gap: 0 !important;
}

@media (max-width: 768px) {
  .top-navbar {
    display: none;
  }
}

@media (min-width: 1200px) {
  .side-account {
    gap: 1rem !important;
  }
}

/* Hero */

.s-block.s-block--photos-slider * {
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
}

salla-slider.photos-slider .swiper-slide {
  margin-left: 0 !important;
  margin-right: 0 !important;
  width: 100% !important;
}

.landing-page-first-bannar h1,
.landing-page-first-bannar p,
.weeklyOffers p {
  line-height: 1.5 !important;
}

.landing-page-first-bannar .txt {
  margin-left: auto !important;
  margin-right: 5% !important;
  max-width: 700px;
}

section:nth-child(2 of.landing-page-first-bannar) > div{
  height: 600px !important
}

section:nth-child(2 of.landing-page-first-bannar) .txt {
  margin-right: auto !important;
  margin-left: 5% !important;
}


@media (min-width: 1024px) {
  .landing-page-first-bannar p {
    font-size: 28px !important;
  }
}

@media (max-width: 768px) {
  .landing-page-first-bannar > div {
    height: 60vh !important;
  }
  .landing-page-first-bannar .txt{
    max-width:300px !important;
    margin: auto !Important;
    text-align:center !important
  }
  section:nth-child(2 of.landing-page-first-bannar) .txt {
  margin: 5% auto auto auto !important;
}

  .landing-page-first-bannar h1 {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    margin-bottom: 0.5rem !important;
  }
  .landing-page-first-bannar p {
    font-size: 1rem !important;
    font-weight: 600 !important;
    line-height: 1.6;
    display: block;
    margin: auto;
  }

  .landing-page-first-bannar button {
    font-size: 14px !important;
    height: 36px !important;
    width: 120px !important;
    margin-top: 1.2rem !important;
  }
}

/* Categories & Squares */

.ads .img .over {
  background: #00000057;
  color: #fff;
}

@media (max-width: 768px) {
  .g_cat .grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ads .img .over .text,
  .f_img .text a {
    text-align: center !important;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
    align-items: center;
  }
}

/* Offers */

.banner_ad a{
  background: var(--color-primary)!important
}

.product_deadline {
  box-shadow: unset;
  border: 2px solid var(--color-primary);
  border-radius: 1rem;
}

salla-add-product-button .s-button-primary:hover {
  background-color: transparent !important;
}





.product_deadline salla-add-product-button[width="wide"] {
  height: auto;
  padding: 1rem;
}

.product_deadline button * {
  color: #fff !important;
}

/* Products */

.s-product-card-content-title {
  max-width: 90% !important;
}

.s-product-card-image-full {
  border-radius: 0 !important;
}

.s-product-card-image-cover {
  max-height: 300px;
  -o-object-fit: contain !important;
  object-fit: contain !important;
}

.cat-lnk {
  display: none !important;
}

@media (max-width: 768px) {
  custom-salla-product-card:not(.s-product-card-horizontal)
    .s-product-card-content-footer {
    position: static !important;
    opacity: 1 !important;
  }
  .s-product-card-vertical .s-product-card-wishlist-btn {
    top: -1rem;
  }
  .s-products-slider-card
    custom-salla-product-card:not(.s-product-card-horizontal)
    .s-product-card-content-footer
    button:hover {
    opacity: 0.8;
  }
}

/* Video */

.full-width-video-section::after {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 1;
}

.full-width-video-section:hover:after {
  z-index: 2;
}

.full-width-video-section {
  margin-bottom: 2rem;
}

.full-width-video-section .video-overlay {
  opacity: 0;
}

.full-width-video-section:hover .video-overlay {
  opacity: 1;
}

.full-width-video-section {
  position: relative;
  margin-top: 2rem;
  overflow: hidden;
}

video {
  width: 100%;
  height: 100%;
}

.video-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  z-index: 10;
}

.overlay-heading {
  font-size: 2rem;
  font-weight: 700 !important;
  margin-bottom: 2rem;
}

.overlay-paragraph {
  margin: 1rem 0;
  font-size: 1.5rem;
  line-height: 1.6;
}

.btn-changing {
  padding: 10px 20px;
  border: none;
  border-radius: 0.5rem;
  background-color: var(--f-color);
  color: #fff;
  cursor: pointer;
}

.btn-changing:hover {
  opacity: 0.9;
}

@media (max-width: 992px) {
  .overlay-heading {
    font-size: 1rem;
    line-height: 1.5;
  }

  .overlay-paragraph {
    font-size: 0.8rem;
  }
  .video-overlay {
    width: 90%;
  }
  .full-width-video-section::after {
    z-index: 2;
  }
  .full-width-video-section .video-overlay {
    opacity: 1;
  }
}

[lang="en"] .section_c_r {
  margin-top: 2rem;
}

@media (min-width: 768px) {
  [lang="en"] .section_c_r {
    margin-top: 4rem;
  }
}

/* Footer */

footer {
  padding-bottom: 0 !important;
  background: #f2efe8 !important
}

.store-footer__inner{
background-color: #f2efe8 !important
}


@media (min-width: 768px) {
  footer .grid > div:nth-of-type(1) {
    grid-column: 1/3;
  }
  footer .grid div:nth-of-type(4) {
    display: none;
  }
  footer .grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

.copyright-text p {
  color: #fff !important;
}

.copyright-text a:hover {
  color: #fff !important;
  opacity: 0.8;
}

@media (max-width: 768px) {
  footer * {
    margin: 0 auto;
    text-align: center;
  }
  footer .grid > div:nth-of-type(3) {
    flex-direction: column !important;
  }
  footer + div {
    margin-bottom: 70px;
  }
  #contact-slot {
    background: transparent;
  }
}