/** Shopify CDN: Minification failed

Line 1034:0 Expected "}" to go with "{"

**/
/*
  BANYOMDA CARD GEOMETRY LOCK — CSS ONLY.

  Do not paste Liquid or HTML into this file.
  First character of this file must be "/" of this comment.

  MOBILE FIRST — phone styles are the default. Desktop is an upgrade.
    phone   (default, <768px):  2 product columns, homepage 2-up slides
    tablet  (>=768px):          3 product columns
    desktop (>=1280px):         4 product columns, homepage 236px slides
  Never put a 4-column or 236px-slide rule outside its min-width query.

  PLP (#ProductsList): square media via in-flow padding sizer.
  Homepage rails: original 170px media. PLP lock must never reach them.
*/

/* --------------------------------------------------------------------------
   Hover swap — fine pointer only
   -------------------------------------------------------------------------- */

html body .newbanyomda-editorial-product-card__image--primary,
html body .byd-grid-card__photo--primary {
  z-index: 1 !important;
  opacity: 1 !important;
}

html body .newbanyomda-editorial-product-card__image--hover,
html body .byd-grid-card__photo--hover {
  z-index: 2 !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

@media (hover: hover) and (pointer: fine) {
  html body .newbanyomda-editorial-product-card:hover .newbanyomda-editorial-product-card__image--primary,
  html body .byd-grid-card:hover .byd-grid-card__photo--primary {
    opacity: 0 !important;
  }

  html body .newbanyomda-editorial-product-card:hover .newbanyomda-editorial-product-card__image--hover,
  html body .byd-grid-card:hover .byd-grid-card__photo--hover {
    opacity: 1 !important;
  }
}

/* --------------------------------------------------------------------------
   HOMEPAGE RAILS — restore original carousel, kill PLP list leak
   -------------------------------------------------------------------------- */

html body .banyomda-editorial-stage__inner,
html body .newbanyomda-editor-picks__inner {
  width: 100% !important;
  max-width: var(--bym-home-spine, var(--page-width, 1400px)) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

html body .banyomda-editorial-stage__layout {
  display: block !important;
  grid-template-columns: none !important;
}

html body .banyomda-editorial-stage__rail,
html body .newbanyomda-editor-picks__rail {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  width: 100% !important;
  max-width: 100% !important;
}

html body .banyomda-editorial-stage__track,
html body .newbanyomda-editor-picks__track {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: max-content !important;
  min-width: 0 !important;
  max-width: none !important;
}

html body .banyomda-editorial-stage__slide,
html body .newbanyomda-editor-picks__slide {
  flex: 0 0 calc((100vw - 66px) / 2) !important;
  width: calc((100vw - 66px) / 2) !important;
  min-width: calc((100vw - 66px) / 2) !important;
  max-width: calc((100vw - 66px) / 2) !important;
  height: auto !important;
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
}

@media (min-width: 750px) {
  html body .banyomda-editorial-stage__layout {
    display: grid !important;
    grid-template-columns: minmax(0, 30%) minmax(0, 70%) !important;
    align-items: stretch !important;
  }

  html body .banyomda-editorial-stage__slide,
  html body .newbanyomda-editor-picks__slide {
    flex: 0 0 236px !important;
    width: 236px !important;
    min-width: 236px !important;
    max-width: 236px !important;
  }
}

html body .newbanyomda-editorial-product-card--homepage-master,
html body .banyomda-editorial-stage__slide > .newbanyomda-editorial-product-card,
html body .newbanyomda-editor-picks__slide > .newbanyomda-editorial-product-card {
  display: flex !important;
  flex-direction: column !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 100% !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__media,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__media,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__media {
  display: block !important;
  position: relative !important;
  width: 100% !important;
  height: 170px !important;
  min-height: 170px !important;
  max-height: 170px !important;
  padding-top: 0 !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  flex: 0 0 170px !important;
  box-sizing: border-box !important;
  background: #fff !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__media::before,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__media::before,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__media::before {
  content: none !important;
  display: none !important;
  padding: 0 !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__stage,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__stage,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__stage {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__image,
html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__image--primary,
html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__image--hover,
html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__stage img,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__image,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__stage img,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__image,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__stage img {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  min-height: 0 !important;
  object-fit: contain !important;
  object-position: center center !important;
  padding: 8px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  background: #fff !important;
}

html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__media[data-byd-product-type*="Batarya"] .newbanyomda-editorial-product-card__image,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__media[data-byd-product-type*="Musluk"] .newbanyomda-editorial-product-card__image,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__media[data-byd-product-type*="Batarya"] .newbanyomda-editorial-product-card__image,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__media[data-byd-product-type*="Musluk"] .newbanyomda-editorial-product-card__image {
  transform: scale(0.9) !important;
  transform-origin: center center !important;
}

html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__media[data-byd-product-type*="Duş"] .newbanyomda-editorial-product-card__image,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__media[data-byd-product-type*="Duş"] .newbanyomda-editorial-product-card__image {
  transform: scale(0.92) !important;
  transform-origin: center center !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__info,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__info,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__info {
  display: flex !important;
  flex-direction: column !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  width: 100% !important;
  padding: 8px 10px 10px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__vendor,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__vendor,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__vendor {
  flex: 0 0 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  margin: 0 0 4px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: #4b5563 !important;
  width: 100% !important;
  min-width: 0 !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__title,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__title,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__title,
html body.index-template .banyomda-editorial-stage .newbanyomda-editorial-product-card__title,
html body.index-template .newbanyomda-editor-picks .newbanyomda-editorial-product-card__title {
  display: -webkit-box !important;
  flex: 0 0 40px !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 14.5px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: #111827 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__price-row,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__price-row,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__price-row {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 6px !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 48px !important;
  min-height: 48px !important;
  max-height: 48px !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__price-meta,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__price-meta,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__price-meta {
  display: flex !important;
  height: 12px !important;
  min-height: 12px !important;
  max-height: 12px !important;
  overflow: hidden !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__price-meta--empty,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__price-meta--empty,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__price-meta--empty {
  visibility: hidden !important;
}

html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__current,
html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__current,
html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__current,
html body.index-template .banyomda-editorial-stage .newbanyomda-editorial-product-card__current,
html body.index-template .newbanyomda-editor-picks .newbanyomda-editorial-product-card__current {
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

@media (max-width: 749px) {
  html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__media,
  html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__media,
  html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__media {
    height: 182px !important;
    min-height: 182px !important;
    max-height: 182px !important;
    flex-basis: 182px !important;
  }

  html body .newbanyomda-editorial-product-card--homepage-master .newbanyomda-editorial-product-card__title,
  html body .banyomda-editorial-stage .newbanyomda-editorial-product-card__title,
  html body .newbanyomda-editor-picks .newbanyomda-editorial-product-card__title,
  html body.index-template .banyomda-editorial-stage .newbanyomda-editorial-product-card__title,
  html body.index-template .newbanyomda-editor-picks .newbanyomda-editorial-product-card__title {
    flex: 0 0 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    -webkit-line-clamp: 2 !important;
    line-clamp: 2 !important;
    text-overflow: ellipsis !important;
    overflow: hidden !important;
  }
}

/* --------------------------------------------------------------------------
   PLP ONLY — search + collection  (#ProductsList)
   Search uses .newbanyomda-editorial-product-card
   Collection uses .byd-grid-card
   Never reaches homepage rails, related, recently-viewed, predictive, PDP.

   !important is required to beat earlier !important in:
   banyomda-plp-engineering.css, banyomda-category-card-engineered-final.css,
   and banyomda-system-master.css #ProductsList rules.
   -------------------------------------------------------------------------- */

html body #ProductsList.byd-products-grid,
html body .template-search #ProductsList.byd-products-grid,
html body.template-search #ProductsList.byd-products-grid,
html body .collection #ProductsList.byd-products-grid,
html body .collection-section #ProductsList.byd-products-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  column-gap: 10px !important;
  row-gap: 16px !important;
  align-items: stretch !important;
  align-content: start !important;
  grid-auto-rows: auto !important;
}

@media (min-width: 768px) {
  html body #ProductsList.byd-products-grid,
  html body .template-search #ProductsList.byd-products-grid,
  html body.template-search #ProductsList.byd-products-grid,
  html body .collection #ProductsList.byd-products-grid,
  html body .collection-section #ProductsList.byd-products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    column-gap: 16px !important;
    row-gap: 24px !important;
  }
}

@media (min-width: 1280px) {
  html body #ProductsList.byd-products-grid,
  html body .template-search #ProductsList.byd-products-grid,
  html body.template-search #ProductsList.byd-products-grid,
  html body .collection #ProductsList.byd-products-grid,
  html body .collection-section #ProductsList.byd-products-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    column-gap: 16px !important;
    row-gap: 24px !important;
  }
}

html body #ProductsList .byd-products-grid__item,
html body #ProductsList .byd-products-grid__item.f-column,
html body .template-search #ProductsList .byd-products-grid__item {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: auto !important;
  margin: 0 !important;
}

html body #ProductsList .byd-products-grid__item:nth-child(7n) {
  margin-bottom: 0 !important;
}

html body #ProductsList .newbanyomda-editorial-product-card,
html body #ProductsList .byd-grid-card,
html body #ProductsList .byd-grid-card.product-card {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  overflow: hidden !important;
  contain: none !important;
  box-sizing: border-box !important;
  background: #fff !important;
}

/* Shared square media: aspect-ratio from column width. Sizer is in-flow
   so flex min-height:auto cannot collapse absolute images to 0. */
html body #ProductsList .newbanyomda-editorial-product-card__media,
html body #ProductsList .byd-grid-card__stage {
  display: block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  flex-grow: 0 !important;
  flex-shrink: 0 !important;
  align-self: stretch !important;
  width: 100% !important;
  height: auto !important;
  max-height: none !important;
  aspect-ratio: 1 / 1 !important;
  padding: 0 !important;
  padding-top: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  background: #fff !important;
  contain: none !important;
  box-sizing: border-box !important;
  text-decoration: none !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__sizer,
html body #ProductsList .byd-grid-card__sizer {
  display: block !important;
  width: 100% !important;
  height: 0 !important;
  padding-top: 100% !important;
  margin: 0 !important;
  border: 0 !important;
  box-sizing: content-box !important;
  pointer-events: none !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__media::before,
html body #ProductsList .byd-grid-card__stage::before {
  content: none !important;
  display: none !important;
  padding: 0 !important;
  height: 0 !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__stage {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__image,
html body #ProductsList .newbanyomda-editorial-product-card__image--primary,
html body #ProductsList .newbanyomda-editorial-product-card__image--hover,
html body #ProductsList .newbanyomda-editorial-product-card__stage img,
html body #ProductsList .byd-grid-card__photo {
  position: absolute !important;
  inset: 0 !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  min-height: 0 !important;
  padding: 12px !important;
  margin: 0 !important;
  box-sizing: border-box !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #fff !important;
  transform: none !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__image--primary {
  opacity: 1 !important;
  z-index: 1 !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__image--hover {
  opacity: 0 !important;
  z-index: 2 !important;
}

/* Search editorial info: reserved tracks, not a 134px lock. */
html body #ProductsList .newbanyomda-editorial-product-card__info {
  display: flex !important;
  flex-direction: column !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  max-height: none !important;
  padding: 10px 12px 12px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__vendor {
  flex: 0 0 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  margin: 0 0 4px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: #4b5563 !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__title {
  display: -webkit-box !important;
  flex: 0 0 40px !important;
  align-self: stretch !important;
  width: 100% !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 15px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: #111827 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__price-row {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 8px !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 58px !important;
  min-height: 58px !important;
  max-height: 58px !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
  padding: 0 !important;
  overflow: visible !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__price {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  flex: 1 1 auto !important;
  min-width: 0 !important;
  min-height: 50px !important;
  overflow: visible !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__price-meta {
  display: flex !important;
  align-items: baseline !important;
  justify-content: flex-start !important;
  flex-wrap: nowrap !important;
  gap: 5px !important;
  width: max-content !important;
  max-width: 100% !important;
  min-width: 0 !important;
  height: 14px !important;
  min-height: 14px !important;
  max-height: 14px !important;
  overflow: visible !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__price-meta--empty {
  visibility: hidden !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__compare {
  flex: 0 1 auto !important;
  min-width: 0 !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: #8A9199 !important;
  font-size: 11px !important;
  line-height: 14px !important;
  text-decoration: line-through !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__discount {
  flex: 0 0 auto !important;
  min-width: max-content !important;
  overflow: visible !important;
  white-space: nowrap !important;
  color: #1F5FA8 !important;
  font-size: 11px !important;
  line-height: 14px !important;
  font-weight: 600 !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__current {
  display: block !important;
  overflow: visible !important;
  color: #111827 !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  white-space: nowrap !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__actions {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 6px !important;
  flex: 0 0 auto !important;
  align-self: flex-end !important;
  margin-top: 0 !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__add,
html body #ProductsList .newbanyomda-editorial-product-card__support {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 32px !important;
  width: 32px !important;
  height: 32px !important;
  min-width: 32px !important;
  min-height: 32px !important;
  max-width: 32px !important;
  max-height: 32px !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  box-sizing: border-box !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__add svg,
html body #ProductsList .newbanyomda-editorial-product-card__support svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__add-label {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  clip: rect(0, 0, 0, 0) !important;
}

html body #ProductsList .newbanyomda-editorial-product-card__support-tooltip {
  display: none !important;
}

/* Collection body: flex column, reserved title/price, CTA on the floor. */
html body #ProductsList .byd-grid-card__body {
  display: flex !important;
  flex-direction: column !important;
  grid-template-rows: none !important;
  grid-template-columns: none !important;
  grid-template-areas: none !important;
  flex: 1 1 auto !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  padding: 12px 16px 16px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

html body #ProductsList .byd-grid-card__vendor {
  flex: 0 0 16px !important;
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
  margin: 0 0 6px !important;
  overflow: hidden !important;
  white-space: nowrap !important;
  text-overflow: ellipsis !important;
  font-size: 11px !important;
  line-height: 16px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: #4b5563 !important;
}

html body #ProductsList .byd-grid-card__title {
  display: -webkit-box !important;
  flex: 0 0 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  margin: 0 0 8px !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  font-size: 15.5px !important;
  line-height: 20px !important;
  font-weight: 500 !important;
  letter-spacing: -0.01em !important;
  color: #111827 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 2 !important;
  line-clamp: 2 !important;
  word-break: break-word !important;
}

html body #ProductsList .byd-grid-card__pricing,
html body #ProductsList .byd-grid-card__price-wrap {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  flex: 0 0 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  margin: 0 !important;
  overflow: hidden !important;
}

html body #ProductsList .byd-grid-card__compare,
html body #ProductsList .byd-grid-card__compare--empty {
  height: 16px !important;
  min-height: 16px !important;
  max-height: 16px !important;
}

html body #ProductsList .byd-grid-card__compare--empty {
  visibility: hidden !important;
}

html body #ProductsList .byd-grid-card__spacer {
  flex: 1 1 auto !important;
  min-height: 8px !important;
  grid-area: auto !important;
}

html body #ProductsList .byd-grid-card__action {
  flex: 0 0 44px !important;
  height: 44px !important;
  margin-top: auto !important;
  margin-bottom: 0 !important;
}

html body #ProductsList .byd-grid-card__btn {
  width: 100% !important;
  height: 44px !important;
  min-height: 44px !important;
  max-height: 44px !important;
  margin: 0 !important;
}

/* Beat collection-section + template-collection !important from
   plp-engineering.css and category-card-engineered-final.css. */
html body.template-collection .collection-section #ProductsList.byd-products-grid > .byd-products-grid__item,
html body .collection-section #ProductsList.byd-products-grid > .byd-products-grid__item {
  display: flex !important;
  flex-direction: column !important;
  align-self: stretch !important;
  height: auto !important;
  min-height: auto !important;
  min-width: 0 !important;
}

html body.template-collection .collection-section #ProductsList .byd-grid-card,
html body.template-collection .collection-section #ProductsList .byd-grid-card.product-card,
html body .collection-section #ProductsList .byd-grid-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}

html body.template-collection .collection-section #ProductsList .byd-grid-card__stage,
html body .collection-section #ProductsList .byd-grid-card__stage {
  display: block !important;
  position: relative !important;
  flex: 0 0 auto !important;
  width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1 !important;
  overflow: hidden !important;
}

html body.template-collection .collection-section #ProductsList .byd-grid-card__body,
html body .collection-section #ProductsList .byd-grid-card__body {
  display: flex !important;
  flex-direction: column !important;
  grid-template-rows: none !important;
  grid-template-areas: none !important;
  flex: 1 1 auto !important;
}

html body.template-collection .collection-section #ProductsList .byd-grid-card__title,
html body .collection-section #ProductsList .byd-grid-card__title {
  display: -webkit-box !important;
  flex: 0 0 40px !important;
  height: 40px !important;
  min-height: 40px !important;
  max-height: 40px !important;
  -webkit-line-clamp: 2 !important;
  overflow: hidden !important;
}

