/** Shopify CDN: Minification failed

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

**/
.pdp-v2 {
  --jrs-orange: #E8601C;
  --jrs-orange-light: #FFF3ED;
  --jrs-orange-hover: #D4520F;
  --jrs-dark: #1A1A1A;
  --jrs-text: #333333;
  --jrs-muted: #717171;
  --jrs-border: #E5E5E5;
  --jrs-bg: #F7F7F7;
  --jrs-white: #FFFFFF;
  --jrs-green: #16A34A;
  --jrs-green-light: #F0FDF4;
  --jrs-error: #dc2626;
  --jrs-radius: 8px;
  font-family: inherit;
  max-width: 960px;
  margin: 12px auto 0;
  padding: 0;
  color: var(--jrs-dark);
  background: var(--jrs-bg);
  box-sizing: border-box;
  position: relative;
  min-height: 220px;
}

/* Loading overlay until pdp-multistep-form-v2 has initialised */
.pdp-v2__loader {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: var(--jrs-bg);
  border-radius: var(--jrs-radius);
  transition: opacity 0.2s ease, visibility 0.2s ease;
}
.pdp-v2[data-pdp-v2-ready] .pdp-v2__loader {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.pdp-v2__loader-spinner {
  width: 36px;
  height: 36px;
  border: 3px solid var(--jrs-border);
  border-top-color: var(--jrs-orange);
  border-radius: 50%;
  animation: pdp-v2__loader-spin 0.7s linear infinite;
}
.pdp-v2__loader-text {
  font-size: 13px;
  font-weight: 500;
  color: var(--jrs-muted);
}
@keyframes pdp-v2__loader-spin {
  to { transform: rotate(360deg); }
}
@media (min-width: 768px) {
  .pdp-v2 { padding: 0; }
}

/* Offset for sticky header when scrolling to mount (e.g. Continue to Size Selection) */
#pdp-v2-mount {
  scroll-margin-top: 120px;
}

.pdp-v2 *,
.pdp-v2 *::before,
.pdp-v2 *::after { box-sizing: border-box; }

.pdp-v2__progress {
  margin: 12px 0 10px;
  padding: 10px 14px;
  background: var(--jrs-white);
  border: 1px solid var(--jrs-border);
  border-radius: var(--jrs-radius);
}
@media (max-width: 767px) {
  .pdp-v2__progress { padding: 8px; }
}
@media (min-width: 768px) {
  .pdp-v2__progress { margin: 12px 0 12px; padding: 12px 16px; }
}
.pdp-v2__progress-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 6px;
  gap: 8px;
}
.pdp-v2__progress-title-group {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0;
  min-width: 0;
}
.pdp-v2__progress-heading { font-size: 14px; font-weight: 700; }
@media screen and (max-width: 374px) {
  .pdp-v2__progress-heading { font-size: 13px; }
}
.pdp-v2__progress-step { font-size: 12px; color: var(--jrs-muted); flex-shrink: 0; }
.pdp-v2__progress-step [data-pdp-v2-step-num] { color: var(--jrs-orange); font-weight: 700; }

