/** Shopify CDN: Minification failed

Line 48:0 Unexpected "}"

**/
.product-conversion-v2 {
  background: var(--pc-bg);
  color: var(--pc-text);
  padding: 12px 0 28px;
}

.product-conversion-v2 .page-width {
  max-width: 1200px;
}

.pcv2-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}

.pcv2-media,
.pcv2-content {
  min-width: 0;
}


  .pcv2-main-media {
  background: #ffffff;
  padding: clamp(16px, 3vw, 32px);
  border: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.pcv2-main-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  background: transparent;
}
}

.pcv2-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.pcv2-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 6px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  border-radius: 0;
  cursor: pointer;
  scroll-snap-align: start;
}

.pcv2-thumb.is-active {
  border-color: var(--pc-accent);
  box-shadow: 0 0 0 1px var(--pc-accent) inset;
}

.pcv2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: #ffffff;
}

.pcv2-thumb.is-active {
  border-color: var(--pc-accent);
}

.pcv2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: var(--pc-thumb-radius);
}

.pcv2-content {
  padding: 0;
}

.pcv2-block {
  margin-bottom: 10px;
}

.pcv2-vendor {
  font-size: 12px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--pc-muted);
}

.pcv2-title {
  margin: 0;
  font-size: var(--pc-title-mobile);
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--pc-text);
  max-width: 12ch;
}

.pcv2-trustpilot {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.pcv2-trustpilot__stars {
  color: var(--pc-star);
  font-size: 18px;
  letter-spacing: 1px;
  line-height: 1;
}

.pcv2-trustpilot__text,
.pcv2-trustpilot__text:link,
.pcv2-trustpilot__text:visited {
  color: var(--pc-muted);
  text-decoration: none;
  font-size: 14px;
}

.pcv2-price {
  font-size: var(--pc-price-mobile);
  line-height: 1;
  font-weight: 900;
  color: var(--pc-accent);
}

.pcv2-divider {
  width: 100%;
  height: 1px;
  background: var(--pc-border);
}

.pcv2-stock-row {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-top: 1px solid var(--pc-border);
  border-bottom: 1px solid var(--pc-border);
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.35;
}

.pcv2-stock-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex: 0 0 11px;
}

.pcv2-stock-row.is-in-stock .pcv2-stock-dot {
  background: #44a240;
}

.pcv2-stock-row.is-out-of-stock .pcv2-stock-dot {
  background: var(--pc-accent);
}

.pcv2-usp-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.pcv2-usp-list li {
  position: relative;
  padding-left: 18px;
  margin-bottom: 8px;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.35;
}

.pcv2-usp-list li:last-child {
  margin-bottom: 0;
}

.pcv2-usp-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pc-accent);
  font-weight: 800;
}

.pcv2-small-usps {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  color: var(--pc-muted);
  font-size: 13px;
  line-height: 1.35;
}

.pcv2-small-usps span {
  position: relative;
  padding-left: 14px;
}

.pcv2-small-usps span::before {
  content: "✦";
  position: absolute;
  left: 0;
  top: 0;
  color: var(--pc-accent);
  font-size: 10px;
}

.pcv2-field {
  margin-bottom: 10px;
}

.pcv2-label {
  display: block;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.2;
  color: var(--pc-text);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.06em;
}

.pcv2-variant-select,
.pcv2-qty__input {
  width: 100%;
  box-sizing: border-box;
}

.pcv2-variant-select {
  min-height: 44px;
  border: 1px solid var(--pc-border);
  background: #fff;
  color: var(--pc-text);
  padding: 10px 12px;
  font-size: 13px;
  border-radius: var(--pc-radius);
}

.pcv2-product-form {
  margin: 0;
}

.pcv2-buy-row {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 10px;
  align-items: end;
}

.pcv2-field--qty {
  margin-bottom: 0;
}

.pcv2-qty {
  display: grid;
  grid-template-columns: 28px 32px 28px;
  border: 1px solid var(--pc-border);
  background: #fff;
  border-radius: var(--pc-radius);
  overflow: hidden;
}

.pcv2-qty__btn {
  min-height: 44px;
  border: 0;
  background: transparent;
  font-size: 20px;
  color: var(--pc-text);
  cursor: pointer;
}

.pcv2-qty__input {
  min-height: 44px;
  border: 0;
  border-left: 1px solid var(--pc-border);
  border-right: 1px solid var(--pc-border);
  text-align: center;
  padding: 0 4px;
  font-size: 14px;
  appearance: textfield;
  -moz-appearance: textfield;
}

.pcv2-qty__input::-webkit-outer-spin-button,
.pcv2-qty__input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.pcv2-buy-row__button {
  min-width: 0;
}

