*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--blue: #2453d3;--red: #ec0101;--ink: #1a1a2e;--sub: #242424;--muted: #6b7280;--light: #9ca3af;--border: #e5e7eb;--bg: #ffffff;--card: #ffffff;--img-lo: linear-gradient(160deg, #c1d5e8 0%, #d4e4f1 50%, #ddeaf7 100%)}body{font-family:Poppins,-apple-system,Segoe UI,system-ui,Helvetica Neue,Arial,sans-serif;background:#fff;color:var(--ink);line-height:1.6;-webkit-font-smoothing:antialiased;overscroll-behavior-x:none}button{cursor:pointer;border:none;background:none;font:inherit;color:inherit}a{color:inherit;text-decoration:none}.hdr{position:sticky;top:0;z-index:100;background:#fffffff0;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border-bottom:1px solid var(--border)}.hdr-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;height:64px;padding:0 32px;gap:32px}.logo{font-size:20px;font-weight:800;letter-spacing:-.5px;color:var(--ink)}.logo-b{color:var(--blue)}.hdr-nav{display:flex;align-items:center;gap:32px;font-size:14px;font-weight:500;color:var(--muted)}.hdr-nav a:hover{color:var(--ink)}.btn-primary{display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;padding:0 24px;height:48px;border-radius:6px;font-family:inherit;font-size:14px;font-weight:600;border:none;cursor:pointer;transition:background .15s}.btn-primary:hover{background:#1c44c3}.hero{border-bottom:1px solid var(--border);padding:72px 32px 64px;text-align:center}.hero-inner{max-width:560px;margin:0 auto}.hero-eyebrow{display:inline-block;font-size:11.5px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--blue);margin-bottom:20px}.hero h1{font-size:clamp(32px,4.5vw,50px);font-weight:700;line-height:1.12;letter-spacing:-.03em;color:var(--ink);margin-bottom:14px}.hero-sub{font-size:16px;color:var(--muted);line-height:1.6;margin-bottom:36px}.bb-form{display:flex;gap:10px;max-width:420px;margin:0 auto 12px}@media(max-width:600px){.hero{padding:48px 20px 40px}.hero-inner{width:100%}.bb-form{flex-direction:column;width:100%;max-width:100%;gap:8px}.bb-input{width:100%;box-sizing:border-box}.bb-form .btn-primary,.bb-form button[type=submit]{width:100%}}.bb-input{flex:1;height:48px;padding:0 16px;border:1.5px solid var(--border);border-radius:6px;background:#fff;color:var(--ink);font-family:inherit;font-size:14px;outline:none;transition:border-color .15s,box-shadow .15s}.bb-input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2453d31f}.bb-input::placeholder{color:var(--light)}.bb-form .btn-primary{height:48px;white-space:nowrap}.form-note{font-size:12px;color:var(--light)}.blog-wrap{max-width:1200px;margin:0 auto;padding:0 32px}.tabs{display:flex;align-items:center;gap:6px;padding:32px 0 28px;flex-wrap:wrap}.tab{padding:8px 22px;border-radius:9999px;font-family:inherit;font-size:14px;font-weight:500;color:var(--sub);border:none;background:none;cursor:pointer;transition:all .15s}.tab:hover{color:var(--blue)}.tab.active{background:var(--blue);color:#fff;font-weight:600}.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding-bottom:80px}@media(max-width:900px){.grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.grid{grid-template-columns:1fr}}.card[data-hidden]{display:none}.card{background:#fff;cursor:pointer}.card:hover .card-title{color:var(--blue)}.card-img{width:100%;aspect-ratio:16/9;background:var(--img-lo);overflow:hidden;position:relative}.shimmer{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.22) 50%,transparent 100%);transform:translate(-100%);animation:shimmer 1.8s ease infinite}@keyframes shimmer{to{transform:translate(200%)}}.card-body{padding:14px 0 4px}.card-source-pill{display:inline-block;margin-bottom:7px;font-size:10.5px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:9999px;background:#2453d314;color:var(--blue)}.card-source{font-size:11px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:var(--blue);margin-bottom:6px}.card-meta{font-size:12px;color:var(--light);margin-bottom:8px;letter-spacing:.01em}.card-title{font-size:17px;font-weight:600;line-height:1.35;letter-spacing:-.02em;color:var(--ink);margin-bottom:9px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .15s}.card-desc{font-size:13.5px;color:var(--muted);line-height:1.65;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}#art{display:none}.art-hdr-bar{max-width:1000px;margin:0 auto;padding:40px 32px 0}.art-back{display:flex;align-items:center;gap:6px;width:fit-content;font-size:14px;font-weight:500;color:var(--muted);margin-bottom:28px;cursor:pointer;transition:color .15s}.art-back:hover{color:var(--blue)}.art-cat-pill{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.1em;padding:5px 14px;border-radius:9999px;background:#2453d31a;color:var(--blue);margin-bottom:22px}.art-title{font-size:clamp(24px,3.5vw,38px);font-weight:700;line-height:1.18;letter-spacing:-.03em;color:var(--ink);margin-bottom:16px;max-width:70%;text-wrap:balance}.art-meta{font-size:13px;color:var(--light);margin-bottom:36px}.art-feat-img{max-width:1000px;margin:0 auto;padding:0 32px}.art-feat-img .img-box{width:100%;aspect-ratio:16/9;background:var(--img-lo);border-radius:8px;overflow:hidden;position:relative}.art-with-sidebar{max-width:1000px;margin:40px auto 0;padding:0 32px;display:grid;grid-template-columns:1fr 230px;gap:48px;align-items:start}.art-with-sidebar>div{min-width:0}@media(max-width:760px){.art-with-sidebar{grid-template-columns:1fr;padding:0 20px}.product-sidebar{display:none}.art-bottom-container{padding:0 20px}.art-hdr-bar{padding:28px 20px 0}.art-feat-img{padding:0 20px}.art-title{max-width:100%}.art-body p,.art-body li{font-size:16px;line-height:1.75}}.art-body{overflow-wrap:break-word;word-break:break-word}.art-body h2{font-size:20px;font-weight:700;letter-spacing:-.02em;line-height:1.3;margin:40px 0 14px;color:var(--ink)}.art-body h2:first-child{margin-top:0}.art-body h3{font-size:17px;font-weight:600;letter-spacing:-.01em;line-height:1.35;margin:28px 0 10px;color:var(--ink)}.art-body p{font-size:16px;line-height:1.8;color:var(--sub);margin-bottom:18px}.art-body ul,.art-body ol{margin:0 0 18px 22px;font-size:16px;line-height:1.8;color:var(--sub)}.art-body li{margin-bottom:6px}.art-body strong{color:var(--ink);font-weight:600}.art-body a{color:var(--blue);text-decoration:underline;text-underline-offset:2px}.art-body table{width:100%;max-width:100%;border-collapse:collapse;margin-bottom:24px;font-size:14px;overflow-x:auto;display:block;box-sizing:border-box}.art-body th,.art-body td{text-align:left;padding:10px 14px;border:1px solid var(--border)}.art-body th{background:#f9fafb;font-weight:600;color:var(--ink)}.art-body td{color:var(--sub)}.art-body em{font-style:italic}.product-sidebar{position:sticky;top:80px}.product-card{border:1px solid var(--border);border-radius:8px;padding:18px;background:#fff}.product-label{font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--light);margin-bottom:14px}.product-img{width:100%;aspect-ratio:4/3;background:var(--img-lo);border-radius:6px;overflow:hidden;position:relative;margin-bottom:14px}.product-name{font-size:15px;font-weight:600;color:var(--ink);margin-bottom:8px;line-height:1.35}.product-price{font-size:14px;color:var(--light);margin-bottom:16px}.btn-red{width:100%;padding:13px;background:var(--red);color:#fff;border:none;border-radius:6px;font-family:inherit;font-size:14px;font-weight:600;cursor:pointer;transition:background .15s;letter-spacing:.01em}.btn-red:hover{background:#c50000}.art-bottom-container{max-width:1000px;margin:0 auto;padding:0 32px}.faq-section{margin-top:56px}.faq-section>h2{font-size:22px;font-weight:700;letter-spacing:-.02em;margin-bottom:8px;color:var(--ink)}.faq-q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;text-align:left;padding:18px 0;font-family:inherit;font-size:15px;font-weight:500;color:var(--ink);border:none;background:none;cursor:pointer;transition:color .15s}.faq-q:hover{color:var(--blue)}.faq-chevron{flex-shrink:0;color:var(--muted);transition:transform .25s ease,color .15s}.faq-item.open .faq-chevron{transform:rotate(180deg);color:var(--blue)}.faq-a{overflow:hidden;max-height:0;font-size:15px;line-height:1.8;color:var(--muted);transition:max-height .3s ease,padding .3s ease;padding-bottom:0}.faq-item.open .faq-a{max-height:400px;padding-bottom:20px}.nl-section{margin:64px 0}.nl-box{border:1px solid var(--border);border-radius:10px;padding:48px 40px;text-align:center}.nl-box h3{font-size:clamp(20px,2.5vw,26px);font-weight:700;letter-spacing:-.03em;line-height:1.25;color:var(--ink);margin-bottom:10px}.nl-box p{font-size:14px;color:var(--muted);margin-bottom:28px;line-height:1.6}.nl-box .bb-form{max-width:380px}.rel-section{padding-bottom:80px}.rel-section>h2{font-size:20px;font-weight:700;letter-spacing:-.02em;color:var(--ink);margin-bottom:24px}.rel-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}@media(max-width:700px){.rel-grid{grid-template-columns:1fr}}.rel-card{cursor:pointer}.rel-card:hover .card-title{color:var(--blue)}.rel-img{width:100%;aspect-ratio:16/9;background:var(--img-lo);border-radius:6px;margin-bottom:12px}.footer{border-top:1px solid var(--border);padding:40px 32px;text-align:center}.footer-logo{font-size:20px;font-weight:800;color:var(--ink);margin-bottom:20px}.footer-links{display:flex;justify-content:center;gap:28px;font-size:13.5px;color:var(--muted);margin-bottom:16px;flex-wrap:wrap}.footer-links a:hover{color:var(--ink)}.footer-copy{font-size:12px;color:var(--light)}.inline-products{margin:40px 0}#mobile-product-bar{display:none;position:fixed;bottom:0;left:0;right:0;z-index:300;background:var(--bg);border-top:1px solid var(--border);padding:10px 16px 14px;box-shadow:0 -4px 16px #00000014}#mpb-inner{display:flex;align-items:center;gap:12px;max-width:480px;margin:0 auto}#mpb-inner img{width:60px;height:60px;object-fit:contain;flex-shrink:0;border-radius:6px}.mpb-info{flex:1;min-width:0}.mpb-info .mpb-name{font-size:13px;font-weight:700;color:var(--ink);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:1.3}.mpb-info .mpb-sub{font-size:11px;color:var(--light);margin:1px 0 2px}.mpb-info .mpb-price{font-size:13px;font-weight:600;color:var(--ink)}.mpb-btn{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;background:var(--blue);color:#fff;border-radius:6px;padding:0 16px;height:40px;font-size:13px;font-weight:600;white-space:nowrap;text-decoration:none;font-family:inherit}@media(min-width:601px){#mobile-product-bar{display:none!important}}@media(max-width:600px){.art-bottom-container{padding-bottom:80px}}.inline-products-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px;margin-top:20px}@media(max-width:600px){.inline-products-grid{grid-template-columns:1fr}}.inline-product-card{border:1px solid var(--border);border-radius:10px;padding:20px 20px 24px;background:var(--surface);display:flex;flex-direction:column;align-items:center;text-align:center;transition:box-shadow .15s}.inline-product-card:hover{box-shadow:0 4px 18px #00000014}.inline-product-card .btn-red{background:var(--blue)}.inline-product-card .btn-red:hover{background:#1c44c3}.inline-product-card img{width:120px;height:120px;object-fit:contain;margin-bottom:14px}.inline-product-card h4{font-size:15px;font-weight:700;color:var(--ink);margin-bottom:4px}.inline-product-card .ipc-sub{font-size:12px;color:var(--light);margin-bottom:6px}.inline-product-card .ipc-price{font-size:18px;font-weight:700;color:var(--ink);margin-bottom:16px}.inline-products h3{font-size:16px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--light);margin-bottom:0}@media(max-width:760px){#art,#listing{max-width:100vw;overflow-x:hidden}.art-hdr-bar,.art-feat-img,.art-with-sidebar,.art-bottom-container{box-sizing:border-box;width:100%}.art-back{font-size:15px;padding:8px 0}.art-hdr-bar{padding-top:24px}}@media(max-width:600px){.bb-form .bb-input{height:52px;width:100%;flex:none}.bb-form .btn-primary,.bb-form button[type=submit]{height:52px;width:100%;padding:0;line-height:52px}}
/*# sourceMappingURL=/cdn/shop/t/23/assets/bbrand-blog.css.map */
