/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.cart-voucher {
    display:none
}

.product-actions .product-variants-item ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}



.my_custom_image_slider {
    text-align: center;
}

/* ============================================================
   GAIA 2026-05-28 — Slovak sentence-case fix
   DB texts are in sentence case ("Stojany a tanieriky"), but
   PlantyHouse theme applies CSS text-transform: capitalize that
   converts them to "Stojany A Tanieriky" which is wrong in Slovak.
   This rule overrides those declarations everywhere.
   If a specific element should stay UPPERCASE (e.g. CTA button),
   add a more specific selector below this block.
   ============================================================ */
*,
*::before,
*::after {
    text-transform: none !important;
}
