:root{--tb-w: 460px;--tb-bg: #ffffff;--tb-card: #e8eff2;--tb-text: #1a1a1a;--tb-meta: #6b6b6b;--tb-border: #d5dde0;--tb-teal: #2b6b5e;--tb-teal-hover: #225a4e;--tb-teal-light: #3a8a78;--tb-radius: 14px;--tb-pill: 50px;--tb-speed: .3s;--tb-ease: cubic-bezier(.4,0,.2,1);--tb-z: 99999;--tb-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif}.tb-drawer *,.tb-overlay{box-sizing:border-box;margin:0;padding:0}.tb-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;z-index:var(--tb-z);opacity:0;visibility:hidden;transition:opacity var(--tb-speed),visibility var(--tb-speed)}.tb-overlay.is-open{opacity:1;visibility:visible}.tb-progress{position:absolute;top:0;left:0;right:0;height:3px;overflow:hidden;background:#0000000f;z-index:999;opacity:0;transition:opacity .15s ease;pointer-events:none}.tb-progress.is-active{opacity:1}.tb-progress__fill{position:absolute;top:0;right:0;bottom:0;left:0;width:30%;background:#1a1a1a;animation:tb-progress-slide 1.1s cubic-bezier(.4,0,.2,1) infinite;border-radius:2px}@keyframes tb-progress-slide{0%{left:-30%}to{left:100%}}@media(prefers-reduced-motion:reduce){.tb-progress__fill{animation:none;left:0;width:100%;opacity:.5}}.tb-drawer{position:fixed;top:0;right:0;bottom:0;width:var(--tb-w);max-width:100vw;height:100dvh;background:var(--tb-bg);z-index:calc(var(--tb-z) + 1);display:flex;flex-direction:column;transform:translate(100%);transition:transform var(--tb-speed) var(--tb-ease);font-family:var(--tb-font);font-size:14px;color:var(--tb-text);line-height:1.45}.tb-drawer.is-open{transform:translate(0)}body.tb-lock{overflow:hidden}.tb-header{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;padding:18px 22px;border-bottom:1px solid var(--tb-border);background:#fff;flex-shrink:0}.tb-header__save{justify-self:start;background:none;border:none;font-size:13px;color:var(--tb-meta);cursor:pointer;text-decoration:underline;font-family:var(--tb-font);padding:0}.tb-header__save:hover{color:var(--tb-text)}.tb-header__title{justify-self:center;font-size:17px;font-weight:700;white-space:nowrap}.tb-header__close{justify-self:end;display:flex;align-items:center;justify-content:center;width:44px;height:44px;background:none;border:none;color:var(--tb-text);cursor:pointer;border-radius:50%}.tb-header__close:hover{background:#0000000d}.tb-scroll{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:18px;display:flex;flex-direction:column;gap:14px;background:var(--tb-bg)}.tb-scroll::-webkit-scrollbar{width:4px}.tb-scroll::-webkit-scrollbar-thumb{background:#ccc;border-radius:99px}.tb-card{background:var(--tb-card);border-radius:var(--tb-radius);padding:18px;animation:tbIn .25s var(--tb-ease)}.tb-card.is-removing{animation:tbOut .3s var(--tb-ease) forwards;overflow:hidden}@keyframes tbIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes tbOut{to{opacity:0;max-height:0;padding:0;margin:0}}.tb-card--pending{animation:tbPendingIn .2s var(--tb-ease),tbPendingPulse 1.6s ease-in-out .2s infinite;position:relative}.tb-card--pending img{filter:grayscale(.25);opacity:.85}.tb-card--pending .tb-card__img-skel{width:100%;height:100%;background:linear-gradient(90deg,#ebe8e0,#f3f1eb,#ebe8e0);background-size:200% 100%;animation:tbSkelShimmer 1.4s ease-in-out infinite;border-radius:10px}.tb-card__pending{display:inline-flex;align-items:center;gap:7px;margin-top:8px;font-size:12px;font-weight:500;letter-spacing:.01em;color:var(--tb-meta)}.tb-card__mini-spinner{display:inline-block;width:12px;height:12px;border:1.5px solid #d8dfe1;border-top-color:var(--tb-teal);border-radius:50%;animation:tbSpin .55s linear infinite;flex-shrink:0}@keyframes tbPendingIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@keyframes tbPendingPulse{0%,to{opacity:1}50%{opacity:.78}}@keyframes tbSkelShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(prefers-reduced-motion:reduce){.tb-card--pending,.tb-card--pending .tb-card__img-skel,.tb-card__mini-spinner{animation:none}}.tb-card__top{display:flex;gap:16px}.tb-card__img{flex-shrink:0;width:100px;height:100px;border-radius:10px;overflow:hidden;background:var(--tb-card);display:block}.tb-card__img img{width:100%;height:100%;object-fit:contain}.tb-card__info{flex:1;min-width:0}.tb-card__head{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.tb-card__name{font-size:17px;font-weight:700;color:var(--tb-text);text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25;word-break:normal;overflow-wrap:anywhere}.tb-card--bundle .tb-card__name{font-size:16px;-webkit-line-clamp:3;line-height:1.3}.tb-card--bundle .tb-card__head{gap:8px}.tb-card--bundle .tb-card__prices{max-width:50%}.tb-card--bundle .tb-card__price{font-size:15px}.tb-card--bundle .tb-card__price--was{font-size:12px}.tb-sub-savings{display:flex;justify-content:space-between;align-items:baseline;padding:8px 16px 6px;font-size:13px;color:#1d4f2a;font-weight:600;letter-spacing:.005em}.tb-sub-savings__value{white-space:nowrap;font-variant-numeric:tabular-nums}.tb-sub{padding:6px 16px 12px}.tb-sub__prices{display:inline-flex;align-items:baseline;gap:10px;justify-content:flex-end}.tb-sub__price--was{font-size:13px;font-weight:400;color:var(--tb-meta);text-decoration:line-through;font-variant-numeric:tabular-nums}.tb-sub__price{font-variant-numeric:tabular-nums}.tb-card__name:hover{text-decoration:underline}.tb-card__meta{font-size:13px;color:var(--tb-meta);margin-top:3px}.tb-card__prices{text-align:right;flex-shrink:0}.tb-card__price{font-size:16px;font-weight:700;white-space:nowrap;display:block}.tb-card__price--sale{color:#c0392b}.tb-card__price--was{font-size:13px;font-weight:400;color:var(--tb-meta);display:block;text-decoration:line-through}.tb-card__savings{display:inline-block;margin-top:6px;font-size:12px;font-weight:600;letter-spacing:.005em;color:#1d4f2a;background:#f0f7f1;border:1px solid #c8dfcd;padding:3px 8px;border-radius:4px;white-space:nowrap;line-height:1.2}.tb-card--bundle{background:#f7f6f2;border:1px solid #dcdad4}.tb-card__bundle-tag{display:inline-block;margin-right:8px;padding:3px 7px;font-size:11px;font-weight:700;letter-spacing:.14em;color:#5a4416;background:#c9a66b26;border:1px solid rgba(201,166,107,.55);border-radius:3px;vertical-align:1px;text-transform:uppercase;line-height:1}.tb-card__bundle-list{margin-top:8px;display:flex;flex-direction:column;gap:4px}.tb-card__bundle-item{font-size:13px;color:#5a5a5a;position:relative;padding-left:14px;line-height:1.35}.tb-card__bundle-item:before{content:"";position:absolute;left:4px;top:8px;width:4px;height:4px;background:#b9b3a3;border-radius:50%}.tb-card__actions{display:flex;justify-content:center;margin-top:14px}.tb-qty{display:inline-flex;align-items:center;border:2px solid #c0c8cc;border-radius:var(--tb-pill);overflow:hidden;background:#fff;height:40px}.tb-qty__btn{display:flex;align-items:center;justify-content:center;width:38px;height:100%;background:none;border:none;cursor:pointer;color:var(--tb-text);font-size:18px;font-weight:500;font-family:var(--tb-font);transition:background .12s}.tb-qty__btn:hover{background:#0000000a}.tb-qty__del{color:var(--tb-meta);width:40px;border-right:1.5px solid #d0d8dc}.tb-qty__del:hover{color:#c00}.tb-qty__val{width:30px;text-align:center;font-size:17px;font-weight:700;-webkit-user-select:none;user-select:none;line-height:40px}.tb-recs{margin-top:6px}.tb-recs__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.tb-recs__title{font-size:16px;font-weight:700}.tb-recs__nav{display:flex;gap:8px}.tb-recs__arrow{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:2px solid #c0c8cc;border-radius:50%;background:#fff;cursor:pointer;color:var(--tb-text)}.tb-recs__arrow:hover{border-color:#888}.tb-recs__track{display:flex;gap:14px;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:4px}.tb-recs__track::-webkit-scrollbar{display:none}.tb-rec{flex:0 0 84%;scroll-snap-align:start;display:flex;gap:16px;padding:16px;background:#fff;border:3px solid var(--tb-teal-light);border-radius:var(--tb-radius);min-width:0}.tb-rec__img{flex-shrink:0;width:110px;height:110px;border-radius:10px;overflow:hidden;background:#f5f5f5;display:block}.tb-rec__img img{width:100%;height:100%;object-fit:contain}.tb-rec__body{flex:1;display:flex;flex-direction:column;min-width:0;gap:4px}.tb-rec__top{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.tb-rec__name{font-size:15px;font-weight:700;color:var(--tb-text);text-decoration:none;line-height:1.25;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.tb-rec__name:hover{text-decoration:underline}.tb-rec__prices{text-align:right;flex-shrink:0}.tb-rec__price{font-size:15px;font-weight:700;white-space:nowrap;flex-shrink:0}.tb-rec__price--sale{color:#c0392b;display:block}.tb-rec__price--was{font-size:12px;font-weight:400;color:var(--tb-meta);display:block}.tb-rec__swatches{display:flex;flex-wrap:wrap;gap:6px;margin:6px 0}.tb-rec__swatch{display:inline-block;width:26px;height:26px;border-radius:50%;overflow:hidden;border:2px solid #ddd;cursor:pointer}.tb-rec__swatch:hover{border-color:var(--tb-teal)}.tb-rec__swatch.is-active{border-color:var(--tb-teal);box-shadow:0 0 0 1px var(--tb-teal)}.tb-rec__swatch img{width:100%;height:100%;object-fit:cover;border-radius:50%}.tb-rec__swatch--color{border:2px solid rgba(0,0,0,.15)}.tb-rec__add{display:inline-block;margin-top:auto;padding:9px 22px;background:var(--tb-teal);color:#fff;border:none;border-radius:var(--tb-pill);font-size:14px;font-weight:600;cursor:pointer;font-family:var(--tb-font);align-self:flex-start;transition:background .15s}.tb-rec__add:hover{background:var(--tb-teal-hover)}.tb-rec__sold{font-size:13px;color:var(--tb-meta);margin-top:auto}.tb-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:60px 20px;gap:16px;color:var(--tb-meta)}.tb-empty p{font-size:17px}.tb-empty__btn{padding:12px 32px;background:var(--tb-teal);color:#fff;text-decoration:none;border-radius:var(--tb-pill);font-size:15px;font-weight:600}.tb-empty__btn:hover{background:var(--tb-teal-hover)}.tb-footer{flex-shrink:0;background:#fff;border-top:1px solid var(--tb-border);padding-bottom:env(safe-area-inset-bottom,0)}.tb-badges{display:flex;justify-content:space-around;padding:16px 20px;border-bottom:1px solid var(--tb-border);background:#f8f6f1}.tb-badges__item{display:flex;flex-direction:column;align-items:center;gap:6px;font-size:12px;color:var(--tb-meta);text-align:center}.tb-sub{display:flex;justify-content:space-between;align-items:center;padding:16px 22px 12px;font-size:17px;font-weight:700}.tb-sub__price{font-size:19px}.tb-checkout{display:block;width:calc(100% - 44px);margin:0 22px;padding:16px;background:var(--tb-teal);color:#fff;border:none;border-radius:var(--tb-pill);font-size:17px;font-weight:700;cursor:pointer;font-family:var(--tb-font);transition:background .15s}.tb-checkout:hover{background:var(--tb-teal-hover)}.tb-klarna{text-align:center;font-size:12px;color:var(--tb-meta);padding:12px 20px 18px}.tb-loading{position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffffb3;display:flex;align-items:center;justify-content:center;z-index:10;opacity:0;visibility:hidden;transition:opacity .2s,visibility .2s}.tb-loading.is-on{opacity:1;visibility:visible}.tb-spinner{width:26px;height:26px;border:2.5px solid #ddd;border-top-color:var(--tb-teal);border-radius:50%;animation:tbSpin .55s linear infinite}@keyframes tbSpin{to{transform:rotate(360deg)}}.tb-toast{position:fixed;bottom:20px;left:50%;transform:translate(-50%);background:var(--tb-text);color:#fff;padding:10px 24px;border-radius:var(--tb-pill);font-size:13px;font-weight:500;z-index:999999;box-shadow:0 4px 12px #00000026;animation:tbToast .3s var(--tb-ease)}@keyframes tbToast{0%{opacity:0;transform:translate(-50%) translateY(8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:480px){.tb-drawer{--tb-w: 100vw}.tb-card__img{width:76px;height:76px}.tb-card__name{font-size:15px}.tb-rec{flex:0 0 90%}.tb-rec__img{width:90px;height:90px}.tb-badges__item svg{width:24px;height:24px}.tb-qty{height:44px}.tb-qty__btn{width:44px}.tb-header__close{width:44px;height:44px}.tb-card--bundle .tb-card__head{flex-direction:column;gap:8px}.tb-card--bundle .tb-card__prices{max-width:100%;text-align:left}}.tb-ship{padding:12px 22px;background:#f0fdf4;border-bottom:1px solid #dcfce7;flex-shrink:0}.tb-ship__text{font-size:13px;text-align:center;margin-bottom:8px;display:flex;align-items:center;justify-content:center;gap:6px;color:#166534}.tb-ship__text strong{font-weight:700}.tb-ship__bar{height:6px;background:#dcfce7;border-radius:99px;overflow:hidden}.tb-ship__fill{height:100%;background:#16a34a;border-radius:99px;transition:width .5s ease}.tb-offer{margin:4px 16px 2px;display:flex;flex-direction:column;gap:10px;--of-ink:#1B1C18;--of-pine:#14432A;--of-pine2:#16482E;--of-accent:#C4632E;--of-save-bg:#E7F1EA;--of-save-tx:#16643F;--of-sec:#6F6D64;--of-sec2:#8A8578;--of-struck:#A7A294;--of-font:"Hanken Grotesk", var(--tb-font), system-ui, sans-serif}.tb-offer__card{padding:15px 16px 16px;background:linear-gradient(180deg,#f5f0e5,#efe9db);border:1px solid #E6E1D5;border-radius:16px;font-family:var(--of-font);animation:tbIn .25s var(--tb-ease)}.tb-offer__top{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.tb-offer__badge{display:inline-flex;align-items:center;gap:7px;background:#fbf7ef;border:1px solid #ECE3D3;padding:6px 12px 6px 10px;border-radius:999px;font-size:11px;font-weight:800;letter-spacing:.06em;color:var(--of-pine)}.tb-offer__badge i{width:7px;height:7px;border-radius:50%;background:var(--of-accent);animation:pulseDot 1.6s var(--tb-ease) infinite}.tb-offer__fam{font-size:11px;font-weight:700;letter-spacing:.09em;color:var(--of-sec2)}.tb-offer__body{display:flex;align-items:flex-start;gap:14px}.tb-offer__img{flex-shrink:0;width:92px;height:92px;border-radius:12px;overflow:hidden;background:#fff;border:1px solid #E6E1D5;display:block}.tb-offer__img img{width:100%;height:100%;object-fit:cover;display:block}.tb-offer__info{flex:1;min-width:0;display:flex;flex-direction:column}.tb-offer__kicker{font-size:12px;color:var(--of-sec2);font-weight:600;margin-bottom:3px}.tb-offer__head{font-size:19px;font-weight:800;color:var(--of-ink);line-height:1.15;margin:0 0 5px;letter-spacing:-.01em}.tb-offer__sub{font-size:12.5px;color:var(--of-sec);line-height:1.35;margin:0}.tb-offer__colorrow{display:flex;align-items:center;gap:12px;margin:15px 0 2px}.tb-offer__collabel{font-size:13px;color:var(--of-sec)}.tb-offer__sw-row{display:flex;gap:9px}.tb-offer__sw{width:24px;height:24px;border-radius:50%;background:var(--sw);box-shadow:inset 0 0 0 1px #0000001a;border:0;padding:0;cursor:pointer;position:relative;transition:transform .12s var(--tb-ease)}.tb-offer__sw:after{content:"";position:absolute;top:-10px;right:-10px;bottom:-10px;left:-10px}.tb-offer__sw:hover{transform:scale(1.1)}.tb-offer__sw.is-sel{border:2px solid var(--of-accent);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--of-accent)}.tb-offer__colname{font-size:13px;font-weight:600;color:var(--of-ink)}.tb-offer__price{display:flex;align-items:center;gap:10px;margin-top:15px}.tb-offer__now{font-size:24px;font-weight:800;color:var(--of-pine2);letter-spacing:-.01em}.tb-offer__was{font-size:14px;color:var(--of-struck);text-decoration:line-through}.tb-offer__tag{margin-left:auto;font-size:12.5px;font-weight:700;color:var(--of-save-tx);background:var(--of-save-bg);border-radius:999px;padding:5px 11px}.tb-offer__btn{width:100%;margin-top:14px;padding:14px;border:none;border-radius:12px;background:var(--of-pine);color:#fff;font-family:var(--of-font);font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:background .2s var(--tb-ease),transform .1s var(--tb-ease)}.tb-offer__btn:hover{background:#0f3520}.tb-offer__btn:active{transform:scale(.99)}.tb-offer__timer{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:12px;padding:11px;background:#faf6ee;border:1px solid #ECE3D3;border-radius:10px;font-size:13px;color:var(--of-sec)}.tb-offer__timer i{width:7px;height:7px;border-radius:50%;background:var(--of-accent);animation:pulseDot 1.6s var(--tb-ease) infinite}.tb-offer__timer b{color:var(--of-accent);font-family:Space Mono,ui-monospace,monospace;font-weight:700;font-size:13px;letter-spacing:.02em}@keyframes pulseDot{0%,to{opacity:1}50%{opacity:.35}}.tb-offer .tb-carab__card{--cb-ink:#1b1c18;--cb-pine:#16482e;--cb-accent:#C4632E;--cb-ok:#1f9d55;--cb-sec:#6f6d64;--cb-mono:#8f8d82;--cb-faint:#8a8578;--cb-struck:#a7a294;--cb-font:"Hanken Grotesk", var(--tb-font), system-ui, sans-serif;--cb-monofont:"Space Mono", ui-monospace, monospace;padding:14px 16px 16px;background:#fff;border:1px solid #e3e1da;border-radius:16px;font-family:var(--cb-font);animation:tbIn .25s var(--tb-ease)}.tb-carab__strip{display:flex;align-items:center;justify-content:space-between;padding-bottom:11px;margin-bottom:12px;border-bottom:1px solid #f0efe9}.tb-carab__eyebrow{font-family:var(--cb-monofont);font-size:10px;letter-spacing:.08em;color:var(--cb-mono)}.tb-carab__off{font-family:var(--cb-monofont);font-size:10px;letter-spacing:.06em;color:var(--cb-accent);font-weight:700}.tb-carab__body{display:flex;align-items:flex-start;gap:14px}.tb-carab__img{flex-shrink:0;width:88px;height:88px;border-radius:12px;overflow:hidden;background:#f4f2ec;border:1px solid #eceade;display:block}.tb-carab__img img{width:100%;height:100%;object-fit:cover;display:block}.tb-carab__info{flex:1;min-width:0}.tb-carab__head{font-size:19px;font-weight:800;color:var(--cb-ink);line-height:1.15;margin:2px 0 5px;letter-spacing:-.01em}.tb-carab__sub{font-size:12.5px;color:var(--cb-sec);line-height:1.35;margin:0}.tb-carab__complabel{display:block;font-size:11px;font-weight:600;color:var(--cb-faint);margin:14px 0 8px}.tb-carab__badges{display:flex;flex-wrap:wrap;gap:6px}.tb-carab__badge{display:inline-flex;align-items:center;gap:4px;font-family:var(--cb-monofont);font-size:9.5px;letter-spacing:.03em;color:var(--cb-pine);background:#f3f6f2;border:1px solid #dfe4de;border-radius:6px;padding:4px 7px}.tb-carab__badge--all{color:#7c6a4e;background:#faf6ee;border-color:#e3ddd0}.tb-carab__spec{font-family:var(--cb-monofont);font-size:9.5px;letter-spacing:.02em;color:var(--cb-mono);margin:12px 0 0}.tb-carab__foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px}.tb-carab__price{display:flex;align-items:baseline;gap:8px}.tb-carab__now{font-size:22px;font-weight:800;color:var(--cb-pine);letter-spacing:-.01em}.tb-carab__was{font-size:13px;color:var(--cb-struck);text-decoration:line-through}.tb-carab__cta{border:none;border-radius:10px;padding:12px 18px;background:var(--cb-ink);color:#fff;font-family:var(--cb-font);font-size:13.5px;font-weight:700;cursor:pointer;transition:background .2s var(--tb-ease),transform .1s var(--tb-ease)}.tb-carab__cta:hover{background:#2a2b26}.tb-carab__cta:active{transform:scale(.98)}.tb-ship--v2{padding:0;background:#1a1a1a;border-bottom:none;flex-shrink:0}.tb-ship2__inner{display:flex;align-items:center;gap:12px;padding:12px 20px}.tb-ship2__icon{flex-shrink:0;width:36px;height:36px;border-radius:50%;background:var(--tb-teal);display:flex;align-items:center;justify-content:center}.tb-ship2__content{flex:1;min-width:0}.tb-ship2__text{font-size:13px;color:#e5e5e5;margin-bottom:6px}.tb-ship2__text strong{color:#fff;font-weight:700}.tb-ship2__bar{height:4px;background:#333;border-radius:99px;overflow:hidden}.tb-ship2__fill{height:100%;background:var(--tb-teal);border-radius:99px;transition:width .5s ease}.tb-ship2__pct{flex-shrink:0;font-size:12px;font-weight:700;color:var(--tb-teal);min-width:32px;text-align:right}.tb-note{margin:14px 22px 0}.tb-note__toggle{background:none;border:0;padding:0;font:400 12px/1.2 "Inter",var(--tb-font);color:var(--tb-meta);cursor:pointer;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#c9d2d6;letter-spacing:.02em;transition:color .15s}.tb-note__toggle:hover{color:var(--tb-text);text-decoration-color:var(--tb-meta)}.tb-note__body{padding:6px 0 0;animation:tbNoteIn .18s var(--tb-ease)}@keyframes tbNoteIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:none}}.tb-note__input{display:block;width:100%;border:0;border-bottom:1px solid var(--tb-border);border-radius:0;padding:6px 0;font:400 13px/1.5 "Inter",var(--tb-font);color:var(--tb-text);background:transparent;resize:none;box-sizing:border-box;transition:border-color .2s var(--tb-ease)}.tb-note__input:focus{outline:none;border-bottom-color:var(--tb-teal)}.tb-note__input::placeholder{color:#9aa3a7}.tb-note__status{display:block;min-height:13px;padding-top:3px;font:400 10px/13px "Inter",var(--tb-font);color:var(--tb-meta);text-align:right;opacity:0;transition:opacity .25s var(--tb-ease)}.tb-note__status.is-visible{opacity:1}@media(max-width:749px){.tb-note__input{font-size:16px}}@media(prefers-reduced-motion:reduce){.tb-note__body{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/34/assets/cart-drawer.css.map */
