.bv-fixed-maquee__fullbg{background:var(--bv-fmq-fullbg, var(--bv-fmq-background))}.bv-fixed-maquee{padding-top:var(--bv-fmq-pt);padding-bottom:var(--bv-fmq-pb);overflow:hidden;max-width:clamp(0px,calc(var(--cap-vp) * 1px),99999px);margin:0 auto;position:relative}.bv-fixed-maquee__container{max-width:clamp(600px,calc(1280 / var(--base-w) * 100vw),calc(1280 / var(--base-w) * var(--cap-vp) * 1px));margin:0 auto;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--bv-fmq-stack-gap);position:relative;z-index:1}.bv-fixed-maquee__grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0}.bv-fixed-maquee__grid-line{position:absolute;top:0;bottom:0;width:clamp(1px,calc(1 / var(--base-w) * 100vw),calc(1 / var(--base-w) * var(--cap-vp) * 1px));background:#d3d3d3}.bv-fixed-maquee__grid-line--left{left:clamp(80px,calc(105 / var(--base-w) * 100vw),calc(105 / var(--base-w) * var(--cap-vp) * 1px))}.bv-fixed-maquee__grid-line--left-inner{left:clamp(260px,calc(337 / var(--base-w) * 100vw),calc(337 / var(--base-w) * var(--cap-vp) * 1px))}.bv-fixed-maquee__grid-line--right{right:clamp(80px,calc(89 / var(--base-w) * 100vw),calc(89 / var(--base-w) * var(--cap-vp) * 1px))}.bv-fixed-maquee__grid-line--right-inner{right:clamp(260px,calc(321 / var(--base-w) * 100vw),calc(321 / var(--base-w) * var(--cap-vp) * 1px))}.bv-fixed-maquee__badge{display:inline-flex;align-items:center;justify-content:center;gap:clamp(4.8px,calc(4.8 / var(--base-w) * 100vw),calc(4.8 / var(--base-w) * var(--cap-vp) * 1px));padding:clamp(4.8px,calc(4.8 / var(--base-w) * 100vw),calc(4.8 / var(--base-w) * var(--cap-vp) * 1px)) clamp(9.6px,calc(9.6 / var(--base-w) * 100vw),calc(9.6 / var(--base-w) * var(--cap-vp) * 1px));border-radius:clamp(9.6px,calc(14.4 / var(--base-w) * 100vw),calc(14.4 / var(--base-w) * var(--cap-vp) * 1px));background:var(--bv-fmq-badge-bg);color:var(--bv-fmq-badge-text);font-family:var(--font-body-family, "Geist Mono", monospace);font-size:clamp(14.4px,calc(16.8 / var(--base-w) * 100vw),calc(16.8 / var(--base-w) * var(--cap-vp) * 1px));font-style:normal;font-weight:400;line-height:1.3;text-transform:uppercase;white-space:nowrap}.bv-fixed-maquee__badge-dot{width:clamp(9.6px,calc(12 / var(--base-w) * 100vw),calc(12 / var(--base-w) * var(--cap-vp) * 1px));height:clamp(9.6px,calc(12 / var(--base-w) * 100vw),calc(12 / var(--base-w) * var(--cap-vp) * 1px));border-radius:50%;background:var(--bv-fmq-badge-dot);box-shadow:0 0 #23dedb99;animation:bv-fixed-maquee-badge-dot-pulse 2s ease-in-out infinite;filter:drop-shadow(clamp(1px,calc(1 / var(--base-w) * 100vw),calc(1 / var(--base-w) * var(--cap-vp) * 1px)) clamp(1px,calc(1 / var(--base-w) * 100vw),calc(1 / var(--base-w) * var(--cap-vp) * 1px)) clamp(16px,calc(20 / var(--base-w) * 100vw),calc(20 / var(--base-w) * var(--cap-vp) * 1px)) #23DEDB66);flex-shrink:0}@keyframes bv-fixed-maquee-badge-dot-pulse{0%{box-shadow:0 0 #23dedb99}60%{box-shadow:0 0 0 clamp(7px,calc(7.2 / var(--base-w) * 100vw),calc(7.2 / var(--base-w) * var(--cap-vp) * 1px)) #23dedb00}to{box-shadow:0 0 #23dedb00}}.bv-fixed-maquee__icons{width:auto}.bv-fixed-maquee__icons-list{display:flex;align-items:center;justify-content:flex-start;gap:var(--bv-fmq-icon-gap);width:auto}.bv-fixed-maquee__icon-item{flex:0 0 auto}.bv-fixed-maquee__icon-item:checked{animation:hero-float 4s ease-in-out infinite}@keyframes hero-float{0%{transform:translateY(0)}50%{transform:translateY(clamp(calc(-12 / var(--base-w) * var(--cap-vp) * 1px),calc(-12 / var(--base-w) * 100vw),0px))}to{transform:translateY(0)}}.bv-fixed-maquee__icon-image{display:block;width:calc(var(--bv-fmq-icon-size) * 1.4);height:calc(var(--bv-fmq-icon-size) * 1.4);object-fit:contain}.bv-fixed-maquee__icons--mobile{display:none;width:100%;overflow:hidden}.bv-fixed-maquee__icons-track{display:flex;align-items:center;gap:var(--bv-fmq-icon-gap-mob);width:max-content;will-change:transform}.bv-fixed-maquee__icons-track{animation:bv-fmq-scroll var(--bv-fmq-marquee-duration) linear infinite}@keyframes bv-fmq-scroll{to{transform:translate3d(calc(-50% - (var(--bv-fmq-icon-gap-mob) / 2)),0,0)}}@media(max-width:768px){.bv-fixed-maquee__grid{display:none}.bv-fixed-maquee{padding-top:var(--bv-fmq-pt-mob);padding-bottom:var(--bv-fmq-pb-mob)}.bv-fixed-maquee__container{max-width:100%;flex-direction:column;gap:var(--bv-fmq-stack-gap-mob)}.bv-fixed-maquee__icons{width:100%}.bv-fixed-maquee__icons-list{width:100%;justify-content:center}.bv-fixed-maquee__icons--desktop{display:none}.bv-fixed-maquee__icons--mobile{display:block}.bv-fixed-maquee__icons-track .bv-fixed-maquee__icon-image{width:calc(var(--bv-fmq-icon-size-mob) * 1.4);height:calc(var(--bv-fmq-icon-size-mob) * 1.4)}.bv-fixed-maquee__badge{gap:clamp(4.8px,calc(4.8 / var(--base-w-mob) * 100vw),4.8px);padding:clamp(4.8px,calc(4.8 / var(--base-w-mob) * 100vw),4.8px) clamp(9.6px,calc(9.6 / var(--base-w-mob) * 100vw),9.6px);border-radius:clamp(9.6px,calc(14.4 / var(--base-w-mob) * 100vw),14.4px);font-size:clamp(13.2px,calc(14.4 / var(--base-w-mob) * 100vw),14.4px)}.bv-fixed-maquee__badge-dot{width:clamp(9.6px,calc(12 / var(--base-w-mob) * 100vw),12px);height:clamp(9.6px,calc(12 / var(--base-w-mob) * 100vw),12px)}}
/*# sourceMappingURL=/cdn/shop/t/40/assets/bv-fixed-maquee.css.map */
