/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 30 2026 | 13:29:23 */
/* Cart text per language */
html[lang="en"] .ct-header-cart a.ct-cart-item::after {
    content: 'Quote' !important;
}
html[lang="fr"] .ct-header-cart a.ct-cart-item::after {
    content: 'Devis' !important;
}
html[lang="de"] .ct-header-cart a.ct-cart-item::after {
    content: 'Angebot' !important;
}

/* Sidebar replacement on product archive */
html[lang="en"] body.post-type-archive-product aside#sidebar,
html[lang="fr"] body.post-type-archive-product aside#sidebar,
html[lang="de"] body.post-type-archive-product aside#sidebar {
    display: none !important;
}

html[lang="en"] body.post-type-archive-product [data-sidebar],
html[lang="fr"] body.post-type-archive-product [data-sidebar],
html[lang="de"] body.post-type-archive-product [data-sidebar] {
    display: block !important;
}
