Fleet Laxative
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display&family=DM+Sans:wght@400;500;600;700&display=swap'); .zbrtk-wrap { --brand-rich: #1f7a34; --brand-mid: #35a64a ; --brand-soft: #e8f6ec; --brand-cream: #f6fcf8; --text-primary: #23282a; --text-secondary: #616b64; --border: #dde7e0; max-width: 960px; margin: 0 auto; padding: 8px 20px 40px; background: var(--brand-cream); color: var(--text-primary); font-family: 'DM Sans', -apple-system, sans-serif !important; font-size: 17px !important; line-height: 1.6 !important; } .zbrtk-wrap * { box-sizing: border-box; } .zbrtk-hero { display: grid; grid-template-columns: 1fr 400px; gap: 48px; align-items: center; padding: 40px 0 34px; border-bottom: 2px solid var(--text-primary); } .zbrtk-overline { font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 2.5px; text-transform: uppercase; color: var(--brand-rich); margin: 0 0 14px; } .zbrtk-hero h1 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(36px, 5vw, 52px) !important; font-weight: 400 !important; line-height: 1.06 !important; margin: 0 0 18px; color: var(--text-primary); } .zbrtk-hero h1 em { font-style: italic; color: var(--brand-rich); } .zbrtk-hero p { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; font-weight: 400 !important; line-height: 1.62 !important; color: var(--text-secondary); max-width: 480px; margin: 0 0 22px; } .zbrtk-hbadge { display: inline-block; font-family: 'DM Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-rich); background: var(--brand-soft); border-radius: 100px; padding: 8px 18px; } .zbrtk-hero-product img { width: 100%; max-width: 380px; max-height: 440px; object-fit: contain; display: block; margin: 0 auto; filter: drop-shadow(0 18px 30px rgba(31,122,52,0.16)); } .zbrtk-creds { display: flex; flex-wrap: wrap; gap: 20px 40px; padding: 26px 0; border-bottom: 1px solid var(--border); } .zbrtk-cred { font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; color: var(--text-secondary); display: flex; align-items: center; gap: 9px; } .zbrtk-cred-dot { width: 8px; height: 8px; background: var(--brand-mid); border-radius: 50%; flex-shrink: 0; } .zbrtk-section { padding: 40px 0 0; } .zbrtk-section-label { font-family: 'DM Sans', sans-serif !important; font-size: 11px !important; font-weight: 600 !important; letter-spacing: 2px; text-transform: uppercase; color: var(--brand-rich); margin: 0 0 12px; } .zbrtk-section h2 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(28px, 3.5vw, 38px) !important; font-weight: 400 !important; line-height: 1.14 !important; margin: 0 0 20px; color: var(--text-primary); } .zbrtk-section h2 em { font-style: italic; color: var(--brand-rich); } .zbrtk-duo { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding: 12px 0 40px; border-bottom: 1px solid var(--border); } .zbrtk-num { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 48px !important; font-weight: 400 !important; color: var(--brand-mid); opacity: 0.5; line-height: 1 !important; margin-bottom: 8px; } .zbrtk-duo h3 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 23px !important; font-weight: 400 !important; line-height: 1.2 !important; margin: 0 0 10px; color: var(--text-primary); } .zbrtk-duo p { font-family: 'DM Sans', sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.62 !important; color: var(--text-secondary); margin: 0; } .zbrtk-mosaic { display: grid; grid-template-columns: 1fr 1.2fr; gap: 48px; align-items: center; padding: 40px 0; border-bottom: 1px solid var(--border); } .zbrtk-mosaic.zbrtk-flip .zbrtk-mosaic-img { order: -1; } .zbrtk-mosaic-img img { width: 100%; max-width: 420px; height: auto; object-fit: contain; display: block; margin: 0 auto; border-radius: 12px; } .zbrtk-mosaic ul { list-style: none; margin: 8px 0 0; padding: 0; } .zbrtk-mosaic li { font-family: 'DM Sans', sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.5 !important; color: var(--text-secondary); padding: 12px 0 12px 22px; border-bottom: 1px solid var(--border); position: relative; } .zbrtk-mosaic li::before { content: ''; position: absolute; left: 0; top: 20px; width: 8px; height: 8px; background: var(--brand-mid); border-radius: 50%; } .zbrtk-quote { padding: 40px 0; border-top: 2px solid var(--text-primary); border-bottom: 1px solid var(--border); margin-top: 40px; } .zbrtk-quote blockquote { font-family: 'DM Serif Display', Georgia, serif !important; font-size: clamp(22px, 3vw, 30px) !important; font-weight: 400 !important; font-style: italic; line-height: 1.35 !important; margin: 0 0 14px; color: var(--text-primary); } .zbrtk-quote cite { font-family: 'DM Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; font-style: normal; letter-spacing: 1px; text-transform: uppercase; color: var(--brand-rich); } .zbrtk-faq { padding: 40px 0 0; } .zbrtk-faq details { border-bottom: 1px solid var(--border); } .zbrtk-faq summary { font-family: 'DM Sans', sans-serif !important; font-size: 17px !important; font-weight: 600 !important; line-height: 1.4 !important; color: var(--text-primary); padding: 20px 0; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 20px; transition: color 0.2s ease; } .zbrtk-faq summary:hover { color: var(--brand-rich); } .zbrtk-faq summary::-webkit-details-marker { display: none; } .zbrtk-faq summary::after { content: '+'; font-family: 'DM Serif Display', Georgia, serif !important; font-size: 26px !important; color: var(--brand-rich); flex-shrink: 0; line-height: 1 !important; } .zbrtk-faq details[open] summary::after { content: '\2212'; } .zbrtk-faq-body { font-family: 'DM Sans', sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.62 !important; color: var(--text-secondary); padding: 0 0 22px; max-width: 720px; } .zbrtk-formats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; padding: 12px 0 34px; border-bottom: 1px solid var(--border); animation: zbrtk-fadeUp 0.8s ease-out 0.38s both; } .zbrtk-format { border: 1px solid var(--border); border-radius: 14px; padding: 26px 24px; background: #fff; display: flex; flex-direction: column; } .zbrtk-format-feat { border-color: var(--brand-mid); box-shadow: 0 12px 28px rgba(31,122,52,0.10); } .zbrtk-format-tag { font-family: 'DM Sans', sans-serif !important; font-size: 11px !important; font-weight: 600 !important; line-height: 1.4 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-rich); margin: 0 0 10px; } .zbrtk-format h3 { font-family: 'DM Serif Display', Georgia, serif !important; font-size: 26px !important; font-weight: 400 !important; line-height: 1.1 !important; margin: 0 0 14px; color: var(--text-primary); } .zbrtk-format-attrs { list-style: none; margin: 0 0 16px; padding: 0; } .zbrtk-format-attrs li { font-family: 'DM Sans', sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.5 !important; color: var(--text-secondary); display: flex; justify-content: space-between; gap: 12px; padding: 9px 0; border-bottom: 1px solid var(--border); } .zbrtk-format-attrs li:last-child { border-bottom: none; } .zbrtk-format-attrs .zbrtk-k { font-weight: 600 !important; color: var(--text-primary); } .zbrtk-format p { font-family: 'DM Sans', sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.55 !important; color: var(--text-secondary); margin: auto 0 0; } .zbrtk-format-note { font-family: 'DM Sans', sans-serif !important; font-size: 14px !important; font-weight: 400 !important; line-height: 1.65 !important; color: var(--text-secondary); max-width: 660px; margin: 22px 0 0; } @keyframes zbrtk-fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @keyframes zbrtk-heroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } .zbrtk-hero { animation: zbrtk-heroIn 0.6s ease-out both; } .zbrtk-hero-product img { animation: zbrtk-heroIn 0.8s ease-out 0.2s both; } .zbrtk-creds { animation: zbrtk-fadeUp 0.8s ease-out 0.1s both; } .zbrtk-section { animation: zbrtk-fadeUp 0.8s ease-out 0.2s both; } .zbrtk-duo { animation: zbrtk-fadeUp 0.8s ease-out 0.3s both; } .zbrtk-mosaic { animation: zbrtk-fadeUp 0.8s ease-out 0.35s both; } .zbrtk-quote { animation: zbrtk-fadeUp 0.8s ease-out 0.4s both; } .zbrtk-faq { animation: zbrtk-fadeUp 0.8s ease-out 0.5s both; } @media (max-width: 680px) { .zbrtk-hero { grid-template-columns: 1fr; gap: 24px; } .zbrtk-hero-product { order: -1; } .zbrtk-duo { grid-template-columns: 1fr; gap: 32px; } .zbrtk-mosaic { grid-template-columns: 1fr; gap: 24px; } .zbrtk-mosaic.zbrtk-flip .zbrtk-mosaic-img { order: 0; } } @media (prefers-reduced-motion: reduce) { .zbrtk-wrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } Fleet Fast, gentle relief with liquid glycerin suppositories Fleet liquid glycerin suppositories help gently unblock your system, often in minutes. A lubricated glide tip and adult formula make everyday constipation relief simple and predictable. Relief in Minutes Liquid Glycerin Relief in Minutes Lubricated Glide Tip Adult Formula 7.5 mL Each Why Fleet Predictable relief when you need it 01 Works with your body Glycerin is a hyperosmotic laxative. It draws water into the stool to hydrate and soften it, helping your body's natural system gently unblock rather than forcing it. 02 Ready in minutes Designed to act fast, with relief often felt shortly after use. Each box holds four adult suppositories at 7.5 mL each, so a dose is always within reach. How it works Hydrate and soften Draws water into the stool to soften it for easier passage Works with your body rather than against it A gentle option for occasional constipation Gentle by design Your body's natural system Lubricated gentle glide tip for comfortable use No-mess applicator designed for easy insertion Adult formula for occasional or as-needed relief Relief in minutes. Helps gently unblock your system. Fleet liquid glycerin suppositories Good to know Fleet glycerin suppository questions How fast do Fleet glycerin suppositories work? They are designed for fast action, with relief often felt within minutes and typically in less than an hour. Individual results vary, so follow the directions on the package. How many suppositories come in a box? This box contains four adult liquid glycerin suppositories, 7.5 mL each, each with a lubricated gentle glide tip. How do glycerin suppositories relieve constipation? Glycerin works as a hyperosmotic laxative. It attracts water into the stool to hydrate and soften it, which helps promote a bowel movement gently. Are Fleet suppositories gentle enough for occasional constipation? Yes. They are intended for occasional, as-needed relief and are designed to work with your body's natural system. Use only as directed. Is there a version with aloe? The Fleet suppository line includes both a standard liquid glycerin option and a glycerin with aloe option, so you can pick the variety that suits your preference. Who should use the adult formula, and any precautions? The adult formula is intended for adults. Use as directed and consult your healthcare provider if you have any concerns, ongoing symptoms, or a pre-existing condition.