.bb-games-marquee{background-color:#000;color:#fff;padding:36px 0;overflow:hidden}.bb-games-marquee__container{width:100%;max-width:none;margin:0 auto;padding:0}.bb-games-marquee__header{text-align:center;margin-bottom:20px;padding:0 24px;display:flex;align-items:center;gap:13px}.bb-games-marquee__title{margin:0;color:#fff;text-align:left}.bb-games-marquee__description{text-align:center;margin-bottom:60px;max-width:800px;margin-left:auto;margin-right:auto;padding:0 24px}.bb-games-marquee__description p{font-size:18px;line-height:1.5;color:#ccc;margin:0}.bb-games-marquee__content{display:flex;flex-direction:column;gap:10px;margin-bottom:16px;width:100vw;margin-left:calc(50% - 50vw);padding:40px 0 0}.bb-games-marquee__row{overflow:visible;position:relative;height:192px;z-index:1}.bb-games-marquee__track{display:flex;gap:13px;animation-duration:var(--animation-speed, 60s);animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform;padding:0 100px;width:max-content;align-items:center;transition:transform .6s cubic-bezier(.23,1,.32,1)}@keyframes scroll-left{0%{transform:translate(-200px)}to{transform:translate(-50%)}}@keyframes scroll-right{0%{transform:translate(-50%)}to{transform:translate(0)}}.bb-games-marquee__row--top .bb-games-marquee__track{animation-name:scroll-left;transform:translate(-200px)}.bb-games-marquee__row--bottom .bb-games-marquee__track{animation-name:scroll-right;animation-delay:-15s}.bb-games-marquee__item{position:relative;width:286px;height:173px;border-radius:12px;overflow:hidden;cursor:pointer;transition:all .6s cubic-bezier(.23,1,.32,1);flex-shrink:0;z-index:1;pointer-events:auto;margin:0}.bb-games-marquee__item *{pointer-events:none}.bb-games-marquee__item.highlighted{transform:scale(1.3);z-index:15;border-radius:16px;transform-origin:center center;margin:0 40px;transition:all .6s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__item.highlighted+.bb-games-marquee__item,.bb-games-marquee__item:has(+.bb-games-marquee__item.highlighted),.bb-games-marquee__item.push-left,.bb-games-marquee__item.push-right{transform:none}.bb-games-marquee__track{display:flex;gap:13px;animation-duration:var(--animation-speed, 60s);animation-timing-function:linear;animation-iteration-count:infinite;will-change:transform;padding:0 100px;width:max-content;transition:transform .6s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__title-overlay{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#000c);padding:30px 20px 20px;opacity:.9;transition:all .6s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__game-title{font-size:24px;font-weight:700;color:#fff;margin:0;text-shadow:0 2px 4px rgba(0,0,0,.5);transition:font-size .6s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__track.paused{animation-play-state:paused!important;transition:transform .3s ease-out}.bb-games-marquee__platform-icons{display:flex;justify-content:space-between;font-size:12px;line-height:16px;padding:0 3%}.bb-games-marquee__platform-icon{display:flex;align-items:center;gap:4px}.bb-games-marquee__cta{display:flex;align-items:center;gap:16px;margin-top:40px;padding:0 24px}.bb-games-marquee__cta-buttons{display:flex;gap:16px;align-items:center}.bb-games-marquee__cta-icon{width:44px;height:44px;border-radius:12px;overflow:hidden;flex-shrink:0}.bb-games-marquee__cta-icon img{width:100%;height:100%;object-fit:cover}.bb-games-marquee__item:hover,.bb-games-marquee__item.highlighted{will-change:transform,margin}.bb-games-marquee__item:not(.highlighted){margin:0;transform:scale(1);will-change:auto}.bb-games-marquee__top-content{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:0;gap:40px;padding:0 24px}.bb-games-marquee__content-left{max-width:500px}.bb-games-marquee__text-content{color:#fff;margin-bottom:0}.bb-games-marquee__text-content p{margin:0}.bb-games-marquee__small-text{font-size:12px;line-height:1.3;color:#ccc;opacity:.8}.bb-games-marquee__platform-image{width:32px}@media screen and (min-width: 769px){.bb-games-marquee__title br{display:none}}@media screen and (max-width: 1060px){.bb-games-marquee__platforms{order:3;padding:0 16px;margin-bottom:40px}.bb-games-marquee__platform-icons{display:grid;grid-template-columns:repeat(2,1fr);gap:16px 40px;justify-content:center;max-width:400px;margin:0 auto;font-size:14px;line-height:1.2}.bb-games-marquee__platform-icon{display:flex;align-items:center;gap:12px;justify-content:flex-start}.bb-games-marquee__platform-icon:nth-child(odd){flex-direction:row-reverse}.bb-games-marquee__platform-icon:nth-child(2n){flex-direction:row;justify-content:flex-start}.bb-games-marquee__platform-icon img{width:32px;height:32px;flex-shrink:0;border-radius:6px}.bb-games-marquee__platform-icon span{color:#fff;font-weight:400;white-space:nowrap}}@media screen and (max-width: 480px){.bb-games-marquee__platform-icons{gap:12px 30px;font-size:13px}.bb-games-marquee__platform-icon{gap:10px}.bb-games-marquee__platform-icon img{width:28px;height:28px}}@media screen and (max-width: 768px){.bb-games-marquee{padding-bottom:44px}.bb-games-marquee__container{display:flex;flex-direction:column}.bb-games-marquee__top-content{flex-direction:column;gap:24px;padding:0 16px;order:2;margin-top:20px}.bb-games-marquee__content-left{max-width:100%}.bb-games-marquee__text-content{margin-top:20px;margin-bottom:10px;text-align:center;padding:0 25px}.bb-games-marquee__text-content p{margin:0}.bb-games-marquee__small-text{text-align:center}.bb-games-marquee__cta{flex-direction:column;gap:16px;margin-top:60px;padding:0 16px;order:4}.bb-games-marquee__cta-buttons{order:2;width:100%;gap:10px;flex-direction:column}.bb-games-marquee__title{text-align:center}.bb-games-marquee__content{gap:0;padding:30px 0 20px;align-items:center;text-align:center;order:1;margin-bottom:0}.bb-games-marquee__item{height:86px;width:153px;transition:all .5s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__item.highlighted{transform:scale(1.15);margin:0 22px;transition:all .5s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__track{transition:transform .5s cubic-bezier(.23,1,.32,1)}.bb-games-marquee__row{height:105px;padding:15px 0}.bb-games-marquee__game-title,.bb-games-marquee__item:hover .bb-games-marquee__game-title{font-size:18px}.bb-games-marquee__header,.bb-games-marquee__description,.bb-games-marquee__platforms{padding:0 16px}.bb-games-marquee__header{order:1;flex-direction:column;gap:0}.bb-games-marquee__platforms{margin-top:60px;order:3}.bb-games-marquee__cta-icon{display:block;margin:0 auto 30px}}
/*# sourceMappingURL=/cdn/shop/t/113/assets/BB-games-marquee.css.map?v=130319358253537126961762530702 */
