/** Shopify CDN: Minification failed

Line 365:17 Expected ":"

**/
/* Newsletter popup container */
[id^="app-embed-container-"] {
  position: relative;
  z-index: 9999;
}

/*
@media screen and (max-width: 640px) {
  #Search[aria-hidden="true"] {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }
}
*/

/* START: MODAL SHIPPING COUNTRY SELECTOR */
.modal_shipping_country_button {
  background: var(--button-text-color);
  color: var(--background);
}

.ShippingSelectorModal--container .page-header {
  margin: 2rem 0.5rem;
}

.ShippingSelectorModal--container .SectionHeader {
  text-align: center;
}

.ShippingSelectorModal--container {
  max-width: 95%;
  margin: 0 auto;
}

.ShippingSelectorModal--container .image-wrapper {
  padding-bottom: 0.85rem;
}

.ShippingSelectorModal--container .select-wrapper {
  margin-bottom: 0.75rem;
  margin-top: 0.25rem;
  font-size: 15px;
  font-weight: 600;
}

body.shipping-selector-modal-active {
  user-select: none;
  position: relative;
}

.ShippingSelectorModal .modal-cta {
  display: flex;
  align-items: center;
  justify-content: center;
}

  .fancy-font-bold {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
  }


    .fancy-font-big {
    font-size: 2rem !important;
  }

.ShippingSelectorModal {
  transition: opacity 1.1s ease-in-out;
  -moz-transition: opacity 1.1s ease-in-out;
  -webkit-transition: opacity 1.1s ease-in-out;
  opacity: 0;
}

body.shipping-selector-modal-active .ShippingSelectorModal {
  overflow: initial;
  z-index:10;
  height: auto !important;
  display: block !important;
  transition: opacity 1.1s ease-in-out;
  -moz-transition: opacity 1.1s ease-in-out;
  -webkit-transition: opacity 1.1s ease-in-out;
  opacity: 1;
  position: fixed;
  width: 600px;
  background: white;
  top: 50%;
  border-radius: 10px;
  border: 1px solid black;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow-y: auto;
  max-height: 100vh;
}

body.shipping-selector-modal-active .ShippingSelectorModal .MembershipNoticeModal--icon {
  position: absolute;
  top: 40px;
  right: 40px;
  display: block;
  cursor: pointer;
}

body.shipping-selector-modal-active .ShippingSelectorModal .ProductList--carousel {
  margin: 0;
}

body::after {
  transition: opacity 1.1s ease-in-out;
  -moz-transition: opacity 1.1s ease-in-out;
  -webkit-transition: opacity 1.1s ease-in-out;
  opacity: 0;
}

body.shipping-selector-modal-active::after {
  transition: opacity 1.1s ease-in-out;
  -moz-transition: opacity 1.1s ease-in-out;
  -webkit-transition: opacity 1.1s ease-in-out;
  content: '';
  opacity: 1;
  z-index: 9;
  overflow: none;
  background: rgba(0,0,0,0.5);
  pointer-events: none;
  width: 100vw;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
}

.ShippingSelectorModal .modal-cta > div:first-child {
  margin-right: 20px;
}

