/* Mobile + tablet redesign for home category spotlight cards.
 * Goal: clearer imagery, premium card framing, and readable Arabic labels.
 */
@media (max-width: 1199px) {
  body.bigstore-luxe-ui .bigstore-home-spotlight {
    padding-block: 26px 40px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight__header {
    display: grid !important;
    justify-items: center !important;
    gap: 8px !important;
    margin-bottom: 16px !important;
    text-align: center !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card {
    display: flex !important;
    flex-direction: column !important;
    gap: 10px !important;
    padding: 10px !important;
    border-radius: 16px !important;
    border: 1px solid rgba(170, 140, 108, 0.22) !important;
    background: linear-gradient(180deg, #ffffff 0%, #fbf8f3 100%) !important;
    box-shadow: 0 10px 22px rgba(25, 18, 12, 0.08) !important;
    overflow: hidden !important;
    min-height: 0 !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__panel {
    position: static !important;
    inset: auto !important;
    display: block !important;
    padding: 0 4px !important;
    margin: 0 !important;
    text-align: center !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__panel h3 {
    margin: 0 !important;
    max-width: 100% !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__panel h3 a {
    color: #1b1511 !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    letter-spacing: 0 !important;
    text-shadow: none !important;
    text-decoration: none !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__eyebrow,
  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__links,
  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__cta {
    display: none !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__media {
    position: relative !important;
    aspect-ratio: 4 / 3 !important;
    border-radius: 13px !important;
    overflow: hidden !important;
    background: #eee5d8 !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__media img,
  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__image {
    width: 100% !important;
    height: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
    object-fit: cover !important;
    object-position: center center !important;
    transform: none !important;
    filter: none !important;
    background: transparent !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__veil {
    display: none !important;
  }
}

@media (max-width: 767px) {
  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-section-heading__title {
    font-size: clamp(28px, 8.6vw, 38px) !important;
    line-height: 1.14 !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card {
    border-radius: 14px !important;
    padding: 8px !important;
    gap: 8px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__media {
    aspect-ratio: 16 / 11 !important;
    border-radius: 11px !important;
  }

  body.bigstore-luxe-ui .bigstore-home-spotlight .bigstore-spotlight-card__panel h3 a {
    font-size: 14px !important;
  }
}
