Copper Mug Cross Design
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap'); :root { --mug-copper: #C4874A; --mug-copper-dark : #A65E27; --mug-text: #2d2d2d; --mug-muted: #666666; --mug-light: #fdfaf8; } .mug-wrap, .mug-wrap * { box-sizing: border-box; } .mug-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(--mug-text); font-family: 'Inter', Arial, sans-serif; } .mug-wrap h1, .mug-wrap h2, .mug-wrap h3, .mug-wrap h4 { font-family: 'Golos Text', Arial, sans-serif; font-weight: 700; letter-spacing: -0.02em; } /* TOP SECTION */ .mug-top { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 55px 45px; } .mug-eyebrow { margin-bottom: 15px; color: var(--mug-copper); font-size: 13px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; } .mug-title { margin: 0 0 25px; color: #1a1a1a; font-size: 48px; line-height: 1.1; } .mug-description { margin: 0 0 40px; color: var(--mug-muted); font-size: 17px; line-height: 1.7; } .mug-features { display: flex; flex-direction: column; gap: 28px; } .mug-feature { display: flex; align-items: flex-start; gap: 20px; } .mug-feature svg { width: 32px; height: 32px; flex: none; fill: none; stroke: var(--mug-copper); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; } .mug-feature h4 { margin: 0 0 5px; color: #222222; font-size: 18px; } .mug-feature p { margin: 0; color: var(--mug-muted); font-size: 15px; line-height: 1.55; } /* PRODUCT IMAGE */ .mug-gallery { position: relative; } .mug-image-box { position: relative; overflow: hidden; background: var(--mug-light); border-radius: 22px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); line-height: 0; } .mug-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; } .mug-image-box:hover img { transform: scale(1.03); } /* PURITY BADGE */ .mug-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(--mug-copper); border-radius: 50%; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14); } .mug-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; } .mug-lab-top, .mug-lab-bottom { color: #ffffff; font-size: 11px; font-weight: 700; line-height: 1; text-transform: uppercase; white-space: nowrap; } .mug-lab-top { margin-bottom: 12px; letter-spacing: 2.6px; } .mug-lab-percent { color: #ffffff; font-size: 29px; font-weight: 700; line-height: 1; white-space: nowrap; } .mug-lab-bottom { margin-top: 12px; letter-spacing: 1.8px; } /* DIVIDER */ .mug-divider { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 20px 45px; } .mug-divider-line { height: 1px; flex: 1; background: #e0e0e0; } .mug-divider-diamond { width: 10px; height: 10px; flex: none; border: 1px solid var(--mug-copper); transform: rotate(45deg); } /* BENEFITS */ .mug-benefits { padding: 60px 45px; background: #ffffff; } .mug-benefits h2 { margin: 0 0 15px; color: #1a1a1a; font-size: 40px; text-align: center; } .mug-benefits-intro { max-width: 820px; margin: 0 auto 50px; color: var(--mug-muted); font-size: 17px; line-height: 1.7; text-align: center; } .mug-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 55px; } .mug-benefit { display: flex; align-items: flex-start; gap: 20px; } .mug-benefit svg { width: 40px; height: 40px; flex: none; fill: none; stroke: var(--mug-copper); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; } .mug-benefit h4 { margin: 0 0 8px; font-size: 19px; } .mug-benefit p { margin: 0; color: var(--mug-muted); font-size: 15px; line-height: 1.6; } /* CTA CARDS */ .mug-cta-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 0 45px 60px; } .mug-cta { display: flex; padding: 40px; align-items: center; flex-direction: column; background: var(--mug-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; } .mug-cta:hover { background: #B87438; box-shadow: 0 18px 40px rgba(184, 116, 56, 0.28); transform: translateY(-4px); } .mug-cta svg { width: 50px; height: 50px; fill: none; stroke: #ffffff; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; } .mug-cta h3 { margin: 20px 0 10px; color: #ffffff !important; font-size: 26px; } .mug-cta p { margin: 0 0 25px; color: rgba(255, 255, 255, 0.92); font-size: 15px; line-height: 1.6; } .mug-cta-button, .mug-cta-button:link, .mug-cta-button:visited { display: inline-block; padding: 14px 35px; background: #ffffff !important; border: 2px solid #ffffff !important; border-radius: 50px; color: var(--mug-copper) !important; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-decoration: none !important; text-transform: uppercase; transition: all 0.3s ease; } .mug-cta-button:hover, .mug-cta-button:focus { background: #f5f5f5 !important; color: var(--mug-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) { .mug-wrap { width: min(94%, 900px); } .mug-top { grid-template-columns: 1fr; padding: 40px; } .mug-gallery { order: -1; } .mug-benefits-grid, .mug-cta-container { grid-template-columns: 1fr; } .mug-benefits, .mug-cta-container { padding-right: 40px; padding-left: 40px; } .mug-lab-badge { top: 10px; left: 10px; width: 126px; height: 126px; } .mug-lab-inner { width: 112px; height: 112px; padding: 16px 10px; border-width: 2px; } .mug-lab-top { margin-bottom: 8px; font-size: 8px; letter-spacing: 1.8px; } .mug-lab-percent { font-size: 22px; } .mug-lab-bottom { margin-top: 8px; font-size: 8px; letter-spacing: 1.2px; } } /* MOBILE */ @media (max-width: 600px) { .mug-wrap { width: calc(100% - 20px); margin: 10px auto; border-radius: 18px; } .mug-top, .mug-benefits, .mug-cta-container { padding: 30px 20px; } .mug-title { font-size: 32px; } .mug-description, .mug-benefits-intro { font-size: 15.5px; } .mug-benefits h2 { font-size: 28px; } .mug-benefits-grid, .mug-cta-container { grid-template-columns: 1fr; } .mug-cta { padding: 30px 20px; } } Traditional Copper Drinkware Timeless Texture.Everyday Elegance. Bring warmth and traditional craftsmanship to your drinkware collection with our Pure Copper Hammered Mug. Its distinctive hammered surface reflects the character of artisan-made copper while offering a durable and reusable choice for serving cool drinks. 99.25% Pure Copper Made from genuine, uncoated copper and independently laboratory tested in Australia. Hand-Hammered Finish The textured hammered surface creates a distinctive artisan look, with natural variations that make each mug unique. Comfortable Mug Handle Designed with an easy-grip handle for comfortable serving and everyday use. Express Australian Shipping Carefully packed and dispatched from the Sunshine Coast, Queensland. LAB TESTED 99.25% PURE COPPER Traditional Craftsmanship for Modern Living Combining a classic hammered finish with practical everyday design, this reusable copper mug brings a warm and distinctive character to water, juices, mocktails and other cool beverages. Distinctive Hammered Texture The handcrafted texture reflects light beautifully and gives every mug its own individual character. Ideal for Cool Drinks A stylish choice for serving water, juices, iced drinks and alcohol-free mocktails. Reusable and Long-Lasting A durable alternative to disposable drinkware that can be enjoyed repeatedly with appropriate care. A Distinctive Gift A thoughtful choice for housewarmings, birthdays, weddings and wellness-inspired gifts. Frequently Asked Questions Learn more about copper purity, natural oxidation, product care and delivery. View FAQs How to Clean Copper Follow our natural cleaning guide to maintain the appearance of your genuine copper mug. Cleaning Guide
More you might like
Related
Set of 2 Cross Design Copper Mug
Related
Vintage Hammered Copper Mug | Antique Design | Pure Copper
Related
Copper Engraved Cross Pendant, Western Style, Cross Necklace
Related