/** Shopify CDN: Minification failed

Line 1246:0 All "@import" rules must come first

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:pnx-about-us (INDEX:47) */
/* ══════════════════════════════════════
   PNX — About Us Page
   pnx-about-us.liquid
   ══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pnxa-wrap { font-family: 'Montserrat', sans-serif; }

/* ── Hero ── */
.pnxa-hero {
  background: #111;
  position: relative; overflow: hidden;
  padding: 64px 0 60px;
}
.pnxa-hero::before {
  content: '';
  position: absolute; right: -80px; top: -100px;
  width: 500px; height: 500px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,.2) 0%, transparent 70%);
  pointer-events: none;
}
.pnxa-hero::after {
  content: 'ABOUT';
  position: absolute; right: 0; bottom: -30px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 160px; font-weight: 700; letter-spacing: 12px;
  color: rgba(255,255,255,.03); line-height: 1;
  pointer-events: none; white-space: nowrap;
}
.pnxa-hero-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 48px;
  position: relative; z-index: 1;
}
.pnxa-eyebrow {
  display: block;
  font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--pnxa-accent);
  border-left: 3px solid var(--pnxa-accent); padding-left: 12px;
  margin-bottom: 14px;
}
.pnxa-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px; font-weight: 600; color: #fff;
  line-height: 1.05; margin: 0 0 10px; letter-spacing: .5px;
}
.pnxa-hero-sub {
  font-size: 13px; font-weight: 300; color: rgba(255,255,255,.5);
  letter-spacing: .3px;
}
.pnxa-hero-stats {
  display: flex; align-items: center; gap: 28px; flex-shrink: 0;
}
.pnxa-stat { text-align: center; }
.pnxa-stat-val {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 700; color: #fff; line-height: 1;
}
.pnxa-stat-lbl {
  display: block;
  font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.35); margin-top: 4px;
}
.pnxa-stat-sep { width: 1px; height: 44px; background: rgba(255,255,255,.12); }

/* ── Common section labels ── */
.pnxa-section-tag {
  display: block;
  font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--pnxa-accent); margin-bottom: 8px;
}
.pnxa-section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 38px; font-weight: 600; color: var(--pnxa-black);
  line-height: 1.15; margin: 0 0 20px; letter-spacing: .3px;
}

/* ── Story ── */
.pnxa-story-wrap {
  padding: 80px 0;
  background: #fff;
  border-bottom: 1px solid var(--pnxa-border);
}
.pnxa-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 72px; align-items: center;
}
.pnxa-story-img-box {
  position: relative;
}
.pnxa-story-img {
  width: 100%; height: 100%;
  object-fit: cover; display: block;
  border-radius: 4px;
  aspect-ratio: 4 / 5;
}
.pnxa-story-img-placeholder {
  aspect-ratio: 4 / 5;
  background: #111;
  border-radius: 4px;
  display: flex; align-items: center; justify-content: center;
  position: relative; overflow: hidden;
}
.pnxa-story-img-placeholder::before {
  content: '';
  position: absolute; right: -40px; bottom: -40px;
  width: 200px; height: 200px; border-radius: 50%;
  background: rgba(200,16,46,.2);
}
.pnxa-placeholder-inner {
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  position: relative; z-index: 1;
}
.pnxa-pl-logo {
  position: relative;
  width: 80px; height: 80px;
  border: 3px solid var(--pnxa-accent); border-radius: 12px;
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.pnxa-pl-pm {
  font-family: 'Cormorant Garamond', serif;
  font-size: 32px; font-weight: 700; color: #fff;
  position: relative; z-index: 2;
}
.pnxa-pl-x {
  position: absolute; right: -6px; bottom: -6px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 56px; font-weight: 700; color: var(--pnxa-accent);
  line-height: 1; opacity: .9;
}
.pnxa-pl-name {
  font-family: 'Cormorant Garamond', serif;
  font-size: 24px; font-weight: 700; color: #fff; letter-spacing: 3px;
}
.pnxa-pl-since {
  font-size: 11px; font-weight: 300; color: rgba(255,255,255,.45);
  letter-spacing: 2px; text-transform: uppercase;
}
.pnxa-story-badge {
  position: absolute; bottom: -20px; right: -20px;
  background: var(--pnxa-accent); color: #fff;
  width: 100px; height: 100px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 4px 24px rgba(200,16,46,.35);
}
.pnxa-story-badge-val {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 700; line-height: 1;
}
.pnxa-story-badge-lbl {
  font-size: 8px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  opacity: .85; text-align: center; padding: 0 8px; line-height: 1.3; margin-top: 3px;
}

.pnxa-story-body {
  font-size: 13px; color: var(--pnxa-gray); line-height: 1.9;
  letter-spacing: .2px; margin-bottom: 28px;
}
.pnxa-story-body p { margin-bottom: 14px; }
.pnxa-story-body p:last-child { margin-bottom: 0; }
.pnxa-story-body strong { color: var(--pnxa-black); font-weight: 600; }

.pnxa-cta-btn {
  display: inline-flex; align-items: center; gap: 8px;
  background: var(--pnxa-accent); color: #fff;
  padding: 13px 28px; border-radius: 2px;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; transition: background .2s;
}
.pnxa-cta-btn:hover { background: var(--pnxa-accent-d); }

/* ── Why Us ── */
.pnxa-why-wrap {
  padding: 80px 0;
  background: var(--pnxa-bg);
  border-bottom: 1px solid var(--pnxa-border);
}
.pnxa-why-header {
  text-align: center; margin-bottom: 48px;
}
.pnxa-why-header .pnxa-section-tag { display: block; }
.pnxa-why-header .pnxa-section-title { margin-bottom: 0; }
.pnxa-why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
.pnxa-why-card {
  background: #fff;
  border: 1px solid var(--pnxa-border);
  border-radius: 4px; padding: 28px 24px;
  position: relative; overflow: hidden;
  transition: border-color .3s, box-shadow .3s, transform .3s;
}
.pnxa-why-card::before {
  content: '';
  position: absolute; top: 0; left: 0;
  width: 3px; height: 100%;
  background: var(--pnxa-accent);
  transform: scaleY(0); transform-origin: top;
  transition: transform .3s;
}
.pnxa-why-card:hover {
  border-color: var(--pnxa-accent);
  box-shadow: 0 8px 40px rgba(0,0,0,.08);
  transform: translateY(-4px);
}
.pnxa-why-card:hover::before { transform: scaleY(1); }
.pnxa-why-icon {
  font-size: 32px; margin-bottom: 14px; display: block;
}
.pnxa-why-title {
  font-size: 16px; font-weight: 700; color: var(--pnxa-black);
  margin-bottom: 8px; letter-spacing: .3px;
}
.pnxa-why-desc {
  font-size: 12px; color: var(--pnxa-gray); line-height: 1.8;
}

/* ── Fact Sheet ── */
.pnxa-facts-wrap {
  padding: 80px 0;
  background: #fff;
  border-bottom: 1px solid var(--pnxa-border);
}
.pnxa-facts-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 72px; align-items: start;
}
.pnxa-facts-intro {
  font-size: 13px; color: var(--pnxa-gray); line-height: 1.8;
  margin-bottom: 24px;
}
.pnxa-table {
  width: 100%; border-collapse: collapse;
}
.pnxa-table tr {
  border-bottom: 1px solid var(--pnxa-warm);
  transition: background .15s;
}
.pnxa-table tr:last-child { border-bottom: none; }
.pnxa-table tr:hover { background: #fafafa; }
.pnxa-table td {
  padding: 11px 0; font-size: 11px; vertical-align: top; line-height: 1.6;
}
.pnxa-table td:first-child {
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pnxa-gray); width: 40%; padding-right: 20px;
}
.pnxa-table td:last-child {
  color: var(--pnxa-black); font-weight: 500;
}

/* Address card */
.pnxa-address-card, .pnxa-contact-card {
  background: var(--pnxa-bg);
  border: 1px solid var(--pnxa-border);
  border-radius: 4px; padding: 24px;
  margin-bottom: 16px;
}
.pnxa-address-header {
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pnxa-black); margin-bottom: 14px;
}
.pnxa-address-name {
  font-size: 14px; font-weight: 700; color: var(--pnxa-black); margin-bottom: 6px;
}
.pnxa-address-text {
  font-size: 12px; color: var(--pnxa-gray); line-height: 1.8; margin-bottom: 14px;
}
.pnxa-maps-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pnxa-accent); text-decoration: none;
  border: 1px solid var(--pnxa-accent); padding: 7px 14px; border-radius: 1px;
  transition: all .2s;
}
.pnxa-maps-btn:hover { background: var(--pnxa-accent); color: #fff; }

.pnxa-contact-row {
  display: flex; align-items: flex-start; gap: 12px;
  padding: 10px 0; border-bottom: 1px solid var(--pnxa-warm);
}
.pnxa-contact-row:last-child { border-bottom: none; padding-bottom: 0; }
.pnxa-contact-row svg { flex-shrink: 0; margin-top: 2px; color: var(--pnxa-gray); }
.pnxa-contact-label {
  display: block; font-size: 9px; font-weight: 700; letter-spacing: 1.5px;
  text-transform: uppercase; color: var(--pnxa-gray); margin-bottom: 2px;
}
.pnxa-contact-val {
  font-size: 13px; font-weight: 600; color: var(--pnxa-black);
  text-decoration: none; transition: color .2s;
}
.pnxa-contact-val:hover { color: var(--pnxa-accent); }

/* ── Product Categories ── */
.pnxa-cats-wrap {
  padding: 80px 0;
  background: var(--pnxa-bg);
  border-bottom: 1px solid var(--pnxa-border);
}
.pnxa-cats-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px; margin-top: 8px;
}
.pnxa-cat-item {
  background: #fff;
  border: 1px solid var(--pnxa-border); border-radius: 3px;
  padding: 20px 14px;
  display: flex; flex-direction: column; align-items: center;
  gap: 10px; text-align: center;
  transition: all .3s; cursor: default;
}
.pnxa-cat-item:hover {
  border-color: var(--pnxa-accent);
  box-shadow: 0 4px 20px rgba(0,0,0,.08);
  transform: translateY(-3px);
}
.pnxa-cat-icon { font-size: 28px; }
.pnxa-cat-name {
  font-size: 10px; font-weight: 600; letter-spacing: .5px;
  color: var(--pnxa-black); line-height: 1.4;
}

