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


/* 1. Import or define your fonts */
@import url('https://fonts.googleapis.com');

/* 2. Define special behavior for Numbers (0-9) using unicode-range */
@font-face {
  font-family: 'InterNumeric';
  src: local('Inter'), url('inter-font-url.woff2') format('woff2'); /* Local or web link */
  unicode-range: U+0030-0039, U+002C, U+002E; /* Digits 0-9, comma, period */
}

/* 3. Global font styling */
body {
  /* Order: Numbers -> Arabic -> English */
  font-family: 'InterNumeric', 'Cairo', 'Inter', -apple-system, sans-serif;
}

/* 4. Handle RTL/Arabic language support */
:lang(ar) {
  font-family: 'Cairo', 'InterNumeric',-apple-system, sans-serif;
  direction: rtl;
  
}

:lang(en) {
  font-family: 'Inter', 'InterNumeric',  -apple-system, sans-serif;
  /* Fixes a Safari rendering bug for Arabic connections */
  text-rendering: optimizeLegibility;
  direction: ltr;
}


/* 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 */

/*Landing header*/
.advanced-slider__caption>.container{
  align-self: end;
  padding-bottom: 48px;
  font-weight: 600;
}
.advanced-slider__caption__inner__content__button{
width:150px;
border-radius: 20px;
opacity: 0.9;
}
.advanced-slider__caption__inner__content__button>span{
  color: #0d1335 !important;
}
.advanced-slider__caption__inner__content{
  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;
    }
  /*Landing header*/
.advanced-slider__caption>.container{
  font-size: 0.7rem;
}

/*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;
}
/*banner fluid*/
.fixed-banner--2>.container{
  max-width: 100%;
  padding: 0px;
}
/*banner radios*/
.banner--fixed img {
  border-radius: 0px
}
.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;
    }