/* ATHAR Checkout — Light theme, minimal overrides */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap');

.athar-checkout-header { text-align:center; padding:40px 20px 20px; position:relative; }
.athar-checkout-header::after { content:''; position:absolute; bottom:0; left:50%; transform:translateX(-50%); width:120px; height:1px; background:linear-gradient(90deg,transparent,#D4A853,transparent); }

.kjb-embedded-checkout img,
.kjb-embedded-checkout [class*="thumbnail"],
.kjb-embedded-checkout [class*="offer-image"],
.kjb-embedded-checkout [class*="product-image"] { display:none !important; }

@keyframes atharFadeIn { from{opacity:0;transform:translateY(16px)} to{opacity:1;transform:translateY(0)} }
.athar-checkout-header { animation:atharFadeIn 0.5s ease-out; }
.athar-badges { animation:atharFadeIn 0.6s ease-out 0.1s both; }
.athar-trust-section { animation:atharFadeIn 0.8s ease-out 0.3s both; }
