.sjnt{--sjnt-accent: #A8446A;--sjnt-bg: #FFFAFC;--sjnt-border: #EED8E2;--sjnt-ink: #432B38;--sjnt-muted: #806D78;--sjnt-card: #FFFFFF;--sjnt-padding: 16px;--sjnt-radius: 18px;display:block;width:100%;min-width:0;margin:20px 0;color:var(--sjnt-ink);font-family:inherit;font-size:13px;line-height:1.6;box-sizing:border-box}.sjnt *,.sjnt *:before,.sjnt *:after{box-sizing:border-box}.sjnt [hidden]{display:none!important}.sjnt__shell{padding:var(--sjnt-padding);border:1px solid var(--sjnt-border);border-radius:var(--sjnt-radius);background:var(--sjnt-bg)}.sjnt__heading{display:flex;align-items:center;gap:11px;margin-bottom:17px}.sjnt__brand-icon,.sjnt__spec-icon,.sjnt__feature-icon,.sjnt__shipping-icon{display:grid;place-items:center;flex-shrink:0;color:var(--sjnt-accent);background:#f7e5ed}.sjnt__brand-icon{width:42px;height:42px;border-radius:50%}.sjnt__brand-icon svg{width:22px;height:22px}.sjnt__heading-copy{min-width:0}.sjnt__eyebrow{display:block;margin-bottom:3px;color:var(--sjnt-accent);font-size:9px;font-weight:700;line-height:1.4;letter-spacing:1.2px;text-transform:uppercase}.sjnt__heading h2{margin:0;color:var(--sjnt-ink);font-family:var(--font-heading-family,inherit);font-size:17px;font-weight:600;line-height:1.3;letter-spacing:-.2px}.sjnt__tabs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;padding:4px;border-radius:12px;background:#f8eaf0}.sjnt__tab{appearance:none;-webkit-appearance:none;min-width:0;min-height:40px;padding:10px 7px;margin:0;border:0;border-radius:9px;background:transparent;color:#805a6d;font-family:inherit;font-size:11px;font-weight:600;line-height:1.35;text-align:center;cursor:pointer;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.sjnt__tab.is-active{background:var(--sjnt-accent);color:#fff;box-shadow:0 2px 6px #783a551f}.sjnt__tab:focus-visible,.sjnt__more summary:focus-visible,.sjnt a:focus-visible{outline:2px solid var(--sjnt-accent);outline-offset:3px}.sjnt__panel{padding-top:12px;min-width:0}.sjnt__spec-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-bottom:10px}.sjnt__spec-card{display:flex;flex-direction:column;align-items:flex-start;min-width:0;padding:15px 13px;border:1px solid var(--sjnt-border);border-radius:13px;background:var(--sjnt-card);transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.sjnt__spec-card--wide{grid-column:1/-1}.sjnt__spec-icon{width:30px;height:30px;margin-bottom:10px;border-radius:9px;background:#fbeff4}.sjnt__spec-icon svg{width:17px;height:17px}.sjnt__spec-label{display:block;margin-bottom:5px;color:var(--sjnt-accent);font-size:9px;font-weight:700;letter-spacing:.8px;line-height:1.4}.sjnt__spec-card strong{display:block;margin-bottom:3px;color:var(--sjnt-ink);font-size:12px;font-weight:600;line-height:1.5;overflow-wrap:anywhere}.sjnt__spec-card>span:not(.sjnt__spec-label){display:block;color:var(--sjnt-muted);font-size:11px;line-height:1.6;overflow-wrap:anywhere}.sjnt__multiline{overflow-wrap:anywhere}.sjnt__feature{display:flex;align-items:flex-start;gap:10px;padding:15px 13px;border:1px solid var(--sjnt-border);border-radius:13px;background:var(--sjnt-card)}.sjnt__feature-icon{width:30px;height:30px;border-radius:9px;background:#fbeff4}.sjnt__feature-icon svg{width:18px;height:18px}.sjnt__feature-copy{min-width:0}.sjnt__feature h3{margin:1px 0 4px;color:var(--sjnt-ink);font-family:inherit;font-size:12px;font-weight:600;line-height:1.5}.sjnt__feature p{margin:0;color:var(--sjnt-muted);font-size:11px;line-height:1.65;overflow-wrap:anywhere}.sjnt__content-card{min-width:0;padding:17px 15px;border:1px solid var(--sjnt-border);border-radius:13px;background:var(--sjnt-card)}.sjnt__content-card--description{margin-top:10px}.sjnt__content-card-heading{display:flex;align-items:center;gap:9px;margin-bottom:12px}.sjnt__content-card-icon{display:grid;place-items:center;width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:#fbeff4;color:var(--sjnt-accent)}.sjnt__content-card-icon svg{width:17px;height:17px}.sjnt__content-card-heading h3{margin:0;color:var(--sjnt-ink);font-family:var(--font-heading-family,inherit);font-size:15px;font-weight:600;line-height:1.4}.sjnt__expandable{min-width:0}.sjnt__expand-body{position:relative;min-width:0}.sjnt__expandable.is-collapsed .sjnt__expand-body{overflow:hidden}.sjnt__expandable.is-collapsed .sjnt__expand-body:after{content:"";position:absolute;bottom:0;left:0;right:0;height:48px;pointer-events:none;background:linear-gradient(to bottom,transparent,var(--sjnt-card))}.sjnt__expand-measure{display:flow-root;min-width:0}.sjnt__expand-measure>:last-child{margin-bottom:0}.sjnt__readmore{appearance:none;-webkit-appearance:none;display:inline-flex;align-items:center;justify-content:space-between;gap:12px;width:100%;min-height:38px;margin:12px 0 0;padding:11px 0 0;border:0;border-top:1px solid var(--sjnt-border);border-radius:0;background:transparent;color:var(--sjnt-accent);font-family:inherit;font-size:12px;font-weight:600;line-height:1.5;text-align:left;cursor:pointer}.sjnt__readmore svg{width:16px;height:16px;flex:0 0 16px;transition:transform .2s ease}.sjnt__readmore .sjnt__more-close,.sjnt__expandable.is-expanded .sjnt__more-open{display:none}.sjnt__expandable.is-expanded .sjnt__more-close{display:inline}.sjnt__expandable.is-expanded .sjnt__readmore svg{transform:rotate(180deg)}.sjnt__info-block{margin:18px 0 20px;padding-top:16px;border-top:1px solid var(--sjnt-border)}.sjnt__info-block h4{margin:0 0 10px;color:var(--sjnt-ink);font-family:var(--font-heading-family,inherit);font-size:15px;font-weight:600;line-height:1.4}.sjnt__info-block h3{margin:0 0 10px;color:var(--sjnt-ink);font-family:var(--font-heading-family,inherit);font-size:17px;font-weight:500;line-height:1.4}.sjnt__richtext{color:var(--sjnt-muted);font-family:inherit;font-size:12px;line-height:1.8;overflow-wrap:anywhere}.sjnt__richtext p{margin:0 0 12px}.sjnt__richtext p:last-child{margin-bottom:0}.sjnt__richtext h1,.sjnt__richtext h2,.sjnt__richtext h3,.sjnt__richtext h4{margin:17px 0 8px;color:var(--sjnt-ink);font-family:var(--font-heading-family,inherit);font-size:16px;font-weight:500;line-height:1.4}.sjnt__richtext h1:first-child,.sjnt__richtext h2:first-child,.sjnt__richtext h3:first-child{margin-top:0}.sjnt__richtext strong,.sjnt__richtext b{color:var(--sjnt-ink);font-weight:600}.sjnt__richtext ul,.sjnt__richtext ol{margin:0 0 13px;padding-left:20px}.sjnt__richtext li{margin-bottom:5px}.sjnt__richtext a{color:var(--sjnt-accent);text-decoration:underline;text-underline-offset:3px}.sjnt__richtext img,.sjnt__richtext video,.sjnt__richtext iframe{max-width:100%;height:auto}.sjnt__richtext table{display:block;max-width:100%;overflow-x:auto;border-collapse:collapse;margin:14px 0}.sjnt__richtext th,.sjnt__richtext td{padding:9px;border:1px solid var(--sjnt-border);text-align:left;font-size:11px}.sjnt__richtext th{background:#fbeff4;color:var(--sjnt-ink);font-weight:600}.sjnt__additional{margin-top:13px;border-top:1px solid var(--sjnt-border)}.sjnt__info-row{padding:12px 0;border-bottom:1px solid #F0E3E9;font-size:11.5px}.sjnt__info-row:last-child{border-bottom:0}.sjnt__info-row strong{display:block;margin-bottom:4px;color:var(--sjnt-ink);font-weight:600}.sjnt__info-row div{color:var(--sjnt-muted);line-height:1.7;overflow-wrap:anywhere}.sjnt__shipping-head{display:flex;align-items:center;gap:12px;padding:16px 14px;border:1px solid var(--sjnt-border);border-radius:13px;background:var(--sjnt-card);margin-bottom:10px}.sjnt__shipping-icon{width:40px;height:40px;border-radius:11px;background:#fbeff4}.sjnt__shipping-icon svg{width:21px;height:21px}.sjnt__shipping-head h3{margin:3px 0;color:var(--sjnt-ink);font-family:var(--font-heading-family,inherit);font-size:17px;font-weight:500;line-height:1.3}.sjnt__shipping-head p{margin:0;color:var(--sjnt-muted);font-size:11px;line-height:1.6}.sjnt__shipping-card{padding:17px 15px;border:1px solid var(--sjnt-border);border-radius:13px;background:var(--sjnt-card);min-width:0}.sjnt__shipping-card-title{display:flex;align-items:center;gap:9px;margin-bottom:12px}.sjnt__shipping-card-title svg{width:19px;height:19px;flex:0 0 19px;color:var(--sjnt-accent)}.sjnt__shipping-card-title h4{margin:0;color:var(--sjnt-ink);font-family:inherit;font-size:12px;font-weight:600}.sjnt__shipping-links{display:flex;flex-wrap:wrap;gap:10px 19px;margin-top:16px;padding-top:15px;border-top:1px solid var(--sjnt-border)}.sjnt__shipping-links a{color:var(--sjnt-accent);font-family:inherit;font-size:11px;font-weight:600;text-decoration:none}.sjnt__shipping-links a:hover{text-decoration:underline;text-underline-offset:3px}.sjnt__empty{margin:0;padding:14px 0;color:var(--sjnt-muted);font-size:12px}@media(min-width:750px){.sjnt__tab{min-height:43px;font-size:12px}.sjnt__spec-card{padding:18px}.sjnt__spec-card:hover{border-color:var(--sjnt-accent);box-shadow:0 6px 18px #783a550a;transform:translateY(-1px)}}@media(max-width:480px){.sjnt{margin:16px 0}.sjnt__heading{gap:9px;margin-bottom:14px}.sjnt__brand-icon{width:36px;height:36px}.sjnt__brand-icon svg{width:19px;height:19px}.sjnt__heading h2{font-size:15px}.sjnt__tab{min-height:38px;padding:9px 5px;font-size:10px}.sjnt__spec-grid{gap:8px;margin-bottom:9px}.sjnt__spec-card{padding:12px 10px;border-radius:12px}.sjnt__spec-icon{width:28px;height:28px;margin-bottom:9px}.sjnt__spec-icon svg{width:16px;height:16px}.sjnt__spec-label{font-size:8px;letter-spacing:.5px}.sjnt__spec-card strong{font-size:11px}.sjnt__spec-card>span:not(.sjnt__spec-label){font-size:10px}.sjnt__feature{padding:12px 10px;gap:9px}.sjnt__feature-icon{width:28px;height:28px}.sjnt__feature h3{font-size:11.5px}.sjnt__feature p{font-size:10.5px}.sjnt__shipping-head{padding:13px 11px;gap:10px}.sjnt__shipping-icon{width:36px;height:36px}.sjnt__shipping-head h3{font-size:15px}.sjnt__shipping-card,.sjnt__content-card{padding:14px 12px}.sjnt__content-card-heading h3{font-size:14px}.sjnt__readmore{font-size:11.5px}}@media(max-width:340px){.sjnt__spec-card{padding:10px 8px}.sjnt__spec-card strong{font-size:10.5px}}@media(prefers-reduced-motion:reduce){.sjnt__tab,.sjnt__spec-card,.sjnt__readmore svg{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/siya-native-tabs.css.map */
