
  .site-footer-wrapper {
      position: relative;
      background-color: var(--footer-bg-color);
      padding: 10px 15px 0;
      font-size: 15px;
      line-height: 1.7;
      z-index: 999;
  }

  .footer-brand-info {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
  }

  .footer-brand-name-logo {
      width: 25%;
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: flex-start;
  }

.footer-brand-info .site-footer-logo {
      display: block;
      width: 20%;
      height: 50px;
      background-position: center;
      margin-inline-start: 5%;
  }

h1.store-name-footer {
    font-size: var(--zh-font-size-xxxl);
    font-weight: 600;
    white-space: nowrap;
    text-shadow: 0 2px 2px rgba(250, 227, 133, 1);
    cursor: pointer;
    margin-inline-start: 5%;
    background-position: center;
    background: linear-gradient(45deg, #a54e07, #b47e11, #fef1a2, #bc881b, #a54e07);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-shadow: 0 0 30px rgba(255, 184, 0, 0.3);
}

h1.store-name-footer:hover {
    color: var(--icon-footer-hover-color) !important;
}

.store-desc-footer {
    text-align: center;
    width: 75%;
    font-size: 1.1em;
    opacity: 0.9;
    color: var(--footer-text-color);
    margin-inline-end: 10%;
}

  .site-footer-container {
      width: 100%;
      margin: 0 auto;
      padding: 8px 15px;
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
      gap: 20px;
  }

  .footer-column-header {
      margin-bottom: 10px;
  }


  .footer-column-header h3 {
      font-size: 1.4em;
      margin-top: 0;
      margin-bottom: 8px;
      font-weight: 600;
  }

  .footer-column {
      width: 100%;
  }

  .footer-title-underline {
      width: 100%;
      height: 2px;
      background-color: var(--zh-text-color-6);
      border-radius: 3px;
      position: relative;
      top: -12px;
      left: 0;
      margin-top: 5px;
      overflow: hidden;
  }

  .footer-title-underline span {
      width: 15px;
      height: 100%;
      background: var(--icon-footer-color);
      border-radius: 3px;
      position: absolute;
      top: 0;
      left: 10px;
      animation: moveline 3s linear infinite;
  }

  @keyframes moveline {
      0% {
          left: -20px;
      }

      100% {
          left: 100%;
      }
  }

  .footer-newsletter-form {
      display: flex;
      border-bottom: 2px solid var(--icon-footer-color);
      overflow: hidden;
      background-color: transparent;
      margin-bottom: 20px;
      flex-direction: row;
  }

.footer-newsletter-icon {
    display: flex;
    align-items: center;
}

  .footer-newsletter-form input[type="email"] {
      flex-grow: 1;
      padding: 12px 10px;
      border: none;
      outline: none;
      font-size: 0.9em;
      background-color: transparent;
      color: var(--footer-text-color);
  }

  .footer-newsletter-form input[type="email"]::placeholder {
      color: #999;
      opacity: 0.8;
  }

  .footer-newsletter-submit-btn {
      background-color: transparent;
      color: white;
      border: none;
      padding: 0 15px;
      cursor: pointer;
      transition: background-color 0.3s ease;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  html[dir="rtl"] .icon-contactSandEmail-footer::before {
      transform: rotate(-135deg);
  }
  html[dir="rtl"] .icon-contactSandEmail-footer:hover::before {
      transform: rotate(-100deg);
  }

  html[dir="ltr"] .icon-contactSandEmail-footer::before {
      transform: rotate(50deg);
  }
  html[dir="ltr"] .icon-contactSandEmail-footer:hover::before {
      transform: rotate(0deg);
  }

  .footer-social-media-links {
      margin-top: 15px;
  }

  .footer-social-icons-group {
      display: flex;
      gap: 12px;
      flex-direction: row-reverse;
      justify-content: center;
      align-items: center;
  }

    .footer-social-icons-group a,
    .footer-social-icon {
      display: inline-flex;
      transition: all 0.3s ease;
  }

  .site-footer-divider {
      border: 0;
      border-top: 1px solid #e0d8cd;
      margin: 4px auto 0;
      width: 95%;
      max-width: 1150px;
  }

  .footer-navigation-list {
      list-style: none;
      padding: 0;
      margin: 0;
  }

  .footer-navigation-list li {
      margin-bottom: 10px;
      display: flex;
      flex-direction: row-reverse;
      justify-content: flex-end;
      align-items: center;
  }

  li .footer-nav-item {
      margin: 0 7px;
      text-decoration: none;
      font-size: 0.95em;
      color: var(--footer-text-color);
      transition: color 0.3s ease, padding-right 0.3s ease;
  }


  li .footer-nav-item:hover {
      color: var(--icon-footer-hover-color) !important;
      padding-right: 5px;
      text-decoration: none;
  }

  .site-footer-copyright-notice {
      text-align: center;
      font-size: var(--zh-font-size-lg);
      padding: 6px;
      opacity: 0.8;
  }

  .site-footer-copyright-notice span {
      margin: 0 2px;
      color: var(--footer-text-color);
  }

  .copyright {
      color: var(--zh-red) !important;
      font-weight: bold;
      margin-left: 5px;
  }

  .site-footer-copyright-notice span[style*="color:red"] {
      font-weight: bold;
      color: #c8960a !important;
  }

  /* --- Newsletter Message Popup --- */
  .newsletter-msg {
      background-color: var(--primary-color);
      position: absolute;
      margin-top: 10px;
      font-size: 1em;
      text-align: center;
      color: white;
      padding: 4px 8px;
      border-radius: 4px;
      z-index: 9999;
      transition: all 0.3s ease;
  }

  .newsletter-msg.show {
      opacity: 1;
      transform: translateY(1);
      pointer-events: auto;
      /* السماح بالتفاعل عند ظهوره */
  }

  .newsletter-msg.success {
      /* background-color: #28a745; */
      /* أخضر للنجاح */
      box-shadow: greenyellow 0px 0px 5px 0px;
  }

  .newsletter-msg.error {
      background-color: #dc3545;
      /* أحمر للخطأ */
      box-shadow: 0 2px 8px rgba(220, 53, 69, 0.4);
  }

  .newsletter-msg .close-btn {
      background: none;
      border: none;
      color: white;
      font-size: 1.2em;
      cursor: pointer;
      padding: 0 5px;
      opacity: 0.8;
  }

  .newsletter-msg .close-btn:hover {
      opacity: 1;
  }

  @media (max-width: 768px) {

.site-footer-wrapper {
    width: 100%;
    font-size: var(--zh-font-size-s);
    padding: 10px;
    z-index: 99;
}

      .footer-brand-info {
          flex-direction: column !important;
          align-items: flex-start !important;
      }

      .footer-brand-name-logo {
          width: 100% !important;
      }

      .footer-brand-info .site-footer-logo {
          height: 35px !important;
          /* margin-right: 0px !important; */
      }

      .store-desc-footer {
          width: 100%;
          text-align: center;
      }

      .site-footer-container {
          width: 100%;
          display: flex;
          padding: 10px;
          gap: 4px;
          flex-direction: column-reverse;
      }

      .footer-column-header,
      .footer-newsletter-form {
          margin-bottom: 0px;
      }

      .footer-newsletter-form input[type="email"],
      .footer-newsletter-submit-btn {
          padding: 6px;
      }

      .footer-social-media-links {
          margin-top: 5px;
      }

      .footer-navigation-list li {
          margin-bottom: 5px;
      }

      .footer-social-icon svg {
          width: 16px;
          height: 16px;
      }
  }