.pcv2-add-to-cart {
  width: 100%;
  min-height: var(--pc-button-height);
  border: 0;
  background: var(--pc-button-bg);
  color: var(--pc-button-text);
  padding: 10px 14px;
  font-size: 14px;
  line-height: 1.15;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer;
  border-radius: var(--pc-radius);
}

.pcv2-add-to-cart[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

.pcv2-add-to-cart__price {
  white-space: nowrap;
}

.pcv2-dynamic-checkout {
  margin-top: 8px;
}

.pcv2-payment-heading {
  font-size: 12px;
  line-height: 1.2;
  color: var(--pc-muted);
  text-transform: uppercase;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 6px;
}

.pcv2-payment-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.pcv2-payment-list li {
  line-height: 0;
}

.pcv2-payment-list svg {
  width: auto;
  height: 20px;
}

.pcv2-description {
  border-top: 1px solid var(--pc-border);
  padding-top: 10px;
}

.pcv2-description summary {
  list-style: none;
  cursor: pointer;
  color: var(--pc-accent);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.pcv2-description summary::-webkit-details-marker {
  display: none;
}

.pcv2-description summary::after {
  content: "▾";
  font-size: 12px;
}

.pcv2-description[open] summary::after {
  content: "▴";
}

.pcv2-description__content {
  margin-top: 12px;
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pcv2-custom-text {
  color: var(--pc-muted);
  font-size: 14px;
  line-height: 1.55;
}

.pcv2-related {
  padding-top: 6px;
}

.pcv2-related__heading {
  color: var(--pc-text);
  font-size: 24px;
  line-height: 0.95;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 10px;
}

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

.pcv2-related-card {
  display: block;
  text-decoration: none;
  color: inherit;
  background: rgba(255,255,255,0.35);
  border: 1px solid var(--pc-border);
  padding: 8px;
  border-radius: var(--pc-radius);
}

.pcv2-related-card__image-wrap {
  background: #fff;
  margin-bottom: 8px;
}

.pcv2-related-card__image {
  display: block;
  width: 100%;
  height: auto;
}

.pcv2-related-card__title {
  color: var(--pc-text);
  font-size: 13px;
  line-height: 1.35;
  min-height: 34px;
}

.pcv2-related-card__price {
  margin-top: 6px;
  color: var(--pc-accent);
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
}

@media screen and (min-width: 750px) {
  .product-conversion-v2 {
    padding: 20px 0 40px;
  }

  .pcv2-grid {
    grid-template-columns: minmax(0, 1fr) minmax(340px, 440px);
    gap: 28px;
    align-items: start;
  }

  .pcv2-media {
    position: sticky;
    top: 20px;
  }

  .pcv2-title {
    font-size: var(--pc-title-desktop);
    max-width: 10ch;
  }

  .pcv2-price {
    font-size: var(--pc-price-desktop);
  }

  .pcv2-block {
    margin-bottom: 12px;
  }

  .pcv2-stock-row,
  .pcv2-usp-list li,
  .pcv2-description__content,
  .pcv2-custom-text {
    font-size: 15px;
  }

  .pcv2-thumbs {
    gap: 10px;
  }

  .pcv2-thumb {
    flex-basis: 78px;
    width: 78px;
    height: 78px;
  }

  .pcv2-buy-row {
    grid-template-columns: 110px 1fr;
    gap: 12px;
  }

  .pcv2-qty {
    grid-template-columns: 34px 40px 34px;
  }

  .pcv2-qty__btn,
  .pcv2-qty__input {
    min-height: 46px;
  }

  .pcv2-add-to-cart {
    font-size: 15px;
  }

  .pcv2-related__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.pcv2-thumbs {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  overflow-x: auto;
  padding-bottom: 4px;
  scrollbar-width: thin;
  scroll-snap-type: x proximity;
}

.pcv2-thumb {
  flex: 0 0 72px;
  width: 72px;
  height: 72px;
  padding: 6px;
  border: 1px solid #e7e7e7;
  background: #ffffff;
  border-radius: 0;
  cursor: pointer;
  scroll-snap-align: start;
}

.pcv2-thumb.is-active {
  border-color: var(--pc-accent);
  box-shadow: 0 0 0 1px var(--pc-accent) inset;
}

.pcv2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  border-radius: 0;
  background: #ffffff;
}
.product__title h1 {
  font-size: 42px !important;
  line-height: 1.08 !important;
  max-width: 700px !important;
}

@media screen and (max-width: 989px) {
  .product__title h1 {
    font-size: 30px !important;
    max-width: 100% !important;
  }
}

@media screen and (max-width: 749px) {
  .product__title h1 {
    font-size: 24px !important;
    line-height: 1.12 !important;
  }
}