.product-grid--redesign {
  --pcr-primary: #0b6be8;
  --pcr-primary-hover: #0058d6;
  --pcr-primary-soft: #eaf2ff;
  --pcr-success: #20a464;
  --pcr-success-soft: #eaf8f0;
  --pcr-danger: #eb2f3a;
  --pcr-danger-soft: #fff0f1;
  --pcr-warning: #d97706;
  --pcr-warning-soft: #fff7ed;
  --pcr-text: #111827;
  --pcr-text-mid: #2d3748;
  --pcr-muted: #6b7788;
  --pcr-soft: #f5f7fb;
  --pcr-soft-2: #f8fafc;
  --pcr-border: #e3e8f0;
  --pcr-border-strong: #d4dce8;
  --pcr-radius: 8px;
  --pcr-radius-sm: 6px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  grid-column-gap: 22px;
  grid-row-gap: 16px;
  align-items: start;
}

.product-grid--redesign,
.product-grid--redesign * {
  box-sizing: border-box;
}

.product-grid--redesign .pcr-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  vertical-align: middle;
}

.product-grid--redesign a {
  text-decoration: none !important;
}

.product-grid--redesign section {
  padding: 0;
}

.product-grid--redesign .product-grid__title {
  grid-column: 1 / 2;
  grid-row: 1;
}

.product-grid--redesign .product-grid__gallery {
  grid-column: 1 / 2;
  grid-row: 2;
  min-width: 0;
}

.product-grid--redesign .product-grid__pricing-options {
  grid-column: 2 / 3;
  grid-row: 1 / span 4;
  align-self: start;
  min-width: 0;
}

.product-grid--redesign .product-grid__trust-band,
.product-grid--redesign .product-grid__announcements,
.product-grid--redesign .product-grid__short-description {
  grid-column: 1 / 2;
  min-width: 0;
}

.product-grid--redesign .product-grid__trust-band {
  grid-row: 3;
}

.product-grid--redesign .product-grid__announcements {
  grid-row: 4;
  margin-top: 4px;
}

.product-grid--redesign .product-gallery-row {
  display: grid;
  grid-template-columns: minmax(0, 1.58fr) minmax(290px, 1fr);
  gap: 16px;
  align-items: start;
  min-width: 0;
}

.product-grid--redesign .product-gallery-row--single {
  grid-template-columns: minmax(0, 1fr);
}

.product-grid--redesign .product-hero {
  padding: 2px 0 0;
}

.product-grid--redesign .product-hero__title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 12px;
  margin-bottom: 14px;
}

.product-grid--redesign .product-hero__title {
  margin: 0;
  color: var(--pcr-text);
  font-size: 28px;
  font-weight: 700;
  line-height: 1.18;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.product-grid--redesign .product-hero__badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 7px 13px;
  border-radius: var(--pcr-radius-sm);
  background: var(--pcr-success-soft);
  color: #17804f;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap;
}

.product-grid--redesign .product-hero-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 18px;
}

.product-grid--redesign .product-hero-facts__item {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  min-height: 52px;
  min-width: 126px;
  padding: 8px 16px 8px 13px;
  border: 1px solid #eef2f7;
  border-radius: var(--pcr-radius-sm);
  background: #f7f9fc;
}

.product-grid--redesign .product-hero-facts__icon-wrap {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #222b45;
}

.product-grid--redesign .product-hero-facts__icon-wrap--success {
  color: var(--pcr-success);
}

.product-grid--redesign .product-hero-facts__icon {
  width: 22px;
  height: 22px;
}

.product-grid--redesign .product-hero-facts__text {
  display: flex;
  min-width: 0;
  flex-direction: column;
}

.product-grid--redesign .product-hero-facts__value {
  color: var(--pcr-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.product-grid--redesign .product-hero-facts__label {
  margin-top: 2px;
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.2;
}

.product-grid--redesign .product-hero__meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px 18px;
  color: var(--pcr-muted);
  font-size: 14px;
  line-height: 1.3;
}

.product-grid--redesign .product-hero__meta-item,
.product-grid--redesign .product-hero__rating {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.product-grid--redesign .product-hero__rating {
  color: #1f5fbf;
  border-bottom: 0;
  line-height: 1;
}

.product-grid--redesign .product-hero__rating > * {
  align-self: center;
}

.product-grid--redesign .product-hero__rating .vue-star-rating,
.product-grid--redesign .product-hero__rating .vue-star-rating > div {
  display: flex;
  align-items: center !important;
  line-height: 1;
}

.product-grid--redesign .product-hero__rating .vue-star-rating-star,
.product-grid--redesign .product-hero__rating .vue-star-rating-rating-text {
  align-self: center;
  display: inline-flex;
  align-items: center;
}

.product-grid--redesign .product-hero__rating .vue-star-rating-star {
  transform: translateY(-2px);
}

.product-grid--redesign .product-hero__rating .vue-star-rating-rating-text {
  margin-top: 0 !important;
}

.product-grid--redesign .product-hero__rating-value {
  color: var(--pcr-text-mid);
  font-weight: 700;
}

.product-grid--redesign .product-hero__vendor-code {
  color: #1f66d8;
  font-weight: 600;
}

.product-grid--redesign .product-hero__meta-item--in-stock {
  color: var(--pcr-success);
  font-weight: 700;
}

.product-grid--redesign .product-hero__meta-item--out-of-stock {
  color: var(--pcr-danger);
  font-weight: 700;
}

.product-grid--redesign .product-hero__meta-check {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: currentColor;
  color: var(--pcr-success);
}

.product-grid--redesign .product-hero__meta-item--out-of-stock .product-hero__meta-check {
  color: var(--pcr-danger);
}

.product-grid--redesign .product-hero__meta-check .pcr-icon {
  width: 12px;
  height: 12px;
  color: #fff;
  stroke-width: 2.5;
}

.product-grid--redesign .product-hero__admin {
  margin-top: 12px;
}

.product-grid--redesign .product-gallery {
  display: grid;
  grid-template-columns: 98px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  min-width: 0;
}

.product-grid--redesign .product-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 0;
}

.product-grid--redesign .product-gallery__thumb {
  width: 98px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius-sm);
  background: #fff;
  cursor: pointer;
}