/* ── CTA Banner ── */
.pnxa-cta-wrap {
  padding: 64px 0;
  background: #fff;
}
.pnxa-cta-banner {
  background: #111;
  border-radius: 6px; padding: 48px 52px;
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px;
  position: relative; overflow: hidden;
}
.pnxa-cta-banner::before {
  content: '';
  position: absolute; right: -60px; top: -60px;
  width: 280px; height: 280px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,.28) 0%, transparent 70%);
}
.pnxa-cta-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px; font-weight: 600; color: #fff;
  line-height: 1.2; margin-bottom: 10px;
}
.pnxa-cta-desc {
  font-size: 12px; color: rgba(255,255,255,.5); line-height: 1.8;
}
.pnxa-cta-actions {
  display: flex; gap: 12px; flex-shrink: 0;
  position: relative; z-index: 1;
}
.pnxa-cta-btn-primary {
  background: var(--pnxa-accent); color: #fff;
  padding: 13px 28px; border-radius: 2px;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; transition: background .2s; white-space: nowrap;
}
.pnxa-cta-btn-primary:hover { background: var(--pnxa-accent-d); }
.pnxa-cta-btn-secondary {
  border: 1.5px solid rgba(255,255,255,.3); color: #fff;
  padding: 13px 28px; border-radius: 2px;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  text-decoration: none; transition: all .2s; white-space: nowrap;
}
.pnxa-cta-btn-secondary:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ── Responsive ── */
@media (max-width: 1100px) {
  .pnxa-cats-grid { grid-template-columns: repeat(4, 1fr); }
  .pnxa-why-grid  { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 860px) {
  .pnxa-hero-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .pnxa-hero-title { font-size: 40px; }
  .pnxa-hero-stats { flex-wrap: wrap; gap: 20px; }
  .pnxa-stat-sep  { display: none; }
  .pnxa-story-grid,
  .pnxa-facts-grid { grid-template-columns: 1fr; gap: 40px; }
  .pnxa-story-badge { right: 12px; bottom: 12px; width: 80px; height: 80px; }
  .pnxa-story-badge-val { font-size: 20px; }
  .pnxa-cats-grid { grid-template-columns: repeat(3, 1fr); }
  .pnxa-cta-banner { flex-direction: column; align-items: flex-start; padding: 36px 28px; }
  .pnxa-cta-title { font-size: 26px; }
  .pnxa-section-title { font-size: 30px; }
}
@media (max-width: 580px) {
  .pnxa-cats-grid { grid-template-columns: repeat(2, 1fr); }
  .pnxa-why-grid  { grid-template-columns: 1fr; }
  .pnxa-hero-title { font-size: 32px; }
  .pnxa-cta-actions { flex-direction: column; width: 100%; }
  .pnxa-cta-btn-primary,
  .pnxa-cta-btn-secondary { text-align: center; }
}
/* END_SECTION:pnx-about-us */

/* START_SECTION:pnx-collection-list (INDEX:51) */
/* ══════════════════════════════════════
   PNX — Collection List Page
   pnx-collection-list.liquid
   ══════════════════════════════════════ */

/* ── Hero ── */
.pnxcl-hero {
  background: #111111;
  position: relative;
  overflow: hidden;
}
.pnxcl-hero::before {
  content: '';
  position: absolute; right: -60px; top: -80px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,.18) 0%, transparent 70%);
  pointer-events: none;
}
.pnxcl-hero::after {
  content: 'CATALOGUE';
  position: absolute; right: 60px; bottom: -20px;
  font-size: 120px; font-weight: 700; letter-spacing: 8px;
  color: rgba(255,255,255,.03); line-height: 1; pointer-events: none;
  white-space: nowrap;
}
.pnxcl-hero-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px;
  position: relative; z-index: 1;
}
.pnxcl-hero-tag {
  display: block;
  font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--pnxcl-accent);
  border-left: 3px solid var(--pnxcl-accent); padding-left: 10px;
  margin-bottom: 12px;
}
.pnxcl-hero-title {
  font-size: 52px; font-weight: 600; color: #fff;
  line-height: 1.05; margin: 0 0 12px; letter-spacing: .5px;
}
.pnxcl-hero-desc {
  font-size: 12px; font-weight: 300; color: rgba(255,255,255,.5);
  letter-spacing: .3px; line-height: 1.9; max-width: 480px;
}
.pnxcl-hero-stats {
  display: flex; align-items: center; gap: 28px; flex-shrink: 0;
}
.pnxcl-stat { display: flex; flex-direction: column; gap: 3px; text-align: center; }
.pnxcl-stat-val {
  font-size: 30px; font-weight: 700; color: #fff;
  line-height: 1; font-family: Georgia, serif;
}
.pnxcl-stat-lbl {
  font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.35);
}
.pnxcl-stat-sep { width: 1px; height: 40px; background: rgba(255,255,255,.12); }

/* ── Section header ── */
.pnxcl-section-header {
  display: flex; align-items: flex-start;
  justify-content: space-between; gap: 32px;
  margin-bottom: 36px;
}
.pnxcl-section-tag {
  display: block;
  font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--pnxcl-accent); margin-bottom: 6px;
}
.pnxcl-section-title {
  font-size: 34px; font-weight: 600; color: var(--pnxcl-black);
  letter-spacing: .3px; line-height: 1.1; margin: 0;
}
.pnxcl-section-desc {
  font-size: 12px; color: var(--pnxcl-gray); line-height: 1.8;
  max-width: 400px; margin-top: 4px;
}

/* ── Grid ── */
.pnxcl-grid {
  display: grid;
  gap: var(--pnxcl-gap, 24px);
}
.pnxcl-cols-2 { grid-template-columns: repeat(2, 1fr); }
.pnxcl-cols-3 { grid-template-columns: repeat(3, 1fr); }
.pnxcl-cols-4 { grid-template-columns: repeat(4, 1fr); }
.pnxcl-cols-5 { grid-template-columns: repeat(5, 1fr); }

/* Featured card spans 2 cols */
.pnxcl-card--featured {
  grid-column: span 2;
}

/* ── Card base ── */
.pnxcl-card {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  transition: transform .3s, box-shadow .3s;
}
.pnxcl-card:hover { transform: translateY(-4px); }

/* ── Image wrapper ── */
.pnxcl-img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1; /* overridden by section style */
  background: var(--pnxcl-warm);
  text-decoration: none;
}
.pnxcl-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center;
  display: block;
  transition: transform .5s ease;
}
.pnxcl-card:hover .pnxcl-img { transform: scale(1.04); }

.pnxcl-img-placeholder {
  width: 100%; height: 100%;
  display: flex; align-items: center; justify-content: center;
  opacity: .12;
}
.pnxcl-placeholder-svg { width: 50%; height: 50%; }

/* ── Overlay gradient ── */
.pnxcl-overlay-bg {
  position: absolute; inset: 0;
  background: linear-gradient(to top, rgba(0,0,0,.65) 0%, rgba(0,0,0,.1) 50%, transparent 100%);
  transition: opacity .3s;
}
.pnxcl-card:hover .pnxcl-overlay-bg { opacity: .85; }

/* ── Badge ── */
.pnxcl-badge {
  position: absolute; top: 14px; left: 14px; z-index: 2;
  font-size: 8px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 1px; color: #fff;
}
.pnxcl-badge--featured { background: var(--pnxcl-accent); }

/* ══════════════════════════════════════
   CARD STYLES
   ══════════════════════════════════════ */

/* ── Style: overlay (text on image) ── */
.pnxcl-style-overlay .pnxcl-card-info {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 20px 20px 22px;
  z-index: 2;
}
.pnxcl-style-overlay .pnxcl-card-img-wrap,
.pnxcl-style-overlay .pnxcl-img-wrap { display: block; }

.pnxcl-style-overlay .pnxcl-eyebrow {
  font-size: 9px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase;
  color: rgba(255,255,255,.6); display: block; margin-bottom: 4px;
}
.pnxcl-style-overlay .pnxcl-card-title {
  font-size: 20px; font-weight: 600; margin: 0 0 6px; line-height: 1.2;
}
.pnxcl-style-overlay .pnxcl-card-title a {
  color: #fff; text-decoration: none;
}
.pnxcl-style-overlay .pnxcl-count {
  font-size: 10px; color: rgba(255,255,255,.6);
  letter-spacing: .5px; display: block; margin-bottom: 6px;
}
.pnxcl-style-overlay .pnxcl-card-desc {
  font-size: 11px; color: rgba(255,255,255,.65); line-height: 1.6;
  margin-bottom: 12px; display: none;
}
.pnxcl-card:hover .pnxcl-style-overlay .pnxcl-card-desc,
.pnxcl-style-overlay .pnxcl-card:hover .pnxcl-card-desc { display: block; }
.pnxcl-style-overlay .pnxcl-card-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: #fff; text-decoration: none;
  border-bottom: 1.5px solid rgba(255,255,255,.5);
  padding-bottom: 2px; transition: border-color .2s;
}
.pnxcl-style-overlay .pnxcl-card-btn:hover { border-color: var(--pnxcl-accent); color: var(--pnxcl-accent); }

/* ── Style: card (text below image) ── */
.pnxcl-style-card .pnxcl-card {
  background: #fff;
  border: 1px solid var(--pnxcl-border);
  box-shadow: none;
}
.pnxcl-style-card .pnxcl-card:hover {
  border-color: var(--pnxcl-accent);
  box-shadow: 0 8px 40px rgba(0,0,0,.09);
}
.pnxcl-style-card .pnxcl-overlay-bg { display: none; }
.pnxcl-style-card .pnxcl-card-info {
  padding: 16px 18px 18px;
}
.pnxcl-style-card .pnxcl-eyebrow {
  font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pnxcl-accent); display: block; margin-bottom: 4px;
}
.pnxcl-style-card .pnxcl-card-title {
  font-size: 17px; font-weight: 600; margin: 0 0 5px; line-height: 1.3;
}
.pnxcl-style-card .pnxcl-card-title a {
  color: var(--pnxcl-black); text-decoration: none; transition: color .2s;
}
.pnxcl-style-card .pnxcl-card-title a:hover { color: var(--pnxcl-accent); }
.pnxcl-style-card .pnxcl-count {
  font-size: 10px; color: var(--pnxcl-gray); display: block; margin-bottom: 8px;
}
.pnxcl-style-card .pnxcl-card-desc {
  font-size: 11px; color: var(--pnxcl-gray); line-height: 1.7; margin-bottom: 14px;
}
.pnxcl-style-card .pnxcl-card-btn {
  display: inline-flex; align-items: center; gap: 6px;
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pnxcl-accent); text-decoration: none;
  border: 1px solid var(--pnxcl-accent); padding: 7px 16px; border-radius: 1px;
  transition: all .2s;
}
.pnxcl-style-card .pnxcl-card-btn:hover { background: var(--pnxcl-accent); color: #fff; }

/* ── Style: minimal (clean lines) ── */
.pnxcl-style-minimal .pnxcl-overlay-bg { display: none; }
.pnxcl-style-minimal .pnxcl-img { transition: transform .5s ease, filter .3s; }
.pnxcl-style-minimal .pnxcl-card:hover .pnxcl-img { filter: brightness(.88); }
.pnxcl-style-minimal .pnxcl-card-info {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: rgba(255,255,255,.96);
  border-top: 3px solid var(--pnxcl-accent);
  padding: 14px 18px;
  transform: translateY(0);
  transition: all .3s;
}
.pnxcl-style-minimal .pnxcl-eyebrow { display: none; }
.pnxcl-style-minimal .pnxcl-card-title {
  font-size: 15px; font-weight: 700; margin: 0;
  display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.pnxcl-style-minimal .pnxcl-card-title a { color: var(--pnxcl-black); text-decoration: none; }
.pnxcl-style-minimal .pnxcl-count {
  font-size: 10px; color: var(--pnxcl-gray); display: block; margin-top: 3px;
}
.pnxcl-style-minimal .pnxcl-card-desc { display: none; }
.pnxcl-style-minimal .pnxcl-card-btn {
  display: flex; align-items: center; justify-content: center;
  width: 30px; height: 30px; flex-shrink: 0;
  background: var(--pnxcl-accent); color: #fff;
  border-radius: 50%; text-decoration: none;
  font-size: 14px; transition: background .2s;
}
.pnxcl-style-minimal .pnxcl-card-btn span { display: none; }
.pnxcl-style-minimal .pnxcl-card-btn:hover { background: var(--pnxcl-accent-d); }

/* ── Empty ── */
.pnxcl-empty {
  grid-column: 1 / -1; text-align: center; padding: 80px 20px;
}
.pnxcl-empty-icon { font-size: 48px; margin-bottom: 16px; opacity: .3; }
.pnxcl-empty-title { font-size: 22px; font-weight: 600; color: var(--pnxcl-black); margin-bottom: 8px; }
.pnxcl-empty-text { font-size: 12px; color: var(--pnxcl-gray); line-height: 1.8; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pnxcl-cols-5 { grid-template-columns: repeat(4, 1fr); }
  .pnxcl-hero-title { font-size: 42px; }
  .pnxcl-hero-stats { gap: 20px; }
  .pnxcl-stat-val { font-size: 24px; }
}
@media (max-width: 860px) {
  .pnxcl-hero-inner { flex-direction: column; align-items: flex-start; gap: 24px; }
  .pnxcl-hero-title { font-size: 34px; }
  .pnxcl-hero-stats { display: none; }
  .pnxcl-cols-4,
  .pnxcl-cols-5 { grid-template-columns: repeat(3, 1fr); }
  .pnxcl-card--featured { grid-column: span 1; }
  .pnxcl-section-header { flex-direction: column; gap: 10px; }
}
@media (max-width: 640px) {
  .pnxcl-cols-3,
  .pnxcl-cols-4,
  .pnxcl-cols-5 { grid-template-columns: repeat(2, 1fr); }
  .pnxcl-hero-title { font-size: 28px; }
  .pnxcl-section-title { font-size: 26px; }
}
@media (max-width: 400px) {
  .pnxcl-cols-2,
  .pnxcl-cols-3,
  .pnxcl-cols-4,
  .pnxcl-cols-5 { grid-template-columns: repeat(2, 1fr); }
}
/* END_SECTION:pnx-collection-list */

/* START_SECTION:pnx-collection (INDEX:52) */
/* ══════════════════════════════════════
   PNX — Collection Page
   pnx-collection.liquid
   ══════════════════════════════════════ */

/* ── Hero ── */
.pnxc-hero {
  background: #111111;
  position: relative;
  overflow: hidden;
}
.pnxc-hero::before {
  content: '';
  position: absolute; right: -60px; top: -80px;
  width: 420px; height: 420px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,.18) 0%, transparent 70%);
  pointer-events: none;
}
.pnxc-hero-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  position: relative; z-index: 1;
}
.pnxc-hero-tag {
  display: block;
  font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--pnxc-accent); border-left: 3px solid var(--pnxc-accent);
  padding-left: 10px; margin-bottom: 12px;
}
.pnxc-hero-title {
  font-size: 48px; font-weight: 600;
  color: #fff; line-height: 1.05; margin: 0 0 12px; letter-spacing: .5px;
}
.pnxc-hero-desc {
  font-size: 12px; font-weight: 300; color: rgba(255,255,255,.5);
  letter-spacing: .3px; line-height: 1.9; max-width: 480px;
}
.pnxc-hero-stats {
  display: flex; align-items: center; gap: 24px; flex-shrink: 0;
}
.pnxc-stat { display: flex; flex-direction: column; gap: 3px; text-align: center; }
.pnxc-stat-val {
  font-size: 28px; font-weight: 700; color: #fff; line-height: 1;
  font-family: Georgia, serif;
}
.pnxc-stat-lbl {
  font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: rgba(255,255,255,.35);
}
.pnxc-stat-sep { width: 1px; height: 36px; background: rgba(255,255,255,.12); }

