/** Shopify CDN: Minification failed

Line 1463:0 Unexpected "}"

**/
.product-section .template__product,
.product-section .template__sticky-info {
  display: none !important;
}

.pcx-v4-card select {
  appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #111 50%), linear-gradient(135deg, #111 50%, transparent 50%);
  background-position: calc(100% - 22px) 50%, calc(100% - 15px) 50%;
  background-size: 7px 7px, 7px 7px;
  background-repeat: no-repeat;
  padding-right: 44px;
}

.pcx-v4 {
  --pcx-orange: #ff7900;
  --pcx-blue: #005bd3;
  --pcx-green: #079f45;
  --pcx-border: #dedede;
  --pcx-text: #111;
  max-width: 1320px;
  margin: 22px auto 0px;
  padding: 0 24px;
}

.pcx-v4__top {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 470px;
  gap: 24px;
  align-items: start;
}

.pcx-v4-gallery {
  min-width: 0;
}

.pcx-v4-gallery__shell {
  display: grid;
  grid-template-columns: 110px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.pcx-v4-gallery__thumbs {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pcx-v4-gallery__thumb,
.pcx-v4-gallery__video {
  width: 100%;
  height: 78px;
  border: 1px solid var(--pcx-border);
  background: #fff;
  border-radius: 7px;
  overflow: hidden;
  padding: 0;
  cursor: pointer;
}

.pcx-v4-gallery__thumb.is-active {
  border: 2px solid var(--pcx-orange);
}

.pcx-v4-gallery__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pcx-v4-gallery__video {
  height: 84px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 900;
}

.pcx-v4-gallery__stage {
    position: relative;
    min-width: 0;
    padding-left: 6px;
}

.pcx-v4-gallery__viewport {
  height: 485px;
  border: 1px solid var(--pcx-border);
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.pcx-v4-gallery__track {
  display: flex;
  height: 100%;
  transition: transform 260ms ease;
}

.pcx-v4-gallery__slide {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcx-v4-gallery__slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pcx-v4-features {
  margin-top: 16px;
  margin-left: 118px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid var(--pcx-border);
  border-radius: 12px;
  overflow: hidden;
}

.pcx-v4-features__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px 18px;
  border-right: 1px solid #e5e5e5;
}

.pcx-v4-features__item:last-child {
  border-right: 0;
}

.pcx-v4-features strong,
.pcx-v4-trust strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.15;
}

.pcx-v4-features small,
.pcx-v4-trust small {
  display: block;
  font-size: 13px;
  color: #333;
  margin-top: 4px;
  line-height: 1.2;
}

.pcx-v4-card {
  background: #fff;
  border: 1px solid var(--pcx-border);
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 8px 28px rgba(0,0,0,.04);
  position: relative;
}

.pcx-v4-card__sku {
  position: absolute;
  top: 28px;
  right: 27px;
  font-size: 13px;
  color: #777;
}

.pcx-v4-card h1 {
  max-width: none;
  margin: 0 0 18px;
  font-size: 25px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: -.4px;
  text-transform: uppercase;
}

.pcx-v4-card__reviews{
    display:flex;
    align-items:center;
    gap:10px;
    margin:0 0 18px;
    font-size:14px;
}

.pcx-v4-card__stars{
    color:#f5a400;
    font-size:18px;
    letter-spacing:1px;
    line-height:1;
}

.pcx-v4-card__count{
    font-weight:700;
    color:#111;
}

.pcx-v4-card__verified{
    color:#0a8f45;
    font-weight:700;
}

.pcx-v4-card select {
  width: 100%;
  height: 52px;
  border: 1px solid #d9d9d9;
  border-radius: 7px;
  background: #fff;
  padding: 0 16px;
  font-size: 16px;
}

.pcx-v4-card__qty-stock {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin: 18px 0;
}

.pcx-v4-qty{
    display:inline-flex;
    align-items:center;
    height:42px;
    border:1px solid #d8d8d8;
    border-radius:8px;
    overflow:hidden;
    background:#fff;
}

.pcx-v4-qty button{
    width:42px;
    height:42px;
    border:0;
    background:#f5f5f5;
    color:#111;
    font-size:24px;
    font-weight:400;
    line-height:1;
    cursor:pointer;
    transition:.15s;
}

.pcx-v4-qty button:hover{
    background:#ececec;
}

.pcx-v4-qty input{
    width:54px;
    height:42px;
    border:0;
    border-left:1px solid #e5e5e5;
    border-right:1px solid #e5e5e5;
    text-align:center;
    font-size:18px;
    font-weight:700;
    background:#fff;
    padding:0;
}

.pcx-v4-card__stock {
  color: var(--pcx-green);
  font-size: 17px;
  font-weight: 900;
}

.pcx-v4-card__add,
.pcx-v4-card__calculator {
  width: 100%;
  height: 56px;
  border: 0;
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
}

.pcx-v4-card__add {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  background: var(--pcx-orange);
  color: #fff;
  clip-path: polygon(12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%, 0 12px);
  cursor: pointer;
}

.pcx-v4-card__calculator {
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--pcx-blue);
  color: #fff;
  border-radius: 7px;
  text-decoration: none;
}

.pcx-v4-card__delivery {
  margin-top: 12px;
  background: #fff;
  border: 1px solid #dfe8df;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}

.pcx-v4-card__delivery-head {
    display: flex;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid #e4e4e4;
}

.pcx-v4-card__delivery-title {
  display: flex;
  align-items: center;
  gap: 12px;
}

.pcx-v4-card__delivery-title .pcx-v4-icon {
  background: #e8f8ee;
  border-radius: 8px;
  padding: 7px;
  width: 38px;
  height: 38px;
  box-sizing: border-box;
}

.pcx-v4-card__delivery-title strong {
  display: block;
  color: var(--pcx-green);
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.pcx-v4-card__delivery-title b {
  display: block;
  margin-top: 3px;
  font-size: 16px;
}

.pcx-v4-card__delivery-stock {
  color: var(--pcx-green);
  font-size: 14px;
  font-weight: 900;
  white-space: nowrap;
}

.pcx-v4-card__delivery-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 16px;
  padding: 13px 16px 15px;
}

.pcx-v4-card__delivery-grid div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 700;
}

.pcx-v4-card__delivery-grid .pcx-v4-icon {
  width: 22px;
  height: 22px;
}

.pcx-v4-trust {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: #fff;
  border: 1px solid var(--pcx-border);
  border-radius: 14px;
  overflow: hidden;
}

.pcx-v4-trust > div {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 28px;
  border-right: 1px solid #e5e5e5;
}

.pcx-v4-trust > div:last-child {
  border-right: 0;
}

.pcx-v4-icon {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--pcx-green);
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex: 0 0 auto;
}

