/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.product_deadline {
    background-color: white !important;
}
.product_deadline .data .title {
    font-size: 14px;
    font-weight: 400;
    color: #000000 !important;
}
h4.s-product-card-price {
    color: #2c2a28;
}
#carousel .sm\:justify-start * {
    color: black !important;
}
.landing-page-first-banner .container{
    max-width:90%
}
.landing-page-first-banner .container>div{
    width: 50% !important;
}
.landing-page-first-banner h1 {
    width: 100%;
    font-size: 40px;
    font-weight: 700;
}
.landing-page-first-banner p  {
    font-size: 22px;
    font-weight: 600;
    line-height:2rem
}
.ads .img{
    max-height:100%;
}
.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: 24px;
    line-height: 50px;
    margin: auto; 
}
.banner_ad .items-center {
    align-items: unset;
}
.banner_ad .img1 .bg-cover{
background-position: bottom;
}

@media(max-width: 768px) {
.landing-page-first-banner .container>div{
   width:100% !important;
    margin:auto;
    text-align:center !important;
    padding:1rem;
    border-radius:20px;
    align-items: center !important;
}
#slider-6 .w-full.h-full.container {
            opacity: 0 !important;
}
.landing-page-first-banner h1 {
    margin: auto;
    font-size: 22px;
    text-align:center !important;
}
.banner_ad {
    aspect-ratio: 1/2;
    display: grid;
    grid-gap: 10px;
    gap: 10px;
}
  .banner_ad .img2 {
    grid-column-start: 1;
    grid-row: span 1 / span 1;
    grid-row-start: 3;
}
.g_cat h3 {
    font-size: 15px;
    font-weight: 500
}
.top-navbar{
    display:none;
}
.banner_ad .item-text {
    font-size: 16px;
    line-height: 50px;
}
}
@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: #442a19 !important;
    
}
footer .relative>div:first-child h2 , footer .relative>div:first-child p{
    color:#442a19;
}
.product-single .s-tabs-header * {
    background-color: #ffffff;
}
.s-tabs-active, .s-tabs-active *{
    background-color:#ccc4b6 !important;
}
.copyright-text p  {
  color : #442a19 !important;
}
.g_features .products-item i{
    color:#fff;
}
@media (max-width:1199px){
a#cart-button {
    display: block !important;
}
salla-cart-summary.ml-\[5px\].rtl\:ml-\[unset\].rtl\:mr-\[5px\].hidden.lg\:flex.items-center.justify-between.gap-\[7px\].pointer-events-none.hydrated {
    display: block !important;
}
.s-cart-summary-wrapper #s-cart-icon {
    display: none !important;
}}
.s-product-card-vertical .s-product-card-image-full {
    padding-top: 20px;
}
h4.s-product-card-price {

    color: #aa9073;
}
.g-products .absolute.w-10.h-10.z-2 {
    width: 4rem !important;
    background: #fff;
    padding-bottom: 59px;
    border-radius: 31px;
}
.s-add-product-button-main * {
    color: #000 !important;
}

/* Edits */
@media only screen and (min-width: 1024px) {
    .store-header {
        background-image: linear-gradient(180deg, #00000099, transparent);
    }
}
@media (max-width: 768px) {
    .store-header {
        position: static !important;
    }
    .sicon-menu {
        color: #fff !important;
    }
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title {
    display: none;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide:first-child {
    order:1
}