/* ── Toolbar ── */
.pnxc-toolbar {
  background: #fff;
  border-bottom: 1px solid var(--pnxc-border);
  position: sticky; top: 0; z-index: 200;
  width: 100%;
}
.pnxc-toolbar-inner {
  display: flex; align-items: center;
  height: 54px; gap: 0;
  width: 100%; box-sizing: border-box;
}
.pnxc-cat-pills {
  display: flex; align-items: center;
  flex: 1; overflow-x: auto; scrollbar-width: none;
}
.pnxc-cat-pills::-webkit-scrollbar { display: none; }
.pnxc-cat-pill {
  height: 54px; padding: 0 18px;
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pnxc-gray); text-decoration: none; white-space: nowrap;
  border-bottom: 2px solid transparent; transition: all .2s; display: flex; align-items: center;
}
.pnxc-cat-pill:hover { color: var(--pnxc-black); }
.pnxc-cat-pill.active { color: var(--pnxc-accent); border-bottom-color: var(--pnxc-accent); }

.pnxc-toolbar-right {
  display: flex; align-items: center; gap: 12px;
  border-left: 1px solid var(--pnxc-border); padding-left: 16px; flex-shrink: 0;
}
.pnxc-count {
  font-size: 10px; font-weight: 500; color: var(--pnxc-gray); white-space: nowrap;
}
.pnxc-sort-select {
  font-size: 10px; font-weight: 600; letter-spacing: .5px;
  color: var(--pnxc-black); background: transparent;
  border: 1px solid var(--pnxc-border); border-radius: 2px;
  padding: 7px 10px; cursor: pointer; outline: none; transition: border-color .2s;
}
.pnxc-sort-select:focus { border-color: var(--pnxc-accent); }
.pnxc-view-toggle { display: flex; gap: 3px; }
.pnxc-view-btn {
  width: 32px; height: 32px;
  display: flex; align-items: center; justify-content: center;
  background: transparent; border: 1px solid var(--pnxc-border); border-radius: 2px;
  cursor: pointer; color: var(--pnxc-gray); transition: all .2s;
}
.pnxc-view-btn.active,
.pnxc-view-btn:hover { background: var(--pnxc-accent); color: #fff; border-color: var(--pnxc-accent); }

/* ── Layout — full width always ── */
.pnxc-layout { display: grid; grid-template-columns: 1fr; }

/* ── Sidebar Drawer ── */
.pnxc-sidebar {
  position: fixed;
  top: 0; right: -360px;
  width: 340px;
  height: 100vh;
  background: #fff;
  z-index: 900;
  display: flex; flex-direction: column;
  box-shadow: -4px 0 40px rgba(0,0,0,.15);
  transition: right .35s cubic-bezier(.4,0,.2,1);
  border-left: 2px solid var(--pnxc-accent);
}
.pnxc-sidebar.open { right: 0; }

.pnxc-sidebar-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 18px 20px; border-bottom: 1px solid var(--pnxc-border);
  flex-shrink: 0;
}
.pnxc-sidebar-title {
  display: flex; align-items: center; gap: 8px;
  font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pnxc-black);
}
.pnxc-sidebar-close {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--pnxc-border); background: transparent;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--pnxc-gray); transition: all .2s;
}
.pnxc-sidebar-close:hover { border-color: var(--pnxc-accent); color: var(--pnxc-accent); }

.pnxc-sidebar-body {
  flex: 1; overflow-y: auto; padding: 20px 20px 0;
  scrollbar-width: thin; scrollbar-color: var(--pnxc-warm) transparent;
}

.pnxc-sidebar-footer {
  padding: 16px 20px;
  border-top: 1px solid var(--pnxc-border);
  display: flex; align-items: center; gap: 12px;
  flex-shrink: 0;
}
.pnxc-sidebar-apply {
  flex: 1; background: var(--pnxc-accent); color: #fff; border: none;
  padding: 12px; font-size: 10px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: background .2s;
}
.pnxc-sidebar-apply:hover { background: var(--pnxc-accent-d); }
.pnxc-sidebar-reset {
  font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--pnxc-gray); text-decoration: none; transition: color .2s;
}
.pnxc-sidebar-reset:hover { color: var(--pnxc-accent); }

/* Active filters */
.pnxc-active-filters { margin-bottom: 20px; }
.pnxc-af-label {
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pnxc-gray); margin-bottom: 8px;
}
.pnxc-af-tags { display: flex; flex-wrap: wrap; gap: 6px; margin-bottom: 8px; }
.pnxc-af-tag {
  display: flex; align-items: center; gap: 5px;
  background: #fff0f3; border: 1px solid var(--pnxc-accent);
  border-radius: 2px; padding: 4px 10px;
  font-size: 10px; font-weight: 500; color: var(--pnxc-accent); text-decoration: none;
}
.pnxc-af-tag span { font-size: 10px; }
.pnxc-af-clear {
  font-size: 10px; font-weight: 600; letter-spacing: .5px;
  color: var(--pnxc-accent); text-decoration: underline; cursor: pointer;
}

/* Filter sections */
.pnxc-filter-empty {
  font-size: 11px; color: var(--pnxc-gray); line-height: 1.7; padding: 8px 0;
}

/* Filter toggle button in toolbar */
.pnxc-filter-toggle-btn {
  display: flex; align-items: center; gap: 7px;
  background: transparent; border: 1.5px solid var(--pnxc-border);
  border-radius: 2px; padding: 7px 14px;
  font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pnxc-black); cursor: pointer; transition: all .2s;
}
.pnxc-filter-toggle-btn:hover { border-color: var(--pnxc-accent); color: var(--pnxc-accent); }
.pnxc-toolbar-sep { width: 1px; height: 20px; background: var(--pnxc-border); }

.pnxc-filter-section { margin-bottom: 28px; }
.pnxc-filter-title {
  width: 100%;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--pnxc-black); background: transparent; border: none;
  cursor: pointer; padding: 0 0 8px; text-align: left;
  transition: color .2s;
}
.pnxc-filter-title:hover { color: var(--pnxc-accent); }
.pnxc-filter-title.collapsed svg { transform: rotate(-90deg); }
.pnxc-filter-title svg { transition: transform .3s; flex-shrink: 0; }
.pnxc-filter-divider { height: 1px; background: var(--pnxc-warm); margin-bottom: 14px; }
.pnxc-filter-body { display: flex; flex-direction: column; gap: 0; }

/* Checkbox */
.pnxc-filter-opt {
  display: flex; align-items: center; gap: 10px;
  padding: 6px 0; cursor: pointer;
}
.pnxc-filter-opt input[type="checkbox"] { display: none; }
.pnxc-check {
  width: 16px; height: 16px; border: 1.5px solid var(--pnxc-border);
  border-radius: 2px; display: flex; align-items: center; justify-content: center;
  transition: all .2s; flex-shrink: 0; background: #fff;
}
.pnxc-filter-opt input:checked + .pnxc-check {
  background: var(--pnxc-accent); border-color: var(--pnxc-accent);
}
.pnxc-filter-opt input:checked + .pnxc-check::after {
  content: ''; width: 4px; height: 7px;
  border-right: 1.5px solid #fff; border-bottom: 1.5px solid #fff;
  transform: rotate(45deg) translateY(-1px); display: block;
}
/* Radio button style */
.pnxc-filter-opt input[type="radio"] { display: none; }
.pnxc-radio {
  width: 16px; height: 16px; border: 1.5px solid var(--pnxc-border);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  transition: all .2s; flex-shrink: 0; background: #fff;
}
.pnxc-filter-opt input[type="radio"]:checked + .pnxc-radio {
  border-color: var(--pnxc-accent); background: var(--pnxc-accent);
}
.pnxc-filter-opt input[type="radio"]:checked + .pnxc-radio::after {
  content: ''; width: 5px; height: 5px; border-radius: 50%;
  background: #fff; display: block;
}
/* Tags scrollable if many */
.pnxc-tags-body {
  max-height: 220px; overflow-y: auto;
  scrollbar-width: thin; scrollbar-color: var(--pnxc-warm) transparent;
}
.pnxc-opt-label {
  font-size: 11px; font-weight: 500; color: var(--pnxc-black);
  transition: color .2s;
}
.pnxc-filter-opt:hover .pnxc-opt-label { color: var(--pnxc-accent); }

