/**
 * Critical page slice: pages/category.css
 * Generated — do not edit. Rebuild: php tools/build_gb_critical_css.php
 */

/* ==== pages/category.css ==== */
/* Dynamic category page — layout, SEO band, FAQ grid (scoped) */

/* Legacy category templates set div.sticky { z-index: 501 } — must not overlay top bar */
body > header.site-header div.sticky,
body > header.site-header #menu > .container.sticky {
  position: static !important;
  z-index: auto !important;
  top: auto !important;
}

.dc-skip-link {
  position: absolute;
  left: -9999px;
  z-index: var(--dc-z-skip-link);
  padding: 8px 16px;
  background: #111;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}
.dc-skip-link:focus {
  left: 12px;
  top: 12px;
}

.dc-dyncategory-main {
  display: block;
}

.dc-trust-line {
  font-size: 14px;
  color: #374151;
  margin: 8px 0 12px;
  padding: 0 10px;
}


/* Round 5/5c: below-fold SEO/YMAL stay in deferred/category.css; FAQ is critical again */


#dc-products {
  scroll-margin-top: 100px;
}

/* Avoid trapping the whole page under the sticky header stacking context */
#category-v2-page.category-v2-page,
#category-v4-page.category-v2-page,
#category-v2-page .category-v2-layout,
#category-v4-page .category-v2-layout,
#category-v2-page .category-v2-content,
#category-v4-page .category-v2-content {
  z-index: auto;
}

/* —— Category v2/v4: page background —— */
body.route-dyncategory-v2,
body.route-dyncategory-v4 {
  background: #f7f7f7;
}

/* Breadcrumb bar */
.category-v2-breadcrumb-wrap {
  background: #f7f7f7;
  border-bottom: none;
}

.category-v2-breadcrumb-inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 8px 32px;
}

.category-v2-breadcrumb {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-v2-breadcrumb-item {
  margin: 0;
}

.category-v2-breadcrumb-sep {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  color: var(--gb-text-muted);
}

@media (max-width: 1023px) {
  .category-v2-breadcrumb-inner {
    padding: 8px 16px;
  }
}

/* Layout + product grid (viewport breakpoints; avoid container-type on flex children) */
.category-v2-layout {
  display: flex;
  gap: 24px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 16px;
}

.category-v2-sidebar {
  flex: 0 0 300px;
  width: 300px;
}

.category-v2-content {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

#category-v2-grid.category-v2-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: 100%;
  visibility: visible;
}

.category-v2-grid > .category-v2-card {
  min-width: 0;
}

@media (min-width: 768px) {
  #category-v2-grid.category-v2-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (min-width: 992px) {
  #category-v2-grid.category-v2-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

/* Product cards, pagination, mobile load-more bar (v4 + fallback when inline block absent) */
.category-v2-page {
  position: relative;
}

.category-v2-card {
  position: relative;
  border: 1px solid #ececec;
  border-radius: 10px;
  background: #fff;
  overflow: hidden;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.category-v2-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.14);
}

.category-v2-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: #f3f4f6;
}

.category-v2-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  image-rendering: auto;
}

.category-v2-card-content {
  padding: 12px;
  background: #fff;
  transition: background-color 0.25s ease;
}

.category-v2-card:hover .category-v2-card-content {
  background: #fcebe6;
}

.category-v2-card h3 {
  margin: 0 0 6px;
  font-family: var(--gb-font-body, Inter, sans-serif);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
}

@media (min-width: 768px) {
  .category-v2-card h3 {
    font-size: 15px;
  }
}

.category-v2-card h3 a {
  color: #1f2937;
  text-decoration: none;
}

.category-v2-card:hover h3 a {
  color: #df3d82;
}

.category-v2-pricing {
  padding: 0;
}

