Pure Copper Mule Mug
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap'); :root { --mule-copper: #C4874A; --mule-copper-da rk: #A65E27; --mule-text: #2d2d2d; --mule-muted: #666666; --mule-light: #fdfaf8; } .mule-wrap, .mule-wrap * { box-sizing: border-box; } .mule-wrap { width: min(98%, 1500px); margin: 40px auto; overflow: hidden; background: #ffffff; border-radius: 24px; box-shadow: 0 25px 60px rgba(0, 0, 0, 0.07); color: var(--mule-text); font-family: 'Inter', Arial, sans-serif; } .mule-wrap h1, .mule-wrap h2, .mule-wrap h3, .mule-wrap h4 { font-family: 'Golos Text', Arial, sans-serif; font-weight: 700; letter-spacing: -0.02em; } /* TOP SECTION */ .mule-top { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 55px 45px; } .mule-eyebrow { margin-bottom: 15px; color: var(--mule-copper); font-size: 13px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; } .mule-title { margin: 0 0 25px; color: #1a1a1a; font-size: 48px; line-height: 1.1; } .mule-description { margin: 0 0 40px; color: var(--mule-muted); font-size: 17px; line-height: 1.7; } .mule-features { display: flex; flex-direction: column; gap: 28px; } .mule-feature { display: flex; align-items: flex-start; gap: 20px; } .mule-feature svg { width: 32px; height: 32px; flex: none; fill: none; stroke: var(--mule-copper); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; } .mule-feature h4 { margin: 0 0 5px; color: #222222; font-size: 18px; } .mule-feature p { margin: 0; color: var(--mule-muted); font-size: 15px; line-height: 1.55; } /* PRODUCT IMAGE */ .mule-gallery { position: relative; } .mule-image-box { position: relative; overflow: hidden; background: var(--mule-light); border-radius: 22px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); line-height: 0; } .mule-image-box img { display: block; width: 100%; height: auto; margin: 0 !important; padding: 0 !important; border: 0; aspect-ratio: 1 / 1; object-fit: cover; transition: transform 0.4s ease; } .mule-image-box:hover img { transform: scale(1.03); } /* PURITY BADGE */ .mule-lab-badge { position: absolute; top: 28px; left: -18px; z-index: 20; display: flex; width: 170px; height: 170px; align-items: center; justify-content: center; background: var(--mule-copper); border-radius: 50%; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14); } .mule-lab-inner { display: flex; width: 150px; height: 150px; padding: 24px 16px; align-items: center; justify-content: center; flex-direction: column; border: 3px dotted rgba(255, 255, 255, 0.96); border-radius: 50%; text-align: center; } .mule-lab-top, .mule-lab-bottom { color: #ffffff; font-size: 11px; font-weight: 700; line-height: 1; text-transform: uppercase; white-space: nowrap; } .mule-lab-top { margin-bottom: 12px; letter-spacing: 2.6px; } .mule-lab-percent { color: #ffffff; font-size: 29px; font-weight: 700; line-height: 1; white-space: nowrap; } .mule-lab-bottom { margin-top: 12px; letter-spacing: 1.8px; } /* DIVIDER */ .mule-divider { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 20px 45px; } .mule-divider-line { height: 1px; flex: 1; background: #e0e0e0; } .mule-divider-diamond { width: 10px; height: 10px; flex: none; border: 1px solid var(--mule-copper); transform: rotate(45deg); } /* BENEFITS */ .mule-benefits { padding: 60px 45px; background: #ffffff; } .mule-benefits h2 { margin: 0 0 15px; color: #1a1a1a; font-size: 40px; text-align: center; } .mule-benefits-intro { max-width: 820px; margin: 0 auto 50px; color: var(--mule-muted); font-size: 17px; line-height: 1.7; text-align: center; } .mule-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 55px; } .mule-benefit { display: flex; align-items: flex-start; gap: 20px; } .mule-benefit svg { width: 40px; height: 40px; flex: none; fill: none; stroke: var(--mule-copper); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; } .mule-benefit h4 { margin: 0 0 8px; font-size: 19px; } .mule-benefit p { margin: 0; color: var(--mule-muted); font-size: 15px; line-height: 1.6; } /* CTA CARDS */ .mule-cta-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 0 45px 60px; } .mule-cta { display: flex; padding: 40px; align-items: center; flex-direction: column; background: var(--mule-copper); border-radius: 20px; box-shadow: 0 12px 30px rgba(196, 135, 74, 0.18); color: #ffffff; text-align: center; transition: all 0.3s ease; } .mule-cta:hover { background: #B87438; box-shadow: 0 18px 40px rgba(184, 116, 56, 0.28); transform: translateY(-4px); } .mule-cta svg { width: 50px; height: 50px; fill: none; stroke: #ffffff; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; } .mule-cta h3 { margin: 20px 0 10px; color: #ffffff !important; font-size: 26px; } .mule-cta p { margin: 0 0 25px; color: rgba(255, 255, 255, 0.92); font-size: 15px; line-height: 1.6; } .mule-cta-button, .mule-cta-button:link, .mule-cta-button:visited { display: inline-block; padding: 14px 35px; background: #ffffff !important; border: 2px solid #ffffff !important; border-radius: 50px; color: var(--mule-copper) !important; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-decoration: none !important; text-transform: uppercase; transition: all 0.3s ease; } .mule-cta-button:hover, .mule-cta-button:focus { background: #f5f5f5 !important; color: var(--mule-copper) !important; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); text-decoration: none !important; transform: translateY(-3px); } /* TABLET */ @media (max-width: 991px) { .mule-wrap { width: min(94%, 900px); } .mule-top { grid-template-columns: 1fr; padding: 40px; } .mule-gallery { order: -1; } .mule-benefits-grid, .mule-cta-container { grid-template-columns: 1fr; } .mule-benefits, .mule-cta-container { padding-right: 40px; padding-left: 40px; } .mule-lab-badge { top: 10px; left: 10px; width: 126px; height: 126px; } .mule-lab-inner { width: 112px; height: 112px; padding: 16px 10px; border-width: 2px; } .mule-lab-top { margin-bottom: 8px; font-size: 8px; letter-spacing: 1.8px; } .mule-lab-percent { font-size: 22px; } .mule-lab-bottom { margin-top: 8px; font-size: 8px; letter-spacing: 1.2px; } } /* MOBILE */ @media (max-width: 600px) { .mule-wrap { width: calc(100% - 20px); margin: 10px auto; border-radius: 18px; } .mule-top, .mule-benefits, .mule-cta-container { padding: 30px 20px; } .mule-title { font-size: 32px; } .mule-description, .mule-benefits-intro { font-size: 15.5px; } .mule-benefits h2 { font-size: 28px; } .mule-benefits-grid, .mule-cta-container { grid-template-columns: 1fr; } .mule-cta { padding: 30px 20px; } } Classic Copper Barware Refreshingly Cool. Timelessly Copper. Elevate your favourite chilled drinks with our Pure Copper Mule Mug. Featuring a traditional hammered finish, smooth polished surface and securely welded copper handle, this 500 mL mug brings classic style and lasting character to your home bar, kitchen or outdoor entertaining. 99.25% Pure Copper Made from genuine, uncoated copper and independently laboratory tested in Australia. Traditional Hammered Finish A distinctive textured surface gives the mug a timeless, handcrafted appearance. Generous 500 mL Capacity Ideal for serving iced water, juices, mocktails and other chilled beverages. Express Australian Shipping Carefully packed and dispatched from the Sunshine Coast, Queensland. LAB TESTED 99.25% PURE COPPER Classic Style for Chilled Drinks Designed for cool beverages and relaxed entertaining, this handcrafted copper mule mug combines traditional character with practical everyday use. Helps Drinks Feel Cooler Copper quickly takes on the temperature of chilled drinks, creating a refreshingly cool feel in the hand. Secure Welded Handle The sturdy copper handle is securely attached for comfortable holding and regular use. Reusable and Long-Lasting A durable alternative to disposable drinkware that can be enjoyed repeatedly with appropriate cleaning and care. A Distinctive Gift An attractive gift for birthdays, weddings, housewarmings, home-bar enthusiasts and special occasions. Frequently Asked Questions Learn more about copper purity, natural oxidation, product use, delivery and care. View FAQs How to Clean Copper Follow our natural cleaning guide to maintain the appearance of your genuine copper mule mug. Cleaning Guide
More you might like
Related
Solid Copper Moscow Mule Mug - 100% Pure Copper - Authentic
Related
Copper Moscow Mule Mug, 475ml | Embossed Pure Copper
Related
100% Pure Copper Moscow Mule Mug
Related