collector's BOXES

Szerezd meg az exkluzivitást limitált kiadású Collector’s Box csomagjainkkal – prémium gamer energiaszettek igazi rajongóknak.
Tele elit ízekkel és exkluzív extrákkal, ezek a ritka dropok azoknak készültek, akik csak a legjobbal érik be. Ha elfogytak, vége – nincs utánpótlás!

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; }