Everyday Copper Bundle — bottle + bracelet
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap'); :root { --bundle-copper: #C4874A; --bundle-coppe r-dark: #A65E27; --bundle-text: #2d2d2d; --bundle-muted: #666666; --bundle-light: #fdfaf8; } .bundle-wrap, .bundle-wrap * { box-sizing: border-box; } .bundle-wrap { width: min(98%, 1500px); margin: 40px auto; overflow: hidden; background: #ffffff; border-radius: 24px; box-shadow: 0 25px 60px rgba(0,0,0,.07); color: var(--bundle-text); font-family: 'Inter', Arial, sans-serif; } .bundle-wrap h1, .bundle-wrap h2, .bundle-wrap h3, .bundle-wrap h4 { font-family: 'Golos Text', Arial, sans-serif; font-weight: 700; letter-spacing: -0.02em; } /* TOP */ .bundle-top { display: grid; grid-template-columns: 1fr 1fr; gap: 50px; padding: 55px 45px; align-items: center; } .bundle-eyebrow { color: var(--bundle-copper); font-size: 13px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; margin-bottom: 15px; } .bundle-title { font-size: 48px; line-height: 1.1; margin: 0 0 25px; color: #1a1a1a; } .bundle-description { font-size: 17px; line-height: 1.7; color: var(--bundle-muted); margin-bottom: 40px; } .bundle-features { display: flex; flex-direction: column; gap: 28px; } .bundle-feature { display: flex; align-items: flex-start; gap: 20px; } .bundle-feature svg { width: 32px; height: 32px; flex: none; stroke: var(--bundle-copper); stroke-width: 1.25; fill: none; stroke-linecap: round; stroke-linejoin: round; } .bundle-feature h4 { margin: 0 0 5px; font-size: 18px; color: #222; } .bundle-feature p { margin: 0; font-size: 15px; line-height: 1.55; color: var(--bundle-muted); } /* IMAGE */ .bundle-gallery { position: relative; } .bundle-image-box { overflow: hidden; background: var(--bundle-light); border-radius: 22px; box-shadow: 0 15px 40px rgba(0,0,0,.08); line-height: 0; } .bundle-image-box img { width: 100%; display: block; aspect-ratio: 1 / 1; object-fit: cover; transition: .4s ease; } .bundle-image-box:hover img { transform: scale(1.03); } /* BADGE - PERFECTLY CENTRED */ .bundle-badge { position: absolute; left: -18px; top: 28px; width: 170px; height: 170px; background: var(--bundle-copper); border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 18px 40px rgba(0,0,0,.14); z-index: 20; } .bundle-badge-inner { width: 150px; height: 150px; border: 3px dotted rgba(255,255,255,.96); border-radius: 50%; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 20px 12px; line-height: 1; } .bundle-badge-top { color: #ffffff; font-size: 10px; font-weight: 700; letter-spacing: 1.8px; text-transform: uppercase; margin: 0 0 7px 0; padding: 0; line-height: 1.1; width: 100%; text-align: center; } .bundle-badge-main { color: #ffffff; font-size: 22px; font-weight: 700; line-height: 1.05; margin: 0; padding: 0; width: 100%; text-align: center; } .bundle-badge-bottom { color: #ffffff; font-size: 9px; font-weight: 700; letter-spacing: 1.2px; text-transform: uppercase; margin: 8px 0 0 0; padding: 0; line-height: 1.1; width: 100%; text-align: center; } /* DIVIDER */ .bundle-divider { display: flex; align-items: center; justify-content: center; padding: 20px 45px; gap: 20px; } .bundle-divider-line { height: 1px; background: #e0e0e0; flex: 1; } .bundle-divider-diamond { width: 10px; height: 10px; border: 1px solid var(--bundle-copper); transform: rotate(45deg); } /* BENEFITS */ .bundle-benefits { padding: 60px 45px; } .bundle-benefits h2 { font-size: 40px; text-align: center; margin: 0 0 15px; color: #1a1a1a; } .bundle-benefits-intro { max-width: 820px; margin: 0 auto 50px; text-align: center; color: var(--bundle-muted); font-size: 17px; line-height: 1.7; } .bundle-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 55px; } .bundle-benefit { display: flex; gap: 20px; align-items: flex-start; } .bundle-benefit svg { width: 40px; height: 40px; flex: none; stroke: var(--bundle-copper); stroke-width: 1.2; fill: none; stroke-linecap: round; stroke-linejoin: round; } .bundle-benefit h4 { margin: 0 0 8px; font-size: 19px; } .bundle-benefit p { margin: 0; color: var(--bundle-muted); font-size: 15px; line-height: 1.6; } /* CTA */ .bundle-cta-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 0 45px 60px; } .bundle-cta { background: var(--bundle-copper); border-radius: 20px; padding: 40px; color: #ffffff; text-align: center; box-shadow: 0 12px 30px rgba(196,135,74,.18); transition: .3s ease; } .bundle-cta:hover { background: #B87438; transform: translateY(-4px); } .bundle-cta h3 { color: #ffffff !important; font-size: 26px; margin: 0 0 10px; } .bundle-cta p { color: rgba(255,255,255,.92); font-size: 15px; line-height: 1.6; margin-bottom: 25px; } .bundle-cta-button, .bundle-cta-button:link, .bundle-cta-button:visited { display: inline-block; background: #ffffff !important; color: var(--bundle-copper) !important; padding: 14px 35px; border-radius: 50px; text-decoration: none !important; font-weight: 700; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; border: 2px solid #ffffff !important; } /* TABLET */ @media (max-width: 991px) { .bundle-top { grid-template-columns: 1fr; padding: 40px; } .bundle-gallery { order: -1; } .bundle-benefits-grid, .bundle-cta-container { grid-template-columns: 1fr; } .bundle-badge { width: 126px; height: 126px; left: 10px; top: 10px; } .bundle-badge-inner { width: 112px; height: 112px; border-width: 2px; padding: 13px 7px; } .bundle-badge-top { font-size: 7px; letter-spacing: 1.2px; margin-bottom: 5px; } .bundle-badge-main { font-size: 16px; line-height: 1.05; } .bundle-badge-bottom { font-size: 7px; letter-spacing: .8px; margin-top: 5px; } } /* MOBILE */ @media (max-width: 600px) { .bundle-wrap { width: calc(100% - 20px); margin: 10px auto; border-radius: 18px; } .bundle-top, .bundle-benefits, .bundle-cta-container { padding: 30px 20px; } .bundle-title { font-size: 32px; } .bundle-benefits h2 { font-size: 28px; } .bundle-description, .bundle-benefits-intro { font-size: 15.5px; } } Everyday Copper Essentials Two Copper Favourites. One Thoughtful Bundle. The Everyday Copper Bundle brings together two of our most popular copper essentials — a reusable copper water bottle and a copper bracelet — in one convenient set. Designed for everyday use and thoughtful gifting, it is an easy way to enjoy more of the natural character of genuine copper. Reusable Copper Water Bottle A practical everyday bottle designed for storing and carrying drinking water. Copper Bracelet Included Complete the bundle with a distinctive copper bracelet designed for comfortable everyday wear. Genuine Copper Essentials A coordinated pairing for customers who appreciate reusable copper products and natural materials. Ideal for Gifting A practical and distinctive gift for birthdays, Father's Day, Mother's Day, housewarmings and other occasions. EVERYDAY COPPERBUNDLE 2 ESSENTIALS Simple Copper Essentials for Everyday Life Whether you are choosing something for yourself or looking for a useful gift, this bundle combines everyday functionality with the warm, distinctive appearance of genuine copper. Everyday Hydration Keep a reusable copper bottle close by for water at home, work or while travelling. Wearable Copper Style Pair your bottle with a copper bracelet for a coordinated everyday copper collection. Reusable & Long-Lasting Both products are designed to be reused and enjoyed over time with appropriate care. Versatile Gift Choice A useful gift set suitable for a wide range of occasions throughout the year. Frequently Asked Questions Learn more about copper products, natural colour changes, care, shipping and everyday use. View FAQs How to Clean Copper Follow our simple natural cleaning guide to help keep your copper products looking their best. Cleaning Guide