.product-grid--redesign .product-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.product-grid--redesign .product-gallery__thumb--active {
  border-color: var(--pcr-primary);
  box-shadow: 0 0 0 1px var(--pcr-primary);
}

.product-grid--redesign .product-gallery__video {
  width: 98px;
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 7px 8px;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius-sm);
  background: #fff;
  color: var(--pcr-text-mid);
  font-size: 12.5px;
  font-weight: 700;
}

.product-grid--redesign .product-gallery__video-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--pcr-primary-soft);
  color: var(--pcr-primary);
}

.product-grid--redesign .product-gallery__video-icon .pcr-icon {
  width: 14px;
  height: 14px;
  margin-left: 2px;
  fill: currentColor;
  stroke: none;
}

.product-grid--redesign .product-gallery__stage {
  display: flex;
  flex-direction: column;
  gap: 9px;
  min-width: 0;
}

.product-grid--redesign .product-gallery__main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius);
  background: #fff;
}

.product-grid--redesign .product-gallery__main a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 0;
}

.product-grid--redesign .product-gallery__main img {
  width: 93%;
  height: 93%;
  object-fit: contain;
  background: transparent;
}

.product-grid--redesign .product-gallery--out-of-stock .product-gallery__main img,
.product-grid--redesign .product-gallery--out-of-stock .product-gallery__thumb img {
  filter: grayscale(1);
  opacity: .78;
}

.product-grid--redesign .product-gallery__nav {
  position: absolute;
  top: 50%;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  border: 1px solid var(--pcr-border);
  border-radius: 50%;
  background: rgba(255, 255, 255, .96);
  color: var(--pcr-text);
  cursor: pointer;
  box-shadow: 0 2px 9px rgba(17, 24, 39, .08);
}

.product-grid--redesign .product-gallery__nav--prev {
  left: 8px;
}

.product-grid--redesign .product-gallery__nav--next {
  right: 8px;
}

.product-grid--redesign .product-gallery__dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.product-grid--redesign .product-gallery__dot {
  width: 7px;
  height: 7px;
  display: inline-block;
  border-radius: 50%;
  background: #d1d5db;
}

.product-grid--redesign .product-gallery__dot--active {
  background: #6d7788;
}

.product-grid--redesign .product-gallery__empty {
  min-height: 280px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius);
  color: var(--pcr-muted);
  background: #fff;
}

.product-grid--redesign .product-card-specs {
  padding: 15px 18px;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius);
  background: #fff;
}

.product-grid--redesign .product-card-specs__header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 4px 12px;
  margin-bottom: 8px;
}

.product-grid--redesign .product-card-specs__title {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  color: var(--pcr-text);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
}

.product-grid--redesign .product-card-specs__more {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--pcr-primary);
  font-size: 13.5px;
  font-weight: 600;
  white-space: nowrap;
}

.product-grid--redesign .product-card-specs__more .pcr-icon {
  width: 14px;
  height: 14px;
}

.product-grid--redesign .product-card-specs__attachments {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid var(--pcr-border);
}

.product-grid--redesign .product-card-specs__attachments-title {
  margin-bottom: 6px;
  color: var(--pcr-muted);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.product-grid--redesign .product-card-specs__attachments-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-grid--redesign .product-card-specs__attachment {
  display: inline-block;
  color: var(--pcr-primary);
  font-size: 13.5px;
  font-weight: 500;
  text-decoration: none;
}

.product-grid--redesign .product-card-specs__attachment:hover {
  text-decoration: underline;
}

.product-grid--redesign .product-card-specs__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: baseline;
  gap: 10px;
  padding: 6px 0;
  border-bottom: 1px dotted #dde3eb;
  color: var(--pcr-text);
  font-size: 14px;
  line-height: 1.25;
}

.product-grid--redesign .product-card-specs__row:last-child {
  border-bottom: 0;
}

.product-grid--redesign .product-card-specs__row-label {
  color: var(--pcr-muted);
  overflow-wrap: anywhere;
}

.product-grid--redesign .product-card-specs__row-value {
  color: var(--pcr-text-mid);
  font-weight: 700;
  text-align: right;
  overflow-wrap: anywhere;
}

.product-grid--redesign .product-trust-band {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
  gap: 16px;
  padding: 17px 18px;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius);
  background: #fff;
}

.product-grid--redesign .product-trust-band__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  min-width: 0;
}

.product-grid--redesign .product-trust-band__icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--pcr-primary);
}

