
Vintage Etched Glass Cranberry Bud Vases With Floral Design & Flared Rim - Set O
USD 17.85

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Cranberry Glass
USD 58.50
Condition: Used
View Cranberry Pink Glass Footed Bud Vase with Etched Floral Design with current marketplace pricing, condition, product images and item details. Crafted with a classic trumpet shape, it features delicate wheel-etched floral sprigs cascading down the body. The glass remains clean, bright, and smooth. This will be automatically added to your secure checkout total. Cranberry Pink Glass Footed Bud Vase with Etched Floral Design Add a touch of timeless romantic charm to your table decor with this elegant vintage cranberry pink glass vase. Crafted with a classic trumpet shape, it features delicate wheel-etched floral sprigs cascading down the body. Supported by a clear, sturdy round footed base, this beautiful piece is ideal for showing off fresh blooms or serving as a standalone statement accent on a shelf or mantle. :root { --bg-page: #F9F8F6; --bg-card: #FFFFFF; --text-main: #1E1E1E; --text-muted: #5C5C5C; --header-dark: #58111A; /* Oxblood */ --accent-vintage: #8C6D46; --border-color: #E2DDD5; --btn-bg: #58111A; /* Oxblood matching button */ --btn-hover: #3A0B11; /* Darker oxblood for hover */ } /* Base / Desktop Styles */ body, #ebay-description { background-color: var(--bg-page); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; font-size: 17px; color: var(--text-main); line-height: 1.6; margin: 0; padding: 0; -webkit-font-smoothing: antialiased; } .v-container { max-width: 940px; margin: 20px auto; padding: 0 15px; box-sizing: border-box; } .v-header-banner { background-color: var(--header-dark); color: #FFFFFF; padding: 35px 25px; text-align: center; border-bottom: 5px solid var(--accent-vintage); border-radius: 4px 4px 0 0; margin-bottom: 30px; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } .v-header-banner h1 { font-family: 'Georgia', 'Times New Roman', serif; font-size: 32px; font-weight: normal; margin: 0; letter-spacing: 0.5px; color: #FDFBF7; } .v-card { background: var(--bg-card); border: 1px solid var(--border-color); border-radius: 4px; padding: 35px; margin-bottom: 30px; box-shadow: 0 2px 4px rgba(0,0,0,0.03); box-sizing: border-box; } .v-card-title { font-family: 'Georgia', 'Times New Roman', serif; color: var(--header-dark); font-size: 24px; border-bottom: 2px solid var(--accent-vintage); padding-bottom: 8px; margin-top: 0; margin-bottom: 22px; } .v-item-description { font-size: 18px; overflow-wrap: break-word; word-wrap: break-word; } .v-item-description img { max-width: 100%; height: auto; } .v-condition-tag { display: inline-block; background-color: #F3EFEA; padding: 8px 16px; border-radius: 4px; border-left: 4px solid var(--accent-vintage); margin-top: 20px; margin-right: 10px; font-size: 16px; } .v-gallery-stage { text-align: center; margin-bottom: 25px; } .v-gallery-stage img { max-width: 100%; height: auto; border: 1px solid #D1CDC4; padding: 6px; background: #FFF; box-shadow: 0 3px 10px rgba(0,0,0,0.08); box-sizing: border-box; } .v-thumb-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin-top: 20px; } .v-thumb-grid a { display: block; } .v-thumb-grid img { border: 1px solid #BDB8AD; background: #FFF; padding: 3px; width: 110px; height: 110px; object-fit: cover; opacity: 0.85; transition: all 0.2s ease-in-out; box-sizing: border-box; } .v-thumb-grid img:hover { opacity: 1; border-color: var(--header-dark); } .v-split-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 25px; } .v-split-grid img { max-width: 100%; height: auto; } .v-info-block { background-color: var(--bg-page); padding: 20px; border: 1px solid var(--border-color); border-radius: 4px; box-sizing: border-box; } .v-info-block h3 { margin-top: 0; color: var(--header-dark); font-family: 'Georgia', serif; font-size: 19px; border-bottom: 1px dotted #B0AAA0; padding-bottom: 6px; } .v-cta-banner { text-align: center; background-color: #EDE9E1; padding: 25px; border-radius: 4px; margin: 10px 0 30px 0; border: 1px solid var(--border-color); box-sizing: border-box; } .v-btn { display: inline-block; background-color: var(--btn-bg); color: #FFFFFF !important; font-family: 'Georgia', serif; font-size: 20px; text-decoration: none; padding: 15px 40px; border-radius: 4px; box-shadow: 0 4px 12px rgba(88, 17, 26, 0.25); transition: background 0.2s; box-sizing: border-box; } .v-btn:hover { background-color: var(--btn-hover); } /* Fixed Lightbox CSS */ .lightbox { display: none; position: fixed; z-index: 9999; width: 100vw; height: 100vh; top: 0; left: 0; background: rgba(0,0,0,0.85); } .lightbox:target { display: flex; align-items: center; justify-content: center; } .lightbox img { max-width: 90vw; max-height: 85vh; border: 3px solid #fff; box-sizing: border-box; } .close-img { position: absolute; top: 20px; right: 30px; color: #fff; font-size: 40px; cursor: pointer; font-weight: bold; line-height: 1; } .v-policy-list { padding-left: 20px; } .v-policy-list li { margin-bottom: 10px; } .v-footer { text-align: center; padding: 30px 15px; font-size: 14px; color: var(--text-muted); border-top: 1px solid var(--border-color); } /* Tablet and Small Desktop Adjustments */ @media screen and (max-width: 768px) { .v-card { padding: 25px; } .v-header-banner h1 { font-size: 28px; } .v-split-grid { grid-template-columns: 1fr; } .v-btn { width: 100%; text-align: center; padding: 15px 20px; } .v-thumb-grid img { width: 90px; height: 90px; } } /* Mobile Adjustments */ @media screen and (max-width: 480px) { .v-header-banner { padding: 25px 15px; } .v-header-banner h1 { font-size: 24px; } .v-card { padding: 20px 15px; } .v-card-title { font-size: 22px; } .v-item-description { font-size: 16px; } .v-condition-tag { display: block; text-align: center; margin-right: 0; } .v-thumb-grid { gap: 8px; } .v-thumb-grid img { width: 75px; height: 75px; } .v-cta-banner p { font-size: 18px !important; } .v-btn { font-size: 18px; } .close-img { top: 10px; right: 15px; font-size: 35px; } } Cranberry Pink Glass Footed Bud Vase with Etched Floral Design Item Overview & Description Add a touch of timeless romantic charm to your table decor with this elegant vintage cranberry pink glass vase. Crafted with a classic trumpet shape, it features delicate wheel-etched floral sprigs cascading down the body. Supported by a clear, sturdy round footed base, this beautiful piece is ideal for showing off fresh blooms or serving as a standalone statement accent on a shelf or mantle. Condition Notes: Excellent vintage condition with no chips, cracks, or fleabites. The glass remains clean, bright, and smooth. Item Length: 4 1/4 inches Item Width: 4 1/4 inches Item Height: 10 inches Photographs × × × × × × Click any image above for a full-screen view. Ready to add this piece to your collection? Purchase This Item Now Shipping & Collection Information Delivery Calculation Exact shipping costs and carrier options can be viewed in the "Shipping and Payments" tab located at the top of this eBay listing. Available Carrier Services: USPS Priority Mail Local Pickup Option Please note: To ensure safe and tracked transit, local pick-up is not available for this item. All orders are dispatched via professional couriers. Accepted Payment Methods Immediate payment is required upon selecting "Buy It Now". We securely accept: Major Credit & Debit Cards (Visa, Mastercard, American Express, Discover) Digital Wallets (PayPal, Apple Pay, Google Pay) Note on State Sales Tax: eBay is legally mandated to calculate, collect, and remit sales tax for orders shipped to applicable states. This will be automatically added to your secure checkout total. Returns & Buyer Protection Returns are welcomed. If this piece does not suit your space, you may initiate a return within 30 days of the item's delivery. Return postage costs will be the responsibility of the Seller . Questions About Condition or Provenance? We pride ourselves on honest dealer practices. If you require extra measurements or clarification on a maker's mark, simply ask. Send the Seller a Message Curated Pieces You May Also Enjoy Vintage Waterford Crystal Two Turtle Doves Christmas Plate 1985 Twelve Days of C Vintage Waterford Crystal Holly Lamp Christmas Plate 1984 Twelve Days of Christm Vintage Waterford Crystal 3 French Hens Christmas Plate 1986 Twelve Days of Chri Vintage Waterford Crystal 4 Calling Birds Christmas Plate 1987 Twelve Days of Ch © Vintage Loft eBay integration by Condition: Used. Category: Pottery & Glass › Decorative Pottery & Glassware › Vases. Brand: Cranberry Glass.
Additional views from the marketplace listing for Cranberry Pink Glass Footed Bud Vase with Etched Floral Design.





Image-search matches based on the main product image. These images are shown as visual style choices and are intentionally not linked.










Related marketplace listings for Cranberry Pink Glass Footed Bud Vase with Etched Floral Design.

USD 17.85

USD 16.48

USD 27.89

USD 14.00

USD 20.00

USD 7.99

USD 21.00

USD 25.00

USD 12.95

USD 15.00