/* OralEra typography: Nunito */
html,body,button,input,select,textarea{font-family:"Nunito",sans-serif}
:root{--oe-ink:#17313F;--oe-muted:#607784;--oe-bg:#F6FAFC;--oe-card:#fff;--oe-line:#DCE9EF;--oe-blue:#67BFE8;--oe-deep:#1D5F86;--oe-soft:#EAF7FC;--oe-shadow:0 20px 60px rgba(23,49,63,.08)}*{box-sizing:border-box}html,body{margin:0;width:100%;max-width:100%;overflow-x:hidden}body{font-family:Nunito,Nunito,sans-serif;background:var(--oe-bg);color:var(--oe-ink)}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.oe-announcement{background:var(--oe-deep);color:#fff;text-align:center;padding:9px 16px;font-size:11px;font-weight:700}.oe-header{height:76px;background:rgba(255,255,255,.96);border-bottom:1px solid var(--oe-line);display:flex;align-items:center;gap:28px;padding:0 28px;position:sticky;top:0;z-index:30;backdrop-filter:blur(16px)}.oe-logo{display:flex;align-items:center;flex:0 0 auto}.oe-logo img{width:164px;display:block}.oe-nav{display:flex;align-items:center;gap:24px;margin-left:auto}.oe-nav a{color:var(--oe-ink);text-decoration:none;font-size:12px;font-weight:700}.oe-cart-link{display:flex;align-items:center;gap:7px;background:var(--oe-ink);color:#fff!important;padding:11px 14px;border-radius:999px}.oe-cart-count{display:grid;place-items:center;min-width:20px;height:20px;background:var(--oe-blue);color:var(--oe-ink);border-radius:999px;font-size:10px}.oe-shell{width:min(1220px,100%);margin:auto;padding:0 28px}.oe-page-head{padding:58px 0 30px}.oe-page-head small,.oe-kicker{font-size:10px;font-weight:800;letter-spacing:.13em;color:var(--oe-deep)}.oe-page-head h1{font:800 clamp(36px,5vw,64px)/.95 Nunito,sans-serif;letter-spacing:-.055em;margin:12px 0 14px}.oe-page-head p{color:var(--oe-muted);max-width:640px;line-height:1.7}.oe-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:24px}.oe-search{flex:1;min-width:0;border:1px solid var(--oe-line);background:#fff;border-radius:14px;padding:13px 15px;outline:none}.oe-select{border:1px solid var(--oe-line);background:#fff;border-radius:14px;padding:13px 15px}.oe-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding-bottom:80px}.oe-product-card{background:#fff;border:1px solid var(--oe-line);border-radius:24px;overflow:hidden;text-decoration:none;color:inherit;transition:.2s transform,.2s box-shadow}.oe-product-card:hover{transform:translateY(-3px);box-shadow:var(--oe-shadow)}.oe-card-media{aspect-ratio:1/1;background:linear-gradient(145deg,#F8FCFD,#EAF7FC);display:grid;place-items:center;overflow:hidden;position:relative}.oe-card-media img{width:100%;height:100%;object-fit:cover}.oe-badge{position:absolute;top:14px;left:14px;background:#fff;border:1px solid var(--oe-line);border-radius:999px;padding:7px 10px;font-size:9px;font-weight:800}.oe-card-body{padding:18px}.oe-card-body small{color:var(--oe-muted);font-size:10px}.oe-card-body h2{font:800 20px/1.1 Nunito,sans-serif;margin:7px 0 9px}.oe-card-body p{color:var(--oe-muted);font-size:12px;line-height:1.55;min-height:38px}.oe-price{display:flex;align-items:baseline;gap:9px;margin-top:14px}.oe-price strong{font:800 21px Nunito,sans-serif}.oe-price del{color:#94A4AC;font-size:11px}.oe-empty{grid-column:1/-1;text-align:center;padding:70px 20px;color:var(--oe-muted);background:#fff;border:1px solid var(--oe-line);border-radius:24px}.oe-pdp{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);gap:54px;padding:48px 0 90px}.oe-gallery{min-width:0}.oe-main-image{aspect-ratio:1/1;background:linear-gradient(145deg,#F8FCFD,#EAF7FC);border:1px solid var(--oe-line);border-radius:28px;overflow:hidden;display:grid;place-items:center;touch-action:pan-y}.oe-main-image img{width:100%;height:100%;object-fit:contain}.oe-thumbs{display:flex;gap:10px;margin-top:12px;overflow-x:auto;padding-bottom:4px;scrollbar-width:none}.oe-thumb{flex:0 0 84px;width:84px;height:84px;border:1px solid var(--oe-line);background:#fff;border-radius:14px;overflow:hidden;padding:0;cursor:pointer}.oe-thumb.active{border:2px solid var(--oe-deep)}.oe-thumb img{width:100%;height:100%;object-fit:cover}.oe-info{padding-top:8px}.oe-info h1{font:800 clamp(36px,4.5vw,58px)/.98 Nunito,sans-serif;letter-spacing:-.055em;margin:12px 0 16px}.oe-info .desc{color:var(--oe-muted);font-size:15px;line-height:1.7}.oe-rating{display:flex;align-items:center;gap:8px;font-size:11px}.oe-stars{color:#E9A63A;letter-spacing:.05em}.oe-pdp-price{margin:22px 0 10px;display:flex;align-items:baseline;gap:10px}.oe-pdp-price strong{font:800 30px Nunito,sans-serif}.oe-stock{font-size:11px;font-weight:700;color:#23784A}.oe-buy-box{margin-top:24px;padding:18px;border:1px solid var(--oe-line);border-radius:20px;background:#fff}.oe-buy-row{display:flex;gap:10px}.oe-qty{display:flex;border:1px solid var(--oe-line);border-radius:12px;overflow:hidden}.oe-qty button{width:42px;border:0;background:#fff;cursor:pointer}.oe-qty b{min-width:36px;display:grid;place-items:center}.oe-primary{border:0;background:var(--oe-deep);color:#fff;border-radius:12px;padding:14px 20px;font-weight:800;cursor:pointer}.oe-buy-row .oe-primary{flex:1}.oe-primary:disabled{opacity:.45;cursor:not-allowed}.oe-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px}.oe-trust div{background:var(--oe-soft);border-radius:12px;padding:11px;font-size:10px;font-weight:700}.oe-tabs{border-top:1px solid var(--oe-line);margin-top:28px}.oe-tabs details{border-bottom:1px solid var(--oe-line);padding:17px 0}.oe-tabs summary{font-weight:800;cursor:pointer}.oe-tabs p,.oe-tabs li{color:var(--oe-muted);font-size:12px;line-height:1.7}.oe-specs{display:grid;grid-template-columns:1fr 1fr;gap:8px}.oe-specs div{display:flex;justify-content:space-between;background:var(--oe-soft);padding:10px;border-radius:10px;font-size:11px}.oe-related{padding-bottom:80px}.oe-related h2{font:800 34px Nunito,sans-serif;letter-spacing:-.04em}.oe-cart-page{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:28px;padding:48px 0 90px}.oe-cart-items,.oe-summary{background:#fff;border:1px solid var(--oe-line);border-radius:24px;padding:22px}.oe-cart-row{display:grid;grid-template-columns:92px 1fr auto;gap:16px;align-items:center;padding:16px 0;border-bottom:1px solid var(--oe-line)}.oe-cart-row img{width:92px;height:92px;border-radius:14px;object-fit:cover;background:var(--oe-soft)}.oe-cart-row h3{margin:0 0 6px;font:800 16px Nunito,sans-serif}.oe-cart-row small{color:var(--oe-muted)}.oe-cart-actions{display:flex;gap:10px;align-items:center;margin-top:10px}.oe-link-btn{border:0;background:transparent;color:var(--oe-deep);padding:0;cursor:pointer;font-weight:700;font-size:10px}.oe-summary{height:max-content;position:sticky;top:98px}.oe-summary h2{margin:0 0 18px;font:800 24px Nunito,sans-serif}.oe-summary-row{display:flex;justify-content:space-between;padding:10px 0;color:var(--oe-muted);font-size:12px}.oe-summary-row.total{border-top:1px solid var(--oe-line);margin-top:8px;padding-top:16px;color:var(--oe-ink);font-size:15px}.oe-summary .oe-primary{width:100%;margin-top:16px}.oe-footer{border-top:1px solid var(--oe-line);background:#fff;padding:34px 28px;margin-top:30px}.oe-footer-inner{width:min(1220px,100%);margin:auto;display:flex;justify-content:space-between;align-items:center;gap:24px}.oe-footer img{width:150px}.oe-footer nav{display:flex;gap:18px;flex-wrap:wrap}.oe-footer a{color:var(--oe-muted);text-decoration:none;font-size:10px}.oe-mobile-buy{display:none}.oe-toast{position:fixed;bottom:22px;left:50%;transform:translateX(-50%);background:var(--oe-ink);color:#fff;padding:12px 16px;border-radius:999px;font-size:11px;z-index:80}.hidden{display:none!important}@media(max-width:900px){.oe-nav a:not(.oe-cart-link){display:none}.oe-header{height:66px;padding:0 18px}.oe-logo img{width:146px}.oe-shell{padding:0 18px}.oe-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.oe-pdp{grid-template-columns:1fr;gap:28px;padding-top:24px}.oe-info{padding-top:0}.oe-cart-page{grid-template-columns:1fr}.oe-summary{position:static}.oe-footer-inner{flex-direction:column;align-items:flex-start}}@media(max-width:560px){.oe-shell{padding:0 14px}.oe-page-head{padding:36px 0 22px}.oe-page-head h1{font-size:38px}.oe-toolbar{flex-direction:column;align-items:stretch}.oe-product-grid{grid-template-columns:1fr;gap:12px;padding-bottom:40px}.oe-product-card{border-radius:18px}.oe-card-media{aspect-ratio:1/1}.oe-pdp{padding:14px 0 110px}.oe-main-image{border-radius:20px;width:100%;max-width:100%}.oe-thumb{flex-basis:70px;width:70px;height:70px}.oe-info h1{font-size:36px}.oe-pdp-price strong{font-size:27px}.oe-buy-box{padding:14px}.oe-buy-row{flex-direction:column}.oe-qty{height:44px;justify-content:center}.oe-qty button{flex:1}.oe-trust{grid-template-columns:1fr}.oe-specs{grid-template-columns:1fr}.oe-related{padding-bottom:40px}.oe-related .oe-product-grid{grid-template-columns:1fr 1fr}.oe-related .oe-card-body p{display:none}.oe-cart-page{padding:20px 0 100px}.oe-cart-items,.oe-summary{border-radius:18px;padding:14px}.oe-cart-row{grid-template-columns:76px 1fr;align-items:start}.oe-cart-row img{width:76px;height:76px}.oe-cart-row>strong{grid-column:2}.oe-footer{padding:28px 18px 100px}.oe-mobile-buy{display:flex;position:fixed;left:10px;right:10px;bottom:max(10px,env(safe-area-inset-bottom));z-index:50;background:#fff;border:1px solid var(--oe-line);border-radius:16px;padding:9px;box-shadow:0 18px 55px rgba(23,49,63,.18);align-items:center;gap:10px}.oe-mobile-buy>div{flex:1;min-width:0}.oe-mobile-buy small{display:block;color:var(--oe-muted);font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oe-mobile-buy b{font:800 15px Nunito,sans-serif}.oe-mobile-buy .oe-primary{padding:12px 15px}body{padding-bottom:env(safe-area-inset-bottom)}}
/* OralEra integrated checkout */
.oe-checkout-step{margin:42px 0 100px;scroll-margin-top:120px}.oe-checkout-intro{padding:12px 0 34px}.oe-checkout-intro small,.oe-checkout-aside>small{letter-spacing:.2em;font-size:10px;font-weight:800;color:#397e8b}.oe-checkout-intro h2{font:600 clamp(34px,5vw,62px)/1.02 Nunito,Georgia,serif;letter-spacing:-.04em;margin:12px 0}.oe-checkout-intro p{color:var(--oe-muted);margin:0}.oe-checkout-layout{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.8fr);gap:22px;align-items:start}.oe-checkout-card,.oe-checkout-aside{background:#fff;border:1px solid #d5e4e5;border-radius:24px;padding:30px;box-shadow:var(--oe-shadow)}.oe-checkout-card h3,.oe-checkout-aside h3{font:600 27px Nunito,Georgia,serif;margin:0 0 24px}.oe-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.oe-form-grid label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#334c58}.oe-form-grid label.full{grid-column:1/-1}.oe-form-grid input{width:100%;min-width:0;border:1px solid #c8dadd;border-radius:10px;padding:14px;background:#fafdfe;outline:0;font-size:15px}.oe-form-grid input:focus{border-color:#3d9da6;box-shadow:0 0 0 3px #bce6e5}.oe-checkout-card .oe-primary{margin-top:24px;width:100%}.oe-secure-note{display:block;margin-top:12px;color:var(--oe-muted);line-height:1.5}.oe-error{margin:14px 0;color:#a62c1a;background:#fff2ed;border:1px solid #f1c4b6;border-radius:10px;padding:12px;font-size:13px}.oe-checkout-aside{position:sticky;top:100px;background:#eef9f9}.oe-checkout-aside h3{margin:14px 0 26px}.oe-checkout-aside p{font-size:12px;color:#607784;margin:22px 0}.oe-checkout-aside a{color:#17313f;font-weight:700;font-size:13px}.oe-payment-heading{display:flex;align-items:center;gap:12px;padding:14px 0 28px;border-bottom:1px solid #dce9ef;margin-bottom:28px}.oe-payment-heading h3{font:700 16px Nunito,sans-serif;margin:0}.oe-payment-heading p{font-size:12px;color:#607784;margin:3px 0 0}.oe-payment-heading button{margin-left:auto;border:0;background:transparent;color:#1d5f86;font-weight:700;cursor:pointer}.oe-check{border-radius:50%;background:#d8f3ec;color:#23715d;padding:8px}.oe-payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.oe-method{text-align:left;border:1px solid #c8dadd;background:#fff;border-radius:14px;padding:17px;cursor:pointer;color:#17313f}.oe-method.active{border-color:#1d727e;background:#eaf8f8;box-shadow:0 0 0 2px #1d727e}.oe-method b,.oe-method span{display:block}.oe-method b{font-size:17px}.oe-method span{font-size:11px;color:#607784;margin-top:7px}.oe-payment-success{border:1px solid #a8ded5;border-radius:14px;background:#ecfaf6;padding:17px;margin-top:20px}.oe-payment-success p{margin:8px 0 0;font-size:13px}.oe-qr{display:block;width:min(260px,100%);margin:22px auto}.oe-copy{display:flex;gap:8px;margin-top:18px}.oe-copy input{min-width:0;flex:1;border:1px solid #ccd9dc;border-radius:9px;padding:12px}.oe-copy button,.oe-pay-link{border:0;border-radius:9px;background:#17313f;color:#fff;padding:12px;font-weight:700;cursor:pointer;text-decoration:none}.oe-pay-link{display:inline-block}.oe-checkout-step .hidden{display:none!important}@media(max-width:760px){.oe-checkout-layout{grid-template-columns:1fr}.oe-checkout-aside{position:static;order:-1}.oe-checkout-card,.oe-checkout-aside{padding:20px}.oe-form-grid{grid-template-columns:1fr}.oe-form-grid label.full{grid-column:auto}.oe-checkout-step{margin:28px 0 80px}.oe-payment-methods{grid-template-columns:1fr}.oe-copy{flex-direction:column}}
.oe-logo{display:flex;align-items:center;flex:0 0 auto;width:auto;height:auto;overflow:visible}.oe-logo img{display:block;width:164px;height:auto;max-width:100%;object-fit:contain;object-position:center}.oe-footer-inner>img{display:block;width:150px;height:auto;max-width:60vw;object-fit:contain}@media(max-width:540px){.oe-logo{width:auto;height:auto}.oe-logo img{width:128px;height:auto;max-width:42vw}.oe-footer-inner>img{width:138px;max-width:46vw}}
/* OralEra PDP premium + variants */
.oe-pdp-premium{padding-top:42px}.oe-gallery-trust{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.oe-gallery-trust span{font-size:10px;font-weight:800;color:var(--oe-muted);background:#fff;border:1px solid var(--oe-line);padding:8px 10px;border-radius:999px}
.oe-discount{display:inline-flex;align-items:center;background:#e9f8ee;color:#1b7646;font-size:11px;font-weight:900;padding:7px 9px;border-radius:999px}.oe-price-sub{margin:0 0 18px;color:var(--oe-muted);font-size:11px}
.oe-variants{margin:20px 0}.oe-variants fieldset{border:0;padding:0;margin:0 0 16px}.oe-variants legend{font-size:11px;font-weight:900;margin-bottom:8px;color:var(--oe-ink)}.oe-variants fieldset>div{display:flex;flex-wrap:wrap;gap:8px}.oe-variants button{border:1px solid var(--oe-line);background:#fff;color:var(--oe-ink);border-radius:12px;padding:10px 13px;font:800 11px Nunito,sans-serif;cursor:pointer;transition:.18s}.oe-variants button:hover{border-color:var(--oe-deep)}.oe-variants button.active{background:var(--oe-deep);color:#fff;border-color:var(--oe-deep)}.oe-variants button:disabled{opacity:.35;cursor:not-allowed;text-decoration:line-through}.oe-variant-summary{display:flex;gap:10px;align-items:center;margin:-4px 0 12px;font-size:10px}.oe-variant-summary b{font-size:11px}.oe-variant-summary span{color:var(--oe-muted)}
.oe-primary-xl{min-height:54px;font-size:14px;border-radius:15px}.oe-buy-box-premium{box-shadow:0 16px 45px rgba(0,50,77,.08)}.oe-buy-note{display:block;color:var(--oe-muted);text-align:center;margin-top:10px}.oe-trust-premium{margin-top:14px}.oe-trust-premium div{display:flex;flex-direction:column;gap:2px;background:#f8fbfc;border-radius:13px;padding:11px}.oe-trust-premium b{font-size:10px}.oe-trust-premium span{font-size:9px;color:var(--oe-muted)}
.oe-proof-strip{background:var(--oe-deep);color:#fff}.oe-proof-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;padding-top:0;padding-bottom:0}.oe-proof-grid>div{padding:22px 18px;border-right:1px solid rgba(255,255,255,.12)}.oe-proof-grid>div:last-child{border-right:0}.oe-proof-grid b,.oe-proof-grid span{display:block}.oe-proof-grid b{font-size:12px}.oe-proof-grid span{font-size:10px;color:rgba(255,255,255,.68);margin-top:3px}
.oe-sales-section,.oe-detail-section,.oe-reviews-section{padding-top:92px;padding-bottom:92px}.oe-section-head{max-width:760px;margin-bottom:38px}.oe-section-head.compact{max-width:640px}.oe-section-head>span,.oe-detail-copy>span,.oe-final-offer span{display:block;font-size:10px;letter-spacing:.14em;font-weight:900;color:var(--oe-deep);margin-bottom:10px}.oe-section-head h2,.oe-detail-copy h2,.oe-final-offer h2{font:900 clamp(34px,5vw,58px)/1 Nunito,sans-serif;letter-spacing:-.045em;margin:0 0 16px}.oe-section-head p,.oe-detail-copy p,.oe-final-offer p{font-size:15px;line-height:1.75;color:var(--oe-muted)}
.oe-benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.oe-benefit-grid article{background:#fff;border:1px solid var(--oe-line);border-radius:22px;padding:24px;min-height:220px}.oe-benefit-grid i{font-style:normal;display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e8f7fc;color:var(--oe-deep);font-size:11px;font-weight:900}.oe-benefit-grid h3{font-size:18px;margin:28px 0 8px}.oe-benefit-grid p{font-size:12px;line-height:1.65;color:var(--oe-muted)}.oe-section-cta{display:inline-flex;margin-top:24px;text-decoration:none;background:var(--oe-deep);color:#fff;border-radius:13px;padding:14px 18px;font-size:12px;font-weight:900}.oe-section-cta.ghost{background:#edf8fc;color:var(--oe-deep)}
.oe-how-section{background:linear-gradient(135deg,#edf8fc,#f8fcfd);padding:86px 0}.oe-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.oe-steps article{background:#fff;border:1px solid rgba(0,50,77,.08);border-radius:22px;padding:28px}.oe-steps span{display:grid;place-items:center;width:44px;height:44px;border-radius:50%;background:var(--oe-deep);color:#fff;font-weight:900}.oe-steps h3{font-size:21px;margin:22px 0 8px}.oe-steps p{font-size:12px;line-height:1.7;color:var(--oe-muted)}
.oe-detail-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:64px;align-items:start}.oe-detail-copy{position:sticky;top:120px}.oe-detail-panel{background:#fff;border:1px solid var(--oe-line);border-radius:26px;padding:12px 24px}.oe-detail-panel .oe-tabs{margin:0}.oe-detail-panel details{border-bottom:1px solid var(--oe-line);padding:6px 0}.oe-detail-panel details:last-child{border-bottom:0}
.oe-reviews-summary{display:flex;align-items:center;gap:18px;margin-bottom:22px}.oe-reviews-summary>strong{font-size:56px;line-height:1}.oe-reviews-summary p{margin:3px 0;color:var(--oe-muted);font-size:11px}.oe-reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.oe-reviews-grid article{background:#fff;border:1px solid var(--oe-line);border-radius:20px;padding:22px}.oe-reviews-grid article p{font-size:13px;line-height:1.65}.oe-reviews-grid footer{display:flex;justify-content:space-between;gap:10px;font-size:10px}.oe-reviews-grid footer small{color:var(--oe-muted)}
.oe-faq-section{padding:88px 0;background:#f4f9fb}.oe-faq-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px}.oe-faq-grid details{background:#fff;border:1px solid var(--oe-line);border-radius:16px;padding:0 18px}.oe-faq-grid summary{cursor:pointer;font-size:13px;font-weight:900;padding:18px 0}.oe-faq-grid p{color:var(--oe-muted);font-size:12px;line-height:1.7;margin:0 0 18px}
.oe-final-offer{background:var(--oe-ink);color:#fff;padding:76px 0}.oe-final-offer .oe-shell{display:flex;align-items:end;justify-content:space-between;gap:40px}.oe-final-offer h2{max-width:800px}.oe-final-offer p{color:rgba(255,255,255,.7);max-width:700px}.oe-final-offer span{color:#8bd6f2}.oe-final-offer .oe-primary{background:#fff;color:var(--oe-deep);flex:0 0 auto}
.oe-mobile-buy span{display:block;color:var(--oe-muted);font-size:9px;max-width:180px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.oe-cart-variant{display:block;color:var(--oe-deep)!important;font-weight:800;margin-bottom:3px}
@media(max-width:960px){.oe-benefit-grid{grid-template-columns:repeat(2,1fr)}.oe-proof-grid{grid-template-columns:repeat(2,1fr)}.oe-steps{grid-template-columns:1fr}.oe-detail-section{grid-template-columns:1fr;gap:28px}.oe-detail-copy{position:static}.oe-reviews-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.oe-pdp-premium{padding-top:24px}.oe-proof-grid{grid-template-columns:1fr 1fr}.oe-proof-grid>div{padding:17px 12px}.oe-sales-section,.oe-detail-section,.oe-reviews-section{padding-top:64px;padding-bottom:64px}.oe-benefit-grid{grid-template-columns:1fr}.oe-benefit-grid article{min-height:0}.oe-faq-grid{grid-template-columns:1fr}.oe-final-offer{padding:58px 0}.oe-final-offer .oe-shell{align-items:stretch;flex-direction:column}.oe-final-offer .oe-primary{width:100%}.oe-reviews-grid{grid-template-columns:1fr}.oe-gallery-trust{display:none}}

/* Mobile overflow hardening */
.oe-pdp,.oe-gallery,.oe-info,.oe-main-image,.oe-section-head,.oe-sales-section,.oe-detail-section,.oe-detail-copy,.oe-detail-panel,.oe-proof-grid,.oe-final-offer .oe-shell{min-width:0;max-width:100%}
.oe-info .desc,.oe-section-head h2,.oe-section-head p,.oe-detail-copy h2,.oe-detail-copy p,.oe-final-offer h2,.oe-final-offer p{overflow-wrap:anywhere}
@media(max-width:560px){
  .oe-header{gap:8px;padding-left:12px;padding-right:12px}
  .oe-logo{width:124px;height:42px}
  .oe-logo img{width:124px;height:42px}
  .oe-nav{min-width:0}
  .oe-cart-link{padding:9px 10px;font-size:0;flex:0 0 auto}
  .oe-cart-link b{font-size:10px}
  .oe-shell{width:100%;max-width:100%;padding-left:14px;padding-right:14px}
  .oe-pdp{width:100%;max-width:100%}
  .oe-main-image{width:100%;max-width:100%}
  .oe-info h1{overflow-wrap:anywhere}
  .oe-mobile-buy{max-width:calc(100vw - 20px)}
  .oe-mobile-buy .oe-primary{flex:0 0 auto;max-width:42vw}
}

/* OralEra video social proof */
.oe-social-video-section{padding:92px 0;background:#fff}
.oe-social-video-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.oe-social-video-card{margin:0;background:#f8fbfc;border:1px solid var(--oe-line);border-radius:24px;overflow:hidden}
.oe-social-video-frame{position:relative;aspect-ratio:9/16;background:#0f2029;overflow:hidden}
.oe-social-video{width:100%;height:100%;display:block;object-fit:cover}
.oe-video-sound{position:absolute;right:12px;bottom:12px;border:1px solid rgba(255,255,255,.28);background:rgba(13,35,45,.72);backdrop-filter:blur(10px);color:#fff;border-radius:999px;padding:8px 11px;font:800 10px Nunito,sans-serif;cursor:pointer}
.oe-social-video-card>p{margin:0;padding:14px 16px 18px;font-size:12px;font-weight:800;color:var(--oe-ink)}
@media(max-width:760px){.oe-social-video-section{padding:64px 0}.oe-social-video-grid{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;gap:12px;padding-bottom:8px}.oe-social-video-card{flex:0 0 78%;scroll-snap-align:start}.oe-social-video-frame{aspect-ratio:9/16}}

/* Mobile polish: logo + sticky CTA */
.oe-mobile-buy{transition:transform .22s ease,opacity .22s ease}
.oe-mobile-buy.is-suspended{transform:translateY(140%);opacity:0;pointer-events:none}
@media(max-width:560px){
  .oe-header{height:64px;padding:0 14px;gap:10px}
  .oe-logo{min-width:0;max-width:48vw}
  .oe-logo img{width:126px;max-width:100%;height:auto}
  .oe-nav{margin-left:auto}
  .oe-cart-link{min-width:52px;justify-content:center}
  .oe-footer{padding:30px 18px calc(34px + env(safe-area-inset-bottom));margin-top:20px}
  .oe-footer-inner{align-items:center;text-align:center;gap:18px}
  .oe-footer nav{justify-content:center;width:100%;gap:16px}
  .oe-footer-inner>img{width:142px;height:auto;max-width:52vw}
  .oe-mobile-buy{left:12px;right:12px;bottom:max(8px,env(safe-area-inset-bottom));padding:8px 9px 8px 13px;border-radius:18px;min-height:64px}
  .oe-mobile-buy b{font-size:16px}
  .oe-mobile-buy .oe-primary{min-height:46px;padding:11px 18px;max-width:40vw}
}

/* Ad-launch mobile stability: use in-page CTAs, never overlay content */
@media(max-width:720px){
  .oe-mobile-buy{display:none!important}
  body{padding-bottom:0!important}
}

/* OralEra brand hotfix: raster oficial + mobile sem corte */
.oe-logo{min-width:0!important;width:auto!important;height:auto!important;overflow:visible!important}
.oe-logo img{display:block!important;width:164px!important;max-width:100%!important;height:auto!important;max-height:54px!important;object-fit:contain!important;object-position:left center!important}
.oe-footer-inner>img{display:block!important;width:170px!important;max-width:100%!important;height:auto!important;object-fit:contain!important}
@media(max-width:560px){
  .oe-header{height:68px!important;padding:0 14px!important;gap:10px!important;overflow:visible!important}
  .oe-logo{flex:0 1 154px!important;max-width:46vw!important}
  .oe-logo img{width:154px!important;max-height:54px!important}
  .oe-cart-link{flex:0 0 auto!important}
  .oe-footer{padding:28px 18px 34px!important}
  .oe-footer-inner{align-items:center!important;text-align:center!important;gap:18px!important}
  .oe-footer-inner>img{width:168px!important;max-width:56vw!important}
  .oe-footer nav{width:100%!important;justify-content:center!important}
  .oe-faq-section{padding:54px 0 42px!important}
  .oe-final-offer{padding:58px 0!important}
}
