Cart

Blog

Author Archives: hs@sneakr5.com

Translate »
/* ===== SNEAKR5 PREMIUM COLORS ===== */ :root{ --s5-red:#d91f32; --s5-black:#111315; --s5-gray:#f5f6f7; --s5-border:#e6e8eb; } /* Boutons */ button, input[type="submit"], .single_add_to_cart_button, .checkout-button, .wc-forward, .button{ background:var(--s5-red)!important; border-color:var(--s5-red)!important; color:#fff!important; border-radius:12px!important; } /* Hover boutons */ button:hover, .single_add_to_cart_button:hover, .button:hover{ background:#b81828!important; border-color:#b81828!important; } /* Prix */ .price, .woocommerce-Price-amount{ color:var(--s5-red)!important; font-weight:800!important; } /* Liens */ a{ color:var(--s5-black)!important; transition:0.25s ease; } a:hover{ color:var(--s5-red)!important; } /* Cards */ .s5-card, .s5-panel, .products .product{ border-radius:18px!important; } /* Fond général */ body{ background:#ffffff!important; color:var(--s5-black)!important; } /* Étoiles avis */ .star-rating span:before, .woocommerce .star-rating::before{ color:var(--s5-red)!important; } /* Badges promo */ .onsale{ background:var(--s5-red)!important; color:#fff!important; border-radius:999px!important; } /* Champs */ input, select, textarea{ border-radius:10px!important; border:1px solid var(--s5-border)!important; } /* Hover produits */ .products .product:hover{ transform:translateY(-4px); transition:0.25s ease; }