body {
    background-color: #FCFCFC;
}
/* Header */
.top-navbar {
    display: none;
}
body.index #mainnav:not(.fixed-header) .navbar-brand {
    opacity: 0;
    scale: 4;
    z-index: -1;
}

/* Hero Section */
.landing-page-fixed-bannar h1,
.landing-page-fixed-bannar p {
    color: var(--color-primary);
}
.landing-page-fixed-bannar a {
    background-color: var(--color-primary);
    border: unset !important;
}
.landing-page-fixed-bannar .shadow-t-color {
    --tw-shadow: 3px 3px #000;
}
@media (min-width: 992px) {
    .landing-page-fixed-bannar h1 {
        width: 600px;
        font-size: 54px;
    }
    .landing-page-fixed-bannar p {
        margin: 1rem 0 2rem;
    }
}
@media (max-width: 576px) {
    .landing-page-fixed-bannar h1 {
        font-size: 18px;
    }
    .landing-page-fixed-bannar p {
        bottom: 10px !important;
        right: 160px;
    }
}

/* Categories List Start */
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(3,minmax(0,1fr));
    gap: 1rem;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 375px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
a.banner-entry:nth-child(3) {
    grid-row: 1/3;
    grid-column: 3/4;
    height: 100%;
}

@media(min-width: 992px) and (max-width:1200px){
a.banner-entry{
    height: 315px;
}
}
@media(max-width: 992px){
a.banner-entry{
    height: 240px;
}
}
@media(max-width:767px){
a.banner-entry{
    height: 195px;
}
}
@media(max-width: 576px){
section.s-block.s-block--banners.container {
    padding: 0;
}
section.s-block.s-block--banners.container .grid {
    gap: 0.4rem;
}
a.banner-entry{
    height: 120px;
}
}
/* Categories List End */

/* Best Seller */
section.bg-white {
    background-color: transparent !important;
}
.shadow-gif-product .photo {
    background-image: url('https://cdn.salla.sa/form-builder/liTt6IwuIEnNlNN5b63IYbMAHzVC7l4EdUJDJDgw.png');
}
section:nth-child(2 of .bg-white) .shadow-gif-product .photo {
    background-image: url('https://cdn.salla.sa/form-builder/tt33tfekqAbg968QxcA2Ww3iKaYGzYwDk64LfODm.png');
}

/* banner-images */
.banner-images .content-image {
    gap: 10px;
}

/* offers */
.offers h2,
.offers p {
    color: #fff;
}
@media (max-width: 576px) {
  .offers .text-\[12px\] {
      font-size: 20px;
  }
}

/* Products */
.s-block--best-offers h2 {
    color: var(--color-primary);
}
.s-block--best-offers .s-slider-block__title-left {
    display: none;
}
.s-block--best-offers .s-slider-block__title {
    justify-content: center;
}
.s-block--best-offers h2,
.s-block--best-offers .s-slider-block__title-right{
    padding: 0;
}
.s-block--best-offers h2 {
    font-size: 42px;
}
@media (max-width: 768px) {
    .s-block--best-offers h2 {
        font-size: 32px;
    }
}

/* sq-images */
.sq-images h2,
.sq-images p {
    color: #fff;
}
@media (max-width: 576px) {
  .sq-images .text-title-size {
      font-size: 32px;
  }
}

/* image-text */
.image-text h2 {
    color: var(--color-primary);
}

/* Numbers */
.numbers {
}
.numbers h2,
.numbers h3 {
    color: #21ABA5;
}
@media (max-width: 1400px) {
    .numbers {
        padding: 3% 4%;
    }
}

/* video */
.gif-banner .first-bg {
    background-image: linear-gradient(to left, #2590CE, #134968);
}
.gif-banner h2 {
    color: #fff;
}
.gif-banner .gif-video {    transform: translateX(40%);
    scale: 1.3;
}
salla-add-product-button salla-button.s-button-wrap.hydrated > button {
    background-color: var(--color-primary);
}
.product-index salla-add-product-button salla-button.s-button-wrap.hydrated > button {
    background-color: #FFF;
}
.s-infinite-scroll-wrapper > button {
    background-color: var(--color-primary);
}
.s-block--photos-slider {
    margin-top: 0rem;
    margin-bottom: 3rem;
}
salla-slider.photos-slider .swiper-slide {
    margin:0;
    width: 100%;
    padding:0;
}
salla-slider.photos-slider .s-slider-block__title {
    margin-top: 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;
}