.jnr-shell,.jnr-shell *{box-sizing:border-box}.jnr-shell{--sh-bg:#000;--sh-yellow:#F6E14B;--sh-yellow-2:#FFD200;--sh-blue:#5AC8FF;--sh-ink:#0B0B0F;--sh-line:rgba(255,255,255,.14);font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;z-index:900}.jnr-shell .jnr-ann{background:var(--sh-yellow);color:#000;overflow:hidden}.jnr-shell .jnr-ann__track{display:flex;align-items:center;justify-content:center;gap:14px;padding:9px 16px;font-size:12.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;white-space:nowrap}.jnr-shell .jnr-ann__pill{background:#000;color:var(--sh-yellow);border-radius:6px;padding:4px 11px;font-size:11.5px;font-weight:900}@media(max-width:760px){.jnr-shell .jnr-ann__track{animation:jnr-ann-scroll 16s linear infinite;justify-content:flex-start;padding-left:100%}@keyframes jnr-ann-scroll{to{transform:translate(-100%)}}}.jnr-shell .jnr-hd{background:var(--sh-bg);position:sticky;top:0;z-index:910;border-bottom:1px solid rgba(255,255,255,.08)}.jnr-shell .jnr-hd__in{display:flex;align-items:center;gap:18px;padding:12px 20px;max-width:1600px;margin:0 auto}.jnr-shell .jnr-burger{flex:0 0 auto;width:46px;height:46px;border:0;border-radius:11px;background:var(--sh-yellow);display:grid;place-content:center;gap:5px;cursor:pointer;padding:0;transition:.15s}.jnr-shell .jnr-burger:hover{background:var(--sh-yellow-2)}.jnr-shell .jnr-burger span{display:block;width:22px;height:3px;border-radius:2px;background:#000}.jnr-shell .jnr-logo{display:flex;align-items:baseline;gap:1px;color:#fff;text-decoration:none;font-weight:900;font-size:27px;letter-spacing:-.02em;line-height:1;white-space:nowrap}.jnr-shell .jnr-logo sup{font-size:11px;font-weight:700;top:-.9em;position:relative}.jnr-shell .jnr-search{flex:1 1 auto;max-width:420px;margin:0 auto;position:relative}.jnr-shell .jnr-search input{width:100%;height:40px;border-radius:999px;border:0;background:#e9e9ec;padding:0 44px 0 20px;font:400 14px/1 Poppins,sans-serif;color:#111;outline:0}.jnr-shell .jnr-search input::placeholder{color:#7a7a85}.jnr-shell .jnr-search input:focus{box-shadow:0 0 0 3px #f6e14b80}.jnr-shell .jnr-search button{position:absolute;right:6px;top:5px;width:30px;height:30px;border:0;background:0;cursor:pointer;font-size:15px;color:#444;border-radius:50%}.jnr-shell .jnr-util{display:flex;align-items:center;margin-left:auto;flex:0 0 auto}.jnr-shell .jnr-util__i{display:flex;align-items:center;gap:10px;padding:0 20px;color:#fff;text-decoration:none;border-left:1px solid var(--sh-line);white-space:nowrap;transition:.15s}.jnr-shell .jnr-util__i:last-child{padding-right:0}.jnr-shell .jnr-util__i:hover{color:var(--sh-yellow)}.jnr-shell .jnr-util__ico{width:34px;height:34px;border-radius:50%;display:grid;place-content:center;font-size:16px;flex:0 0 auto;position:relative}.jnr-shell .jnr-util__ico--loy{border:2px solid var(--sh-blue);color:var(--sh-blue)}.jnr-shell .jnr-util__ico--acc{border:2px solid var(--sh-yellow);color:var(--sh-yellow)}.jnr-shell .jnr-util__ico--cart{background:var(--sh-yellow);color:#000}.jnr-shell .jnr-util__ico svg{width:17px;height:17px;display:block}.jnr-shell .jnr-util__txt{display:grid;line-height:1.15}.jnr-shell .jnr-util__txt b{font-size:15px;font-weight:800}.jnr-shell .jnr-util__txt span{font-size:11.5px;color:#ffffff8c}.jnr-shell .jnr-util__i:hover .jnr-util__txt span{color:#ffffffbf}.jnr-shell .jnr-count{position:absolute;right:-4px;bottom:-4px;min-width:19px;height:19px;border-radius:999px;background:#000;color:var(--sh-yellow);border:2px solid var(--sh-yellow);font-size:10.5px;font-weight:900;display:grid;place-content:center;padding:0 4px}@media(max-width:1100px){.jnr-shell .jnr-util__txt{display:none}.jnr-shell .jnr-util__i{padding:0 10px;gap:0}}@media(max-width:760px){.jnr-shell .jnr-hd__in{gap:12px;padding:10px 14px;flex-wrap:wrap}.jnr-shell .jnr-logo{font-size:22px}.jnr-shell .jnr-search{order:9;flex:1 0 100%;max-width:none;margin:2px 0 0}.jnr-shell .jnr-util__i{border-left:0;padding:0 6px}.jnr-shell .jnr-burger{width:42px;height:42px}}.jnr-shell .jnr-veil{position:fixed;top:0;right:0;bottom:0;left:0;background:#000000a6;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:.25s;z-index:940}.jnr-shell .jnr-veil.is-open{opacity:1;visibility:visible}.jnr-shell .jnr-drw{position:fixed;top:0;bottom:0;width:min(420px,92vw);background:#0b0b0f;z-index:950;display:flex;flex-direction:column;transition:transform .3s cubic-bezier(.4,0,.2,1);color:#fff}.jnr-shell .jnr-drw--left{left:0;transform:translate(-102%);border-right:1px solid var(--sh-line)}.jnr-shell .jnr-drw--right{right:0;transform:translate(102%);border-left:1px solid var(--sh-line)}.jnr-shell .jnr-drw.is-open{transform:translate(0)}.jnr-shell .jnr-drw__hd{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:20px 22px;border-bottom:1px solid var(--sh-line);flex:0 0 auto}.jnr-shell .jnr-drw__hd h2{margin:0;font-size:21px;font-weight:900;letter-spacing:-.01em;text-transform:uppercase}.jnr-shell .jnr-drw__x{width:34px;height:34px;border-radius:50%;border:0;background:#ffffff1a;color:#fff;font-size:17px;cursor:pointer;line-height:1;transition:.15s}.jnr-shell .jnr-drw__x:hover{background:var(--sh-yellow);color:#000}.jnr-shell .jnr-drw__body{flex:1 1 auto;overflow-y:auto;overscroll-behavior:contain}.jnr-shell .jnr-nav{padding:8px 0}.jnr-shell .jnr-nav a{display:flex;align-items:center;gap:14px;padding:15px 22px;color:#fff;text-decoration:none;font-size:16.5px;font-weight:700;border-bottom:1px solid rgba(255,255,255,.06);transition:.15s}.jnr-shell .jnr-nav a:hover{background:#f6e14b1a;color:var(--sh-yellow);padding-left:28px}.jnr-shell .jnr-nav a i{font-style:normal;font-size:19px;width:26px;text-align:center}.jnr-shell .jnr-nav a em{margin-left:auto;font-style:normal;font-size:10.5px;font-weight:900;text-transform:uppercase;letter-spacing:.06em;background:var(--sh-yellow);color:#000;border-radius:5px;padding:3px 8px}.jnr-shell .jnr-nav a em.is-red{background:#e2323c;color:#fff}.jnr-shell .jnr-nav a b{margin-left:auto;font-size:18px;color:#ffffff4d;font-weight:400}.jnr-shell .jnr-menu__foot{padding:18px 22px 26px;display:grid;gap:11px}.jnr-shell .jnr-menu__foot a{color:#fff9;text-decoration:none;font-size:13.5px}.jnr-shell .jnr-menu__foot a:hover{color:#fff}.jnr-shell .jnr-menu__age{margin-top:6px;background:#e2323c1f;border:1px solid rgba(226,50,60,.4);border-radius:11px;padding:12px 14px;font-size:12px;line-height:1.45;color:#fffc}.jnr-shell .jnr-gauge{padding:0 22px 20px;flex:0 0 auto;border-bottom:1px solid var(--sh-line)}.jnr-shell .jnr-gauge__banner{background:var(--sh-yellow);color:#000;text-align:center;font-size:14.5px;font-weight:800;padding:12px 16px;margin:0 -22px 18px}.jnr-shell .jnr-gauge__say{font-size:15px;margin:0 0 14px;color:#ffffffe6}.jnr-shell .jnr-gauge__say b{color:var(--sh-yellow)}.jnr-shell .jnr-batt{display:flex;align-items:center;gap:5px}.jnr-shell .jnr-batt__body{position:relative;flex:1 1 auto;height:20px;border:2px solid rgba(255,255,255,.28);border-radius:6px;padding:2px;overflow:hidden;background:#ffffff0d}.jnr-shell .jnr-batt__fill{height:100%;border-radius:3px;width:0;transition:width .45s ease;background:repeating-linear-gradient(115deg,var(--sh-yellow) 0 9px,var(--sh-yellow-2) 9px 18px)}.jnr-shell .jnr-batt__ticks{position:absolute;top:2px;right:2px;bottom:2px;left:2px;display:flex;pointer-events:none}.jnr-shell .jnr-batt__ticks i{flex:1 1 0;border-right:2px solid rgba(11,11,15,.55)}.jnr-shell .jnr-batt__ticks i:last-child{border-right:0}.jnr-shell .jnr-batt__cap{width:5px;height:10px;border-radius:0 3px 3px 0;background:#ffffff47;flex:0 0 auto}.jnr-shell .jnr-steps{display:flex;justify-content:space-between;margin-top:9px;gap:6px}.jnr-shell .jnr-step{flex:1 1 0;text-align:center;font-size:11px;font-weight:800;color:#ffffff6b;line-height:1.3}.jnr-shell .jnr-step span{display:block;font-size:10px;font-weight:600;color:#ffffff4d}.jnr-shell .jnr-step.is-on{color:var(--sh-yellow)}.jnr-shell .jnr-step.is-on span{color:#f6e14bb3}.jnr-shell .jnr-lines{padding:6px 22px}.jnr-shell .jnr-line{display:grid;grid-template-columns:74px 1fr auto;grid-template-rows:auto auto;gap:14px;align-items:center;padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}.jnr-shell .jnr-line__img{width:74px;height:74px;border-radius:12px;background:#fff;overflow:hidden;display:grid;place-content:center}.jnr-shell .jnr-line__img img{width:100%;height:100%;object-fit:contain}.jnr-shell .jnr-line__t{min-width:0}.jnr-shell .jnr-line__t b{display:block;font-size:14.5px;font-weight:800;line-height:1.25}.jnr-shell .jnr-line__t small{display:block;font-size:11.5px;color:#ffffff80;margin:3px 0 9px;text-transform:uppercase;letter-spacing:.04em}.jnr-shell .jnr-step2{display:inline-flex;align-items:center;border:1px solid rgba(255,255,255,.2);border-radius:9px;overflow:hidden}.jnr-shell .jnr-step2 button{width:30px;height:30px;border:0;background:#ffffff0f;color:#fff;font-size:16px;cursor:pointer;line-height:1;transition:.15s}.jnr-shell .jnr-step2 button:hover{background:var(--sh-yellow);color:#000}.jnr-shell .jnr-step2 input{width:36px;height:30px;border:0;background:0;color:#fff;text-align:center;font:800 14px/1 Poppins,sans-serif;-moz-appearance:textfield}.jnr-shell .jnr-step2 input::-webkit-outer-spin-button,.jnr-shell .jnr-step2 input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.jnr-shell .jnr-line__p{text-align:right;white-space:nowrap;font-size:14.5px;font-weight:800}.jnr-shell .jnr-line__p s{display:block;font-size:12px;font-weight:500;color:#ffffff59}.jnr-shell .jnr-line__p em{font-style:normal;color:var(--sh-yellow)}.jnr-shell .jnr-line__img{grid-column:1;grid-row:1/span 2}.jnr-shell .jnr-line__t{grid-column:2;grid-row:1/span 2}.jnr-shell .jnr-line__x{grid-column:3;grid-row:1;align-self:start;justify-self:end}.jnr-shell .jnr-line__p{grid-column:3;grid-row:2;align-self:end}.jnr-shell .jnr-x{border:0;background:0;color:#fff6;font-size:16px;cursor:pointer;padding:2px 4px;line-height:1}.jnr-shell .jnr-x:hover{color:#e2323c}.jnr-shell .jnr-line--gift .jnr-line__p em{color:var(--sh-yellow)}.jnr-shell .jnr-empty{padding:60px 22px;text-align:center;color:#ffffff80;font-size:14.5px}.jnr-shell .jnr-empty i{display:block;font-size:40px;margin-bottom:14px;font-style:normal}.jnr-shell .jnr-ups{padding:20px 22px 8px;border-top:1px solid var(--sh-line)}.jnr-shell .jnr-ups__t{text-align:center;font-size:15px;font-weight:900;margin:0 0 14px;text-transform:uppercase;letter-spacing:.04em}.jnr-shell .jnr-ups__row{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.09);border-radius:13px;padding:10px 12px;margin-bottom:10px}.jnr-shell .jnr-ups__row img{width:56px;height:56px;object-fit:contain;background:#fff;border-radius:9px}.jnr-shell .jnr-ups__txt b{display:block;font-size:13.5px;font-weight:800;line-height:1.25}.jnr-shell .jnr-ups__txt span{font-size:12.5px;color:var(--sh-yellow);font-weight:700}.jnr-shell .jnr-ups__btn{border:0;border-radius:9px;background:var(--sh-yellow);color:#000;font:900 11.5px/1 Poppins,sans-serif;letter-spacing:.05em;text-transform:uppercase;padding:11px 14px;cursor:pointer;transition:.15s}.jnr-shell .jnr-ups__btn:hover{background:#fff}.jnr-shell .jnr-drw__foot{flex:0 0 auto;padding:16px 22px 22px;border-top:1px solid var(--sh-line);background:#0b0b0f}.jnr-shell .jnr-sum{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:12px;font-size:14px}.jnr-shell .jnr-sum span{color:#fff9}.jnr-shell .jnr-sum b{font-size:22px;font-weight:900}.jnr-shell .jnr-co{display:block;width:100%;border:0;border-radius:12px;background:var(--sh-yellow);color:#000;font:900 16px/1 Poppins,sans-serif;padding:17px 16px;cursor:pointer;text-align:center;text-decoration:none;transition:.15s}.jnr-shell .jnr-co:hover{background:var(--sh-yellow-2);transform:translateY(-1px)}.jnr-shell .jnr-drw__foot p{margin:11px 0 0;text-align:center;font-size:11.5px;color:#fff6}
/*# sourceMappingURL=/cdn/shop/t/4/assets/jnr-shell.css.map */
