/* تحميل الخط وتعريفه */
@font-face {
  font-family: "Saudi-Bold";
  src: url("https://wpazzrk.github.io/again/Saudi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; /* يحسّن الأداء ويمنع اختفاء النص */
}

/* مثال: استخدام الخط في الجسم أو في عنصر محدد */
body.index {
  font-family: "Saudi-Bold", system-ui, -apple-system, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  /* لو الخط مخصص للعناوين فقط استخدمه في h1/h2 بدل body */
}

.top-navbar img {
    height: 89px;
    width: auto !important;
}

body{
background-image:url(https://i.ibb.co/4wysnnf3/Untitled-14.png);
background-repeat:no-repeat;    
background-size:cover;   
}

/** main banner */
.To-header-animation .swiper-slide {
    transition: opacity 0.6s ease;
    width: 100% !important;
}
  .s-slider-thumbs {
    margin-left: 0px;
    margin-right: 15px;
    display: none;
}

.To-header-animation .s-slider-vertical {
    display: flex;
    justify-content: end;
    align-items: anchor-center;
}
.hero-sec {
    max-width: 100%;
}
section:nth-child(2 of .To-header-animation) .hero-sec {
    max-width: 95%;
}

.hero-sec .items-center {

    padding: 0;
}

.To-header-animation{
    margin-bottom:4rem;
}


section:nth-child(1 of .To-header-animation) .inline-flex {
display:none;
    
}
.swiper-vertical>.swiper-wrapper {
    
    display: none;
}


/**/


/* categary*/

.To-categories-2 .swich-grid{


    grid-template-columns: repeat(5, minmax(0, 1fr));

    
}


/**/

/**/

.browse__products .product__item .image__overlay {
    opacity: 1;
   background-color: unset;
}

/***/


.product__item:nth-of-type(1) a , .product__item:nth-of-type(3) a {
    display:none !important
}

button.undefined.s-button-element.s-button-btn {
  background-color: var(--color-primary);
  color: white;
}
.new__products-banners .flex img {
    max-width: 100%;
    height: 100%;
}
.store-footer .social-icons-footer .news-letter form > div input::placeholder{
color:#ffffff!important
    
}

.s-payments-list-item {
    display: flex;
    height: 3rem;
    width: 5rem;
  
}
.s-payments-list-item img {
  
    background: #ffffff !important;
}
.product-single .product__description-full ul li {
    list-style-type: disc;
}
.single__product .product__description-full strong {
    font-weight: 500;
    font-size: 21px;
    line-height: 68px;
    color: #120d02;
    color: var(--brown-700);
}


@media(max-width:768px){
.swiper-slide-thumb-active {
    display: none;
}
.top-navbar img {
    height: 73px !important;
    width: auto !important;
}
.To-categories-2 .swich-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}

.To-header-animation-0 .text-start h1 {
    font-size: 26px !important;
    padding-top: 22px;
}
.To-header-animation-1 .text-start h1 {
    font-size: 23px;
    font-weight: bold !important;
    padding-top: 20px;
}
.new__products-banners .text-center p ,.product__item .image__overlay p ,.TO-description_bannar-9 .text-center p {
    font-size: 17px;
}
.s-payments-list-item {
    background: #fff !important;
}

.group.block {
    grid-column: 2 span;
}

.group.block:nth-child(4) {
    grid-column: 2/4;
}
.new__products-banners .flex img {
    max-width: 100%;
    height: 100%;
}

body {

    background-repeat: unset;
 
}

footer * {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
.store-footer__inner .store__logo img {
    width: 50px !important;
}
}