html body.template-collection .collection-section #ProductsList .byd-grid-card__action,
html body .collection-section #ProductsList .byd-grid-card__action {
  margin-top: auto !important;
  flex: 0 0 44px !important;
}

/* Related / recently viewed: keep original 170px media. Hide PLP sizer. */
html body .section--related-products .newbanyomda-editorial-product-card,
html body .section--recently-viewed-products .newbanyomda-editorial-product-card {
  display: flex !important;
  flex-direction: column !important;
  height: 100% !important;
  overflow: hidden !important;
}

html body .section--related-products .newbanyomda-editorial-product-card__sizer,
html body .section--recently-viewed-products .newbanyomda-editorial-product-card__sizer {
  display: none !important;
  height: 0 !important;
  padding-top: 0 !important;
}

html body .section--related-products .newbanyomda-editorial-product-card__media,
html body .section--recently-viewed-products .newbanyomda-editorial-product-card__media {
  display: block !important;
  position: relative !important;
  flex: 0 0 170px !important;
  width: 100% !important;
  height: 170px !important;
  min-height: 170px !important;
  max-height: 170px !important;
  aspect-ratio: auto !important;
  overflow: hidden !important;
  background: #fff !important;
}

html body .section--related-products .newbanyomda-editorial-product-card__info,
html body .section--recently-viewed-products .newbanyomda-editorial-product-card__info {
  display: flex !important;
  flex-direction: column !important;
  flex: 1 1 auto !important;
  height: auto !important;
  max-height: none !important;
}

