
@media all and (max-width: 1000px) {

  .review-rating .name-description {
    text-align: center;
    width: 100%;
    display: block;
  }

  .write-review .review-rating div {
    text-align: center;
    padding-bottom: 10px;
    display: inline-block;
  }


  /*** ESTIMATE SHIPPING POPUP ***/


  .shipping-address {
    flex-flow: column;
  }

  .address-item {
    width: 100%;
  }

  .estimate-shipping-row-item.address-item + .estimate-shipping-row-item.address-item {
    padding-left: 0px;
    padding-top: 8px;
  }

  /*** MOBILE HEADER ***/

  .header {
    max-width: 100%;
    padding: 0;
    background: none;
    border-bottom: 0;
  }

  .header-main {
    flex-direction: column;
    gap: 0;
    padding: 10px 15px;
    padding-top: 20px;
    border-bottom-right-radius: 30px;
    background: linear-gradient(180deg, #eb0038 0%, #f60 100%);
  }

  .header-logo {
    display: none;
  }

  .header-language-wrapper {
    display: none;
  }

  .header-top-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    width: 100%;
    margin-bottom: 10px;
  }

  .header-top-row .header-location {
    flex: 1;
    min-width: 0;
    margin: 0;
    margin-bottom: 0;
  }

  .mobile-cart-trigger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    text-decoration: none;
  }

  .mobile-cart-trigger::before {
    content: '\e119';
    font-family: 'icon-font';
    font-size: 18px;
    line-height: 1;
    color: #fff;
  }

  .mobile-cart-trigger .cart-qty {
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    background: none;
    color: var(--white);
    border: none;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
    line-height: 1;
  }

  .header-location {
    width: 100%;
    min-width: auto;
    margin: 0;
    margin-bottom: 10px;
  }

  .location-select {
    width: 100%;
  }

  .location-selected {
    padding-left: 45px;
  }

    .location-selected::before {
      width: 36px;
      height: 36px;
      background-color: #fff;
      content: '\e0af';
      font-family: 'icon-font';
      font-size: 20px;
      color: #EB0038;
      display: flex;
      align-items: center;
      justify-content: center;
    }

  .location-label-text,
  .location-selected-text,
  .location-delivery-time {
    color: #fff;
  }

  .location-selected::after {
    right: 0;
    content: '\e02e';
    font-family: 'icon-font';
    font-size: 12px;
    color: #fff;
  }

  .header-actions {
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .header-links-wrapper {
    display: none;
  }

  .header-cart-wrapper {
    position: relative;
  }

  #topcartlink {
    width: auto;
    margin: 0;
    background: none;
    padding: 0;
  }

    #topcartlink a {
      width: 40px;
      height: 40px;
      background-color: transparent;
      border-radius: 0;
    }

      #topcartlink a::before {
        content: '\e0ed';
        font-family: 'icon-font';
        font-size: 24px;
        line-height: 1;
        color: #fff;
      }

    #topcartlink .cart-qty {
      top: -5px;
      left: 50%;
      transform: translateX(-50%);
      background: none;
      color: var(--black);
      border: none;
    }

  .header-search {
    width: 100%;
    margin: 0;
  }

  .search-box form {
    position: relative;
  }

  .search-box input.search-box-text {
    height: 38px;
    padding: 0 60px 0 45px;
    border-radius: 24px;
    background-color: #fff;
  }

  .search-box form::before {
    left: 15px;
    content: '\e0e4';
    font-family: 'icon-font';
    font-size: 20px;
    color: #333;
  }

  .search-box form::after {
    right: 6px;
    width: 28px;
    height: 28px;
    background-color: #ffe5cc;
    border-radius: 50%;
    content: '\e0b6';
    font-family: 'icon-font';
    font-size: 17px;
    color: #f60;
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e0b6';
    font-family: 'icon-font';
    font-size: 20px;
    color: #FF6600;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /*** HEADER BOTTOM BAR (Mobile - Service Types + Favorites) ***/

  .header-bottom-bar-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 5px 15px;
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
  }

  .header-bottom-bar-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
  }

  .header-bottom-bar-mobile .service-type-list {
    margin: 0;
  }

  .header-bottom-bar-mobile .header-menu-favorites {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
  }

  .header-bottom-bar-mobile .header-menu-favorites .icon-font-heart {
    font-size: 18px;
  }

  .header-bottom-bar-mobile .header-menu-favorites:hover {
    color: #FF6600;
  }

  /* Hide service types & favorites in slide-out menu on mobile (shown in header instead) */
  .header-menu .header-middle-menu,
  .header-menu .header-right-menu .header-menu-favorites {
    display: none !important;
  }

  /*** MOBILE BOTTOM NAVIGATION ***/

  .mobile-bottom-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 8px 0;
    z-index: 1000;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
  }

  .mobile-bottom-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    padding: 4px 0;
    text-decoration: none;
    color: #333;
    position: relative;
  }

    .mobile-bottom-nav-item::before {
      content: '';
      font-family: 'icon-font';
      font-size: 24px;
      line-height: 1;
      margin-bottom: 4px;
      display: inline-block;
    }

    .mobile-bottom-nav-item.active {
      color: #FF6600;
    }

      .mobile-bottom-nav-item.active::before {
        color: #FF6600;
      }

    .mobile-bottom-nav-item.home::before {
      content: '\e09b';
    }

    .mobile-bottom-nav-item.orders::before {
      content: '\e038';
    }

    .mobile-bottom-nav-item.profile::before {
      content: '\e12b';
    }

    .mobile-bottom-nav-item.menu::before {
      content: '\e0b3';
    }

    .mobile-bottom-nav-item span {
      font-size: 11px;
      font-weight: 500;
      text-transform: capitalize;
    }

  /*** NEWSLETTER BANNER – stack on small screens ***/

  .news-letter {
    padding: 20px 16px;
  }

  .newsletter-banner .newsletter-banner-inner {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    text-align: center;
  }

  .newsletter-banner .newsletter-content {
    text-align: center;
  }

  .newsletter-banner .newsletter-tagline {
    font-size: 13px;
  }

  .newsletter-banner .newsletter-content .title {
    font-size: 20px;
  }

  .newsletter-banner .newsletter-subscribe {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-banner .newsletter-email {
    width: 100%;
    max-width: 100%;
  }

  .newsletter-banner .newsletter-email input[type="email"],
  .newsletter-banner .newsletter-email input[type="text"] {
    min-width: 80px;
  }

  .newsletter-banner .newsletter-subscribe-button {
    padding: 0 20px;
  }

  body {
    padding-bottom: 60px;
  }
}
