body#category .mh-cat-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 32px;
  row-gap: 0;
  align-items: start;
}
body#category .mh-cat-hero__banner {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 684 / 385;
  border-radius: 7px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .02);
  background: none;
}
body#category .mh-cat-hero__banner img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
body#category .mh-cat-seo {
  margin-top: 80px;
}
body#category .mh-cat-seo__inner {
  width: 100%;
  max-width: 940px;
  margin-inline: auto;
  padding-inline: 30px;
  font: 400 17px/29px 'DM Sans', sans-serif;
}
body#category .mh-cat-seo__inner h2 {
  margin: 0 0 16px;
  font: 500 25px/26px 'GT Walsheim', sans-serif;
}
body#category .mh-cat-seo__inner h3 {
  margin: 0;
  font: 500 21px/40px 'GT Walsheim', sans-serif;
}
body#category .mh-cat-seo__inner p {
  margin: 0 0 25px;
  line-height: 29px;
}
body#category .mh-cat-hero__head {
  grid-column: 1;
  grid-row: 1;
  padding: 25px 0 0;
}
body#category .mh-cat-hero__title,
body#category .mh-cat-hero__title-name {
  font-family: 'GT Walsheim', sans-serif;
  font-size: 40px;
  line-height: 44px;
  font-weight: 600;
  letter-spacing: normal;
  color: #000;
}
body#category .mh-cat-hero__title { margin-bottom: 8px; }
body#category .mh-cat-hero__desc {
  max-width: 624px;
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  color: #232323;
}
body#category .mh-cat-hero__desc-clip {
  position: relative;
  max-height: 100px;
  overflow: hidden;
}
body#category .mh-cat-hero__desc-clip::after {
  position: absolute;
  content: '';
  inset: 0;
  background: linear-gradient(0deg, #fff, transparent);
  pointer-events: none;
}
body#category .mh-cat-hero__desc.is-open .mh-cat-hero__desc-clip { max-height: none; }
body#category .mh-cat-hero__desc.is-open .mh-cat-hero__desc-clip::after { display: none; }
body#category .mh-cat-hero__desc-toggle { margin-top: 12px; }

body#category .dg-cat-video {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 24px;
  padding: 0;
  background: none;
  border: 0;
  text-align: left;
}
body#category .dg-cat-video__ava {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
}
body#category .dg-cat-video__text {
  max-width: 32ch;
  font-family: 'DM Sans', sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #232323;
}
body#category .dg-cat-video__text p { margin: 0; }
body#category .dg-cat-video__text strong { font-weight: 700; }
body#category .dg-cat-video__modal {
  width: min(900px, 90vw);
  border: 0;
  border-radius: 16px;
  padding: 24px;
}
body#category .dg-cat-video__modal iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
}
body#category .dg-cat-video__close {
  position: absolute;
  top: 8px;
  right: 12px;
  background: none;
  border: 0;
  font-size: 28px;
  line-height: 1;
}

body#category .dg-cat-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin: 32px 0 24px;
}
body#category .dg-cat-toolbar__sort {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 12px;
}
body#category .dg-cat-toolbar__sort .products__sort-label { margin: 0; }

body#category .mh-cat-chips {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 0;
  padding: 50px 0 30px;
}
body#category .mh-cat-chips__track {
  display: flex;
  gap: 32px;
  padding: 2px 0;
  overflow-x: auto;
}
body#category .mh-cat-chips__track::-webkit-scrollbar { height: 0; }
body#category .mh-cat-chips__track { scrollbar-width: none; }
body#category .mh-cat-chips__chip {
  flex: 0 0 128px;
  width: 128px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  user-select: none;
  -webkit-user-drag: none;
  outline: 0 !important;
}
body#category .mh-cat-chips__chip:hover,
body#category .mh-cat-chips__chip:focus-within {
  color: inherit;
  text-decoration: none;
}
body#category .mh-cat-chips__thumb {
  width: 128px;
  height: 128px;
  aspect-ratio: 1 / 1;
  border-radius: 64% 33% 85% 33% / 46% 50% 54% 69%;
  background: #f3ebdb7a;
  overflow: hidden;
  margin-bottom: 12px;
  display: grid;
  place-items: center;
  border: 2px solid transparent;
  transition: border 200ms ease, border-radius 200ms ease, translate 200ms ease;
}
body#category .mh-cat-chips__thumb img {
  width: inherit;
  height: inherit;
  object-fit: contain;
  aspect-ratio: 1 / 1;
  border-radius: 100%;
  mix-blend-mode: darken;
  scale: 2;
  user-select: none;
  -webkit-user-drag: none;
}
body#category .mh-cat-chips__chip:hover .mh-cat-chips__thumb,
body#category .mh-cat-chips__chip:focus-within .mh-cat-chips__thumb {
  border: 4px solid #f3ebdb;
  border-radius: 46% 50% 54% 69% / 64% 33% 85% 33%;
  translate: 0 -1px;
}
body#category .mh-cat-chips__chip:nth-of-type(2n) .mh-cat-chips__thumb {
  border-radius: 36% 65% 60% 35% / 56% 47% 51% 59%;
}
body#category .mh-cat-chips__chip:nth-of-type(2n):hover .mh-cat-chips__thumb,
body#category .mh-cat-chips__chip:nth-of-type(2n):focus-within .mh-cat-chips__thumb {
  border-radius: 56% 47% 51% 59% / 36% 65% 60% 35%;
}
body#category .mh-cat-chips__chip:nth-of-type(3n) .mh-cat-chips__thumb {
  border-radius: 85% 33% 64% 33% / 54% 69% 46% 50%;
}
body#category .mh-cat-chips__chip:nth-of-type(3n):hover .mh-cat-chips__thumb,
body#category .mh-cat-chips__chip:nth-of-type(3n):focus-within .mh-cat-chips__thumb {
  border-radius: 54% 69% 46% 50% / 85% 33% 64% 33%;
}
body#category .mh-cat-chips__label {
  display: block;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #211111;
  white-space: normal;
}
body#category #products .products { gap: 45px 20px; }

