/* Add custom CSS styles below */ 

/* Header */
span.s-cart-summary-count {
    display: flex !important;
    background-color: var(--color-primary);
}
@media(max-width:1024px){
  .s-cart-summary-count{
    width: 1rem !important;
    height: 1rem !important;
  }
}

/* Hero */
.main-banner-component .content .flex.flex-col.gap-2.md\:gap-4{
    max-width: 50%;
    align-items: center;
    text-align: center;
} 
.main-banner-component .content {
    height: clamp(23.438rem, 13.3935rem + 41.8565vw, 64.25rem);
}
@media(min-width:768px){  
  .main-banner-component .swiper-slide .container{
    max-width: 1400px;
  }
}
@media(max-width:767px){
  .main-banner-component .content {
    height: clamp(30.438rem, 13.3935rem + 41.8565vw, 64.25rem);
    align-items: flex-start;
    justify-content: center;
    padding-top: 3rem;
}
.main-banner-component .content .flex.flex-col.gap-2.md\:gap-4 {
  max-width: 85%;
}
}

/* Product Tabs */
@media(max-width:767px){
.products-with-tabs-component .tab-trigger button {
    font-size: .7rem;
}
}

/* Advanced Categories */
@media (min-width:1025px){
  section.advanced-categories-component .swiper-wrapper {
    justify-content: center;
}
}

/* Products with steps */
section.products-with-steps .s-product-card-fit-height .s-product-card-image {
    max-height: 25rem;
}

/* special banner */
section.special-banner-component .max-w-\[688px\] {
    max-width: 800px;
}


/* Categories with bg */
section.bg-enhanced-categories-component .bg-img {
    background-position: center;

  
}

/* إخفاء رقم ورابط الاتصال الهاتفي من الفوتر */
footer a[href^="tel:"] {
    display: none !important;
}