Copper Bottle Gift Set- Red Print
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap'); :root { --jug-copper: #C4874A; --jug-copper-dark : #A65E27; --jug-text: #2d2d2d; --jug-muted: #666666; --jug-light: #fdfaf8; } .jug-wrap, .jug-wrap * { box-sizing: border-box; } .jug-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(--jug-text); font-family: 'Inter', Arial, sans-serif; } .jug-wrap h1, .jug-wrap h2, .jug-wrap h3, .jug-wrap h4 { font-family: 'Golos Text', Arial, sans-serif; font-weight: 700; letter-spacing: -0.02em; } /* TOP SECTION */ .jug-top { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 55px 45px; } .jug-eyebrow { margin-bottom: 15px; color: var(--jug-copper); font-size: 13px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; } .jug-title { margin: 0 0 25px; color: #1a1a1a; font-size: 48px; line-height: 1.1; } .jug-description { margin: 0 0 40px; color: var(--jug-muted); font-size: 17px; line-height: 1.7; } .jug-features { display: flex; flex-direction: column; gap: 28px; } .jug-feature { display: flex; align-items: flex-start; gap: 20px; } .jug-feature svg { width: 32px; height: 32px; flex: none; fill: none; stroke: var(--jug-copper); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; } .jug-feature h4 { margin: 0 0 5px; color: #222222; font-size: 18px; } .jug-feature p { margin: 0; color: var(--jug-muted); font-size: 15px; line-height: 1.55; } /* IMAGE */ .jug-gallery { position: relative; } .jug-image-box { position: relative; overflow: hidden; background: var(--jug-light); border-radius: 22px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); line-height: 0; } .jug-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; } .jug-image-box:hover img { transform: scale(1.03); } /* PURITY BADGE */ .jug-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(--jug-copper); border-radius: 50%; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14); } .jug-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; } .jug-lab-top, .jug-lab-bottom { color: #ffffff; font-size: 11px; font-weight: 700; line-height: 1; text-transform: uppercase; white-space: nowrap; } .jug-lab-top { margin-bottom: 12px; letter-spacing: 2.6px; } .jug-lab-percent { margin: 0; color: #ffffff; font-size: 29px; font-weight: 700; line-height: 1; white-space: nowrap; } .jug-lab-bottom { margin-top: 12px; letter-spacing: 1.8px; } /* DIVIDER */ .jug-divider { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 20px 45px; } .jug-divider-line { height: 1px; flex: 1; background: #e0e0e0; } .jug-divider-diamond { width: 10px; height: 10px; flex: none; border: 1px solid var(--jug-copper); transform: rotate(45deg); } /* BENEFITS */ .jug-benefits-section { padding: 60px 45px; background: #ffffff; } .jug-benefits-section h2 { margin: 0 0 15px; color: #1a1a1a; font-size: 40px; text-align: center; } .jug-benefits-intro { max-width: 800px; margin: 0 auto 50px; color: var(--jug-muted); font-size: 17px; line-height: 1.7; text-align: center; } .jug-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 55px; } .jug-benefit { display: flex; align-items: flex-start; gap: 20px; } .jug-benefit svg { width: 40px; height: 40px; flex: none; fill: none; stroke: var(--jug-copper); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; } .jug-benefit h4 { margin: 0 0 8px; font-size: 19px; } .jug-benefit p { margin: 0; color: var(--jug-muted); font-size: 15px; line-height: 1.6; } /* CTA */ .jug-cta-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 0 45px 60px; } .jug-cta { display: flex; padding: 40px; align-items: center; flex-direction: column; background: var(--jug-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; } .jug-cta:hover { background: #B87438; box-shadow: 0 18px 40px rgba(184, 116, 56, 0.28); transform: translateY(-4px); } .jug-cta svg { width: 50px; height: 50px; fill: none; stroke: #ffffff; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; } .jug-cta h3 { margin: 20px 0 10px; color: #ffffff !important; font-size: 26px; } .jug-cta p { margin: 0 0 25px; color: rgba(255, 255, 255, 0.92); font-size: 15px; line-height: 1.6; } .jug-cta-button, .jug-cta-button:link, .jug-cta-button:visited { display: inline-block; padding: 14px 35px; background: #ffffff !important; border: 2px solid #ffffff !important; border-radius: 50px; color: var(--jug-copper) !important; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-decoration: none !important; text-transform: uppercase; transition: all 0.3s ease; } .jug-cta-button:hover, .jug-cta-button:focus { background: #f5f5f5 !important; color: var(--jug-copper) !important; text-decoration: none !important; box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18); transform: translateY(-3px); } /* TABLET */ @media (max-width: 991px) { .jug-wrap { width: min(94%, 900px); } .jug-top { grid-template-columns: 1fr; padding: 40px; } .jug-gallery { order: -1; } .jug-benefits-grid, .jug-cta-container { grid-template-columns: 1fr; } .jug-benefits-section, .jug-cta-container { padding-right: 40px; padding-left: 40px; } .jug-lab-badge { top: 10px; left: 10px; width: 126px; height: 126px; } .jug-lab-inner { width: 112px; height: 112px; padding: 16px 10px; border-width: 2px; } .jug-lab-top { margin-bottom: 8px; font-size: 8px; letter-spacing: 1.8px; } .jug-lab-percent { font-size: 22px; } .jug-lab-bottom { margin-top: 8px; font-size: 8px; letter-spacing: 1.2px; } } /* MOBILE */ @media (max-width: 600px) { .jug-wrap { width: calc(100% - 20px); margin: 10px auto; border-radius: 18px; } .jug-top, .jug-benefits-section, .jug-cta-container { padding: 30px 20px; } .jug-title { font-size: 32px; } .jug-description, .jug-benefits-intro { font-size: 15.5px; } .jug-benefits-section h2 { font-size: 28px; } .jug-benefits-grid, .jug-cta-container { grid-template-columns: 1fr; } .jug-cta { padding: 30px 20px; } } Premium Copper Gift Collection A Timeless Gift. Beautifully Presented. Make everyday hydration feel special with our Copper Water Jug Gift Set. Featuring beautifully handcrafted copper drinkware, this coordinated set is designed for elegant table presentation, thoughtful gifting and everyday use. 99.25% Pure Copper Crafted from genuine, uncoated copper and independently laboratory tested in Australia. Coordinated Gift Set A beautifully matched copper drinkware set for serving water at home, during gatherings or on special occasions. Traditional Handcraft Carefully handcrafted in India using traditional copper-working techniques. Express Australian Shipping Carefully packed and dispatched from the Sunshine Coast, Queensland. LAB TESTED 99.25% PURE COPPER Designed for Gifting and Everyday Elegance A refined copper drinkware set that brings warmth and character to the dining table while offering a memorable gift for family, friends, weddings, housewarmings and wellness enthusiasts. Thoughtful Gift Choice A distinctive present for weddings, anniversaries, birthdays, housewarmings and festive celebrations. Elegant Table Presentation Adds a warm copper finish and coordinated appearance to your dining table or serving area. Everyday Water Serving Suitable for storing and serving drinking water as part of your regular home routine. Reusable and Long-Lasting Durable copper drinkware designed to be enjoyed and reused for years with appropriate care. 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 jug set. Cleaning Guide
More you might like
Related
Copper Gift Set | 2 Bottles & 2 Glasses | Pure Copper
Related
Copper Water Bottle Gift Set
Related
Pure Copper Bottle Gift Set 950ml Bottle & 300ml Tumblers
Related