Copper Tongue Scraper
@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap'); :root { --tongue-copper: #C4874A; --tongue-coppe r-dark: #A65E27; --tongue-text: #2d2d2d; --tongue-muted: #666666; --tongue-light: #fdfaf8; } .tongue-wrap, .tongue-wrap * { box-sizing: border-box; } .tongue-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(--tongue-text); font-family: 'Inter', Arial, sans-serif; } .tongue-wrap h1, .tongue-wrap h2, .tongue-wrap h3, .tongue-wrap h4 { font-family: 'Golos Text', Arial, sans-serif; font-weight: 700; letter-spacing: -0.02em; } /* TOP SECTION */ .tongue-top { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 50px; padding: 55px 45px; } .tongue-eyebrow { margin-bottom: 15px; color: var(--tongue-copper); font-size: 13px; font-weight: 600; letter-spacing: 2.5px; text-transform: uppercase; } .tongue-title { margin: 0 0 25px; color: #1a1a1a; font-size: 48px; line-height: 1.1; } .tongue-description { margin: 0 0 40px; color: var(--tongue-muted); font-size: 17px; line-height: 1.7; } .tongue-features { display: flex; flex-direction: column; gap: 28px; } .tongue-feature { display: flex; align-items: flex-start; gap: 20px; } .tongue-feature svg { width: 32px; height: 32px; flex: none; fill: none; stroke: var(--tongue-copper); stroke-width: 1.25; stroke-linecap: round; stroke-linejoin: round; } .tongue-feature h4 { margin: 0 0 5px; color: #222222; font-size: 18px; } .tongue-feature p { margin: 0; color: var(--tongue-muted); font-size: 15px; line-height: 1.55; } /* PRODUCT IMAGE */ .tongue-gallery { position: relative; } .tongue-image-box { position: relative; overflow: hidden; background: var(--tongue-light); border-radius: 22px; box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08); line-height: 0; } .tongue-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; } .tongue-image-box:hover img { transform: scale(1.03); } /* PURITY BADGE */ .tongue-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(--tongue-copper); border-radius: 50%; box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14); } .tongue-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; } .tongue-lab-top, .tongue-lab-bottom { color: #ffffff; font-size: 11px; font-weight: 700; line-height: 1; text-transform: uppercase; white-space: nowrap; } .tongue-lab-top { margin-bottom: 12px; letter-spacing: 2.6px; } .tongue-lab-percent { margin: 0; color: #ffffff; font-size: 29px; font-weight: 700; line-height: 1; white-space: nowrap; } .tongue-lab-bottom { margin-top: 12px; letter-spacing: 1.8px; } /* DIVIDER */ .tongue-divider { display: flex; align-items: center; justify-content: center; gap: 20px; padding: 20px 45px; } .tongue-divider-line { height: 1px; flex: 1; background: #e0e0e0; } .tongue-divider-diamond { width: 10px; height: 10px; flex: none; border: 1px solid var(--tongue-copper); transform: rotate(45deg); } /* BENEFITS */ .tongue-benefits-section { padding: 60px 45px; background: #ffffff; } .tongue-benefits-section h2 { margin: 0 0 15px; color: #1a1a1a; font-size: 40px; text-align: center; } .tongue-benefits-intro { max-width: 800px; margin: 0 auto 50px; color: var(--tongue-muted); font-size: 17px; line-height: 1.7; text-align: center; } .tongue-benefits-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px 55px; } .tongue-benefit { display: flex; align-items: flex-start; gap: 20px; } .tongue-benefit svg { width: 40px; height: 40px; flex: none; fill: none; stroke: var(--tongue-copper); stroke-width: 1.2; stroke-linecap: round; stroke-linejoin: round; } .tongue-benefit h4 { margin: 0 0 8px; font-size: 19px; } .tongue-benefit p { margin: 0; color: var(--tongue-muted); font-size: 15px; line-height: 1.6; } /* CTA CARDS */ .tongue-cta-container { display: grid; grid-template-columns: 1fr 1fr; gap: 25px; padding: 0 45px 60px; } .tongue-cta { display: flex; padding: 40px; align-items: center; flex-direction: column; background: var(--tongue-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; } .tongue-cta:hover { background: #B87438; box-shadow: 0 18px 40px rgba(184, 116, 56, 0.28); transform: translateY(-4px); } .tongue-cta svg { width: 50px; height: 50px; fill: none; stroke: #ffffff; stroke-width: 1; stroke-linecap: round; stroke-linejoin: round; } .tongue-cta h3 { margin: 20px 0 10px; color: #ffffff !important; font-size: 26px; } .tongue-cta p { margin: 0 0 25px; color: rgba(255, 255, 255, 0.92); font-size: 15px; line-height: 1.6; } .tongue-cta-button, .tongue-cta-button:link, .tongue-cta-button:visited { display: inline-block; padding: 14px 35px; background: #ffffff !important; border: 2px solid #ffffff !important; border-radius: 50px; color: var(--tongue-copper) !important; font-size: 14px; font-weight: 700; letter-spacing: 1px; text-decoration: none !important; text-transform: uppercase; transition: all 0.3s ease; } .tongue-cta-button:hover, .tongue-cta-button:focus { background: #f5f5f5 !important; color: var(--tongue-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) { .tongue-wrap { width: min(94%, 900px); } .tongue-top { grid-template-columns: 1fr; padding: 40px; } .tongue-gallery { order: -1; } .tongue-benefits-grid, .tongue-cta-container { grid-template-columns: 1fr; } .tongue-benefits-section, .tongue-cta-container { padding-right: 40px; padding-left: 40px; } .tongue-lab-badge { top: 10px; left: 10px; width: 126px; height: 126px; } .tongue-lab-inner { width: 112px; height: 112px; padding: 16px 10px; border-width: 2px; } .tongue-lab-top { margin-bottom: 8px; font-size: 8px; letter-spacing: 1.8px; } .tongue-lab-percent { font-size: 22px; } .tongue-lab-bottom { margin-top: 8px; font-size: 8px; letter-spacing: 1.2px; } } /* MOBILE */ @media (max-width: 600px) { .tongue-wrap { width: calc(100% - 20px); margin: 10px auto; border-radius: 18px; } .tongue-top, .tongue-benefits-section, .tongue-cta-container { padding: 30px 20px; } .tongue-title { font-size: 32px; } .tongue-description, .tongue-benefits-intro { font-size: 15.5px; } .tongue-benefits-section h2 { font-size: 28px; } .tongue-benefits-grid, .tongue-cta-container { grid-template-columns: 1fr; } .tongue-cta { padding: 30px 20px; } } A Simple Ayurvedic Morning Ritual Cleaner Tongue. Fresher Morning. Add a simple and refreshing step to your daily oral-care routine with our Pure Copper Tongue Scraper. Its smooth curved edge is designed to gently remove the coating and residue that can naturally collect on the tongue overnight. 99.25% Pure Copper Made from high-quality, uncoated copper and independently laboratory tested in Australia. Smooth Curved Edge Designed to follow the natural shape of the tongue for gentle and controlled cleaning. Reusable and Plastic-Free A durable and reusable alternative to disposable plastic tongue cleaners. Express Australian Shipping Carefully packed and dispatched from the Sunshine Coast, Queensland. LAB TESTED 99.25% PURE COPPER Benefits of Tongue Cleaning Tongue cleaning is traditionally included in Ayurvedic morning routines and can complement regular brushing, flossing and professional dental care. Helps Remove Tongue Coating Gently lifts visible coating and residue from the surface of the tongue. Fresher-Feeling Mouth Supports a cleaner and fresher feeling as part of your daily oral-hygiene routine. Supports Taste Awareness Cleaning the surface of the tongue may help maintain a clearer perception of taste. Simple Daily Wellness Ritual A quick and easy practice that takes only a few moments each morning. Frequently Asked Questions Learn more about copper purity, natural oxidation, cleaning and product care. View FAQs How to Clean Copper Follow our simple natural cleaning guide to maintain your genuine copper products. Cleaning Guide
More you might like
Related
The Tongue Scraper Guru Copper Tongue Scraper
Related
Mouthology Copper Tongue Scraper for Adults (2 Pack), Reduce
Related
Mouthology Copper Tongue Scraper for Adults (2 Pack), Reduce
Related