

/* Header rules used to be duplicated here and in index.css as well as in
   chrome.css. chrome.css is the single source for the header and the footer —
   what was left here either restated it or targeted the old bootstrap
   row/column markup the header no longer uses. */

/* =======================
   LARGE DEVICE (1200px ↓) — navbar now collapses to hamburger here
======================= */

@media (max-width: 1199.98px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }

  .carousel-control-prev {
    left: 10px;
  }

  .carousel-control-next {
    right: 10px;
  }

  /* Hamburger toggle on the right; menu opens in normal flow below */
  .navbar {
    align-items: center;
  }

  .navbar-toggler {
    margin-left: auto;
    display: block;
    margin-right: 0;
  }

  /* Main menu items: stacked, left-aligned, in normal flow */
  /* The `.navbar-collapse .navbar-nav.menuNav` rules that used to sit here
     duplicated chrome.css's collapsed-menu layout, but with one more class in
     the selector — so they quietly outranked it and its width/padding never
     applied. chrome.css owns the menu. */

  /* Icons row (login/fav/cart/support) below the menu items */
  .navbar-collapse .navbar-nav.menuMb {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #eee;
    margin-left: 0 !important;
    justify-content: flex-start;
  }

  .navbar-nav li a {
    font-size: 14px;
    padding: 8px 0;
  }

  .navbar-nav {
    text-align: left;
  }



  .support {
    margin-left: 0;
    justify-content: center;
  }

}

/* =======================
   TABLET DEVICE (992px ↓)
======================= */
@media (max-width: 992px) {
 



  /* :not(.pro_wishlist) — this targets the Add To Cart link. The wishlist heart is
     also an <a> inside the card, and `.latest_product_card a` outranks
     `.pro_wishlist`, so without the exclusion the heart drops to the card bottom. */
  .latest_product_card a:not(.pro_wishlist) {
    top: 200px;
  }

  .secend_card {
    top: 200px !important;
  }

  /* No margin-top here any more — .process_grid's gap spaces the four cards now,
     and the two together made the vertical gaps 50px against a 20px horizontal
     one. */

  

  #shopByAge .owl-nav button.owl-prev {
    left: 0;
  }

  #shopByAge .owl-nav button.owl-next {
    right: 0;
  }

}

/* =======================
   MOBILE DEVICE (768px ↓)
======================= */
@media (max-width: 768px) {

  body {
    font-size: 15px;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  /* Footer responsive rules moved to chrome.css, which owns the footer. */

  .navbar-nav {
    text-align: center;
  }

  .support {
    flex-direction: row;
    text-align: center;
  }

  .carousel-control-prev {
    left: 10px;
    width: 35px;
    height: 35px;
  }

  .carousel-control-next {
    right: 10px;
    width: 35px;
    height: 35px;
  }

  .offer_heading h2,
  .hop_by_heading h1 {
    font-size: 24px;
  }

  .latest_product_heading h3 {
    font-size: 20px;
  }

  /* Stacked, the "Explore All" pill ends up directly on top of the promo image
     with nothing between them. */
  .new_arrival_heading {
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    margin-bottom: 20px;
  }






  .navbar-nav {
    text-align: left;
  }
}

/* =======================
   MOBILE MENU (767px ↓)
======================= */
@media (max-width: 767px) {


  .navbar-toggler {
    position: relative;
    top: 0;
  }

}

/* =======================
   SMALL MOBILE (576px ↓)
======================= */
@media (max-width: 576px) {
        .navbar-collapse .navbar-nav.menuMb {
      display:none;
    }
  /* No `.logo img { max-width: 50px }` here any more. chrome.css sizes the
     header logo by height with `width: auto`; an unopposed max-width clamped
     that auto width and squashed the mark on phones. */

  /* Smaller hamburger icon on phones */
  .navbar-toggler-icon {
    width: 1rem;
    height: 1rem;
  }

  .navbar-nav li a {
    font-size: 13px;
  }

  .catcard__name { font-size: 12px; margin-top: 10px; }

  /* The arrows' phone layout (centred, under the row) lives in index.css next to
     the other two carousels — the side offsets that used to be here put them
     half off the screen edge. */

  .catsec { padding: 32px 0 28px; }
  .catsec__heading p { margin: 16px 0 22px; }

  .latest_product_card {
    margin-top: 15px;
  }

  .latest_product_card a {
    /* font-size: 13px; */
    /* padding: 6px 10px; */
  }

  /* Two age cards abreast at this width, so everything inside tightens up. */
  .agecard {
    padding: 20px 10px 18px;
    border-radius: 20px;
  }

  .agecard__ring {
    width: 104px;
    height: 104px;
  }

  .agecard__label {
    margin-top: 14px;
    font-size: 14px;
  }

  /* Two cards abreast leaves the narrower blurbs on one line and the longer
     ones on two, so the room for two is always held. */
  .agecard__blurb {
    min-height: 2.8em;
    font-size: 11.5px;
  }

  .agecard__count {
    top: 11px;
    right: 9px;
    font-size: 10px;
    padding: 2px 8px;
  }

  .support {
    width: 200px;
  }

  .latest_product_card a:not(.pro_wishlist) {
    top: 230px;
  }

  .secend_card {
    top: 230px !important;
  }

  .agecard__ring img {
    width: 84px !important;
    height: 84px;
  }

  .process_card {
    flex-direction: column;
    text-align: center;
  }



  .bg_offer,
  .hop_by,
  .point_of_sale,
  .arival_bg{
    margin-top: 30px;
  }

  /* The coloured bands carry their own padding, so they keep no outer margin. */
  .catsec { margin-top: 0; }

  /* The band carries its own vertical rhythm now — the desktop 58/66 is far too
     much air around two rows of small cards. */
  .hop_by {
    padding: 34px 0 40px;
  }

  .hop_by_heading p {
    margin: 16px 0 24px;
  }
}

/* =======================
   TABLET / SMALL-DESKTOP HEADER (768px–1199px)
   Logo + hamburger centered together on one line; the open menu
   drops as a clean full-width panel below, so opening it doesn't
   push the logo out of alignment.
======================= */
@media (min-width: 768px) and (max-width: 1199.98px) {
  /* Anchor the dropdown to the sticky header, not the nav element. The three
     `.header .row / .col-2 / .col-12.col-md-10` rules that used to sit here
     addressed the bootstrap grid the header was built on before chrome.css
     rebuilt it as a flex row — nothing matches them any more. */
  .navbar {
    position: static;
  }

  .navbar-collapse {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin-top: 9px;
    background: #fff;
    border-top: 1px solid #eee;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    padding: 12px 25px 20px;
    z-index: 1000;
  }
}

/* The carousel arrows are parked at left/right: -30px, which is fine on a wide
   screen but pokes past the viewport on a phone and gives the whole page a few
   pixels of sideways scroll. Tuck them back inside below the desktop width. */
@media (max-width: 991px) {
  #shopByAge .owl-nav button.owl-prev,
  #latestproduct .owl-nav button.owl-prev { left: 0; }

  #shopByAge .owl-nav button.owl-next,
  #latestproduct .owl-nav button.owl-next { right: 0; }
}
