/* Add custom CSS styles below */ 
.s-block--square-links {
  margin-top: -40px !important;
}
.navbar-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px; /* match header height */
}

.inner .container > .flex {
    align-items: center;  /* vertical alignment for all header items */
}

/* 4. Add spacing between menu, logo, and cart */
.flex.items-stretch.justify-between > div {
    display: flex;
    align-items: center;
}

/* 5. Optional: reduce mobile logo spacing */
.navbar-brand {
    margin: 0 auto;
}
#about-1 {
    margin-top: 2rem !important;
    padding-top: 0 !important; /* in case py-* classes are adding padding */
}
#about-1 h2 {
    font-weight: 550; /* elegant medium-bold */
    letter-spacing: 0.5px; /* subtle spacing for luxury feel */
}
#about-1 p {
    color: #707070;
}
.anime-item {   margin-top: 4px !important; }

.ql-direction-rtl {
  text-align: center;
  color: #707070;
}
.text-gray-400 {
  color: #707070 !important;
}
.text-store-text-primary {
  font-size: 22px;
}
h3.anime-item {
    font-size: 17px !important;
}
salla-trust-badges {
    display: none !important;
}