@media(max-width: 768px) {
  body.shipping-selector-modal-active .ShippingSelectorModal {
    width: 90%;
    margin-top: 2rem;
  } 

  .ShippingSelectorModal .modal-cta {
    flex-direction: column;
  }

  .ShippingSelectorModal .modal-cta > div:first-child {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  body.shipping-selector-modal-active .ShippingSelectorModal .MembershipNoticeModal--icon {
    top: 20px;
    right: 20px;
  }

  
  body.shipping-selector-modal-active .ShippingSelectorModal .ProductListWrapper,
  body.shipping-selector-modal-active .ShippingSelectorModal .ProductList.ProductList--carousel.Carousel {
    overflow: visible;
  }

  body.shipping-selector-modal-active .ShippingSelectorModal .flickity-prev-next-button.previous,
  body.shipping-selector-modal-active .ShippingSelectorModal .flickity-prev-next-button.next {
    bottom: 65%;
    border: 2px solid black;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
  }

  body.shipping-selector-modal-active .ShippingSelectorModal .flickity-prev-next-button.previous {
    left: -20px;
  }

  body.shipping-selector-modal-active .ShippingSelectorModal .flickity-prev-next-button.next {
    right: -20px;
  }
}
/* END: MODAL SHIPPING COUNTRY SELECTOR */

/* START: PFLEGEHINWEISE on fashion-products */
.ProductMeta__CustomMetaobject:has(.product-pflegehinweise) {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.product-pflegehinweise-title {
  margin: 0;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.product-pflegehinweise-items-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

ul.product-pflegehinweise-items-wrapper {
  list-style-type: none;
}

.product-pflegehinweise-items-wrapper > .product-pflegehinweise-item:not(.last-child) {
  margin-inline-end: 1rem;
}

.product-pflegehinweise-items-wrapper > .product-pflegehinweise-item {
  padding: 0.25rem;
}

.product-pflegehinweise-item:has(.product-pflegehinweise-item__tooltip) {
  position: relative;
}

.product-pflegehinweise-item {
  flex-basis: calc(20% - 1rem);
  width: calc(20% - 1rem);
}

.product-pflegehinweise-item__tooltip {
  position: absolute;
  margin: 5px;
  border: 1px solid black;
  border-radius: 4px;
  padding: 10px;
  display: none;
  z-index: 1;
  background: var(--background);
}

@media screen and (min-width: 641px) {
  .product-pflegehinweise-item__tooltip {
    white-space: nowrap;
  }
}

.product-pflegehinweise-item:has(.product-pflegehinweise-item__tooltip):hover .product-pflegehinweise-item__tooltip {
  display: block;
}
/* END: PFLEGEHINWEISE on fashion-products */

/* START: Perfume Box in Cart Drawer */
.CartItem__Property-Image {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  padding: 2px;
  margin-right: 12px;
  background: rgba(0, 0, 0, 0.05);
}

.CartItem__Property-Image img{
  mix-blend-mode: multiply;
}

.CartItem__PropertyList.PerfumeBox > .CartItem__Property:first-child {
  padding-top: 10px;
}

.CartItem__PropertyList.PerfumeBox > .CartItem__Property {
  display: flex;
  justify-content: space-between;
  text-transform: none;
  align-items: center;
  flex-wrap: wrap;
}

.CartItem__PropertyList.PerfumeBox > .CartItem__Property * {
  text-transform: none;
}

.CartItem__PropertyList.PerfumeBox .CartItem__Property + .CartItem__Property {
  margin-top: 10px;
}

.CartItem__PropertyList.PerfumeBox .CartItem__Remove {
  margin: 0;
  padding: 6px 12px;
  height: fit-content;
  align-self: end;
  margin-left: auto;
}

.CartItem__Property > div {
  display: flex;
  align-items: center;
}

.CartItem__Property-Image + div {
  line-height: 1.3;
  margin-right: auto;
}

.CartItem__Property-Image:empty {
  background: rgba(var(--text-color-light-rgb), 0.2);
}

.CartItem__ImageWrapper.AspectRatio.PerfumeBox {
  vertical-align: top;
}

.CartItem__PerfumeBoxHeading {
  text-transform: none;
  padding-top: 20px;
}

.CartItem__Info.PerfumeBox .CartItem__Actions {
  margin-top: 6px;
}

@media screen and (min-width: 768px) {
  .CartItem__Property-Image+div {
    max-width: 80%;
  }

  .CartItem__PropertyList.PerfumeBox .CartItem__Remove {
    margin-left: unset;
    padding: 9px 18px;
  }

  .CartItem__PropertyList.PerfumeBox > .CartItem__Property {
    flex-wrap: nowrap;
  }
}
/* END: Perfume Box in Cart Drawer */

/* START: Perfume Box Progress Bar in Cart Drawer */
@keyframes animate-stripes {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 60px 0;
  }
}

.Cart__ShippingNotice.PerfumeBox {
  border-bottom: none;
  padding: 0;
}

.Cart__ShippingNotice.PerfumeBox .Drawer__Container {
  padding: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}

.Cart__ShippingNotice.PerfumeBox .Drawer__Container > .cart-shipping-progress__wrapper {
  font-weight: bold;
  line-height: 0.8em;
}

.inventory-progress-bar--wrapper + .ProductForm__BuyButtons {
  margin-top: 24px;
}

.inventory-progress-bar--wrapper {
  border-radius: 10px;
  overflow-hidden;
  border: 1px solid var(--inventory-progress-bar-border-color);
  overflow: hidden;
  background-color: var(--inventory-progress-bar-wrapper-color);
}

.inventory-progress-bar--inner {
  background-color: var(--inventory-progress-bar-inner-color);
  width: var(--progress-width);
  padding: 5px 0px;
  background-size: 30px 30px;
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  animation: animate-stripes 3s linear infinite !important;
}

.inventory-progress-bar {
  white-space: nowrap;
  color: var(--inventory-progress-bar-text-color);
  padding: 5px 15px;
}

.ProductItem .inventory-progress-bar {
  display: block;
  padding: 1px 15px;
  font-size: 0.8rem;
}

.ProductItem .inventory-progress-bar--wrapper {
  width: max(190px, 80%);
  margin-right: auto;
  margin-left: auto;
  margin-top: 10px;
}

.cart-shipping-progress__wrapper .inventory-progress-bar--wrapper {
  position: relative;
}

.cart-shipping-progress__wrapper .inventory-progress-bar--markers .first-milestone:after,
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .second-milestone:after,
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .third-milestone:after,
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .first-milestone,
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .second-milestone,
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .third-milestone {
  position: absolute;
  top: 16px;
  left: 50%;
}

.cart-shipping-progress__wrapper .inventory-progress-bar--markers .first-milestone,
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .second-milestone,
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .third-milestone {
  white-space: nowrap;
  transform: translateX(-50%);
}

.cart-shipping-progress__wrapper .inventory-progress-bar--markers .first-milestone {
  top: -10px;
  left: 71%;
}

.cart-shipping-progress__wrapper .inventory-progress-bar--markers .first-milestone:after {
  content: "";
  width: 2px;
  height: 14px;
  background: black;
}

.cart-shipping-progress__wrapper .inventory-progress-bar--markers .second-milestone {
  top: -10px;
  left: 97%;
}

.cart-shipping-progress__wrapper .inventory-progress-bar--markers .second-milestone:after {
  content: "";
  width: 2px;
  height: 14px;
  background: black;
}

/*
.cart-shipping-progress__wrapper .inventory-progress-bar--markers .third-milestone {
  left: 99%;
}

.cart-shipping-progress__wrapper .inventory-progress-bar--markers .third-milestone:after {
  content: "";
  width: 6px;
  height: 20px;
  background: green;
}
*/

/* END: Perfume Box Progress Bar in Cart Drawer */

.th-wl-product-add-to-cart{display: none}
.th-wl-quantity-box{display: none !important}

