.sn-product-collection-groups {
display: grid;
gap: clamp(34px, 5vw, 58px);
}

.sn-product-collection-group {
min-width: 0;
}

.sn-product-collection-title {
align-items: center;
display: grid;
gap: clamp(12px, 2vw, 24px);
grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
margin: 0 0 24px;
text-align: center;
}

.sn-product-collection-title::before,
.sn-product-collection-title::after {
content: "";
height: 2px;
}

.sn-product-collection-title::before { background: var(--sn-gold-bright); }
.sn-product-collection-title::after { background: var(--sn-blue-soft); }
.sn-product-collection-title span {
color: var(--sn-blue-soft);
font-family: "Cinzel", Georgia, serif;
font-size: clamp(22px, 3vw, 32px);
font-weight: 700;
}

.sn-product-collection-group.is-unassigned .sn-product-collection-title span { color: var(--sn-gold-bright); }

/* Main product-category archive layout. */
html body.sn-page .sn-shop-categories {
  padding-top: clamp(28px, 3.5vw, 48px);
}

html body.sn-page .sn-shop-catalog-label {
  color: var(--sn-blue-soft);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(15px, 1.5vw, 18px);
  font-weight: 700;
  letter-spacing: 0.06em;
  margin: 0 0 18px;
  text-align: left;
  text-transform: uppercase;
}

html body.sn-page .sn-main-category-section {
  padding-top: clamp(24px, 3vw, 40px);
}

html body.sn-page .sn-main-category-section > .sn-section-inner {
  max-width: 1380px;
}

html body.sn-page .sn-main-category-catalog {
  --sn-category-grid-gap: clamp(18px, 2vw, 26px);
  display: grid;
  gap: var(--sn-category-grid-gap);
}

