/** Shopify CDN: Minification failed

Line 632:0 Expected "}" to go with "{"

**/
.product-info__buy-container {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.shopify-product-form:has(.product-personalizer) {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.shopify-product-form > .product-info__quantity-selector {
  flex: 0 0 166px;
}

.shopify-product-form > .buy-buttons {
  flex-basis: calc(100% - 166px);
  padding-left: 20px;
}

.shopify-product-form > .buy-buttons .button {
  padding: 13px 40px
}

@media screen and (max-width: 1085px) {
  .shopify-product-form > .buy-buttons .button {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 420px) {
  .shopify-product-form > .buy-buttons {
    flex-basis: 100%;
    padding-left: 0;
  }
}

.product-info__buy-container > .product-info__buy-buttons:has(.product-personalizer)  {
  flex: 0 0 100%;
}

.product-info__buy-container .product-personalizer {
  padding: 0!important;
}


.product-info__buy-container > .product-info__buy-buttons  {
  flex-basis: calc(100% - 166px);
}

.product-info__buy-container > .product-info__quantity-selector {
  flex: 0 0 166px;
}

@media screen and (max-width: 1085px) {
  .product-info__buy-container > .product-info__buy-buttons .button {
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 30px;
  }
}

@media screen and (max-width: 699px) {
  .product-info__buy-container > .product-info__buy-buttons .buy-buttons  {    
    padding-left: 0;
  }
}

@media screen and (max-width: 420px) {
  .product-info__buy-container > .product-info__buy-buttons {
    flex-basis: 100%;
  }
}

.badge--quaternary,
.badge--quinary {
  cursor: pointer;
}

.modal--quaternary, 
.modal--quinary {
  display: none;
  position:fixed;  
  z-index: 20; 
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto;
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}

.modal--quaternary__content,
.modal--quinary__content {
  position: relative;
  padding: 25px;
  margin: auto;
  background-color: #fff;
  border: 1px solid #708a5c;
  max-width: 80%;
}

.modal--quaternary__close,
.modal--quinary__close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.modal--quaternary__close svg,
.modal--quinary__close svg {
  color: #708a5c;
}

.modal--quaternary h4,
.modal--quinary h4 {
  font-weight: 700;
  color: #708a5c;
}

.product-info__inventory .text-with-icon {
  align-items: start;
  font-weight: bold;
}

.product-info__pickup-availability svg {
  flex-shrink: 0;
}

.product-gallery__ar-wrapper {
  position: relative;
}

.product-gallery__badge {
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  column-gap: 20px;
  justify-content: flex-start;
}

.product-detail__badge .badge--quaternary,
.product-detail__badge .badge--quinary {
  background-color: transparent;
  color: var(--text-primary)
}

.product-gallery__badge .badge--quaternary,
.product-gallery__badge .badge--quinary {
  background-color: transparent;  
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 700px) {
  .product-gallery__badge {
    top: 13px;
  }
  .product-gallery__badge .badge--quaternary,
  .product-gallery__badge .badge--quinary {
    width: 35px;
    height: 35px;
  }
}

.product-gallery__logo {
 position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  column-gap: 20px;
  justify-content: flex-start;
}

.product-gallery__logo .badge--image-1 {
  background-color: transparent;  
  width: 180px;
  height: 180px;
}

@media screen and (max-width: 700px) {
  .product-gallery__logo {
    bottom: -40px;
    top: initial;
  }
  .product-gallery__logo .badge--image {
    width: 85px;
    height: 85px;
  }


 
}



/* "Ankündigungsleiste oben" start */

.preheader {
  display: flex;
  justify-content: space-between;
  width: 60%;
  margin: 10px auto;   
  font-size: 0.8em;
}


.preheader a {
  text-decoration: none;
  position: relative;
}

.preheader a:hover {
   text-decoration: none;
}

.preheader a:hover:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: -2px;
}

@media screen and (max-width: 1024px) {
  .preheader {
    width: 80%;
    font-size: 0.6em;
       
  }
}


.preheader2 {
  display: flex;
  justify-content: flex-end;
  width: 95%;
  margin: 10px auto;   
  font-size: 0.8em;
}

.preheader2__item {
  margin-right: 20px; /* Hier wird der Zwischenabstand zwischen den Links festgelegt */
}

.preheader2 a {
  text-decoration: none;
  position: relative;
}

.preheader2 a:hover {
   text-decoration: none;
}

.preheader2 a:hover:after {
  content: '';
  position: absolute;
  height: 2px;
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: -2px;
}

@media screen and (max-width: 1024px) {
  .preheader2 {
    width: 80%;
    font-size: 0.6em;
    justify-content: space-between;
       
  }
}

/* "Ankündigungsleiste oben" end */

/* CSS Header Logo start */

.header__logo-image {
margin-bottom: -15px
}

.header.is-filled,
.header {
    filter: drop-shadow(10px 10px 20px rgba(40, 51, 68, 0.2));
}

/* CSS Header Logo end */


@media only screen and (max-width: 600px){
  
.button--xl{
  position: relative;
  bottom: 10px;
}
}


.brush-title-headline {
  position: relative;
  height: 55px;
  padding-bottom: 25px;
  margin: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: transparent url(/cdn/shop/files/bavshop-brush.png?v=1672224200) no-repeat center/contain;
      
}

.brush-title-headline2 {
  position: relative;
  height: 55px;
  padding-bottom: 25px;
  margin: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: transparent url(/cdn/shop/files/bavshop-brush2.png?v=1674744674) no-repeat center/contain;
      
}

.brush-title-headline3 {
  position: relative;
  height: 55px;
  padding-bottom: 25px;
  margin: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: transparent url(/cdn/shop/files/bavshop-brush4.png?v=1675251826) no-repeat center/contain;
      
}

.brush-title-headline4 {
  position: relative;
  height: 55px;
  padding-bottom: 25px;
  margin: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: transparent url(/cdn/shop/files/bavshop-brush5.png?v=1675851385) no-repeat center/contain;
      
}

.brush-title-headline5 {
  position: relative;
  height: 55px;
  padding-bottom: 25px;
  margin: 15px;
  display: flex;
  text-align: center;
  justify-content: center;
  background: transparent url(/cdn/shop/files/bavshop-brush6.png?v=1677503091) no-repeat center/contain;
      
}


.product-info__title {
  color: #344283;
      
}


.slideshow__slide .content-over-media .prose .button--xl{
  width: auto !important;
}

.product-quick-add{
  z-index: 99;
}

.smart-tabs-content-block p {
    margin-top: 24px !important;
}

@media all and (min-width: 1000px) {

  .product-gallery {
    position: sticky;
    top: 150px;
  }
  .page-dots.md\:hidden {
    display: flex;
  }
}

.media-with-text {
    color: #344283;
  }

.verifizierung {
    padding: 10px; 
    background-color: #dce9f1;
    text-align: center
     
  }

.product-gallery .page-dots button {
  width: 11px;
  height: 11px;
}

@media screen and (max-width: 700px) {
 .product-gallery .page-dots button {
  width: 6px;
  height: 6px;
  }
}

  
.product-gallery__thumbnail-list-wrapper .product-gallery__thumbnail-list {
  display: none;
}

#n2g-form-erinnerung button {
	width: 100%;
    text-align: center;
    font-weight: 700;
	margin-top: 0!important;
	border-radius: 0!important;
    background-color: rgb(52,66,131)!important;
}

#n2g-form-erinnerung input {
	width: 100%;
}