/* Price inputs */
.pnxc-price-inputs { display: flex; align-items: flex-end; gap: 8px; margin-bottom: 12px; }
.pnxc-price-field { display: flex; flex-direction: column; gap: 4px; flex: 1; }
.pnxc-price-field label { font-size: 9px; font-weight: 600; letter-spacing: 1px; color: var(--pnxc-gray); }
.pnxc-price-input {
  width: 100%; background: var(--pnxc-bg); border: 1px solid var(--pnxc-border);
  border-radius: 2px; padding: 8px 10px; font-size: 12px; color: var(--pnxc-black);
  outline: none; transition: border-color .2s;
}
.pnxc-price-input:focus { border-color: var(--pnxc-accent); }
.pnxc-price-sep { font-size: 14px; color: var(--pnxc-gray); padding-bottom: 8px; flex-shrink: 0; }
.pnxc-price-apply {
  width: 100%; background: var(--pnxc-black); color: #fff; border: none;
  padding: 9px; font-size: 10px; font-weight: 600; letter-spacing: 1.5px;
  text-transform: uppercase; cursor: pointer; border-radius: 2px; transition: background .2s;
}
.pnxc-price-apply:hover { background: var(--pnxc-accent); }

/* Badge pills */
.pnxc-badge-filters { display: flex; flex-wrap: wrap; gap: 7px; }
.pnxc-badge-pill {
  font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 6px 12px; border: 1.5px solid var(--pnxc-border); border-radius: 2px;
  color: var(--pnxc-gray); text-decoration: none; transition: all .2s;
}
.pnxc-badge-pill:hover { border-color: var(--pnxc-black); color: var(--pnxc-black); }
.pnxc-badge-pill.active { background: var(--pnxc-accent); border-color: var(--pnxc-accent); color: #fff; }

/* Sidebar CTA */
.pnxc-sidebar-cta {
  background: var(--pnxc-black); border-radius: 4px;
  padding: 22px 18px; margin-top: 8px; position: relative; overflow: hidden;
}
.pnxc-sidebar-cta::before {
  content: ''; position: absolute; right: -20px; bottom: -20px;
  width: 90px; height: 90px; border-radius: 50%;
  background: rgba(200,16,46,.28);
}
.pnxc-sidebar-cta-title {
  font-size: 17px; font-weight: 600; color: #fff; line-height: 1.3;
  margin-bottom: 5px; position: relative; z-index: 1;
}
.pnxc-sidebar-cta-sub {
  font-size: 10px; color: rgba(255,255,255,.45); line-height: 1.6;
  margin-bottom: 14px; position: relative; z-index: 1;
}
.pnxc-sidebar-cta-btn {
  font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: #fff; background: var(--pnxc-accent); padding: 9px 16px; border-radius: 2px;
  text-decoration: none; display: inline-block; transition: background .2s;
  position: relative; z-index: 1;
}
.pnxc-sidebar-cta-btn:hover { background: var(--pnxc-accent-d); }

.pnxc-sidebar-close { display: none; }

/* ── Product area ── */
.pnxc-products { padding: 28px 0 0; }

/* Featured banner */
.pnxc-featured-banner {
  background: var(--pnxc-black); border-radius: 4px;
  padding: 28px 32px; display: flex; align-items: center;
  justify-content: space-between; gap: 20px;
  margin-bottom: 20px; position: relative; overflow: hidden;
}
.pnxc-featured-banner::before {
  content: ''; position: absolute; right: -40px; top: -40px;
  width: 180px; height: 180px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,.3) 0%, transparent 70%);
}
.pnxc-fb-tag {
  display: block; font-size: 9px; font-weight: 600; letter-spacing: 3px;
  text-transform: uppercase; color: var(--pnxc-accent);
  border-left: 3px solid var(--pnxc-accent); padding-left: 10px; margin-bottom: 8px;
}
.pnxc-fb-title {
  font-size: 24px; font-weight: 600; color: #fff; margin: 0 0 6px; line-height: 1.2;
}
.pnxc-fb-desc { font-size: 11px; color: rgba(255,255,255,.5); line-height: 1.7; }
.pnxc-fb-btn {
  background: var(--pnxc-accent); color: #fff; text-decoration: none;
  padding: 11px 24px; font-size: 10px; font-weight: 600;
  letter-spacing: 2px; text-transform: uppercase; border-radius: 2px;
  transition: background .2s; white-space: nowrap; flex-shrink: 0;
  position: relative; z-index: 1;
}
.pnxc-fb-btn:hover { background: var(--pnxc-accent-d); }

/* Grid */
.pnxc-grid {
  display: grid;
  gap: var(--pnxc-gap, 20px);
}
.pnxc-cols-2 { grid-template-columns: repeat(2, 1fr); }
.pnxc-cols-3 { grid-template-columns: repeat(3, 1fr); }
.pnxc-cols-4 { grid-template-columns: repeat(4, 1fr); }
.pnxc-cols-5 { grid-template-columns: repeat(5, 1fr); }

/* List view */
.pnxc-list-view { grid-template-columns: 1fr !important; }
.pnxc-list-view .pnxc-card { display: flex; }
.pnxc-list-view .pnxc-card-img-wrap { width: 180px; aspect-ratio: auto; flex-shrink: 0; }
.pnxc-list-view .pnxc-card-info { flex: 1; padding: 20px 22px; }
.pnxc-list-view .pnxc-card:hover { transform: translateX(3px); }

/* Empty */
.pnxc-empty {
  grid-column: 1 / -1; text-align: center; padding: 80px 20px;
}
.pnxc-empty-icon { font-size: 48px; margin-bottom: 16px; opacity: .3; }
.pnxc-empty-title {
  font-size: 24px; font-weight: 600; color: var(--pnxc-black); margin-bottom: 8px;
}
.pnxc-empty-text { font-size: 12px; color: var(--pnxc-gray); line-height: 1.8; margin-bottom: 20px; }
.pnxc-empty-btn {
  display: inline-block; background: var(--pnxc-accent); color: #fff;
  text-decoration: none; padding: 12px 28px; border-radius: 2px;
  font-size: 10px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  transition: background .2s;
}
.pnxc-empty-btn:hover { background: var(--pnxc-accent-d); }

/* Card */
.pnxc-card {
  background: var(--pnxc-card-bg);
  border: 1px solid var(--pnxc-border); border-radius: 3px;
  overflow: hidden; transition: border-color .3s, box-shadow .3s, transform .3s;
  position: relative;
}
.pnxc-card:hover {
  border-color: var(--pnxc-accent);
  box-shadow: 0 8px 40px rgba(0,0,0,.09);
  transform: translateY(-3px);
}

/* Image */
.pnxc-card-img-wrap {
  display: block; position: relative;
  overflow: hidden; aspect-ratio: 1;
  background: var(--pnxc-warm); text-decoration: none;
}
.pnxc-card-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center; display: block;
  transition: opacity .4s ease;
  position: absolute; inset: 0;
}
.pnxc-card-img-1 { opacity: 1; z-index: 1; }
.pnxc-card-img-2 { opacity: 0; z-index: 2; }
.pnxc-card-img-wrap:hover .pnxc-card-img-1 { opacity: 0; }
.pnxc-card-img-wrap:hover .pnxc-card-img-2 { opacity: 1; }
.pnxc-card-placeholder { width: 100%; height: 100%; opacity: .1; }
.pnxc-placeholder-svg { width: 100%; height: 100%; }

