Login

Forgot your password?

Don't have an account yet?
Create account

/* Stil för produktpris i produktkomponenten */ .product-item .product-price, .product-item__price { display: inline-block; margin-top: 15px; padding: 12px 20px; background-color: #e8f5e9; border: 2px solid #2e7d32; border-radius: 8px; box-shadow: 0 2px 4px rgba(0,0,0,0.1); } .product-item .product-price .money, .product-item__price .money { color: #2e7d32; font-weight: 700; font-size: 1.8rem; text-shadow: 1px 1px 2px rgba(0,0,0,0.05); } .product-item .product-price .compare-at-price, .product-item__price .compare-at-price { color: #999999; text-decoration: line-through; font-size: 1rem; margin-top: 5px; display: block; } .product-item .product-tag, .product-item__badge { display: inline-block; background-color: #ff5722; color: white; padding: 4px 8px; border-radius: 4px; font-size: 0.9rem; font-weight: bold; margin-left: 10px; vertical-align: middle; }