@media (max-width: 767px) {
  html body #ProductsList .newbanyomda-editorial-product-card__title {
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    font-size: 14.5px !important;
    line-height: 20px !important;
  }

  html body #ProductsList .newbanyomda-editorial-product-card__info {
    padding: 10px 10px 12px !important;
    height: auto !important;
    max-height: none !important;
    flex: 1 1 auto !important;
  }

  html body #ProductsList .newbanyomda-editorial-product-card__compare {
    font-size: 11px !important;
  }

  html body #ProductsList .newbanyomda-editorial-product-card__discount {
    font-size: 11px !important;
  }

  html body #ProductsList .newbanyomda-editorial-product-card__current {
    font-size: 13px !important;
    line-height: 16px !important;
  }

  html body #ProductsList .newbanyomda-editorial-product-card__support {
    display: none !important;
    width: 0 !important;
    min-width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border: 0 !important;
  }

  html body #ProductsList .newbanyomda-editorial-product-card__add-label {
    display: none !important;
  }
}

/* --------------------------------------------------------------------------
   PDP mobile gallery — scoped to product template
   -------------------------------------------------------------------------- */

@media (max-width: 1023px) {
  html body.product-template .byd-hero-zone,
  html body .byd-hero-zone {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: minmax(0, 1fr) !important;
    column-gap: 0 !important;
    row-gap: 24px !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body.product-template .byd-gallery-col,
  html body.product-template .byd-gallery-col .product__media-wrapper,
  html body.product-template .byd-gallery-col .product__media-container,
  html body.product-template .byd-gallery-col .product__media-container > *,
  html body .byd-gallery-col,
  html body .byd-gallery-col .product__media-wrapper,
  html body .byd-gallery-col .product__media-container,
  html body .byd-gallery-col .product__media-container > * {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  html body.product-template .byd-panel-col {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    position: static !important;
    max-height: none !important;
    overflow: visible !important;
  }

  html body.product-template .byd-gallery-col .product__media-item-container,
  html body .byd-hero-zone .byd-gallery-col .product__media-item-container {
    width: 100% !important;
    aspect-ratio: 1 / 1 !important;
    min-height: 260px !important;
    height: auto !important;
    background: #fff !important;
    overflow: hidden !important;
  }

  html body.product-template .byd-gallery-col .product__media-gallery-viewer,
  html body.product-template .byd-gallery-col .product__media-gallery-viewer .swiper,
  html body.product-template .byd-gallery-col .product__media-gallery-viewer .swiper-wrapper,
  html body.product-template .byd-gallery-col .product__media-gallery-viewer .swiper-slide {
    width: 100% !important;
    height: auto !important;
    min-height: 260px !important;
  }

  html body.product-template .byd-gallery-col .product__media-item-container img,
  html body .byd-hero-zone .byd-gallery-col .product__media-item-container img,
  html body .byd-optical-media-frame img {
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    min-height: 160px !important;
    object-fit: contain !important;
    object-position: center center !important;
    padding: 6% !important;
    box-sizing: border-box !important;
    opacity: 1 !important;
    visibility: visible !important;
  }

  html body.product-template .byd-panel-col .product-form__buttons {
    grid-template-columns: 108px minmax(0, 1fr) !important;
  }
}

@media (max-width: 767px) {
  html body.product-template .byd-gallery-col .product__media-item-container,
  html body.product-template .byd-gallery-col .product__media-gallery-viewer,
  html body.product-template .byd-gallery-col .product__media-gallery-viewer .swiper-slide {
    min-height: 240px !important;
  }

  html body.product-template .byd-panel-col .product-form__buttons {
    display: grid !important;
    grid-template-columns: 1fr !important;
    grid-template-rows: 48px 48px 48px !important;
  }

  html body.product-template .byd-panel-col .product-form__quantity,
  html body.product-template .byd-panel-col .product__block--buy_buttons .product-form__submit,
  html body.product-template .byd-panel-col .product__block--buy_buttons .shopify-payment-button {
    grid-column: 1 / -1 !important;