/* Badge */
.pnxc-badge {
  position: absolute; top: 10px; left: 10px; z-index: 3;
  font-size: 8px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 4px 10px; border-radius: 1px; color: #fff;
}
.pnxc-badge--new   { background: var(--pnxc-accent); }
.pnxc-badge--trend { background: #1a6b3a; }
.pnxc-badge--hot   { background: #b05a00; }
.pnxc-badge--out   { background: #555; }

/* Wishlist */
.pnxc-wish {
  position: absolute; top: 10px; right: 10px; z-index: 3;
  width: 32px; height: 32px; border-radius: 50%;
  background: #fff; border: 1px solid var(--pnxc-border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; color: var(--pnxc-gray);
  transition: all .2s; opacity: 0; transform: scale(.8);
}
.pnxc-card:hover .pnxc-wish { opacity: 1; transform: scale(1); }
.pnxc-wish:hover,
.pnxc-wish.pnxc-wish--on { background: #fff0f3; border-color: var(--pnxc-accent); color: var(--pnxc-accent); }
.pnxc-wish.pnxc-wish--on svg { fill: var(--pnxc-accent); stroke: var(--pnxc-accent); }

/* Card info */
.pnxc-card-info { padding: 15px; }
.pnxc-card-cat {
  font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pnxc-accent); margin-bottom: 5px;
}
.pnxc-card-name {
  display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
  font-size: 14px; font-weight: 600; color: var(--pnxc-black);
  line-height: 1.35; margin-bottom: 5px; text-decoration: none; transition: color .2s;
}
.pnxc-card-name:hover { color: var(--pnxc-accent); }
.pnxc-card-moq { font-size: 10px; color: var(--pnxc-gray); margin-bottom: 6px; }
.pnxc-card-desc { font-size: 10px; color: var(--pnxc-gray); line-height: 1.7; margin-bottom: 9px; }
.pnxc-card-bottom {
  display: flex; align-items: center; justify-content: space-between;
  border-top: 1px solid var(--pnxc-warm); padding-top: 10px; margin-top: 6px; gap: 8px;
}
.pnxc-card-price { display: flex; align-items: baseline; gap: 2px; line-height: 1; }
.pnxc-price-sym { font-size: 12px; font-weight: 600; color: var(--pnxc-black); }
.pnxc-price-amt { font-size: 19px; font-weight: 700; color: var(--pnxc-black); font-family: Georgia,serif; }
.pnxc-price-unit { font-size: 10px; font-weight: 400; color: var(--pnxc-gray); margin-left: 2px; }
.pnxc-card-btn {
  font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pnxc-accent); text-decoration: none;
  border: 1px solid var(--pnxc-accent); padding: 6px 13px; border-radius: 1px;
  transition: all .2s; white-space: nowrap; flex-shrink: 0;
}
.pnxc-card-btn:hover { background: var(--pnxc-accent); color: #fff; }

/* Pagination */
.pnxc-pagination {
  display: flex; align-items: center; gap: 5px;
  justify-content: center; margin-top: 48px; padding-bottom: 16px;
}
.pnxc-page-btn {
  width: 36px; height: 36px; display: flex; align-items: center; justify-content: center;
  border: 1px solid var(--pnxc-border); background: #fff; border-radius: 2px;
  font-size: 11px; font-weight: 600; color: var(--pnxc-black);
  text-decoration: none; transition: all .2s; cursor: pointer;
}
.pnxc-page-btn:hover { border-color: var(--pnxc-accent); color: var(--pnxc-accent); }
.pnxc-page-active { background: var(--pnxc-accent); border-color: var(--pnxc-accent); color: #fff !important; }
.pnxc-page-disabled { opacity: .35; cursor: default; pointer-events: none; }
.pnxc-page-arrow { font-size: 20px; color: var(--pnxc-gray); }
.pnxc-page-ellipsis { font-size: 14px; color: var(--pnxc-gray); padding: 0 4px; }

/* Filter badge on toolbar button */
.pnxc-filter-badge {
  background: var(--pnxc-accent); color: #fff;
  width: 17px; height: 17px; border-radius: 50%;
  font-size: 9px; display: inline-flex; align-items: center; justify-content: center;
}

/* Overlay backdrop */
.pnxc-overlay {
  display: none; position: fixed; inset: 0;
  background: rgba(0,0,0,.5); backdrop-filter: blur(1px);
  z-index: 899;
}
.pnxc-overlay.open { display: block; }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pnxc-hero-title { font-size: 36px; }
  .pnxc-hero-stats { display: none; }
  .pnxc-cols-4 { grid-template-columns: repeat(3, 1fr); }
  .pnxc-cols-5 { grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 860px) {
  .pnxc-cols-3,
  .pnxc-cols-4,
  .pnxc-cols-5 { grid-template-columns: repeat(2, 1fr); }
  .pnxc-hero-inner { flex-direction: column; align-items: flex-start; gap: 20px; }
  .pnxc-sidebar { width: 300px; right: -320px; }
}

@media (max-width: 520px) {
  .pnxc-cols-2,
  .pnxc-cols-3,
  .pnxc-cols-4,
  .pnxc-cols-5 { grid-template-columns: repeat(2, 1fr); }
  .pnxc-toolbar-inner { gap: 8px; }
  .pnxc-count { display: none; }
  .pnxc-list-view .pnxc-card { flex-direction: column; }
  .pnxc-list-view .pnxc-card-img-wrap { width: 100%; aspect-ratio: 1; }
}
/* END_SECTION:pnx-collection */

/* START_SECTION:pnx-contact (INDEX:53) */
/* ══════════════════════════════════════
   PNX — Contact Us Page
   pnx-contact.liquid
   ══════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600;700&display=swap');

.pnxco-wrap { font-family: 'Montserrat', sans-serif; }

/* ── Hero ── */
.pnxco-hero {
  background: #111;
  position: relative; overflow: hidden;
  padding: 56px 0 52px;
}
.pnxco-hero::before {
  content: '';
  position: absolute; right: -80px; top: -100px;
  width: 480px; height: 480px; border-radius: 50%;
  background: radial-gradient(circle, rgba(200,16,46,.2) 0%, transparent 70%);
  pointer-events: none;
}
.pnxco-hero::after {
  content: 'CONTACT';
  position: absolute; right: 0; bottom: -30px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 150px; font-weight: 700; letter-spacing: 12px;
  color: rgba(255,255,255,.03); line-height: 1;
  pointer-events: none; white-space: nowrap;
}
.pnxco-hero-inner {
  display: flex; align-items: center;
  justify-content: space-between; gap: 40px;
  position: relative; z-index: 1;
}
.pnxco-eyebrow {
  display: block;
  font-size: 10px; font-weight: 600; letter-spacing: 4px; text-transform: uppercase;
  color: var(--pnxco-accent);
  border-left: 3px solid var(--pnxco-accent); padding-left: 12px;
  margin-bottom: 12px;
}
.pnxco-hero-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 54px; font-weight: 600; color: #fff;
  line-height: 1.05; margin: 0 0 10px;
}
.pnxco-hero-sub {
  font-size: 12px; font-weight: 300;
  color: rgba(255,255,255,.5); letter-spacing: .3px; max-width: 420px; line-height: 1.8;
}
.pnxco-hero-trust {
  display: flex; align-items: center; gap: 28px; flex-shrink: 0;
}
.pnxco-trust-item {
  display: flex; align-items: center; gap: 12px;
}
.pnxco-trust-icon { font-size: 22px; }
.pnxco-trust-val {
  display: block;
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 700; color: #fff; line-height: 1;
}
.pnxco-trust-lbl {
  display: block;
  font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: rgba(255,255,255,.4); margin-top: 2px;
}
.pnxco-trust-sep { width: 1px; height: 40px; background: rgba(255,255,255,.12); }

/* ── Main layout ── */
.pnxco-main {
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  gap: 60px; align-items: start;
  padding-top: 60px; padding-bottom: 72px;
}

/* ── Info column ── */
.pnxco-person-card {
  display: flex; align-items: center; gap: 16px;
  background: var(--pnxco-card-bg);
  border: 1px solid var(--pnxco-border); border-radius: 4px;
  padding: 20px 22px; margin-bottom: 16px;
  position: relative; overflow: hidden;
}
.pnxco-person-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--pnxco-accent);
}
.pnxco-person-avatar {
  width: 52px; height: 52px; border-radius: 50%; flex-shrink: 0;
  background: var(--pnxco-accent);
  display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.pnxco-person-avatar img { width: 100%; height: 100%; object-fit: cover; }
.pnxco-avatar-initials {
  font-family: 'Cormorant Garamond', serif;
  font-size: 20px; font-weight: 700; color: #fff;
}
.pnxco-person-name {
  display: block; font-size: 15px; font-weight: 700; color: var(--pnxco-black); margin-bottom: 2px;
}
.pnxco-person-role {
  display: block; font-size: 10px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  color: var(--pnxco-accent); margin-bottom: 2px;
}
.pnxco-person-company {
  display: block; font-size: 11px; color: var(--pnxco-gray);
}

/* Detail cards */
.pnxco-detail-cards { display: flex; flex-direction: column; gap: 10px; margin-bottom: 20px; }
.pnxco-detail-card {
  display: flex; align-items: center; gap: 14px;
  background: var(--pnxco-card-bg);
  border: 1px solid var(--pnxco-border); border-radius: 3px;
  padding: 14px 16px; text-decoration: none;
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.pnxco-detail-card:hover {
  border-color: var(--pnxco-accent);
  box-shadow: 0 4px 20px rgba(0,0,0,.07);
  transform: translateX(3px);
}
.pnxco-detail-card--addr { cursor: default; }
.pnxco-detail-card--addr:hover { transform: none; }
.pnxco-detail-card--wa { border-color: rgba(37,211,102,.35); }
.pnxco-detail-card--wa:hover { border-color: #25D366; }
.pnxco-dc-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: var(--pnxco-bg); border: 1px solid var(--pnxco-border);
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0; color: var(--pnxco-gray);
}
.pnxco-dc-icon--wa { background: #f0fdf4; border-color: rgba(37,211,102,.3); color: #25D366; }
.pnxco-dc-text { flex: 1; min-width: 0; }
.pnxco-dc-label {
  display: block; font-size: 9px; font-weight: 700;
  letter-spacing: 1.5px; text-transform: uppercase; color: var(--pnxco-gray); margin-bottom: 2px;
}
.pnxco-dc-val {
  display: block; font-size: 13px; font-weight: 600; color: var(--pnxco-black);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.pnxco-addr-text { white-space: normal; font-size: 12px; line-height: 1.6; }
.pnxco-dc-arrow {
  font-size: 14px; color: var(--pnxco-accent); flex-shrink: 0; margin-left: 4px;
}

/* GST badge */
.pnxco-gst-badge {
  display: flex; align-items: center; gap: 7px;
  font-size: 10px; font-weight: 600; letter-spacing: .5px;
  color: var(--pnxco-gray); padding: 8px 12px;
  background: var(--pnxco-bg); border: 1px solid var(--pnxco-border);
  border-radius: 3px;
}
.pnxco-gst-badge svg { color: var(--pnxco-accent); flex-shrink: 0; }

/* Map */
.pnxco-map-wrap {
  border-radius: 4px; overflow: hidden;
  border: 1px solid var(--pnxco-border);
  margin-top: 20px;
}
.pnxco-map-wrap iframe { display: block; width: 100%; height: 220px; border: none; }
.pnxco-map-placeholder {
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; height: 200px; text-decoration: none;
  background: #111; color: #fff; transition: background .2s;
}
.pnxco-map-placeholder:hover { background: #1a1a1a; }
.pnxco-map-icon { color: var(--pnxco-accent); }
.pnxco-map-lbl {
  font-size: 11px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: #fff; border-bottom: 1px solid rgba(255,255,255,.3); padding-bottom: 2px;
}
.pnxco-map-addr { font-size: 11px; color: rgba(255,255,255,.45); }

/* ── Form column ── */
.pnxco-form-card {
  background: var(--pnxco-card-bg);
  border: 1px solid var(--pnxco-border); border-radius: 4px;
  overflow: hidden;
}
.pnxco-form-header {
  background: #111; padding: 28px 32px 24px; position: relative;
}
.pnxco-form-header::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0;
  height: 3px; background: var(--pnxco-accent);
}
.pnxco-form-tag {
  display: block; font-size: 9px; font-weight: 700; letter-spacing: 3px;
  text-transform: uppercase; color: var(--pnxco-accent); margin-bottom: 6px;
}
.pnxco-form-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 26px; font-weight: 600; color: #fff; margin: 0 0 6px;
}
.pnxco-form-sub {
  font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.7;
}

/* Form body */
#pnxco-contact-form { padding: 28px 32px 24px; }

.pnxco-form-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 16px;
}
.pnxco-field { display: flex; flex-direction: column; gap: 5px; }
.pnxco-field--full { grid-column: span 2; }
.pnxco-field label {
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  color: var(--pnxco-black);
}
.pnxco-req { color: var(--pnxco-accent); }
.pnxco-field input,
.pnxco-field textarea {
  background: var(--pnxco-bg); border: 1px solid var(--pnxco-border);
  border-radius: 2px; padding: 10px 13px;
  font-family: 'Montserrat', sans-serif; font-size: 12px; color: var(--pnxco-black);
  outline: none; transition: border-color .2s, background .2s; width: 100%;
}
.pnxco-field input:focus,
.pnxco-field textarea:focus { border-color: var(--pnxco-accent); background: #fff; }
.pnxco-field textarea { resize: vertical; min-height: 90px; }

/* Enquiry type */
.pnxco-enq-type { margin-bottom: 18px; }
.pnxco-enq-label {
  display: block; font-size: 9px; font-weight: 700; letter-spacing: 2px;
  text-transform: uppercase; color: var(--pnxco-black); margin-bottom: 8px;
}
.pnxco-enq-pills { display: flex; flex-wrap: wrap; gap: 7px; }
.pnxco-enq-pill {
  font-size: 9px; font-weight: 600; letter-spacing: 1px; text-transform: uppercase;
  padding: 7px 14px; border: 1.5px solid var(--pnxco-border); border-radius: 2px;
  background: #fff; color: var(--pnxco-gray); cursor: pointer; transition: all .2s;
}
.pnxco-enq-pill:hover { border-color: var(--pnxco-black); color: var(--pnxco-black); }
.pnxco-enq-pill.active { background: var(--pnxco-accent); border-color: var(--pnxco-accent); color: #fff; }

/* Submit */
.pnxco-submit {
  width: 100%; background: var(--pnxco-accent); color: #fff; border: none;
  padding: 15px; border-radius: 2px;
  font-family: 'Montserrat', sans-serif; font-size: 10px; font-weight: 700;
  letter-spacing: 2.5px; text-transform: uppercase;
  cursor: pointer; transition: background .2s;
  display: flex; align-items: center; justify-content: center; gap: 10px;
  margin-bottom: 12px;
}
.pnxco-submit:hover { background: var(--pnxco-accent-d); }

.pnxco-form-note {
  display: flex; align-items: center; gap: 6px;
  font-size: 10px; color: var(--pnxco-gray); letter-spacing: .3px; justify-content: center;
}
.pnxco-form-note svg { flex-shrink: 0; color: var(--pnxco-accent); }

/* Success / Error */
.pnxco-success {
  display: flex; align-items: flex-start; gap: 14px;
  background: #f0fdf4; border: 1px solid #86efac; border-radius: 3px;
  padding: 16px 18px; margin-bottom: 16px;
}
.pnxco-success-icon {
  width: 28px; height: 28px; border-radius: 50%; background: #22c55e;
  color: #fff; font-size: 14px; display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.pnxco-success strong { display: block; font-size: 13px; color: #166534; margin-bottom: 3px; }
.pnxco-success p { font-size: 11px; color: #15803d; margin: 0; }
.pnxco-error {
  background: #fff5f5; border: 1px solid #fca5a5; border-radius: 3px;
  padding: 12px 16px; margin-bottom: 16px; font-size: 12px; color: #dc2626;
}

/* ── Info strip ── */
.pnxco-strip {
  background: var(--pnxco-black);
  padding: 36px 0;
}
.pnxco-strip-grid {
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 0;
}
.pnxco-strip-item {
  display: flex; align-items: flex-start; gap: 14px;
  padding: 0 32px; border-right: 1px solid rgba(255,255,255,.1);
}
.pnxco-strip-item:first-child { padding-left: 0; }
.pnxco-strip-item:last-child { border-right: none; }
.pnxco-strip-icon { font-size: 24px; flex-shrink: 0; }
.pnxco-strip-title {
  display: block; font-size: 11px; font-weight: 700; color: #fff;
  letter-spacing: .5px; margin-bottom: 4px;
}
.pnxco-strip-text {
  display: block; font-size: 11px; color: rgba(255,255,255,.45); line-height: 1.6;
}

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pnxco-main { grid-template-columns: 1fr 1.2fr; gap: 40px; }
  .pnxco-strip-grid { grid-template-columns: repeat(2, 1fr); gap: 24px; }
  .pnxco-strip-item { border-right: none; }
}
@media (max-width: 860px) {
  .pnxco-hero-inner { flex-direction: column; align-items: flex-start; gap: 28px; }
  .pnxco-hero-title { font-size: 40px; }
  .pnxco-hero-trust { flex-wrap: wrap; }
  .pnxco-trust-sep { display: none; }
  .pnxco-main { grid-template-columns: 1fr; gap: 36px; }
  .pnxco-form-grid { grid-template-columns: 1fr; }
  .pnxco-field--full { grid-column: span 1; }
}
@media (max-width: 580px) {
  .pnxco-hero-title { font-size: 32px; }
  .pnxco-strip-grid { grid-template-columns: 1fr; }
  #pnxco-contact-form { padding: 20px; }
  .pnxco-form-header { padding: 22px 20px 18px; }
}
/* END_SECTION:pnx-contact */

/* START_SECTION:pnx-product-details (INDEX:58) */
/* ══════════════════════════════════════
   PNX PRODUCT DETAILS — pnx-product-details.css
   ══════════════════════════════════════ */

.pnx-pd-wrap {
  --pnx-accent: #C8102E;
  --pnx-accent-dark: #9e0c23;
  --pnx-black: #111111;
  --pnx-bg: #FAF9F7;
  --pnx-border: #dddddd;
  --pnx-gray: #888888;
  --pnx-warm: #E8E4DF;
}

/* Breadcrumb */
.pnx-breadcrumb {
  background: #fff;
  border-bottom: 1px solid var(--pnx-border);
  padding: 14px 0;
  display: flex; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pnx-gray);
}
.pnx-breadcrumb a { color: var(--pnx-gray); text-decoration: none; transition: color .2s; }
.pnx-breadcrumb a:hover { color: var(--pnx-accent); }
.pnx-bc-sep { color: var(--pnx-border); }
.pnx-bc-current { color: var(--pnx-black); font-weight: 600; }

/* Product layout */
.pnx-product-section {
  padding: var(--pnx-section-padding, 52px) 0;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: var(--pnx-gap, 56px);
  align-items: start;
  width: 100%;
}

/* Gallery */
.pnx-gallery { position: sticky; top: 100px; align-self: start; }

.pnx-main-image-wrap {
  position: relative;
  background: #fff;
  border: 1px solid var(--pnx-border);
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4 / 5; /* default, overridden by schema */
  display: flex; align-items: center; justify-content: center;
  cursor: zoom-in;
  margin-bottom: 14px;
}
.pnx-main-img {
  width: 100%; height: 100%;
  object-fit: cover; object-position: center; display: block;
}
.pnx-img-placeholder svg { width: 60%; height: 60%; opacity: .15; }
.pnx-main-badge {
  position: absolute; top: 16px; left: 16px;
  background: var(--pnx-accent); color: #fff;
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  padding: 5px 12px; border-radius: 1px;
}
.pnx-wishlist-btn {
  position: absolute; top: 16px; right: 16px;
  width: 38px; height: 38px; background: #fff; border-radius: 50%;
  border: 1px solid var(--pnx-border);
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .2s; color: var(--pnx-gray);
}
.pnx-wishlist-btn:hover,
.pnx-wishlist-btn.active { background: #fff0f3; border-color: var(--pnx-accent); color: var(--pnx-accent); }
.pnx-wishlist-btn.active svg { fill: var(--pnx-accent); stroke: var(--pnx-accent); }
.pnx-zoom-hint {
  position: absolute; bottom: 14px; right: 14px;
  background: rgba(0,0,0,.65); color: #fff;
  font-size: 9px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  padding: 5px 10px; border-radius: 2px;
  opacity: 0; transition: opacity .3s;
  display: flex; align-items: center; gap: 5px;
}
.pnx-main-image-wrap:hover .pnx-zoom-hint { opacity: 1; }

/* Thumbnails */
.pnx-thumbnails {
  display: grid; grid-template-columns: repeat(6, 1fr); gap: 8px;
}
.pnx-thumb {
  aspect-ratio: 1; background: #fff;
  border: 1.5px solid var(--pnx-border); border-radius: 3px;
  overflow: hidden; cursor: pointer; padding: 0;
  transition: all .2s; opacity: .6;
}
.pnx-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.pnx-thumb:hover { opacity: .85; border-color: var(--pnx-gray); }
.pnx-thumb.active { opacity: 1; border-color: var(--pnx-accent); }

/* Share row */
.pnx-share-row {
  display: flex; align-items: center; gap: 10px;
  margin-top: 18px; padding-top: 16px;
  border-top: 1px solid var(--pnx-warm);
}
.pnx-share-label {
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--pnx-gray);
}
.pnx-share-btn {
  width: 32px; height: 32px; border-radius: 50%;
  border: 1px solid var(--pnx-border); background: #fff;
  display: flex; align-items: center; justify-content: center;
  cursor: pointer; transition: all .2s; text-decoration: none; color: var(--pnx-gray);
}
.pnx-share-btn:hover { border-color: var(--pnx-accent); color: var(--pnx-accent); }
.pnx-spec-link {
  margin-left: auto; font-size: 10px; font-weight: 600; letter-spacing: .5px;
  color: var(--pnx-gray); text-decoration: none;
  display: flex; align-items: center; gap: 5px;
  transition: color .2s;
}
.pnx-spec-link:hover { color: var(--pnx-accent); }

/* Info column */
.pnx-info { padding-top: 4px; }

.pnx-cat-tag {
  font-size: 10px; font-weight: 600; letter-spacing: 3px; text-transform: uppercase;
  color: var(--pnx-accent); margin-bottom: 10px;
  display: flex; align-items: center; gap: 8px;
}
.pnx-cat-tag::before {
  content: ''; width: 20px; height: 1.5px; background: var(--pnx-accent); display: block;
}

.pnx-title {
  font-size: 44px; font-weight: 600;
  color: var(--pnx-black); line-height: 1.1; margin-bottom: 14px; letter-spacing: .5px;
}

/* Meta row */
.pnx-meta-row {
  display: flex; align-items: center; gap: 12px; margin-bottom: 20px;
}
.pnx-stars { display: flex; gap: 2px; }
.pnx-star { color: var(--pnx-warm); }
.pnx-star.filled { color: #f5a623; }
.pnx-rating-count { font-size: 10px; font-weight: 500; color: var(--pnx-gray); }
.pnx-meta-sep { width: 1px; height: 14px; background: var(--pnx-border); }
.pnx-sku { font-size: 10px; color: var(--pnx-gray); }

/* Price block */
.pnx-price-block {
  background: var(--pnx-bg); border: 1px solid var(--pnx-border);
  border-radius: 4px; padding: 20px 22px;
  display: flex; align-items: center; justify-content: space-between;
  margin-bottom: 22px; position: relative; overflow: hidden;
  z-index: -1;
}
.pnx-price-block::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0;
  width: 3px; background: var(--pnx-accent);
}
.pnx-price {
  font-size: 46px; font-weight: 700; color: var(--pnx-black); line-height: 1;
}
.pnx-currency { font-size: 18px; font-weight: 600; vertical-align: top; margin-top: 8px; display: inline-block; }
.pnx-per { font-size: 13px; font-weight: 400; color: var(--pnx-gray); margin-left: 4px; }
.pnx-price-note { font-size: 10px; color: var(--pnx-gray); margin-top: 5px; }
.pnx-price-meta { text-align: right; }
.pnx-moq-badge {
  font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  background: var(--pnx-black); color: #fff;
  padding: 5px 12px; border-radius: 2px; display: inline-block; margin-bottom: 5px;
}
.pnx-tier-note { font-size: 10px; color: var(--pnx-gray); display: block; margin-top: 3px; }

/* Variant options */
.pnx-option-block { margin-bottom: 20px; }
.pnx-option-label {
  font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase;
  color: var(--pnx-black); margin-bottom: 10px;
  display: flex; align-items: center; gap: 10px;
}
.pnx-option-selected { font-weight: 400; color: var(--pnx-gray); text-transform: none; letter-spacing: 0; font-size: 10px; }
.pnx-option-pills { display: flex; flex-wrap: wrap; gap: 8px; }
.pnx-option-pill {
  padding: 8px 18px; font-size: 10px; font-weight: 600; letter-spacing: 1px;
  border: 1.5px solid var(--pnx-border); border-radius: 2px;
  background: #fff; color: var(--pnx-black); cursor: pointer; transition: all .2s;
}
.pnx-option-pill:hover { border-color: var(--pnx-black); }
.pnx-option-pill.active { border-color: var(--pnx-accent); color: var(--pnx-accent); background: #fff5f7; }
.pnx-option-pill.out { opacity: .35; cursor: not-allowed; text-decoration: line-through; }

/* Quantity */
.pnx-qty-row { display: flex; align-items: center; gap: 14px; margin-bottom: 22px; }
.pnx-qty-label { font-size: 9px; font-weight: 700; letter-spacing: 2.5px; text-transform: uppercase; color: var(--pnx-black); }
.pnx-qty-control {
  display: flex; align-items: center;
  border: 1.5px solid var(--pnx-border); border-radius: 2px; overflow: hidden;
}
.pnx-qty-btn {
  width: 38px; height: 38px; background: var(--pnx-bg); border: none;
  font-size: 18px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  color: var(--pnx-black); transition: all .2s; font-weight: 300;
}
.pnx-qty-btn:hover { background: var(--pnx-warm); }
.pnx-qty-input {
  width: 56px; height: 38px; border: none;
  border-left: 1.5px solid var(--pnx-border); border-right: 1.5px solid var(--pnx-border);
  text-align: center; font-size: 13px; font-weight: 600; color: var(--pnx-black);
  background: #fff; outline: none;
}
.pnx-qty-note { font-size: 10px; color: var(--pnx-gray); }

/* CTA buttons */
.pnx-cta-row { display: flex; gap: 10px; margin-bottom: 22px; }
.pnx-btn-enquire {
  flex: 1; background: var(--pnx-accent); color: #fff;
  border: none; padding: 15px 20px;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: background .2s;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.pnx-btn-enquire:hover { background: var(--pnx-accent-dark); }
.pnx-btn-whatsapp {
  background: #25D366; color: #fff; border: none; padding: 15px 18px;
  font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: background .2s;
  display: flex; align-items: center; justify-content: center; gap: 7px;
  text-decoration: none; white-space: nowrap;
}
.pnx-btn-whatsapp:hover { background: #1ea355; }
.pnx-btn-sample {
  border: 1.5px solid var(--pnx-black); background: transparent; color: var(--pnx-black);
  padding: 15px 18px; font-size: 10px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: all .2s; white-space: nowrap;
}
.pnx-btn-sample:hover { background: var(--pnx-black); color: #fff; }

/* WhatsApp full-width below */
.pnx-btn-whatsapp-full {
  display: flex; align-items: center; justify-content: center; gap: 10px;
  width: 100%; background: #f0fdf4;
  border: 1.5px solid #25D366; border-radius: 2px;
  color: #1a7a40; text-decoration: none;
  padding: 13px 20px; margin-bottom: 20px;
  font-size: 11px; font-weight: 600; letter-spacing: 1px;
  transition: all .2s;
}
.pnx-btn-whatsapp-full:hover { background: #25D366; color: #fff; }
.pnx-btn-whatsapp-full svg { flex-shrink: 0; }

/* Trust badges */
.pnx-trust-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin-bottom: 26px; }
.pnx-trust-item {
  background: #fff; border: 1px solid var(--pnx-border); border-radius: 3px;
  padding: 13px 12px; display: flex; align-items: center; gap: 10px;
}
.pnx-trust-icon { font-size: 18px; flex-shrink: 0; }
.pnx-trust-text { font-size: 9px; font-weight: 600; letter-spacing: .5px; line-height: 1.5; color: var(--pnx-black); }
.pnx-trust-text span { color: var(--pnx-gray); font-weight: 400; display: block; }

/* Tabs */
.pnx-detail-tabs { border-top: 1px solid var(--pnx-border); }
.pnx-tab-nav { display: flex; border-bottom: 1px solid var(--pnx-border); background: #fff; }
.pnx-tab-btn {
  padding: 13px 20px; font-size: 10px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase;
  color: var(--pnx-gray); background: transparent; border: none; cursor: pointer; transition: all .2s;
  border-bottom: 2px solid transparent; margin-bottom: -1px;
}
.pnx-tab-btn.active { color: var(--pnx-accent); border-bottom-color: var(--pnx-accent); }
.pnx-tab-btn:hover:not(.active) { color: var(--pnx-black); }
.pnx-tab-panel { display: none; padding: 22px 0 6px; }
.pnx-tab-panel.active { display: block; }

.pnx-desc-text { font-size: 12px; color: var(--pnx-gray); line-height: 1.9; letter-spacing: .3px; }
.pnx-desc-text strong { color: var(--pnx-black); font-weight: 600; }
.pnx-desc-text ul { list-style: none; margin-top: 14px; display: flex; flex-direction: column; gap: 8px; padding: 0; }
.pnx-desc-text ul li { display: flex; align-items: flex-start; gap: 10px; font-size: 11px; color: var(--pnx-gray); line-height: 1.7; }
.pnx-desc-text ul li::before { content: ''; width: 5px; height: 5px; border-radius: 50%; background: var(--pnx-accent); flex-shrink: 0; margin-top: 6px; }

.pnx-spec-table { width: 100%; border-collapse: collapse; }
.pnx-spec-table tr { border-bottom: 1px solid var(--pnx-warm); }
.pnx-spec-table tr:last-child { border-bottom: none; }
.pnx-spec-table td { padding: 10px 0; font-size: 11px; vertical-align: top; line-height: 1.6; }
.pnx-spec-table td:first-child { font-weight: 700; font-size: 9px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--pnx-gray); width: 38%; padding-right: 20px; }
.pnx-spec-table td:last-child { color: var(--pnx-black); font-weight: 500; }
.pnx-price-table td:last-child { color: var(--pnx-accent); font-weight: 700; font-size: 15px; }

.pnx-shipping-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.pnx-shipping-item { background: var(--pnx-bg); border: 1px solid var(--pnx-border); border-radius: 3px; padding: 16px; }
.pnx-s-icon { font-size: 20px; margin-bottom: 7px; display: block; }
.pnx-s-title { font-size: 10px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; color: var(--pnx-black); margin-bottom: 4px; }
.pnx-s-text { font-size: 10px; color: var(--pnx-gray); line-height: 1.7; }

/* ── Lightbox ── */
.pnx-lightbox {
  position: fixed; inset: 0; z-index: 10000;
  background: rgba(0,0,0,.92);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.pnx-lightbox.open { opacity: 1; pointer-events: all; }
.pnx-lightbox-inner {
  max-width: 90vw; max-height: 90vh;
  display: flex; align-items: center; justify-content: center;
}
.pnx-lightbox-img {
  max-width: 90vw; max-height: 90vh;
  object-fit: contain; display: block;
  border-radius: 2px;
  box-shadow: 0 8px 60px rgba(0,0,0,.6);
  transition: opacity .2s;
}
.pnx-lightbox-close {
  position: absolute; top: 20px; right: 24px;
  width: 40px; height: 40px; border-radius: 50%;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #fff; font-size: 18px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s; z-index: 2;
}
.pnx-lightbox-close:hover { background: var(--pnx-accent); border-color: var(--pnx-accent); }
.pnx-lightbox-nav {
  position: absolute; top: 50%; transform: translateY(-50%);
  width: 48px; height: 48px; border-radius: 50%;
  background: rgba(255,255,255,.1); border: 1px solid rgba(255,255,255,.2);
  color: #fff; font-size: 28px; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  transition: background .2s; z-index: 2; line-height: 1;
}
.pnx-lightbox-nav:hover { background: var(--pnx-accent); border-color: var(--pnx-accent); }
.pnx-lightbox-prev { left: 20px; }
.pnx-lightbox-next { right: 20px; }

/* Modal */
.pnx-modal-overlay {
  position: fixed; inset: 0; z-index: 9999;
  background: rgba(0,0,0,.55); backdrop-filter: blur(2px);
  display: flex; align-items: center; justify-content: center;
  opacity: 0; pointer-events: none; transition: opacity .3s;
}
.pnx-modal-overlay.open { opacity: 1; pointer-events: all; }
.pnx-modal {
  background: #fff; border-radius: 4px; width: 100%; max-width: 540px; margin: 20px;
  position: relative; overflow: hidden;
  transform: translateY(20px); transition: transform .3s;
}
.pnx-modal-overlay.open .pnx-modal { transform: translateY(0); }
.pnx-modal-top {
  background: var(--pnx-black); padding: 26px 30px 22px; position: relative;
}
.pnx-modal-top::after { content: ''; position: absolute; left: 0; bottom: 0; right: 0; height: 3px; background: var(--pnx-accent); }
.pnx-modal-top h3 { font-size: 26px; font-weight: 600; color: #fff; margin-bottom: 3px; }
.pnx-modal-product-name { font-size: 11px; color: rgba(255,255,255,.5); }
.pnx-modal-close {
  position: absolute; top: 18px; right: 18px;
  width: 30px; height: 30px; border-radius: 50%;
  border: 1px solid rgba(255,255,255,.2); background: transparent; color: #fff;
  font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center;
  transition: all .2s;
}
.pnx-modal-close:hover { background: var(--pnx-accent); border-color: var(--pnx-accent); }
.pnx-modal-body { padding: 24px 30px; }
.pnx-modal-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
.pnx-form-group { display: flex; flex-direction: column; gap: 5px; }
.pnx-full { grid-column: span 2; }
.pnx-form-group label { font-size: 9px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--pnx-black); }
.pnx-form-group input,
.pnx-form-group select,
.pnx-form-group textarea {
  background: var(--pnx-bg); border: 1px solid var(--pnx-border); border-radius: 2px;
  padding: 10px 12px; font-size: 12px; color: var(--pnx-black); outline: none; transition: border-color .2s;
}
.pnx-form-group input:focus,
.pnx-form-group select:focus,
.pnx-form-group textarea:focus { border-color: var(--pnx-accent); background: #fff; }
.pnx-form-group textarea { resize: vertical; min-height: 70px; }
.pnx-modal-submit {
  width: 100%; background: var(--pnx-accent); color: #fff; border: none;
  padding: 14px; font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: background .2s;
}
.pnx-modal-submit:hover { background: var(--pnx-accent-dark); }
.pnx-modal-note { font-size: 10px; color: var(--pnx-gray); text-align: center; margin-top: 10px; }

/* Sticky bar */
.pnx-sticky-bar {
  position: fixed; bottom: 0; left: 0; right: 0; z-index: 990;
  background: #fff; border-top: 2px solid var(--pnx-accent);
  padding: 13px 40px; display: flex; align-items: center; justify-content: space-between; gap: 20px;
  box-shadow: 0 -4px 30px rgba(0,0,0,.1);
  transform: translateY(100%); transition: transform .4s ease;
}
.pnx-sticky-bar.visible { transform: translateY(0); }
.pnx-sticky-info { display: flex; align-items: center; gap: 14px; }
.pnx-sticky-thumb { width: 46px; height: 46px; border-radius: 3px; border: 1px solid var(--pnx-border); object-fit: cover; }
.pnx-sticky-cat { font-size: 9px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--pnx-accent); }
.pnx-sticky-name { font-size: 16px; font-weight: 600; color: var(--pnx-black); }
.pnx-sticky-price { font-size: 26px; font-weight: 700; color: var(--pnx-black); }
.pnx-sticky-price small { font-size: 11px; font-weight: 400; color: var(--pnx-gray); }
.pnx-sticky-actions { display: flex; gap: 8px; }
.pnx-sticky-btn-primary {
  background: var(--pnx-accent); color: #fff; border: none; padding: 11px 24px;
  font-size: 10px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase;
  cursor: pointer; border-radius: 2px; transition: background .2s;
}
.pnx-sticky-btn-primary:hover { background: var(--pnx-accent-dark); }
.pnx-sticky-btn-wa {
  background: #25D366; color: #fff; border: none; padding: 11px 16px;
  font-size: 16px; cursor: pointer; border-radius: 2px; transition: background .2s;
  text-decoration: none; display: flex; align-items: center;
}
.pnx-sticky-btn-wa:hover { background: #1ea355; }

@media (max-width: 900px) {
  .pnx-product-section { grid-template-columns: 1fr; padding: 32px 0; }
  .pnx-section-inner { padding-left: 20px !important; padding-right: 20px !important; }
  .pnx-gallery { position: static; }
  .pnx-breadcrumb { padding: 12px 20px; }
  .pnx-trust-row { grid-template-columns: 1fr; }
  .pnx-shipping-grid { grid-template-columns: 1fr; }
  .pnx-sticky-bar { padding: 12px 20px; }
  .pnx-title { font-size: 32px; }
  .pnx-thumbnails { grid-template-columns: repeat(4, 1fr); }
}
/* END_SECTION:pnx-product-details */

/* START_SECTION:pnx-recently-viewed (INDEX:60) */
/* ══════════════════════════════════════
   PNX — Recently Viewed Products
   pnx-recently-viewed.liquid
   ══════════════════════════════════════ */

.pnxrv-wrap {
  background: var(--pnxrv-bg);
  border-top: 1px solid var(--pnxrv-border);
}

/* Header */
.pnxrv-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 30px;
  gap: 16px;
}
.pnxrv-tag {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--pnxrv-accent);
  margin-bottom: 6px;
}
.pnxrv-title {
  font-size: 34px;
  font-weight: 600;
  color: var(--pnxrv-black);
  line-height: 1.1;
  letter-spacing: 0.3px;
  margin: 0;
}
.pnxrv-clear {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--pnxrv-gray);
  background: transparent;
  border: 1px solid var(--pnxrv-border);
  border-radius: 2px;
  padding: 7px 14px;
  cursor: pointer;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.pnxrv-clear:hover {
  border-color: var(--pnxrv-accent);
  color: var(--pnxrv-accent);
}

/* Scroll wrapper for mobile */
.pnxrv-scroll-wrap {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.pnxrv-scroll-wrap::-webkit-scrollbar { display: none; }

/* Grid */
.pnxrv-grid {
  display: grid;
  gap: var(--pnxrv-gap, 20px);
  min-width: 0;
}
.pnxrv-cols-2 { grid-template-columns: repeat(2, 1fr); }
.pnxrv-cols-3 { grid-template-columns: repeat(3, 1fr); }
.pnxrv-cols-4 { grid-template-columns: repeat(4, 1fr); }
.pnxrv-cols-5 { grid-template-columns: repeat(5, 1fr); }
.pnxrv-cols-6 { grid-template-columns: repeat(6, 1fr); }

/* Empty state */
.pnxrv-empty {
  text-align: center;
  padding: 60px 20px;
}
.pnxrv-empty-icon {
  margin-bottom: 16px;
  display: flex;
  justify-content: center;
}
.pnxrv-empty-text {
  font-size: 13px;
  color: var(--pnxrv-gray);
  line-height: 1.7;
}

/* Card */
.pnxrv-card {
  background: var(--pnxrv-card-bg);
  border: 1px solid var(--pnxrv-border);
  border-radius: 3px;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  position: relative;
  min-width: 0;
}
.pnxrv-card:hover {
  border-color: var(--pnxrv-accent);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

/* Image */
.pnxrv-img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--pnxrv-warm);
  text-decoration: none;
}
.pnxrv-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.4s ease;
  position: absolute;
  inset: 0;
}
.pnxrv-img-1 { opacity: 1; z-index: 1; }
.pnxrv-img-2 { opacity: 0; z-index: 2; }
.pnxrv-img-wrap:hover .pnxrv-img-1 { opacity: 0; }
.pnxrv-img-wrap:hover .pnxrv-img-2 { opacity: 1; }
.pnxrv-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20%;
}
.pnxrv-img-placeholder svg { width: 100%; height: 100%; }

/* Badge */
.pnxrv-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 3;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 1px;
  color: #fff;
}
.pnxrv-badge--new   { background: var(--pnxrv-accent); }
.pnxrv-badge--trend { background: #1a6b3a; }
.pnxrv-badge--hot   { background: #b05a00; }

/* Wishlist */
.pnxrv-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--pnxrv-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--pnxrv-gray);
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0.8);
}
.pnxrv-card:hover .pnxrv-wish {
  opacity: 1;
  transform: scale(1);
}
.pnxrv-wish:hover,
.pnxrv-wish.pnxrv-wish--on {
  background: #fff0f3;
  border-color: var(--pnxrv-accent);
  color: var(--pnxrv-accent);
}
.pnxrv-wish.pnxrv-wish--on svg {
  fill: var(--pnxrv-accent);
  stroke: var(--pnxrv-accent);
}

/* Info */
.pnxrv-info { padding: 15px; }

.pnxrv-cat {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pnxrv-accent);
  margin-bottom: 5px;
}
.pnxrv-name {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: var(--pnxrv-black);
  line-height: 1.35;
  margin-bottom: 5px;
  text-decoration: none;
  transition: color 0.2s;

  /* Clamp to 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.pnxrv-name:hover { color: var(--pnxrv-accent); }

.pnxrv-moq {
  font-size: 10px;
  color: var(--pnxrv-gray);
  letter-spacing: 0.3px;
  margin-bottom: 7px;
}
.pnxrv-desc {
  font-size: 10px;
  color: var(--pnxrv-gray);
  line-height: 1.7;
  margin-bottom: 9px;
}

.pnxrv-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--pnxrv-warm);
  padding-top: 10px;
  margin-top: 6px;
  gap: 8px;
}
.pnxrv-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.pnxrv-price-sym {
  font-size: 12px;
  font-weight: 600;
  color: var(--pnxrv-black);
}
.pnxrv-price-amt {
  font-size: 19px;
  font-weight: 700;
  color: var(--pnxrv-black);
  font-family: Georgia, serif;
}
.pnxrv-price-unit {
  font-size: 10px;
  font-weight: 400;
  color: var(--pnxrv-gray);
  margin-left: 2px;
}
.pnxrv-btn {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--pnxrv-accent);
  text-decoration: none;
  border: 1px solid var(--pnxrv-accent);
  padding: 6px 13px;
  border-radius: 1px;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.pnxrv-btn:hover {
  background: var(--pnxrv-accent);
  color: #fff;
}

/* ── Responsive ── */
@media (max-width: 1100px) {
  .pnxrv-cols-6 { grid-template-columns: repeat(5, 1fr); }
  .pnxrv-cols-5 { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
  .pnxrv-cols-5,
  .pnxrv-cols-6 { grid-template-columns: repeat(3, 1fr); }
  .pnxrv-cols-4 { grid-template-columns: repeat(3, 1fr); }
  .pnxrv-title  { font-size: 26px; }
}
@media (max-width: 600px) {
  .pnxrv-cols-3,
  .pnxrv-cols-4,
  .pnxrv-cols-5,
  .pnxrv-cols-6 { grid-template-columns: repeat(2, 1fr); }

  /* On mobile: horizontal scroll instead of wrap */
  .pnxrv-cols-4,
  .pnxrv-cols-5,
  .pnxrv-cols-6 {
    grid-template-columns: repeat(var(--pnxrv-cols), minmax(160px, 1fr));
  }
}
/* END_SECTION:pnx-recently-viewed */

/* START_SECTION:pnx-related-products (INDEX:61) */
/* ══════════════════════════════════════
   PNX — Related Products Section
   pnx-related-products.liquid
   ══════════════════════════════════════ */

.pnxr-wrap {
  background: var(--pnx-r-bg);
  border-top: 1px solid var(--pnx-r-border);
}

/* Header */
.pnxr-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 32px;
  gap: 16px;
}
.pnxr-tag {
  display: block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: var(--pnx-r-accent);
  margin-bottom: 6px;
}
.pnxr-title {
  font-size: 34px;
  font-weight: 600;
  color: var(--pnx-r-black);
  line-height: 1.1;
  letter-spacing: 0.3px;
  margin: 0;
}
.pnxr-view-all {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--pnx-r-accent);
  text-decoration: none;
  border-bottom: 1px solid var(--pnx-r-accent);
  padding-bottom: 2px;
  transition: opacity 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.pnxr-view-all:hover { opacity: 0.65; }

/* Grid */
.pnxr-grid {
  display: grid;
  gap: var(--pnx-r-gap, 20px);
}
.pnxr-cols-2 { grid-template-columns: repeat(2, 1fr); }
.pnxr-cols-3 { grid-template-columns: repeat(3, 1fr); }
.pnxr-cols-4 { grid-template-columns: repeat(4, 1fr); }
.pnxr-cols-5 { grid-template-columns: repeat(5, 1fr); }

.pnxr-empty {
  grid-column: 1 / -1;
  text-align: center;
  font-size: 13px;
  color: var(--pnx-r-gray);
  padding: 56px 20px;
  line-height: 1.8;
}

/* Card */
.pnxr-card {
  background: var(--pnx-r-card-bg);
  border: 1px solid var(--pnx-r-border);
  border-radius: 3px;
  overflow: hidden;
  transition: border-color 0.3s, box-shadow 0.3s, transform 0.3s;
  position: relative;
}
.pnxr-card:hover {
  border-color: var(--pnx-r-accent);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.09);
  transform: translateY(-3px);
}

/* Image */
.pnxr-img-wrap {
  display: block;
  position: relative;
  overflow: hidden;
  aspect-ratio: 1;
  background: var(--pnx-r-warm);
  text-decoration: none;
}
.pnxr-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  transition: opacity 0.4s ease;
  position: absolute;
  inset: 0;
}
.pnxr-img-1 { opacity: 1; }
.pnxr-img-2 { opacity: 0; }
.pnxr-img-wrap:hover .pnxr-img-1 { opacity: 0; }
.pnxr-img-wrap:hover .pnxr-img-2 { opacity: 1; }
.pnxr-img-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.12;
}
.pnxr-placeholder-svg { width: 60%; height: 60%; }

/* Badges */
.pnxr-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 8px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 1px;
  color: #fff;
  z-index: 1;
}
.pnxr-badge--new   { background: var(--pnx-r-accent); }
.pnxr-badge--trend { background: #1a6b3a; }
.pnxr-badge--hot   { background: #b05a00; }
.pnxr-badge--out   { background: #555; }

/* Wishlist */
.pnxr-wish {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid var(--pnx-r-border);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: var(--pnx-r-gray);
  transition: all 0.2s;
  opacity: 0;
  transform: scale(0.8);
  z-index: 1;
}
.pnxr-card:hover .pnxr-wish {
  opacity: 1;
  transform: scale(1);
}
.pnxr-wish:hover,
.pnxr-wish.pnxr-wish--on {
  background: #fff0f3;
  border-color: var(--pnx-r-accent);
  color: var(--pnx-r-accent);
}
.pnxr-wish.pnxr-wish--on svg {
  fill: var(--pnx-r-accent);
  stroke: var(--pnx-r-accent);
}

/* Card info */
.pnxr-info { padding: 16px; }

.pnxr-cat {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: var(--pnx-r-accent);
  margin-bottom: 5px;
}
.pnxr-name {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--pnx-r-black);
  line-height: 1.35;
  margin-bottom: 6px;
  text-decoration: none;
  transition: color 0.2s;
}
.pnxr-name:hover { color: var(--pnx-r-accent); }

.pnxr-moq {
  font-size: 10px;
  color: var(--pnx-r-gray);
  letter-spacing: 0.3px;
  margin-bottom: 8px;
}
.pnxr-desc {
  font-size: 10px;
  color: var(--pnx-r-gray);
  line-height: 1.7;
  margin-bottom: 10px;
}

.pnxr-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid var(--pnx-r-warm);
  padding-top: 11px;
  margin-top: 6px;
  gap: 8px;
}
.pnxr-price {
  display: flex;
  align-items: baseline;
  gap: 2px;
  line-height: 1;
}
.pnxr-price-sym {
  font-size: 13px;
  font-weight: 600;
  color: var(--pnx-r-black);
}
.pnxr-price-amt {
  font-size: 20px;
  font-weight: 700;
  color: var(--pnx-r-black);
  font-family: Georgia, serif;
}
.pnxr-price-unit {
  font-size: 10px;
  font-weight: 400;
  color: var(--pnx-r-gray);
  margin-left: 2px;
}
.pnxr-btn {
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--pnx-r-accent);
  text-decoration: none;
  border: 1px solid var(--pnx-r-accent);
  padding: 6px 14px;
  border-radius: 1px;
  transition: all 0.2s;
  white-space: nowrap;
  flex-shrink: 0;
}
.pnxr-btn:hover {
  background: var(--pnx-r-accent);
  color: #fff;
}

/* Mobile CTA */
.pnxr-mobile-cta {
  display: none;
  margin-top: 28px;
  text-align: center;
}
.pnxr-mobile-cta-btn {
  display: inline-block;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
  background: var(--pnx-r-accent);
  padding: 13px 32px;
  border-radius: 2px;
  text-decoration: none;
  transition: background 0.2s;
}
.pnxr-mobile-cta-btn:hover { background: var(--pnx-r-accent-d); }

/* ── Responsive ── */
@media (max-width: 1024px) {
  .pnxr-cols-5 { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 860px) {
  .pnxr-cols-4,
  .pnxr-cols-5 { grid-template-columns: repeat(3, 1fr); }
  .pnxr-title { font-size: 26px; }
}
@media (max-width: 640px) {
  .pnxr-cols-3,
  .pnxr-cols-4,
  .pnxr-cols-5 { grid-template-columns: repeat(2, 1fr); }
  .pnxr-view-all { display: none; }
  .pnxr-mobile-cta { display: block; }
}
@media (max-width: 380px) {
  .pnxr-cols-2,
  .pnxr-cols-3,
  .pnxr-cols-4,
  .pnxr-cols-5 { grid-template-columns: repeat(2, 1fr); }
}
/* END_SECTION:pnx-related-products */