:root{--bn-red: #9F0000;--bn-red-dark: #7a0000;--bn-ink: #1a1a1a;--bn-muted: #5a5a5a;--bn-line: rgba(0, 0, 0, .09)}.bn-hero{position:relative;overflow:hidden;border-radius:12px;isolation:isolate}.bn-hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bn-hero__media img{width:100%;height:100%;object-fit:cover;display:block}.bn-hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(100deg,#080808e6,#080808c2 34%,#08080870 64%,#0808081a)}.bn-hero--no-image .bn-hero__scrim{background:linear-gradient(100deg,var(--bn-ink) 0%,#2e2e2e 100%)}.bn-hero__inner{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;min-height:var(--bn-hero-height, 300px);max-width:66ch;padding:clamp(2rem,4vw,4rem) clamp(1.8rem,4vw,4.4rem);color:#fff}.bn-hero__title{margin:0;color:#fff;letter-spacing:-.015em;line-height:1.08;text-shadow:0 2px 16px rgba(0,0,0,.5)}.bn-hero__rule{width:6.4rem;height:4px;margin:1.4rem 0 1.6rem;background:var(--bn-red);border-radius:2px;flex:none}.bn-hero__desc{margin:0;font-size:1.45rem;line-height:1.6;color:#ffffffed;text-shadow:0 1px 10px rgba(0,0,0,.45)}.bn-hero__desc p{margin:0 0 .8rem}.bn-hero__desc p:last-child{margin-bottom:0}.bn-hero__desc a{color:#fff;text-decoration:underline}.bn-hero__desc[data-clamp]{display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bn-hero__desc[data-clamp].is-open{display:block;-webkit-line-clamp:unset;line-clamp:unset;overflow:visible}.bn-hero__more{align-self:flex-start;margin-top:1.2rem;padding:0;font-family:inherit;font-size:1.25rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#fff;background:none;border:0;cursor:pointer}.bn-hero__more span{border-bottom:2px solid var(--bn-red);padding-bottom:3px}.bn-hero__more:hover span{border-bottom-color:#fff}.bn-hero__more[hidden]{display:none!important}.bn-hero__shopall{align-self:flex-start;display:inline-flex;align-items:center;gap:.6rem;margin-top:1.8rem;padding:.9rem 1.6rem;font-size:1.3rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;color:#fff;background:var(--bn-red);border-radius:8px;transition:background .18s ease,transform .18s ease}.bn-hero__shopall:hover{background:var(--bn-red-dark);transform:translateY(-1px)}.bn-hero__shopall svg{display:block}.bn-hero__shopall[hidden]{display:none!important}@media(max-width:767px){.bn-hero__scrim{background:linear-gradient(180deg,#0808088c,#080808d6 58%,#080808ed)}.bn-hero__inner{min-height:var(--bn-hero-height-mobile, 240px);max-width:none}.bn-hero__desc{font-size:1.35rem}.bn-hero__rule{margin:1.1rem 0 1.2rem}}.bn-substrip{position:relative;margin-top:2.4rem}.bn-substrip[data-state=loading]{min-height:180px}.bn-substrip[data-state=empty]{display:none}.bn-substrip__head{display:flex;align-items:center;justify-content:space-between;gap:1.2rem;background:var(--bn-red);border-radius:8px;padding:1.1rem 1.6rem;margin-bottom:1.8rem}.bn-substrip__title{margin:0;font-size:1.6rem;font-weight:700;letter-spacing:.02em;color:#fff}.bn-substrip__count{font-size:1.25rem;color:#ffffffd9}.bn-substrip__track{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1.4rem}.bn-substrip__tile{display:flex;flex-direction:column;background:#fff;border:1px solid var(--bn-line);border-radius:10px;overflow:hidden;text-align:center;text-decoration:none;color:inherit;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.bn-substrip__tile:hover{border-color:#9f000066;box-shadow:0 6px 18px #00000017;transform:translateY(-2px)}.bn-substrip__img{width:100%;aspect-ratio:1 / 1;object-fit:contain;padding:10px;background:#fff;display:block;flex:none}.bn-substrip__ph{width:100%;aspect-ratio:1 / 1;background:#f6f6f6;display:flex;align-items:center;justify-content:center;font-size:2.6rem;font-weight:700;color:var(--bn-red);flex:none}.bn-substrip__label{flex:1;display:flex;align-items:center;justify-content:center;min-height:48px;padding:.9rem .6rem;font-size:1.2rem;font-weight:600;line-height:1.3;color:var(--bn-ink)}.bn-substrip__tile:hover .bn-substrip__label{color:var(--bn-red)}.bn-substrip__skel{border:1px solid var(--bn-line);border-radius:10px;overflow:hidden;background:#fff}.bn-substrip__skel:before{content:"";display:block;width:100%;aspect-ratio:1 / 1;background:linear-gradient(90deg,#f2f2f2 25%,#e9e9e9 37%,#f2f2f2 63%);background-size:400% 100%;animation:bnShimmer 1.3s ease-in-out infinite}.bn-substrip__skel:after{content:"";display:block;height:48px;background:#fff}@keyframes bnShimmer{0%{background-position:100% 0}to{background-position:0 0}}@media(prefers-reduced-motion:reduce){.bn-substrip__skel:before{animation:none}.bn-substrip__tile{transition:none}}@media(min-width:1200px){.bn-substrip__track{grid-template-columns:repeat(auto-fill,minmax(0,calc((100% - 5 * 1.4rem) / 6)))}}@media(min-width:601px)and (max-width:900px){.bn-substrip__track{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.bn-substrip{margin-top:1.8rem}.bn-substrip[data-state=loading]{min-height:150px}.bn-substrip__track{grid-template-columns:repeat(2,1fr);gap:1rem}.bn-substrip__label{font-size:1.1rem;min-height:42px}}.collection__toolbar{padding:1.2rem 0 1.4rem;border-bottom:1px solid var(--bn-line);margin-bottom:2rem}.collection__toolbar #ProductCount{font-size:1.35rem;color:var(--bn-muted)}.collection__toolbar .btn--icon-circle{border:1px solid var(--bn-line)}.collection__toolbar .btn--icon-circle.btn--active{border-color:var(--bn-red);color:var(--bn-red)}.products-list .card-product{background:#fff;border:1px solid var(--bn-line);border-radius:10px;overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease}.products-list .card-product:hover{border-color:#9f00004d;box-shadow:0 8px 24px #00000014}.products-list .card-product__media,.products-list .card-product .media-wrapper{background:#fff;padding:1rem}.products-list .card-product__info,.products-list .card-product__content{background:#fff!important;color:var(--bn-ink)!important;padding:1.2rem 1.4rem 1.6rem;border-top:1px solid var(--bn-line);text-align:left}.products-list .card-product__title,.products-list .card-product__title a,.products-list .card-product__name{color:var(--bn-ink)!important;font-size:1.32rem;font-weight:600;line-height:1.4;letter-spacing:-.005em;text-decoration:none;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.products-list .card-product:hover .card-product__title a{color:var(--bn-red)!important}.products-list .card-product__price,.products-list .card-product .price,.products-list .card-product .price-item{color:var(--bn-red)!important;font-size:1.4rem;font-weight:700;margin-top:.8rem}.products-list .card-product .price--compare,.products-list .card-product .price-item--regular{color:var(--bn-muted)!important;font-weight:400;text-decoration:line-through}@media(max-width:767px){.products-list .card-product__info,.products-list .card-product__content{padding:1rem 1.1rem 1.3rem}.products-list .card-product__title,.products-list .card-product__title a{font-size:1.22rem}}.collection__content:not(:has(.card-product)) #FacetFiltersContainer,.collection__content:not(:has(.card-product)) #cloud_search_filters_sidebar{display:none!important}.bnhp{margin-top:3.2rem}.bnhp[data-state=empty]{display:none}.bnhp[data-state=loading]{min-height:120px}.bnhp__head{background:var(--bn-red);border-radius:8px;padding:1.1rem 1.6rem;margin-bottom:1.8rem}.bnhp__title{margin:0;color:#fff;font-size:1.6rem;font-weight:700;letter-spacing:.02em}.bnhp__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(185px,1fr));gap:1.4rem}@media(max-width:900px){.bnhp__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.bnhp__grid{grid-template-columns:repeat(2,1fr);gap:10px}.bnhp-actions{flex-direction:column}.bnhp-btn,.bnhp-qv{padding:10px 8px}}@media(max-width:900px){.bnhp-qtyrow{display:flex!important;align-items:center;gap:6px;width:100%;flex-wrap:nowrap;margin-bottom:8px}.bnhp-qtybtn{flex:0 0 32px!important;width:32px!important;min-width:32px!important;height:32px!important;font-size:17px;line-height:1;padding:0}.bnhp-qtyinput{flex:1 1 auto;width:auto;min-width:40px!important;max-width:60px;height:32px;font-size:14px!important;text-align:center}}.bnhp-card{background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s}.bnhp-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000001a}.bnhp-imgwrap{position:relative;width:100%;padding-bottom:100%;overflow:hidden;background:#f5f5f5;flex-shrink:0}.bnhp-imglink{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block}.bnhp-img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:contain;transition:transform .3s}.bnhp-card:hover .bnhp-img{transform:scale(1.04)}.bnhp-badge{position:absolute;top:10px;right:10px;background:#9f0000;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px;font-weight:700;z-index:2;pointer-events:none}.bnhp-badges{position:absolute;top:8px;left:8px;z-index:3;display:flex;align-items:center;gap:5px}.bnhp-bnpro{display:block;background:none;padding:0;text-decoration:none;line-height:0}.bnhp-bnpro img{display:block;width:40px;height:auto;border-radius:5px}.bnhp-bnpro-ph{display:flex;align-items:center;justify-content:center;width:40px;height:22px;background:#9f0000;border-radius:4px;font-size:6.5px;font-weight:800;color:#fff;letter-spacing:.05em;text-decoration:none;line-height:1.2;text-align:center;padding:2px}.bnhp-body{padding:10px;flex-grow:1;display:flex;flex-direction:column}.bnhp-cardtitle{font-size:13px;font-weight:600;color:#1a1a1a;margin:0 0 auto;line-height:1.3;min-height:2.6em}.bnhp-cardtitle a{color:inherit;text-decoration:none}.bnhp-cardtitle a:hover{text-decoration:underline}.bnhp-prices{display:flex;align-items:baseline;gap:8px;margin-top:10px;margin-bottom:10px;flex-wrap:wrap}.bnhp-price{font-size:16px;font-weight:700;color:#9f0000}.bnhp-compare{font-size:13px;color:#999;text-decoration:line-through}.bnhp-variant{width:100%;padding:6px 8px;border:1px solid #e0e0e0;border-radius:6px;font-size:12px;margin-bottom:8px;cursor:pointer}.bnhp-qtyrow{display:flex;align-items:center;gap:6px;margin-bottom:8px;width:100%}.bnhp-qtybtn{flex:0 0 28px;width:28px;height:28px;background:#f5f5f5;border:1px solid #e0e0e0;border-radius:4px;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center;font-weight:600}.bnhp-qtybtn:hover{background:#e0e0e0}.bnhp-qtyinput{flex:1 1 auto;min-width:0;width:auto;text-align:center;padding:4px;border:1px solid #e0e0e0;border-radius:4px;font-size:13px;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.bnhp-qtyinput::-webkit-outer-spin-button,.bnhp-qtyinput::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bnhp-actions{display:flex;gap:8px;margin-top:auto;padding-top:8px;border-top:1px solid #f0f0f0}.bnhp-btn{flex:1 1 0;min-width:0;padding:9px 6px;border:none;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer;transition:background .2s;text-align:center;white-space:nowrap}.bnhp-atc{background:#9f0000;color:#fff}.bnhp-atc:hover{background:#7a0000}.bnhp-qv{background:#1a1a1a;color:#fff;text-decoration:none;display:flex;align-items:center;justify-content:center}.bnhp-qv:hover{background:#333}.bnhp-skel{background:#fff;border:1px solid #e8e8e8;border-radius:8px;overflow:hidden}.bnhp-skel:before{content:"";display:block;width:100%;padding-bottom:100%;background:linear-gradient(90deg,#f2f2f2 25%,#e9e9e9 37%,#f2f2f2 63%);background-size:400% 100%;animation:bnShimmer 1.3s ease-in-out infinite}.bnhp-skel:after{content:"";display:block;height:120px;background:#fff}@media(max-width:600px){.bnhp-cardtitle{font-size:12.5px}.bnhp-price{font-size:15px}}
/*# sourceMappingURL=/cdn/shop/t/115/assets/bn-collection-hero.css.map */
