body.noScroll{overflow:hidden;position:fixed;inset:0}
@keyframes dot-animation{0{background-color:rgba(29,29,27,0.4)}
50%{background-color:rgba(29,29,27,0.7)}
100%{background-color:#1d1d1b}
}
.batcom--loading{display:inline-block;width:10px;height:10px;position:relative;background-color:grey;animation:dot-animation 1.2s infinite;animation-delay:.8s;border-radius:50%}
.batcom--loading::before,.batcom--loading::after{border-radius:50%;content:"";display:inline-block;position:absolute;width:10px;height:10px;background-color:#1d1d1b;animation:dot-animation 1.2s infinite}
.batcom--loading::before{animation-delay:.4s;left:-20px}
.batcom--loading::after{animation-delay:1.2s;right:-20px}
.batcom__loading-container{position:relative}
.batcom__loading-container .batcom--loading{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}
.batcom__loading-container.loading{pointer-events:none;opacity:.3}
.batcom__loading-container.loading .batcom--loading{display:inline-block}
.batcom-overlay__shorthand{position:relative;z-index:0}
@keyframes spin{from{transform:rotate(0)}
to{transform:rotate(360deg)}
}
#dark-theme{color:white}
@media only screen and (min-width:768px){#dark-theme .batcom-container .columncontrol .columncontrol__base .columncontrol__column--lt4{width:calc((100% - 2 * var(--batcom-layout-column-control-dark-gutter, 24px)) / 3)}
}
#dark-theme{background-color:#000}
#dark-theme .batcom-container{margin-bottom:0}
#dark-theme .dark-theme-section .cmp-text{color:#fff}
#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__image .product-card__link{background-color:#fff}
#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__content .product-card__link .product-card__name{color:#fff}
#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__content .product-card__rating{color:white}
#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__content .product-card__rating .product-card__rating-container,#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__content .product-card__rating .product-card__rating-reviews{color:#fff}
#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__content .product-card__button .product-card__price{color:#fff}
#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__content .product-card__product-status--nonsellable{color:#fff}
#dark-theme .dark-theme-section .batcom-dynamiclist__products .product-card .product-card__content .product-card__nicotine .product-card__nicotine-button img{filter:contrast(1) invert(1)}
#dark-theme .dark-theme-section .cmp-list__carousel-dots-container .cmp-list__carousel-dots .dot{background-color:#fff;opacity:40%}
#dark-theme .dark-theme-section .cmp-list__carousel-dots-container .cmp-list__carousel-dots .dot.active{opacity:100%}
#dark-theme .dark-theme-section .cmp-list__carousel-button-container .cmp-list__carousel-prev,#dark-theme .dark-theme-section .cmp-list__carousel-button-container .cmp-list__carousel-next{background-color:#292929}
#dark-theme .dark-theme-section .cmp-list__carousel-button-container .cmp-list__carousel-prev::after,#dark-theme .dark-theme-section .cmp-list__carousel-button-container .cmp-list__carousel-next::after{background-color:#fff}