html body.sn-page .sn-main-category-featured-layout {
  align-items: stretch;
  display: grid;
  gap: var(--sn-category-grid-gap);
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html body.sn-page .sn-main-category-sidebar {
  align-self: stretch;
  background: linear-gradient(145deg, rgba(7, 31, 43, 0.7), rgba(17, 16, 13, 0.88));
  border: 1px solid rgba(66, 184, 200, 0.3);
  box-sizing: border-box;
  grid-column: 1;
  min-height: 100%;
  min-width: 0;
  padding: clamp(22px, 2.4vw, 34px) clamp(16px, 2vw, 26px);
}

html body.sn-page .sn-main-category-sidebar > .sn-eyebrow {
  color: var(--sn-blue-soft);
  margin: 0 0 8px;
  text-align: left;
}

html body.sn-page .sn-main-category-sidebar h1 {
  color: var(--sn-blue-soft);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(21px, 1.75vw, 30px);
  hyphens: none;
  line-height: 1.22;
  margin: 0;
  overflow-wrap: normal;
  text-align: left;
  word-break: normal;
}

html body.sn-page .sn-main-category-sidebar h1 span {
  color: inherit;
  display: block;
  margin: 0;
}

html body.sn-page .sn-main-category-description,
html body.sn-page .sn-main-category-empty {
  color: var(--sn-muted);
  font-size: 15px;
  line-height: 1.65;
  margin: 16px 0 0;
}

html body.sn-page .sn-main-category-subcategories {
  border-top: 1px solid rgba(240, 210, 138, 0.45);
  margin-top: 24px;
  padding-top: 22px;
}

html body.sn-page .sn-main-category-subcategories h2 {
  color: var(--sn-blue-soft);
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(18px, 1.55vw, 23px);
  letter-spacing: 0.06em;
  margin: 0 0 15px;
  text-align: left;
  text-transform: uppercase;
}

html body.sn-page .sn-main-category-subcategories ul {
  display: grid;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}

html body.sn-page .sn-main-category-subcategories li {
  margin: 0;
}

html body.sn-page .sn-main-category-subcategories a {
  border-bottom: 1px solid rgba(66, 184, 200, 0.38);
  border-left: 2px solid transparent;
  color: var(--sn-gold-bright);
  display: block;
  font-family: "Cinzel", Georgia, serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.045em;
  line-height: 1.35;
  padding: 11px 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 180ms ease, border-color 180ms ease, color 180ms ease, transform 180ms ease;
}

html body.sn-page .sn-main-category-subcategories a:is(:hover, :focus-visible, .is-active) {
  background: rgba(66, 184, 200, 0.09);
  border-bottom-color: var(--sn-blue-soft);
  border-left-color: var(--sn-gold-bright);
  color: var(--sn-blue-soft);
  transform: translateX(3px);
}

@media (min-width: 1051px) {
  html body.sn-page .sn-main-category-sidebar.is-compact {
    padding: clamp(12px, 1vw, 16px) clamp(14px, 1.55vw, 22px);
  }

  html body.sn-page .sn-main-category-sidebar.is-compact > .sn-eyebrow {
    font-size: 9px;
    line-height: 1.2;
    margin-bottom: 4px;
  }

  html body.sn-page .sn-main-category-sidebar.is-compact h1 {
    font-size: clamp(17px, 1.25vw, 23px);
    line-height: 1.12;
  }

  html body.sn-page .sn-main-category-sidebar.is-compact .sn-main-category-description {
    font-size: 13px;
    line-height: 1.42;
    margin-top: 9px;
  }

  html body.sn-page .sn-main-category-sidebar.is-compact .sn-main-category-subcategories {
    margin-top: 14px;
    padding-top: 12px;
  }

  html body.sn-page .sn-main-category-sidebar.is-compact .sn-main-category-subcategories h2 {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  html body.sn-page .sn-main-category-sidebar.is-compact .sn-main-category-subcategories ul {
    gap: 8px;
  }

  html body.sn-page .sn-main-category-sidebar.is-compact .sn-main-category-subcategories a {
    font-size: 11px;
    line-height: 1.22;
    padding: 7px 8px;
  }
}
html body.sn-page .sn-main-category-primary {
  align-content: start;
  display: grid;
  gap: var(--sn-category-grid-gap);
  grid-column: 2 / -1;
  min-width: 0;
}

html body.sn-page .sn-main-category-tools {
  min-width: 0;
}

html body.sn-page .sn-main-category-back {
  align-items: center;
  justify-self: start;
  border-bottom: 1px solid rgba(66, 184, 200, 0.48);
  color: var(--sn-blue-soft);
  display: inline-flex;
  font-family: "Cinzel", Georgia, serif;
  font-size: 14px;
  font-weight: 700;
  gap: 9px;
  letter-spacing: 0.05em;
  padding: 8px 2px;
  text-decoration: none;
  text-transform: uppercase;
  transition: border-color 180ms ease, color 180ms ease, transform 180ms ease;
  scroll-margin-top: 132px;
}

html body.sn-page .sn-main-category-back-row {
  display: flex;
  justify-content: flex-start;
  width: 100%;
}

html body.sn-page .sn-main-category-back-row.is-under-tools {
  grid-column: 1 / -1;
}

html body.admin-bar.sn-page .sn-main-category-back {
  scroll-margin-top: 164px;
}

html body.sn-page .sn-main-category-back:is(:link, :visited, :hover, :focus, :focus-visible, :active) {
  border-color: rgba(66, 184, 200, 0.48);
  color: var(--sn-blue-soft);
}

html body.sn-page .sn-main-category-back:is(:hover, :focus, :focus-visible) {
  box-shadow: none;
  outline: 1px solid rgba(66, 184, 200, 0.58);
  outline-offset: 2px;
  transform: translateX(-3px);
}

html body.sn-page .sn-main-category-tools .sn-catalog-compact {
  margin: 0;
  max-width: none;
}

html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-toolbar {
  column-gap: 12px;
  grid-template-columns: minmax(0, 1.18fr) minmax(0, 1.05fr) minmax(204px, 1.15fr) minmax(220px, 1fr);
  row-gap: 9px;
}

html body.sn-page .sn-main-category-tools .sn-catalog-compact :is(.sn-catalog-search, .sn-catalog-sort, .sn-catalog-price) {
  grid-column: auto;
  grid-row: 1;
  max-width: none;
  min-width: 0;
  width: 100%;
}

html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-price-fields {
  gap: 12px;
}

html body.sn-page .sn-catalog-compact .sn-catalog-sort .sn-brand-select {
  min-width: 0;
  width: 100%;
}

html body.sn-page .sn-catalog-compact .sn-catalog-sort .sn-brand-select__trigger {
  max-width: 100%;
  min-width: 0;
  text-overflow: ellipsis;
}

html body.sn-page .sn-catalog-compact .sn-catalog-sort .sn-brand-select__trigger::after {
  right: 13px;
}

html body.sn-page .sn-catalog-compact .sn-catalog-sort .sn-brand-select__list {
  background: linear-gradient(145deg, #050505, rgba(7, 31, 43, 0.98));
  border-color: rgba(66, 184, 200, 0.72);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.42);
  max-height: 240px;
  overflow-x: hidden;
  padding: 3px;
}

html body.sn-page .sn-catalog-compact .sn-catalog-sort .sn-brand-select__option {
  border-bottom: 1px solid rgba(66, 184, 200, 0.14) !important;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.25;
  min-height: 32px;
  overflow: hidden;
  padding: 7px 9px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

html body.sn-page .sn-catalog-compact .sn-catalog-sort .sn-brand-select__option:last-child {
  border-bottom: 0 !important;
}

html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-options {
  grid-column: 1 / span 2;
  grid-row: 2;
}

html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-actions {
  gap: 11px;
  grid-column: 4;
  grid-row: 1;
}

html body.sn-page .sn-main-category-products {
  align-items: stretch;
  display: grid;
  gap: var(--sn-category-grid-gap);
  grid-auto-rows: 1fr;
}

html body.sn-page .sn-main-category-collection-groups {
  display: grid;
  gap: clamp(32px, 4vw, 52px);
  min-width: 0;
}

html body.sn-page .sn-main-category-collection-groups > .sn-product-collection-group {
  min-width: 0;
}

html body.sn-page .sn-main-category-collection-groups.is-leading {
  gap: clamp(26px, 3vw, 40px);
}

html body.sn-page .sn-main-category-collection-groups .sn-product-collection-title {
  margin-bottom: 20px;
}

html body.sn-page .sn-main-category-leading-products {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

html body.sn-page .sn-main-category-following-products {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

html body.sn-page .sn-main-category-products > .sn-product-card {
  height: 100%;
  margin: 0;
  min-height: 0;
  min-width: 0;
}

html body.sn-page .sn-main-category-products > .sn-product-card > .sn-product-open {
  align-content: start;
  grid-template-rows: auto minmax(18px, auto) minmax(46px, auto) minmax(24px, auto) minmax(30px, auto);
  height: 100%;
}

html body.sn-page .sn-product-card .sn-product-blend-base {
  color: var(--sn-blue-soft);
  display: block;
  font-family: "Cinzel", Georgia, serif;
  font-size: clamp(10px, 0.9vw, 12px);
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.3;
  min-height: 16px;
  text-transform: uppercase;
}

html body.sn-page .sn-main-category-products > .sn-product-card > .sn-product-open > strong {
  display: -webkit-box;
  min-height: 46px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

html body.sn-page .sn-main-category-products .sn-product-price {
  min-height: 24px;
}

html body.sn-page .sn-main-category-products .sn-product-stock-status {
  min-height: 30px;
}

html body.sn-page .sn-main-category-results-empty {
  min-width: 0;
  width: 100%;
}

html body.sn-page .sn-main-category-pagination {
  margin-top: clamp(18px, 3vw, 34px);
}

@media (max-width: 1050px) {
  html body.sn-page .sn-main-category-featured-layout {
    grid-template-columns: 1fr;
  }

  html body.sn-page .sn-main-category-sidebar,
  html body.sn-page .sn-main-category-primary {
    grid-column: 1;
  }

  html body.sn-page .sn-main-category-sidebar {
    min-height: 0;
  }

  html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-toolbar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-price {
    grid-column: 1;
    grid-row: 2;
  }

  html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-options {
    grid-column: 1 / -1;
    grid-row: 3;
  }

  html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-actions {
    grid-column: 2;
    grid-row: 2;
  }
  html body.sn-page .sn-main-category-subcategories ul,
  html body.sn-page .sn-main-category-leading-products,
  html body.sn-page .sn-main-category-following-products {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 720px) {
  html body.sn-page .sn-main-category-tools .sn-catalog-compact .sn-catalog-toolbar {
    grid-template-columns: 1fr;
  }

  html body.sn-page .sn-main-category-tools .sn-catalog-compact :is(.sn-catalog-search, .sn-catalog-sort, .sn-catalog-price, .sn-catalog-options, .sn-catalog-actions) {
    grid-column: 1;
    grid-row: auto;
  }

  html body.sn-page .sn-main-category-subcategories ul,
  html body.sn-page .sn-main-category-leading-products,
  html body.sn-page .sn-main-category-following-products {
    grid-template-columns: 1fr;
  }

  html body.sn-page .sn-main-category-back {
    align-items: flex-start;
    line-height: 1.35;
  }
}
/* End main product-category archive layout. */