/* Global */

.landing-page-first-bannar .txt button,
.product_deadline salla-add-product-button[width="wide"],
.s-product-card-content-footer button,
.inner button{
  background: linear-gradient(to bottom, #F1C746, #D2477E) !important

}

.inner button{
  color: #fff !important
}

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

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

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

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

/* Navbar */

.main-nav-container.fixed-pinned .inner{
	background-color: #ffffffc2 !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);
  }
}

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

@media (max-width: 768px) {
  .index .store-header {
    position: relative !important;
  }
  .top-navbar {
    display: none;
  }
}

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

/* Hero */

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


/*
.landing-page-first-bannar h1:before{
  content: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=300,height=300,onerror=redirect,format=auto/bRyzBW/KnJKxwRmYoQ0HFDovLi0K6EkKQLEJk8vX0Rg491u.png);
  display: block
}
*/
.landing-page-first-bannar h1,
.landing-page-first-bannar p {
  line-height: 1.6 !important;
}

.landing-page-first-bannar:nth-of-type(6) button {
  background-color: #fff !important;
  color: var(--color-primary) !important;
}

@media (max-width: 768px) {
  .landing-page-first-bannar > div {
    height: 30vh !important;
  }
  .landing-page-first-bannar .txt {
    max-width: 300px !important ;
  }

  .landing-page-first-bannar h1 {
    font-size: 1.2rem !important;
    font-weight: bold !important;
    margin: auto;
    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: 10.5rem !important;
  }
}

/* Categories & Squares */

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

@media (max-width: 768px) {
  .g_cat .grid {
    grid-template-columns: repeat(3, 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;
  }
  .g_cat h3{
    font-size: 0.9rem !important
  }
}

/* Offers */

.banner_ad .img3 > div{
  background-position: right !important
}

.product_deadline .data .last_buttons salla-add-product-button button:hover {
    background: transparent !important;
}

.product_deadline {
    box-shadow: unset;
    border: 2px solid;
    border-radius: 1rem;
}

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

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

.weeklyOffers{
  background: linear-gradient(to bottom, #B6B6B6, #060401) !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;
}

@media (min-width: 768px) {
  fooslider-top-tag ter .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;
}

@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;
  }
}
@media (max-width: 768px) {
    .landing-page-first-bannar .txt {
        max-width: 300px !important;
        position: relative;
        right: 7px;
        padding-top:50px;
    }
}


/*edit*/
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
      padding: 0;
}
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled{
      visibility: hidden;
}
section.s-block.s-block--photos-slider {
    margin-top: 0 !important;
    margin-bottom: 2rem;
}
.s-block--photos-slider .s-slider-block__title {
    margin-top: 0;
}

.slider-top-tag {
justify-content: center;
}
salla-slider.photos-slider .swiper {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    padding: 0 !important;
}