{"product_id":"14-pack-6ml-lip-gloss-tubes-with-big-doe-foot-wand-diy-refillable-clear-pink","title":"14 Pack 6ml Lip Gloss Tubes with Big Doe Foot Wand - DIY Refillable Clear \u0026 Pink","description":"\u003cbody\u003e\n\n\n  \u003cmeta charset=\"UTF-8\"\u003e\n  \u003cmeta http-equiv=\"X-UA-Compatible\" content=\"IE=edge\"\u003e\n  \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n  \u003ctitle\u003ePremium eBay Listing\u003c\/title\u003e\n  \u003clink rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\"\u003e\n  \u003cstyle\u003e\n    @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700\u0026family=Montserrat:wght@300;400;500;700\u0026display=swap');\n    \n    * {\n      margin: 0;\n      padding: 0;\n      box-sizing: border-box;\n    }\n    \n    body {\n      font-family: 'Montserrat', sans-serif;\n      line-height: 1.6;\n      color: #333;\n      background-color: #f9f9f9;\n    }\n    \n    .container {\n      max-width: 1200px;\n      margin: 0 auto;\n      padding: 20px;\n      background-color: #fff;\n      box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n      border-radius: 12px;\n      overflow: hidden;\n    }\n    \n    .header {\n      background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);\n      padding: 30px 20px;\n      text-align: center;\n      color: white;\n      border-radius: 8px 8px 0 0;\n      margin-bottom: 30px;\n      position: relative;\n      overflow: hidden;\n    }\n    \n    .header::before {\n      content: \"\";\n      position: absolute;\n      top: -50%;\n      left: -50%;\n      width: 200%;\n      height: 200%;\n      background: radial-gradient(circle, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0) 70%);\n      animation: pulse 4s infinite;\n    }\n    \n    @keyframes pulse {\n      0% { transform: scale(0.8); opacity: 0.5; }\n      50% { transform: scale(1.2); opacity: 0.2; }\n      100% { transform: scale(0.8); opacity: 0.5; }\n    }\n    \n    .logo {\n      font-family: 'Poppins', sans-serif;\n      font-size: 2.2rem;\n      font-weight: 700;\n      margin-bottom: 10px;\n      position: relative;\n      z-index: 1;\n    }\n    \n    .tagline {\n      font-weight: 300;\n      font-size: 1.2rem;\n      position: relative;\n      z-index: 1;\n    }\n    \n    .product-title {\n      font-family: 'Poppins', sans-serif;\n      font-size: 1.8rem;\n      color: #333;\n      text-align: center;\n      padding: 0 20px 30px;\n      position: relative;\n    }\n    \n    .product-title::after {\n      content: \"\";\n      position: absolute;\n      bottom: 15px;\n      left: 50%;\n      transform: translateX(-50%);\n      width: 80px;\n      height: 3px;\n      background: linear-gradient(to right, #6a11cb, #2575fc);\n    }\n    \n    .main-content {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 30px;\n      padding: 0 15px;\n    }\n    \n    .gallery-section {\n      flex: 1 1 60%;\n      min-width: 300px;\n    }\n    \n    .sidebar {\n      flex: 1 1 30%;\n      min-width: 280px;\n    }\n    \n    .section {\n      margin-bottom: 30px;\n      border-radius: 10px;\n      overflow: hidden;\n      transition: all 0.3s ease;\n      box-shadow: 0 3px 10px rgba(0,0,0,0.05);\n    }\n    \n    .section:hover {\n      transform: translateY(-5px);\n      box-shadow: 0 8px 15px rgba(0,0,0,0.1);\n    }\n    \n    .section-header {\n      padding: 15px 20px;\n      font-family: 'Poppins', sans-serif;\n      font-weight: 500;\n      font-size: 1.1rem;\n      color: white;\n      display: flex;\n      align-items: center;\n      position: relative;\n    }\n    \n    .gallery-section .section-header {\n      background: linear-gradient(to right, #fa709a, #fee140);\n    }\n    \n    .description-section .section-header {\n      background: linear-gradient(to right, #00c6ff, #0072ff);\n    }\n    \n    .features-section .section-header {\n      background: linear-gradient(to right, #ff9966, #ff5e62);\n    }\n    \n    .contact-section .section-header {\n      background: linear-gradient(to right, #43cea2, #185a9d);\n    }\n    \n    .payment-section .section-header {\n      background: linear-gradient(to right, #834d9b, #d04ed6);\n    }\n    \n    .shipping-section .section-header {\n      background: linear-gradient(to right, #4776e6, #8e54e9);\n    }\n    \n    .feedback-section .section-header {\n      background: linear-gradient(to right, #11998e, #38ef7d);\n    }\n    \n    .return-section .section-header {\n      background: linear-gradient(to right, #f46b45, #eea849);\n    }\n    \n    .section-header i {\n      margin-right: 10px;\n      font-size: 1.2rem;\n    }\n    \n    .section-content {\n      padding: 20px;\n      background-color: white;\n      border: 1px solid #eee;\n      border-top: none;\n    }\n    \n    .gallery-placeholder {\n      min-height: 300px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      background-color: #f5f5f5;\n      color: #999;\n      font-size: 1.2rem;\n    }\n    \n    .product-desc {\n      font-size: 1.05rem;\n      line-height: 1.8;\n      margin-bottom: 20px;\n    }\n    \n    .feature-list {\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n    \n    .feature-list li {\n      margin-bottom: 12px;\n      padding-left: 30px;\n      position: relative;\n    }\n    \n    .feature-list li::before {\n      content: \"\\f058\";\n      font-family: \"Font Awesome 6 Free\";\n      font-weight: 900;\n      color: #2575fc;\n      position: absolute;\n      left: 0;\n      top: 2px;\n    }\n    \n    .shipping-list {\n      padding: 0;\n      margin: 0;\n      list-style: none;\n    }\n    \n    .shipping-list li {\n      margin-bottom: 12px;\n      padding-left: 30px;\n      position: relative;\n    }\n    \n    .shipping-list li::before {\n      content: \"\\f0da\";\n      font-family: \"Font Awesome 6 Free\";\n      font-weight: 900;\n      color: #8e54e9;\n      position: absolute;\n      left: 0;\n      top: 2px;\n      font-size: 1.2rem;\n    }\n    \n    .thanks-message {\n      text-align: center;\n      margin-top: 20px;\n      padding: 20px;\n      background: linear-gradient(to right, rgba(106, 17, 203, 0.1), rgba(37, 117, 252, 0.1));\n      border-radius: 10px;\n    }\n    \n    .thanks-heading {\n      color: #6a11cb;\n      font-size: 1.5rem;\n      margin-bottom: 10px;\n      font-family: 'Poppins', sans-serif;\n    }\n    \n    .thanks-text {\n      font-size: 1.1rem;\n    }\n    \n    .footer {\n      margin-top: 40px;\n      padding: 20px;\n      text-align: center;\n      background-color: #f5f5f5;\n      border-radius: 0 0 8px 8px;\n    }\n    \n    .footer p {\n      color: #666;\n      font-size: 0.9rem;\n    }\n    \n    .payment-icons {\n      display: flex;\n      flex-wrap: wrap;\n      gap: 15px;\n      justify-content: center;\n      margin-top: 15px;\n    }\n    \n    .payment-icon {\n      width: 50px;\n      height: 50px;\n      background-color: #eee;\n      border-radius: 8px;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 1.5rem;\n      color: #333;\n    }\n    \n    .return-steps {\n      counter-reset: steps;\n      padding: 0;\n      margin: 0;\n    }\n    \n    .return-steps li {\n      margin-bottom: 15px;\n      position: relative;\n      padding-left: 40px;\n      counter-increment: steps;\n    }\n    \n    .return-steps li::before {\n      content: counter(steps);\n      font-family: 'Poppins', sans-serif;\n      position: absolute;\n      left: 0;\n      top: 0;\n      width: 28px;\n      height: 28px;\n      background-color: #f46b45;\n      color: white;\n      border-radius: 50%;\n      display: flex;\n      align-items: center;\n      justify-content: center;\n      font-size: 0.9rem;\n      font-weight: bold;\n    }\n    \n    .highlight-badge {\n      display: inline-block;\n      background: linear-gradient(to right, #ff9966, #ff5e62);\n      color: white;\n      padding: 5px 10px;\n      border-radius: 20px;\n      font-size: 0.9rem;\n      margin-top: 10px;\n    }\n    \n    .rating-stars {\n      color: #FFD700;\n      font-size: 1.2rem;\n      margin-bottom: 10px;\n    }\n    \n    \/* Responsive adjustments *\/\n    @media (max-width: 768px) {\n      .main-content {\n        flex-direction: column;\n      }\n      \n      .header {\n        padding: 20px 15px;\n      }\n      \n      .logo {\n        font-size: 1.8rem;\n      }\n      \n      .section-header {\n        font-size: 1rem;\n      }\n    }\n  \u003c\/style\u003e\n\n\n\u003cdiv class=\"container\"\u003e\n\u003cdiv class=\"header\"\u003e\n\u003ch1 class=\"logo\"\u003eWelcome to our stores\u003c\/h1\u003e\n\u003cp\u003eHandpicked Quality Products Just For You\u003c\/p\u003e\n\u003c\/div\u003e\n\u003ch1 class=\"product-title\"\u003e14pcs Empty 6ml big doe foot wand Chunky lip gloss tubes for DIY lipgloss,Pink round lipgloss containers tubes with thick wand (Clear)\u003c\/h1\u003e\n\u003cdiv class=\"main-content\"\u003e\n\u003cdiv class=\"gallery-section\"\u003e\n\u003cdiv class=\"section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-camera\"\u003e\u003c\/i\u003e Product Gallery\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cdiv class=\"gallery-placeholder\"\u003e\u003cimg src=\"https:\/\/m.media-amazon.com\/images\/I\/81MtrXUkrGL.jpg\" style=\"max-width:100%; max-height:100%;\"\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section description-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-info-circle\"\u003e\u003c\/i\u003e Product Description\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cdiv class=\"product-desc\"\u003e\n\u003cul\u003e\n \u003cli\u003e 1. Capacity: 6ml \/ 0.10oz \u003c\/li\u003e \u003cli\u003e 2. D25*H86mm \/ D0.94*H3.46 inch \u003c\/li\u003e \u003cli\u003e 11. Material: Plastic AS \u003c\/li\u003e \u003cli\u003e 12. Use: for refill DIY lip gloss, lip oil, and other cosmetics, no leaking. \u003c\/li\u003e \u003cli\u003e 5. One pack include: 14 pcs tube, 14 pcs cap, 14 pcs stopper, 2 pcs pipettes \u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section features-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e Product Highlights\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cul class=\"feature-list\"\u003e\n\u003cb\u003eSpecification: \u003c\/b\u003e \u003cbr\u003e Material: plastic AS\u003cbr\u003e Size: D25*H86mm \/ D0.94*H3.38 inch \u003cbr\u003e Color: 6 Colors are available \u003cbr\u003e Capacity: 6ml \/ 0.2oz \u003cbr\u003e \u003cbr\u003e  Package includes:  \u003cbr\u003e 14x Empty tubes\u003cbr\u003e 14 X stoppers 14 x big brush Wand cap\u003cbr\u003e 2x pipettes  Note:  \u003cbr\u003e Manual measurement, please allow slight errors on size. \u003cbr\u003e The colors may exist slight difference due to different screens. \u003cbr\u003e IMPORTANT: This tube might not suite for oil based formula, especially for castor oil, coconut oil, Please make the test of the compatibility between container and product (formula) before filling in bulk in case there is chemical reaction cause container broken. \u003cbr\u003e \u003cbr\u003e  Use:  \u003cbr\u003e For refill DIY lip gloss, lip oil, and other cosmetics, no leaking. \u003cbr\u003e We have paper packing box suite for this tube, please if you need.\u003cbr\u003e About customize: \u003cbr\u003e We can customize logo on tube for small order, directly print on it or make label, to customize product will be sent from China, it is charged for logo, please with logo picture and detailed reuqirement. \u003cbr\u003e\n\u003c\/ul\u003e\n\u003cdiv class=\"thanks-message\"\u003e\n\u003ch3 class=\"thanks-heading\"\u003eThank You For Choosing Our Products\u003c\/h3\u003e\n\u003cp\u003eYour satisfaction is our top priority\u003c\/p\u003e\n\u003cspan class=\"highlight-badge\"\u003e100% Satisfaction Guaranteed\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"sidebar\"\u003e\n\u003cdiv class=\"section contact-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-envelope\"\u003e\u003c\/i\u003e Contact Us\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cp\u003eFor any inquiries about your order, please contact us through eBay's messaging system 24\/7\u003c\/p\u003e\n\u003cp\u003eWe aim to answer all questions within 24 hours\u003c\/p\u003e\n\u003cdiv class=\"rating-stars\"\u003e\n\u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e \u003ci class=\"fas fa-star\"\u003e\u003c\/i\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section payment-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-credit-card\"\u003e\u003c\/i\u003e Payment Methods\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cp\u003eWe accept multiple payment options through eBay's secure system:\u003c\/p\u003e\n\u003cdiv class=\"payment-icons\"\u003e\n\u003cdiv class=\"payment-icon\"\u003e\u003ci class=\"fab fa-paypal\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n\u003cdiv class=\"payment-icon\"\u003e\u003ci class=\"fab fa-cc-visa\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n\u003cdiv class=\"payment-icon\"\u003e\u003ci class=\"fab fa-cc-mastercard\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n\u003cdiv class=\"payment-icon\"\u003e\u003ci class=\"fab fa-cc-amex\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n\u003cdiv class=\"payment-icon\"\u003e\u003ci class=\"fab fa-cc-discover\"\u003e\u003c\/i\u003e\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cp style=\"margin-top: 15px;\"\u003eYour payment is protected through eBay's secure payment system\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section shipping-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-truck\"\u003e\u003c\/i\u003e Shipping Information\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cul class=\"shipping-list\"\u003e\n\u003cli\u003eYour item will be shipped to the address listed on your eBay account. Please confirm your address before completing the purchase.\u003c\/li\u003e\n\u003cli\u003eDelivery typically takes 3-7 business days\u003c\/li\u003e\n\u003cli\u003eShipping services via UPS, FedEx, and USPS\u003c\/li\u003e\n\u003cli\u003eWe ship only to the 48 contiguous United States\u003c\/li\u003e\n\u003cli\u003eWe cannot ship to Alaska, Hawaii, or U.S. territories\u003c\/li\u003e\n\u003cli\u003eNo shipping to APO\/FPO addresses or P.O. Boxes\u003c\/li\u003e\n\u003cli\u003eLocal pickup is not available\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003cspan class=\"highlight-badge\"\u003e24\/7 Shipment Tracking Available\u003c\/span\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section feedback-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-comments\"\u003e\u003c\/i\u003e Customer Feedback\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cp\u003eWe value your feedback and suggestions to improve our service\u003c\/p\u003e\n\u003cp\u003eCustomer satisfaction is our ultimate goal. If you have any issues, please contact us before leaving feedback.\u003c\/p\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003cdiv class=\"section return-section\"\u003e\n\u003cdiv class=\"section-header\"\u003e\n\u003ci class=\"fas fa-undo\"\u003e\u003c\/i\u003e Return Policy\u003c\/div\u003e\n\u003cdiv class=\"section-content\"\u003e\n\u003cp\u003e\u003cstrong\u003e30-Day Satisfaction Guarantee\u003c\/strong\u003e\u003c\/p\u003e\n\u003cul class=\"return-steps\"\u003e\n\u003cli\u003eIf you're not satisfied with your purchase, contact us within 30 days of receiving your item\u003c\/li\u003e\n\u003cli\u003eWe'll work with you to arrange a replacement or refund as appropriate\u003c\/li\u003e\n\u003cli\u003ePlease contact us to obtain the return address before sending back any items.\u003c\/li\u003e\n\u003cli\u003eRefunds will be processed within 3-5 business days after we receive your return\u003c\/li\u003e\n\u003c\/ul\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\u003c\/div\u003e\n\n\u003c\/body\u003e","brand":"BestGiftyy","offers":[{"title":"Default Title","offer_id":55617545273635,"sku":"227417001480","price":68.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0859\/3103\/2867\/files\/s-l1600_a6200e1e-5346-4b04-8994-c3d0256d67e8.jpg?v=1789836938","url":"https:\/\/bestgiftyy.com\/products\/14-pack-6ml-lip-gloss-tubes-with-big-doe-foot-wand-diy-refillable-clear-pink","provider":"BestGiftyy","version":"1.0","type":"link"}