Welcome to emarket!

My Cart -

$22.00
1
There are 1 item(s) in your cart
Subtotal: $22.00

body { font-family: ‘Market Sans’, Arial, sans-serif; }

.header-wrapper,.subheader-wrapper, .left-col,.right-col,.creditlink,.footer-wrapper,.boxcontent,#ns_copyright,.topbar, #tab1,#tab2,#tab3,#tab4,#tab5, #descriptiontitle, #design, #seo { display:none;} #descriptioncontent,#backup{ font-family:sans-serif;} #backup{padding:10px;max-width:80%; margin:auto; text-align:center; font-size:13px; }
/* ========================================================== LIFESTYLE BY FOCUS – Focus Camera Styling Integration All Focus Camera enhancements with Lifestyle colors ========================================================== */ /* ========================================================== 1) SKU text (light grey) ========================================================== */ .sku, .sku *{ color: #bfbfbf !important; } /* ========================================================== 2) Seller Tabs (Shipping / Payment / Returns) – LIFESTYLE ORANGE background (#F95C25), white text – Thin grey outline around the whole block – Equal width tabs inline – Full-tab hover darken (including behind text) – Content padding inside tab panels ========================================================== */ /* Outer border around the whole tabs section */ #tabs{ border: 1px solid #d9d9d9 !important; box-sizing: border-box !important; background: #fff !important; white-space: nowrap !important; } /* Remove inline-block whitespace issue so 3 tabs fit perfectly */ #tabs{ font-size: 0 !important; } /* Restore text size inside labels and content */ #tabs > label{ font-size: 14px !important; } #tabs .content, #tabs .content *{ font-size: 14px !important; } /* Desktop labels (first set; not .mobile_tab) */ #tabs > label:not(.mobile_tab){ display: inline-block !important; vertical-align: top !important; width: 33.3333% !important; margin: 0 !important; padding: 0 !important; box-sizing: border-box !important; } /* Make li fill the whole tab area + center text */ #tabs > label:not(.mobile_tab) li{ display: block !important; width: 100% !important; margin: 0 !important; padding: 12px 0 !important; box-sizing: border-box !important; text-align: center !important; background: #F95C25 !important; } /* Anchor text */ #tabs > label:not(.mobile_tab) li a{ display: block !important; width: 100% !important; padding: 0 !important; margin: 0 !important; color: #ffffff !important; text-decoration: none !important; } /* Grey dividers between desktop tabs */ #tabs > label:not(.mobile_tab):not(:last-of-type) li{ border-right: 1px solid #d9d9d9 !important; } /* Hover: darken entire tab */ #tabs > label:not(.mobile_tab):hover, #tabs > label:not(.mobile_tab):hover li, #tabs > label:not(.mobile_tab):hover li a{ filter: brightness(0.92); } /* Mobile duplicate labels */ #tabs > label.mobile_tab{ border-top: 1px solid #d9d9d9 !important; margin: 0 !important; padding: 0 !important; } #tabs > label.mobile_tab li{ display: block !important; width: 100% !important; margin: 0 !important; padding: 12px 0 !important; box-sizing: border-box !important; text-align: center !important; background: #F95C25 !important; } #tabs > label.mobile_tab li a{ display: block !important; width: 100% !important; padding: 0 !important; color: #ffffff !important; text-decoration: none !important; } /* Mobile active/checked state */ #tabs > input:checked + label.mobile_tab li{ background: #F95C25 !important; } #tabs > input:checked + label.mobile_tab li a{ color: #ffffff !important; } /* Mobile hover */ #tabs > label.mobile_tab:hover li{ filter: brightness(0.92); } /* Content padding inside each tab panel */ #tabs .tabcontent{ padding: 12px 18px !important; box-sizing: border-box !important; margin-left: 0 !important; } #tabs .tabcontent ul, #tabs .tabcontent ol{ padding-left: 20px !important; margin-left: 0 !important; } /* ========================================================== 3) Cross-store logo hover (premium, no shadow) ========================================================== */ a[href*=”buzztronics”] img, a[href*=”focuscamera”] img{ transition: opacity 0.25s ease-in-out, transform 0.25s ease-in-out; } a[href*=”buzztronics”]:hover img, a[href*=”focuscamera”]:hover img{ opacity: 0.88; transform: scale(1.03); } /* Mobile fix: spacing for cross-promo logos */ @media (max-width: 640px){ div[style*=”display:inline-block”][style*=”width:340px”]{ display: block !important; width: 100% !important; margin: 0 auto 18px !important; } div[style*=”display:inline-block”][style*=”width:340px”] > div + div{ margin-top: 10px !important; } a[href*=”buzztronics”] img, a[href*=”focuscamera”] img{ margin-top: 6px !important; } } /* ========================================================== 4) Gallery hover-only “Click image to zoom” hint ========================================================== */ #showcase{ position: relative; } #showcase::after{ content: “Click image to zoom”; position: absolute; left: 50%; top: 12px; transform: translateX(-50%); padding: 6px 12px; font-size: 12px; color: #fff; background: rgba(0,0,0,0.55); border-radius: 999px; opacity: 0; pointer-events: none; transition: opacity 0.2s ease-in-out; z-index: 5; } #showcase:hover::after{ opacity: 1; } #gallery label.mainimage img{ cursor: zoom-in !important; } /* ========================================================== 5) Bundle Description wrapper with LIFESTYLE ORANGE bar ========================================================== */ .bundleditems{ border: 1px solid #d9d9d9; background: #fff; padding: 16px; margin: 18px 0; box-sizing: border-box; } .bundleditems .bundlehead{ margin: 0 0 14px 0; } .bundleditems .bundletitle{ font-size: 18px; font-weight: 700; color: #111; margin: 0; } .bundleditems .bundlebar{ height: 3px; width: 100%; background: #F95C25; margin-top: 8px; } /* ========================================================== 6) Kit Components Accordion with LIFESTYLE colors ========================================================== */ /* Each kit accordion block */ .kit-item{ border: 1px solid #d9d9d9; margin: 8px 0; background: #fff; } /* Clickable header row */ .kit-summary{ cursor: pointer; display: flex; gap: 12px; align-items: center; padding: 10px; list-style: none; } /* Hide default disclosure marker */ .kit-summary::-webkit-details-marker{ display:none; } /* Small image column */ .kit-summary .bundle-img{ width: 140px !important; max-width: 140px !important; flex: 0 0 140px !important; border: 1px solid #e6e6e6; background: #fafafa; padding: 10px !important; box-sizing: border-box; } .kit-summary .bundle-img img{ display:block; width:100% !important; max-width: 100% !important; height:auto !important; } /* Kit title with LIFESTYLE colors */ .kit-title{ display: block !important; width: 100% !important; box-sizing: border-box !important; text-align: center !important; background: #CDCBCB; color: #F95C25; font-weight: 700; font-size: 14px; line-height: 1.2; letter-spacing: 0.25px; padding: 8px 12px !important; border-radius: 4px; } @media (max-width: 640px){ .kit-title{ font-size: 16px !important; padding: 10px 14px !important; } } /* Kit details flex container */ .kit-summary .bundle-details{ flex: 1 1 auto !important; min-width: 0 !important; } /* Hover hint */ .kit-hint{ display: block; margin-top: 6px; font-size: 12px; color: #777; opacity: 0; transition: opacity 0.2s ease-in-out; } .kit-summary:hover .kit-hint{ opacity: 1; } .kit-hint::after{ content: “”; } .kit-item:not([open]) .kit-hint::after{ content: “Click to expand”; } .kit-item[open] .kit-hint::after{ content: “Click to collapse”; } /* Expanded body */ .kit-body{ padding: 10px 12px 12px; border-top: 1px solid #e6e6e6; } .kit-body p{ margin: 6px 0; font-size: 13px; line-height: 1.5; color: #333; } /* Optional subtle open state */ .kit-item[open] .kit-summary{ background:#fafafa; } /* ========================================================== 7) Heading normalization ========================================================== */ h1, h2, h3, h4, h5, h6{ margin: 12px 0 8px !important; font-weight: 700 !important; line-height: 1.25 !important; color: #111 !important; } h1{ font-size: 20px !important; } h2{ font-size: 18px !important; } h3{ font-size: 16px !important; } h4{ font-size: 14px !important; } h5{ font-size: 13px !important; } h6{ font-size: 12px !important; } p, li{ font-size: 13px; line-height: 1.55; } /* ========================================================== 8) Specifications accordion ========================================================== */ .specifications > summary::-webkit-details-marker{ display: none; } .specifications:not([open]){ padding-bottom: 12px; } .specifications > summary{ cursor: pointer; } .specifications > summary:hover{ opacity: 0.85; } .specifications > summary::after{ content: “Click to expand”; font-size: 12px; font-weight: normal; color: #666; margin-left: 10px; opacity: 0; transition: opacity 0.2s ease-in-out; } .specifications:not([open]) > summary:hover::after{ opacity: 1; } .specifications[open] > summary::after{ content: “Click to collapse”; font-size: 12px; color: #666; margin-left: 10px; opacity: 1; } /* ========================================================== 9) Mobile: Hide duplicate seller tabs ========================================================== */ @media (max-width: 640px){ #tabs > label:not(.mobile_tab){ display: none !important; } #tabs > label.mobile_tab{ display: block !important; width: 100% !important; } #tabs > label.mobile_tab li{ width: 100% !important; } } /* ========================================================== 10) Banner customizations ========================================================== */ .banner_image { background-image: url(https://cdn.shopify.com/s/files/1/0926/8723/7415/files/lifestyle-banner-ebay.png) !important; } .banner_title { text-align: center !important; text-shadow: 4px 4px 8px rgba(0, 0, 0, 1), -3px -3px 6px rgba(0, 0, 0, 1), 0px 0px 20px rgba(0, 0, 0, 1), 0px 0px 30px rgba(0, 0, 0, 1), 0px 0px 40px rgba(0, 0, 0, 0.9), 2px 2px 4px rgba(0, 0, 0, 1), -2px -2px 4px rgba(0, 0, 0, 1); font-weight: 700 !important; letter-spacing: 0.5px !important; } .banner_text { text-shadow: 3px 3px 7px rgba(0, 0, 0, 1), -2px -2px 5px rgba(0, 0, 0, 1), 0px 0px 15px rgba(0, 0, 0, 1), 0px 0px 25px rgba(0, 0, 0, 1), 0px 0px 35px rgba(0, 0, 0, 0.9), 1px 1px 3px rgba(0, 0, 0, 1), -1px -1px 3px rgba(0, 0, 0, 1); font-weight: 500 !important; }

Powered by Frooition

  • Store Home
  • About Us
  • Contact
  • View All Products

Welcome To Lifestyle By Focus
It all started with a little camera shop in Brooklyn. Founded in 1966, Focus has faithfully served the New York City Metropolitan Area for over half a century. In that time, we’ve built a tight knit community of passionate and multifaceted customers with a wide array of interests and skills.

Through Lifestyle by Focus, we offer items and tools that make life easier. From state-of-the-art kitchen appliances to the latest home, sports, and outdoor goods, we’re passionate about providing a diverse range of high-quality products that enrich the lives of our customers.

Zuca Anaconda Sport Insert Bag (Frame Sold Separately)

  • Zuca Anaconda Sport Insert Bag (Frame Sold Separately)

    New with tags
    SIBAN443

    <div class="features" data-title="

    • Attractive Anaconda design
    • Made from premium water resistant 600D polyester
    • Interior of this bag is vinyl coated for added protection
    • Zippered internal and external accessory compartments
    • Machine and hand washable for easy cleaning

    “>

    Features
    • Attractive Anaconda design
    • Made from premium water resistant 600D polyester
    • Interior of this bag is vinyl coated for added protection
    • Zippered internal and external accessory compartments
    • Machine and hand washable for easy cleaning

    <div class="inthebox" data-title="

    • Zuca Anaconda Sport Insert Bag (Frame Sold Separately)

    “>

    What’s in the Box
    • Zuca Anaconda Sport Insert Bag (Frame Sold Separately)

    Item Description

    From the incredibly spacious interior to the zippered internal and external accessory compartments, the Zuca Insert Bag is the perfect companion for work, school and play! Kids will love it since it can easily store and transport all of their books, without straining their backs. Adults will love Zuca too, as it makes for a great travel companion on vacation or business trips. You can pair this bag with a colored aluminum frame (sold separately) that doubles as a seat and with a wheel design that can easily navigate stairs and curbs.

    Durable Construction

    Featuring a unique and practical design, the removable Zuca Insert bag is made from premium water-resistant 600D polyester and offers plenty of storage space. The interior of this bag is vinyl coated for added protection and the entire bag is machine and hand washable.

    Design

    Put some skin in the game with this intricate snake pattern that’s larger than life (and friendlier, too).

    <details class="specifications" data-title="

    Zuca Anaconda Sport Insert Bag

    • Design: Anaconda
    • Material: Premium water resistant 600D polyester
    • Coating: Vinyl
    • Capacity: 1.03 cubic feet (approximately)
    • Cleaning: Machine and hand washable
    • Removable: Yes

     

    *Note: This bag does not meet FAA specifications for carry-on luggage

    “> Specifications

    Zuca Anaconda Sport Insert Bag

    • Design: Anaconda
    • Material: Premium water resistant 600D polyester
    • Coating: Vinyl
    • Capacity: 1.03 cubic feet (approximately)
    • Cleaning: Machine and hand washable
    • Removable: Yes

     

    *Note: This bag does not meet FAA specifications for carry-on luggage

  • Shipping
  • Shipping
  • Payment
  • Returns
  • Shipping

    Shipping is free within the continental United States (lower 48 states only). Rates include handling and insurance.

     

    Domestic shipping

    Lower 48 states: Free shipping, including handling and insurance.
    Alaska, Hawaii, Puerto Rico, U.S. territories, APO & FPO: Additional shipping charges may apply, and some items cannot be shipped to these locations. Please consider using the Shipping and Payments tab with your ZIP code to confirm availability and view exact costs. Free shipping applies only to the Lower 48 states.

     

    International shipping

    All international orders are processed through eBays Global Shipping Program. Please see the Shipping tab for detailed costs and options.

     

    Restrictions

    Orders cannot be shipped to hotel addresses at this time.

  • Payment
  • Payment

    We accept major credit cards and PayPal; however, American Express is not supported on this platform. All payments are securely processed through eBays managed payment system. Immediate PayPal payment is required for all Buy It Now purchases, while payments for Best Offers are due within 3 days. If you need special payment arrangements, please contact us via eBay messages.

     Please note that payments cannot be modified once an order is submitted or fulfilled, so any issues must be resolved beforehand. For payment-related questions or assistance, contact eBay customer support directly. 

  • Returns
  • Returns

    We want you to be happy with your purchase. If you're not satisfied, you may return your item within 30 days of delivery. Please contact us via eBay messages or the returns link to obtain an RMA number.

    For Domestic Purchases:

    • If you wish to return an item, please contact us via eBay messages or the returns link to obtain a Returned Merchandise Authorization (RMA) number. This ensures proper handling of your return or replacement.
    • To qualify for a full refund (less shipping expenses), the item must be in its original new condition, with all packaging, manuals, and paperwork intact and unaltered. Opened items are eligible for return but may be subject to a restocking fee.
    • Customers are responsible for the shipping and handling costs incurred in sending the item. If your order included Free Shipping, the shipping expenses we paid on your behalf will be deducted from your refund. If an item is refused, the carrier charges for both ways will be deducted from your refund.
    • All returns are subject to inspection. Items must be in brand new condition as described above. If not, the return may be deemed non-refundable or subject to a restocking fee of at least 15%. Missing accessories or signs of wear may result in higher restocking fees. For specific fee details, please contact us via eBay messages.
    • Returns must be packed in an outer shipping carton (not just the original product box), with the RMA number clearly marked on the shipping label. Include a copy of your invoice and order number, and insure your return shipment with prepaid shipping. We do not accept COD shipments.
    • Certain product categories are not eligible for return due to hygienic or sanitary reasons, as required by manufacturers. Consumable goods or items locked by manufacturers (such as Apple or HP) are not returnable.

    Promotional Items:

    • If you received a free item as part of a "Buy 1, Get 1 Free" promotion, the free item must be returned with your original return request to receive a full refund. If the free item is not returned, its value will be deducted from your refund amount.

    Other Issues:

    • For warranty claims, lost merchandise, transit issues, or order cancellations, please contact us via eBay messages. In the event of a price or description error, we will notify you promptly. There will be no obligation to proceed with the purchase, and any amount charged will be fully refunded.

    Need camera gear & electronics? Visit our main store!

    Looking for pro audio gear? Visit our audio store!

    Featured Categories
    • Kitchen, Dining & Bar
    • Tools & Workshop Equipment
    • Home Improvement
    • Toys & Hobbies
    • Sewing
    • Sporting Goods
    • Travel
    • Health & Beauty
    • Computers,Tablets & Networking
    Featured Brands

    • Store Home
    • About Lifestyle By Focus
    • Contact
    • View All Items

    Powered by Frooition
    Frooition | No-js Template | eBay design, eBay store design, eBay shop design, eBay template design, eBay listing design (ver:froo_no_js)

    This listing is currently undergoing maintenance, we apologise for any inconvenience caused.

    x