/* Add custom CSS styles below */ 
html { scroll-behavior: smooth; }


/* prevent zoom */ 
body {
  -webkit-overflow-scrolling: touch;
}

/* تركيز على حقل رقم الجوال بالذات */
input[type="tel"],
input[name*="phone"],
input[name*="mobile"],
input[id*="phone"],
input[id*="mobile"],
textarea, select,
input[class*="phone"],
input[class*="mobile"] {
  font-size: 16px !important;
  min-height: 44px !important;
  -webkit-text-size-adjust: 100% !important;
}
/* prevent zoom end */


.advanced-slider__caption__inner__content__button.outlined{
background-color: #1016386b!important;
backdrop-filter: blur(5px);
width:100%;
}
@media (min-width: 991px) {
    .advanced-slider__caption__inner__content {
        max-width: 100%;
    }
}
@media (max-width: 767px) { /* mobile styles */ 
.selia-bottom-nav {
    display: none;
    }
/*first row is three only */
.fixed-products--1 > .s-products-list > div{
grid-template-columns: repeat(3, minmax(0, 1fr));
}
.fixed-products--1 .s-products-list div .product-card__image{
height: 180px;
        }
/*first row is three only */

  .product-card--fit-height .product-card__image {
    height: 235px;
    }
  .product-card__content {
    padding: 0px 0 20px;
}
}
/*mobile sticky payment */
@media (max-width: 640px) {
    .is-sticky-product-bar.has-bottom-nav.product-single .sticky-product-bar {
        bottom: 0px;
        padding-bottom: 24px;
    }
    .is-sticky-product-bar .sticky-product-bar{
      gap:16px;
    }
  .s-modal-padding {
    padding: 24px 24px 24px;
  }
    }


/* hide brand*/
.brand-logo{
  display: none;
}

.s-product-size-guide-wrapper .s-tabs-content{
  max-height: 100vh;
}

.special-categories .single-banner .banner-button{
background: #fff;
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 45px;
    overflow: hidden;
    padding: 0 40px;
    position: relative;
    transition: all .3s 
ease;
    z-index: 1;
}

.special-categories .single-banner .banner-wrapper-infor{
width: 100%;
justify-items: center;
}

.main-nav-container.fixed-pinned .inner{
background-color: #ffffff;
border-bottom: 1px solid #0e1436C9;
box-shadow:none
}

.special-categories .animated::before{
visibility: hidden; 
}

.w-1\/3{
width: 38.333333% !important;
}

.lg\:text-3xl{
display: none
}
.product-card__buttons{
display: none;
}
.home-block-title{
display:none;
}

.product-card__actions{
display: none;
}
.product-card__addToCart{
display:none;
}
.product-card__title {
margin: 0;
}
.starting-or-normal-price .total-price{
font-weight: 500 !important;
font-size: 14px!important;
}

.price_is_on_sale .total-price{
font-weight: 500 !important;
font-size: 14px !important;
top: 0px;
}

.product-card__price .starting-or-normal-price, .product-card__price .before-price{
font-weight: 500 !important;
font-size: 14px !important;
}

.product-card__title a{
font-weight: 500 !important;
}

.fixed-banner--1, .fixed-banner--5{
    width: 20%;
    align-self: center;
    }
    
    
.breadcrumbs > ol > li > a:has(.text-primary) {
  /* Your styles here */
  color: red;
}