.product-grid--redesign .product-trust-band__icon .pcr-icon {
  width: 25px;
  height: 25px;
  stroke-width: 1.8;
}

.product-grid--redesign .product-trust-band__copy {
  min-width: 0;
}

.product-grid--redesign .product-trust-band__title {
  color: var(--pcr-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
  overflow-wrap: anywhere;
}

.product-grid--redesign .product-trust-band__subtitle {
  margin-top: 3px;
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.3;
  overflow-wrap: anywhere;
}

.product-grid--redesign .product-trust-band__link {
  color: inherit;
  text-decoration: none;
  border-bottom: 1px dashed currentColor;
}

.product-grid--redesign .product-trust-band__link:hover {
  color: var(--pcr-primary);
  border-bottom-color: var(--pcr-primary);
}

.product-grid--redesign .product-trust-band__title .product-trust-band__link {
  border-bottom: none;
}

.product-grid--redesign .product-trust-band__title .product-trust-band__link:hover {
  color: var(--pcr-primary);
}

.product-grid--redesign .product-trust-band__sep {
  margin: 0 4px;
  color: var(--pcr-border-strong);
}

.product-grid--redesign .product-pricing--redesign {
  position: sticky;
  top: 16px;
  display: flex;
  flex-direction: column;
  gap: 13px;
  padding: 20px;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius);
  background: #fff;
  box-shadow: 0 3px 14px rgba(17, 24, 39, .06);
}

.product-grid--redesign .product-pricing--redesign .product-price__row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
}

.product-grid--redesign .product-pricing--redesign .product-price__actual {
  color: var(--pcr-text);
  font-size: 32px;
  font-weight: 700;
  line-height: 1.08;
  white-space: nowrap;
  order: 0;
}

.product-grid--redesign .product-pricing--redesign .product-price__discount-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  padding: 6px 10px;
  border-radius: var(--pcr-radius-sm);
  background: var(--pcr-danger-soft);
  color: var(--pcr-danger);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  order: 1;
}

.product-grid--redesign .product-pricing--redesign .product-price__second-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 5px;
}

.product-grid--redesign .product-pricing--redesign .product-price__old {
  color: var(--pcr-muted);
  font-size: 16px;
  line-height: 1.2;
  text-decoration: line-through;
}

.product-grid--redesign .product-pricing--redesign .product-price__savings {
  color: var(--pcr-danger);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.product-grid--redesign .product-pricing--redesign .product-pricing__pay-options {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
}

.product-grid--redesign .product-pricing--redesign .product-pricing__pay-options-header {
  color: var(--pcr-text-mid);
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
}

.product-grid--redesign .product-pricing--redesign .product-pricing__pay-option {
  display: inline-flex;
  align-items: baseline;
  gap: 8px;
  padding: 7px 14px;
  border-radius: 999px;
  font-size: 13px;
  line-height: 1.2;
}

.product-grid--redesign .product-pricing--redesign .product-pricing__pay-option--online {
  background: #e6f7ee;
  border: 1px solid #b7e6cc;
  color: #157944;
}

.product-grid--redesign .product-pricing--redesign .product-pricing__pay-option--cash {
  background: #fff4e6;
  border: 1px solid #f5d3a4;
  color: #9c5b1f;
}

.product-grid--redesign .product-pricing--redesign .product-pricing__pay-option-amount {
  font-size: 18px;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
}

.product-grid--redesign .product-pricing--redesign .product-pricing__pay-option-label {
  font-weight: 500;
}

.product-grid--redesign .product-pricing__avail-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  color: var(--pcr-muted);
  font-size: 14.5px;
  line-height: 1.25;
}

.product-grid--redesign .product-pricing__avail {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--pcr-success);
  font-weight: 700;
}

.product-grid--redesign .product-pricing__avail--out-of-stock {
  color: var(--pcr-danger);
}

.product-grid--redesign .product-pricing__avail-icon {
  width: 19px;
  height: 19px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: currentColor;
}

.product-grid--redesign .product-pricing__avail-icon .pcr-icon {
  width: 12px;
  height: 12px;
  color: #fff;
  stroke-width: 2.5;
}

.product-grid--redesign .product-pricing__cta {
  display: flex;
  flex-direction: column;
  gap: 9px;
}

.product-grid--redesign .product-pricing__cart-control,
.product-grid--redesign .product-pricing__cart-control > div {
  width: 100%;
}

.product-grid--redesign .product-pricing--redesign .action-button {
  min-height: 46px;
  border-radius: var(--pcr-radius-sm);
  font-size: 15px;
  letter-spacing: 0;
}

.product-grid--redesign .product-pricing--redesign .action-button-group {
  gap: 6px;
  align-items: stretch;
}

