.availability-label { display: inline-flex; align-items: center; gap: 6px; font-size: 15px; font-weight: 500; color: #28a745; position: relative; margin-top: 0 !important; } .availability-label::before { content: "✓"; color: #28a745; font-size: 15px; } /* RŮŽOVÉ TLAČÍTKO DO KOŠÍKU */ .btn.add-to-cart-button, .btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart { background-color: #e91e63 !important; border-color: #e91e63 !important; color: #fff !important; } .btn.add-to-cart-button:hover, .btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover { background-color: #d81b60 !important; border-color: #d81b60 !important; } .btn.btn-cart, .btn.btn-cart:hover { background-color: #ec1f80 !important; /* růžová */ color: white !important; border-radius: 30px !important; border: none !important; font-weight: 500; padding: 10px 25px; font-size: 16px; } /* Zvýraznění pole pro výběr varianty */ select:focus, select:hover { border-color: #f15697 !important; box-shadow: 0 0 0 2px rgba(241, 86, 151, 0.25); outline: none !important; transition: all 0.2s ease-in-out; } /* Skrýt pouze ikonky sdílení, "zeptat se", atd. – ponechat Hlídacího psa */ .link-icons a:not(.watchdog) { display: none !important; } /* .link-icons { display: none !important; } */ } /* Mezera nad výběrem variant */ .p-info-wrapper .add-to-cart { margin-top: 15px; } /* STEJNÝ STYL PRO VŠECHNA TLAČÍTKA DO KOŠÍKU A DETAIL */ .btn.btn-primary { background-color: #e50695; color: #fff; border: none; border-radius: 999px; padding: 12px 28px; font-weight: 600; font-size: 16px; text-transform: none; display: inline-flex; align-items: center; justify-content: center; gap: 8px; transition: background-color 0.3s ease; } /* Hover efekt */ .btn.btn-primary:hover { background-color: #c6007e; color: #fff; text-decoration: none; } .availability-label::before { content: "✓"; color: #28a745; font-size: 15px; font-weight: bold; margin-right: 6px; display: inline-block; position: static; /* ✅ zruší absolutní pozici */ } .availability span { position: relative; padding-left: 18px; font-size: 15px; font-weight: 500; color: #28a745 !important; /* sjednocení barvy */ display: inline-flex; align-items: center; } .availability span::before { content: "✓"; position: absolute; left: 0; font-size: 15px; color: #28a745; } .label.label-new, .product .flags .flag-new { background-color: #00c853 !important; /* svěží zelená jako tečka u chatu */ color: #fff !important; /* bílý text */ font-size: 12px; font-weight: 600; padding: 4px 10px; border-radius: 999px; /* kulatý badge */ display: inline-block; text-transform: uppercase; letter-spacing: 0.5px; box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1); } /* DLAŽDICE – VYPRODÁNO = ČERVENÝ KŘÍŽEK + TEXT */ .availability span[style*="#cb0000"]::before { content: "✗ "; color: #cb0000; font-size: 15px; font-weight: bold; } .availability span[style*="#cb0000"] { color: #cb0000 !important; } /* DLAŽDICE – SKLADEM = ZELENÁ FAJFKA */ .availability span[style*="#28a745"]::before { content: "✓ "; color: #28a745; font-size: 15px; font-weight: bold; } /* ČERVENÝ KŘÍŽEK U VYPRODÁNO – podle inline barvy */ span.availability-label[style*="#cb0000"]::before { content: "✗ "; color: #cb0000; font-size: 15px; font-weight: bold; } .availability-label:contains("Objednáno") { color: #000 !important; font-weight: 500; position: relative; padding-left: 1.4em; }