/* Amazon Home hard overrides you can copy to Additional CSS if needed */
.amz-home .card .title a{ color:#111 !important; font-weight:700 !important; font-size:14px !important; line-height:1.3 !important }
.amz-home .card .price{ color:#111 !important }
.amz-home .card .price .currency,.amz-home .card .price .woocommerce-Price-currencySymbol{ color:#ef4444 !important }
.amz-home .card .actions{ display:flex !important; justify-content:center !important }
.amz-home .card .actions .button,
.amz-home .card .actions a.button{ display:inline-flex !important; align-items:center !important; gap:8px !important; background:#111827 !important; color:#fff !important; border-radius:9px !important; padding:10px 12px !important; font-size:13px !important; line-height:1 !important; text-transform:none !important }
@media (max-width:900px){ .amz-home .card .actions .button, .amz-home .card .actions a.button{ font-size:12px !important } }

/* Hide common quick view/wishlist/compare variants inside our cards */
.amz-home .card .woosq-btn,
.amz-home .card .yith-wcqv-button,
.amz-home .card .button.quick-view,
.amz-home .card .quick-view,
.amz-home .card [data-quickview],
.amz-home .card .compare,
.amz-home .card .yith-wcwl-add-to-wishlist{ display:none !important }

