Seni Super Plus Briefs
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,400;0,9..144,600;0,9..144,700;1,9..144,400&family=Plus+Jakarta+Sans:wght@400;500;600&display= swap'); .svgth-wrap { --brand-warm: #3f9b55; --brand-warm-light: #62bd77; --brand-warm-tint: #edf6ef; --brand-earth: #2f3d7c; --brand-earth-light: #eaecf5; --brand-cream: #fbfdfb; --brand-sand: #eef5ee; --text-primary: #232a26; --text-soft: #6c766f; --border: #dde8de; font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important; font-size: 16px !important; line-height: 1.65 !important; color: var(--text-primary); max-width: 960px; margin: 0 auto; padding: 8px 0; } .svgth-wrap * { box-sizing: border-box; } /* Hero */ .svgth-hero { text-align: center; padding: 34px 0 0; animation: svgth-heroIn 0.6s ease-out both; } .svgth-hero-product { background: var(--brand-sand); border-radius: 32px; padding: 44px 40px 30px; position: relative; overflow: hidden; } .svgth-hero-product::before { content: ''; position: absolute; top: -30%; left: -10%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(63,155,85,0.12) 0%, transparent 70%); pointer-events: none; } .svgth-hero-product::after { content: ''; position: absolute; bottom: -30%; right: -10%; width: 320px; height: 320px; background: radial-gradient(circle, rgba(47,61,124,0.10) 0%, transparent 70%); pointer-events: none; } .svgth-hero-product img { width: 100%; max-width: 480px; max-height: 400px; object-fit: contain; display: block; margin: 0 auto; position: relative; z-index: 1; animation: svgth-heroIn 0.8s ease-out 0.2s both; } .svgth-overline { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13px !important; font-weight: 600 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-warm); margin: 26px 0 12px; } .svgth-hero h1 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(32px, 4.5vw, 48px) !important; font-weight: 600 !important; line-height: 1.1 !important; margin: 0 auto 16px; max-width: 740px; color: var(--text-primary); } .svgth-hero h1 em { font-style: italic; font-weight: 400 !important; color: var(--brand-earth); } .svgth-hero-desc { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 16px !important; font-weight: 400 !important; line-height: 1.65 !important; color: var(--text-soft); max-width: 560px; margin: 0 auto; } /* Badges */ .svgth-badges { display: flex; flex-wrap: wrap; justify-content: center; gap: 12px; margin: 30px 0 10px; } .svgth-badge { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1 !important; padding: 9px 20px; border-radius: 100px; background: var(--brand-warm-tint); color: var(--brand-warm); transition: transform 0.2s ease; } .svgth-badge:hover { transform: scale(1.05); } .svgth-badge.svgth-navy { background: var(--brand-earth-light); color: var(--brand-earth); } /* Feature tiles */ .svgth-tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 40px 0; animation: svgth-fadeUp 0.8s ease-out 0.2s both; } .svgth-tile { background: var(--brand-sand); border-radius: 20px; padding: 30px 26px; transition: transform 0.25s ease, box-shadow 0.25s ease; } .svgth-tile:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(63,155,85,0.10); } .svgth-tile-icon { width: 46px; height: 46px; border-radius: 13px; background: var(--brand-warm-tint); display: flex; align-items: center; justify-content: center; font-size: 22px !important; margin-bottom: 16px; } .svgth-tile.svgth-navy-tile .svgth-tile-icon { background: var(--brand-earth-light); } .svgth-tile h3 { font-family: 'Fraunces', Georgia, serif !important; font-size: 20px !important; font-weight: 600 !important; line-height: 1.2 !important; margin: 0 0 8px; color: var(--text-primary); } .svgth-tile p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 14.5px !important; font-weight: 400 !important; line-height: 1.6 !important; color: var(--text-soft); margin: 0; } /* Content sections */ .svgth-content { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; margin: 44px 0; animation: svgth-fadeUp 0.8s ease-out 0.3s both; } .svgth-content-img { background: var(--brand-sand); border-radius: 24px; padding: 26px; } .svgth-content-img img { width: 100%; max-height: 420px; object-fit: contain; display: block; } .svgth-content.svgth-flip .svgth-content-img { order: -1; } .svgth-tag { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; letter-spacing: 1.5px; text-transform: uppercase; color: var(--brand-warm); margin-bottom: 12px; } .svgth-content.svgth-flip .svgth-tag { color: var(--brand-earth); } .svgth-content-text h2 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(24px, 3vw, 32px) !important; font-weight: 600 !important; line-height: 1.18 !important; margin: 0 0 18px; color: var(--text-primary); } .svgth-content-text h2 em { font-style: italic; font-weight: 400 !important; color: var(--brand-earth); } .svgth-check { list-style: none; margin: 0; padding: 0; display: grid; gap: 12px; } .svgth-check li { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.5 !important; color: var(--text-soft); display: flex; gap: 12px; align-items: flex-start; } .svgth-check li::before { content: '\2713'; flex-shrink: 0; width: 22px; height: 22px; border-radius: 50%; background: var(--brand-warm-tint); color: var(--brand-warm); font-size: 12px !important; display: flex; align-items: center; justify-content: center; margin-top: 1px; } /* Callout banner */ .svgth-callout { background: var(--brand-warm); border-radius: 20px; padding: 36px 44px; display: flex; align-items: center; gap: 28px; margin: 44px 0; animation: svgth-fadeUp 0.8s ease-out 0.4s both; } .svgth-callout-icon { font-size: 44px !important; flex-shrink: 0; line-height: 1 !important; } .svgth-callout h3 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(20px, 2.6vw, 26px) !important; font-weight: 600 !important; line-height: 1.2 !important; color: #fff; margin: 0 0 6px; } .svgth-callout p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.55 !important; color: rgba(255,255,255,0.9); margin: 0; } /* Accordion */ .svgth-faq { margin: 44px 0 8px; animation: svgth-fadeUp 0.8s ease-out 0.5s both; } .svgth-faq h2 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(26px, 3.4vw, 34px) !important; font-weight: 600 !important; line-height: 1.15 !important; margin: 0 0 20px; text-align: center; color: var(--text-primary); } .svgth-acc { background: var(--brand-sand); border-radius: 14px; margin-bottom: 10px; overflow: hidden; } .svgth-acc[open] { background: var(--brand-warm-tint); } .svgth-acc summary { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 15.5px !important; font-weight: 600 !important; line-height: 1.4 !important; padding: 18px 22px; cursor: pointer; list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 16px; color: var(--text-primary); } .svgth-acc summary::-webkit-details-marker { display: none; } .svgth-acc summary::after { content: '+'; font-family: 'Fraunces', Georgia, serif !important; font-size: 24px !important; color: var(--brand-warm); flex-shrink: 0; } .svgth-acc[open] summary::after { content: '\2212'; } .svgth-acc-body { padding: 0 22px 20px; } .svgth-acc-body p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 14.5px !important; font-weight: 400 !important; line-height: 1.7 !important; color: var(--text-soft); margin: 0; } /* Variant configuration matrix */ .svgth-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; } .svgth-matrix { margin: 44px 0; animation: svgth-fadeUp 0.8s ease-out 0.35s both; } .svgth-matrix-head { text-align: center; max-width: 620px; margin: 0 auto 26px; } .svgth-matrix-head h2 { font-family: 'Fraunces', Georgia, serif !important; font-size: clamp(24px, 3vw, 32px) !important; font-weight: 600 !important; line-height: 1.18 !important; margin: 0 0 12px; color: var(--text-primary); } .svgth-matrix-head h2 em { font-style: italic; font-weight: 400 !important; color: var(--brand-earth); } .svgth-matrix-head p { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 15px !important; font-weight: 400 !important; line-height: 1.6 !important; color: var(--text-soft); margin: 0; } .svgth-matrix-card { background: var(--brand-sand); border-radius: 24px; padding: 30px; } .svgth-matrix-scroll { overflow-x: auto; } .svgth-table { width: 100%; min-width: 340px; border-collapse: collapse; } .svgth-table th, .svgth-table td { padding: 15px 12px; text-align: center; border-bottom: 1px solid var(--border); } .svgth-table thead th { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 12px !important; font-weight: 600 !important; line-height: 1.35 !important; letter-spacing: 1.2px; text-transform: uppercase; color: var(--brand-earth); border-bottom: 2px solid var(--text-primary); } .svgth-table thead th:first-child, .svgth-table tbody th { text-align: left; } .svgth-table tbody th { font-family: 'Fraunces', Georgia, serif !important; font-size: 19px !important; font-weight: 600 !important; line-height: 1.2 !important; color: var(--text-primary); white-space: nowrap; } .svgth-table tbody tr:last-child th, .svgth-table tbody tr:last-child td { border-bottom: none; } .svgth-yes { display: inline-block; width: 12px; height: 12px; border-radius: 50%; background: var(--brand-warm); vertical-align: middle; } .svgth-no { display: inline-block; width: 14px; height: 2px; background: #c3d0c5; vertical-align: middle; } .svgth-matrix-legend { display: flex; flex-wrap: wrap; gap: 10px 26px; padding: 22px 4px 0; } .svgth-legend-item { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13px !important; font-weight: 500 !important; line-height: 1.5 !important; color: var(--text-soft); display: flex; align-items: center; gap: 9px; } .svgth-matrix-note { font-family: 'Plus Jakarta Sans', sans-serif !important; font-size: 13.5px !important; font-weight: 400 !important; line-height: 1.65 !important; color: var(--text-soft); max-width: 660px; margin: 18px auto 0; text-align: center; } @keyframes svgth-heroIn { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } @keyframes svgth-fadeUp { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: translateY(0); } } @media (max-width: 680px) { .svgth-hero-product { padding: 30px 22px 22px; border-radius: 24px; } .svgth-hero-product img { max-width: 280px; } .svgth-tiles { grid-template-columns: 1fr; } .svgth-content { grid-template-columns: 1fr; gap: 24px; } .svgth-content.svgth-flip .svgth-content-img { order: 0; } .svgth-content-img { order: -1; } .svgth-callout { flex-direction: column; text-align: center; gap: 16px; padding: 30px 26px; } } @media (prefers-reduced-motion: reduce) { .svgth-wrap * { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } } Seni Β· Balanced SkinCare Overnight adult briefs for heavy to severe incontinence Seni Super Plus Briefs pair a double absorbent core with your choice of a breathable or a polyethylene backing, so wearers stay dry, protected, and comfortable through the night. Refastenable tabs and standing leg gathers deliver a secure, adjustable fit. Overnight Heavy To Severe Absorbency Breathable Backing Option Refastenable Tabs π§ Double core with EDS A double absorbent core and Extra Dry System pull moisture away fast and lock it inside for a lasting dry feeling. π¨ Two backing choices Pick the breathable backing to let humidity escape for a skin-friendly microclimate, or the polypropylene and polyethylene backing as a classic alternative. π‘ Standing leg gathers Fluid-resistant standing side gathers form a barrier along the legs for added protection against leaks. Overnight Comfort Breathable protection you can adjust for the right fit Refastenable side tabs let you reposition for a secure, custom fit Standing leg gathers help direct fluid into the core Breathable backing option helps keep skin cool and dry overnight Super-absorbent core locks moisture away to help protect the skin Sizes & Absorbency Heavy to severe absorbency, sized for a comfortable fit Rated for heavy to severe absorbency, ideal for overnight wear Available in Small, Medium, Large, Regular, and X-Large Dermatologically tested as part of the balanced SkinCare line Not made with natural rubber latex Five sizes, two backings to choose from Seni Super Plus Briefs are made in a range of size and backing pairings. Here is what is offered, so you can match the brief to the wearer. Seni Super Plus Briefs size and backing pairings. Each row is a size and each column is a backing material; a filled dot means that pairing is offered. Size Breathable backing Polypropylene / polyethylene backing Small Medium Regular Large X-Large Offered Not made Each size and backing is offered in both multi-count packs and larger cases, and a case is simply several of the same packs. Match the size to the waist and hips using the chart on the package; availability of each option can vary. πΏ Designed with skin health in mind By locking urine inside the core, Seni Super Plus helps control odor and reduce the bacterial growth that can irritate sensitive skin. Seni Super Plus brief questions Are Seni Super Plus briefs good for overnight use? Yes. They are rated for heavy to severe absorbency and built for overnight protection, with a double absorbent core and Extra Dry System that keep moisture away from the skin for hours at a time. How do the refastenable tabs work? The side tabs can be opened and refastened multiple times, so a caregiver or wearer can check the fit, adjust the brief, and re-secure it without wasting a new one. This makes changes and fit checks easier. What backing options are available? Seni Super Plus is offered with two backings. The breathable backing lets humidity and heat escape for a healthier microclimate against the skin, while the polypropylene and polyethylene backing is a classic, non-breathable alternative. Both pair with a core that locks moisture inside to help keep skin drier. How do I choose the right size? Seni Super Plus comes in Small, Medium, Regular, Large, and X-Large. Measure the waist and hips and match them to the size chart on the package. A snug but comfortable fit around the waist and legs gives the best leak protection. What backing and pack sizes can I choose? Medium through X-Large are offered with either a breathable or a polypropylene and polyethylene backing, and Small is offered with the polypropylene and polyethylene backing. Each pairing is sold in multi-count packs and in larger cases of the same packs, so you can buy the quantity that suits you. Availability of each option can vary. Do these briefs help with odor control? Yes. By locking urine inside the absorbent core, the briefs help control odor and reduce the bacterial growth that can lead to skin irritation, which supports both comfort and dignity. Are Seni Super Plus briefs FSA or HSA eligible? Adult incontinence briefs are commonly eligible under Flexible Spending Accounts and Health Savings Accounts. Eligibility is set by your plan administrator, so confirm coverage with your benefits provider.
More you might like
Related
Seni Super Plus Briefs
Related
SENI SUPER PLUS BRIEFS
Related
Seni Super Plus Briefs
Related