.pcx-v4-icon--orange {
  stroke: var(--pcx-orange);
}

.pcx-v4-icon--white {
  width: 21px;
  height: 21px;
  stroke: #fff;
}

.pcx-v4-icon--play {
  width: 25px;
  height: 25px;
  stroke: none;
  fill: #333;
}

.pcx-v4-icon--play path {
  fill: #fff;
}

@media (max-width: 989px) {
  .pcx-v4 {
    padding: 0 16px;
    margin-top: 18px;
  }

  .pcx-v4__top,
  .pcx-v4-gallery__main {
    display: block;
  }

  .pcx-v4-gallery__thumbs,
  .pcx-v4-features {
    display: none;
  }

  .pcx-v4-gallery__viewport {
    height: 340px;
  }

  .pcx-v4-card {
    margin-top: 18px;
    padding: 20px;
  }

  .pcx-v4-card__sku {
    position: static;
    margin-bottom: 10px;
  }

  .pcx-v4-card h1 {
    max-width: none;
    margin-right: 0;
    font-size: 28px;
  }

  .pcx-v4-card__reviews {
    flex-wrap: wrap;
  }

  .pcx-v4-trust {
    grid-template-columns: 1fr;
  }

  .pcx-v4-trust > div {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }
}
.pcx-v4-card__calculator {
  gap: 9px;
}
/* PCX hard override quantity selector */
.pcx-v4 .pcx-v4-qty {
  width: 132px !important;
  height: 38px !important;
}

