/** Shopify CDN: Minification failed

Line 95:1 Unexpected "/"

**/

.m-product-info--wrapper .main-product__block,
.main-product__block.main-product__block-variant_picker .m-product-option.m-product-option--image,
.main-product__block.main-product__block-variant_picker .m-product-option.m-product-option--image .m-product-option--label,
.main-product__block.main-product__block-variant_picker .m-product-option.m-product-option--button, 
.main-product__block.main-product__block-variant_picker .m-product-option.m-product-option--button .m-product-option--label {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}
.installment-shoppay{
  display:none !important;
}
m-visitiors-counter{
  align-items: center !important;
    padding-left: 0px !important;
}
.main-product__block-visitors{
  margin-top: 5px!important;
}
.main-product__block-custom_liquid{
  margin-top: 5px !important;
}
foxkit-related-products .swiper-button-prev:after { 
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNMTIuNSAxNUw3LjUgMTBMMTIuNSA1IiBzdHJva2U9ImN1cnJlbnRDb2xvciIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+') center center / 100% auto no-repeat; 
}

foxkit-related-products .swiper-button-next:after { 
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICA8cGF0aCBkPSJNNy41IDE1TDEyLjUgMTBMNy41IDUiIHN0cm9rZT0iY3VycmVudENvbG9yIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPjwvc3ZnPg==') center center / 100% auto no-repeat; 
}

foxkit-related-products .swiper-button-next:after, foxkit-related-products .swiper-button-prev:after {
  content: ''; 
  display: block; 
  height: 1rem; 
  width: 1rem; 
}

foxkit-related-products :is(.swiper-button-prev svg, .swiper-button-next svg) {
  display: none;
}

body:not(.template-index) .m-announcement-bar__wrapper .m-announcement-bar__inner .m-announcement-bar__item {
    display: block !important;
}
@media (max-width:767px)
{
  body .f-incart__product-info
{
    display: flex;
    flex-direction: column;
}
body .f-incart__product-info>div:last-child {
    align-items: start;
}
}

.m-product-media--slider__navigation button::after
{
  display:none;
}
 .m-slider-controls__wrapper svg path {
    stroke: black;
}

.m-announcement-bar__container .m-slider-controls__wrapper svg path {
    stroke: white;
}
.m-brands-list__wrapper .swiper-slide {
    justify-content: center;
}

/* Preis-Wrapper erzwingen */
.m-price__sale {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px;
}

/* Sale links */
.m-price__sale .m-price-item--sale {
  order: 1 !important;
}

/* Regular rechts */
.m-price__sale .m-price-item--regular {
  order: 2 !important;
}

*/