.af-gated-notice { text-align: center; max-width: 640px; margin: 2rem auto; padding: 2rem; background: #fff; border: 1px solid #EEF2F6; border-radius: 12px; }
.af-catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.af-product-card { background: #fff; border: 1px solid #EEF2F6; border-radius: 12px; padding: 1.5rem; }
.af-notice { padding: 1rem; border-radius: 8px; margin-bottom: 1rem; }
.af-checkout-attestations { margin: 1.5rem 0; padding: 1.25rem; background: #fff; border: 1px solid #EEF2F6; border-radius: 12px; }
.af-attestations label { display: block; margin-bottom: 0.75rem; font-size: 0.9rem; line-height: 1.45; }
.af-product-card__price { font-size: 1.1rem; color: #0B0B0B; margin: 0.25rem 0 0.5rem; }
.af-header-cart { position: relative; }
.af-cart-count { display: inline-flex; align-items: center; justify-content: center; min-width: 1.25rem; height: 1.25rem; margin-left: 0.35rem; padding: 0 0.35rem; border-radius: 999px; background: #C9A962; color: #0B0B0B; font-size: 0.75rem; font-weight: 700; }
