.bot-announce-wrapper{width:100%;margin:0;padding:0}.bot-announce{position:relative;width:100vw;margin-left:calc(-50vw + 50%);overflow:hidden;font-family:var(--bot-announce-font, inherit);font-size:var(--bot-announce-font-size, 14px);font-weight:var(--bot-announce-font-weight, 500);text-transform:var(--bot-announce-text-transform, none);letter-spacing:var(--bot-announce-letter-spacing, 0);color:var(--bot-announce-text-color, #ffffff);line-height:1.4;z-index:var(--bot-announce-z-index, 2)}.bot-announce:before{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:100vw;background:var(--bot-announce-bg-gradient, none),var(--bot-announce-bg, #333333);border-top:var(--bot-announce-border-top, none);border-bottom:var(--bot-announce-border-bottom, none);box-sizing:border-box;z-index:0;pointer-events:none}.bot-announce__bg{display:none}.bot-announce:after{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translate(-50%);width:100vw;background:var(--bot-announce-overlay, transparent);z-index:0;pointer-events:none}.bot-announce__container{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;width:100%;height:var(--bot-announce-height, 44px);padding:0 var(--bot-announce-padding-x, 20px)}.bot-announce__marquee{position:relative;width:100%;overflow:hidden;mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent);-webkit-mask-image:linear-gradient(to right,transparent,black 5%,black 95%,transparent)}.bot-announce__track{display:flex;align-items:center;width:max-content;animation:bot-marquee var(--bot-announce-speed, 30s) linear infinite var(--bot-announce-direction, normal);will-change:transform}@keyframes bot-marquee{0%{transform:translate(0)}to{transform:translate(-33.333%)}}.bot-announce[data-pause-on-hover=true]:hover .bot-announce__track{animation-play-state:paused}@media(prefers-reduced-motion:reduce){.bot-announce__track{animation:none}.bot-announce--marquee .bot-announce__marquee{overflow-x:auto;mask-image:none;-webkit-mask-image:none}}.bot-announce__carousel{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.bot-announce__slide{position:absolute;display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .5s ease,visibility .5s ease;white-space:nowrap}.bot-announce__slide--active{opacity:1;visibility:visible}.bot-announce__dots{position:absolute;display:flex;align-items:center;gap:var(--bot-announce-dot-gap, 6px);z-index:2}.bot-announce__dots--right{right:var(--bot-announce-padding-x, 20px)}.bot-announce__dots--left{left:var(--bot-announce-padding-x, 20px)}.bot-announce--dots-rtl .bot-announce__dots{flex-direction:row-reverse}.bot-announce--dots-rtl .bot-announce__dots--left{flex-direction:row}.bot-announce--dots-ltr .bot-announce__dots--left{flex-direction:row-reverse}.bot-announce__dots--center{position:static;justify-content:center;width:100%;padding-top:6px;padding-bottom:2px}.bot-announce__dot{width:var(--bot-announce-dot-size, 8px);height:var(--bot-announce-dot-size, 8px);padding:0;border:var(--bot-announce-dot-border-width, 0) solid var(--bot-announce-dot-border-color, #fff);background:var(--bot-announce-dot-color, #ffffff);opacity:var(--bot-announce-dot-opacity, .4);cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.bot-announce__dot:hover{transform:scale(1.2);opacity:.7}.bot-announce__dot--active{background:var(--bot-announce-dot-active-color, var(--bot-announce-dot-color, #ffffff));opacity:1}.bot-announce__dot--circle{border-radius:50%}.bot-announce__dot--square{border-radius:0}.bot-announce__dot--rounded{width:var(--bot-announce-dot-width, 20px);border-radius:var(--bot-announce-dot-size, 8px)}.bot-announce__dot--line{width:var(--bot-announce-dot-width, 20px);height:3px;border-radius:2px}.bot-announce__dot--diamond{border-radius:2px;transform:rotate(45deg)}.bot-announce__dot--diamond:hover{transform:rotate(45deg) scale(1.2)}.bot-announce__dot--diamond.bot-announce__dot--active{transform:rotate(45deg)}.bot-announce__dot--custom{background:none;border:none;overflow:visible}.bot-announce__dot-img{width:var(--bot-announce-dot-size, 8px);height:var(--bot-announce-dot-size, 8px);object-fit:contain;display:block}.bot-announce__dot-img--active{display:none;position:absolute;top:0;left:0}.bot-announce__dot--custom{opacity:var(--bot-announce-dot-opacity, .4)}.bot-announce__dot--custom.bot-announce__dot--active{opacity:1}.bot-announce__dot--custom.bot-announce__dot--active .bot-announce__dot-img:not(.bot-announce__dot-img--active){display:none}.bot-announce__dot--custom.bot-announce__dot--active .bot-announce__dot-img--active{display:block;position:static}.bot-announce__dot--custom.bot-announce__dot--active .bot-announce__dot-img:only-child{display:block}.bot-announce__static{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:var(--bot-announce-gap, 50px)}.bot-announce__item{display:inline-flex;align-items:center;white-space:nowrap}.bot-announce__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:var(--bot-announce-icon-size, 18px);height:var(--bot-announce-icon-size, 18px);margin-right:var(--bot-announce-icon-gap, 8px)}.bot-announce__icon img{width:100%;height:100%;object-fit:contain}.bot-announce__emoji{font-size:calc(var(--bot-announce-icon-size, 18px) * 1.1);line-height:1;margin-right:var(--bot-announce-icon-gap, 8px)}.bot-announce__text{display:inline}.bot-announce--text-gradient .bot-announce__text,.bot-announce--text-gradient .bot-announce__link{background:var(--bot-announce-text-gradient);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.bot-announce--text-gradient .bot-announce__link:hover{-webkit-text-fill-color:var(--bot-announce-link-hover, #ffcc00);background:none;color:var(--bot-announce-link-hover, #ffcc00)}.bot-announce--text-bg-gradient .bot-announce__text,.bot-announce--text-bg-gradient .bot-announce__link{transition:color .05s linear}.bot-announce--per-block .bot-announce__text,.bot-announce--per-block .bot-announce__link,.bot-announce--per-block .bot-announce__slide .bot-announce__text,.bot-announce--per-block .bot-announce__slide .bot-announce__link{color:var(--item-color, inherit)!important}.bot-announce [style*=--item-color] .bot-announce__text,.bot-announce [style*=--item-color] .bot-announce__link{color:var(--item-color)!important}.bot-announce [style*=--item-icon-color] .bot-announce__icon,.bot-announce [style*=--item-icon-color] .bot-announce__emoji{color:var(--item-icon-color)!important;-webkit-text-fill-color:var(--item-icon-color)!important}.bot-announce--text-gradient .bot-announce__icon,.bot-announce--text-gradient .bot-announce__emoji{-webkit-text-fill-color:initial!important;color:inherit!important;background:none!important;-webkit-background-clip:initial!important;background-clip:initial!important}.bot-announce__item .bot-announce__emoji{color:var(--item-icon-color, initial);-webkit-text-fill-color:var(--item-icon-color, initial)}.bot-announce__link{color:var(--bot-announce-link-color, #ffffff);text-decoration:none;transition:color .2s ease}.bot-announce__link:hover{color:var(--bot-announce-link-hover, #ffcc00);text-decoration:underline}.bot-announce__badge{display:inline-flex;align-items:center;padding:2px 8px;margin-left:var(--bot-announce-icon-gap, 8px);font-size:.75em;font-weight:700;text-transform:uppercase;border-radius:4px;letter-spacing:.5px}.bot-announce__separator:after{content:var(--bot-announce-separator, "\2022");display:inline-block;margin:0 calc(var(--bot-announce-gap, 50px) / 2);color:var(--bot-announce-separator-color, #ffffff);opacity:.7}.bot-announce__separator--icon{display:inline-flex;align-items:center;margin:0 calc(var(--bot-announce-gap, 50px) / 2);opacity:.7}.bot-announce__separator--icon:after{content:none}.bot-announce__separator--icon img{display:block;object-fit:contain}.bot-announce__static .bot-announce__item:last-child .bot-announce__separator{display:none}.bot-announce__close{position:absolute;right:var(--bot-announce-padding-x, 20px);display:flex;align-items:center;justify-content:center;width:28px;height:28px;padding:0;background:transparent;border:none;color:var(--bot-announce-close-color, #ffffff);cursor:pointer;opacity:.7;transition:opacity .2s ease,color .2s ease,transform .2s ease;z-index:10}.bot-announce__close:hover{opacity:1;color:var(--bot-announce-close-hover, #ffcc00);transform:scale(1.1)}.bot-announce__close svg{width:16px;height:16px}.bot-announce--sticky{position:sticky;z-index:var(--bot-announce-z-index, 10)}.bot-announce--sticky-top{top:0}.bot-announce--sticky-bottom{bottom:0}.bot-announce-wrapper:has(.bot-announce--sticky){position:sticky;z-index:var(--bot-announce-z-index, 10)}.bot-announce-wrapper:has(.bot-announce--sticky-top){top:0}.bot-announce-wrapper:has(.bot-announce--sticky-bottom){bottom:0}.bot-announce--hidden{display:none!important}@media(max-width:768px){.bot-announce__dots--desktop-only{display:none!important}}@media(min-width:769px){.bot-announce__dots--mobile-only{display:none!important}}@media(max-width:768px){.bot-announce{font-size:var(--bot-announce-font-size-mobile, 12px)}.bot-announce__container{height:var(--bot-announce-height-mobile, 36px)}.bot-announce__close{right:8px;width:24px;height:24px}.bot-announce__close svg{width:14px;height:14px}.bot-announce__dots{right:36px}.bot-announce__badge{font-size:.65em;padding:1px 6px}.bot-announce__static{gap:20px}}@media(max-width:768px){.bot-announce--hide-mobile{display:none!important}}@media(min-width:769px)and (max-width:1024px){.bot-announce--hide-tablet{display:none!important}}@media(min-width:1025px){.bot-announce--hide-desktop{display:none!important}}
/*# sourceMappingURL=/cdn/shop/t/25/assets/bot-announcement-bar.css.map */
