
Antique ABP American Brilliant Cut Glass Creamer Sugar Bowl Set Hobstar Crystal
USD 47.00

Placeholder MP4 route for layout/testing. It is not declared as a VideoObject.
Brilliant Cut
USD 211.50
Condition: Used
View Antique American Brilliant Cut Glass Creamer & Sugar Bowl Set ABP Heavy Crystal with current marketplace pricing, condition, product images and item details. The set features intricate hobstar, fan, and starburst cuts, heavy clear crystal, and classic scalloped rims. Material: Heavy clear cut glass. We pride ourselves on honest dealer practices. This will be automatically added to your secure checkout total. Antique American Brilliant Cut Glass Creamer & Sugar Bowl Set ABP Heavy Crystal, Starburst & Hobstar Pattern c.1900s Add brilliance to your table with this antique cut glass creamer and sugar bowl set, beautifully crafted in the American Brilliant Period (ABP) style. The set features intricate hobstar, fan, and starburst cuts, heavy clear crystal, and classic scalloped rims. A fine example of early 20th-century craftsmanship. Pattern: Hobstar, fan, and starburst motif Material: Heavy clear cut glass Includes: 1 creamer + 1 sugar bowl with lid Circa: 1900–1920 Condition: Excellent vintage condition with no cracks; minor base wear consistent with age :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; } } Antique American Brilliant Cut Glass Creamer & Sugar Bowl Set ABP Heavy Crystal, Starburst & Hobstar Pattern c.1900s Item Overview & Description Add brilliance to your table with this antique cut glass creamer and sugar bowl set, beautifully crafted in the American Brilliant Period (ABP) style. The set features intricate hobstar, fan, and starburst cuts, heavy clear crystal, and classic scalloped rims. A fine example of early 20th-century craftsmanship. Pattern: Hobstar, fan, and starburst motif Material: Heavy clear cut glass Includes: 1 creamer + 1 sugar bowl with lid Circa: 1900–1920 Condition: Excellent vintage condition with no cracks; minor base wear consistent with age Condition Notes: Excellent vintage condition Item Width: 2 1/4 inches Item Height: 4 3/4 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 Cookware, Dinnerware & Serveware › Creamers. Brand: Brilliant Cut.
Additional views from the marketplace listing for Antique American Brilliant Cut Glass Creamer & Sugar Bowl Set ABP Heavy Crystal.





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 Antique American Brilliant Cut Glass Creamer & Sugar Bowl Set ABP Heavy Crystal.

USD 47.00

USD 115.00

USD 13.50

USD 23.00

USD 24.99

USD 76.99

USD 13.54

USD 17.99

USD 59.00

USD 24.95