🚨 Fusion Decals will be closed from April 29th to May 8th! Click B6YFRZ4J1EVD for 5% off Racing Stripe Kits! Click here for details! 🚨


/* Fix for variant dropdown width */ .variant-selectors .selector-wrapper { margin-bottom: 15px; } .variant-selectors select { width: auto; width: 50% !important; max-width: 300px !important; padding: 8px; border: 1px solid #ddd; border-radius: 4px; } /* Make sure dropdowns are responsive */ @media screen and (max-width: 768px) { .variant-selectors select { width: 100%; } }