/* Add custom CSS styles below */ 


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

.main-nav-container .navbar-brand img {
    max-height: 7rem;
}

section:nth-child(1 of .landing-page-first-bannar) > div {
    justify-content:flex-end;
    background-position: 60%;
}
.landing-page-fixed-bannar-0 .container {
    width: 50%;
    margin: 1rem;
    margin-top:15%;
}
.landing-page-fixed-bannar-6 .container {
    width: 50%;
    margin: 1rem;
}
.landing-page-fixed-bannar-0 h1 , .landing-page-fixed-bannar-6 h1  {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
}
.landing-page-fixed-bannar-6 {
    height: 55vh
}
section:nth-child(2 of .landing-page-first-bannar) > div {
    background-position: 75%;
    justify-content: flex-end;
}
#sliderProducts .s-slider-container .product_deadline {
    background-color: #fff!important
}
.g_cat .grid{
    grid-template-columns: repeat(8, minmax(0, 1fr));
}
.banner_ad {
    aspect-ratio: 5/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}

.banner_ad .item-text{
    max-width:100% !important;
    width:100%;
    font-size: 20px;
    line-height: 40px;
    margin: auto; 
}

.banner_ad .items-center {
    align-items: unset;
}
@media(max-width: 768px) {
   .landing-page-fixed-bannar-0 .container{
       background-color:#00000047;
       padding:1rem;
       border-radius:20px;
   }
    
    .landing-page-fixed-bannar-0 .container , .landing-page-fixed-bannar-6 .container {
       width:80% ;
        margin:auto;
        margin-top: 30%;
        text-align:center !important;
    }
    .landing-page-fixed-bannar-0 h1 , .landing-page-fixed-bannar-6 h1 {
        margin: auto;
        font-size: 22px;
        color:#fff !important;
    }

.banner_ad {
    aspect-ratio: 1/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}


    .landing-page-fixed-bannar-0 {
        height: 55vh
    }

    .ads .img .over .text {
        margin-left: auto;
        margin-right: auto
    }

    .ads.container a {
        margin-left: auto;
        margin-right: auto
    }
    .g_cat h3 {
        font-size: 15px;
        font-weight: 500
    }
    .top-navbar{
        display:none;
    }
    .banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
.ads .imgs .text p {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}
#contact-slot, .contact-custom {
    background: #a67c52;
}
section.s-block.s-block--photos-slider .s-slider-block__title{
    display:none;
}
    .g_cat .grid{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}

@media(min-width:768px) and (max-width:1200px){
.banner_ad .item-text {
    font-size: 20px;
    line-height: 30px;
    text-wrap: wrap;
}
}
footer .relative>div:first-child i {
    color: #a67c52
}

.outof-stock {
    color: #fff !important;
}
.product-single .s-tabs-header * {
    background-color: #ffffff;
}

.s-tabs-active, .s-tabs-active *{
    background-color:#a67c52 !important;
}
.top-navbar {
    display: none;
}
@media (max-width: 1199px) {
    a#cart-button, a.hidden.lg\:block.cursor-pointer {
        display: block;
        padding: 12px;
        margin: 0 10px;
        background: rgba(255, 255, 255, 0.7098039216);
        border-radius: 50%;
        stroke: black;
    }
}

.s-product-card-image-contain {
    -o-object-fit: contain;
    object-fit: unset;
    max-height: 283px;
}
@media only screen and (max-width: 768px) {
.s-product-card-image-contain {
    -o-object-fit: contain;
    object-fit: unset;
    max-height: 176px;
}
}

.copyright-text p {
  color : white ;
}

.s-payments-list-item {
  background-color: white;
  }
  
  
.s-block--fixed-banner {
  margin-bottom: 20px;    
 .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;
}

.s-block--photos-slider {
    margin-top: 0px!important
}

.s-block--photos-slider salla-slider {
    padding-right: 0px!important;
    padding-top: 0px!important
}

.s-block--photos-slider .swiper {
    padding-left: 0px!important;
    padding-right: 0px!important
}

.s-block--photos-slider .swiper .swiper-slide {
    width: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important
}

custom-salla-product-card {
  border: 2px solid #A67C52;
}

[aria-label="footer"] {
  background-color: #D4BAA3 !important;
}

footer div:has(.copyright-text) {
  background-color: #A67C52 !important;
}
  .copyright-text p{
    color: #fff !important;
  }