/* Productkaarten (Creators API-laag) — zelfstandige styling in hex zodat dit
   ook op de legacy-pagina's werkt (die missen de :root-vars van de nieuwe CSS).
   IJsblauw-palet afgestemd op de site (#38bdf8/#0ea5e9 CTA, #0a0f1a ink). */
.pc-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); gap: 1.4rem; margin: 1.5rem 0; }
.pcard { display: flex; flex-direction: column; background: #ffffff; border: 1px solid #e2e8f0; border-radius: 14px; box-shadow: 0 2px 10px rgba(10,15,26,0.06); overflow: hidden; transition: transform 0.15s, box-shadow 0.15s; }
.pcard:hover { transform: translateY(-2px); box-shadow: 0 10px 28px rgba(10,15,26,0.12); }
.pc-imglink { display: block; background: #fff; padding: 1.1rem; text-align: center; }
.pc-img { max-width: 100%; height: 190px; object-fit: contain; }
.pc-body { display: flex; flex-direction: column; gap: 0.45rem; padding: 1rem 1.1rem 1.2rem; flex: 1; }
.pc-brand { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: #94a3b8; }
.pc-title { font-weight: 600; font-size: 0.95rem; line-height: 1.35; color: #0a0f1a; text-decoration: none; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; }
.pc-title:hover { color: #0284c7; text-decoration: none; }
.pc-price-row { display: flex; align-items: baseline; gap: 0.5rem; flex-wrap: wrap; min-height: 1.4rem; }
.pc-price { font-size: 1.25rem; font-weight: 700; color: #0a0f1a; }
.pc-was { font-size: 0.85rem; color: #94a3b8; }
.pc-save { background: #dc2626; color: #fff; font-size: 0.72rem; font-weight: 700; padding: 0.15rem 0.45rem; border-radius: 6px; }
.pc-deal-badge { background: #fbbf24; color: #1a1205; font-size: 0.72rem; font-weight: 700; padding: 0.15rem 0.45rem; border-radius: 6px; }
.pc-meta { font-size: 0.8rem; font-weight: 600; color: #dc2626; }
.pc-cta { margin-top: auto; display: inline-block; text-align: center; background: linear-gradient(135deg, #38bdf8, #0ea5e9); color: #ffffff !important; padding: 0.7rem 1.2rem; border-radius: 10px; font-weight: 600; font-size: 0.92rem; text-decoration: none; transition: all 0.2s; }
.pc-cta:hover { filter: brightness(1.06); text-decoration: none; }
.pc-updated { font-size: 0.7rem; color: #94a3b8; }
.pc-oos { opacity: 0.65; }
.pc-oos .pc-price-row { display: none; }
.pc-disclaimer { font-size: 0.75rem; color: #94a3b8; margin: 2.5rem 0 1rem; line-height: 1.5; }
.pc-loading { color: #6b7280; grid-column: 1 / -1; }
.pc-links { display: flex; gap: 1.5rem; flex-wrap: wrap; font-size: 0.9rem; }
.pc-links a { color: #0284c7; font-weight: 600; text-decoration: none; }
.product-picks { margin: 3rem 0 1rem; }
.product-picks h2 { margin-bottom: 0.3rem; }
.shop-hero { margin: 0 0 1rem; }
.shop-hero h1 { margin: 0 0 0.5rem; }
.shop-hero p { color: #6b7280; max-width: 640px; }
.shop-section h2 { margin: 2.2rem 0 0.2rem; }
.shop-sub { color: #6b7280; margin: 0 0 0.5rem; }
