/* ===== Hide Email ===== */

.top-header,
.topnav,
.top-bar,
.header-top,
[data-testid="topbar"],
header > div:first-child {
    display: none !important;
}
.slider .text-sm {
    font-size: 16px !important;
    font-weight: 700 !important;
}






/* ===== LOgo ===== */

.navbar-brand img, .footer-store-name img {
  width: 100px;
  height: 50px;
}












/* ===== Accordion Auto v3 ===== */

.faa-auto-accordion {
  margin-top: 16px;
  direction: rtl;
  -webkit-text-size-adjust: 100%;
}

.faa-auto-item {
  border: 1px solid #e2c48a;
  border-radius: 12px;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
}

.faa-auto-title {
  width: 100%;
  padding: 14px 16px;
  background: #f7f3ee;
  color: #6b2e3a;
  font-weight: 700;
  cursor: pointer;
  border: 0;
  text-align: right;
  font-family: inherit;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  min-height: 48px;
  box-sizing: border-box;
  outline: none;
}

.faa-auto-title::after {
  content: "+";
  font-size: 22px;
  line-height: 1;
  flex-shrink: 0;
  padding-right: 8px;
  color: #6b2e3a;
}

.faa-auto-item.open .faa-auto-title::after {
  content: "−";
}

.faa-auto-content {
  display: none;
  padding: 14px 18px;
  line-height: 1.9;
  color: #333;
  background: #fff;
  font-size: 15px;
}

.faa-auto-item.open .faa-auto-content {
  display: block;
}

.faa-auto-content p {
  margin: 0 0 8px 0;
}

.faa-auto-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .faa-auto-title { font-size: 15px; padding: 13px 14px; }
  .faa-auto-content { font-size: 14px; padding: 12px 14px; }
}