*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,Segoe UI,Arial,sans-serif;background:#f7f8fa;color:#2c3540}img{max-width:100%;display:block}a{color:inherit}.skip-to-content{position:absolute;left:-999px;top:0;background:#29abe2;color:#fff;padding:10px}.skip-to-content:focus{left:10px;z-index:10000}.bb-header{display:flex;align-items:center;justify-content:space-between;padding:14px 5%;background:#fff;border-bottom:1px solid #eef0f2;position:sticky;top:0;z-index:999}.bb-header__logo img{height:48px;width:auto}.bb-header__nav{display:flex;align-items:center;gap:32px;list-style:none}.bb-header__nav a{text-decoration:none;color:#2c3540;font-weight:600;font-size:15px;padding-bottom:4px;position:relative}.bb-header__nav a:after{content:"";position:absolute;left:0;bottom:0;height:2px;width:0;background:#29abe2;transition:width .25s ease}.bb-header__nav a:hover{color:#29abe2}.bb-header__nav a:hover:after{width:100%}.bb-header__actions{display:flex;align-items:center;gap:18px}.bb-header__icon{color:#2c3540;text-decoration:none;position:relative}.bb-header__cart-count{background:#29abe2;color:#fff;font-size:11px;font-weight:700;border-radius:50%;width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-10px}.bb-header__burger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer}.bb-header__burger span{width:24px;height:2px;background:#2c3540;display:block}.bb-header__mobile-nav{display:none;flex-direction:column;background:#fff;border-bottom:1px solid #eef0f2}.bb-header__mobile-nav a{padding:14px 5%;text-decoration:none;color:#2c3540;font-weight:600;border-top:1px solid #f2f3f5}@media(max-width:900px){.bb-header__nav{display:none}.bb-header__burger,.bb-header__mobile-nav.is-open{display:flex}}.bb-hero{background:linear-gradient(135deg,#2c3540,#1a222b);color:#fff;padding:70px 5%;display:flex;align-items:center;justify-content:space-between;gap:30px}.bb-hero__text h1{font-size:38px;max-width:480px;line-height:1.3}.bb-hero__text p{margin-top:14px;color:#c6ccd3;max-width:420px}.bb-hero__text a{display:inline-block;margin-top:24px;background:#29abe2;color:#fff;text-decoration:none;padding:13px 28px;border-radius:6px;font-weight:700}.bb-hero__img{width:420px;max-width:100%}.bb-hero__img-placeholder{width:100%;height:280px;background:#3a4552;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#7a8492;font-size:13px;text-align:center}@media(max-width:900px){.bb-hero{flex-direction:column;text-align:center}.bb-hero__text p{margin-left:auto;margin-right:auto}}.bb-section{padding:50px 5%;max-width:1200px;margin:0 auto}.bb-section h2{color:#2c3540;font-size:24px;margin-bottom:24px}.bb-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}@media(max-width:900px){.bb-grid{grid-template-columns:repeat(2,1fr)}}.bb-card{background:#fff;border:1px solid #eef0f2;border-radius:10px;overflow:hidden;text-decoration:none;color:inherit;display:block}.bb-card__img{height:180px;background:#e9ecef;display:flex;align-items:center;justify-content:center;overflow:hidden}.bb-card__img img{width:100%;height:100%;object-fit:cover}.bb-card__body{padding:14px}.bb-card__body h4{font-size:14px;color:#2c3540;margin-bottom:6px}.bb-card .price{color:#29abe2;font-weight:700;margin-bottom:10px}.bb-buy-now-form{margin:0}.bb-buy-now-btn,.bb-add-to-cart-btn{display:block;width:100%;text-align:center;background:#29abe2;color:#fff;font-weight:700;font-size:14px;padding:10px 0;border:none;border-radius:6px;cursor:pointer;text-decoration:none}.bb-buy-now-btn:hover,.bb-add-to-cart-btn:hover{background:#1f8fbf}.bb-add-to-cart-btn{background:#2c3540;margin-bottom:8px}.bb-add-to-cart-btn:hover{background:#1a222b}.bb-buy-now-btn:disabled,.bb-add-to-cart-btn:disabled{background:#b7bcc2;cursor:not-allowed}.bb-product{display:flex;gap:40px;padding:50px 5%;max-width:1200px;margin:0 auto;flex-wrap:wrap}.bb-product__gallery{flex:1 1 400px}.bb-product__gallery img{border-radius:10px}.bb-product__info{flex:1 1 400px}.bb-product__info h1{font-size:26px;margin-bottom:10px}.bb-product__price{font-size:22px;color:#29abe2;font-weight:700;margin-bottom:20px}.bb-product__variant-select{width:100%;padding:10px;margin-bottom:12px;border:1px solid #dfe3e7;border-radius:6px}.bb-product__description{margin-top:24px;line-height:1.6}.bb-product__policy-note{margin-top:20px;font-size:13px;color:#667082;background:#eef6fb;border-left:3px solid #29ABE2;padding:10px 14px;border-radius:4px}.bb-cart-table{width:100%;border-collapse:collapse;margin-bottom:20px}.bb-cart-table th,.bb-cart-table td{text-align:left;padding:10px;border-bottom:1px solid #eef0f2}.bb-cart-qty{width:60px;padding:6px;border:1px solid #dfe3e7;border-radius:4px}.bb-cart-summary{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.bb-cart-summary .bb-buy-now-btn,.bb-cart-summary .bb-add-to-cart-btn{width:auto;padding:12px 24px}.bb-page__content{line-height:1.7}.bb-search-form{display:flex;gap:10px;margin-bottom:30px}.bb-search-form input{flex:1;padding:10px;border:1px solid #dfe3e7;border-radius:6px}.bb-search-form button{padding:10px 20px;background:#29abe2;color:#fff;border:none;border-radius:6px;cursor:pointer}.bb-404{text-align:center}.bb-404 h1{font-size:64px;color:#29abe2}.bb-password-page{max-width:400px;margin:100px auto;text-align:center;padding:20px}.bb-password-page input{width:100%;padding:10px;margin:16px 0;border:1px solid #dfe3e7;border-radius:6px}.bb-error{color:#e0433d;margin-top:10px}.bb-footer{background:#2c3540;color:#d7dbe0;padding:50px 5% 24px;margin-top:30px}.bb-footer__grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:32px;max-width:1200px;margin:0 auto}.bb-footer__col h4{color:#fff;font-size:15px;margin:0 0 16px;text-transform:uppercase;letter-spacing:.5px}.bb-footer__col ul{list-style:none}.bb-footer__col li{margin-bottom:10px}.bb-footer__col a{color:#d7dbe0;text-decoration:none;font-size:14px}.bb-footer__col a:hover{color:#29abe2}.bb-footer__logo img{height:40px;margin-bottom:14px}.bb-footer__desc{font-size:14px;line-height:1.6;color:#aab1ba;max-width:320px}.bb-footer__policy{font-size:13px;line-height:1.6;color:#aab1ba;background:#ffffff0a;border-left:3px solid #29ABE2;padding:12px 14px;margin-top:14px;border-radius:4px}.bb-footer__whatsapp{display:inline-flex;align-items:center;gap:8px;margin-top:14px;color:#25d366;text-decoration:none;font-weight:600;font-size:14px}.bb-footer__bottom{max-width:1200px;margin:40px auto 0;padding-top:20px;border-top:1px solid rgba(255,255,255,.08);text-align:center;font-size:13px;color:#8b929c}@media(max-width:900px){.bb-footer__grid{grid-template-columns:1fr 1fr}}@media(max-width:560px){.bb-footer__grid{grid-template-columns:1fr}}.bb-whatsapp-btn{position:fixed;bottom:22px;right:22px;width:58px;height:58px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 14px #00000040;z-index:9999}.bb-whatsapp-btn:hover{transform:scale(1.08)}@media(max-width:600px){.bb-whatsapp-btn{width:50px;height:50px;bottom:16px;right:16px}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/theme.css.map */