.category-v2-pricing .price-special,
.category-v2-pricing .price-new:not(.price-coupon) {
  font-family: var(--gb-font-body, Inter, sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #111827;
}

@media (min-width: 768px) {
  .category-v2-pricing .price-special,
  .category-v2-pricing .price-new:not(.price-coupon) {
    font-size: 18px;
  }
}

.category-v2-pricing .price-normal {
  font-family: var(--gb-font-body, Inter, sans-serif);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  color: #111827;
}

@media (min-width: 768px) {
  .category-v2-pricing .price-normal {
    font-size: 18px;
  }
}

.category-v2-pricing .price-coupon {
  font-size: 14px;
  font-weight: 500;
  color: var(--gb-primary, #b82779);
}

.category-v2-price .price-old,
.category-v2-pricing .price-old {
  font-size: 13px;
  color: #8c8c8c;
  text-decoration: line-through;
  margin-right: 6px;
}

.category-v2-card-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  background: #df3d82;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 6px 10px;
  border-radius: 4px;
}

.category-v2-wishlist-btn {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 40px;
  height: 40px;
  border: 1px solid #ddd;
  border-radius: 999px;
  background: #fff;
  color: #4b5563;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 2;
  font-size: 18px;
}

.category-v2-wishlist-btn:hover {
  color: #df3d82;
  border-color: #df3d82;
}

.category-v2-wishlist-btn.is-active {
  color: #df3d82;
  border-color: #df3d82;
}

.category-v2-liked-pill {
  position: absolute;
  right: 36px;
  top: 50%;
  transform: translateY(-50%);
  background: #df3d82;
  color: #fff;
  font-size: 11px;
  line-height: 1;
  padding: 4px 8px;
  border-radius: 999px;
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
}

.category-v2-liked-pill.show {
  animation: categoryV2LikedFade 1.2s ease forwards;
}

@keyframes categoryV2LikedFade {
  0% {
    opacity: 0;
    transform: translateY(-50%) translateX(4px);
  }
  15% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  70% {
    opacity: 1;
    transform: translateY(-50%) translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-50%) translateX(-4px);
  }
}

.category-v2-pagination {
  display: flex;
  justify-content: center;
  margin: 24px 0;
}

.category-v2-next-btn {
  display: inline-block;
  padding: 12px 32px;
  background: #b82779;
  color: #fff;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.01em;
  transition: background 0.2s;
}

.category-v2-next-btn:hover,
.category-v2-next-btn:focus {
  background: #9a1f63;
  color: #fff;
  text-decoration: none;
}

.category-v2-mobilebar {
  --category-v2-mobilebar-h: 56px;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border-top: 1px solid #ddd;
  padding: 0;
  padding-bottom: env(safe-area-inset-bottom, 0px);
  display: none;
  z-index: var(--dc-z-sticky-bar, 150);
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.06);
}

.category-v2-mobilebar-slot {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 4px;
  border-right: 1px solid #eee;
}

.category-v2-mobilebar-slot:last-child {
  border-right: 0;
}

