Shopping Cart

No products in the cart.

SUPER FIVE BP FXB00752-Blue

£22.95

A sleek, ultra-compact everyday bag that punches above its size. Featuring sealed waterproof zippers, a quick-release removable shoulder strap buckle.

Compact Everyday Carry Bag

Designed for convenience and style, this compact bag features a waterproof zipper that keeps your essentials protected in any weather. The removable shoulder strap buckle gives you the flexibility to switch between carry styles with ease. Finished with a New Tech Embossed Logo, it delivers a modern and premium look—perfect for daily use, travel, or quick outings.


Weight 0.79 kg
Dimensions 26 × 6.5 × 16 cm
color

Black, Blue, Grey, Offwhite

Reviews

There are no reviews yet.

Be the first to review “SUPER FIVE BP FXB00752-Blue”

Your email address will not be published. Required fields are marked *

/* ===================================================== */ /* FORCE STRIPE PAYMENT MODULE TO LOAD ON PAGE LOAD */ /* Add this to the END of your functions.php */ /* ===================================================== */ /* ===================================================== */ /* ADD STRIPE CREDIT CARD FORM ON PRODUCT PAGE */ /* With Link Button Styling */ /* ===================================================== */ // 1. Enable Stripe Payment Element on product pages add_action('woocommerce_before_add_to_cart_button', 'seese_add_stripe_payment_element_to_product', 30); function seese_add_stripe_payment_element_to_product() { if (!is_product()) { return; } global $product; // Check if product is variable if (!$product || !$product->is_type('variable')) { return; } // Check if Stripe is available $available_gateways = WC()->payment_gateways->get_available_payment_gateways(); if (empty($available_gateways)) { return; } // Find Stripe gateway $stripe_gateway = null; foreach ($available_gateways as $gateway) { if (in_array($gateway->id, ['stripe', 'stripe_cc', 'stripe_sepa', 'stripe_alipay'])) { $stripe_gateway = $gateway; break; } } if (!$stripe_gateway) { return; } ?>

💳 Payment Options

🔒 Secure Payment: Your payment information is encrypted and secure. We don't store your card details.