.pcx-v4 .pcx-v4-qty button {
  width: 38px !important;
  height: 38px !important;
  min-width: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  font-size: 18px !important;
  line-height: 38px !important;
}

.pcx-v4 .pcx-v4-qty input {
  width: 56px !important;
  height: 38px !important;
  min-height: 38px !important;
  padding: 0 !important;
  font-size: 16px !important;
}
/* PCX option header: size + price */
.pcx-v4-card__option-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 16px;
  margin: 18px 0 8px;
}

.pcx-v4-card__option-header label {
  margin: 0;
}

.pcx-v4-card__price-inline {
  color: var(--pcx-orange);
  font-size: 31px;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.pcx-v4-card__price-inline small {
  color: #111;
  font-size: 13px;
  font-weight: 400;
  margin-left: 4px;
}
/* PCX V4 polish */
.pcx-v4-card__add,
.pcx-v4-card__calculator {
  transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
}

.pcx-v4-card__add:hover,
.pcx-v4-card__calculator:hover {
  transform: translateY(-1px);
  filter: brightness(.97);
  box-shadow: 0 6px 14px rgba(0,0,0,.10);
}

.pcx-v4-card select:focus,
.pcx-v4-qty:focus-within {
  outline: none;
  border-color: var(--pcx-orange);
  box-shadow: 0 0 0 3px rgba(255,121,0,.12);
}
/* =========================
   PCX V4 FINAL POLISH PASS
========================= */

/* Variant dropdown polish */
.pcx-v4-card select {
  height: 54px;
  border: 1px solid #d6d6d6;
  border-radius: 9px;
  background-color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' viewBox='0 0 20 20'%3E%3Cpath d='M5 7l5 5 5-5' fill='none' stroke='%23666' stroke-width='2.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
background-repeat: no-repeat;
background-position: right 16px center;
background-size: 18px;
  padding-right: 48px;
}

.pcx-v4-card select:hover {
  border-color: #bdbdbd;
  background-color: #fafafa;
}

.pcx-v4-card select:focus {
  outline: none;
  border-color: var(--pcx-orange);
  box-shadow: 0 0 0 3px rgba(255,121,0,.14);
}

/* Delivery box refinement */
.pcx-v4-card__delivery-head {
  padding: 12px 15px;
}

.pcx-v4-card__delivery-title {
  gap: 10px;
}

.pcx-v4-card__delivery-title .pcx-v4-icon {
  width: 34px;
  height: 34px;
  padding: 6px;
}

.pcx-v4-card__delivery-title b {
  font-size: 15px;
}

.pcx-v4-card__delivery-grid {
  gap: 10px 14px;
  padding: 12px 15px 13px;
}

.pcx-v4-card__delivery-grid div {
  font-size: 12.5px;
  gap: 8px;
}

.pcx-v4-card__delivery-grid .pcx-v4-icon {
  width: 20px;
  height: 20px;
}

/* Trust bar less boxy */
.pcx-v4-trust {
  border-radius: 12px;
  margin-top: 20px;
}

.pcx-v4-trust > div {
  gap: 13px;
  padding: 17px 22px;
}

.pcx-v4-trust .pcx-v4-icon {
  width: 26px;
  height: 26px;
}

.pcx-v4-trust strong {
  font-size: 13px;
}

.pcx-v4-trust small {
  font-size: 12.5px;
}

/* Gallery thumbnail polish */
.pcx-v4-gallery__shell {
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 30px;
}

.pcx-v4-gallery__thumbs {
  gap: 10px;
}

.pcx-v4-gallery__thumb,
.pcx-v4-gallery__video {
  height: 82px;
  border-radius: 9px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.pcx-v4-gallery__thumb:hover,
.pcx-v4-gallery__video:hover {
  border-color: #c7c7c7;
  box-shadow: 0 4px 12px rgba(0,0,0,.06);
}

.pcx-v4-gallery__thumb.is-active {
  border: 3px solid var(--pcx-orange);
}

.pcx-v4-gallery__viewport {
  border-radius: 13px;
}
.pcx-v4-card__delivery-price {
  text-align: right;
  margin-left: auto;
  line-height: 1.15;
  white-space: nowrap;
}

.pcx-v4-card__delivery-price strong {
  display: block;
  font-size: 12px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.pcx-v4-card__delivery-price small {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: var(--pcx-green);
  font-weight: 800;
}
/* Feature bar smarter benefit cards */
.pcx-v4-features {
  margin-top: 14px;
  margin-left: 118px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 12px;
  overflow: hidden;
}

.pcx-v4-features__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 16px;
  border-right: 1px solid #e5e5e5;
}

.pcx-v4-features__item:last-child {
  border-right: 0;
}

.pcx-v4-features__icon {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 9px;
  background: #ecf8ef;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pcx-v4-features__icon .pcx-v4-icon {
  width: 22px;
  height: 22px;
}

.pcx-v4-features strong {
  display: block;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
}

.pcx-v4-features small {
  display: block;
  font-size: 12.5px;
  color: #333;
  margin-top: 4px;
  line-height: 1.2;
}
/* Make sheet feature bar more subtle and premium */
.pcx-v4-features {
  background: #fff;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 14px rgba(0,0,0,.025);
}

.pcx-v4-features__item {
  position: relative;
  padding: 15px 18px 15px 20px;
  gap: 13px;
}

.pcx-v4-features__item::before {
  content: "";
  width: 3px;
  height: 34px;
  background: var(--pcx-orange);
  border-radius: 999px;
  flex: 0 0 auto;
}

.pcx-v4-features__icon {
  background: #f6f6f6;
  border: 1px solid #eeeeee;
}

.pcx-v4-features__icon .pcx-v4-icon {
  stroke: #555;
}

.pcx-v4-features strong {
  color: #111;
}

.pcx-v4-features small {
  color: #555;
}
/* ========================================
   PCX V4 Premium Micro Animations
======================================== */

/* Cards */
.pcx-v4-card,
.pcx-v4-features,
.pcx-v4-trust,
.pcx-v4-gallery__viewport,
.pcx-v4-card__delivery{
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.pcx-v4-card:hover,
.pcx-v4-gallery__viewport:hover,
.pcx-v4-card__delivery:hover{
    transform:translateY(-2px);
    box-shadow:0 10px 26px rgba(0,0,0,.07);
}

/* Buttons */
.pcx-v4-card__add,
.pcx-v4-card__calculator{
    transition:
        transform .15s ease,
        filter .15s ease,
        box-shadow .15s ease;
}

.pcx-v4-card__add:hover{
    transform:translateY(-1px);
    filter:brightness(1.04);
    box-shadow:0 8px 18px rgba(255,121,0,.28);
}

.pcx-v4-card__calculator:hover{
    transform:translateY(-1px);
    filter:brightness(1.05);
    box-shadow:0 8px 18px rgba(0,91,211,.22);
}

/* Gallery thumbnails */
.pcx-v4-gallery__thumb{
    transition:
        transform .18s ease,
        box-shadow .18s ease,
        border-color .18s ease;
}

.pcx-v4-gallery__thumb:hover{
    transform:translateY(-2px);
    box-shadow:0 8px 16px rgba(0,0,0,.10);
}

.pcx-v4-gallery__thumb.is-active{
    transform:translateY(-1px);
}

/* Quantity buttons */
.pcx-v4-qty button{
    transition:
        background .15s ease,
        color .15s ease,
        transform .15s ease;
}

.pcx-v4-qty button:hover{
    background:var(--pcx-orange);
    color:#fff;
}

.pcx-v4-qty button:active{
    transform:scale(.95);
}

/* Select dropdown */
.pcx-v4-card select{
    transition:
        border-color .15s ease,
        box-shadow .15s ease,
        background-color .15s ease;
}

.pcx-v4-card select:hover{
    background:#fafafa;
}
/* =========================
   PCX V4 MOBILE FIX
========================= */
@media (max-width: 989px) {
  .pcx-v4 {
    max-width: none;
    padding: 0 14px;
    margin: 16px auto 20px;
  }

  .pcx-v4__top {
    display: block;
  }

  .pcx-v4-gallery__shell {
    display: block;
  }

  .pcx-v4-gallery__thumbs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .pcx-v4-gallery__thumb {
    width: 74px;
    min-width: 74px;
    height: 58px;
  }

  .pcx-v4-gallery__viewport {
    height: 320px;
    border-radius: 12px;
  }

  .pcx-v4-features {
    margin: 12px 0 0;
    grid-template-columns: 1fr;
  }

  .pcx-v4-features__item {
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .pcx-v4-features__item:last-child {
    border-bottom: 0;
  }

  .pcx-v4-card {
    margin-top: 16px;
    padding: 18px;
    border-radius: 14px;
  }

  .pcx-v4-card h1 {
    font-size: 24px;
    line-height: 1.1;
  }

  .pcx-v4-card__reviews {
    flex-wrap: wrap;
    gap: 8px;
  }

  .pcx-v4-card__option-header {
    align-items: flex-start;
    gap: 8px;
  }

  .pcx-v4-card__price-inline {
    font-size: 26px;
  }

  .pcx-v4-card__qty-stock {
    align-items: center;
  }

  .pcx-v4-card__delivery-grid {
    grid-template-columns: 1fr;
  }

  .pcx-v4-trust {
    display: none;
  }
}
/* =========================
   PCX V4 Responsive cleanup
========================= */

/* Tablet / reduced desktop */
@media (min-width: 750px) and (max-width: 1180px) {
  .pcx-v4__top {
    grid-template-columns: 1fr;
  }

  .pcx-v4-card {
    max-width: 720px;
    margin: 18px auto 0;
  }

  .pcx-v4-gallery__viewport {
    height: 430px;
  }

  .pcx-v4-features {
    margin-left: 136px;
  }

  .pcx-v4-card__delivery-grid {
    grid-template-columns: 1fr 1fr;
  }
}

/* Mobile */
@media (max-width: 749px) {
  .pcx-v4 {
    padding: 0 14px;
    margin-top: 14px;
  }

  .pcx-v4__top,
  .pcx-v4-gallery__shell {
    display: block;
  }

  .pcx-v4-gallery__thumbs {
    display: flex;
    flex-direction: row;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 8px;
    margin-bottom: 10px;
  }

  .pcx-v4-gallery__thumb {
    width: 76px;
    min-width: 76px;
    height: 58px;
  }

  .pcx-v4-gallery__viewport {
    height: 310px;
  }

  .pcx-v4-features {
    margin: 12px 0 0;
    grid-template-columns: 1fr;
  }

  .pcx-v4-card {
    margin-top: 16px;
    padding: 18px;
  }

  .pcx-v4-card h1 {
    font-size: 23px;
    line-height: 1.08;
    margin-bottom: 14px;
  }

  .pcx-v4-card__reviews {
    margin-bottom: 14px;
    gap: 7px;
    flex-wrap: wrap;
  }

  .pcx-v4-card__option-header {
    align-items: flex-start;
    margin-top: 8px;
  }

  .pcx-v4-card__price-inline {
    font-size: 25px;
  }

  .pcx-v4-card select {
    height: 50px;
  }

  .pcx-v4-card__qty-stock {
    margin: 14px 0;
    align-items: center;
  }

  .pcx-v4-card__add,
  .pcx-v4-card__calculator {
    height: 52px;
  }

  .pcx-v4-card__delivery-head {
    align-items: flex-start;
  }

  .pcx-v4-card__delivery-price {
    font-size: 12px;
  }

  .pcx-v4-card__delivery-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px 10px;
  }

  .pcx-v4-card__delivery-grid div {
    font-size: 12px;
  }

  .pcx-v4-trust {
    display: none !important;
  }
}
.pcx-mobile-only {
  display: none;
}

@media (max-width: 749px) {
  .pcx-desktop-only {
    display: none !important;
  }

  .pcx-mobile-only {
    display: block;
    margin-top: 16px;
  }

  .pcx-mobile-only .pcx-v4-features {
    margin: 0;
  }
}
/* Hide native number input arrows/spinners */
.pcx-v4-qty input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

.pcx-v4-qty input[type="number"]::-webkit-outer-spin-button,
.pcx-v4-qty input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* =========================
   PCX V4 TABLET FIX
   Keep tablet layout like desktop
========================= */

@media (min-width: 900px) and (max-width: 1180px) {
  .pcx-v4 {
    max-width: 1180px;
    padding: 0 22px;
  }

  .pcx-v4__top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 22px;
    align-items: start;
  }

  .pcx-v4-gallery__shell {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
  }

  .pcx-v4-gallery__thumb {
    width: 92px;
    height: 70px;
  }

  .pcx-v4-gallery__viewport {
    height: 430px;
  }

  .pcx-v4-features {
    margin-left: 110px;
  }

  .pcx-v4-card {
    max-width: none;
    margin: 0;
    padding: 20px;
  }

  .pcx-v4-card h1 {
    font-size: 22px;
  }

  .pcx-v4-card__price-inline {
    font-size: 26px;
  }
}
/* PCX V4 clean responsive breakpoint */
@media (max-width: 1049px) {
  .pcx-v4 {
    max-width: 760px;
    padding: 0 18px;
  }

  .pcx-v4__top {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .pcx-v4-gallery__shell {
    display: flex;
    flex-direction: column;
  }

  .pcx-v4-gallery__thumbs {
    order: 1;
    display: flex;
    flex-direction: row;
    gap: 10px;
    overflow-x: auto;
    margin-bottom: 12px;
  }

  .pcx-v4-gallery__stage {
    order: 2;
    padding-left: 0;
  }

  .pcx-v4-gallery__thumb {
    width: 86px;
    min-width: 86px;
    height: 64px;
  }

  .pcx-v4-gallery__viewport {
    height: 420px;
  }

  .pcx-desktop-only {
    display: none !important;
  }

  .pcx-mobile-only {
    display: block;
    margin-top: 16px;
  }

  .pcx-mobile-only .pcx-v4-features {
    margin: 0;
  }

  .pcx-v4-card {
    margin-top: 0;
  }
}

@media (max-width: 749px) {
  .pcx-v4 {
    max-width: none;
    padding: 0 14px;
  }

  .pcx-v4-gallery__viewport {
    height: 330px;
  }

  .pcx-v4-card {
    padding: 18px;
  }

  .pcx-v4-card__option-header {
    gap: 10px;
  }

  .pcx-v4-card__price-inline {
    font-size: 26px;
  }

  .pcx-v4-card__delivery-grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* PCX mobile feature bar full width - tighter spacing */
@media (max-width: 749px) {
  .pcx-mobile-only {
    width: 100%;
    margin: 10px 0 14px !important;
  }

  .pcx-mobile-only .pcx-v4-features {
    width: 100%;
    margin: 0 !important;
    border-radius: 14px;
    grid-template-columns: 1fr;
  }

  .pcx-mobile-only .pcx-v4-features__item {
    width: 100%;
    padding: 16px 20px;
    border-right: 0;
    border-bottom: 1px solid #e9e9e9;
  }

  .pcx-mobile-only .pcx-v4-features__item:last-child {
    border-bottom: 0;
  }
}
/* Complete your roof accessory cards - category style */
.pcx-complete-roof {
  max-width: 1320px;
  margin: -10px auto 26px;
  padding: 0 24px;
}

.pcx-complete-roof__head {
  margin-bottom: 14px;
}

.pcx-complete-roof__head h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 900;
  letter-spacing: -.3px;
  text-transform: uppercase;
}

.pcx-complete-roof__head p {
  margin: 4px 0 0;
  color: #555;
  font-size: 14px;
}

.pcx-complete-roof__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.pcx-complete-roof__card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #fff;
  border: 1px solid #dedede;
  border-radius: 16px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: 0 6px 18px rgba(0,0,0,.035);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.pcx-complete-roof__card:hover {
  transform: translateY(-2px);
  border-color: var(--pcx-orange);
  box-shadow: 0 12px 24px rgba(0,0,0,.08);
}

.pcx-complete-roof__badge {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 2;
  background: #111;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .3px;
  text-transform: uppercase;
  border-radius: 999px;
  padding: 5px 9px;
}

.pcx-complete-roof__image {
  height: 170px;
  background: linear-gradient(180deg, #fafafa 0%, #f3f3f3 100%);
  border-bottom: 1px solid #ededed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pcx-complete-roof__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 18px;
  transition: transform .2s ease;
}

.pcx-complete-roof__card:hover .pcx-complete-roof__image img {
  transform: scale(1.035);
}

.pcx-complete-roof__content {
  flex: 1;
  padding: 15px 16px 16px;
}

.pcx-complete-roof__content h3 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 900;
  text-transform: uppercase;
}
.pcx-complete-roof__content h3::after{
    content:"";
    display:block;
    width:42px;
    height:3px;
    background:var(--pcx-orange);
    border-radius:3px;
    margin-top:8px;
}

.pcx-complete-roof__content p {
  margin: 0 0 14px;
  color: #555;
  font-size: 12px;
  line-height: 1.25;
  min-height: 32px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.pcx-complete-roof__content strong {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--pcx-orange);
  font-size: 15px;
  font-weight: 900;
}

.pcx-complete-roof__content strong span {
  font-size: 22px;
  line-height: 1;
  color: var(--pcx-orange);
  transition: transform .2s ease;
}

.pcx-complete-roof__card:hover .pcx-complete-roof__content strong span {
  transform: translateX(4px);
}

@media (max-width: 989px) {
  .pcx-complete-roof {
    margin: 20px auto 24px;
    padding: 0 18px;
  }

  .pcx-complete-roof__head h2 {
    font-size: 21px;
  }

  .pcx-complete-roof__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  .pcx-complete-roof__image {
    height: 135px;
  }

  .pcx-complete-roof__image img {
    padding: 12px;
  }

  .pcx-complete-roof__content {
    padding: 12px;
  }

  .pcx-complete-roof__content h3 {
    font-size: 15px;
  }

  .pcx-complete-roof__content p {
    font-size: 11px;
  }
}
}
/* =========================
   PCX Sheet Width / Length Picker
========================= */

.pcx-v4-options[data-sheet-picker="true"] .pcx-v4-option{
    display:none !important;
}

.pcx-sheet-picker {
  display: block;
  margin-top: 10px;
}

.pcx-sheet-picker__group {
  margin-bottom: 16px;
}

.pcx-sheet-picker__group label {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 900;
  color: #111;
  text-transform: uppercase;
}

.pcx-sheet-picker__buttons {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
}

.pcx-sheet-picker__button {
  min-height: 48px;
  border: 1px solid #d6d6d6;
  border-radius: 9px;
  background: #fff;
  color: #111;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
  transition: border-color .15s ease, background .15s ease, box-shadow .15s ease, color .15s ease;
}

.pcx-sheet-picker__button:hover {
  border-color: var(--pcx-orange);
  background: #fff8f1;
}

.pcx-sheet-picker__button.is-active {
  border: 2px solid var(--pcx-orange);
  background: #fff3e7;
  color: #111;
  box-shadow: 0 0 0 3px rgba(255,121,0,.12);
}

.pcx-sheet-picker__button.is-disabled {
  color: #999;
  background: #f5f5f5;
  border-color: #e1e1e1;
  cursor: not-allowed;
  text-decoration: line-through;
  opacity: .75;
}

.pcx-sheet-picker__button.is-disabled:hover {
  border-color: #e1e1e1;
  background: #f5f5f5;
  box-shadow: none;
}

@media (max-width: 749px) {
  .pcx-sheet-picker__buttons {
    grid-template-columns: repeat(2, 1fr);
  }

  .pcx-sheet-picker__button {
    min-height: 50px;
    font-size: 15px;
  }
}
.pcx-v4-option--hidden {
  display: none !important;
}
/* =========================
   PCX Sheet Picker Compact Mobile
========================= */

@media (max-width: 749px) {
  .pcx-sheet-picker {
    margin-top: 6px;
  }

  .pcx-sheet-picker__group {
    margin-bottom: 10px;
  }

  .pcx-sheet-picker__group label {
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: .2px;
  }

  .pcx-sheet-picker__buttons {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}
.pcx-sheet-picker,
.pcx-sheet-picker__buttons,
.pcx-sheet-picker__button {
  max-width: 100%;
  box-sizing: border-box;
}

  .pcx-sheet-picker__button {
    min-height: 42px;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 800;
    padding: 0 6px;
  }

  .pcx-v4-card__option-header {
    background: #fff;
    padding: 8px 0;
    margin: 4px 0 8px;
  }

  .pcx-v4-card__price-inline {
    font-size: 24px;
  }
}
html,
body {
    overflow-x: hidden;
}

.pcx-v4-card {
    overflow-x: hidden;
}

/* PCX compact sheet picker final polish */

.pcx-v4-card__buy-summary {
  text-align: right;
}

.pcx-v4-card__selected {
  font-size: 12px;
  font-weight: 800;
  color: #555;
  margin-bottom: 4px;
}

@media (max-width: 749px) {
  .pcx-sheet-picker {
    margin-top: 0;
  }

  .pcx-sheet-picker__group {
    margin-bottom: 8px;
  }

  .pcx-sheet-picker__group label {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .pcx-sheet-picker__button {
    min-height: 38px;
    font-size: 13px;
  }

  .pcx-v4-card__qty-stock {
    align-items: center;
    gap: 12px;
    margin: 10px 0 12px;
  }

  .pcx-v4-card__price-inline {
    font-size: 24px;
  }

  .pcx-v4-card__price-inline small {
    display: inline;
    font-size: 11px;
  }

  .pcx-v4-card__stock {
    font-size: 13px;
  }
}
.pcx-v4-card__price-stock-row {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

@media (max-width: 749px) {
  .pcx-v4-card__buy-summary {
    flex: 1;
    min-width: 0;
  }

  .pcx-v4-card__selected {
    text-align: right;
  }

  .pcx-v4-card__price-stock-row {
    gap: 8px;
  }

  .pcx-v4-card__stock {
    white-space: nowrap;
  }
}
/* PCX final mobile sheet picker polish */

@media (max-width: 749px) {
  .pcx-sheet-picker__button {
    min-height: 43px;
    font-size: 14px;
  }

  .pcx-sheet-picker__group {
    margin-bottom: 10px;
  }

  .pcx-sheet-picker__group label {
    text-transform: none;
    font-size: 13px;
    font-weight: 800;
  }

  .pcx-v4-card__selected {
    font-size: 13px;
    font-weight: 800;
    color: #555;
    margin-bottom: 3px;
  }

  .pcx-v4-card__price-stock-row {
    align-items: baseline;
  }
}
/* Mobile - make price stand out more */
@media (max-width: 749px) {

  .pcx-v4-card__price-inline {
    font-size: 30px;
    line-height: 1;
    font-weight: 900;
  }

  .pcx-v4-card__price-inline small {
    font-size: 18px;
    margin-left: 4px;
    vertical-align: middle;
  }

}
/* PCX measurement toggle */

.pcx-sheet-picker__toggle {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 800;
  color: #555;
}

.pcx-sheet-picker__toggle span {
  margin-right: 4px;
}

.pcx-sheet-picker__toggle button {
  border: 1px solid #d8d8d8;
  background: #fff;
  color: #111;
  border-radius: 999px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 900;
  cursor: pointer;
}

.pcx-sheet-picker__toggle button.is-active {
  border-color: var(--pcx-orange);
  background: #fff3e7;
  color: #111;
}

.pcx-sheet-picker__button {
  white-space: pre-line;
  line-height: 1.15;
}

@media (max-width: 749px) {
  .pcx-sheet-picker__toggle {
    margin-bottom: 8px;
  }

  .pcx-sheet-picker__button {
    line-height: 1.12;
  }
}