:root{--bd-black:#141414;--bd-text:#141414;--bd-muted:#5c5c5c;--bd-border:#e0e0e0;--bd-bg:#f6f6f6;--bd-white:#fff;--bd-yellow:#ffcf00;--bd-red:#d0021b;--bd-blue:#006db7;--bd-wrap:1280px;--bd-radius:8px;--bd-header-h:64px}.bd-home *,.bd-home *::before,.bd-home *::after,.bd-shop-header *,.bd-shop-header *::before,.bd-shop-header *::after,.bd-shop-footer *,.bd-shop-footer *::before,.bd-shop-footer *::after{box-sizing:border-box}.bd-front-page #header,.bd-front-page .header-wrapper,.bd-front-page .page-top,.bd-front-page #footer,.bd-front-page .footer-wrapper,.bd-front-page #footer-wrapper{display:none!important}.bd-shop-header{position:sticky;top:0;z-index:1000;background:var(--bd-white);box-shadow:0 1px 0 var(--bd-border)}.bd-shop-header__promo{background:var(--bd-black);color:var(--bd-white);font-size:.8125rem;font-weight:600;text-align:center}.bd-shop-header__promo p{margin:0;padding:.5rem 0}.bd-shop-header__bar{height:var(--bd-header-h);display:flex;align-items:center}.bd-shop-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;width:100%}.bd-shop-header__menu-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;width:44px;height:44px;padding:0;border:none;background:none;cursor:pointer}.bd-shop-header__menu-btn span{display:block;width:22px;height:2px;background:var(--bd-black);border-radius:1px;transition:transform .2s , opacity .2s}.bd-shop-header__menu-btn[aria-expanded="true"] span:nth-child(1) {transform:translateY(7px) rotate(45deg)}.bd-shop-header__menu-btn[aria-expanded="true"] span:nth-child(2) {opacity:0}.bd-shop-header__menu-btn[aria-expanded="true"] span:nth-child(3) {transform:translateY(-7px) rotate(-45deg)}.bd-shop-header__logo{text-decoration:none;justify-self:center}.bd-shop-header__logo-text{font-size:1.125rem;font-weight:900;letter-spacing:-.02em;color:var(--bd-black)}.bd-shop-header__logo-text span{color:var(--bd-red)}.bd-shop-header__nav{display:none}.bd-shop-header__nav-list{display:flex;align-items:center;gap:.25rem;margin:0;padding:0;list-style:none}.bd-shop-header__nav-item{position:relative}.bd-shop-header__nav-link{display:inline-flex;align-items:center;gap:.25rem;padding:.5rem .75rem;border:none;background:none;font-size:.875rem;font-weight:700;color:var(--bd-text);text-decoration:none;cursor:pointer;border-radius:var(--bd-radius);white-space:nowrap}.bd-shop-header__nav-link:hover,.bd-shop-header__nav-item.has-mega:focus-within .bd-shop-header__nav-trigger,.bd-shop-header__nav-trigger[aria-expanded="true"]{background:var(--bd-bg);color:var(--bd-black)}.bd-shop-header__chevron{font-size:.625rem;opacity:.6}.bd-mega{position:absolute;top:100%;left:0;min-width:480px;padding:1.25rem 0;background:var(--bd-white);border:1px solid var(--bd-border);border-radius:var(--bd-radius);box-shadow:0 8px 32px rgba(0,0,0,.1)}.bd-mega__grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem}.bd-mega__title{margin:0 0 .625rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--bd-muted)}.bd-mega__list{margin:0;padding:0;list-style:none}.bd-mega__list a{display:block;padding:.375rem 0;font-size:.875rem;font-weight:600;color:var(--bd-text);text-decoration:none}.bd-mega__list a:hover{color:var(--bd-blue)}.bd-shop-header__actions{display:flex;align-items:center;gap:.5rem}.bd-shop-header__search{display:none;position:relative}.bd-shop-header__search input{width:200px;height:40px;padding:0 2.5rem 0 .875rem;border:1px solid var(--bd-border);border-radius:999px;font-size:.875rem}.bd-shop-header__search input:focus{outline:2px solid var(--bd-blue);border-color:var(--bd-blue)}.bd-shop-header__search button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);display:flex;padding:.25rem;border:none;background:none;color:var(--bd-muted);cursor:pointer}.bd-shop-header__icon-link{display:flex;align-items:center;justify-content:center;width:44px;height:44px;color:var(--bd-black);text-decoration:none;border-radius:var(--bd-radius)}.bd-shop-header__icon-link:hover{background:var(--bd-bg)}.bd-shop-header__cart{position:relative}.bd-shop-header__cart-count{position:absolute;top:4px;right:4px;min-width:18px;height:18px;padding:0 4px;border-radius:999px;background:var(--bd-red);color:var(--bd-white);font-size:.6875rem;font-weight:800;line-height:18px;text-align:center}.bd-shop-header__mobile{border-top:1px solid var(--bd-border);background:var(--bd-white);max-height:calc(100vh - var(--bd-header-h) - 32px);overflow-y:auto}.bd-shop-header__mobile-inner{padding:1rem 0 1.5rem}.bd-shop-header__search--mobile{display:flex;gap:.5rem;margin-bottom:1rem}.bd-shop-header__search--mobile input{flex:1;height:44px;padding:0 .875rem;border:1px solid var(--bd-border);border-radius:var(--bd-radius)}.bd-shop-header__search--mobile button{padding:0 1rem;border:none;border-radius:var(--bd-radius);background:var(--bd-black);color:var(--bd-white);font-weight:700;cursor:pointer}.bd-shop-header__mobile-list,.bd-shop-header__mobile-sublist{margin:0;padding:0;list-style:none}.bd-shop-header__mobile-list a{display:block;padding:.75rem 0;font-size:1rem;font-weight:700;color:var(--bd-black);text-decoration:none;border-bottom:1px solid var(--bd-border)}.bd-shop-header__mobile-heading{margin:1rem 0 .5rem;font-size:.75rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em;color:var(--bd-muted)}.bd-shop-header__mobile-sublist a{display:block;padding:.5rem 0;font-size:.9375rem;font-weight:600;color:var(--bd-text);text-decoration:none}@media (min-width:768px){.bd-shop-header__menu-btn{display:none}.bd-shop-header__logo{justify-self:start}.bd-shop-header__inner{grid-template-columns:auto 1fr auto}.bd-shop-header__nav{display:block}.bd-shop-header__search{display:block}.bd-shop-header__mobile{display:none!important}}@media (min-width:1024px){.bd-shop-header__search input{width:260px}}.bd-home{color:var(--bd-text);background:var(--bd-white);line-height:1.5}.bd-home *,.bd-home *::before,.bd-home *::after{box-sizing:border-box}.bd-wrap{width:min(100% - 2rem,var(--bd-wrap));margin-inline:auto}.bd-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bd-promo-bar{background:var(--bd-black);color:var(--bd-white);font-size:.8125rem;font-weight:600;text-align:center}.bd-promo-bar__inner{padding:.625rem 0}.bd-promo-bar p{margin:0}.bd-btn{display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:.625rem 1.25rem;border:2px solid transparent;border-radius:var(--bd-radius);font-size:.875rem;font-weight:700;text-decoration:none;cursor:pointer;transition:background .15s , border-color .15s , color .15s}.bd-btn:focus-visible{outline:2px solid var(--bd-blue);outline-offset:2px}.bd-btn--primary{background:var(--bd-yellow);color:var(--bd-black);border-color:var(--bd-yellow)}.bd-btn--primary:hover{background:#e6bb00;border-color:#e6bb00;color:var(--bd-black)}.bd-btn--secondary{background:var(--bd-white);color:var(--bd-black);border-color:var(--bd-black)}.bd-btn--secondary:hover{background:var(--bd-bg)}.bd-btn--text{background:none;border:none;color:var(--bd-blue);padding:0;min-height:auto;font-weight:700}.bd-btn--text:hover{text-decoration:underline}.bd-btn--bag{width:100%;background:var(--bd-black);color:var(--bd-white);font-size:.8125rem;padding:.5rem .75rem;min-height:40px}.bd-btn--bag:hover{background:#333;color:var(--bd-white)}.bd-hero-banner{margin-bottom:0}.bd-hero-banner__frame{position:relative;isolation:isolate;display:flex;align-items:flex-end;min-height:min(72vh,520px);max-height:560px;overflow:hidden;background:var(--bd-black)}.bd-hero-banner__slides{position:absolute;inset:0}.bd-hero-banner__slide{position:absolute;inset:0;opacity:0;transition:opacity .45s ease;pointer-events:none}.bd-hero-banner__slide.is-active{opacity:1;pointer-events:auto}.bd-hero-banner__slide img{width:100%;height:100%;object-fit:cover;object-position:center 35%;display:block}.bd-hero-banner__scrim{position:absolute;inset:0;background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0.88) 0%,
		rgba(0, 0, 0, 0.55) 38%,
		rgba(0, 0, 0, 0.08) 68%,
		transparent 100%
	);pointer-events:none}.bd-hero-banner__content{position:relative;z-index:2;width:100%;padding:1.25rem 0 4.5rem;color:var(--bd-white)}.bd-hero-banner__title{margin:0 0 .5rem;font-size:clamp(1.375rem,5vw,2.25rem);font-weight:800;line-height:1.12;color:var(--bd-white);text-wrap:balance}.bd-hero-banner__text{margin:0 0 1rem;max-width:36rem;font-size:clamp(.9375rem,2.8vw,1.0625rem);line-height:1.45;color:rgba(255,255,255,.88)}.bd-hero-banner__actions{display:flex;flex-direction:column;gap:.625rem}.bd-hero-banner__actions .bd-btn{width:100%;min-height:48px;font-size:.9375rem}.bd-hero-banner__actions .bd-btn--secondary{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.65);color:var(--bd-white)}.bd-hero-banner__actions .bd-btn--secondary:hover{background:rgba(255,255,255,.22);border-color:var(--bd-white);color:var(--bd-white)}.bd-hero-banner__controls{position:absolute;z-index:3;left:50%;bottom:.875rem;transform:translateX(-50%);display:flex;align-items:center;gap:.75rem}.bd-hero-banner__arrow{display:none;width:36px;height:36px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(0,0,0,.35);color:var(--bd-white);font-size:1.25rem;line-height:1;cursor:pointer;backdrop-filter:blur(4px)}.bd-hero-banner__arrow:hover{background:rgba(0,0,0,.55)}.bd-hero-banner__dots{display:flex;gap:.5rem}.bd-hero-banner__dot{width:8px;height:8px;padding:0;border:none;border-radius:999px;background:rgba(255,255,255,.45);cursor:pointer;transition:width .2s ease , background .2s ease}.bd-hero-banner__dot.is-active{width:24px;background:var(--bd-yellow)}@media (min-width:480px){.bd-hero-banner__actions{flex-direction:row;flex-wrap:wrap}.bd-hero-banner__actions .bd-btn{width:auto;min-width:160px}}@media (min-width:768px){.bd-hero-banner{margin-bottom:1.5rem}.bd-hero-banner__frame{min-height:420px;max-height:480px;border-radius:0}.bd-hero-banner__slide img{object-position:center center}.bd-hero-banner__scrim{background: linear-gradient(
			90deg,
			rgba(0, 0, 0, 0.72) 0%,
			rgba(0, 0, 0, 0.35) 45%,
			transparent 70%
		)}.bd-hero-banner__content{max-width:min(100% - 2rem,520px);padding:2.5rem 0 2rem}.bd-hero-banner__controls{left:auto;right:1rem;bottom:1.25rem;transform:none}.bd-hero-banner__arrow{display:inline-flex;align-items:center;justify-content:center}}@media (min-width:1024px){.bd-hero-banner__frame{min-height:460px;max-height:520px}.bd-hero-banner__content{padding:3rem 0 2.5rem}}.bd-categories{padding:1rem 0 1.5rem}.bd-categories__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem;margin:0;padding:0;list-style:none}.bd-categories__link{display:block;border-radius:var(--bd-radius);overflow:hidden;transition:transform .15s ease , box-shadow .15s ease}.bd-categories__link:hover{transform:translateY(-2px);box-shadow:0 4px 16px rgba(0,0,0,.1)}.bd-categories__link img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.bd-quicklinks{padding:0 0 2rem;border-bottom:1px solid var(--bd-border)}.bd-quicklinks__tabs{display:flex;gap:0;border-bottom:2px solid var(--bd-border);overflow-x:auto;-webkit-overflow-scrolling:touch}.bd-quicklinks__tab{flex-shrink:0;padding:.875rem 1.25rem;border:none;background:none;font-size:.9375rem;font-weight:700;color:var(--bd-muted);cursor:pointer;border-bottom:3px solid transparent;margin-bottom:-2px}.bd-quicklinks__tab.is-active{color:var(--bd-black);border-bottom-color:var(--bd-black)}.bd-quicklinks__panel{display:none;padding-top:1rem}.bd-quicklinks__panel.is-active{display:block}.bd-quicklinks__list{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin:0;padding:0;list-style:none}.bd-quicklinks__list a{font-size:.875rem;font-weight:600;color:var(--bd-blue);text-decoration:none}.bd-quicklinks__list a:hover{text-decoration:underline}.bd-carousel-section{padding:2.5rem 0}.bd-carousel-section:nth-child(even) {background:var(--bd-bg)}.bd-carousel-section__head{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:1rem;margin-bottom:1.25rem}.bd-carousel-section__title{margin:0;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800}.bd-carousel-section__subtitle{margin:.25rem 0 0;font-size:.9375rem;color:var(--bd-muted)}.bd-carousel-section__tabs{display:flex;gap:.25rem}.bd-carousel-section__tab{padding:.5rem 1rem;border:1px solid var(--bd-border);border-radius:999px;background:var(--bd-white);font-size:.8125rem;font-weight:700;cursor:pointer;color:var(--bd-muted)}.bd-carousel-section__tab.is-active{background:var(--bd-black);color:var(--bd-white);border-color:var(--bd-black)}.bd-carousel-wrap{position:relative;display:none}.bd-carousel-wrap.is-active{display:block}.bd-carousel{display:flex;gap:1rem;margin:0;padding:.25rem 0 1rem;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none}.bd-carousel::-webkit-scrollbar{display:none}.bd-carousel__item{flex:0 0 200px;scroll-snap-align:start}.bd-carousel-nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border:1px solid var(--bd-border);border-radius:50%;background:var(--bd-white);font-size:1.5rem;line-height:1;cursor:pointer;color:var(--bd-black);box-shadow:0 2px 8px rgba(0,0,0,.08)}.bd-carousel-nav:hover{background:var(--bd-bg)}.bd-carousel-nav--prev{left:-.5rem}.bd-carousel-nav--next{right:-.5rem}.bd-pcard{display:flex;flex-direction:column;height:100%;background:var(--bd-white);border-radius:var(--bd-radius)}.bd-pcard__image-link{display:block;aspect-ratio:1;background:var(--bd-bg);border-radius:var(--bd-radius);overflow:hidden;margin-bottom:.625rem}.bd-pcard__img{width:100%;height:100%;object-fit:contain;padding:.5rem}.bd-pcard__meta{display:flex;flex-wrap:wrap;gap:.375rem;margin-bottom:.375rem;min-height:1.25rem;font-size:.75rem;font-weight:700}.bd-pcard__set-num{color:var(--bd-muted)}.bd-pcard__badge--new{color:var(--bd-blue)}.bd-pcard__badge--sale{color:var(--bd-red)}.bd-pcard__title{margin:0 0 .375rem;font-size:.875rem;font-weight:600;line-height:1.35}.bd-pcard__title a{color:var(--bd-black);text-decoration:none}.bd-pcard__title a:hover{text-decoration:underline}.bd-pcard__price{margin:0 0 .75rem;font-size:.9375rem;font-weight:800}.bd-pcard__price del{color:var(--bd-muted);font-weight:400;font-size:.8125rem}.bd-pcard__price ins{text-decoration:none}.bd-pcard__actions{margin-top:auto}.bd-spotlight{padding:2.5rem 0}.bd-spotlight__title{margin:0 0 1.25rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800}.bd-spotlight__track{position:relative}.bd-spotlight__list{display:flex;gap:1rem;margin:0;padding:0 0 1rem;list-style:none;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.bd-spotlight__list::-webkit-scrollbar{display:none}.bd-spotlight__item{flex:0 0 min(100%,520px);scroll-snap-align:start}.bd-spot-card{display:grid;border-radius:var(--bd-radius);overflow:hidden;background:var(--bd-bg);min-height:280px}.bd-spot-card__media{min-height:160px;background:var(--bd-border)}.bd-spot-card__media img{width:100%;height:100%;object-fit:cover;display:block}.bd-spot-card__body{padding:1.25rem}.bd-spot-card__title{margin:0 0 .5rem;font-size:1.25rem;font-weight:800}.bd-spot-card__text{margin:0 0 1rem;font-size:.9375rem;color:var(--bd-muted)}.bd-spot-card__actions{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.bd-spot-card--dark .bd-spot-card__body{background:var(--bd-black);color:var(--bd-white)}.bd-spot-card--dark .bd-spot-card__text{color:rgba(255,255,255,.75)}.bd-spot-card--dark .bd-btn--text{color:var(--bd-yellow)}.bd-spot-card--red .bd-spot-card__body{background:var(--bd-red);color:var(--bd-white)}.bd-spot-card--red .bd-spot-card__text{color:rgba(255,255,255,.85)}.bd-spot-card--blue .bd-spot-card__body{background:var(--bd-blue);color:var(--bd-white)}.bd-spot-card--blue .bd-spot-card__text{color:rgba(255,255,255,.85)}.bd-discover{padding:2.5rem 0;background:var(--bd-bg)}.bd-discover__title{margin:0 0 1.25rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800}.bd-discover__grid{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.bd-discover-card{padding:1.5rem;background:var(--bd-white);border-radius:var(--bd-radius);border:1px solid var(--bd-border);height:100%}.bd-discover-card__title{margin:0 0 .5rem;font-size:1.0625rem;font-weight:800}.bd-discover-card__desc{margin:0 0 1rem;font-size:.9375rem;color:var(--bd-muted)}.bd-membership{padding:2.5rem 0}.bd-membership__inner{display:grid;gap:1.5rem}.bd-membership__intro h2{margin:0 0 .5rem;font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800}.bd-membership__intro p{margin:0;color:var(--bd-muted)}.bd-membership__perks{display:grid;gap:1rem;margin:0;padding:0;list-style:none}.bd-membership__perks li{padding:1rem;background:var(--bd-bg);border-radius:var(--bd-radius)}.bd-membership__perks strong{display:block;margin-bottom:.25rem;font-size:.9375rem}.bd-membership__perks span{font-size:.875rem;color:var(--bd-muted)}.bd-membership__cta{display:flex;flex-wrap:wrap;gap:.75rem}.bd-newsletter{padding:2.5rem 0 3rem;background:var(--bd-black);color:var(--bd-white);text-align:center}.bd-newsletter h2{margin:0 0 .5rem;font-size:clamp(1.125rem,2.5vw,1.5rem);font-weight:800}.bd-newsletter p{margin:0 0 1.25rem;color:rgba(255,255,255,.75);font-size:.9375rem}.bd-newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:480px;margin:0 auto}.bd-newsletter__form input{min-height:48px;padding:0 1rem;border:none;border-radius:var(--bd-radius);font-size:1rem}.bd-shop-footer{margin-top:0;background:var(--bd-white);color:var(--bd-text);border-top:1px solid var(--bd-border);font-size:.875rem;line-height:1.5}.bd-shop-footer__sections{border-bottom:1px solid var(--bd-border)}.bd-shop-footer__accordion{border-bottom:1px solid var(--bd-border)}.bd-shop-footer__accordion:last-child{border-bottom:none}.bd-shop-footer__accordion-title{padding:1rem 0;font-weight:700;font-size:.9375rem;cursor:pointer;list-style:none}.bd-shop-footer__accordion-title::-webkit-details-marker{display:none}.bd-shop-footer__accordion-title::after{content:'+';float:right;font-weight:400;color:var(--bd-muted)}.bd-shop-footer__accordion[open] .bd-shop-footer__accordion-title::after{content:'−'}.bd-shop-footer__accordion-body{padding:0 0 1rem;color:var(--bd-muted)}.bd-shop-footer__accordion-body p{margin:0}.bd-shop-footer__main{padding:2rem 0;background:var(--bd-bg)}.bd-shop-footer__grid{display:grid;gap:2rem}.bd-shop-footer__logo{display:inline-block;margin-bottom:1rem;text-decoration:none}.bd-shop-footer__logo-text{font-weight:900;font-size:1.125rem;color:var(--bd-black);letter-spacing:.02em}.bd-shop-footer__logo-text span{color:var(--bd-red)}.bd-shop-footer__contact{margin:0;padding:0;list-style:none}.bd-shop-footer__contact li+li{margin-top:.5rem}.bd-shop-footer__contact a{color:var(--bd-blue);text-decoration:none}.bd-shop-footer__contact a:hover{text-decoration:underline}.bd-shop-footer__nav-title{margin:0 0 .75rem;font-size:.9375rem;font-weight:800}.bd-shop-footer__nav-list{margin:0;padding:0;list-style:none}.bd-shop-footer__nav-list li+li{margin-top:.5rem}.bd-shop-footer__nav-list a{color:var(--bd-text);text-decoration:none}.bd-shop-footer__nav-list a:hover{color:var(--bd-blue);text-decoration:underline}.bd-shop-footer__shop{padding:1rem 0;border-top:1px solid var(--bd-border);border-bottom:1px solid var(--bd-border);overflow-x:auto;-webkit-overflow-scrolling:touch}.bd-shop-footer__shop-list{display:flex;flex-wrap:wrap;gap:.5rem 1.25rem;margin:0;padding:0;list-style:none;min-width:min-content}.bd-shop-footer__shop-list a{color:var(--bd-muted);text-decoration:none;white-space:nowrap;font-size:.8125rem}.bd-shop-footer__shop-list a:hover{color:var(--bd-blue)}.bd-shop-footer__legal{padding:1.25rem 0 2rem;background:var(--bd-black);color:rgba(255,255,255,.75)}.bd-shop-footer__legal-inner{display:grid;gap:.75rem}.bd-shop-footer__copyright{margin:0;font-size:.8125rem;color:rgba(255,255,255,.9)}.bd-shop-footer__disclaimer{margin:0;font-size:.75rem;line-height:1.45}@media (min-width:640px){.bd-categories__grid{grid-template-columns:repeat(5,1fr)}.bd-carousel__item{flex-basis:220px}.bd-spot-card{grid-template-columns:1fr 1fr}.bd-spot-card__media{min-height:auto}.bd-discover__grid{grid-template-columns:repeat(3,1fr)}.bd-membership__perks{grid-template-columns:repeat(3,1fr)}.bd-newsletter__form{flex-direction:row}.bd-newsletter__form input{flex:1}}@media (min-width:768px){.bd-categories{display:none}.bd-carousel__item{flex-basis:240px}.bd-shop-footer__sections .bd-wrap{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem;padding:2rem 0}.bd-shop-footer__accordion{border:none}.bd-shop-footer__accordion:not([open]) .bd-shop-footer__accordion-body {display:block}.bd-shop-footer__accordion-title{padding-top:0;cursor:default;pointer-events:none}.bd-shop-footer__accordion-title::after{display:none}.bd-shop-footer__grid{grid-template-columns:1.4fr 1fr 1fr;align-items:start}}@media (prefers-reduced-motion:reduce){.bd-home *{transition:none!important;scroll-behavior:auto!important}.bd-hero-banner__slide{transition:none!important}}