@media (max-width: 992px) {
  body#category .mh-cat-chips__track {
    gap: 1rem;
    padding-inline: 30px;
  }
  body#category .mh-cat-chips__chip {
    flex: 0 0 96px;
    width: 96px;
    min-width: 96px;
    max-width: 96px;
  }
  body#category .mh-cat-chips__thumb {
    width: 96px;
    height: 96px;
    box-shadow: none;
  }
  body#category .mh-cat-chips__thumb img { width: 96px; height: 96px; }
  body#category .mh-cat-chips__label { overflow: visible; }

  body#category .mh-cat-hero__inner { grid-template-columns: 1fr; }
  body#category.category-id-37 .mh-cat-hero__inner {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
  body#category .mh-cat-hero__inner { row-gap: 10px; }
  body#category .mh-cat-hero__banner { grid-column: 1; grid-row: 1; order: -1; }
  body#category .mh-cat-hero__head { grid-column: 1; grid-row: 2; padding-top: 0; }
  body#category .mh-cat-hero__title { margin: 16px 0 0; flex-grow: 0; }
  body#category .mh-cat-hero__desc { margin-bottom: 20px; }
}

/* Production category/listing geometry. This file loads after Bullbird's base
   listing rules, so keep these overrides scoped to listing pages. */
body:is(#category, #search, #best-sales, #prices-drop, #new-products) .columns-container.container {
  width: 100%;
  max-width: none;
  margin-inline: 0;
  padding-inline: 25px;
}

body#category #wrapper .columns-container.container,
body#category .columns-container.container {
  max-width: min(var(--desktop), 100% - 2rem);
}

body#category .columns-container.container {
  padding-inline: 0 !important;
  margin-inline: auto;
}

body#category .mh-cat-hero {
  width: 100%;
  max-width: none;
  margin-inline: auto;
}

body#category #js-product-list-top {
  width: 100%;
  margin-inline: auto !important;
}

body#category #js-product-list .products {
  width: calc(100% + 20px);
  margin-inline: -10px;
  padding-inline: 10px !important;
}

body#category.category-id-37 .mh-cat-hero__inner {
  grid-template-columns: 624.39px 624.39px;
}

body#category.category-id-37 .mh-cat-hero__head {
  padding-top: 0;
}

body#category.category-id-37 .mh-cat-hero__banner {
  height: 337px;
  aspect-ratio: auto;
}

body#category .mh-cat-hero__inner,
body#category .mh-cat-hero__banner,
body#category .mh-cat-hero__head,
body#category .mh-cat-chips,
body#category .mh-cat-chips__track {
  min-width: 0;
}

body#category .mh-cat-chips,
body#category .mh-cat-chips__track {
  width: 100%;
  max-width: 100%;
}

body#category .mh-cat-chips { overflow: hidden; }

body#category .mh-cat-hero__desc-toggle {
  min-height: 35px;
  padding: 2px 16px;
  color: #232323;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  font: 400 15px/29px 'DM Sans', sans-serif;
}

body#category .desc-link {
  appearance: none;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-block: 16px;
  padding: 1px 0;
  color: #232323;
  background: transparent;
  border: 0;
  text-align: left;
  cursor: pointer;
  font: 400 17px/29px 'DM Sans', sans-serif;
}