.product-grid--redesign .product-pricing--redesign .action-button-group .action-button {
  border-radius: var(--pcr-radius-sm) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-grid--redesign .product-pricing--redesign .action-button-group .action-button--delete {
  flex: 0 0 46px;
  padding: 0;
}

.product-grid--redesign .product-pricing--redesign .action-button-group .action-button--chat {
  flex: 1 1 auto;
  width: auto !important;
  padding: 6px 12px;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
}

.product-grid--redesign .product-pricing--redesign .action-button-group .action-button--chat .action-button--basket__upper {
  font-size: 14px;
}

.product-grid--redesign .product-pricing--redesign .action-button-group .action-button--chat .action-button--basket__lower {
  margin-top: 2px;
  font-size: 11px;
  font-weight: 500;
  text-transform: none;
  opacity: 0.85;
}

.product-grid--redesign .product-pricing--redesign .action-button-group .action-button--basket {
  flex: 0 0 64px;
  padding: 0;
}

/* Sticky-header: same redesign for the cart button block */
.product-details-sticky-header .action-button {
  min-height: 44px;
  border-radius: var(--pcr-radius-sm, 6px);
  font-size: 14px;
  letter-spacing: 0;
}

.product-details-sticky-header .action-button--basket:not(.action-button--preview-stepper) {
  border: 1px solid var(--pcr-primary, #0b6be8);
  background: var(--pcr-primary, #0b6be8);
  color: #fff;
}

.product-details-sticky-header .action-button--basket:not(.action-button--preview-stepper):hover {
  border-color: var(--pcr-primary-hover, #0058d6);
  background: var(--pcr-primary-hover, #0058d6);
}

.product-details-sticky-header .action-button-group {
  gap: 4px;
  align-items: stretch;
}

.product-details-sticky-header .action-button-group .action-button {
  border-radius: var(--pcr-radius-sm, 6px) !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.product-details-sticky-header .action-button-group .action-button--delete {
  flex: 0 0 44px;
  padding: 0;
}

.product-details-sticky-header .action-button-group .action-button--chat {
  flex: 1 1 auto;
  width: auto !important;
  padding: 4px 10px;
  flex-direction: column;
  gap: 0;
  line-height: 1.2;
}

.product-details-sticky-header .action-button-group .action-button--chat .action-button--basket__upper {
  font-size: 13px;
}

.product-details-sticky-header .action-button-group .action-button--chat .action-button--basket__lower {
  margin-top: 1px;
  font-size: 10.5px;
  font-weight: 500;
  text-transform: none;
  opacity: 0.85;
}

.product-details-sticky-header .action-button-group .action-button--basket {
  flex: 0 0 56px;
  padding: 0;
}

@media (max-width: 575.98px) {
  .product-details-sticky-header .action-button-group {
    gap: 6px;
  }

  .product-details-sticky-header .action-button-group .action-button {
    min-height: 40px;
  }

  .product-details-sticky-header .action-button-group .action-button--delete {
    flex: 0 0 40px;
  }

  .product-details-sticky-header .action-button-group .action-button--chat {
    padding: 4px 8px;
    flex-direction: row;
    gap: 0;
    line-height: 1.2;
  }

  .product-details-sticky-header .action-button-group .action-button--chat .action-button--basket__upper {
    font-size: 12px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    white-space: nowrap;
  }

  .product-details-sticky-header .action-button-group .action-button--chat .action-button--basket__lower {
    display: none;
  }

  .product-details-sticky-header .action-button-group .action-button--basket {
    flex: 0 0 52px;
  }
}

.product-grid--redesign .product-pricing--redesign .action-button--basket {
  border: 1px solid var(--pcr-primary);
  background: var(--pcr-primary);
  color: #fff;
}

.product-grid--redesign .product-pricing--redesign .action-button--basket:hover {
  border-color: var(--pcr-primary-hover);
  background: var(--pcr-primary-hover);
}

.product-grid--redesign .product-pricing--redesign .action-button__inside {
  color: inherit;
  font-size: 15px;
  line-height: 1.2;
}

.product-grid--redesign .product-pricing--redesign .action-button__inside--uppercase {
  text-transform: none;
}

.product-grid--redesign .product-pricing--redesign .action-button__image {
  width: 20px;
  height: 20px;
}

.product-grid--redesign .product-pricing--redesign .pcr-btn {
  width: 100%;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid transparent;
  border-radius: var(--pcr-radius-sm);
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.product-grid--redesign .product-pricing--redesign .pcr-btn--primary {
  border-color: var(--pcr-primary);
  background: var(--pcr-primary);
  color: #fff;
}

.product-grid--redesign .product-pricing--redesign .pcr-btn--secondary {
  border-color: var(--pcr-primary-soft);
  background: var(--pcr-primary-soft);
  color: #1c5fd4;
}

.product-grid--redesign .product-pricing--redesign .pcr-btn--secondary:hover {
  background: #dceaff;
}

.product-grid--redesign .product-pricing__benefits {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.product-grid--redesign .product-pricing__benefit {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  min-width: 0;
}

.product-grid--redesign .product-pricing__benefit-icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--pcr-primary);
}

.product-grid--redesign .product-pricing__benefit-icon--success {
  color: var(--pcr-success);
}

.product-grid--redesign .product-pricing__benefit-icon--warning {
  color: var(--pcr-warning);
}

.product-grid--redesign .product-pricing__benefit-icon .pcr-icon {
  width: 20px;
  height: 20px;
}

.product-grid--redesign .product-pricing__benefit-title {
  color: var(--pcr-text);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.22;
}

.product-grid--redesign .product-pricing__benefit-subtitle {
  margin-top: 2px;
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.25;
}

.product-grid--redesign .product-pricing__delivery-card {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 13px;
  border-radius: var(--pcr-radius-sm);
  background: var(--pcr-soft);
}

.product-grid--redesign .product-pricing__delivery-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
  color: var(--pcr-text);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.25;
}

.product-grid--redesign .product-pricing__delivery-head > .pcr-icon {
  color: var(--pcr-primary);
}

.product-grid--redesign .product-pricing__city-link {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: var(--pcr-primary);
  border-bottom: 0;
  font-weight: 700;
}

.product-grid--redesign .product-pricing__city-link .pcr-icon {
  width: 13px;
  height: 13px;
}

.product-grid--redesign .product-pricing__delivery-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 11px;
}

.product-grid--redesign .product-pricing__delivery-cell {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  min-width: 0;
}

.product-grid--redesign .product-pricing__delivery-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--pcr-primary);
}

.product-grid--redesign .product-pricing__delivery-icon .pcr-icon {
  width: 20px;
  height: 20px;
}

.product-grid--redesign .product-pricing__delivery-label {
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.25;
}

.product-grid--redesign .product-pricing__delivery-value {
  margin-top: 2px;
  color: var(--pcr-text);
  font-size: 15px;
  font-weight: 700;
  line-height: 1.25;
}

.product-grid--redesign .product-pricing__delivery-note {
  margin-top: 2px;
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.35;
}

.product-grid--redesign .product-pricing__pickpoints-card {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border-radius: var(--pcr-radius-sm);
  background: #f2f7ff;
  cursor: pointer;
}

.product-grid--redesign .product-pricing__pickpoints-icon {
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pcr-primary-soft);
  color: var(--pcr-primary);
}

.product-grid--redesign .product-pricing__pickpoints-icon .pcr-icon {
  width: 19px;
  height: 19px;
}

.product-grid--redesign .product-pricing__pickpoints-body {
  min-width: 0;
}

.product-grid--redesign .product-pricing__pickpoints-title {
  color: var(--pcr-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.25;
}

.product-grid--redesign .product-pricing__pickpoints-meta {
  margin-top: 2px;
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.25;
}

.product-grid--redesign .pcr-payment-methods {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 13px;
  border-top: 1px solid var(--pcr-border);
}

.product-grid--redesign .pcr-payment-methods__title {
  margin-bottom: 4px;
  color: var(--pcr-text);
  font-size: 14.5px;
  font-weight: 700;
  line-height: 1.25;
}

.product-grid--redesign .pcr-payment-methods__item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  min-width: 0;
  padding: 5px 0;
  cursor: pointer;
}

.product-grid--redesign .pcr-payment-methods__item-icon {
  width: 31px;
  height: 31px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--pcr-primary-soft);
  color: var(--pcr-primary);
}