.border-white {
    width: 75%;
       
  }

.background-blue {
    background-color: #dce9f1;
    padding: 15px;  
       
  }

.header__wrapper {
  padding: 0rem max(var(--container-gutter), 50% - var(--container-max-width) / 0.5);
  
}

.text-lg { 
  color: #344283;
         font-weight: 700;
         
}

.badge--primary {
  --badge-background: var(--primary-badge-background);
  --badge-color: var(--primary-badge-text);
}

.badge--secondary {
  --badge-background: var(--secondary-badge-background);
  --badge-color: var(--secondary-badge-text);
}

.badge--tertiary {
  background-color: #4bc5dc;
  color: #ffffff;
}

.badge--quaternary {
  background-color: #708a5c;
  color: #ffffff;
}

.badge--quinary {
  background-color: #d0a16e;
  color: #ffffff;
}

.badge--senary {
  background-color: #f89931;
  color: #ffffff;
}

.badge--septenary {
  background-color: #ce0a30;
  color: #ffffff;
}


.upright_top:before {
    content: "";
    background: white;
    height: 50px;
    transform: skewY(-1deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    z-index:2;
}

.upright_bottom:after {
    content: "";
    background: white;
    height: 50px;
    transform: skewY(-1deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    z-index:2;
}

.downright_top:before { 
   content: "";
    background: white;
    height: 50px;
    transform: skewY(+1deg);
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    z-index:2;
}

.downright_bottom:after { 
   content: "";
    background: white;
    height: 50px;
    transform: skewY(+1deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: -25px;
    z-index:2;
}

@media screen and (min-width: 421px) {

  .product-info__buy-buttons .line-item-property__field {
    margin-left: -170px;
    padding-bottom: 15px;
  }

}

@media screen and (min-width: 1086px) {

  .product-info__buy-buttons .line-item-property__field {
    padding-bottom: 50px;
  }

}

.prev-next-buttons {
  padding-bottom: 30px;
}  

@media screen and (max-width: 420px) {
  .product-info__buy-buttons .line-item-property__field {
      margin-top: -10px;
      margin-bottom: 80px;
      margin-left: 0;
  }
  .product-info__buy-container>.product-info__quantity-selector{
    margin-top:0px;
  }
}

.slideshow_subheading {
  font-family: 'Lora Italic';
  font-size: 1.7em;
}  

.shopify-product-form.pplr_atc_form {
  position: relative;
}
@media screen and (min-width: 420px) {
  .shopify-product-form.pplr_atc_form .buy-buttons {
    position: absolute;
    right: 0;
    width: calc(100% - 166px);
  }
}

@media only screen and (max-width: 600px) {
  .shopify-product-form .buy-buttons .button {
    bottom: 0;
  }
}

:root {
  --input-height: 3.125rem;
}

.mega-menu__nav .h5 {
  font-size: 14px;
  font-weight: 400;
}

.header__logo  {
  margin-bottom: -18px;
}

@media screen and (max-width: 700px) {
  .header__logo  {
      margin-bottom: 0px;
  }

  .low-stock-warning {
  color: #b85c00; /* z. B. Orange */
  font-weight: bold;
  font-size: 0.95rem;
  margin-top: 0.5rem;
}
