@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700&display=swap');

body, * {
  font-family: 'Tajawal', sans-serif !important;
}
 
.s-add-product-button-main{
display:flex;
gap:5px;

}

.s-block--best-seller .container .narrow-product a img,.s-block--best-seller .container .wide-product a img {
    object-fit: contain;
}
.s-add-product-button-mini-checkout-content{
  
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color:#fff;
}
.s-add-product-button-mini-checkout-content:hover{
 opacity: 1;
    color:#196836;
     background:#fff;
}

.text-with-border {
    color: var(--color-primary);
    background: #fff;
    border-radius: 5px;
    width: 50%;
    text-align: center;
}
.hide-scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: scroll;
    background-color: var(--color-primary);
    border-radius: 5px;
  
}


.hide-scroll:hover{
    opacity: 1;
     background:#fff;
     color:green;
    }
    .hide-scroll path:hover{
    fill:green;
    }
    .s-block--features__item .feature-icon{
    text-align:center;
    }
.s-block--best-seller .container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  padding: 1rem;
}
.s-product-options-thumbnails-wrapper {
    display: grid
;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap: 0.75rem;
    gap: 0.75rem;
}
.s-block--best-seller .wide-product,
.s-block--best-seller .narrow-product {
  background-color: #ffffff;
  border-radius: 14px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  padding: 1.2rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.s-block--best-seller .wide-product:hover,
.s-block--best-seller .narrow-product:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.s-block--best-seller .wide-product img,
.s-block--best-seller .narrow-product img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin-bottom: 10px;
}

.s-block--best-seller .product-title {
  font-size: 1rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 0.5rem;
  min-height: 40px;
  line-height: 1.4;
}

.s-block--best-seller .price {
  color: #1e7e34;
  font-weight: bold;
  font-size: 1rem;
}

.s-block--best-seller .old-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 0.9rem;
}
.product-entry--vertical .product-entry__image a img {

    height: 99%;
    max-height: 220px;
    background: #fff;
}

.main-menu,.flex-1 .navbar-brand{
display:none;
}
.product-entry--vertical .product-entry__image a img {
    height: 100%;
    max-height: 220px;
    background: #fff !important;
}
.banner--fixed img{
object-fit:contain;
background:#fff;
}


.offers-notificaions {
    min-height: 60px;
    font-size: 20px;
    font-weight: bold;
    padding: 0 24px;
}

 .s-block--best-seller .container {
    display: grid
;
    grid-template-columns: repeat(auto-fit, minmax(177px, 5fr));
    gap: 1.5rem;
    padding: 1rem;
}


/*زر*/
.s-add-product-button-mini-checkout path {
    fill: white;
}
.s-add-product-button-mini-checkout path:hover {
    fill: #000000;
}

/*footer*/
footer .footer-wrapper::before, footer{
 border-top-left-radius: 100% 50px;
  border-top-right-radius: 100% 50px;
    background-color: #BFD3C7 !important;

}

/*product*/

/* الحجم الأساسي للمنتجات على الشاشات الكبيرة */
.product-entry {
    border-radius: 8px;
    border: 1px solid green;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    height:320px;
}


.product-entry:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}
/* تعديل على الصور داخل كل منتج */
.product-entry img {
  height: auto;
  max-width: 100%;
  object-fit: contain;
}

/*اشكال الكارد*/

.sicon-cart-add:before {
    content: "\ea71";
}
.sicon-heart:before {
    content: "\e9d8";
}
.s-block--best-seller .container .narrow-product .product-info .title{
font-size:.7rem;
}
.sicon-rocket:hover ,
.sicon-cup-hot:hover,
.sicon-stack:hover,
.sicon-coffee-togo:hover,
.sicon-party-bell:hover
{
  transition: transform 0.3s ease-in-out;
  transform: translateY(-5px);
}
footer > div.contact-us{
display:none;
}
/**/

/*media*/
@media only screen and (max-width: 480px) {
   .product-page__inner section.add-to-cart{
       flex-wrap: wrap;
     }
     h3.tracking-wider.w-full {
    text-align: center;
     }
    .sticky-product-bar__quantity {
    display: block;
    margin: auto;
     }
    .hide-scroll {
        width: 232px;
        margin: 0px -34px;
        padding: 1px 22px;
    }
  

button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    width: 170px;
}
.flex.justify-between.lg\:justify-center.mini-scroll-bar.gap-6.pb-6 {
    display: flex
;
    flex-wrap: wrap;
    justify-content: center;
}

    }
    
    @media (min-width: 640px) {
    .product-page__inner section.add-to-cart salla-add-product-button salla-button button {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    #best-offers-3-slider .swiper-wrapper,#best-offers-5-slider .swiper-wrapper,#best-offers-6-slider .swiper-wrapper, #best-offers-9-slider .swiper-wrapper,#best-offers-10-slider .swiper-wrapper,#best-offers-11-slider .swiper-wrapper,
#best-offers-12-slider .swiper-wrapper,
#best-offers-13-slider .swiper-wrapper,

#best-offers-14-slider .swiper-wrapper
{
  justify-content: center !important;
  display: flex !important;
 
}
}

@media (min-width: 768px) {
    .s-block--best-seller .container .wide-product:last-child {
       
        display: none;
    }
        .s-block--best-seller .container .wide-product {
        min-height: 420px;
        width: 405px;
        gap: .5rem;
    }
 
   .s-block--best-seller .container .narrow-product {
        max-height: 420px;
        width: 200px;
    }
 
}
@media (min-width: 992px) {
   #best-offers-3-slider .swiper-wrapper,#best-offers-5-slider .swiper-wrapper,#best-offers-6-slider .swiper-wrapper, #best-offers-9-slider .swiper-wrapper,#best-offers-10-slider .swiper-wrapper,#best-offers-11-slider .swiper-wrapper,
#best-offers-12-slider .swiper-wrapper,
#best-offers-13-slider .swiper-wrapper,

#best-offers-14-slider .swiper-wrapper
{
  justify-content: center !important;
  display: flex !important;
  gap:24px;
 
}
}