.othero{padding:56px 0;font-family:Inter,sans-serif}.othero__wrap{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}.othero__gallery{position:sticky;top:32px;opacity:0;transform:translateY(14px);transition:opacity .7s ease,transform .7s ease}.othero.is-visible .othero__gallery{opacity:1;transform:none}.othero__stage{position:relative;aspect-ratio:var(--othero-ratio, 4 / 5);border-radius:24px;overflow:hidden;background:#f5f5f5;outline:none}.othero__stage:focus-visible{box-shadow:0 0 0 3px color-mix(in srgb,var(--othero-accent) 35%,transparent)}.othero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transform:scale(1.02);transition:opacity .55s ease,transform .55s ease;pointer-events:none}.othero__slide.is-active{opacity:1;transform:none;pointer-events:auto}.othero__slide img{width:100%;height:100%;object-fit:cover;display:block}.othero__slide-empty{width:100%;height:100%;background:#f5f5f5}.othero__badge{position:absolute;top:20px;right:20px;width:88px;height:88px;z-index:2}.othero__badge-ring{width:100%;height:100%;color:#171717;transform-origin:50% 50%;animation:otheroSpin 18s linear infinite}@keyframes otheroSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.othero__badge-center{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;display:flex;align-items:center;justify-content:center}.othero__badge-center img{width:100%;height:100%;object-fit:contain}.othero__thumbs{display:flex;gap:10px;margin-top:14px}.othero__thumb{width:56px;height:56px;border-radius:10px;overflow:hidden;border:1.5px solid transparent;background:#f5f5f5;cursor:pointer;padding:0;opacity:.65;transition:border-color .25s ease,opacity .25s ease,transform .25s ease}.othero__thumb:hover{opacity:1;transform:translateY(-2px)}.othero__thumb.is-active{border-color:var(--othero-accent);opacity:1}.othero__thumb:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--othero-accent) 35%,transparent)}.othero__thumb img{width:100%;height:100%;object-fit:cover}.othero__content{opacity:0;transform:translateY(14px);transition:opacity .7s ease .08s,transform .7s ease .08s}.othero.is-visible .othero__content{opacity:1;transform:none}.othero__eyebrow{font-size:13px;font-weight:600;color:var(--othero-accent);text-transform:uppercase;letter-spacing:.08em;margin:0 0 14px}.othero__heading{font-size:42px;font-weight:700;line-height:1.14;color:#171717;margin:0 0 16px;letter-spacing:-.025em}.othero__subheading{font-size:17px;line-height:1.6;color:#5c5c5c;margin:0 0 22px;max-width:42ch}.othero__trust{display:flex;align-items:center;gap:10px;margin-bottom:24px}.othero__trust-text{font-size:14px;color:#5c5c5c;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.othero__trust-text:hover{border-color:#5c5c5c}.othero__trust-img-link{line-height:0}.othero__trust-img{height:16px;width:auto}.othero__points{list-style:none;padding:0;margin:0 0 32px;display:flex;flex-direction:column;gap:14px}.othero__point{display:flex;align-items:center;gap:12px;font-size:14px;color:#171717}.othero__point-icon{width:22px;height:22px;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:var(--othero-accent)}.othero__card{position:relative;border-radius:22px}.othero__card-inner{background:#fff;border:1px solid #ededed;border-radius:22px;padding:28px}@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.othero--card-border .othero__card{padding:1.5px;background:conic-gradient(from var(--gradient-angle),var(--othero-accent),#EBF8FF 50%,var(--othero-accent) 100%);animation:otheroBorderSpin 8s linear infinite}.othero--card-border .othero__card-inner{border:0;border-radius:20.5px}@keyframes otheroBorderSpin{0%{--gradient-angle: 0deg}to{--gradient-angle: 360deg}}.othero__save-label{display:inline-block;font-size:12px;font-weight:600;color:var(--othero-accent);background:#ebf8ff;padding:5px 12px;border-radius:999px;margin-bottom:16px}.othero__price{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap;margin-bottom:20px}.othero__price-was{font-size:15px;text-decoration:line-through;color:#b5b5b5}.othero__price-now{font-size:30px;font-weight:700;color:#171717;letter-spacing:-.02em}.othero__price-suffix{font-size:13px;color:#5c5c5c}.othero__cta{position:relative;display:flex;align-items:center;justify-content:center;gap:8px;width:100%;background:#171717;color:#fff;font-size:15px;font-weight:600;padding:15px;border-radius:999px;text-decoration:none;overflow:hidden;box-sizing:border-box}.othero__cta-label{position:relative;z-index:1;transition:transform .3s ease}.othero__cta-arrow{position:relative;z-index:1;display:flex;align-items:center;transform:translate(-6px);opacity:0;transition:transform .3s ease,opacity .3s ease}.othero__cta:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--othero-accent);transform:translate(-100%);transition:transform .35s ease;z-index:0}.othero__cta:hover:before{transform:translate(0)}.othero__cta:hover .othero__cta-arrow{transform:translate(0);opacity:1}.othero__cta:focus-visible{outline:none;box-shadow:0 0 0 3px color-mix(in srgb,var(--othero-accent) 35%,transparent)}.othero__urgency{text-align:center;font-size:12px;color:var(--othero-accent);margin:12px 0 0}.othero__checks{list-style:none;padding:0;margin:18px 0 0;display:flex;gap:14px;flex-wrap:wrap;justify-content:center}.othero__checks li{font-size:11px;color:#999}.othero__checks a{color:#999;text-decoration:underline}@media(prefers-reduced-motion:reduce){.othero__gallery,.othero__content{opacity:1;transform:none;transition:none}.othero__badge-ring,.othero--card-border .othero__card{animation:none}.othero__slide{transition:opacity .2s ease;transform:none}}@media screen and (max-width:989px){.othero__wrap{grid-template-columns:1fr;gap:32px}.othero__gallery{position:static}}@media screen and (max-width:749px){.othero{padding:32px 0}.othero__heading{font-size:30px}.othero__stage{border-radius:18px}}
/*# sourceMappingURL=/cdn/shop/t/117/assets/section-oral-treatment-hero.css.map */