/* Progress bar size guide link — match bundle PDP (bundle-size-guide-link) */
.pdp-v2__progress .bundle-size-guide-link-wrapper {
  display: flex;
  align-items: center;
}
.pdp-v2__progress .bundle-size-guide-link {
  display: inline-flex;
  align-items: center;
  gap: var(--size-guide-icon-gap-mobile, 6px);
  font-size: var(--size-guide-font-size-mobile, 14px);
  font-weight: var(--size-guide-font-weight-mobile, 500);
  line-height: 1.4;
  color: var(--size-guide-text-color, #555555);
  text-decoration: none;
  padding: var(--size-guide-padding-top-mobile, 8px) 0 var(--size-guide-padding-bottom-mobile, 8px) 0;
  transition: color 0.2s ease;
}
.pdp-v2__progress .bundle-size-guide-link:hover {
  color: var(--size-guide-text-color-hover, #333333);
  text-decoration: none;
}
.pdp-v2__progress .bundle-size-guide-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 2px;
  border-radius: 2px;
}
.pdp-v2__progress .bundle-size-guide-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: var(--size-guide-icon-color, #555555);
  transition: color 0.2s ease;
}
.pdp-v2__progress .bundle-size-guide-link:hover .bundle-size-guide-icon {
  color: var(--size-guide-icon-color-hover, #333333);
}
.pdp-v2__progress .bundle-size-guide-ruler-icon {
  width: var(--size-guide-icon-width-mobile, 16px);
  height: var(--size-guide-icon-height-mobile, 16px);
  display: block;
}
.pdp-v2__progress .bundle-size-guide-text { display: inline-block; }
.pdp-v2__progress .bundle-size-guide-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: var(--size-guide-arrow-gap-mobile, 4px);
  color: var(--size-guide-arrow-color, #555555);
  transition: color 0.2s ease;
}
.pdp-v2__progress .bundle-size-guide-link:hover .bundle-size-guide-arrow {
  color: var(--size-guide-arrow-color-hover, #333333);
}
.pdp-v2__progress .bundle-size-guide-arrow svg {
  width: var(--size-guide-arrow-width-mobile, 12px);
  height: var(--size-guide-arrow-height-mobile, 12px);
  display: block;
}

/* Mobile size guide — match bundle PDP small-screen overrides */
@media (max-width: 375px) {
  .pdp-v2__progress .bundle-size-guide-link-wrapper {
    --size-guide-font-size-mobile: 12px;
    --size-guide-icon-width-mobile: 14px;
    --size-guide-icon-height-mobile: 14px;
    --size-guide-icon-gap-mobile: 2px;
    --size-guide-arrow-width-mobile: 10px;
    --size-guide-arrow-height-mobile: 8px;
    margin-left: 4px;
  }
  .pdp-v2__progress .bundle-size-guide-text {
    font-size: 12px;
  }
  .pdp-v2__progress .bundle-size-guide-link {
    gap: 2px;
  }
  .pdp-v2__progress .bundle-size-guide-ruler-icon {
    width: 14px;
    height: 14px;
  }
  .pdp-v2__progress .bundle-size-guide-arrow svg {
    width: 10px;
    height: 8px;
  }
}

@media (min-width: 750px) {
  .pdp-v2__progress .bundle-size-guide-link {
    font-size: var(--size-guide-font-size-desktop, 14px);
    font-weight: var(--size-guide-font-weight-desktop, 500);
    gap: var(--size-guide-icon-gap-desktop, 6px);
    padding: var(--size-guide-padding-top-desktop, 8px) 0 var(--size-guide-padding-bottom-desktop, 8px);
  }
  .pdp-v2__progress .bundle-size-guide-ruler-icon {
    width: var(--size-guide-icon-width-desktop, 16px);
    height: var(--size-guide-icon-height-desktop, 16px);
  }
  .pdp-v2__progress .bundle-size-guide-arrow {
    margin-left: var(--size-guide-arrow-gap-desktop, 4px);
  }
  .pdp-v2__progress .bundle-size-guide-arrow svg {
    width: var(--size-guide-arrow-width-desktop, 12px);
    height: var(--size-guide-arrow-height-desktop, 12px);
  }
}

.pdp-v2__progress-track {
  height: 3px;
  background: var(--jrs-border);
  border-radius: 2px;
  overflow: hidden;
}
.pdp-v2__progress-fill {
  height: 100%;
  background: var(--jrs-orange);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.pdp-v2__card {
  background: var(--jrs-white);
  border: 1px solid var(--jrs-border);
  border-radius: var(--jrs-radius);
  padding: 10px 12px;
}
@media (min-width: 768px) {
  .pdp-v2__card { padding: 14px 16px; }
}
.pdp-v2__card--active { border-width: 1.5px; border-color: var(--jrs-orange); }

/* Size card: single wrapper for Step 2 (one div) — original design */
/* Color summary: standalone card (grey border) */
.pdp-v2__color-summary-card {
  background: var(--jrs-white);
  border: 1px solid #D4D4D4;
  border-radius: 6px;
  padding: 10px 14px;
  margin-bottom: 10px;
}
.pdp-v2__color-summary-card .pdp-v2__color-summary {
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0;
  background: transparent;
}
.pdp-v2__color-summary-card .pdp-v2__color-summary-left {
  gap: 7px;
}

.pdp-v2__size-card {
  background: var(--jrs-white);
  border: 1.5px solid var(--jrs-orange);
  border-radius: 8px;
  padding: 14px;
  min-width: 0;
  overflow: hidden;
}
.pdp-v2__size-card .pdp-v2__heading {
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 8px;
}
.pdp-v2__size-card .pdp-v2__per-unit {
  font-size: 13px;
  color: var(--jrs-muted);
  margin: 0 0 4px;
}
.pdp-v2__size-card .pdp-v2__per-unit a {
  font-size: 12px;
  font-weight: 600;
  color: var(--jrs-orange);
  text-decoration: none;
}
.pdp-v2__size-card .pdp-v2__per-unit-price {
  font-weight: 700;
  color: #171717;
}
.pdp-v2__size-card .pdp-v2__delivery,
.pdp-v2__size-card .pdp-v2__dispatch-info {
  font-size: 12px;
  color: var(--jrs-muted);
  margin-bottom: 6px;
  gap: 5px;
}
.pdp-v2__size-card .pdp-v2__delivery-main .pdp-v2__dispatch-info {
  margin-bottom: 0;
}
.pdp-v2__size-card .pdp-v2__discount-bar {
  padding: 6px 0 2px;
}
.pdp-v2__size-card .pdp-v2__size-grid {
  margin-top: 8px;
  gap: 6px;
  grid-template-columns: repeat(3, 1fr);
  min-width: 0;
}
@media (min-width: 768px) {
  .pdp-v2__size-card .pdp-v2__size-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 6px;
  }
}
.pdp-v2__size-card .pdp-v2__size-cell {
  border: 1px solid #D4D4D4;
  border-radius: 8px;
  padding: 7px 2px 5px;
  min-width: 0;
}
.pdp-v2__size-card .pdp-v2__size-cell__price {
  margin-bottom: 3px;
}
.pdp-v2__size-card .pdp-v2__running-total {
  margin-top: 8px;
}
.pdp-v2__size-card .pdp-v2__helper {
  margin-top: 10px;
  font-size: 12px;
  color: var(--jrs-muted);
  text-align: center;
}
.pdp-v2__size-card .pdp-v2__atc-btn {
  margin-top: 12px;
  padding: 13px;
  font-size: 14px;
  font-weight: 700;
}

.pdp-v2__heading {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 8px;
}

.pdp-v2__color-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  gap: 6px;
}
@media (min-width: 768px) {
  .pdp-v2__color-grid { grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: 6px; }
}

/* Outer pill box (whole container) — border here only */
.pdp-v2__color-grid > .pdp-v2__pill {
  border: 1px solid var(--jrs-border);
  border-radius: 6px;
}

.pdp-v2__pill {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  padding: 6px 8px;
  border: none;
  border-radius: 6px;
  background: var(--jrs-white);
  font-size: 13px;
  font-weight: 400;
  color: var(--jrs-dark);
  transition: all 0.12s;
  cursor: pointer;
  font-family: inherit;
  text-align: left;
  width: 100%;
  min-width: 0;
}
/* Inner pill (colour + name) shrinks so View button stays visible; no border */
.pdp-v2__pill > .pdp-v2__pill {
  flex: 1 1 0%;
  min-width: 0;
  width: auto;
  border: none;
  overflow: hidden;
  align-items: flex-start;
}
.pdp-v2__pill--selected {
  background: var(--jrs-orange-light);
  font-weight: 600;
}
.pdp-v2__pill-swatch {
  width: 28px;
  height: 28px;
  border-radius: 0.5rem;
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.pdp-v2__pill-swatch--light { border: 1px solid var(--jrs-border); }
.pdp-v2__pill-swatch--image {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
/* Long names wrap to max 2 lines so they never overlap the View button */
.pdp-v2__pill-name {
  flex: 1;
  min-width: 0;
  overflow-wrap: break-word;
  word-break: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.3;
}
@media (max-width: 749px) {
  .pdp-v2__pill { padding: 4px; }
}
@media (max-width: 374px) {
  .pdp-v2__pill { font-size: 12px; gap: 2px; }
}
.pdp-v2__pill-view {
  font-size: 10px;
  font-weight: 600;
  color: var(--jrs-orange);
  text-decoration: underline;
  text-underline-offset: 2px;
  flex-shrink: 0;
  align-self: flex-start;
  white-space: nowrap;
  min-width: 2.5em;
  min-height: 28px;
  display: inline-flex;
  align-items: center;
  background: none;
  border: none;
  padding: 4px 2px;
  cursor: pointer;
  font-family: inherit;
}

.pdp-v2__show-more { display: flex; gap: 6px; margin-top: 8px; flex-wrap: wrap; }
.pdp-v2__show-more-btn {
  flex: 1;
  min-width: 110px;
  padding: 8px 10px;
  border: 1px dashed var(--jrs-border);
  border-radius: 6px;
  background: transparent;
  font-size: 12px;
  color: var(--jrs-muted);
  cursor: pointer;
  font-family: inherit;
}
.pdp-v2__show-more-btn--viewall {
  border: 1px solid var(--jrs-orange);
  background: var(--jrs-orange-light);
  color: var(--jrs-orange);
  font-weight: 600;
}

/* Color preview bar — shows when a colour is selected, above Continue button */
.pdp-v2__preview-bar {
  margin-top: 12px;
  border: 1px solid rgba(232, 96, 28, 0.19);
  border-radius: var(--jrs-radius);
  overflow: hidden;
  background: var(--jrs-white);
  animation: pdp-v2-bar-in 0.2s ease;
}
@keyframes pdp-v2-bar-in {
  from { opacity: 0; transform: translateY(-4px); }
  to   { opacity: 1; transform: translateY(0); }
}
.pdp-v2__preview-bar-inner { display: block; }
.pdp-v2__preview-bar-row {
  display: flex;
  align-items: stretch;
}
.pdp-v2__preview-bar-image {
  width: 80px;
  min-width: 80px;
  min-height: 80px;
  position: relative;
  display: flex;
  align-items: stretch;
  justify-content: center;
  overflow: hidden;
}
.pdp-v2__preview-bar-color-block {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
}
.pdp-v2__preview-bar-color-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pdp-v2__preview-bar-badge {
  position: absolute;
  top: 6px;
  left: 6px;
  display: flex;
  align-items: center;
  gap: 3px;
  background: var(--jrs-white);
  border-radius: 20px;
  padding: 2px 6px 2px 3px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  font-size: 8px;
  font-weight: 700;
  color: var(--jrs-green);
  letter-spacing: 0.02em;
}
.pdp-v2__preview-bar-info {
  flex: 1;
  padding: 10px 12px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
}
.pdp-v2__preview-bar-row1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}
.pdp-v2__preview-bar-row1 .pdp-v2__preview-bar-swatch {
  display: none;
}
.pdp-v2__preview-bar-name {
  font-size: 13px;
  font-weight: 700;
  color: var(--jrs-dark);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  flex: 1;
  min-width: 0;
}
.pdp-v2__preview-bar-row1 .pdp-v2__preview-bar-price {
  font-size: 14px;
  font-weight: 700;
  color: var(--jrs-dark);
  flex-shrink: 0;
}
.pdp-v2__preview-bar-sizes {
  display: flex;
  align-items: center;
  gap: 3px;
  flex-wrap: wrap;
}
.pdp-v2__preview-bar-size-tag {
  font-size: 12px;
  font-weight: 400;
  color: var(--jrs-muted, #6b7280);
}
/* Comma only between multiple sizes, not after a single size */
.pdp-v2__preview-bar-size-tag:has(+ .pdp-v2__preview-bar-size-tag)::after {
  content: ', ';
  color: inherit;
}
.pdp-v2__preview-bar-size-tag--soldout {
  color: #9ca3af;
  text-decoration: line-through;
}
.pdp-v2__preview-bar-size-tag--low {
  color: var(--jrs-error);
}
.pdp-v2__preview-bar-size-tag--popular {
  color: var(--jrs-green);
}
.pdp-v2__preview-bar-stock-note {
  display: none;
}
.pdp-v2__preview-bar-view {
  font-size: 11px;
  font-weight: 600;
  color: var(--jrs-orange);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 2px;
  background: none;
  border: none;
  padding: 0;
  font-family: inherit;
  text-align: start;
}
.pdp-v2__preview-bar-view:hover {
  color: var(--jrs-orange-hover);
}
.pdp-v2__preview-bar-stats {
  display: flex;
  border-top: 1px solid #f0f0f0;
  background: #fafafa;
}
.pdp-v2__preview-bar-stat {
  flex: 1;
  padding: 8px;
  text-align: center;
  border-left: 1px solid #f0f0f0;
}
.pdp-v2__preview-bar-stat:first-child { border-left: none; }
.pdp-v2__preview-bar-stat-label {
  display: block;
  font-size: 9px;
  color: var(--jrs-muted);
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1px;
}
.pdp-v2__preview-bar-stat-value {
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: var(--jrs-dark);
}
.pdp-v2__preview-bar-stat-sub {
  display: block;
  font-size: 9px;
  color: var(--jrs-muted);
}

.pdp-v2__continue-btn {
  width: 100%;
  margin-top: 12px;
  padding: 12px 14px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--jrs-white);
  background: var(--jrs-border);
  border: none;
  border-radius: 6px;
  cursor: default;
  font-family: inherit;
  transition: background 0.12s;
  scroll-margin-bottom: 24px;
}
.pdp-v2__continue-btn:not(:disabled) {
  background: var(--jrs-green);
  cursor: pointer;
}
.pdp-v2__helper {
  font-size: 12px;
  color: var(--jrs-muted);
  margin: 6px 0 0;
  text-align: center;
}

.pdp-v2__step2-right { flex: 1; min-width: 0; }
@media (min-width: 768px) {
  .pdp-v2__desktop-layout {
    display: flex;
    gap: 16px;
    padding: 0;
    align-items: flex-start;
  }
}
.pdp-v2__color-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 12px;
  background: var(--jrs-white);
  border: 1px solid var(--jrs-border);
  border-radius: 6px;
  margin-bottom: 8px;
}
.pdp-v2__color-summary-left { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.pdp-v2__color-summary-swatch {
  width: 24px;
  height: 24px;
  border-radius: 0.25rem;
  flex-shrink: 0;
}
.pdp-v2__color-summary-swatch--image { background-size: cover; background-position: center; overflow: hidden; }
.pdp-v2__color-summary-change {
  font-size: 12px;
  font-weight: 600;
  color: var(--jrs-orange);
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  font-family: inherit;
}

.pdp-v2__per-unit { font-size: 12px; color: var(--jrs-muted); margin: 0 0 4px; }
.pdp-v2__per-unit-price { font-weight: 700; color: #171717; }
.pdp-v2__per-unit a { font-size: 12px; font-weight: 600; color: var(--jrs-orange); text-decoration: none; }
.pdp-v2__dispatch-info {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 11px;
  color: var(--jrs-muted);
  margin-bottom: 5px;
}
.pdp-v2__dispatch-info svg { flex-shrink: 0; color: var(--jrs-muted); }

/* Delivery dropdown (same styling as bundle PDP) */
.pdp-v2__delivery {
  margin-bottom: 8px;
}
.pdp-v2__delivery-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.pdp-v2__delivery-main .pdp-v2__dispatch-info {
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}
.pdp-v2__delivery-toggle {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 0 4px 6px;
  font: inherit;
  font-size: 11px;
  font-weight: 600;
  color: #1a7a3a;
  background: none;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.pdp-v2__delivery-toggle:hover { color: #145a2e; }
.pdp-v2__delivery-chevron {
  width: 10px;
  height: 10px;
  transition: transform 0.2s ease;
}
.pdp-v2__delivery-toggle[aria-expanded="true"] .pdp-v2__delivery-chevron {
  transform: rotate(180deg);
}
.pdp-v2__delivery-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease;
}
.pdp-v2__delivery-detail[data-open="true"] {
  max-height: 800px;
}
.pdp-v2__delivery-detail .del-accordion__body-inner {
  padding: 0;
  border-top: 1px solid var(--jrs-border);
  margin-top: 4px;
}
/* del-rows: match bundle PDP delivery info — no padding on sections */
.pdp-v2__delivery .del-rows { overflow: hidden; }
.pdp-v2__delivery .del-rows__section {
  padding: 0 !important;
  border-bottom: 1px solid #f0f0f0;
}
.pdp-v2__delivery .del-rows__section:last-child { border-bottom: none; }
.pdp-v2__delivery .del-rows__section-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #6b6b6b;
  margin-bottom: 10px;
}
.pdp-v2__delivery .del-rows__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding: 6px 0;
}
.pdp-v2__delivery .del-rows__row:first-of-type { padding-top: 0; }
.pdp-v2__delivery .del-rows__row + .del-rows__row { border-top: 1px solid #f7f7f5; }
.pdp-v2__delivery .del-rows__label {
  font-size: 12px;
  color: #1a1a1a;
  font-weight: 500;
  flex: 1;
  line-height: 1.4;
  min-width: 0;
}
.pdp-v2__delivery .del-rows__sub {
  font-size: 11px;
  color: #999;
  margin-top: 2px;
}
.pdp-v2__delivery .del-rows__value {
  font-size: 12px;
  font-weight: 700;
  color: #1a1a1a;
  flex-shrink: 0;
  text-align: right;
}
.pdp-v2__delivery .del-rows__value--green { color: #2E8B3C; }
.pdp-v2__delivery .del-rows__value--orange { color: #E85D26; }
.pdp-v2__delivery .del-rows__note {
  font-size: 11px;
  color: #6b6b6b;
  margin-top: 6px;
  padding-top: 8px;
  border-top: 1px solid #f0f0f0;
  line-height: 1.5;
}
.pdp-v2__delivery .del-rows__link {
  color: #E85D26;
  text-decoration: none;
  font-weight: 600;
}
.pdp-v2__delivery .del-rows__link:hover { text-decoration: underline; }

.pdp-v2__discount-bar { padding: 4px 0 2px; }
.pdp-v2__discount-tier-row {
  position: relative;
  width: 100%;
  margin-bottom: 3px;
  min-height: 1.5em;
}
.pdp-v2__discount-tier-marker {
  position: absolute;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
}
.pdp-v2__discount-tier-marker:last-child,
.pdp-v2__discount-tier-marker--last {
  left: auto;
  right: 0;
  transform: none;
  text-align: right;
}
.pdp-v2__discount-tier-label { font-size: 9px; font-weight: 500; color: var(--jrs-muted); }
.pdp-v2__discount-tier-label--reached { font-weight: 700; color: var(--jrs-green); }
.pdp-v2__discount-tier-qty { font-size: 8.5px; }
.pdp-v2__discount-track {
  height: 4px;
  background: var(--jrs-border);
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}
.pdp-v2__discount-fill {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: linear-gradient(90deg, var(--jrs-orange), var(--jrs-green));
  border-radius: 2px;
  transition: width 0.3s ease;
}
.pdp-v2__discount-nudge { margin-top: 3px; font-size: 10px; font-weight: 600; text-align: center; color: var(--jrs-orange); }
.pdp-v2__discount-nudge .pdp-v2__discount-nudge-green { color: var(--jrs-green); font-weight: 700; }

.pdp-v2__size-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  margin-top: 6px;
  min-width: 0;
}
@media (min-width: 768px) {
  .pdp-v2__size-grid {
    grid-template-columns: repeat(auto-fill, minmax(90px, 1fr));
    gap: 6px;
  }
}

.pdp-v2__size-cell {
  border: 1px solid var(--jrs-border);
  border-radius: var(--jrs-radius);
  padding: 6px 2px 4px;
  text-align: center;
  background: var(--jrs-white);
  opacity: 1;
  transition: all 0.15s;
  position: relative;
  min-width: 0;
}
@media (min-width: 768px) {
  .pdp-v2__size-cell { padding: 8px 4px 6px; }
}
.pdp-v2__size-cell--active {
  border-width: 2px;
  border-color: var(--jrs-orange);
  background: var(--jrs-orange-light);
}
.pdp-v2__size-cell--soldout {
  background: var(--jrs-bg);
  opacity: 0.4;
}
.pdp-v2__size-cell__popular {
  position: absolute;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  background: var(--jrs-green);
  color: var(--jrs-white);
  font-size: 7.5px;
  font-weight: 700;
  padding: 1px 5px;
  border-radius: 0 0 4px 4px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  line-height: 12px;
}
.pdp-v2__size-cell__label { font-size: 12px; font-weight: 700; margin-bottom: 1px; }
@media (min-width: 768px) { .pdp-v2__size-cell__label { font-size: 13px; } }
.pdp-v2__size-cell__price { font-size: 9px; color: var(--jrs-muted); margin-bottom: 2px; }
@media (min-width: 768px) { .pdp-v2__size-cell__price { font-size: 10px; } }
.pdp-v2__size-cell__inventory {
  font-size: 10px;
  line-height: 1.35;
  color: var(--jrs-muted);
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .pdp-v2__size-cell__inventory { font-size: 11px; }
}
.pdp-v2__size-cell__inventory-num { font-weight: 600; }
.pdp-v2__size-cell__qty-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0;
}
.pdp-v2__size-cell__btn {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border: none;
  background: transparent;
  font-size: 16px;
  color: var(--jrs-muted);
  cursor: default;
  font-family: inherit;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
@media (min-width: 768px) {
  .pdp-v2__size-cell__btn { width: 32px; height: 32px; min-width: 32px; min-height: 32px; }
}
.pdp-v2__size-cell__btn:not(:disabled) { color: var(--jrs-orange); cursor: pointer; }
.pdp-v2__size-cell__qty-display {
  min-width: 44px;
  width: 44px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--jrs-muted);
  cursor: text;
  border: 1px solid var(--jrs-border);
  border-radius: 6px;
  line-height: 1.2;
  padding: 0 4px;
  box-sizing: border-box;
}
.pdp-v2__size-cell__qty-display--has-qty { color: var(--jrs-orange); border-color: var(--jrs-orange); }
.pdp-v2__size-cell__qty-input { min-width: 44px; width: 44px; padding: 8px 6px; font-size: 15px; text-align: center; }
@media (min-width: 768px) {
  .pdp-v2__size-cell__qty-input { min-width: 52px; width: 52px; font-size: 16px; }
}
.pdp-v2__size-cell__subtotal { font-size: 9px; color: var(--jrs-orange); font-weight: 600; margin-top: 2px; }
@media (min-width: 768px) { .pdp-v2__size-cell__subtotal { font-size: 10px; } }
.pdp-v2__size-cell__stock { font-size: 8.5px; color: var(--jrs-error); font-weight: 500; margin-top: 2px; }
.pdp-v2__size-cell__soldout { font-size: 9px; color: var(--jrs-muted); font-weight: 500; margin-top: 2px; }

.pdp-v2__running-total {
  padding: 8px 10px;
  margin-top: 8px;
  background: var(--jrs-orange-light);
  border: 1px solid var(--jrs-border);
  border-radius: 6px;
}
.pdp-v2__running-total-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdp-v2__running-total-count { font-size: 12px; font-weight: 600; color: var(--jrs-dark); }
@media (min-width: 768px) { .pdp-v2__running-total-count { font-size: 13px; } }
.pdp-v2__running-total-right { text-align: right; }
.pdp-v2__running-total-was {
  font-size: 12px;
  color: var(--jrs-muted);
  text-decoration: line-through;
  margin-right: 0.5rem;
}
.pdp-v2__running-total-price { font-size: 15px; font-weight: 700; color: var(--jrs-orange); }
@media (min-width: 768px) { .pdp-v2__running-total-price { font-size: 16px; } }
.pdp-v2__running-total-badge { font-size: 10px; color: var(--jrs-green); font-weight: 600; margin-left: 4px; }

.pdp-v2__atc-btn {
  width: 100%;
  margin-top: 10px;
  padding: 12px;
  min-height: 44px;
  font-size: 14px;
  font-weight: 700;
  color: var(--jrs-white);
  background: var(--jrs-border);
  border: none;
  border-radius: 6px;
  cursor: default;
  font-family: inherit;
}
@media (min-width: 768px) {
  .pdp-v2__atc-btn { padding: 12px 14px; font-size: 14px; }
}
.pdp-v2__atc-btn:not(:disabled) {
  background: var(--jrs-orange);
  cursor: pointer;
}
@media (max-width: 749px) {
  .pdp-v2__atc-btn-summary { display: block; margin-top: 2px; font-size: 0.9em; font-weight: 600; }
}

.pdp-v2__sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: var(--jrs-white);
  border-top: 1px solid var(--jrs-border);
  padding: 8px 14px;
  padding-bottom: calc(8px + env(safe-area-inset-bottom, 0px));
  box-shadow: 0 -4px 16px rgba(0,0,0,0.06);
  transform: translateY(100%);
  transition: transform 0.2s ease;
}
.pdp-v2__sticky-footer[data-visible="true"] { transform: translateY(0); }
.pdp-v2__sticky-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 900px;
  margin: 0 auto;
}
.pdp-v2__sticky-swatch {
  width: 24px;
  height: 24px;
  border-radius: 6px;
  flex-shrink: 0;
}
.pdp-v2__sticky-swatch--image {
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.pdp-v2__sticky-info { flex: 1; min-width: 0; }
.pdp-v2__sticky-line1 { font-size: 11px; color: var(--jrs-muted); min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pdp-v2__sticky-line2 { display: flex; align-items: baseline; gap: 4px; }
.pdp-v2__sticky-atc {
  padding: 10px 16px;
  min-height: 44px;
  font-size: 12px;
  font-weight: 700;
  color: var(--jrs-white);
  background: var(--jrs-border);
  border: none;
  border-radius: 6px;
  cursor: default;
  font-family: inherit;
  white-space: nowrap;
}
.pdp-v2__sticky-atc:not(:disabled) {
  background: var(--jrs-orange);
  cursor: pointer;
}

.pdp-v2__drawer {
  position: fixed;
  inset: 0;
  z-index: 9998;
  display: none;
  align-items: flex-end;
  justify-content: center;
  pointer-events: none;
}
.pdp-v2__drawer[data-open="true"] {
  display: flex;
  pointer-events: auto;
}
.pdp-v2__drawer-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,0.5);
  cursor: pointer;
}
.pdp-v2__drawer-panel {
  position: relative;
  background: var(--jrs-white);
  border-radius: 14px 14px 0 0;
  max-width: 640px;
  width: 100%;
  max-height: 82vh;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  overflow: hidden;
}
.pdp-v2__drawer-body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
.pdp-v2__drawer-header {
  padding: 12px 16px 10px;
  border-bottom: 1px solid var(--jrs-border);
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pdp-v2__drawer-title { font-size: 14px; font-weight: 700; color: var(--jrs-dark); }
.pdp-v2__drawer-close {
  background: none;
  border: none;
  font-size: 20px;
  color: var(--jrs-muted);
  cursor: pointer;
  padding: 0;
  line-height: 1;
  font-family: inherit;
}
.pdp-v2__drawer-search {
  width: calc(100% - 32px);
  margin: 0 16px 10px;
  padding: 8px 12px;
  border: 1px solid var(--jrs-border);
}

/* Image preview modal uses JRS unified modal (.jrs-modal) from jrs-unified-modal.css:
   same backdrop, close icon, container animation. Only content-area styles below. */

.pdp-v2__modal-image {
  width: 100%;
  min-height: 200px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
}

.pdp-v2__modal-loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 24px;
  position: absolute;
  inset: 0;
  z-index: 1;
}

.pdp-v2__modal-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid var(--jrs-border, #e5e5e5);
  border-top-color: var(--jrs-orange, #ff6b3d);
  border-radius: 50%;
  animation: pdp-v2-spin 1s linear infinite;
}

.pdp-v2__modal-loading-text {
  font-size: 14px;
  color: var(--jrs-dark, #1a1a1a);
}

@keyframes pdp-v2-spin {
  to { transform: rotate(360deg); }
}

.pdp-v2__modal-footer {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 12px;
  width: 100%;
  justify-content: center;
}
.pdp-v2__modal-swatch {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  flex-shrink: 0;
}
.pdp-v2__modal-swatch--image {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
.pdp-v2__modal-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--jrs-dark);