.category-v2-mobilebar-link,
.category-v2-mobilebar-btn,
.category-v2-mobilebar .category-v2-mobilebar-filter {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  max-width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gb-text, #1a1a1a);
  font-family: var(--gb-font-body, inherit);
  font-size: 11px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.category-v2-mobilebar-link:hover,
.category-v2-mobilebar-link:focus,
.category-v2-mobilebar-btn:hover,
.category-v2-mobilebar-btn:focus,
.category-v2-mobilebar .category-v2-mobilebar-filter:hover,
.category-v2-mobilebar .category-v2-mobilebar-filter:focus {
  color: var(--gb-primary, #b82779);
  text-decoration: none;
}

.category-v2-mobilebar-btn .fa,
.category-v2-mobilebar-link .fa,
.category-v2-mobilebar .category-v2-mobilebar-filter .fa,
.category-v2-mobilebar-btn svg,
.category-v2-mobilebar-link svg,
.category-v2-mobilebar .category-v2-mobilebar-filter svg {
  width: 18px;
  height: 18px;
  font-size: 18px;
  line-height: 1;
  color: inherit;
  display: block;
}

@media (max-width: 1023px) {
  .category-v2-mobilebar {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    gap: 0;
    min-height: var(--category-v2-mobilebar-h, 56px);
  }

  #category-v2-page.category-v2-page,
  #category-v4-page.category-v2-page {
    padding-bottom: calc(var(--category-v2-mobilebar-h, 56px) + env(safe-area-inset-bottom, 0px) + 12px);
  }

  /* Lift chat FAB above the fixed footer (slot 4 remains reserved) */
  body:has(#category-v2-page) .gb-support-chat-fab,
  body:has(#category-v4-page) .gb-support-chat-fab {
    bottom: calc(var(--category-v2-mobilebar-h, 56px) + env(safe-area-inset-bottom, 0px) + 10px);
  }

  /* Filters live in the sticky bar on mobile — hide under-sortbar toolbar */
  .category-v2-grid-toolbar {
    display: none !important;
  }
}

/* Left nav: remove click focus black box (keep keyboard focus-visible) */
.category-v2-sidebar-nav a:focus,
.category-v2-sidebar-nav a:active,
.category-v2-nav-link:focus,
.category-v2-nav-link:active,
.category-v2-nav-check-item:focus,
.category-v2-nav-check-item:active,
#column-left a:focus,
#column-left a:active {
  outline: none;
  box-shadow: none;
}

.category-v2-sidebar-nav a:focus-visible,
.category-v2-nav-link:focus-visible,
.category-v2-nav-check-item:focus-visible {
  outline: 2px solid var(--gb-primary, #b82779);
  outline-offset: 2px;
}

.category-v2-midstream {
  --dc-content-stack-gap: 28px;
  grid-column: 1 / -1;
  margin: 12px 0 8px;
  padding: 20px 18px 18px;
  background: linear-gradient(180deg, #fff8fa 0%, #ffffff 100%);
  border: 1px solid #f5dce4;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(184, 39, 121, 0.04);
}

.category-v2-midstream-head {
  margin: 0 0 14px;
  text-align: left;
}

.category-v2-midstream-eyebrow {
  margin: 0 0 4px;
  font-family: var(--gb-font-body, inherit);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--gb-primary, #b82779);
}

.category-v2-midstream-title {
  margin: 0;
  font-family: var(--gb-font-heading, inherit);
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.3;
  color: var(--gb-text, #1a1a1a);
}

.category-v2-midstream-inner > ul,
.category-v2-midstream ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 14px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .category-v2-midstream-inner > ul,
  .category-v2-midstream ul {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.category-v2-midstream-inner > ul > li:nth-child(n+5),
.category-v2-midstream > ul > li:nth-child(n+5) {
  display: none;
}

.category-v2-midstream li,
.category-v2-midstream .midstream-claim {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 0;
  padding: 10px 12px;
  background: #fff;
  border: 1px solid #f0e4ea;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.4;
  color: #374151;
}

.category-v2-midstream li::before {
  content: "\2713"; /* ✓ — no Font Awesome (omitted on category) */
  font-family: inherit;
  color: var(--gb-primary, #b82779);
  flex: 0 0 auto;
  line-height: 1.4;
}

.category-v2-midstream li:has(> i)::before,
.category-v2-midstream li:has(.fa)::before,
.category-v2-midstream .midstream-claim:has(> i)::before {
  content: none;
  display: none;
}

.category-v2-midstream .midstream-claim i,
.category-v2-midstream li > i {
  color: var(--gb-primary, #b82779);
  margin-top: 2px;
  flex: 0 0 auto;
}

.category-v2-content-stack {
  --dc-content-stack-gap: 28px;
  margin: var(--dc-content-stack-gap) 0;
}

.category-v2-section-heading {
  margin: 0 0 12px;
  font-size: clamp(1.15rem, 2.4vw, 1.35rem);
}

.category-v2-prose {
  max-width: 65ch;
  font-size: var(--gb-text-base, 1rem);
  line-height: 1.65;
  color: var(--gb-text, #1a1a1a);
}

.category-v2-prose h2,
.category-v2-prose h3,
.category-v2-prose h4 {
  margin: 1.25em 0 0.5em;
  line-height: 1.3;
}

.category-v2-prose h2:first-child,
.category-v2-prose h3:first-child,
.category-v2-prose h4:first-child,
.category-v2-prose p:first-child {
  margin-top: 0;
}

.category-v2-prose p {
  margin: 0 0 0.85em;
}

.category-v2-prose ul,
.category-v2-prose ol {
  margin: 0 0 0.85em;
  padding-left: 1.2em;
}

.category-v2-prose a {
  color: var(--gb-primary, #b82779);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.category-v2-local-hub {
  padding: 18px 18px 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.category-v2-local-hub-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
}

.category-v2-local-hub-inner a,
.category-v2-local-hub a {
  display: inline-flex;
  align-items: center;
  padding: 8px 12px;
  border: 1px solid #f0e4ea;
  border-radius: 999px;
  background: #fff8fa;
  color: var(--gb-primary, #b82779);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.category-v2-local-hub-inner a:hover,
.category-v2-local-hub a:hover {
  background: #fce8f1;
  border-color: #e8b8cd;
  text-decoration: none;
}

.category-v2-nearby-cities {
  padding: 18px 18px 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.category-v2-nearby-cities-inner {
  line-height: 1.8;
}

.category-v2-nearby-cities-inner a {
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  padding: 6px 12px;
  border: 1px solid #f0e4ea;
  border-radius: 999px;
  background: #fff8fa;
  color: var(--gb-primary, #b82779);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.category-v2-nearby-cities-inner a:hover {
  background: #fce8f1;
  border-color: #e8b8cd;
  text-decoration: none;
}

.category-v2-nearby-zipcodes {
  padding: 18px 18px 16px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.category-v2-nearby-zipcodes-inner {
  line-height: 1.8;
}

.category-v2-nearby-zipcodes-inner a {
  display: inline-flex;
  align-items: center;
  margin: 2px 0;
  padding: 6px 12px;
  border: 1px solid #f0e4ea;
  border-radius: 999px;
  background: #fff8fa;
  color: var(--gb-primary, #b82779);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.category-v2-nearby-zipcodes-inner a:hover {
  background: #fce8f1;
  border-color: #e8b8cd;
  text-decoration: none;
}

.category-v2-ymal-inner {
  padding: 18px 20px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.category-v2-geo-block .category-v2-geo-card {
  padding: 16px 18px;
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 12px;
}

.category-v2-explore-gifts-inner {
  margin-top: 8px;
}

.category-v2-hero {
  background: #fdf5f5;
  padding: 40px 24px;
  margin-bottom: 16px;
  text-align: center;
  position: relative;
}

.category-v2-hero-inner {
  max-width: 1320px;
  margin: 0 auto;
}

.category-v2-hero-title {
  margin: 0 0 12px;
  color: var(--gb-primary, #b82779);
}

.category-v2-hero-divider {
  width: 48px;
  height: 2px;
  background: #d81b60;
  border: none;
  margin: 0 auto 18px;
}

.category-v2-hero-intro {
  max-width: 720px;
  margin: 0 auto 22px;
  font-style: italic;
}

.category-v2-active-filters {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.category-v2-toolbar__deliver {
  flex: none;
  min-width: 0;
  width: auto;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: stretch;
}

.category-v2-toolbar__deliver .category-v2-active-filter__message {
  font-size: 13px;
}

.category-v2-active-filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 14px;
  border-radius: 8px;
  border: 1px solid #f0d4dc;
  background: #fff8fa;
  color: #374151;
}

.category-v2-active-filter--price {
  border-color: #e8d4f0;
  background: #faf5ff;
}

.category-v2-active-filter--delivery {
  border-color: #d4e8f0;
  background: #f5fafc;
}

.category-v2-active-filter__message {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  flex: 1 1 auto;
}

.category-v2-active-filter__clear {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  color: #6b7280;
  text-decoration: none;
  font-size: 22px;
  line-height: 1;
  transition: background-color 0.15s ease, color 0.15s ease;
}

.category-v2-active-filter__clear:hover,
.category-v2-active-filter__clear:focus {
  background: rgba(0, 0, 0, 0.06);
  color: #111827;
  text-decoration: none;
}

.category-v2-seo {
  background: #fff8fa;
  border: 1px solid #f5dce4;
  border-radius: 10px;
  padding: 14px;
  margin-top: 20px;
}

.category-v2-seo-more {
  margin: 18px 0;
}

.category-v2-seo-details {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 10px;
  padding: 10px 14px;
}

.category-v2-seo-details summary {
  cursor: pointer;
  font-weight: 600;
  color: #374151;
}

.category-v2-seo-body {
  margin-top: 10px;
  color: #4b5563;
}

@media (max-width: 1023px) {
  .category-v2-hero {
    padding: 28px 16px;
  }
}

/* Toolbar — desktop: Deliver to + pills + sort in one row; mobile stacks Deliver above */
.category-v2-toolbar {
  --category-v2-sortbar-bg: #ebebeb;
  --category-v2-tag-row-height: 28px;
  --category-v2-tag-gap: 6px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--gb-sp-3);
  margin-bottom: var(--gb-sp-3);
  padding: var(--gb-sp-3);
  background: var(--category-v2-sortbar-bg);
  border-radius: var(--gb-radius-lg);
  position: static;
  top: auto;
  z-index: auto;
}

.category-v2-toolbar__tools {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
  margin-bottom: 0;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: var(--gb-sp-3);
  padding: 0;
  background: transparent;
  border-radius: 0;
  position: static;
  top: auto;
}

/* Compact Deliver to ZIP */
.category-v2-deliver-zip {
  display: flex;
  align-items: center;
  min-width: 0;
}

.category-v2-deliver-zip__form {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  min-width: 0;
}

.category-v2-deliver-zip:not(.has-zip) .category-v2-deliver-zip__form,
.category-v2-deliver-zip.is-editing .category-v2-deliver-zip__form,
.category-v2-deliver-zip.has-error .category-v2-deliver-zip__form {
  display: inline-flex;
}

.category-v2-deliver-zip__fields {
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 8px;
  min-width: 0;
}

.category-v2-deliver-zip__error {
  flex: 1 1 100%;
  margin: 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #a12828;
}

.category-v2-deliver-zip__input.is-invalid {
  border-color: #a12828;
}

.category-v2-deliver-zip.has-zip:not(.is-editing) .category-v2-deliver-zip__confirmed {
  display: inline-flex;
}

.category-v2-deliver-zip__confirmed {
  display: none;
  align-items: center;
  flex-wrap: wrap;
  gap: 0 2px;
  margin: 0;
  font-size: 13px;
  line-height: 1.3;
  color: var(--gb-text, #1a1a1a);
}

.category-v2-deliver-zip__edit {
  appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--gb-primary, #b82779);
  font: inherit;
  font-weight: 600;
  text-decoration: underline;
  cursor: pointer;
}

.category-v2-deliver-zip__edit:hover,
.category-v2-deliver-zip__edit:focus {
  color: #9a1f63;
}

.category-v2-deliver-zip__label {
  flex-shrink: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
  color: var(--gb-text, #1a1a1a);
  white-space: nowrap;
}

.category-v2-deliver-zip__input {
  width: 7.5rem;
  max-width: 42vw;
  height: 36px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid var(--gb-border, #d1d5db);
  border-radius: var(--gb-radius-md, 6px);
  background: #fff;
  font-size: 13px;
  line-height: 1.2;
  color: var(--gb-text, #1a1a1a);
}

.category-v2-deliver-zip__input:focus {
  outline: none;
  border-color: var(--gb-primary, #b82779);
  box-shadow: 0 0 0 2px rgba(184, 39, 121, 0.15);
}

.category-v2-deliver-zip__go {
  flex-shrink: 0;
  height: 36px;
  margin: 0;
  padding: 0 14px;
  border: 0;
  border-radius: var(--gb-radius-md, 6px);
  background: var(--gb-primary, #b82779);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.category-v2-deliver-zip__go:hover,
.category-v2-deliver-zip__go:focus {
  background: #9a1f63;
}

.category-v2-toolbar__tags,
.category-v2-sortbar-tags {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-start;
  gap: var(--category-v2-tag-gap, var(--gb-sp-2));
  flex: 1 1 0;
  min-width: 0;
  margin-left: 0;
  min-height: var(--category-v2-tag-row-height);
  max-height: var(--category-v2-tag-row-height);
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  position: relative;
  z-index: 2;
  pointer-events: auto;
}

.category-v2-tag-pill-form {
  display: inline-flex;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  position: relative;
  z-index: 1;
  pointer-events: auto;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .category-v2-tag-pill-form.is-desktop-only {
    display: none;
  }
}

@media (min-width: 1024px) {
  .category-v2-toolbar {
    align-items: flex-start;
  }

  .category-v2-toolbar__tools {
    align-items: flex-start;
  }

  .category-v2-toolbar__tags,
  .category-v2-sortbar-tags {
    flex-wrap: wrap;
    align-content: flex-start;
    max-height: calc(
      (2 * var(--category-v2-tag-row-height)) + var(--category-v2-tag-gap, 6px)
    );
    overflow: hidden;
    -webkit-overflow-scrolling: auto;
  }

  .category-v2-sort-wrap {
    align-self: center;
  }
}

.category-v2-toolbar__tags .gb-tag-pill,
.category-v2-sortbar-tags .gb-tag-pill {
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  height: var(--category-v2-tag-row-height);
  padding: 0 12px;
  border: 1px solid var(--gb-border);
  border-radius: var(--gb-radius-full);
  background: var(--gb-surface);
  font-family: var(--gb-font-body);
  font-size: var(--gb-text-xs);
  font-weight: var(--gb-font-weight-medium);
  line-height: 1;
  color: var(--gb-text);
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  pointer-events: auto;
  position: relative;
  z-index: 1;
  transition: border-color var(--gb-transition), color var(--gb-transition), background var(--gb-transition);
}

.category-v2-toolbar__tags button.gb-tag-pill,
.category-v2-sortbar-tags button.gb-tag-pill {
  appearance: none;
  -webkit-appearance: none;
}

.category-v2-toolbar__tags .gb-tag-pill:hover,
.category-v2-toolbar__tags .gb-tag-pill:focus,
.category-v2-sortbar-tags .gb-tag-pill:hover,
.category-v2-sortbar-tags .gb-tag-pill:focus {
  border-color: var(--gb-primary);
  color: var(--gb-primary);
  text-decoration: none;
}

.category-v2-toolbar__tags .gb-tag-pill.is-active,
.category-v2-sortbar-tags .gb-tag-pill.is-active {
  border-color: var(--gb-primary);
  background: var(--gb-primary-light);
  color: var(--gb-primary);
}

.category-v2-sort-wrap {
  flex-shrink: 0;
  margin-left: auto;
  position: relative;
  z-index: 2;
}

.category-v2-sort-control {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--gb-border);
  border-radius: var(--gb-radius-md);
  background: var(--gb-surface);
  color: var(--gb-text);
  cursor: pointer;
}

.category-v2-sort-control:hover {
  border-color: var(--gb-primary);
  color: var(--gb-primary);
}

.category-v2-sort-icon {
  pointer-events: none;
  font-size: 16px;
  line-height: 1;
}

.category-v2-sort-select {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  max-width: none;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 16px; /* avoid iOS zoom on focus */
}

.category-v2-sort-select:focus {
  outline: none;
}

.category-v2-sort-control:focus-within {
  border-color: var(--gb-primary);
  box-shadow: 0 0 0 2px rgba(196, 30, 58, 0.15);
}

@media (max-width: 767px) {
  .category-v2-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0;
    background: transparent;
    border-radius: 0;
    position: static;
    top: auto;
  }

  .category-v2-toolbar__deliver,
  .category-v2-toolbar__tools {
    position: static;
    top: auto;
    z-index: auto;
    margin: 0;
    padding: var(--gb-sp-3);
    background: var(--category-v2-sortbar-bg, #ebebeb);
    border-radius: var(--gb-radius-lg);
    width: 100%;
    flex: none;
  }

  .category-v2-toolbar__tools {
    --category-v2-tag-row-height: 26px;
    gap: var(--gb-sp-3);
  }

  .category-v2-deliver-zip__input {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
  }

  .category-v2-toolbar__tags .gb-tag-pill,
  .category-v2-sortbar-tags .gb-tag-pill {
    height: 26px;
    padding: 0 10px;
    font-size: 11px;
  }

  .category-v2-sort-control {
    width: 32px;
    height: 32px;
  }

  .category-v2-sort-icon {
    font-size: 14px;
  }
}



/* Round 5c: FAQ + filter/sidebar nav restored to critical (reduce below-fold flash) */
.dc-faq-section {
  padding: 48px 16px 64px;
}
.dc-faq-section .dc-faq-inner {
  max-width: 900px;
  margin: 0 auto;
}
.dc-faq-section .dc-faq-heading {
  text-align: center;
  margin-bottom: 36px;
}
.dc-faq-section .dc-faq-grid {
  column-count: 1;
  column-gap: 40px;
}
@media (min-width: 768px) {
  .dc-faq-section .dc-faq-grid {
    column-count: 2;
  }
}
.dc-faq-section .dc-faq-grid .dc-faq-item {
  break-inside: avoid;
  margin-bottom: 24px;
}
.dc-faq-section .dc-faq-grid h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 8px;
  color: #111827;
}
.dc-faq-section .dc-faq-grid .dc-faq-answer,
.dc-faq-section .dc-faq-grid p {
  font-size: 14px;
  color: #4b5563;
  line-height: 1.6;
  margin: 0;
}

/* ==== Filters drawer + sidebar nav + FAQ accordion ==== */
/* Filter toolbar + mobile drawer (tablet/mobile < 1024px) */
.category-v2-grid-toolbar {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

.category-v2-filters-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  z-index: var(--dc-z-drawer-backdrop);
  border: 0;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

.category-v2-filters-backdrop.is-visible {
  display: block;
}

.category-v2-filter-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #111827;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.2;
}

.category-v2-filter-toggle .fa,
.category-v2-filter-toggle svg {
  font-size: 15px;
  width: 15px;
  height: 15px;
  color: #df3d82;
}

.category-v2-wishlist-icon {
  display: block;
  width: 18px;
  height: 18px;
}

.category-v2-sort-icon {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

.category-v2-faq-chevron {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.category-v2-nav-promo-icon {
  width: 18px;
  height: 18px;
  display: block;
}

.category-v2-sidebar-header {
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #e5e7eb;
}

.category-v2-sidebar-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.category-v2-filter-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #fff;
  color: #374151;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
}

.category-v2-filter-close:hover {
  border-color: #df3d82;
  color: #df3d82;
}

/* Left sidebar navigation (reference: new-category-pg-ui-v3) */
.category-v2-sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.category-v2-clear-filters-wrap {
  margin: 0;
}

.category-v2-clear-filters {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  color: var(--gb-primary, #b82779);
  text-decoration: underline;
  text-underline-offset: 2px;
}

.category-v2-clear-filters:hover,
.category-v2-clear-filters:focus {
  color: var(--gb-primary-dark, #8f1f60);
}

.category-v2-nav-section {
  margin: 0;
}

.category-v2-nav-heading {
  margin: 0 0 20px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--gb-border, #e8e8e8);
  font-family: var(--gb-font-body, Inter, sans-serif);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #1f2937;
}

.category-v2-delivery-order-within {
  margin: -8px 0 16px;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--gb-text-muted, #6b7280);
}

.category-v2-nav-list,
.category-v2-nav-checklist {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-v2-nav-item {
  margin: 0;
}

.category-v2-nav-link {
  display: inline-block;
  font-size: var(--gb-text-sm);
  line-height: var(--gb-line-height-relaxed);
  color: var(--gb-text-muted);
  text-decoration: none;
  transition: color 0.15s ease;
}

a.category-v2-nav-link:hover {
  color: var(--dc-header-primary, #b82779);
}

.category-v2-nav-item.is-active .category-v2-nav-link {
  color: var(--gb-primary);
  font-weight: var(--gb-font-weight-medium);
}

.category-v2-nav-check-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: var(--gb-text-sm);
  line-height: var(--gb-line-height-relaxed);
  color: var(--gb-text-muted);
  text-decoration: none;
  cursor: default;
}

label.category-v2-nav-check-item {
  cursor: pointer;
}

label.category-v2-nav-check-item:hover {
  color: var(--gb-text);
}

a.category-v2-nav-check-item {
  cursor: pointer;
}

a.category-v2-nav-check-item:hover {
  color: var(--gb-text);
}

.category-v2-price-filter-label {
  cursor: pointer;
}

.category-v2-price-filter-input {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
  border: 1px solid var(--dc-header-border, #e8e8e8);
  border-radius: 2px;
  background: #fff;
  cursor: pointer;
  accent-color: var(--dc-header-primary, #b82779);
  -webkit-appearance: none;
  appearance: none;
}

.category-v2-price-filter-input:checked {
  background: var(--dc-header-primary, #b82779) center / 10px 10px no-repeat;
  border-color: var(--dc-header-primary, #b82779);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 10'%3E%3Cpath fill='%23fff' d='M1 5.2 4.1 8.3 11 1.4' stroke='%23fff' stroke-width='1.4' fill='none'/%3E%3C/svg%3E");
}

.category-v2-card.is-price-filtered-out {
  display: none !important;
}

.category-v2-nav-check {
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  border: 1px solid var(--dc-header-border, #e8e8e8);
  border-radius: 2px;
  background: #fff;
  position: relative;
}

.category-v2-nav-check-item.is-selected .category-v2-nav-check::after {
  content: "";
  position: absolute;
  inset: 3px;
  background: var(--dc-header-primary, #b82779);
  border-radius: 1px;
}

.category-v2-nav-check-label {
  flex: 1 1 auto;
  min-width: 0;
}

.category-v2-nav-promo {
  background: #fff;
  border: 1px solid var(--dc-header-border, #e8e8e8);
  padding: 24px;
  text-align: center;
}

.category-v2-nav-promo-icon {
  display: block;
  margin: 0 auto 12px;
  font-size: 32px;
  line-height: 1;
  color: var(--dc-header-primary, #b82779);
}

.category-v2-nav-promo-title {
  margin: 0 0 8px;
}

.category-v2-nav-promo-text {
  margin: 0;
}

.category-v2-nav-promo-view-all {
  display: inline-block;
  margin-top: 6px;
  color: var(--dc-header-primary, #b82779);
  text-decoration: underline;
  font-weight: 600;
}

.category-v2-nav-promo-view-all:hover,
.category-v2-nav-promo-view-all:focus {
  text-decoration: none;
}

.category-v2-nav-promo-disclaimer {
  margin: 10px 0 0;
  font-size: 11px;
  line-height: 1.4;
  color: #6b6b6b;
}

/* FAQ accordion (reference: new-category-pg-ui-v3) */
.category-v2-faq-section {
  margin: 0 0 64px;
}

.category-v2-faq-heading {
  margin: 0 0 32px;
  padding: 0 0 16px;
  border-bottom: 1px solid var(--gb-border, #e8e8e8);
}

.category-v2-faq-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.category-v2-faq-card {
  border: 1px solid var(--dc-header-border, #e8e8e8);
  background: #fff;
  padding: 20px;
}

.category-v2-faq-summary {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-weight: var(--gb-font-weight-medium);
  color: var(--gb-text);
}

.category-v2-faq-summary::-webkit-details-marker {
  display: none;
}

.category-v2-faq-question {
  flex: 1 1 auto;
  min-width: 0;
  font-size: var(--gb-text-base);
  line-height: var(--gb-line-height-normal);
}

.category-v2-faq-chevron {
  flex: 0 0 auto;
  font-size: 16px;
  line-height: 1;
  color: rgba(26, 26, 26, 0.5);
  transition: transform 0.2s ease;
}

.category-v2-faq-card[open] .category-v2-faq-summary {
  margin-bottom: 12px;
}

.category-v2-faq-card[open] .category-v2-faq-chevron {
  transform: rotate(180deg);
}

.category-v2-faq-answer {
  margin: 0;
}

.category-v2-geo-block .category-v2-geo-card {
  font-size: var(--gb-text-base);
  line-height: var(--gb-line-height-relaxed);
  color: var(--gb-text);
}

.category-v2-geo-block .category-v2-geo-card p:last-child {
  margin-bottom: 0;
}

.category-v2-belowcatalog-legacy {
  margin: 0 0 64px;
}

.category-v2-belowcatalog-legacy-inner {
  font-size: var(--gb-text-base);
  line-height: var(--gb-line-height-relaxed);
  color: var(--gb-text);
}



/* Round 5b/5c — sidebar layout gates (must stay critical for mobile CLS) */
@media (max-width: 1023px) {
  .category-v2-layout {
    flex-direction: column;
  }

  .category-v2-sidebar {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: min(360px, 92vw);
    height: 100vh;
    overflow-y: auto;
    margin: 0;
    padding: 16px;
    background: #fff;
    z-index: var(--dc-z-drawer-panel);
    box-shadow: 4px 0 24px rgba(0, 0, 0, 0.12);
  }

  .category-v2-sidebar-header {
    display: flex;
  }

  #category-v2-page.category-v2-filters-open .category-v2-sidebar,
  #category-v4-page.category-v2-filters-open .category-v2-sidebar {
    display: block;
  }

  body.category-v2-filters-open {
    overflow: hidden;
  }
}

@media (min-width: 1024px) {
  .category-v2-filter-toggle,
  .category-v2-grid-toolbar {
    display: none;
  }

  .category-v2-sidebar {
    display: block !important;
    position: static !important;
    width: 300px;
    height: auto;
    box-shadow: none;
  }

  .category-v2-sidebar-header {
    display: none !important;
  }
}

/* GEO answer + expertise (category-v2 class language) */
.category-v2-page .tk-geo-answer,
.category-v2-page .category-v2-geo-answer {
  margin: 0 auto;
  font: 400 var(--tk-text-md, 1rem)/1.55 var(--tk-font-body, inherit);
  color: var(--tk-color-ink, #1a1a1a);
}
.category-v2-page .tk-geo-answer--fallback {
  font-style: normal;
  color: var(--tk-color-ink-muted, #5c5c5c);
}
.category-v2-page .tk-expertise:empty {
  display: none;
}
.category-v2-page .tk-expertise:not(:empty) {
  max-width: 1320px;
  margin: 1.5rem auto;
  padding: 0 1rem;
}
.category-v2-page .category-v2-mobilebar {
  background: var(--tk-color-surface, #fff);
  border-top: 1px solid var(--tk-color-border, #e8e8e8);
}

/* Vendor earliest delivery under product price */
.category-v2-card-delivery {
  margin: 6px 0 0;
  padding: 0;
  font-size: 12px;
  line-height: 1.35;
  color: #6b7280;
  display: none;
}
.category-v2-card-delivery__method {
  color: #4b5563;
}


/* Round 5/5c: legacy OC grid remains in deferred/category.css */

