/* Pets Area responsive homepage banners */
@media only screen and (max-width: 767px) {
  .nectar-slider-wrap .swiper-slide.pa-banner-asian-food .image-bg {
    background-image: url("https://www.petsarea.com.au/wp-content/uploads/2026/07/pets-area-asian-pet-food-mobile-v2.webp") !important;
    background-position: center center !important;
  }

  .nectar-slider-wrap .swiper-slide.pa-banner-fast-delivery .image-bg {
    background-image: url("https://www.petsarea.com.au/wp-content/uploads/2026/07/pets-area-fast-delivery-mobile-v2.webp") !important;
    background-position: center center !important;
  }
}

/* Pets Area loyalty rewards mobile banner */
@media only screen and (max-width: 767px) {
  .nectar-slider-wrap .swiper-slide.pa-banner-loyalty-rewards .image-bg {
    background-image: url("https://www.petsarea.com.au/wp-content/uploads/2026/07/pets-area-loyalty-rewards-mobile-v2.webp") !important;
    background-position: center center !important;
  }
}

/* Pets Area loyalty rewards mobile copy */
@media only screen and (max-width: 767px) {
  .nectar-slider-wrap .swiper-slide.pa-banner-loyalty-rewards .content {
    width: 52% !important;
    max-width: 52% !important;
    margin-left: 3% !important;
    margin-right: auto !important;
    top: 16px !important;
    text-align: left !important;
  }

  .nectar-slider-wrap .swiper-slide.pa-banner-loyalty-rewards .content h2 {
    font-size: 21px !important;
    line-height: 1.08 !important;
    margin-bottom: 5px !important;
  }

  .nectar-slider-wrap .swiper-slide.pa-banner-loyalty-rewards .content p {
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin-bottom: 7px !important;
  }

  .nectar-slider-wrap .swiper-slide.pa-banner-loyalty-rewards .content .buttons {
    margin-top: 0 !important;
  }

  .nectar-slider-wrap .swiper-slide.pa-banner-loyalty-rewards .content .button a {
    font-size: 12px !important;
    line-height: 1 !important;
    padding: 9px 12px !important;
  }
}

/* Pets Area loyalty rewards mobile heading */
@media only screen and (max-width: 767px) {
  body .nectar-slider-wrap .swiper-wrapper .swiper-slide.pa-banner-loyalty-rewards .container .content h2.ns-heading-el {
    font-size: 21px !important;
    line-height: 23px !important;
    margin-bottom: 5px !important;
  }
}

/* Pets Area loyalty rewards mobile vertical alignment */
@media only screen and (max-width: 767px) {
  body .nectar-slider-wrap .swiper-wrapper .swiper-slide.pa-banner-loyalty-rewards .container .content {
    transform: none !important;
    top: 16px !important;
  }
}

/* Keep the mobile homepage hero below the transparent header */
@media only screen and (max-width: 767px) {
  body.home .nectar-slider-wrap {
    margin-top: 72px !important;
  }
}

/* Pets Area mobile navigation tap target */
@media only screen and (max-width: 767px) {
  .slide-out-widget-area-toggle.mobile-icon a[aria-label="Navigation Menu"] {
    min-width: 44px !important;
    min-height: 44px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }
}