.product-grid--redesign .pcr-payment-methods__item-icon .pcr-icon {
  width: 16px;
  height: 16px;
}

.product-grid--redesign .pcr-payment-methods__item-title {
  color: var(--pcr-text);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
}

.product-grid--redesign .pcr-payment-methods__item-subtitle {
  margin-top: 2px;
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.3;
}

.product-grid--redesign .product-pricing__extras {
  display: flex;
  flex-direction: column;
  gap: 9px;
  padding-top: 12px;
  border-top: 1px solid var(--pcr-border);
}

.product-grid--redesign .product-pricing__extra {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
}

.product-grid--redesign .product-pricing__extra-icon {
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: var(--pcr-primary);
}

.product-grid--redesign .product-pricing__extra-icon--success {
  color: var(--pcr-success);
}

.product-grid--redesign .product-pricing__extra-title {
  color: var(--pcr-text);
  font-size: 13.5px;
  font-weight: 700;
  line-height: 1.25;
}

.product-grid--redesign .product-pricing__extra-subtitle {
  margin-top: 2px;
  color: var(--pcr-muted);
  font-size: 12.5px;
  line-height: 1.3;
}

.product-grid--redesign .product-pricing__secondary-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  padding-top: 4px;
}

.product-grid--redesign .product-pricing__secondary-action {
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--pcr-primary);
  cursor: pointer;
  font-size: 13px;
  font-weight: 700;
}

.product-short-info-below {
  margin-top: 28px;
}

/* Hide legacy "ShortDescriptionPartial" visible blocks: SEO meta inside .d-none stays visible
   for crawlers but visual duplicates of description / important specs / similar modifications
   are removed because the new redesigned card replaces them. */
.product-short-info-below--legacy-hidden {
  margin-top: 0;
}

.product-short-info-below--legacy-hidden .description-labels__container,
.product-short-info-below--legacy-hidden #instructions-block,
.product-short-info-below--legacy-hidden > b,
.product-short-info-below--legacy-hidden > .product-ai-summary,
.product-short-info-below--legacy-hidden > #similar-modification-navigation {
  display: none !important;
}

/* Hero facts: align with prototype — compact pills with subtle background and rounded icon plate */
.product-grid--redesign .product-hero-facts {
  gap: 10px;
  margin-bottom: 20px;
}

.product-grid--redesign .product-hero-facts__item {
  flex: 0 0 auto;
  min-width: 158px;
  max-width: 220px;
  min-height: 56px;
  gap: 10px;
  padding: 9px 14px 9px 10px;
  border-color: #e8edf5;
  background: #f4f6fb;
}

.product-grid--redesign .product-hero-facts__icon-wrap {
  width: 32px;
  height: 32px;
  flex: 0 0 auto;
  border-radius: 8px;
  background: #ffffff;
  color: #1c5fd4;
  border: 1px solid #e3e8f0;
}

.product-grid--redesign .product-hero-facts__icon-wrap--success {
  background: #ffffff;
  color: var(--pcr-success);
  border-color: #d6efe2;
}