body#category .desc-link > img {
  flex: 0 0 84px;
  width: 84px;
  height: 84px;
  border-radius: 50%;
}

body#category .desc-link .video-text {
  display: block;
  max-width: 30ch;
  font: inherit;
}

body#category .desc-link .video-text p { margin: 0; font-size: 14px; line-height: 21px; }
body#category .desc-link .video-text strong { font-size: 16px; font-weight: 700; }

body#category .bm-video-modal:popover-open {
  display: grid;
  box-sizing: border-box;
  width: 592px;
  max-width: calc(100vw - 15px);
  padding: 8px 16px 16px;
  background: #fff;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .09);
}
body#category .bm-video-modal::backdrop { background: rgba(255, 255, 255, .6); }
body#category .bm-video-modal__content {
  display: grid;
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
body#category .bm-video-modal__close {
  position: static;
  margin-left: auto;
  padding: 0;
  color: #000;
  background: transparent;
  border: 0;
  font: 700 24px/24px 'DM Sans', sans-serif;
  font-family: 'DM Sans', sans-serif !important;
}
body#category .bm-video-modal__player {
  width: 560px;
  max-width: 100%;
  height: 315px;
  padding: 0;
  aspect-ratio: auto;
  background: transparent;
}
body#category .bm-video-modal__player iframe,
body#category .bm-video-modal__player video {
  position: static;
  width: 100%;
  height: 100%;
}

body#category #category-modal:popover-open {
  display: grid;
  width: min(900px, calc(100vw - 32px));
  padding: 8px 16px 16px;
  border: 0;
  border-radius: 4px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, .09);
}

body#category #category-modal::backdrop { background: rgba(255, 255, 255, .6); }
body#category #category-modal .close { margin-left: auto; }
body#category #category-modal iframe { width: 100%; height: auto; aspect-ratio: 16 / 9; }

body:is(#category, #search, #best-sales, #prices-drop, #new-products) #js-product-list-top {
  margin: 30px 0 10px;
}

body:is(#category, #search, #best-sales, #prices-drop, #new-products) .dg-cat-toolbar {
  display: flex !important;
  align-items: flex-start;
  justify-content: space-between;
  min-height: 44px;
  margin: 0;
}

body:is(#category, #search, #best-sales, #prices-drop, #new-products) .dg-cat-toolbar__sort .products__sort-label {
  display: none;
}

body:is(#category, #search, #best-sales, #prices-drop, #new-products) .dg-cat-toolbar__filters {
  flex: 1 1 auto;
  min-width: 0;
}

body:is(#category, #search, #best-sales, #prices-drop, #new-products) .dg-cat-toolbar__sort {
  flex: 0 0 auto;
}

body:is(#category, #search, #best-sales, #prices-drop, #new-products) .products__sort-label {
  color: #232323;
  font: 400 17px/29px 'DM Sans', sans-serif;
}

body:is(#category, #search, #best-sales, #prices-drop, #new-products) .products__sort-dropdown-button {
  min-width: 170px;
  height: 35px;
  padding: 2px 14px;
  color: #000;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 999px;
  font: 400 17px/29px 'DM Sans', sans-serif;
}

body:is(#category, #search, #best-sales, #prices-drop, #new-products) #products .products {
  box-sizing: border-box;
  padding-inline: 5px;
  column-gap: 20px;
  row-gap: 56px;
}

body#search #js-product-list-header,
body#search #product-list-header {
  margin: 0;
  color: #000;
  font: 600 34px/37.4px 'GT Walsheim', sans-serif;
  text-transform: none;
}

body#search .columns-container.container {
  padding-inline: 12.5px !important;
}

body#search #product-list-header,
body#search #js-product-list-header,
body#search #js-product-list-top {
  width: calc(100% - 35px);
  margin-inline: auto;
}

body#search #js-product-list .products {
  width: calc(100% - 15px);
  margin-inline: auto;
  padding-inline: 10px !important;
}

.btm-text {
  padding: 0 0 120px;
  color: #232323;
  background: #fff;
  font: 400 17px/29px 'DM Sans', sans-serif;
}

.btm-text.inner {
  margin-top: 80px;
  padding-bottom: 0;
}

body#category .btm-text.inner .container {
  display: flow-root;
  width: 100% !important;
  max-width: 940px !important;
  margin-inline: auto;
  padding-inline: 30px;
  color: inherit;
  font: inherit;
}

body#category .btm-text.inner {
  width: calc(100% + 25px);
  margin-left: -12.5px;
}

body#category .btm-text h2 {
  margin: 0 0 16px;
  color: #232323;
  font: 500 25px/26px 'GT Walsheim', sans-serif;
  font-family: 'GT Walsheim', sans-serif !important;
}

