/* Responsive — mobile / tablet. Loaded last. */

html,
body.aroutlet-theme {
  overflow-x: hidden;
  max-width: 100%;
}

.aro-container {
  width: min(1240px, calc(100% - 24px));
}

.aro-header,
.aro-nav,
.aro-announce {
  max-width: 100%;
}

.aro-notices {
  padding-top: 12px;
}
  display: inline-block;
  background: #ff4d8d;
  color: #fff;
  font-size: 0.7rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
}

@media (max-width: 1100px) {
  .woocommerce ul.products,
  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(3, 1fr);
  }

  .aro-trust__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 900px) {
  .aro-header__toggle {
    display: inline-flex !important;
  }

  .aro-nav {
    display: none !important;
  }

  .aro-header__bar {
    display: flex !important;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 12px;
    width: 100%;
    box-sizing: border-box;
  }

  .aro-header__brand {
    flex: 1;
    display: flex;
    justify-content: center;
    min-width: 0;
  }

  .custom-logo {
    max-height: 44px !important;
  }

  .aro-search {
    flex: 1 1 100%;
    order: 8;
    width: 100%;
    display: flex !important;
  }

  .aro-search__cats {
    display: none !important;
  }

  .aro-header__wa span,
  .aro-header__action span {
    display: none;
  }

  .aro-header__actions {
    gap: 6px;
  }

  .aro-announce__inner {
    justify-content: flex-start;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .aro-announce__help {
    display: none;
  }

  .aro-hero {
    min-height: 0;
  }

  .aro-hero__slide.is-active {
    min-height: 0;
  }

  .aro-hero__content {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 48px 0 64px !important;
    width: min(1240px, calc(100% - 24px));
  }

  .aro-hero h1 {
    font-size: clamp(2rem, 8vw, 3.2rem);
    white-space: normal;
  }

  .aro-hero__arrow {
    width: 36px;
    height: 36px;
    font-size: 1.2rem;
  }

  .aro-hero__arrow--prev { left: 8px; }
  .aro-hero__arrow--next { right: 8px; }

  .aro-hero__actions .aro-btn {
    width: auto;
    flex: 1 1 140px;
  }

  .aro-section {
    padding: 40px 0;
  }

  .aro-categories__grid,
  .aro-pay-benefits__grid,
  .aro-pay-or,
  .aro-contact-layout,
  .aro-pdp__grid,
  .aro-shop__layout,
  .aro-instagram__row,
  .aro-footer__grid {
    grid-template-columns: 1fr !important;
  }

  .aro-cat-card {
    min-height: 280px;
  }

  .aro-trust__grid {
    grid-template-columns: 1fr 1fr;
  }

  .woocommerce ul.products,
  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-3 {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px;
  }

  .aro-instagram__grid {
    grid-template-columns: repeat(3, 1fr) !important;
  }

  .aro-shop-sidebar {
    position: fixed;
    z-index: 70;
    inset: 0 auto 0 0;
    width: min(320px, 88vw);
    height: 100%;
    overflow: auto;
    transform: translateX(-110%);
    transition: transform 0.3s ease;
    border-radius: 0;
    top: 0;
  }

  .aro-shop-sidebar.is-open {
    transform: none;
  }

  .aro-shop__filters-toggle {
    display: inline-flex !important;
    width: auto;
  }

  .aro-pdp .cart {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 10px;
  }

  .aro-pdp .single_add_to_cart_button,
  .aro-pdp .aro-btn--buy-now,
  .aro-pdp .aro-wishlist-btn--text {
    grid-column: 1 / -1;
    width: 100%;
  }

  .aro-product-pay,
  .aro-features {
    grid-template-columns: 1fr;
  }

  .aro-wa-float {
    right: 12px;
    bottom: 12px;
    width: 52px;
    height: 52px;
  }

  .aro-top {
    right: 12px;
    bottom: 72px;
  }

  .aro-footer {
    padding-top: 40px;
  }
}

@media (max-width: 560px) {
  .aro-hero h1 {
    font-size: 1.85rem;
  }

  .aro-hero__text {
    font-size: 0.95rem;
  }

  .aro-trust__grid {
    grid-template-columns: 1fr;
  }

  .aro-instagram__grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .aro-page-banner {
    padding: 28px 0;
  }

  .aro-page-banner h1 {
    font-size: 2rem;
  }

  .aro-section__head {
    flex-direction: column;
    align-items: flex-start;
  }

  .woocommerce-tabs ul.tabs {
    flex-wrap: wrap;
  }
}

@media (max-width: 380px) {
  .woocommerce ul.products,
  .woocommerce ul.products.columns-4,
  .woocommerce ul.products.columns-3 {
    grid-template-columns: 1fr !important;
  }
}
