@charset "UTF-8";:root{--btm-color-brand: #be1e2d;--btm-color-brand-strong: #9e1824;--btm-color-brand-soft: #fa1c3d;--btm-color-ink: #111827;--btm-color-ink-soft: #374151;--btm-color-muted: #6b7280;--btm-color-line: #e5e7eb;--btm-color-surface: #fff;--btm-color-canvas: #f3f4f6;--btm-color-accent: #0f766e;--btm-color-warning: #c2410c;--btm-color-success: #15803d;--btm-gradient-canvas: linear-gradient(180deg, #fff 0%, #f3f4f6 48%, #eef1f5 100%);--btm-font-inter: "Inter", "Inter Fallback";--btm-font-sans: -apple-system, BlinkMacSystemFont, var(--btm-font-inter), "Segoe UI", sans-serif;--btm-font-display: var(--btm-font-sans);--btm-fs-xs: .75rem;--btm-fs-sm: .875rem;--btm-fs-md: 1rem;--btm-fs-lg: 1.125rem;--btm-fs-xl: 1.375rem;--btm-fs-2xl: 1.75rem;--btm-fs-3xl: 2.25rem;--btm-lh-tight: 1.2;--btm-lh-body: 1.55;--btm-space-1: .25rem;--btm-space-2: .5rem;--btm-space-3: .75rem;--btm-space-4: 1rem;--btm-space-5: 1.5rem;--btm-space-6: 2rem;--btm-space-8: 3rem;--btm-radius-sm: .5rem;--btm-radius-md: .625rem;--btm-radius-lg: 1rem;--btm-shadow-sm: 0 1px 2px rgb(20 23 31 / 6%);--btm-shadow-md: 0 8px 24px rgb(20 23 31 / 8%);--btm-shadow-lg: 0 16px 40px rgb(20 23 31 / 12%);--btm-container: 1200px;--btm-header-h: 4.25rem;--btm-mobile-dock-h: 4.35rem;--btm-mobile-dock-offset: calc(var(--btm-mobile-dock-h) + env(safe-area-inset-bottom, 0px));--btm-z-header: 40;--btm-z-mega: 50;--btm-z-search: 60;--btm-z-sticky-cta: 36;--btm-z-bottom-nav: 35;--btm-z-float: 44}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--btm-color-ink);background:var(--btm-gradient-canvas);font-family:var(--btm-font-sans);font-size:var(--btm-fs-md);line-height:var(--btm-lh-body);-webkit-font-smoothing:antialiased}img{max-width:100%;height:auto;display:block}a{color:var(--btm-color-brand);text-decoration:none}a:hover{color:var(--btm-color-brand-strong)}h1,h2,h3,h4{margin:0 0 var(--btm-space-3);font-family:var(--btm-font-display);line-height:var(--btm-lh-tight);font-weight:700}h1{font-size:var(--btm-fs-3xl)}h2{font-size:var(--btm-fs-2xl)}h3{font-size:var(--btm-fs-xl)}p{margin:0 0 var(--btm-space-4)}.btm-form__label{display:block;margin-bottom:var(--btm-space-2);font-size:var(--btm-fs-sm);font-weight:600}.btm-form__control{width:100%;min-height:2.75rem;padding:.65rem .9rem;border:1px solid var(--btm-color-line);border-radius:var(--btm-radius-md);background:var(--btm-color-surface);color:var(--btm-color-ink);font:inherit;transition:border-color .15s ease,box-shadow .15s ease}.btm-form__control:focus{outline:none;border-color:var(--btm-color-brand);box-shadow:0 0 0 3px #be1e2d1f}textarea.btm-form__control{min-height:7rem;resize:vertical}.btm-mega{display:none;z-index:var(--btm-z-mega);content-visibility:hidden;pointer-events:none}.btm-mega.is-open{display:block;content-visibility:visible}.btm-mega[hidden]{display:none!important}.btm-mega__backdrop{display:none}.btm-mega__desktop{padding:.5rem 0 0;background:transparent;border:0;box-shadow:none;pointer-events:none}.btm-mega__panel{pointer-events:auto;max-width:var(--btm-container, 75rem);margin-inline:auto;padding-inline:var(--btm-gutter, 1rem)}@media(min-width:1024px){.btm-mega.is-open{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none}.btm-mega__backdrop{display:block;position:absolute;top:0;right:0;bottom:0;left:0;top:var(--btm-mega-scrim-top, 0px);z-index:0;background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);pointer-events:auto;cursor:default}.btm-mega__desktop{position:absolute;left:0;right:0;top:var(--btm-mega-scrim-top, 0px);z-index:1;padding:.5rem 0 0;pointer-events:none}.btm-mega__panel,.btm-mega__layout{pointer-events:auto}.btm-mega__accordion,.btm-mega__drawer{display:none!important}.btm-mega__pane-head,.btm-mega__shock-item .btm-mega__hot-thumb{display:none}.btm-mega__aside{flex-basis:15.5rem}.btm-mega__brand-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}.btm-mega__layout{display:flex;width:100%;min-height:22rem;max-height:min(32rem,100vh - 7rem);overflow:hidden;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;box-shadow:0 20px 40px #0f172a1f,0 4px 12px #0f172a0f}.btm-mega__aside{flex:0 0 14.5rem;min-width:0;overflow:auto;background:#f3f5f8;border-right:1px solid #e8eaee;-webkit-overflow-scrolling:touch}.btm-mega__main{flex:1 1 auto;min-width:0;overflow:auto;padding:1.25rem 1.5rem;-webkit-overflow-scrolling:touch}.btm-mega__title{margin:0 0 .75rem;font-size:.9375rem;font-weight:700;letter-spacing:0;text-transform:none;color:#111827}.btm-mega__cat-list{list-style:none;margin:0;padding:.5rem 0}.btm-mega__cat{display:flex;align-items:center;gap:.65rem;width:100%;margin:0;padding:.7rem 1rem;border:0;border-radius:0;background:transparent;color:#1f2937;font:inherit;font-weight:500;font-size:.875rem;text-align:left;text-decoration:none;cursor:pointer}.btm-mega__cat:hover,.btm-mega__cat:focus-visible{background:#0f172a0d;outline:none}.btm-mega__cat.is-active{background:#e8eaee;font-weight:600;color:#111827}.btm-mega__cat-icon{display:inline-flex;flex:0 0 1.25rem;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;color:currentColor}.btm-mega__cat-icon img{display:block;width:1.25rem;height:1.25rem;object-fit:contain}.btm-mega__cat-icon-pc,.btm-mega__cat-icon-mobile{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%}.btm-mega__cat-icon-mobile{display:none}.btm-mega__icon{display:block;width:1.25rem;height:1.25rem;color:currentColor}.btm-mega__cat-label{flex:1 1 auto;min-width:0}.btm-mega__links{list-style:none;margin:0;padding:0}.btm-mega__links a{display:block;padding:.4rem 0;color:var(--btm-color-ink);font-weight:500;font-size:var(--btm-fs-sm)}.btm-mega__links a:hover,.btm-mega__links a:focus-visible{color:var(--btm-color-brand)}.btm-mega__columns{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr) minmax(0,1fr);gap:1.5rem;align-items:start}.btm-mega__columns--2{grid-template-columns:minmax(0,1.15fr) minmax(0,1.6fr)}.btm-mega__columns--1{grid-template-columns:minmax(0,1fr)}.btm-mega__hint,.btm-mega__empty{color:#6b7280;font-size:.8125rem}.btm-mega__pane-head{display:none}.btm-mega__pane-title{margin:0;font-size:.9375rem;font-weight:700;color:#111827}.btm-mega__view-all{color:var(--btm-color-brand);font-size:var(--btm-fs-sm);font-weight:700;text-decoration:none;white-space:nowrap}.btm-mega__brand-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem;list-style:none;margin:0;padding:.2rem 0 0}.btm-mega__brand{overflow:visible}.btm-mega__brand-link{position:relative;display:flex;align-items:center;justify-content:center;min-height:0;padding:.25rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:none;text-decoration:none;color:#111827;transition:border-color .15s ease,opacity .15s ease}.btm-mega__brand-link:hover,.btm-mega__brand-link:focus-visible{border-color:#cbd5e1;opacity:.82;box-shadow:none;outline:none}.btm-mega__brand-img{display:block;width:100%;height:auto;max-height:3rem;object-fit:contain}.btm-mega__brand-text{font-size:.75rem;font-weight:600;text-align:center;line-height:1.2}.btm-mega__hot-badge{position:absolute;top:-.35rem;right:-.35rem;z-index:1;padding:.1rem .35rem;border-radius:.25rem;background:#e11d2e;color:#fff;font-size:.625rem;font-weight:800;letter-spacing:.04em;line-height:1.2;pointer-events:none}.btm-mega__pill-list{display:flex;flex-wrap:wrap;gap:.45rem;list-style:none;margin:0;padding:0}.btm-mega__pill-list>li{flex:0 0 auto;width:auto}.btm-mega__pill{position:relative;display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;padding:.45rem .8rem;overflow:visible;border:1px solid #e5e7eb;border-radius:.65rem;background:#fff;color:#111827;font-size:.8125rem;font-weight:600;line-height:1.2;text-decoration:none;white-space:nowrap}.btm-mega__pill:hover,.btm-mega__pill:focus-visible{border-color:#d1d5db;color:#111827}.btm-mega__card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;list-style:none;margin:0;padding:0}.btm-mega__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.4rem;min-height:7.25rem;padding:.7rem .4rem .65rem;border-radius:.75rem;background:#f9fafb;color:#111827;text-align:center;text-decoration:none}.btm-mega__card:hover,.btm-mega__card:focus-visible{color:#111827;background:#f3f4f6}.btm-mega__card-img{width:3.75rem;height:3.75rem;object-fit:contain}.btm-mega__card-name{font-size:.8125rem;font-weight:600;line-height:1.25}.btm-mega__hot-list{list-style:none;margin:0;padding:.375rem 0 0;display:flex;flex-direction:column;gap:.5rem}.btm-mega__hot-item{position:relative;display:flex;align-items:center;gap:.65rem;padding:.4rem .55rem;background:#fff;border:1px solid #e5e7eb;border-radius:.5rem;text-decoration:none;color:#111827;transition:border-color .15s ease,background .15s ease}.btm-mega__hot-item:hover,.btm-mega__hot-item:focus-visible{border-color:#cbd5e1;background:#fafafa;outline:none}.btm-mega__hot-thumb{flex:0 0 2.5rem;display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;overflow:hidden;border-radius:.35rem;background:#fff}.btm-mega__hot-thumb img{display:block;width:100%;height:100%;object-fit:contain}.btm-mega__hot-thumb--empty{background:#f3f4f6;border:1px solid #e5e7eb}.btm-mega__hot-name{flex:1 1 auto;min-width:0;font-size:.8125rem;font-weight:500;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.btm-mega__shock-list{list-style:none;margin:0;padding:.375rem 0 0;display:flex;flex-wrap:wrap;gap:.5rem}.btm-mega__shock-item{position:relative;display:inline-flex;align-items:center;max-width:100%;padding:.45rem .75rem;overflow:visible;background:#fff;border:1px solid #e5e7eb;border-radius:.75rem;text-decoration:none;color:#111827;font-size:.8125rem;font-weight:500;line-height:1.35;transition:border-color .15s ease,background .15s ease}.btm-mega__shock-item.is-new .btm-mega__hot-badge{top:-.35rem;right:.55rem}.btm-mega__shock-item:hover,.btm-mega__shock-item:focus-visible{border-color:#cbd5e1;background:#fafafa;outline:none}.btm-mega__accordion,.btm-mega__drawer{display:none}@media(max-width:1023px){.btm-mega{position:fixed;top:0;right:0;bottom:0;left:0;z-index:90;pointer-events:auto}.btm-mega.is-open{animation:btm-mega-fade .28s cubic-bezier(.32,.72,0,1)}.btm-mega__backdrop{display:none}.btm-mega__desktop{display:none!important}.btm-mega__drawer{display:flex;flex-direction:column;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;max-width:none;background:#fff;box-shadow:none;pointer-events:auto}.btm-mega__drawer[hidden]{display:none!important}.btm-mega__drawer-head{display:flex;flex:0 0 auto;align-items:center;justify-content:space-between;gap:.75rem;min-height:4.25rem;padding:0 1rem .65rem;padding-top:max(env(safe-area-inset-top,10px),10px);border:0;border-bottom:1px solid #e5e7eb;background:#fff;color:#111827}.btm-mega__drawer-brand{display:flex;min-width:0;align-items:center}.btm-mega__drawer-brand a,.btm-mega__drawer-brand .custom-logo-link{display:flex;align-items:center;color:#111827;text-decoration:none;font-weight:700}.btm-mega__drawer-brand img,.btm-mega__drawer-brand .custom-logo{display:block;height:2.875rem!important;width:auto!important;max-width:16rem;max-height:none!important;object-fit:contain}.btm-mega__close{display:grid;width:2.5rem;height:2.5rem;flex:0 0 auto;place-items:center;border:0;border-radius:.5rem;background:#f3f4f6;color:#374151;cursor:pointer}.btm-ico--mega-close{width:1.375rem;height:1.375rem;color:currentcolor}.btm-mega__drawer-body{display:flex;flex:1 1 auto;min-height:0;overflow:hidden;padding:0}.btm-mega__layout{display:flex;width:100%;min-height:0;max-height:none;overflow:hidden;background:#fff;border:0;border-radius:0;box-shadow:none;padding-bottom:env(safe-area-inset-bottom,0px)}.btm-mega__aside{flex:0 0 5.5rem;align-self:stretch;width:5.5rem;overflow-x:hidden;overflow-y:auto;background:#eef1f6;border-right:1px solid #e5e7eb;scrollbar-width:none;-webkit-overflow-scrolling:touch}.btm-mega__aside::-webkit-scrollbar{display:none}.btm-mega__cat-list{padding:0}.btm-mega__cat-list>li{margin:0;padding:0;list-style:none}.btm-mega__cat-direct{display:none!important}.btm-mega__cat{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;min-height:4.75rem;padding:.45rem .3rem .4rem;border-bottom:1px solid rgba(15,23,42,.06);background:transparent;font-size:.6875rem;font-weight:500;line-height:1.2;text-align:center;color:#374151}.btm-mega__cat--device,.btm-mega__cat--gear,.btm-mega__cat--service{background:transparent}.btm-mega__cat:hover,.btm-mega__cat:focus-visible{background:#ffffff8c;filter:none}.btm-mega__cat.is-active{background:#fff;font-weight:600;color:#111827}.btm-mega__cat.is-active:before{content:"";position:absolute;inset-block:0;inset-inline-start:0;width:3px;background:var(--btm-color-brand)}.btm-mega__cat-icon{width:2.75rem;height:2.75rem;flex:0 0 2.75rem}.btm-mega__cat-icon-pc{display:none}.btm-mega__cat-icon-mobile{display:inline-flex}.btm-mega__cat-icon img{width:2.75rem;height:2.75rem;object-fit:contain}.btm-mega__cat-icon .btm-mega__icon{width:1.5rem;height:1.5rem}.btm-mega__cat-label{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.btm-mega__accordion{display:none!important}.btm-mega__main{display:block;flex:1 1 auto;min-width:0;overflow-x:hidden;overflow-y:auto;padding:.5rem;background:#f3f4f6;scrollbar-width:none;-webkit-overflow-scrolling:touch}.btm-mega__main::-webkit-scrollbar{display:none}.btm-mega__pane-head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0 0 .5rem;padding:.15rem .15rem 0}.btm-mega__columns{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.btm-mega__col{min-width:0;padding:.75rem;background:#fff;border-radius:.75rem}.btm-mega__title{margin:0 0 .65rem;font-size:.875rem}.btm-mega__pill-list{gap:.4rem}.btm-mega__pill{min-height:2.25rem;padding:.4rem .7rem;font-size:.75rem}.btm-mega__card{min-height:6.75rem;background:#f9fafb}.btm-mega__card-img{width:3.35rem;height:3.35rem}.btm-mega__brand-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:.4rem}.btm-mega__brand-link{min-height:0;box-shadow:none}.btm-mega__brand-img{max-height:2.85rem}.btm-mega__pane--phone .btm-mega__hot-item,.btm-mega__pane--accessory .btm-mega__hot-item{border:1px solid #e5e7eb;background:#fff}.btm-mega__hot-list{display:flex;flex-direction:row;flex-wrap:nowrap;gap:.5rem;padding:.5rem .15rem 0;overflow-x:auto;overflow-y:hidden;scrollbar-width:none;overscroll-behavior-x:contain}.btm-mega__hot-list::-webkit-scrollbar{display:none}.btm-mega__hot-list>li{flex:0 0 7.75rem;width:7.75rem;overflow:visible}.btm-mega__hot-item{flex-direction:column;align-items:stretch;width:100%;min-height:8.25rem;padding:.5rem .45rem .55rem;gap:.4rem;border:0;background:#f9fafb}.btm-mega__hot-thumb{width:100%;height:4.5rem;flex:0 0 4.5rem}.btm-mega__hot-name{font-size:.75rem;-webkit-line-clamp:2}.btm-mega__shock-list{display:flex;flex-direction:column;flex-wrap:nowrap;gap:.45rem;padding:0;overflow:visible}.btm-mega__shock-list>li{flex:0 0 auto;width:100%}.btm-mega__shock-item{position:relative;display:flex;flex-direction:row;align-items:center;width:100%;min-height:0;padding:.7rem .85rem;border:1px solid #e5e7eb;border-radius:.85rem;background:#fff}.btm-mega__shock-item.is-new .btm-mega__hot-badge{top:-.35rem;right:.55rem}.btm-mega__shock-item .btm-mega__hot-thumb{display:none}.btm-mega__shock-item .btm-mega__hot-name{font-size:.8125rem;-webkit-line-clamp:2}html.btm-mega-open,html.btm-mega-open body{overflow:hidden}}@keyframes btm-mega-fade{0%{opacity:0}to{opacity:1}}.btm-ico{display:block;flex:0 0 auto;color:currentColor}.btm-topbar{background:var(--btm-color-brand);color:#fff;font-size:.75rem;line-height:1.25}.btm-topbar__inner{display:flex;flex-wrap:nowrap;align-items:center;justify-content:space-between;gap:0 1rem;height:32px;box-sizing:border-box;padding-block:0;overflow-x:auto;scrollbar-width:none}.btm-topbar__inner::-webkit-scrollbar{display:none}.btm-topbar__left{display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;flex-shrink:0}.btm-topbar__item{display:inline-flex;align-items:center;gap:.25rem;white-space:nowrap;transition:opacity .15s ease}.btm-ico--topbar{width:1rem;height:1rem;color:#fff}.btm-topbar__links{display:flex;flex-wrap:nowrap;align-items:center;gap:.75rem;margin:0;padding:0;list-style:none;flex-shrink:0}.btm-topbar a{display:inline-flex;align-items:center;gap:.25rem;color:#fff;text-decoration:none;font-weight:400;white-space:nowrap;transition:opacity .15s ease}.btm-topbar a:hover,.btm-topbar a:focus-visible,.btm-topbar__item:hover{opacity:.8;color:#fff}.btm-topbar a:focus-visible{outline:2px solid #fff;outline-offset:2px}.btm-header{position:sticky;top:0;z-index:var(--btm-z-header);background:#fff;border-bottom:1px solid transparent;transition:box-shadow .2s ease,border-color .2s ease;contain:layout style}.btm-header.is-stuck{border-bottom-color:transparent;box-shadow:0 4px 12px #1118271a}.btm-header__main{display:flex;align-items:center;gap:.5rem;min-height:3.25rem;padding-block:.5rem}.btm-brand{display:inline-flex;align-items:center;gap:var(--btm-space-2);flex:0 0 auto;flex-shrink:0;min-width:0;max-width:14rem;color:var(--btm-color-ink);font-family:var(--btm-font-sans);font-weight:800;font-size:1rem;letter-spacing:-.03em;text-decoration:none;transition:opacity .15s ease}.btm-brand:hover,.btm-brand:focus-visible{opacity:.8;color:var(--btm-color-ink)}.btm-brand:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-brand--logo{min-width:auto;max-width:none;flex-shrink:0}.btm-brand--logo .custom-logo-link{display:inline-flex;align-items:center;flex-shrink:0;transition:opacity .15s ease}.btm-brand--logo .custom-logo-link:hover{opacity:.8}.btm-brand--logo .custom-logo{display:block;width:auto!important;height:2.875rem!important;max-width:none!important;max-height:none!important}.btm-brand__mark{flex:0 0 auto;width:1.75rem;height:1.75rem;border-radius:.45rem;background:linear-gradient(145deg,var(--btm-color-brand-soft),var(--btm-color-brand))}.btm-brand__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btm-header__cat{display:none;align-items:center;gap:.5rem;flex:0 0 auto;min-height:2.5rem;padding:.625rem .75rem;border:0;border-radius:.5rem;background:var(--btm-color-brand);color:#fff;font:inherit;font-size:.875rem;font-weight:500;white-space:nowrap;cursor:pointer;transition:background-color .15s ease}.btm-header__cat:hover,.btm-header__cat:focus-visible{background:var(--btm-color-brand-strong)}.btm-header__cat:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-ico--cat{width:1.25rem;height:1.25rem;color:#fff}.btm-header__search,.btm-search--header{display:flex;flex:1 1 auto;align-items:center;gap:.5rem;box-sizing:border-box;min-width:0;width:auto;height:40px;min-height:40px;max-height:40px;margin:0;padding:0 12px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;box-shadow:none;cursor:text;transition:border-color .15s ease,box-shadow .15s ease;outline:none}.btm-search--header:hover{border-color:#e5e7eb}.btm-search--header:focus,.btm-search--header:focus-within{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33;outline:none}.btm-ico--search{width:1rem;height:1rem;color:#6b7280;flex-shrink:0}.btm-search--header .btm-search__input,.btm-search__input--header{flex:1 1 auto;align-self:stretch;box-sizing:border-box;min-width:0;width:100%;height:auto;margin:0;padding:0;border:0;background:transparent;color:#111827;font:inherit;font-size:.875rem;line-height:1.25;font-weight:400;box-shadow:none}.btm-search--header .btm-search__input::placeholder,.btm-search__input--header::placeholder{color:#6b7280}.btm-search--header .btm-search__input::-webkit-search-decoration,.btm-search--header .btm-search__input::-webkit-search-cancel-button,.btm-search__input--header::-webkit-search-decoration,.btm-search__input--header::-webkit-search-cancel-button{-webkit-appearance:none}.btm-header__actions{display:flex;align-items:center;flex:0 0 auto;gap:1rem;margin-left:auto}.btm-header__action{display:inline-flex;align-items:center;gap:.5rem;min-height:2.5rem;padding:0;border:0;border-radius:var(--btm-radius-sm);background:transparent;color:#111827;text-decoration:none;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .15s ease}.btm-header__action:hover,.btm-header__action:focus-visible{color:var(--btm-color-brand)}.btm-header__action:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-header__action--hotline{color:var(--btm-color-brand)}.btm-header__action--hotline:hover,.btm-header__action--hotline:focus-visible{color:#f87171}.btm-header__action-value{display:none;font-weight:500;letter-spacing:-.01em}.btm-header__action-text{display:none}.btm-header__action-icon-wrap{position:relative;display:inline-flex}.btm-ico--action{width:1.25rem;height:1.25rem}.btm-header__action--cart .btm-mini-cart-count{position:absolute;top:-4px;right:-6px}.btm-header__action--account{display:none}.btm-cat-strip{display:none;background:#fff;border-bottom:1px solid #e5e7eb;z-index:10}.btm-cat-strip__nav{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding-block:.625rem;overflow-x:auto;scrollbar-width:none}.btm-cat-strip__nav::-webkit-scrollbar{display:none}.btm-cat-strip__link{display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto;color:#111827;font-size:.875rem;font-weight:400;text-decoration:none;white-space:nowrap;transition:color .15s ease}.btm-cat-strip__link:hover,.btm-cat-strip__link:focus-visible{color:var(--btm-color-brand)}.btm-cat-strip__link:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-ico--strip{width:1rem;height:1rem;color:#6b7280}.btm-cat-strip__img{display:block;width:1rem;height:1rem;object-fit:contain}.btm-cat-strip__link:hover .btm-ico--strip,.btm-cat-strip__link:focus-visible .btm-ico--strip{color:var(--btm-color-brand)}.btm-bottom-nav{position:fixed;inset-inline:0;bottom:0;z-index:var(--btm-z-bottom-nav, 35);display:flex;justify-content:center;padding:0 .75rem calc(.5rem + env(safe-area-inset-bottom,0px));pointer-events:none;background:transparent;border:0;box-shadow:none}.btm-bottom-nav__bar{pointer-events:auto;display:flex;align-items:center;justify-content:space-around;width:100%;max-width:26.25rem;min-height:3.75rem;padding:.2rem .2rem .35rem;overflow:visible;border-radius:999px;background:#ffffffe0;box-shadow:0 8px 28px #0f172a24,0 0 0 1px #ffffffb3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.btm-bottom-nav__item{display:flex;flex:1 1 0;flex-direction:column;align-items:center;justify-content:center;gap:.15rem;min-width:0;min-height:3.25rem;padding:.15rem .1rem;border:0;background:transparent;color:#6b7280;font:inherit;font-size:.625rem;font-weight:500;line-height:1.2;text-decoration:none;white-space:nowrap;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.btm-bottom-nav__icon{display:grid;width:2rem;height:2rem;flex:0 0 auto;place-items:center;border-radius:999px;color:inherit}.btm-bottom-nav__item.is-active{color:var(--btm-color-brand)}.btm-bottom-nav__item.is-active .btm-bottom-nav__icon{background:color-mix(in srgb,var(--btm-color-brand) 14%,#fff);color:var(--btm-color-brand)}.btm-bottom-nav__item:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px;border-radius:.75rem}.btm-ico--bottom{width:1.25rem;height:1.25rem;color:currentcolor}.btm-site{padding-bottom:var(--btm-mobile-dock-offset)}@media(max-width:767px){.btm-topbar__item--delivery{display:none}}@media(min-width:768px){.btm-topbar{font-size:.875rem}.btm-topbar__inner{display:grid;grid-template-columns:1fr 1fr;align-items:center}.btm-topbar__links{justify-content:flex-end;gap:1rem}.btm-ico--topbar,.btm-ico--search{width:1.25rem;height:1.25rem}.btm-header__action--account{display:inline-flex}}@media(min-width:1024px){.btm-site{padding-bottom:0}.btm-bottom-nav{display:none}.btm-header__main{gap:1rem;min-height:4.125rem;padding-block:.75rem}.btm-brand,.btm-brand--logo{max-width:none}.btm-brand--logo .custom-logo{height:3.5rem!important}.btm-header__cat{display:inline-flex}.btm-header__search,.btm-search--header{height:40px;min-height:40px;max-height:40px;padding:0 12px}.btm-header__action-value,.btm-header__action-text{display:inline}.btm-cat-strip{display:block}}.btm-footer{margin-top:auto;background:#fff;color:#334155;border-top:1px solid #e5e7eb}.btm-footer__main{padding:1rem 0}.btm-footer__grid{display:grid;gap:0}.btm-footer__stack{display:flex;flex-direction:column;gap:0}.btm-footer__col{border-bottom:1px solid #e5e7eb}.btm-footer__heading{margin:0}.btm-footer__toggle{display:flex;width:100%;align-items:center;justify-content:space-between;gap:.5rem;margin:0;padding:.75rem 0;border:0;background:transparent;color:#111827;font:inherit;font-size:.875rem;font-weight:700;text-align:left;cursor:pointer}.btm-footer__toggle:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-ico--chevron{width:1.125rem;height:1.125rem;color:#6b7280;transition:transform .3s ease;flex-shrink:0}.btm-footer__col.is-open .btm-ico--chevron{transform:rotate(180deg)}.btm-footer__panel{padding-bottom:.5rem}.btm-footer__panel[hidden]{display:none}.btm-footer__list{display:flex;flex-direction:column;margin:0;padding:0;list-style:none}.btm-footer__list a{display:block;width:100%;padding-block:.5rem;color:#4b5563;text-decoration:none;font-size:.875rem;transition:color .15s ease}.btm-footer__list a:hover,.btm-footer__list a:focus-visible{color:#111827}.btm-footer a:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-footer__hotlines{display:flex;flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none}.btm-footer__hotline-row{display:flex;flex-flow:row nowrap;align-items:baseline;gap:.4rem;font-size:.8125rem;line-height:1.35;color:#4b5563}.btm-footer__hotline-label{flex:0 0 auto;white-space:nowrap}.btm-footer__hotline{flex:0 0 auto;color:var(--btm-color-brand)!important;font-weight:700;text-decoration:none;white-space:nowrap;padding-block:0}.btm-footer__hotline:hover,.btm-footer__hotline:focus-visible{color:var(--btm-color-brand-strong, #9f1824)!important}.btm-footer__hotline-hours{flex:0 0 auto;white-space:nowrap}.btm-footer__payments{display:flex;flex-wrap:wrap;align-items:flex-start;gap:.5rem;margin:0;padding:.25rem 0 0;list-style:none}.btm-footer__payments>li{display:flex;flex:0 0 auto;margin:0;padding:0;line-height:0}.btm-footer__pay-badge{display:flex;align-items:center;justify-content:center;box-sizing:border-box;width:66px;height:35px;margin:0;padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.btm-footer__pay-logo{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.btm-footer__pay-logo.is-contain{object-fit:contain;padding:4px 5px}.btm-footer__social{display:flex;flex-wrap:wrap;gap:.35rem;margin:0;padding:.15rem 0 0;list-style:none}.btm-footer__social-link{display:inline-flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;background:transparent;text-decoration:none;transition:opacity .15s ease,transform .15s ease}.btm-footer__social-link:hover,.btm-footer__social-link:focus-visible{opacity:.85;transform:translateY(-1px)}.btm-footer__social-icon{display:block;width:2rem;height:2rem;object-fit:contain}.btm-footer__store-address{margin:0 0 .5rem;color:#4b5563;font-size:.875rem;line-height:1.5}.btm-footer__store-link{display:inline-block;color:#111827;font-size:.875rem;font-weight:600;text-decoration:none}.btm-footer__store-link:hover,.btm-footer__store-link:focus-visible{color:var(--btm-color-brand)}.btm-footer__legal-bar{background:#f3f4f6}.btm-footer__legal{display:flex;flex-direction:column;gap:1rem;padding:1rem 0;border-top:1px solid #e5e7eb}.btm-footer__legal-copy{display:flex;flex-direction:column;gap:.35rem}.btm-footer__legal-copy p{margin:0;color:#4b5563;font-size:.6875rem;line-height:1.55}.btm-footer__certs{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:1rem;margin:0;padding:0;list-style:none}.btm-footer__cert-link{display:block;line-height:0;text-decoration:none}.btm-footer__cert-link:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px;border-radius:.25rem}.btm-footer__cert-logo{display:block;width:auto;height:2.5rem;max-width:7.5rem;object-fit:contain}@media(min-width:768px){.btm-footer__cert-logo{height:2.75rem}}@media(min-width:768px){.btm-footer__main{padding-block:1.5rem}.btm-footer__legal{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:2rem;padding-block:1.5rem}.btm-footer__legal-copy{flex:1 1 auto}.btm-footer__legal-copy p{font-size:.625rem}.btm-footer__certs{flex:0 0 auto;justify-content:flex-end}}@media(min-width:1024px){.btm-footer__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}.btm-footer__stack{gap:1rem}.btm-footer__col{border-bottom:0}.btm-footer__toggle{padding:0;margin-bottom:.75rem;pointer-events:none;cursor:default}.btm-ico--chevron{display:none}.btm-footer__panel,.btm-footer__panel[hidden]{display:block!important;padding-bottom:0}.btm-footer__list a{padding-block:.25rem}.btm-footer__hotline-row{gap:.5rem;font-size:.875rem}.btm-footer__hotline-label{flex:0 0 4.5rem;width:4.5rem}}.btm-breadcrumb__list{display:flex;flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin:0;padding:0;list-style:none;font-size:var(--btm-fs-sm);color:var(--btm-color-muted)}.btm-breadcrumb__item:not(:last-child):after{content:"›";margin-left:.5rem;color:#94a3b8}.btm-breadcrumb__link{color:var(--btm-color-ink-soft);text-decoration:none}.btm-breadcrumb__link:hover,.btm-breadcrumb__link:focus-visible{color:var(--btm-color-brand)}.btm-breadcrumb__link:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-breadcrumb__current{color:var(--btm-color-ink);font-weight:600}.btm-container{width:min(100% - 2rem,var(--btm-container));margin-inline:auto}.btm-grid{display:grid;gap:var(--btm-space-5);grid-template-columns:repeat(12,minmax(0,1fr))}.btm-grid__col-3,.btm-grid__col-4,.btm-grid__col-6,.btm-grid__col-8,.btm-grid__col-12{grid-column:span 12}@media(min-width:768px){.btm-grid__col-3{grid-column:span 3}.btm-grid__col-4{grid-column:span 4}.btm-grid__col-6{grid-column:span 6}.btm-grid__col-8{grid-column:span 8}}.btm-site{min-height:100vh;display:flex;flex-direction:column}.btm-site__main{flex:1;padding-block:0}.btm-product-card{display:flex;flex-direction:column;gap:.5rem;height:100%;padding:.5rem;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:none;overflow:hidden;contain:layout style;transition:box-shadow .18s ease,border-color .18s ease,background .18s ease}.btm-product-card:hover,.btm-product-card:focus-within{border-color:#d1d5db;box-shadow:0 8px 24px #0f172a14;background:#f8fbff}.btm-product-card__labels{display:flex;flex-wrap:wrap;align-items:center;gap:.25rem;min-height:1.125rem}.btm-product-card__label{display:inline-flex;align-items:center;padding:1px .25rem;border:1px solid #e5e7eb;border-radius:2px;background:#f3f4f6;color:#1f2937;font-size:.625rem;font-weight:500;line-height:1.2;text-transform:uppercase;white-space:nowrap}.btm-product-card__media{position:relative;flex:0 0 auto;display:flex;align-items:center;justify-content:center;width:100%;aspect-ratio:1;max-height:none;padding:0;background:transparent;overflow:hidden;border-radius:.35rem}.btm-product-card__ribbon{display:inline-flex;align-items:center;min-height:1.125rem;padding:.1rem .35rem;border-radius:2px;color:#fff;font-size:.625rem;font-weight:700;line-height:1.2;letter-spacing:.01em;text-transform:uppercase;white-space:nowrap}.btm-product-card__ribbon--hot{background:#e11d2e}.btm-product-card__ribbon--big-sale{background:#f59e0b;color:#1f2937}.btm-product-card__ribbon--best-seller{background:#2b3440}.btm-product-card__media-link{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:0}.btm-product-card__media-link:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:-2px}.btm-product-card__image{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:contain;object-position:center;background:transparent;transition:transform .2s ease}.btm-product-card:hover .btm-product-card__image{transform:translateY(-3px)}.btm-product-card__body{display:flex;flex:1;flex-direction:column;gap:.45rem;padding:.45rem .15rem .15rem;min-width:0}.btm-product-card__title{margin:0;font-family:var(--btm-font-display);font-size:.875rem;font-weight:400;line-height:1.25rem;min-height:2.5rem}.btm-product-card__title-link{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#101828;text-decoration:none}.btm-product-card__title-link:hover,.btm-product-card__title-link:focus-visible{color:#be1e2d}.btm-product-card__title-link:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-product-card__price{display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.btm-product-card__price-sale{color:#ad1b29;font-size:1rem;font-weight:600;font-variant-numeric:tabular-nums;line-height:1.2}.btm-product-card__price-meta{display:inline-flex;flex-wrap:wrap;align-items:baseline;gap:.35rem}.btm-product-card__price-regular{color:#6a7282;font-size:.875rem;font-weight:500;text-decoration:line-through;font-variant-numeric:tabular-nums}.btm-product-card__price-discount{color:#e7000b;font-size:.875rem;font-weight:500}.btm-product-card__hunt{position:relative;width:100%;height:18px}.btm-product-card__hunt-bar{position:absolute;top:0;right:0;bottom:0;left:3px;display:flex;align-items:center;overflow:hidden;padding-left:1rem;border-radius:999px;background:#e5e7eb}.btm-product-card__hunt-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;background:linear-gradient(90deg,#ffb86a,#ff8904)}.btm-product-card__hunt-label{position:relative;z-index:1;flex:1;color:#111827;font-size:.625rem;font-weight:500;line-height:1;text-align:center;text-shadow:0 1px 1px rgba(0,0,0,.1);white-space:nowrap}.btm-product-card__hunt-bolt{position:absolute;left:0;bottom:0;z-index:2;display:block;width:16px;height:18px;max-width:16px;max-height:18px;pointer-events:none;overflow:visible;filter:drop-shadow(0 4px 3px rgba(0,0,0,.12))}@media(min-width:768px){.btm-product-card__hunt{height:20px}.btm-product-card__hunt-bar{left:5px}.btm-product-card__hunt-label{font-size:.75rem}.btm-product-card__hunt-bolt{width:21px;height:24px;max-width:21px;max-height:24px}}.btm-product-card__buy,.btm-product-card__detail{display:flex;align-items:center;justify-content:center;width:100%;height:33.6px;padding:6px;border:.8px solid transparent;border-radius:8px;font-size:.875rem;font-weight:500;line-height:1.25rem;text-decoration:none}.btm-product-card__buy{background:#f9e9ea;color:#be1e2d}.btm-product-card__buy:hover,.btm-product-card__buy:focus-visible{background:#f3d6d8;color:#be1e2d}.btm-product-card__buy:focus-visible{outline:2px solid #be1e2d;outline-offset:2px}.btm-product-card__detail{background:#f3f4f6;color:#101b2b}.btm-product-card__detail:hover,.btm-product-card__detail:focus-visible{background:#e5e7eb;color:#101b2b}.btm-product-card__detail:focus-visible{outline:2px solid #be1e2d;outline-offset:2px}.btm-product-card__promos{display:flex;flex-direction:column;gap:.3rem;margin:0;padding:0;list-style:none}.btm-product-card__promo-chip{display:flex;align-items:center;gap:.35rem;min-width:0;padding:.28rem .45rem;border-radius:999px;font-size:.6875rem;font-weight:500;line-height:1.25}.btm-product-card__promo-chip--deal{background:#fff8e8;color:#9a6700}.btm-product-card__promo-chip--pay{background:#eef5ff;color:#1d4ed8}.btm-product-card__promo-icon{display:inline-flex;flex:0 0 auto;color:inherit}.btm-product-card__promo-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btm-product-card__payments{display:flex;flex-direction:column;gap:.25rem;margin-top:.15rem}.btm-product-card__payment-logos{display:flex;flex-wrap:nowrap;align-items:stretch;gap:.25rem;width:100%}.btm-product-card__payment-logo{-webkit-appearance:none;-moz-appearance:none;appearance:none;flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:0;height:28px;margin:0;padding:2px 4px;border:1px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#4b5563;font-size:.5625rem;font-weight:700;line-height:0;cursor:pointer;transition:border-color .15s ease}.btm-product-card__payment-logo img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain}.btm-product-card__payment-logo.is-active,.btm-product-card__payment-logo:hover,.btm-product-card__payment-logo:focus-visible{border-color:#be1e2d}.btm-product-card__payment-logo:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:1px}.btm-product-card__payment-text{margin:0;color:#334155;font-size:.6875rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.btm-product-card__payment-extra{margin:0;color:#94a3b8;font-size:.625rem;line-height:1.3}.btm-product-card__payment-extra[hidden]{display:none}.btm-product-card__footer{display:flex;align-items:center;justify-content:space-between;gap:.5rem;margin-top:auto;padding-top:.25rem}.btm-product-card__rating{display:inline-flex;align-items:center;gap:.25rem;margin:0;font-size:.75rem;line-height:1rem}.btm-product-card__rating-star{display:inline-flex;flex:0 0 auto;width:.75rem;height:.75rem;color:#facc15}.btm-product-card__rating-star svg{display:block;width:100%;height:100%}.btm-product-card__rating-score{color:#4b5563;font-weight:500}.btm-product-card__rating-count{color:#6b7280;font-weight:400}.btm-product-card__compare{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:.3rem;box-sizing:border-box;margin:0 -.35rem 0 0;min-height:2.75rem;min-width:2.75rem;padding:.5rem .35rem;border:0;background:transparent;color:#2563eb;font:inherit;font-size:.75rem;font-weight:600;line-height:1;cursor:pointer}.btm-product-card__compare-icon{display:inline-flex;align-items:center;justify-content:center;width:1.125rem;height:1.125rem;border:1.5px solid currentColor;border-radius:999px}.btm-product-card__compare:hover,.btm-product-card__compare:focus-visible,.btm-product-card__compare[aria-pressed=true],.btm-product-card__compare.is-active{color:#be1e2d}.btm-product-card__compare[aria-pressed=true] .btm-product-card__compare-icon,.btm-product-card__compare.is-active .btm-product-card__compare-icon{border-color:currentColor;background:#be1e2d14}.btm-product-card__compare:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-product-card--oos{opacity:.88}.btm-product-card--skeleton{pointer-events:none}.btm-product-card__skeleton-block{display:block;background:linear-gradient(90deg,#eef1f5 25%,#f7f8fa,#eef1f5 75%);background-size:200% 100%;animation:btm-product-card-shimmer 1.2s ease-in-out infinite;border-radius:var(--btm-radius-sm)}.btm-product-card__skeleton-block--media{width:100%;height:100%;border-radius:0}.btm-product-card__skeleton-block--line{height:.85rem;width:100%}.btm-product-card__skeleton-block--short{width:62%}.btm-product-card__skeleton-block--price{width:48%;height:1.15rem;margin-top:var(--btm-space-1)}@keyframes btm-product-card-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}.btm-product-card--empty{min-height:18rem;justify-content:center}.btm-product-card__empty{padding:var(--btm-space-5);text-align:center}.btm-product-card__empty-title{margin:0 0 var(--btm-space-2);font-family:var(--btm-font-display);font-size:var(--btm-fs-md)}.btm-product-card__empty-text{margin:0;color:var(--btm-color-muted);font-size:var(--btm-fs-sm)}.btm-product-card--row{position:relative;display:grid!important;grid-template-columns:4.5rem minmax(0,1fr);gap:.75rem;align-items:center;padding:.65rem 2rem .65rem .65rem;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;box-shadow:none;min-height:0;height:auto;overflow:visible;contain:none}.btm-product-card--row:hover,.btm-product-card--row:focus-within{transform:none;border-color:#e5e7eb;background:#fff;box-shadow:0 4px 14px #0f172a1a}.btm-product-card__remove{position:absolute;top:9px;right:7px;z-index:10;display:inline-flex;align-items:center;justify-content:center;width:1.25rem;height:1.25rem;margin:0;padding:.25rem;border:0;border-radius:999px;background:#d1d5dc;color:#fff;line-height:0;cursor:pointer;transition:background .15s ease,color .15s ease}.btm-product-card__remove svg{display:block;width:.75rem;height:.75rem;flex:0 0 auto}.btm-product-card__remove:hover,.btm-product-card__remove:focus-visible{background:#99a1af;color:#fff}.btm-product-card__remove:focus-visible{outline:2px solid #155dfc;outline-offset:2px}.btm-product-card--row .btm-product-card__media{aspect-ratio:1;width:4.5rem;border-radius:.5rem;overflow:visible;background:transparent}.btm-product-card--row .btm-product-card__image{object-fit:contain}.btm-product-card--row .btm-product-card__labels,.btm-product-card--row .btm-product-card__promos,.btm-product-card--row .btm-product-card__payments,.btm-product-card--row .btm-product-card__footer{display:none!important}.btm-product-card--row .btm-product-card__body{display:flex;flex-direction:column;gap:.2rem;padding:0;min-width:0}.btm-product-card--row .btm-product-card__title{margin:0;min-height:0;font-size:.875rem;font-weight:400;line-height:1.25rem;color:#101828}.btm-product-card--row .btm-product-card__title-link{color:#101828}.btm-product-card--row .btm-product-card__title-link:hover,.btm-product-card--row .btm-product-card__title-link:focus-visible,.btm-product-card--row:hover .btm-product-card__title-link{color:#be1e2d}.btm-product-card--row .btm-product-card__price{gap:.15rem}.btm-product-card--row .btm-product-card__price-sale{font-size:.9375rem}@media(max-width:767px){.btm-product-card__price-sale{font-size:.95rem}.btm-product-card:hover .btm-product-card__image{transform:none}}@media(prefers-reduced-motion:reduce){.btm-product-card,.btm-product-card__image,.btm-product-card__skeleton-block{transition:none;animation:none}}.btm-product-grid{--btm-product-grid-gap: var(--btm-space-5);--btm-product-grid-cols: 2;display:flex;flex-direction:column;gap:var(--btm-space-5)}.btm-product-grid__header{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--btm-space-3)}.btm-product-grid__title{margin:0;font-family:var(--btm-font-display);font-size:var(--btm-fs-xl);font-weight:700;line-height:var(--btm-lh-tight);color:var(--btm-color-ink)}.btm-product-grid__cta{color:var(--btm-color-brand);font-size:var(--btm-fs-sm);font-weight:700;text-decoration:none}.btm-product-grid__cta:hover,.btm-product-grid__cta:focus-visible{text-decoration:underline}.btm-product-grid__cta:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-product-grid__cta--static{color:var(--btm-color-muted);cursor:default}.btm-product-grid__list{display:grid;grid-template-columns:repeat(var(--btm-product-grid-cols),minmax(0,1fr));gap:var(--btm-product-grid-gap);margin:0;padding:0;list-style:none}.btm-product-grid__item{min-width:0;content-visibility:auto;contain:layout style;contain-intrinsic-size:auto 20rem}@media(min-width:768px){.btm-product-grid__item{contain-intrinsic-size:auto 25rem}}.btm-product-grid__item--priority{content-visibility:visible;contain:layout style}.btm-product-grid__item>.btm-product-card{height:100%}.btm-product-grid__empty{display:grid;place-content:center;gap:var(--btm-space-2);min-height:14rem;padding:var(--btm-space-6);border:1px dashed var(--btm-color-line);border-radius:var(--btm-radius-lg);background:var(--btm-color-canvas);text-align:center}.btm-product-grid__empty-title{margin:0;font-family:var(--btm-font-display);font-size:var(--btm-fs-md);font-weight:700}.btm-product-grid__empty-text{margin:0;color:var(--btm-color-muted);font-size:var(--btm-fs-sm)}.btm-product-grid__load-more{display:grid;justify-items:center;gap:var(--btm-space-2)}.btm-product-grid__load-more[hidden]{display:none}.btm-product-grid__load-more-btn:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-product-grid__load-more-btn:disabled,.btm-product-grid__load-more-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed}.btm-product-grid__load-more-note{color:var(--btm-color-muted);font-size:var(--btm-fs-xs)}.btm-product-grid--cols-2,.btm-product-grid--cols-3,.btm-product-grid--cols-4,.btm-product-grid--cols-5,.btm-product-grid--cols-6{--btm-product-grid-cols: 2}@media(min-width:768px){.btm-product-grid--cols-2{--btm-product-grid-cols: 2}.btm-product-grid--cols-3,.btm-product-grid--cols-4,.btm-product-grid--cols-5,.btm-product-grid--cols-6{--btm-product-grid-cols: 3}}@media(min-width:1024px){.btm-product-grid{--btm-product-grid-gap: var(--btm-space-5)}.btm-product-grid--cols-2{--btm-product-grid-cols: 2}.btm-product-grid--cols-3{--btm-product-grid-cols: 3}.btm-product-grid--cols-4{--btm-product-grid-cols: 4}.btm-product-grid--cols-5{--btm-product-grid-cols: 5}.btm-product-grid--cols-6{--btm-product-grid-cols: 6}}.btm-product-grid--loading .btm-product-grid__list{min-height:18rem}.btm-product-grid--recent{--btm-product-grid-gap: .75rem;gap:0}.btm-product-grid--recent .btm-product-grid__list{display:flex;grid-template-columns:none;gap:var(--btm-product-grid-gap);overflow-x:auto;padding:0;scroll-snap-type:x proximity;scrollbar-width:thin}.btm-product-grid--recent .btm-product-grid__item{flex:0 0 min(20rem,85vw);scroll-snap-align:start;contain:none;contain-intrinsic-size:auto 5.5rem;content-visibility:visible}.btm-product-grid--recent .btm-product-grid__item>.btm-product-card{height:auto}.btm-product-grid--pdp-carousel{position:relative;gap:.75rem}.btm-product-grid--pdp-carousel .btm-product-grid__title{color:#a92d3d;font-size:1rem;font-weight:700;line-height:1.5}.btm-product-grid--pdp-carousel .btm-product-grid__list{display:flex;grid-template-columns:none;gap:.375rem;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}.btm-product-grid--pdp-carousel .btm-product-grid__list::-webkit-scrollbar{display:none}.btm-product-grid--pdp-carousel .btm-product-grid__item{flex:0 0 calc((100% - .75rem) / 3);min-width:0;contain:none;content-visibility:visible;scroll-snap-align:start}.btm-product-grid--pdp-carousel.is-owl .btm-product-grid__list{display:block;overflow:visible;scroll-snap-type:none}.btm-product-grid--pdp-carousel.is-owl .btm-product-grid__item{flex:none;width:100%;min-width:0;height:auto;scroll-snap-align:none}.btm-product-grid--pdp-carousel.is-owl .btm-product-grid__item>.btm-product-card{height:100%}.btm-product-grid__rail-nav{position:absolute;top:42%;z-index:2;display:none;width:2.25rem;height:2.25rem;place-items:center;padding:0;border:1px solid #dbe3ed;border-radius:50%;background:#fffffff5;box-shadow:0 2px 8px #0f172a1a;color:#64748b;cursor:pointer;transform:translateY(-50%);transition:border-color .16s ease,color .16s ease,box-shadow .16s ease}.btm-product-grid--pdp-carousel.is-owl.is-scrollable .btm-product-grid__rail-nav:not([hidden]){display:grid}.btm-product-grid__rail-nav--prev{left:-.35rem}.btm-product-grid__rail-nav--next{right:-.35rem}.btm-product-grid__rail-nav[hidden]{display:none!important}.btm-product-grid__rail-nav:hover,.btm-product-grid__rail-nav:focus-visible{border-color:#aebdce;box-shadow:0 4px 12px #0f172a24;color:#1e293b}.btm-product-grid__rail-nav:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-product-grid__rail-nav svg{width:1.1rem;height:1.1rem;fill:none;stroke:currentcolor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}@media(max-width:767px){.btm-product-grid--pdp-carousel .btm-product-grid__item{flex-basis:min(45vw,11.5rem)}.btm-product-grid--pdp-carousel .btm-product-grid__rail-nav{display:none!important}}@media(min-width:1024px){.btm-product-grid--pdp-carousel .btm-product-grid__item{flex-basis:calc((100% - 1.5rem)/5)}}@media(prefers-reduced-motion:reduce){.btm-product-grid__item{content-visibility:visible}.btm-product-grid--pdp-carousel .btm-product-grid__list{scroll-behavior:auto}}.btm-home-recent{padding-block:var(--btm-space-3) var(--btm-space-2)}.btm-home-recent__panel{padding:var(--btm-space-4);border-radius:1rem;background:#fff}.btm-home-recent__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:var(--btm-space-3);margin-bottom:var(--btm-space-3)}.btm-home-recent__head .btm-home-section-head__title{margin:0;font-family:var(--btm-font-display);font-size:var(--btm-fs-lg);font-weight:700;letter-spacing:-.02em;color:#be1e2d}.btm-home-recent__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0;padding:0;border:0;background:transparent;color:#6b7280;font:inherit;font-size:var(--btm-fs-sm);font-weight:500;cursor:pointer;text-decoration:none}.btm-home-recent__clear:hover,.btm-home-recent__clear:focus-visible{color:#3b82f6;text-decoration:underline}.btm-home-recent__clear:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-home-recent__viewport{position:relative}.btm-home-recent__nav{position:absolute;top:50%;z-index:5;display:none;place-items:center;width:40px;height:40px;margin:0;padding:0;border:0;border-radius:999px;background:#fff;color:#4b5563;box-shadow:0 1px 6px #0f172a29;line-height:0;cursor:pointer;pointer-events:auto;transform:translateY(-50%)}.btm-home-recent.is-owl.is-scrollable .btm-home-recent__nav:not([hidden]){display:inline-grid}.btm-home-recent__nav[hidden]{display:none!important}.btm-home-recent__nav--prev{left:-.35rem}.btm-home-recent__nav--next{right:-.35rem}.btm-home-recent__nav:hover,.btm-home-recent__nav:focus-visible{color:#111827;background:#fff}.btm-home-recent__nav:focus-visible{outline:2px solid var(--btm-color-brand);outline-offset:2px}.btm-home-recent.is-owl .btm-product-grid--recent .btm-product-grid__list{overflow:hidden;scroll-snap-type:none}.btm-home-recent.is-owl .btm-product-grid--recent .btm-product-grid__item{flex:none;width:100%;min-width:0;scroll-snap-align:unset}.btm-home-recent__owl.owl-carousel .owl-stage-outer{overflow:hidden}.btm-search:not(.btm-search--header):not(.btm-search--overlay){display:flex;width:100%;max-width:44rem;border:1px solid var(--btm-color-line);border-radius:999px;overflow:hidden;background:var(--btm-color-canvas)}.btm-search__input{flex:1;border:0;background:transparent;padding:.75rem 1rem;font:inherit;min-width:0}.btm-search__input:focus{outline:none}.btm-search__input:focus-visible{box-shadow:none}.btm-search__submit{border:0;background:var(--btm-color-brand);color:#fff;padding:0 1.1rem;font-weight:700;cursor:pointer}.btm-search__submit:hover{background:var(--btm-color-brand-strong)}.btm-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:var(--btm-z-search);display:none;pointer-events:none}.btm-search-overlay.is-open,.btm-search-overlay:not([hidden]){display:block}.btm-search-overlay[hidden]{display:none!important}.btm-search-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;top:var(--btm-search-scrim-top, 0px);background:#0006;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px);opacity:1;transition:opacity .2s ease;pointer-events:auto}.btm-search-overlay[hidden] .btm-search-overlay__backdrop{opacity:0;pointer-events:none}.btm-search-overlay__dialog{position:fixed;left:1rem;right:1rem;top:.75rem;z-index:1;display:flex;flex-direction:column;width:auto;height:auto;max-height:min(70vh,100dvh - 1.5rem);margin:0;padding:0;overflow:hidden;border:1px solid #e5e7eb;border-radius:.75rem;background:#fff;box-shadow:0 3px 16px #0000001f;pointer-events:auto}.btm-search-overlay__chrome{flex:0 0 auto;padding:.75rem;border-bottom:1px solid #e5e7eb;background:#fff}.btm-search--overlay{display:flex;align-items:center;gap:.5rem;max-width:none;min-height:40px;padding:0 .25rem 0 .5rem;border:1px solid #e5e7eb;border-radius:8px;background:#fff;overflow:visible}.btm-search--overlay:focus-within{border-color:#60a5fa;box-shadow:0 0 0 2px #60a5fa33}.btm-search--overlay .btm-search__input{padding:.55rem .35rem;font-size:.875rem}.btm-search--overlay__leading{display:inline-flex;color:#6b7280}.btm-search-overlay__close{border:0;background:transparent;color:#6b7280;font-size:1.5rem;line-height:1;padding:0 .5rem;cursor:pointer}.btm-search-overlay__close:hover,.btm-search-overlay__close:focus-visible{color:var(--btm-color-brand)}.btm-search-overlay__body{flex:0 1 auto;min-height:0;overflow:auto;overflow-x:hidden;padding:.75rem .85rem .85rem;overscroll-behavior:contain;background:#fff}.btm-search-section{margin-bottom:1.15rem}.btm-search-section:last-child{margin-bottom:0}.btm-search-section__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.55rem}.btm-search-section__title{margin:0 0 .55rem;color:#111827;font-size:.875rem;font-weight:600;text-transform:none;letter-spacing:0}.btm-search-section__head .btm-search-section__title{margin-bottom:0}.btm-search-hint{margin:0;color:#9ca3af;font-size:.8125rem}.btm-search-chips{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0;padding:0}.btm-search-chip{display:inline-flex;align-items:center;gap:.35rem;min-height:2rem;padding:.3rem .7rem;border:1px solid #dbeafe;border-radius:999px;background:#fff;color:#111827;font-size:.8125rem;font-weight:500;text-decoration:none;transition:border-color .15s ease,color .15s ease,background .15s ease}.btm-search-chip__ico{display:inline-flex;color:#60a5fa}.btm-search-chip:hover,.btm-search-chip:focus-visible,.btm-search-chip[aria-selected=true]{border-color:#93c5fd;color:var(--btm-color-brand);background:#eff6ff}.btm-search-clear{margin:0;border:0;background:transparent;color:#6b7280;font:inherit;font-size:.8125rem;font-weight:500;cursor:pointer;padding:0}.btm-search-clear:hover,.btm-search-clear:focus-visible{color:var(--btm-color-brand)}.btm-search-products,.btm-search-links{list-style:none;margin:0;padding:0}.btm-search-products{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem}.btm-search-product{display:grid;grid-template-columns:3rem 1fr;gap:.5rem;align-items:center;min-height:100%;padding:.5rem;border:1px solid #e5e7eb;border-radius:.5rem;background:#f8fafc;color:#111827;text-decoration:none}.btm-search-product:hover,.btm-search-product:focus-visible,.btm-search-product[aria-selected=true]{background:#eff6ff;border-color:#bfdbfe;color:#111827}.btm-search-product__media{display:grid;place-items:center;width:3rem;height:3rem;border-radius:.375rem;background:#f8fafc;border:0;overflow:hidden}.btm-search-product__media img{width:100%;height:100%;object-fit:contain}.btm-search-product__body{display:grid;gap:.2rem;min-width:0}.btm-search-product__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500;font-size:.75rem;line-height:1.35}.btm-search-product__brand{display:none}.btm-search-product__prices{display:grid;gap:.1rem;min-width:0}.btm-search-product__price{font-weight:700;font-size:.8125rem;line-height:1.25;color:var(--btm-color-brand)}.btm-search-product__meta{display:flex;flex-wrap:wrap;align-items:baseline;gap:.25rem .35rem;min-width:0}.btm-search-product__was{color:#9ca3af;font-size:.6875rem;line-height:1.25;text-decoration:line-through}.btm-search-product__off{color:var(--btm-color-brand);font-size:.6875rem;line-height:1.25;font-weight:700}.btm-search-links--suggest{display:flex;flex-direction:column;gap:.15rem}.btm-search-link{display:flex;align-items:center;gap:.45rem;min-height:2rem;padding:.2rem 0;border-radius:0;color:#2563eb;font-size:.875rem;font-weight:500;text-decoration:none}.btm-search-link__ico{display:inline-flex;flex:0 0 auto;color:#60a5fa}.btm-search-link:hover,.btm-search-link:focus-visible,.btm-search-link[aria-selected=true]{background:transparent;color:var(--btm-color-brand);text-decoration:none}.btm-search-link:hover .btm-search-link__ico,.btm-search-link:focus-visible .btm-search-link__ico{color:var(--btm-color-brand)}.btm-search-footer{margin:.75rem 0 0;padding-top:.75rem;border-top:1px solid #e5e7eb}.btm-search-footer a{font-weight:600;font-size:.875rem;color:var(--btm-color-brand)}.btm-search-empty{margin:1rem 0;color:#6b7280;font-size:.875rem}html.btm-search-open{overflow:hidden}@media(min-width:768px){.btm-search-overlay__dialog{border-radius:.75rem}.btm-search-overlay__dialog.is-anchored{left:var(--btm-search-left, 1rem);right:auto;top:var(--btm-search-top, 4.5rem);width:var(--btm-search-width, 32rem);max-width:calc(100vw - 2rem)}.btm-search-overlay__dialog.is-anchored .btm-search-overlay__chrome{display:none}.btm-search-overlay__body{padding:.75rem .85rem .85rem}html.btm-search-open{overflow:auto}}.btm-mini-cart-trigger{position:relative;display:inline-flex;align-items:center;gap:.35rem}.btm-mini-cart-count{display:inline-grid;place-items:center;box-sizing:border-box;width:14px;height:14px;min-width:14px;padding:0;border-radius:999px;background:#f97316;color:#fff;font-size:9px;font-weight:700;line-height:1}.btm-mini-cart-count.is-empty{display:none}.btm-mini-cart{position:fixed;top:0;right:0;bottom:0;left:0;z-index:calc(var(--btm-z-search) + 5);display:none}.btm-mini-cart.is-open,.btm-mini-cart:not([hidden]){display:block}.btm-mini-cart[hidden]{display:none!important}.btm-mini-cart__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f172a73}.btm-mini-cart__drawer{position:absolute;top:0;right:0;display:flex;flex-direction:column;width:min(26rem,100%);height:100%;max-height:100dvh;background:linear-gradient(180deg,#fff,#f6f8fb);border-left:1px solid var(--btm-color-line);box-shadow:var(--btm-shadow-md)}.btm-mini-cart__header{display:flex;align-items:center;justify-content:space-between;gap:var(--btm-space-3);padding:var(--btm-space-4);border-bottom:1px solid var(--btm-color-line);background:#fffffff0}.btm-mini-cart__title{margin:0;font-size:var(--btm-fs-lg);font-weight:700}.btm-mini-cart__title-count{color:var(--btm-color-muted);font-size:var(--btm-fs-sm);font-weight:600}.btm-mini-cart__close{border:0;background:transparent;font-size:1.75rem;line-height:1;color:var(--btm-color-ink);cursor:pointer;padding:.25rem .5rem}.btm-mini-cart__close:hover,.btm-mini-cart__close:focus-visible{color:var(--btm-color-brand)}.btm-mini-cart__body{flex:1 1 auto;overflow:auto;padding:var(--btm-space-4);overscroll-behavior:contain}.btm-mini-cart__recent{margin:0 0 var(--btm-space-3);padding:.55rem .75rem;border-radius:var(--btm-radius-sm);background:#be1e2d0f;color:var(--btm-color-brand);font-size:var(--btm-fs-sm);font-weight:600}.btm-mini-cart__list{list-style:none;margin:0;padding:0;display:grid;gap:var(--btm-space-3)}.btm-mini-cart__item{display:grid;grid-template-columns:4rem 1fr auto;gap:.75rem;align-items:start;padding-bottom:var(--btm-space-3);border-bottom:1px solid var(--btm-color-line)}.btm-mini-cart__thumb{width:4rem;height:4rem;border-radius:var(--btm-radius-sm);border:1px solid var(--btm-color-line);background:#fff;overflow:hidden}.btm-mini-cart__thumb img{width:100%;height:100%;object-fit:contain}.btm-mini-cart__name{display:block;font-weight:700;font-size:var(--btm-fs-sm);color:var(--btm-color-ink);line-height:1.35}.btm-mini-cart__name:hover,.btm-mini-cart__name:focus-visible{color:var(--btm-color-brand)}.btm-mini-cart__variant{margin-top:.2rem;color:var(--btm-color-muted);font-size:var(--btm-fs-xs)}.btm-mini-cart__variant p,.btm-mini-cart__variant dl{margin:0}.btm-mini-cart__row{display:flex;justify-content:space-between;gap:.5rem;margin-top:.45rem;font-size:var(--btm-fs-sm)}.btm-mini-cart__qty{color:var(--btm-color-muted);font-weight:600}.btm-mini-cart__price{font-weight:700;color:var(--btm-color-brand)}.btm-mini-cart__remove{display:inline-grid;place-items:center;width:1.75rem;height:1.75rem;border-radius:var(--btm-radius-sm);color:var(--btm-color-muted);font-size:1.25rem;line-height:1;text-decoration:none}.btm-mini-cart__remove:hover,.btm-mini-cart__remove:focus-visible{color:var(--btm-color-brand);background:#be1e2d14}.btm-mini-cart__footer{position:sticky;bottom:0;margin-top:var(--btm-space-4);padding-top:var(--btm-space-4);border-top:1px solid var(--btm-color-line);background:linear-gradient(180deg,transparent,#f6f8fb 1.25rem)}.btm-mini-cart__subtotal{display:flex;justify-content:space-between;align-items:baseline;margin-bottom:var(--btm-space-3);font-weight:600}.btm-mini-cart__subtotal strong{font-size:var(--btm-fs-lg);color:var(--btm-color-brand)}.btm-mini-cart__actions{display:grid;gap:.55rem}.btm-mini-cart__empty{text-align:center;padding:var(--btm-space-6) var(--btm-space-3)}.btm-mini-cart__empty-title{margin:0 0 .35rem;font-weight:700;font-size:var(--btm-fs-lg)}.btm-mini-cart__empty-text{margin:0 0 var(--btm-space-4);color:var(--btm-color-muted);font-size:var(--btm-fs-sm)}html.btm-mini-cart-open{overflow:hidden}@keyframes btm-backdrop-in{0%{opacity:0}to{opacity:1}}@keyframes btm-backdrop-out{0%{opacity:1}to{opacity:0}}@keyframes btm-sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes btm-sheet-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}@keyframes btm-drawer-from-right{0%{transform:translate3d(100%,0,0)}to{transform:translateZ(0)}}@keyframes btm-drawer-to-right{0%{transform:translateZ(0)}to{transform:translate3d(100%,0,0)}}@keyframes btm-drawer-from-bottom{0%{transform:translate3d(0,100%,0)}to{transform:translateZ(0)}}@keyframes btm-dialog-sink{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,30%,0)}}@keyframes btm-center-in{0%{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}@keyframes btm-center-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.96)}}.btm-sheet{border:0;padding:0;margin:0;max-width:none;max-height:none;width:100%;height:100%;background:transparent;color:inherit}.btm-sheet::backdrop{background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0}.btm-sheet[open].is-open::backdrop{animation:btm-backdrop-in .24s ease forwards}.btm-sheet[open].is-closing::backdrop{animation:btm-backdrop-out .2s ease forwards}.btm-sheet__panel{position:fixed;inset-inline:0;bottom:0;z-index:1;max-height:min(92dvh,92vh,44rem);display:flex;flex-direction:column;min-height:0;overflow:hidden;background:#fff;border-radius:1.25rem 1.25rem 0 0;box-shadow:0 -12px 40px #0f172a2e;width:min(100%,40rem);margin-inline:auto;will-change:transform,opacity}.btm-sheet[open].is-open .btm-sheet__panel{animation:btm-sheet-up .3s cubic-bezier(.22,1,.36,1) both}.btm-sheet[open].is-closing .btm-sheet__panel{animation:btm-sheet-down .22s ease forwards}.btm-sheet__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex:0 0 auto;padding:.9rem 1rem;border-bottom:1px solid #e5e7eb}.btm-sheet__title{margin:0;font-size:1.0625rem;font-weight:700}.btm-sheet__close{width:2rem;height:2rem;border:0;border-radius:999px;background:#f3f5f8;font-size:1.35rem;line-height:1;cursor:pointer;color:#374151}.btm-sheet__close:hover{background:#e5e7eb}.btm-sheet__body{overflow:auto;padding:.85rem 1rem 1rem;flex:1 1 auto;min-height:0;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.btm-sheet__footer{flex:0 0 auto;padding:.75rem 1rem calc(.75rem + env(safe-area-inset-bottom));border-top:1px solid #e5e7eb;background:#fff}.btm-sheet__footer--split{display:grid;gap:.55rem}.btm-sheet__confirm{width:100%;min-height:2.85rem;border-radius:.75rem;font-size:.9375rem;font-weight:700}.btm-sheet__empty{margin:0;padding:1rem;text-align:center;color:#6b7280;font-size:.875rem}@media(min-width:900px){.btm-sheet__panel{inset:.625rem .625rem .625rem auto;width:min(100% - 1.25rem,29.375rem);max-height:none;border-radius:1rem;margin-inline:0;box-shadow:-16px 0 48px #0f172a2e}.btm-sheet[open]:not(.is-open,.is-closing) .btm-sheet__panel{transform:translate3d(100%,0,0)}.btm-sheet[open].is-open .btm-sheet__panel{animation:btm-drawer-from-right .42s cubic-bezier(.32,.72,0,1) both}.btm-sheet[open].is-closing .btm-sheet__panel{animation:btm-drawer-to-right .34s cubic-bezier(.32,.72,0,1) forwards}.btm-sheet[open].is-open::backdrop{animation:btm-backdrop-in .42s ease forwards}.btm-sheet[open].is-closing::backdrop{animation:btm-backdrop-out .34s ease forwards}}@media(min-width:900px)and (prefers-reduced-motion:reduce){.btm-sheet[open].is-open .btm-sheet__panel,.btm-sheet[open].is-closing .btm-sheet__panel{animation:none}}@media(min-width:900px){.btm-sheet__footer{padding-bottom:.85rem}}.btm-review-dialog.is-open,.btm-store-dialog.is-open,.btm-installment-dialog.is-open{animation:btm-center-in .26s cubic-bezier(.22,1,.36,1) both}.btm-review-dialog.is-closing,.btm-store-dialog.is-closing,.btm-installment-dialog.is-closing{animation:btm-center-out .18s ease forwards}.btm-login-dialog::backdrop,.btm-review-dialog::backdrop,.btm-store-dialog::backdrop,.btm-installment-dialog::backdrop,.btm-cart-confirm::backdrop,.btm-spec-drawer::backdrop{background:#0006;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}.btm-login-dialog[open].is-open::backdrop,.btm-review-dialog[open].is-open::backdrop,.btm-store-dialog[open].is-open::backdrop,.btm-installment-dialog[open].is-open::backdrop,.btm-cart-confirm[open].is-open::backdrop,.btm-spec-drawer[open].is-open::backdrop{animation:btm-backdrop-in .24s ease forwards}.btm-login-dialog[open].is-closing::backdrop,.btm-review-dialog[open].is-closing::backdrop,.btm-store-dialog[open].is-closing::backdrop,.btm-installment-dialog[open].is-closing::backdrop,.btm-cart-confirm[open].is-closing::backdrop,.btm-spec-drawer[open].is-closing::backdrop{animation:btm-backdrop-out .2s ease forwards}.btm-login-dialog{will-change:transform}.btm-login-dialog[open]:not(.is-open,.is-closing){transform:translate3d(0,100%,0)}.btm-login-dialog[open].is-open{animation:btm-drawer-from-bottom .42s cubic-bezier(.32,.72,0,1) both}.btm-login-dialog[open].is-closing{animation:btm-dialog-sink .26s cubic-bezier(.4,0,1,1) forwards}.btm-login-dialog[open].is-open::backdrop{animation:btm-backdrop-in .42s ease forwards}.btm-login-dialog[open].is-closing::backdrop{animation:btm-backdrop-out .26s ease forwards}@media(prefers-reduced-motion:reduce){.btm-login-dialog[open].is-open,.btm-login-dialog[open].is-closing{animation:none}}.btm-cart-confirm{will-change:transform}.btm-cart-confirm[open]:not(.is-open,.is-closing){transform:translate3d(0,100%,0)}.btm-cart-confirm[open].is-open{animation:btm-drawer-from-bottom .42s cubic-bezier(.32,.72,0,1) both}.btm-cart-confirm[open].is-closing{animation:btm-dialog-sink .26s cubic-bezier(.4,0,1,1) forwards}.btm-cart-confirm[open].is-open::backdrop{animation:btm-backdrop-in .42s ease forwards}.btm-cart-confirm[open].is-closing::backdrop{animation:btm-backdrop-out .26s ease forwards}@media(prefers-reduced-motion:reduce){.btm-cart-confirm[open].is-open,.btm-cart-confirm[open].is-closing{animation:none}}.btm-spec-drawer{will-change:transform}.btm-spec-drawer[open]:not(.is-open,.is-closing){transform:translate3d(100%,0,0)}.btm-spec-drawer[open].is-open{animation:btm-drawer-from-right .42s cubic-bezier(.32,.72,0,1) both}.btm-spec-drawer[open].is-closing{animation:btm-drawer-to-right .34s cubic-bezier(.32,.72,0,1) forwards}.btm-spec-drawer[open].is-open::backdrop{animation:btm-backdrop-in .42s ease forwards}.btm-spec-drawer[open].is-closing::backdrop{animation:btm-backdrop-out .34s ease forwards}@media(prefers-reduced-motion:reduce){.btm-spec-drawer[open].is-open,.btm-spec-drawer[open].is-closing{animation:none}}.btm-login-dialog{top:0;right:0;bottom:0;left:0;z-index:400;width:min(100% - 2rem,26rem);max-width:calc(100% - 2rem);max-height:calc(100% - 2rem);margin:auto;padding:0;overflow:visible;border:0;border-radius:1.25rem;background:transparent;color:#101828}.btm-login-dialog--register{width:min(100% - 2rem,33.75rem)}.btm-login-dialog::backdrop{background:#0f172a73;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.btm-login-dialog__panel{position:relative;padding:1.5rem 1.25rem 1.25rem;border-radius:1.25rem;background:#fff;box-shadow:0 1.25rem 3rem #0f172a2e}.btm-login-dialog__panel--scroll{max-height:min(90vh,40rem);overflow-y:auto;overscroll-behavior:contain}.btm-login-dialog__close{position:absolute;top:.85rem;right:.85rem;z-index:1;display:grid;place-items:center;width:2rem;height:2rem;padding:0;border:0;border-radius:999px;background:transparent;color:#667085;cursor:pointer}.btm-login-dialog__close:hover,.btm-login-dialog__close:focus-visible{background:#f2f4f7;color:#101828}.btm-login-dialog__head{display:grid;gap:.35rem;margin:0 1.5rem 1.15rem 0;text-align:center}.btm-login-dialog__head h2,.btm-login-dialog__head p{margin:0}.btm-login-dialog__head h2{font-size:1.25rem;font-weight:700;line-height:1.3}.btm-login-dialog__head p{color:#667085;font-size:.875rem;line-height:1.5}.btm-login-dialog__form{display:grid;gap:.85rem}.btm-login-dialog__field{display:grid;gap:.4rem;margin:0;padding:0;border:0;min-inline-size:0}.btm-login-dialog__field>span,.btm-login-dialog__field>legend{color:#344054;font-size:.8125rem;font-weight:600}.btm-login-dialog__req{color:var(--btm-color-brand);font-style:normal}.btm-login-dialog__hint{color:#98a2b3;font-size:.75rem;line-height:1.4}.btm-login-dialog__field input,.btm-login-dialog__password input{width:100%;min-height:2.75rem;padding:.65rem .85rem;border:1px solid #d0d5dd;border-radius:.65rem;background:#f8fafc;color:#101828;font:inherit;font-size:.9375rem}.btm-login-dialog__field input:focus,.btm-login-dialog__password input:focus{border-color:#98a2b3;outline:2px solid rgba(190,30,45,.12);background:#fff}.btm-login-dialog__password,.btm-login-dialog .btm-login-dialog__password.password-input{position:relative;display:block;flex-direction:unset;justify-content:unset}.btm-login-dialog__password input{padding-right:2.75rem}.btm-login-dialog .show-password-input{display:none!important}.btm-login-dialog__password input::-ms-reveal,.btm-login-dialog__password input::-ms-clear,.btm-login-dialog__password input::-webkit-credentials-auto-fill-button{display:none}.btm-login-dialog__toggle{position:absolute;top:50%;right:.35rem;z-index:2;display:grid;place-items:center;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:.5rem;background:transparent;color:#667085;cursor:pointer;transform:translateY(-50%)}.btm-login-dialog__gender{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem 1.25rem}.btm-login-dialog__gender>legend{flex:0 0 100%;float:none;width:auto;padding:0;margin-bottom:0}.btm-login-dialog__radio{display:inline-flex;align-items:center;gap:.45rem;color:#344054;font-size:.9375rem;cursor:pointer}.btm-login-dialog__radio input{width:1.05rem;min-height:0;height:1.05rem;margin:0;padding:0;accent-color:var(--btm-color-brand);border:0;background:transparent}.btm-login-dialog__captcha{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.5rem;align-items:center}.btm-login-dialog__captcha input{min-width:0}.btm-login-dialog__captcha-code{display:inline-flex;align-items:center;justify-content:center;min-width:5.5rem;min-height:2.75rem;padding:0 .65rem;border:1px dashed #d0d5dd;border-radius:.65rem;background:repeating-linear-gradient(-12deg,#f8fafc,#f8fafc 6px,#eef2f6 6px,#eef2f6 12px);color:#101828;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:1.05rem;font-weight:700;letter-spacing:.12em;-webkit-user-select:none;user-select:none}.btm-login-dialog__captcha-refresh{display:grid;place-items:center;width:2.75rem;height:2.75rem;padding:0;border:1px solid #d0d5dd;border-radius:.65rem;background:#fff;color:#667085;cursor:pointer}.btm-login-dialog__captcha-refresh:hover,.btm-login-dialog__captcha-refresh:focus-visible{color:#101828;border-color:#98a2b3}.btm-login-dialog__actions-row{display:flex;justify-content:flex-end;margin-top:-.35rem}.btm-login-dialog__link,.btm-login-dialog__footer-btn{padding:0;border:0;background:transparent;color:#175cd3;font:inherit;font-size:.8125rem;font-weight:600;text-decoration:none;cursor:pointer}.btm-login-dialog__footer-btn{color:var(--btm-color-brand);font-size:inherit}.btm-login-dialog__link:hover,.btm-login-dialog__link:focus-visible,.btm-login-dialog__footer-btn:hover,.btm-login-dialog__footer-btn:focus-visible{text-decoration:underline}.btm-login-dialog__error{margin:0;color:#b42318;font-size:.8125rem;line-height:1.4}.btm-login-dialog__submit{width:100%;min-height:2.85rem;margin-top:.15rem;padding:.7rem 1rem;border:0;border-radius:.65rem;background:var(--btm-color-brand);color:#fff;cursor:pointer;font-size:.9375rem;font-weight:700}.btm-login-dialog__submit:hover,.btm-login-dialog__submit:focus-visible{filter:brightness(.96)}.btm-login-dialog__submit:disabled{cursor:wait;opacity:.75}.btm-login-dialog__legal,.btm-login-dialog__footer{margin:.9rem 0 0;color:#667085;font-size:.75rem;line-height:1.5;text-align:center}.btm-login-dialog__legal a,.btm-login-dialog__footer a{color:var(--btm-color-brand);font-weight:600;text-decoration:none}.btm-login-dialog__legal a:hover,.btm-login-dialog__footer a:hover,.btm-login-dialog__legal a:focus-visible,.btm-login-dialog__footer a:focus-visible{text-decoration:underline}.btm-login-dialog__footer{margin-top:.75rem;font-size:.8125rem}@media(max-width:480px){.btm-login-dialog__captcha{grid-template-columns:minmax(0,1fr) auto}.btm-login-dialog__captcha-refresh{grid-column:2;grid-row:1}.btm-login-dialog__captcha-code{grid-column:1/-1}}.btm-compare{position:fixed;inset-inline:0;bottom:var(--btm-mobile-dock-offset);z-index:40;display:flex;flex-direction:column;align-items:stretch;gap:8px;padding:0 8px;pointer-events:none}@media(min-width:768px){.btm-compare{padding-inline:16px}}@media(min-width:1024px){.btm-compare{bottom:24px}}.btm-compare[hidden]{display:none!important}.btm-compare__toast{align-self:center;max-width:min(92vw,22rem);margin:0;padding:10px 16px;border-radius:999px;background:#16a34a;color:#fff;font-size:13px;font-weight:600;line-height:1.3;box-shadow:0 8px 24px #0f172a29;pointer-events:none;opacity:0;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease}.btm-compare__toast[data-tone=warn]{background:#be1e2d}.btm-compare__toast.is-visible{opacity:1;transform:translateY(0)}.btm-compare__pill{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:fixed;left:24px;bottom:calc(var(--btm-mobile-dock-offset) + 24px);z-index:50;display:inline-flex;align-items:center;justify-content:center;margin:0;padding:10px 20px;border:0;border-radius:999px;background:#fff;color:#374151;font:inherit;font-size:14px;font-weight:500;line-height:1;cursor:pointer;box-shadow:0 0 16px #0000001f;pointer-events:auto;opacity:0;transform:scale(.92);transition:opacity .25s ease,transform .25s ease,box-shadow .2s ease}@media(min-width:1024px){.btm-compare__pill{bottom:24px}}.btm-compare__pill [data-btm-compare-pill-count]{color:#be1e2d;font-weight:600}.btm-compare__pill:hover{box-shadow:0 4px 20px #00000029}.btm-compare__pill:focus-visible{outline:2px solid #be1e2d;outline-offset:2px}.btm-compare__pill[hidden]{display:none!important}.btm-compare.is-collapsed .btm-compare__pill:not([hidden]){opacity:1;transform:scale(1)}.btm-compare__dock{width:min(100%,600px);margin-inline:auto;pointer-events:auto}@media(min-width:1024px){.btm-compare__dock{width:min(100%,700px)}}@media(min-width:1280px){.btm-compare__dock{width:min(100%,900px)}}.btm-compare__dock[hidden]{display:none!important}.btm-compare__panel{overflow:hidden;border:0;border-radius:16px;background:#fff;box-shadow:0 0 16px #0000001f}.btm-compare__head{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 16px}.btm-compare__title{margin:0;color:#364153;font-size:14px;font-weight:600;line-height:20px}.btm-compare__title-count{margin-left:2px;color:#99a1af;font-size:14px;font-weight:400}.btm-compare__head-actions{display:inline-flex;align-items:center;gap:4px}.btm-compare__clear{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:6px;margin:0;padding:4px 8px;border:0;border-radius:6px;background:transparent;color:#6a7282;font:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:color .15s ease,background-color .15s ease}.btm-compare__clear svg{width:14px;height:14px;color:currentColor}.btm-compare__clear:hover,.btm-compare__clear:focus-visible{color:#fb2c36;background:#fef2f2}.btm-compare__collapse{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:4px;margin:0;padding:4px 8px;border:0;border-radius:6px;background:transparent;color:#ad1b29;font:inherit;font-size:14px;font-weight:500;line-height:20px;cursor:pointer;transition:color .15s ease,background-color .15s ease}.btm-compare__collapse svg{width:16px;height:16px;color:currentColor}.btm-compare__collapse:hover,.btm-compare__collapse:focus-visible{color:#871520;background:#f9e9ea}.btm-compare__body{display:flex;align-items:center;gap:8px;padding:0 12px 12px}.btm-compare__slots{display:flex;flex:1 1 auto;gap:8px;min-width:0}.btm-compare__slot{position:relative;display:flex;flex:1 1 0;align-items:center;gap:4px;min-width:0;height:86px;padding:8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff}.btm-compare__slot-link{display:grid;grid-template-columns:60px minmax(0,1fr);gap:4px;align-items:center;width:100%;min-width:0;color:inherit;text-decoration:none}.btm-compare__thumb{position:relative;flex-shrink:0;width:60px;height:60px;overflow:hidden}.btm-compare__thumb img{width:100%;height:100%;object-fit:contain}.btm-compare__name{display:-webkit-box;overflow:hidden;color:#1e2939;font-size:12px;font-weight:400;line-height:16px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.btm-compare__remove{position:absolute;top:9px;right:7px;z-index:2;display:grid;place-items:center;width:20px;height:20px;margin:0;padding:4px;border:0;border-radius:999px;background:#d1d5dc;color:#fff;line-height:0;cursor:pointer;transition:background-color .15s ease}.btm-compare__remove:hover,.btm-compare__remove:focus-visible,.btm-compare__slot:hover .btm-compare__remove{background:#fb2c36}.btm-compare__remove svg{display:block;width:12px;height:12px}.btm-compare__slot--empty{flex-direction:column;justify-content:center;gap:6px;margin:0;border-style:dashed;border-color:#e5e7eb;color:#1e2939;font:inherit;font-size:12px;font-weight:400;line-height:16px;cursor:pointer;transition:border-color .15s ease,color .15s ease,background-color .15s ease}.btm-compare__slot--empty:hover,.btm-compare__slot--empty:focus-visible{border-color:#d36b72;background:#f9e9ea;color:#ad1b29}.btm-compare__slot-plus{display:grid;place-items:center;width:24px;height:24px;color:inherit}.btm-compare__slot-plus svg{width:24px;height:24px}.btm-compare__cta-wrap{display:flex;flex:0 0 154px;flex-direction:column;align-items:stretch;justify-content:center;gap:4px;height:86px;padding:8px;min-width:0}.btm-compare__hint{margin:0;color:#1e2939;font-size:12px;font-weight:400;line-height:16px;text-align:left;white-space:nowrap}.btm-compare__cta{display:flex;flex:1 1 auto;align-items:center;justify-content:center;min-height:0;padding:10px 12px;border:1px solid transparent;border-radius:8px;background:#be1e2d;color:#fff;font-size:14px;font-weight:500;line-height:20px;text-align:center;text-decoration:none;white-space:nowrap;transition:background-color .15s ease}.btm-compare__cta:hover,.btm-compare__cta:focus-visible{background:#ad1b29;color:#fff}.btm-compare__cta.is-disabled{opacity:.45;cursor:not-allowed}.btm-compare__cta:focus-visible,.btm-compare__clear:focus-visible,.btm-compare__collapse:focus-visible,.btm-compare__remove:focus-visible,.btm-compare__slot--empty:focus-visible,.btm-compare__slot-link:focus-visible{outline:2px solid #be1e2d;outline-offset:2px}@media(max-width:640px){.btm-compare__body{flex-wrap:wrap}.btm-compare__cta-wrap{flex:1 1 100%;height:auto}.btm-compare__slots{width:100%}}.btm-float{--btm-float-brand: var(--btm-color-brand, #e10600);position:fixed;right:1rem;bottom:var(--btm-float-bottom, 1.5rem);z-index:var(--btm-z-float, 44);display:flex;flex-direction:column;align-items:flex-end;gap:.55rem;pointer-events:none;animation:btm-float-in .35s ease-out .45s both}@media(max-width:1023px){.btm-float{--btm-float-bottom: calc(var(--btm-mobile-dock-offset) + .75rem)}body.single-product .btm-float{--btm-float-bottom: calc(var(--btm-mobile-dock-offset) + 4.5rem)}}@media(min-width:1024px){.btm-float{right:1.5rem;--btm-float-bottom: 2rem}}.btm-float__panel,.btm-float__toggle{pointer-events:auto}.btm-float__panel[hidden]{display:none!important}.btm-float__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;align-items:flex-end;gap:.55rem}.btm-float__link{display:inline-flex;align-items:center;gap:.55rem;min-height:2.5rem;padding:.35rem .4rem .35rem .85rem;border-radius:999px;background:var(--btm-float-brand);color:#fff;font-size:.8125rem;font-weight:500;line-height:1.2;text-decoration:none;box-shadow:0 6px 16px #e1060047;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease}.btm-float__link:hover,.btm-float__link:focus-visible{color:#fff;filter:brightness(1.05);transform:translateY(-1px)}.btm-float__link:focus-visible{outline:2px solid #fff;outline-offset:2px}.btm-float__link.is-primary{box-shadow:0 0 0 4px #e106002e,0 8px 22px #e106006b}.btm-float__label{white-space:nowrap}.btm-float__icon{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:999px;background:#fff;color:var(--btm-float-brand);flex-shrink:0}.btm-float__icon svg,.btm-float__icon img{display:block;width:1.125rem;height:1.125rem;object-fit:contain}.btm-float__toggle{position:relative;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:3rem;height:3rem;padding:0;border:0;border-radius:999px;background:transparent;cursor:pointer}.btm-float__toggle:focus-visible{outline:2px solid var(--btm-float-brand);outline-offset:3px}.btm-float__mascot{position:relative;z-index:1;display:block;width:3rem;height:3rem;border-radius:999px;background:#fff;box-shadow:0 4px 14px #0f172a29}.btm-float__ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:999px;border:2px solid rgba(225,6,0,.55);pointer-events:none;animation:btm-float-ring 2.4s ease-out infinite}.btm-float__ring--2{animation-delay:.75s}.btm-float__ring--3{animation-delay:1.5s}.btm-float.is-open .btm-float__ring{display:none}.btm-float__panel.is-open,.btm-float.is-open .btm-float__panel:not([hidden]){animation:btm-float-panel-in .22s ease-out}@keyframes btm-float-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes btm-float-panel-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes btm-float-ring{0%{transform:scale(1);opacity:.7}to{transform:scale(1.75);opacity:0}}@media(max-width:1023px){body.has-btm-compare .btm-float{--btm-float-bottom: calc(var(--btm-mobile-dock-offset) + 5.5rem)}body.single-product.has-btm-compare .btm-float{--btm-float-bottom: calc(var(--btm-mobile-dock-offset) + 8.5rem)}}@media(min-width:1024px){body.has-btm-compare .btm-float{--btm-float-bottom: 6.5rem}}.btm-toast{position:fixed;z-index:1200;top:1rem;left:50%;display:grid;width:min(100% - 1.5rem,22.5rem);margin:0;padding:0;gap:.5rem;list-style:none;transform:translate(-50%)}.btm-toast__item{display:flex;align-items:center;padding:.875rem 1rem;border:1px solid #e5e7eb;border-radius:.75rem;animation:btm-toast-in .24s cubic-bezier(.22,1,.36,1) both;background:#fff;box-shadow:0 4px 12px #0f172a1a;color:#374151;cursor:pointer;gap:.625rem;font-size:.875rem;line-height:1.25rem}.btm-toast__item[data-tone=success] .btm-toast__icon{color:#16a34a}.btm-toast__item[data-tone=error] .btm-toast__icon{color:#dc2626}.btm-toast__icon{display:grid;flex:0 0 auto;place-items:center}.btm-toast__item.is-leaving{animation:btm-toast-out .2s ease forwards}@keyframes btm-toast-in{0%{opacity:0;transform:translate3d(0,-.75rem,0)}to{opacity:1;transform:translateZ(0)}}@keyframes btm-toast-out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-.5rem,0)}}@media(prefers-reduced-motion:reduce){.btm-toast__item,.btm-toast__item.is-leaving{animation:none}}.btm-btn{display:inline-flex;align-items:center;justify-content:center;gap:.4rem;min-height:2.75rem;padding:.65rem 1.15rem;border:1px solid transparent;border-radius:var(--btm-radius-md);font:inherit;font-weight:600;line-height:1;cursor:pointer;transition:transform .15s ease,background .15s ease}.btm-btn:active{transform:translateY(1px)}.btm-btn--primary{background:var(--btm-color-brand);color:#fff}.btm-btn--primary:hover{background:var(--btm-color-brand-strong);color:#fff}.btm-btn--ghost{background:transparent;border-color:var(--btm-color-line);color:var(--btm-color-ink)}.btm-btn--ghost:hover{border-color:var(--btm-color-brand);color:var(--btm-color-brand)}.btm-btn--soft{background:#be1e2d14;color:var(--btm-color-brand)}.btm-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:999px;font-size:var(--btm-fs-xs);font-weight:700}.btm-badge--sale{background:#fee2e2;color:var(--btm-color-brand)}.btm-badge--new{background:#dcfce7;color:var(--btm-color-success)}.btm-badge--hot{border-radius:.25rem;background:#e11d2e;color:#fff}.btm-badge--big-sale{border-radius:.25rem;background:#f59e0b;color:#1f2937}.btm-badge--best-seller{border-radius:.25rem;background:#2b3440;color:#fff}.btm-badge--muted{background:var(--btm-color-canvas);color:var(--btm-color-ink-soft)}.btm-card{background:var(--btm-color-surface);border:1px solid var(--btm-color-line);border-radius:var(--btm-radius-lg);box-shadow:var(--btm-shadow-sm);overflow:hidden}.btm-card__body{padding:var(--btm-space-4)}.btm-card__title{margin:0 0 var(--btm-space-2);font-size:var(--btm-fs-md);font-family:var(--btm-font-display)}.btm-card__meta{color:var(--btm-color-muted);font-size:var(--btm-fs-sm)}.btm-table-wrap{overflow-x:auto;border:1px solid var(--btm-color-line);border-radius:var(--btm-radius-md)}.btm-table{width:100%;border-collapse:collapse;background:var(--btm-color-surface);font-size:var(--btm-fs-sm)}.btm-table th,.btm-table td{padding:.85rem 1rem;border-bottom:1px solid var(--btm-color-line);text-align:left}.btm-table th{background:var(--btm-color-canvas);font-weight:700}.btm-table tr:last-child td{border-bottom:0}.cr-pswp:not(.pswp--open){display:none!important}.woocommerce-products-header{display:none}.woocommerce .btm-catalog,.woocommerce-page .btm-catalog,.single-product .btm-pdp,.home .btm-home{width:100%}.btm-stack>*+*{margin-top:var(--btm-space-4)}.btm-cluster{display:flex;flex-wrap:wrap;gap:var(--btm-space-3);align-items:center}.btm-sr-only,.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;word-wrap:normal;white-space:nowrap;clip-path:inset(50%)}.screen-reader-text:focus{z-index:100000;top:.3125rem;left:.3125rem;width:auto;height:auto;padding:.9375rem 1.4375rem .875rem;border-radius:var(--btm-radius-md, .5rem);clip:auto;background:var(--btm-color-surface, #fff);box-shadow:0 0 2px 2px #0009;clip-path:none;color:var(--btm-color-text, #101828);font-size:.875rem;line-height:normal;text-decoration:none}.btm-surface{background:var(--btm-color-surface);border:1px solid var(--btm-color-line);border-radius:var(--btm-radius-lg);box-shadow:var(--btm-shadow-sm)}
.btm-mega__stack{margin-top:1.35rem;padding-top:1.1rem;border-top:1px solid #e5e7eb}.btm-mega__stack .btm-mega__title{margin:0 0 .85rem}.btm-mega__pane--used .btm-mega__pill-list,.btm-mega__pane--phone .btm-mega__pill-list,.btm-mega__pane--tablet .btm-mega__pill-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.45rem}.btm-mega__pane--used .btm-mega__pill-list>li,.btm-mega__pane--phone .btm-mega__pill-list>li,.btm-mega__pane--tablet .btm-mega__pill-list>li{width:auto;min-width:0}.btm-mega__pane--used .btm-mega__pill-list>li:last-child:nth-child(odd),.btm-mega__pane--phone .btm-mega__pill-list>li:last-child:nth-child(odd),.btm-mega__pane--tablet .btm-mega__pill-list>li:last-child:nth-child(odd){grid-column:1/-1}.btm-mega__pane--used .btm-mega__pill,.btm-mega__pane--phone .btm-mega__pill,.btm-mega__pane--tablet .btm-mega__pill{width:100%;box-sizing:border-box;white-space:normal;text-align:center}.btm-mega__brand-cols{display:grid;grid-template-columns:repeat(auto-fill,minmax(9.75rem,1fr));gap:1.5rem 1.75rem;align-items:start}.btm-mega__brand-col{min-width:0}.btm-mega__brand-col .btm-mega__title{margin:0 0 .5rem}.btm-mega__brand-col-title{color:inherit;text-decoration:none}.btm-mega__brand-col-title:hover,.btm-mega__brand-col-title:focus-visible{color:var(--btm-color-brand,#be1e2d)}.btm-mega__brand-col .btm-mega__links a{padding:.28rem 0;color:#344054;font-weight:400;font-size:.875rem;line-height:1.4}.btm-mega__brand-col .btm-mega__links a:hover,.btm-mega__brand-col .btm-mega__links a:focus-visible{color:var(--btm-color-brand,#be1e2d)}@media (max-width:1023px){.btm-mega__brand-cols{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.25rem;padding:.75rem;background:#fff;border-radius:.75rem}}.btm-mega__pane--used .btm-mega__brand-cols,.btm-mega__pane--phone .btm-mega__brand-cols,.btm-mega__pane--tablet .btm-mega__brand-cols{grid-template-columns:repeat(auto-fill,minmax(8.35rem,1fr));gap:1.65rem 1.35rem}.btm-bottom-nav__item.btm-bottom-nav__item--catalog{color:var(--btm-color-brand);font-size:.8125rem;font-weight:700;letter-spacing:-.01em}.btm-bottom-nav__item.btm-bottom-nav__item--catalog .btm-bottom-nav__icon{width:2.15rem;height:2.15rem;background:color-mix(in srgb,var(--btm-color-brand) 16%,#fff);color:var(--btm-color-brand)}.btm-bottom-nav__item.btm-bottom-nav__item--catalog .btm-ico--bottom{width:1.375rem;height:1.375rem}