body.single-product {
  --buy-accent: #a50851;
  --buy-ink: #252b28;
  --buy-line: #e3e5e3;
}
body.single-product .related .affsync-product-brand__label {
  display: none !important;
}
body.single-product.affsync-theme-lcdj {
  --buy-accent: #2f5f50;
}
body.single-product.woocommerce div.product .product_title {
  font-size: clamp(1.7rem, 3vw, 2.6rem);
  line-height: 1.18;
  letter-spacing: -0.025em;
}
body.single-product.woocommerce div.product .summary > .price {
  color: var(--buy-ink);
  font-size: 1.85rem;
  font-weight: 750;
  margin: 18px 0;
}
body.single-product.woocommerce div.product div.images {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  border: 1px solid var(--buy-line);
  box-sizing: border-box;
}
body.single-product.woocommerce div.product div.images img {
  max-height: 580px;
  object-fit: contain;
}
body.single-product.woocommerce div.product .woocommerce-tabs {
  padding-top: 28px;
}
body.single-product.woocommerce div.product .related {
  clear: both;
  padding-top: 32px;
  border-top: 1px solid var(--buy-line);
}
body.single-product.woocommerce div.product .related > h2 {
  font-size: 1.6rem;
  letter-spacing: -0.02em;
}
body.single-product .affsync-buy-panel {
  color: var(--buy-ink);
  background: #fff;
  border: 1px solid var(--buy-line);
  border-radius: 18px;
  padding: 24px;
  margin: 24px 0;
  box-shadow: 0 8px 28px rgba(25, 35, 30, 0.04);
}
body.single-product .affsync-buy-panel * {
  box-sizing: border-box;
}
body.single-product .affsync-buy-panel header h2 {
  font-size: 1.4rem;
  margin: 5px 0 8px;
  line-height: 1.3;
}
body.single-product .affsync-buy-panel header p {
  margin: 0 0 20px;
  color: #59615c;
  font-size: 0.9rem;
}
body.single-product .affsync-buy-panel .affsync-buy-kicker {
  color: var(--buy-accent);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
body.single-product .affsync-buy-panel .affsync-merchant {
  padding: 18px 0;
  border-top: 1px solid var(--buy-line);
}
body.single-product .affsync-buy-panel .affsync-merchant-heading {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 12px;
}
body.single-product .affsync-buy-panel .affsync-merchant-heading > span {
  white-space: nowrap;
  font-weight: 750;
  font-size: 1.15rem;
}
body.single-product .affsync-buy-panel details {
  margin-top: 12px;
}
body.single-product .affsync-buy-panel summary {
  cursor: pointer;
  padding: 10px 0;
  color: var(--buy-accent);
  font-weight: 650;
  font-size: 0.9rem;
}
body.single-product .affsync-buy-panel .affsync-buy-variant {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 16px;
  align-items: center;
  padding: 12px 0;
}
body.single-product .affsync-buy-panel .affsync-buy-variant > div {
  flex: 1 1 140px;
  font-size: 0.88rem;
}
body.single-product .affsync-buy-panel .affsync-buy-variant small {
  display: block;
  color: #59615c;
  font-size: 0.76rem;
  margin-top: 4px;
}
body.single-product .affsync-buy-panel .affsync-buy-price {
  font-weight: 700;
  white-space: nowrap;
}
body.single-product .affsync-buy-panel a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 8px;
  background: var(--buy-accent);
  color: #fff;
  text-decoration: none;
  font-size: 0.85rem;
  font-weight: 700;
}
body.single-product .affsync-buy-panel a:hover {
  filter: brightness(0.9);
  color: #fff;
}
body.single-product .affsync-buy-panel a:focus-visible,
body.single-product .affsync-buy-panel summary:focus-visible {
  outline: 3px solid var(--buy-accent);
  outline-offset: 4px;
}
body.single-product .affsync-buy-panel .affsync-buy-note {
  margin: 10px 0 0;
  padding-top: 16px;
  border-top: 1px solid var(--buy-line);
  color: #59615c;
  font-size: 0.76rem;
  line-height: 1.6;
}
@media (max-width: 600px) {
  body.single-product .affsync-buy-panel {
    padding: 18px;
  }
  body.single-product .affsync-buy-panel .affsync-merchant-heading {
    flex-wrap: wrap;
  }
  body.single-product.woocommerce div.product div.images {
    padding: 12px;
  }
}
