collector's BOXES

Erlebe Exklusivität mit unseren limitierten Collector’s Boxes – Premium-Gaming-Energiesets für echte Fans.
Gefüllt mit erstklassigen Geschmacksrichtungen und exklusiven Extras, sind diese seltenen Drops für alle, die nur das Beste wollen. Sind sie einmal weg, sind sie für immer weg!

Search

/* Wrap the inside of the form as flex column and reorder */ form.variations_form.cart { display: flex; flex-direction: column; } /* Move the variation table (selector) after the variation output visually */ form.variations_form.cart .single_variation_wrap { order: 1; } form.variations_form.cart table.variations { order: 2; margin-top: 1.5em; } /* Optional: move the Add to Cart block even lower */ form.variations_form.cart .woocommerce-variation-add-to-cart { order: 3; }