body#category .btm-text h3 {
  margin: 0;
  color: #232323;
  font-family: 'DM Sans', sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 40px;
}

body#category .btm-text p {
  margin-bottom: 25px !important;
  color: #000;
}
body#category .btm-text a {
  color: #208094;
  letter-spacing: -.1px;
  line-height: inherit;
}
.btm-text ul,
.btm-text ol { margin-left: 15px; }

@media (max-width: 992px) {
  body:is(#category, #search, #best-sales, #prices-drop, #new-products) .columns-container.container {
    padding-inline: 13px;
  }

  body#category #js-product-list-top { width: 100%; }
  body#search .columns-container.container {
    padding-inline: 13px !important;
  }
  body#search #product-list-header,
  body#search #js-product-list-header,
  body#search #js-product-list-top,
  body#search #js-product-list .products {
    width: 100%;
  }
  body#search #js-product-list .products { padding-inline: 5px !important; }

  body#category .mh-cat-hero__inner,
  body#category .mh-cat-hero__banner,
  body#category .mh-cat-hero__head,
  body#category .mh-cat-chips {
    width: 100%;
    max-width: 100%;
  }

  body#category .mh-cat-hero__banner {
    aspect-ratio: 20 / 9;
    height: auto;
  }
  body#category.category-id-37 .mh-cat-hero__banner {
    width: 100%;
    height: auto;
    aspect-ratio: 20 / 9;
  }
  body#category.category-id-37 .mh-cat-hero__inner {
    grid-template-columns: 1fr;
    row-gap: 28px;
    padding-bottom: 33.5px;
  }
  body#category.category-id-37 .mh-cat-hero__banner { display: none; }
  body#category.category-id-37 .mh-cat-hero__head { width: 100%; }

  body#category .mh-cat-hero__head { display: block; }

  body#category .mh-cat-hero__title { margin-top: 16px; }

  body#category .mh-cat-hero__desc-clip { max-height: 100px; }

  body#category .mh-cat-chips {
    grid-row: 3;
    margin-top: 25px;
  }

  body#category .mh-cat-chips {
    margin-inline: -30px;
    width: calc(100% + 60px);
    max-width: calc(100% + 60px);
    padding-block: 10px 30px;
  }

  body:is(#category, #search, #best-sales, #prices-drop, #new-products) .dg-cat-toolbar {
    display: flex !important;
    width: calc(100% - 10px);
    min-height: 42px;
    margin-inline: auto;
    flex-direction: row-reverse;
    gap: 10px;
  }

  body#category .dg-cat-toolbar {
    box-sizing: border-box;
    padding-inline: 5px;
  }

  body:is(#category, #search, #best-sales, #prices-drop, #new-products) .dg-cat-toolbar__filters,
  body:is(#category, #search, #best-sales, #prices-drop, #new-products) .dg-cat-toolbar__sort {
    flex: 0 0 calc((100% - 10px) / 2);
    width: calc((100% - 10px) / 2);
    margin: 0;
  }

  body:is(#category, #search, #best-sales, #prices-drop, #new-products) .bm-filters__mobile-toggle,
  body:is(#category, #search, #best-sales, #prices-drop, #new-products) .products__sort-dropdown-button {
    width: 100%;
    min-width: 0;
    height: 42px;
    min-height: 42px;
    margin: 0;
    padding: 0 16px;
  }

  body:is(#category, #search, #best-sales, #prices-drop, #new-products) #products .products {
    padding-inline: 5px;
    column-gap: 10px;
    row-gap: 39px;
  }

  body:is(#category, #search, #best-sales, #prices-drop, #new-products) #js-product-list-top {
    margin-block: 16px 22px;
  }

  body#category #js-product-list .products {
    width: calc(100% - 10px);
    margin-inline: auto;
    padding-inline: 5px !important;
  }

  .btm-text {
    padding: 10px 0 30px;
    font-size: 14px;
    line-height: 26px;
  }

  body#category .desc-link { font-size: 14px; line-height: 26px; }
  body#category .bm-video-modal__player { width: 100%; }

  .btm-text.inner { margin-top: 80px; }
  body#category .btm-text.inner {
    width: calc(100% + 36px);
    margin-left: -18px;
  }
  body#category .btm-text.inner .container { padding-inline: 15px !important; }
  body#category .btm-text h2 { font-size: 20px; line-height: 32px; letter-spacing: -1px; }
  body#category .btm-text h3 { font-size: 17px; line-height: 30px; }
  body#category .btm-text p,
  body#category .btm-text li,
  body#category .btm-text a { line-height: 26px !important; }
}

@media (min-width: 993px) {
  .btm-text p,
  .btm-text li { line-height: 29px; }
}
