/* PEZHINAL SIZE STRIP — CANONICAL ACTIVE SOURCE V2 */
/* ========================================================================== 
   PEZHINAL SIZE STRIP UX — SHARED HOME + CATALOG
   The same size navigation language is used everywhere it appears.
   ========================================================================== */
@media (max-width: 767px) {
  .pz-size-strip {
    position: relative !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    overscroll-behavior-inline: contain !important;
    scroll-behavior: smooth !important;
    scroll-snap-type: x proximity !important;
    scrollbar-width: none !important;
    -webkit-overflow-scrolling: touch !important;
    -webkit-mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 100%) !important;
    mask-image: linear-gradient(to right, transparent 0, #000 24px, #000 100%) !important;
  }

  .pz-size-strip::-webkit-scrollbar {
    display: none !important;
  }

  .pz-size-strip > ul,
  .pz-size-strip .pz-shop-size-nav__track,
  .pz-shop-size-nav__track {
    width: max-content !important;
    min-width: max-content !important;
    display: flex !important;
    flex-flow: row nowrap !important;
    align-items: center !important;
    gap: 7px !important;
    padding-inline: 8px 28px !important;
  }

  .pz-size-strip li,
  .pz-size-strip a,
  .pz-shop-size-link {
    flex: 0 0 auto !important;
    scroll-snap-align: start !important;
  }

  .pz-size-strip a,
  .pz-shop-size-link {
    min-height: 42px !important;
    padding: 8px 12px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 11px !important;
    font-size: 11.5px !important;
    line-height: 1 !important;
    white-space: nowrap !important;
    touch-action: manipulation !important;
    -webkit-tap-highlight-color: transparent;
  }
}

/* Migrated refinement ownership → size_strip */
body.pezhinal-stage3-design-system .pz-shop-size-nav{width: 100% !important;
  max-width: 100% !important;
  clear: both !important;
  margin: 4px 0 14px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;}
body.pezhinal-stage3-design-system .pz-shop-size-nav::-webkit-scrollbar{display: none !important;}
body.pezhinal-stage3-design-system .pz-shop-size-nav__track{width: max-content !important;
  min-width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 5px !important;
  margin: 0 !important;
  padding: 2px !important;}
@media (max-width: 768px){
body.pezhinal-stage3-design-system .pz-shop-size-nav__track{justify-content: flex-start !important;
    gap: 4px !important;}
}
body.pezhinal-stage3-design-system .pz-size-strip,body.pezhinal-stage3-design-system .pz-shop-size-nav{width: 100% !important;
  max-width: 1320px !important;
  margin: 0 auto 18px !important;
  padding: 2px 0 6px !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  scrollbar-width: none !important;
  -webkit-overflow-scrolling: touch !important;}
body.pezhinal-stage3-design-system .pz-size-strip::-webkit-scrollbar,body.pezhinal-stage3-design-system .pz-shop-size-nav::-webkit-scrollbar{display: none !important;}
body.pezhinal-stage3-design-system .pz-shop-size-nav__track{width: max-content !important;
  min-width: 100% !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  padding: 0 2px !important;
  list-style: none !important;}
@media (max-width: 767px){
body.pezhinal-stage3-design-system .pz-size-strip,body.pezhinal-stage3-design-system .pz-shop-size-nav{margin-bottom: 12px !important;
    padding-inline: 10px !important;}
}
@media (max-width: 767px){
body.pezhinal-stage3-design-system .pz-shop-size-nav__track{min-width: max-content !important;
    justify-content: flex-start !important;
    gap: 6px !important;}
}
