:root {
    --sw-color-brand-primary: #1a5632 !important;
    --sw-color-brand-secondary: #1a3a2a !important;
}
a { color: #1a5632 !important; }
a:hover { color: #0d3318 !important; }

/* Footer */
.footer-main a, .footer-main .footer-column a { color: #ffffff !important; }
.footer-main a:hover, .footer-main .footer-column a:hover { color: #c5a844 !important; }
.footer-main { color: #f0f0f0 !important; }
.footer-main .footer-headline { color: #ffffff !important; }

/* Cart badge + price - kill purple */
.header-cart-badge, .badge-primary, .badge, .header-cart .badge {
    background-color: #c5a844 !important;
    color: #1a3a2a !important;
    border-color: #c5a844 !important;
}
.header-cart-total, .header-cart .header-cart-total {
    color: #1a3a2a !important;
}

/* Newsletter hide */
.ft-footer-newsletter, .footer-newsletter, [class*="newsletter"] {
    display: none !important;
}

/* Footer ONE logo hide, show Liventy */
.ft-footer-logo img[src*="one-logo"] { display: none !important; }

/* Hover magnifier completely disabled, click-to-zoom kept */
.magnifier-overlay,
.js-magnifier-overlay,
.magnifier-zoom-image,
.js-magnifier-zoom-image,
.js-magnifier-zoom-image-container > .magnifier-zoom-image,
.magnifier-container,
.magnifier-zoom-pane { display: none !important; visibility: hidden !important; }
.gallery-slider-single-image,
.gallery-slider-single-image img,
.product-detail-media img { cursor: pointer !important; }

/* Product names */
.product-name, .product-info .product-name a, .cms-listing-col .product-name {
    font-size: 0.95rem !important;
    line-height: 1.3 !important;
    -webkit-line-clamp: unset !important;
    overflow: visible !important;
    display: block !important;
    white-space: normal !important;
    text-overflow: unset !important;
    max-height: none !important;
    height: auto !important;
}

/* Sticky bar */
body::before {
    content: "Tento e-shop je v testovacej prev\00e1dzke. Objedn\00e1vky zatia\013e neprij\00edmame.";
    display: block;
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 99999;
    background: #c5a844;
    color: #1a3a2a;
    text-align: center;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 600;
}
body { padding-top: 38px !important; }

/* Skladom in listing */
.product-price-wrapper::after {
    content: "Skladom";
    display: block;
    color: #1a5632;
    font-size: 0.8rem;
    font-weight: 600;
    margin-top: 4px;
}

/* Buttons */
.btn-primary, .btn-buy {
    background-color: #1a5632 !important;
    border-color: #1a5632 !important;
}
.btn-primary:hover, .btn-buy:hover {
    background-color: #0d3318 !important;
    border-color: #0d3318 !important;
}

/* Kill all remaining purple */
*[style*="6919e1"], *[style*="af7aff"], *[style*="b288f2"], *[style*="2b1e3e"] {
    color: #1a5632 !important;
}
