/* Add custom CSS styles below */ 
@font-face {
  font-family: 'TheYearofHandicrafts'; 
  /* 1. Updated format to 'opentype' */
  src: url('https://al-ahlyagency.com/fonts/TheYearofHandicrafts-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'TheYearofHandicrafts', sans-serif !important;
}
.store-header {
  background: #902200;
}
.index header .sicon-world {
  background: #e56e8f;
}

.image-title .title-heade{
  border: 3px solid #942f12;
  border-radius: 15px;
  color: #942f12;
}
@media (max-width: 767px) {
    .slider-banner-main-0{
      /* height: 371px; */
      height: auto !important;
        /* Matches your mobile image aspect ratio (square-ish) */
        aspect-ratio: 1 / 1 !important; 
        min-height: unset !important;
  margin-top: 0px;
    }
  .mburger .text-2xl.sicon-menu.text-primary {
  color: white !important;
}
}
.index .s-block{
  margin-top: 0px !important;
}
.s-trust-badges-wrapper , .s-trust-badges-wrapper + div{
  justify-content: center;
}
.s-trust-badges-wrapper + div{
  text-align:  center;
  margin-top: 10px;
}
.store-footer a:hover{
  color: black;
}
salla-social .s-social-link a {
  border: 1px solid snow;
}
salla-social .s-social-link:hover svg {
  fill: #000;
}
.s-trust-badges-wrapper.dark.hydrated {
  margin-block: 28px;
}


@media (min-width: 768px) {
    .slider-banner-main-0, .video-banner-main-0 {
        height: auto;
        aspect-ratio: 2560 / 1000 !important;
        min-height: unset !important;
    }
}