.product-custom-content {
  color: #37423d;
  line-height: 1.72;
}
.product-custom-content > :first-child {
  margin-top: 0;
}
.product-custom-content > :last-child {
  margin-bottom: 0;
}
.product-custom-content h2,
.product-custom-content h3,
.product-custom-content h4 {
  margin: 1.5em 0 .55em;
  color: var(--green-950);
}
.product-custom-content h2 {
  font-size: clamp(1.55rem, 2.4vw, 2.05rem);
}
.product-custom-content h3 {
  font-size: 1.35rem;
}
.product-custom-content p,
.product-custom-content ul,
.product-custom-content ol,
.product-custom-content table,
.product-custom-content blockquote {
  margin: 0 0 1.1rem;
}
.product-custom-content ul,
.product-custom-content ol {
  padding-left: 1.35rem;
}
.product-custom-content li + li {
  margin-top: .42rem;
}
.product-custom-content a {
  color: var(--green-800);
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.product-custom-content table,
.product-content-table {
  width: 100%;
  overflow: hidden;
  border-collapse: collapse;
  border: 1px solid var(--stone-200);
  border-radius: 14px;
}
.product-custom-content th,
.product-custom-content td {
  padding: 11px 13px;
  border-bottom: 1px solid var(--stone-200);
  text-align: left;
  vertical-align: top;
}
.product-custom-content th {
  color: var(--green-950);
  background: var(--green-100);
}
.product-content-box,
.product-content-highlight,
.product-content-note {
  margin: 1.15rem 0;
  padding: 20px 22px;
  border: 1px solid #dce6df;
  border-radius: 16px;
  background: #f9fbf9;
}
.product-content-highlight {
  border-left: 5px solid var(--amber-500);
  background: #fff9ed;
}
.product-content-note {
  border-left: 5px solid var(--green-700);
  background: var(--green-100);
}
.product-content-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}
.product-content-lead {
  color: #34413b;
  font-size: 1.08rem;
  line-height: 1.72;
}
.product-content-muted {
  color: #69736e;
}
.product-content-accent {
  color: var(--green-800);
}
.product-certificate-note {
  margin-top: 18px;
  padding: 20px 22px;
  border: 1px solid #d6e1da;
  border-radius: 16px;
  background: #f7faf8;
}
.product-certificate-note h3 {
  margin-bottom: 7px;
  font-family: inherit;
  font-size: 1.08rem;
}
.product-certificate-note p {
  margin: 0;
  color: #59655f;
}
.legal-company-card,
.return-address-card,
.withdrawal-form-panel {
  padding: clamp(24px, 4vw, 36px);
  border: 1px solid var(--stone-200);
  border-radius: 20px;
  background: #fff;
  box-shadow: var(--shadow-sm);
}
.legal-company-card h2,
.return-address-card h2,
.withdrawal-form-panel h2 {
  margin-bottom: 18px;
}
.legal-company-data {
  margin: 20px 0 0;
}
.legal-company-data > div {
  display: grid;
  grid-template-columns: minmax(150px, .45fr) 1fr;
  gap: 18px;
  padding: 11px 0;
  border-bottom: 1px solid var(--stone-200);
}
.legal-company-data dt {
  color: #68726d;
}
.legal-company-data dd {
  margin: 0;
  color: var(--green-950);
  font-weight: 750;
  overflow-wrap: anywhere;
}
.return-address-card > p {
  color: #4f5954;
}
.return-cost-box {
  margin-top: 20px;
  padding: 18px 20px;
  border-left: 5px solid var(--amber-500);
  border-radius: 12px;
  background: #fff7e8;
}
.return-cost-box p {
  margin: 5px 0 0;
}
.withdrawal-form {
  margin-top: 24px;
}
.withdrawal-form input,
.withdrawal-form textarea,
.withdrawal-form select {
  width: 100%;
}
.withdrawal-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 0;
  border: 0;
}
.withdrawal-methods legend {
  grid-column: 1 / -1;
  margin-bottom: 7px;
  color: var(--green-950);
  font-weight: 800;
}
.withdrawal-methods label {
  position: relative;
  cursor: pointer;
}
.withdrawal-methods input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.withdrawal-methods label > span {
  display: grid;
  min-height: 128px;
  align-content: start;
  gap: 7px;
  padding: 18px;
  border: 2px solid #dce3de;
  border-radius: 16px;
  background: #fff;
}
.withdrawal-methods input:checked + span {
  border-color: var(--green-700);
  background: var(--green-100);
  box-shadow: 0 0 0 4px rgba(31, 77, 58, .08);
}
.withdrawal-methods small {
  color: #68716c;
  line-height: 1.5;
}
.withdrawal-declaration {
  display: grid !important;
  grid-template-columns: 22px 1fr;
  align-items: start;
  gap: 11px !important;
  padding: 16px 18px;
  border-radius: 14px;
  background: var(--cream-100);
}
.withdrawal-declaration input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}
.admin-help-text,
.form-help-text {
  color: #69736e;
}
.business-fields[hidden],
.company-address-fields[hidden] {
  display: none !important;
}
.business-details-panel {
  display: grid;
  gap: 16px;
  margin-top: 14px;
  padding: 20px;
  border: 1px solid #dfe6e1;
  border-radius: 16px;
  background: #f8faf8;
}
.company-address-toggle {
  display: grid !important;
  grid-template-columns: 21px 1fr;
  align-items: start;
  gap: 10px !important;
}
.company-address-toggle input {
  width: 18px;
  min-height: 18px;
  margin-top: 3px;
}
.single-consent {
  padding: 20px 22px;
  border: 1px solid #dbe4de;
  border-radius: 16px;
  background: #f6f9f7;
}
.single-consent label {
  grid-template-columns: 22px 1fr;
}
.single-consent a {
  color: var(--green-800);
  font-weight: 800;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.shipping-method-fieldset {
  padding-top: 22px !important;
}
.shipping-method-grid {
  gap: 16px;
}
.shipping-method-card .shipping-method-box {
  min-height: 150px;
  transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.shipping-method-card:hover .shipping-method-box {
  transform: translateY(-2px);
}
.shipping-method-card input:focus-visible + .shipping-method-box {
  outline: 3px solid rgba(217, 154, 43, .45);
  outline-offset: 3px;
}
.payment-copy-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 18px;
}
.copy-value {
  min-width: 0;
  overflow-wrap: anywhere;
}
.copy-button {
  display: inline-flex;
  min-width: 112px;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 8px 14px;
  color: var(--green-950);
  background: #fff;
  border: 1px solid #c9d6ce;
  border-radius: 999px;
  box-shadow: 0 5px 16px rgba(16, 45, 34, .07);
  font-size: .82rem;
  font-weight: 850;
  transition: transform .18s ease, background .18s ease, border-color .18s ease;
}
.copy-button:hover {
  transform: translateY(-1px);
  border-color: var(--green-700);
  background: var(--green-100);
}
.copy-button svg {
  width: 17px;
  height: 17px;
}
.copy-button.is-copied {
  color: #17623e;
  border-color: #83bf9b;
  background: #e6f4eb;
}
.cookie-banner-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.footer-cookie-link {
  display: block;
  margin: 0 0 8px;
  padding: 0;
  color: inherit;
  background: transparent;
  border: 0;
  text-align: left;
}
.footer-cookie-link:hover {
  color: var(--amber-500);
}
@media (max-width: 820px) {
  .product-content-grid,
  .withdrawal-methods {
    grid-template-columns: 1fr;
  }
  .legal-company-data > div {
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .payment-copy-row {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .copy-button {
    width: fit-content;
    min-width: 108px;
  }
}
@media (max-width: 560px) {
  .product-content-box,
  .product-content-highlight,
  .product-content-note,
  .product-certificate-note,
  .legal-company-card,
  .return-address-card,
  .withdrawal-form-panel {
    padding: 19px;
  }
  .single-consent {
    padding: 17px;
  }
  .cookie-banner-actions,
  .cookie-banner-actions .button {
    width: 100%;
  }
}
