/* Add custom CSS styles below */ 
@media (min-width: 768px) {
  .grid.md\:grid-cols-3 {
    grid-template-columns: repeat(4, 1fr) !important;
  }
}
@media (min-width: 768px) {
  .grid.md\:grid-cols-3 {
    grid-template-columns: repeat(4, 1fr) !important;
  }

  /* ضبط كل صورة */
  .grid.md\:grid-cols-3 .banner-entry {
    aspect-ratio: 1 / 1; /* مربع */
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .grid.md\:grid-cols-3 .banner-entry img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* يخلي الصورة تملى المربع بدون تشويه */
    border-radius: 10px; /* اختياري - حواف ناعمة */
  }
}

/** Mahdi CSS **/
/** Products **/
.s-product-card-vertical.s-product-card-fit-height .s-product-card-image {

    height: 100% !important;
    max-height: max-content !important;
}

.s-product-card-vertical.s-product-card-fit-height .s-product-card-image {
    flex-basis: unset !important;
}

    .s-product-card-content {
        display: none !important;
    }
    
.s-product-card-vertical:hover {
border:none !important;
border-radius:12px !important;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px, rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px, rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
.s-product-card-promotion-title,.s-block__title {
    display: none !important;
}
/*
    .s-block {
        margin-top: 0 !important;
    }
*/
  .s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: -130px !important;
}
    .sm\:pb-24 {
        padding-bottom: 0 !important;
    }
    
    
    footer .container.flex.flex-col.flex-1.items-center.justify-center.text-center.relative {
    display: none !important;
}


body {
  background: url("https://tutwer.com/wp-content/uploads/2025/09/bg.png") no-repeat !important;
  background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
}

body#index.salla-989286562.bg-white {
  background-color: transparent !important;
}

.bg-gray-50,.main-nav-container,.top-nav {
    background-color: transparent !important;
    box-shadow: unset !important;
}
.top-nav .left-side {
    padding-left: 20px !important;
}
.navbar-brand img {
    max-height: 4rem !important;
}
/*
.footer-is-light .store-footer {
  background: url("https://tutwer.com/wp-content/uploads/2025/09/foooter.png") no-repeat !important;
    background-color: transparent;
      background-size: cover !important;
  background-attachment: fixed !important;
  background-position: center center !important;
}
*/
.footer-is-light .store-footer {
    background-color: #3eacb7  !important;
    color:#fff !important;
}
footer .text-gray-400 {
    color: #fff !important;
}
.store-footer,.footer_is_dark .full-about-block:before {
    background-color: #3eacb7  !important;
}
@media (max-width: 767px) {
  .s-block.s-block--fixed-banner.wide-placeholder:first-of-type {
    margin-top: 0px !important;
  }
  header.store-header.relative.z-50,.fixed-header.top-nav, .fixed-header .inner {
    background-color: #fff !important;
}
.navbar-brand img {
    max-height: 3rem !important;
}
}
.s-products-list-wrapper
 {
    display: flex !important;
}