.product-grid--redesign .product-hero-facts__icon {
  width: 18px;
  height: 18px;
}

.product-grid--redesign .product-hero-facts__value {
  font-size: 13.5px;
  letter-spacing: 0;
}

.product-grid--redesign .product-hero-facts__label {
  font-size: 12px;
  color: #6b7788;
}

@media (max-width: 575.98px) {
  .product-grid--redesign .product-hero-facts__item {
    min-width: 0;
    max-width: none;
  }
}

@media (max-width: 1199.98px) {
  .product-grid--redesign {
    grid-template-columns: minmax(0, 1fr) 338px;
    grid-column-gap: 18px;
  }

  .product-grid--redesign .product-hero__title {
    font-size: 25px;
  }

  .product-grid--redesign .product-gallery-row {
    grid-template-columns: minmax(0, 1.35fr) minmax(270px, .95fr);
  }
}

@media (max-width: 1099.98px) {
  .product-grid--redesign {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-grid--redesign .product-grid__title,
  .product-grid--redesign .product-grid__gallery,
  .product-grid--redesign .product-grid__pricing-options,
  .product-grid--redesign .product-grid__trust-band,
  .product-grid--redesign .product-grid__announcements {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .product-grid--redesign .product-pricing--redesign {
    position: static;
  }

  .product-grid--redesign .product-trust-band {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 899.98px) {
  .product-grid--redesign .product-gallery-row {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (max-width: 767.98px) {
  .product-grid--redesign {
    grid-row-gap: 14px;
  }

  .product-grid--redesign .product-hero__title {
    font-size: 22px;
  }

  .product-grid--redesign .product-hero-facts {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .product-grid--redesign .product-hero-facts__item {
    width: 100%;
    min-width: 0;
    padding: 8px 10px;
  }

  .product-grid--redesign .product-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-grid--redesign .product-gallery__thumbs {
    order: 2;
    flex-direction: row;
    overflow-x: auto;
    padding: 2px;
  }

  .product-grid--redesign .product-gallery__stage {
    order: 1;
  }

  .product-grid--redesign .product-gallery__thumb {
    width: 66px;
    height: 62px;
    flex: 0 0 auto;
  }

  .product-grid--redesign .product-gallery__video {
    width: auto;
    min-width: 92px;
    flex: 0 0 auto;
  }

  .product-grid--redesign .product-card-specs,
  .product-grid--redesign .product-pricing--redesign,
  .product-grid--redesign .product-trust-band {
    padding: 14px;
  }
}

@media (max-width: 575.98px) {
  .product-grid--redesign {
    grid-row-gap: 12px;
  }

  .product-grid--redesign .product-hero__title {
    font-size: 20px;
  }

  .product-grid--redesign .product-hero__badge {
    width: 100%;
    justify-content: center;
    white-space: normal;
  }

  .product-grid--redesign .product-hero-facts {
    grid-template-columns: minmax(0, 1fr);
  }

  .product-grid--redesign .product-hero-facts__item {
    min-height: 48px;
  }

  .product-grid--redesign .product-card-specs__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .product-grid--redesign .product-card-specs__row {
    grid-template-columns: minmax(0, 1fr);
    gap: 3px;
    padding: 7px 0;
  }

  .product-grid--redesign .product-card-specs__row-value {
    text-align: left;
  }

  .product-grid--redesign .product-trust-band {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
    padding: 12px;
  }

  .product-grid--redesign .product-trust-band__item {
    gap: 10px;
  }

  .product-grid--redesign .product-trust-band__icon {
    width: 28px;
    height: 28px;
  }

  .product-grid--redesign .product-trust-band__icon .pcr-icon {
    width: 22px;
    height: 22px;
  }

  .product-grid--redesign .product-pricing--redesign .product-price__actual {
    font-size: 28px;
  }

  .product-grid--redesign .product-pricing__benefits,
  .product-grid--redesign .product-pricing__delivery-grid {
    grid-template-columns: minmax(0, 1fr);
  }
}

.product-tabs,
.product-tabs .container,
.product-tabs .row,
.product-tabs .tab-content,
.product-tabs .tab-pane,
.product-tabs #detailed-description {
  max-width: 100%;
  min-width: 0;
}

.product-tabs {
  overflow-x: hidden;
}

.product-tabs h2,
.product-tabs h3,
.product-tabs p,
.product-tabs li {
  overflow-wrap: anywhere;
}

@media (max-width: 991.98px) {
  #ab-footer-contacts .white-space-nowrap {
    white-space: normal;
  }
}

/* ---------- 13. Bulk-discount (.promo-card): раскрытая полоса с плитками ---------- */
.product-grid--redesign .product-grid__announcements .product-promotions-compact {
  max-width: 100%;
  margin: 0 !important;
  padding: 0;
}
.product-grid--redesign .product-grid__announcements .promo-card {
  background: #fff;
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius-lg, 12px);
  padding: 14px 18px;
  box-shadow: none;
  cursor: default;
  pointer-events: auto;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__header {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0 0 10px 0;
  background: transparent;
  border: 0;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__icon { display: none; }
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__title {
  font-size: 16px;
  font-weight: 600;
  color: var(--pcr-text);
  margin: 0;
  flex: 1 1 auto;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__arrow { display: none; }
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body {
  display: block !important;
  max-height: none !important;
  overflow: visible !important;
  opacity: 1 !important;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > .promo-card__lead {
  font-size: 13px;
  color: var(--pcr-muted);
  margin: 0 0 10px 0;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > p:last-child {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: var(--pcr-muted);
  font-style: italic;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ol,
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ul {
  list-style: none;
  padding: 0 !important;
  margin: 0 0 8px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 8px;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ol > li,
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ul > li {
  background: var(--pcr-soft, #f5f7fb);
  border: 1px solid var(--pcr-border);
  border-radius: var(--pcr-radius, 8px);
  padding: 10px 8px;
  text-align: center;
  font-size: 13px;
  font-weight: 600;
  color: var(--pcr-text);
  white-space: normal;
  list-style: none;
  margin: 0;
}
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ol > li::marker,
.product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ul > li::marker { content: ''; }
@media (max-width: 600px) {
  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ol,
  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575.98px) {
  .product-grid--redesign .product-grid__announcements .promo-card {
    padding: 12px;
    border-radius: var(--pcr-radius, 8px);
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__header {
    margin-bottom: 8px;
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__title {
    font-size: 15px;
    line-height: 1.25;
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body,
  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body * {
    font-size: 12.5px !important;
    line-height: 1.35 !important;
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > .promo-card__lead {
    margin: 0 0 8px;
    color: var(--pcr-muted);
    font-weight: 500;
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > .promo-card__lead > * {
    margin: 0 !important;
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ol,
  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ul {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
    margin-bottom: 7px;
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ol > li,
  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > ul > li {
    min-height: 0;
    padding: 6px 8px;
    border-radius: 6px;
    text-align: left;
  }

  .product-grid--redesign .product-grid__announcements .promo-card .promo-card__body > p:last-child {
    margin-top: 8px !important;
    padding-top: 8px !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
  }
}

/* ---------- 14. Tabs: flat underline-bar вместо pill-style ---------- */
.product-tabs .nav-tabs {
  border: 0;
  border-bottom: 1px solid var(--pcr-border);
  gap: 0;
  padding: 0;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.product-tabs .nav-tabs .nav-item { margin-bottom: -1px; }
.product-tabs .nav-tabs .nav-link {
  background: transparent;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 12px 16px;
  color: var(--pcr-muted);
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color .15s ease, border-color .15s ease;
}
.product-tabs .nav-tabs .nav-link:hover,
.product-tabs .nav-tabs .nav-link:focus {
  color: var(--pcr-text);
  border-bottom-color: transparent;
  text-decoration: none;
}
.product-tabs .nav-tabs .nav-link.active,
.product-tabs .nav-tabs .nav-link.show.active {
  color: var(--pcr-text);
  background: transparent;
  border: 0;
  border-bottom: 2px solid var(--pcr-primary);
  font-weight: 600;
}
.product-tabs .nav-tabs .nav-link > img {
  width: 18px;
  height: 18px;
  margin: 0;
  opacity: .7;
  flex-shrink: 0;
}
.product-tabs .nav-tabs .nav-link.active > img { opacity: 1; }
.product-tabs .nav-tabs .nav-link .badge,
.product-tabs .nav-tabs .nav-link .badge-secondary,
.product-tabs .nav-tabs .nav-link .badge-pill {
  background: var(--pcr-primary-soft);
  color: var(--pcr-primary);
  font-weight: 600;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 10px;
}


.product-related-mods {
  margin: 16px 0 0;
  background: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  padding: 18px 20px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.product-related-mods__title {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
}

.product-related-mods__group {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  align-items: start;
  gap: 14px;
  padding-top: 14px;
  border-top: 1px solid #f0f3f8;
}

.product-related-mods__group:first-of-type,
.product-related-mods__title + .product-related-mods__group {
  padding-top: 0;
  border-top: 0;
}

@media (max-width: 768px) {
  .product-related-mods {
    padding: 14px;
  }

  .product-related-mods__group {
    grid-template-columns: 1fr;
    gap: 6px;
  }
}

.product-related-mods__group-title {
  font-size: 13px;
  font-weight: 600;
  color: #6b7788;
  line-height: 1.35;
  padding-top: 6px;
}

@media (max-width: 768px) {
  .product-related-mods__group-title {
    padding-top: 0;
  }
}

@media (max-width: 575.98px) {
  .product-related-mods {
    margin-top: 12px;
    padding: 12px;
    gap: 10px;
    border-radius: var(--pcr-radius, 8px);
  }

  .product-related-mods__title {
    font-size: 17px;
  }

  .product-related-mods__group {
    gap: 6px;
    padding-top: 10px;
  }
}

.product-related-mods__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-related-mods__chip {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid var(--pcr-border, #e3e8f0);
  background: #fff;
  color: var(--pcr-text, #111827);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  text-decoration: none;
  white-space: normal;
  max-width: 100%;
  overflow-wrap: anywhere;
  transition: background-color .15s, border-color .15s, color .15s;
}

.product-related-mods__chip > span {
  white-space: nowrap;
}

.product-related-mods__chip:hover {
  border-color: var(--pcr-primary, #0b6be8);
  color: var(--pcr-primary, #0b6be8);
  text-decoration: none;
}

.product-related-mods__chip--cheaper {
  background: var(--pcr-warning, #d97706);
  border-color: var(--pcr-warning, #d97706);
  color: #fff;
}

.product-related-mods__chip--cheaper:hover {
  background: #b45f04;
  border-color: #b45f04;
  color: #fff;
}

.product-related-mods__chip--better {
  background: var(--pcr-primary, #0b6be8);
  border-color: var(--pcr-primary, #0b6be8);
  color: #fff;
}

.product-related-mods__chip--better:hover {
  background: var(--pcr-primary-hover, #0058d6);
  border-color: var(--pcr-primary-hover, #0058d6);
  color: #fff;
}

.product-related-mods__chip--disabled {
  background: var(--pcr-soft, #f5f7fb);
  color: var(--pcr-muted, #6b7788);
  pointer-events: none;
  opacity: .6;
}

.product-related-mods__chip-add {
  color: var(--pcr-success, #20a464);
  font-weight: 700;
}

.product-related-mods__chip-remove {
  color: var(--pcr-danger, #eb2f3a);
  font-weight: 700;
}

.product-related-mods__chip-sep {
  color: var(--pcr-muted, #6b7788);
  margin: 0 4px;
  font-weight: 400;
}

.product-related-mods__chip--cheaper .product-related-mods__chip-add,
.product-related-mods__chip--cheaper .product-related-mods__chip-remove,
.product-related-mods__chip--cheaper .product-related-mods__chip-sep,
.product-related-mods__chip--better .product-related-mods__chip-add,
.product-related-mods__chip--better .product-related-mods__chip-remove,
.product-related-mods__chip--better .product-related-mods__chip-sep {
  color: inherit;
}

@media (max-width: 575.98px) {
  .product-related-mods__chips {
    gap: 6px;
  }

  .product-related-mods__chip {
    padding: 5px 10px;
    font-size: 12.5px;
    line-height: 1.25;
  }
}


.product-quality-card {
  margin: 16px 0 0;
  padding: 18px 20px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: 18px;
  background: #fff;
  border: 1px solid #e3e8f0;
  border-radius: 8px;
  cursor: pointer;
  transition: border-color .15s, box-shadow .15s;
}

.product-quality-card:hover {
  border-color: #c8d1de;
  box-shadow: 0 2px 12px rgba(17, 24, 39, 0.06);
}

.product-quality-card:focus-visible {
  outline: 2px solid var(--pcr-primary, #0b6be8);
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .product-quality-card {
    margin-top: 12px;
    padding: 12px;
    gap: 12px;
    border-radius: var(--pcr-radius, 8px);
  }
}

.product-quality-card__circle {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #fff;
  background: #6b7788;
  box-shadow: 0 2px 6px rgba(17, 24, 39, 0.08) inset;
}

.product-quality-card__circle--low {
  background: linear-gradient(135deg, #eb2f3a, #c41f29);
}

.product-quality-card__circle--mid {
  background: linear-gradient(135deg, #f0a020, #d97706);
}

.product-quality-card__circle--high {
  background: linear-gradient(135deg, #5cc04a, #20a464);
}

.product-quality-card__circle--top {
  background: linear-gradient(135deg, #2bbf7c, #157944);
}

.product-quality-card__value {
  font-size: 22px;
  font-weight: 800;
  line-height: 1;
}

.product-quality-card__total {
  font-size: 11px;
  font-weight: 600;
  opacity: 0.85;
  margin-top: 2px;
}

.product-quality-card__body {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-quality-card__header {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-quality-card__title {
  color: #111827;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
}

.product-quality-card__sub {
  color: #6b7788;
  font-size: 13px;
  line-height: 1.3;
}

.product-quality-card__comment {
  color: #2d3748;
  font-size: 14.5px;
  line-height: 1.5;
}

.product-quality-card__comment p {
  margin: 0 0 8px;
}

.product-quality-card__comment p:last-child {
  margin-bottom: 0;
}

.product-quality-card__comment strong,
.product-quality-card__comment b {
  color: #111827;
}

.product-quality-card__comment a {
  color: #0b6be8;
  text-decoration: none;
}

.product-quality-card__comment a:hover {
  text-decoration: underline;
}


.product-grid--redesign .product-hero__quality {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border: 1px solid #e3e8f0;
  border-radius: 999px;
  background: #fff;
  color: #2d3748;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none !important;
  transition: border-color .15s, background .15s;
}

a.product-grid--redesign .product-hero__quality,
.product-grid--redesign a.product-hero__quality {
  cursor: pointer;
}

.product-grid--redesign a.product-hero__quality:hover {
  border-color: #c8d1de;
  background: #f7f9fc;
}

.product-grid--redesign .product-hero__quality-circle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.01em;
}

.product-grid--redesign .product-hero__quality--low .product-hero__quality-circle {
  background: linear-gradient(135deg, #eb2f3a, #c41f29);
}

.product-grid--redesign .product-hero__quality--mid .product-hero__quality-circle {
  background: linear-gradient(135deg, #f0a020, #d97706);
}

.product-grid--redesign .product-hero__quality--high .product-hero__quality-circle {
  background: linear-gradient(135deg, #5cc04a, #20a464);
}

.product-grid--redesign .product-hero__quality--top .product-hero__quality-circle {
  background: linear-gradient(135deg, #2bbf7c, #157944);
}

.product-grid--redesign .product-hero__quality-label {
  white-space: nowrap;
}


@media (min-width: 1100px) {
  .product-grid--redesign .product-hero__avail-info {
    display: none;
  }
}
