/** Shopify CDN: Minification failed

Line 84:4 Expected identifier but found "drop-shadow("
Line 131:0 Unexpected "}"

**/
@font-face {
  font-family: 'Urbanist';
  src: url('/cdn/shop/files/Urbanist-Regular.ttf?v=1711030636') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Urbanist';
  src: url('/cdn/shop/files/Urbanist-Italic.ttf?v=1711030636') format('truetype');
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: 'Urbanist';
  src: url('/cdn/shop/files/Urbanist-Bold.ttf?v=1711030635') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Urbanist';
  src: url('/cdn/shop/files/Urbanist-BoldItalic.ttf?v=1711030636') format('truetype');
  font-weight: 700;
  font-style: italic;
}

.ck-heading {
  width: 100%
}

.ck-delivery-badge {
  background: #e1a0e4;
  color: #ffffff; 
}

.card__badge.top {
  display: flex;
  flex-direction: column; 
  gap: 0.5rem;
  align-items: flex-start
}

.loox-rating-content svg {
  color: #F9CA4f
}

/* ----- Teeinblue ----- */
  /* Title to form */
  .tee-customize-main-form::before {
    content: "Produkt personalisieren";
    display: block;
    background: #e3e3e3;
    padding: 1.2rem;
    line-height: 1.2em;
    font-weight: 700;
    text-align: center;
    border-radius: 0.6rem 0.6rem 0 0;
    font-size: 1.6rem
  }

  /* Other customazations */
  #tee-gallery .tee-mockup,
  #tee-gallery .tee-thumbnail {
    border-radius: 16px
  }
  
  media-gallery .tee-slider__button, 
  media-gallery .tee-thumbnails__button {
    background: transparent !important;
    opacity: 1 !important;
  }
  
  media-gallery .tee-slider__button svg {
    width: 5rem !important;
    height: 5rem !important;
    drop-shadow(1px 1px 3px rgb(0 0 0 / .3))!important  
  }
  
  .tee-slider__dots {
    display: none !important
  }
  
  .tee-thumbnail--active {
    border: 2px solid rgba(var(--color-button),1)
  }
  
  .tee-option__title {
    text-transform: unset !important
  }

  .tee-price--current::after {
    content: "Inkl. MwSt.";
    font-weight: 400;
    font-size: 1.3rem;
    margin-left: 1rem;
    opacity: 0.7
  }

  .tee-price--saving {
    background: var(--ck-accent-color) !important;
    color: #e95a5c !important;       
    align-items: center !important;
    border: none !important;
    border-radius: 30px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    line-height: 1.2em !important;
    padding: .4rem .7rem !important;
    text-transform: uppercase !important;
    margin-left: 0 !important;   
    font-size: unset !important;
    font-size: 15px !important
  }

  .tee-price--compare-wrapper .tee-price--saving .price,
  .tee-price-wrapper .tee-price--saving span {
    color: #e95a5c !important;       
  }

  .tee-price--compare {
    color: var(--tee-compare-price-color) !important
  }
}

/* Featured Collection Slider */
@media screen and (min-width: 991px) {
  .ck-custom-slider {
      margin-left: 0;
    }
  .ck-custom-slider .grid {
      padding: revert;
      gap: var(--grid-mobile-horizontal-spacing);
    }
    .ck-custom-slider li.slider--desktop.grid--4-col-desktop .grid__item {
      width: calc(100% - var(--grid-desktop-horizontal-spacing) * 3 / 4) !important;
    }
  }

.ck-custom-slider .collection .slider--tablet.product-grid {
  scroll-padding-left: 0;
}

.ck-custom-slider .grid--peek.slider .grid__item:first-of-type {
  margin-left: 0;
}

@media screen and (max-width: 749px) {
  .ck-custom-slider li.grid__item {
      width: calc(50% - var(--grid-mobile-horizontal-spacing) / 2) !important;
  }

  .ck-custom-slider .grid--peek.slider:after {
     margin-left: 0
  }

  .ck-custom-slider .collection .slider.slider--tablet {
    margin-bottom: 0
  }
}

/* Accordions */
  .ck-accordion-toggle {
  cursor: pointer;
  width: 100%;
  background: none;
  border: none;
  padding: 1rem 0;
  text-align: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: inherit;
}

.ck-accordion-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  will-change: max-height, opacity;
}

.accordion-toggle.active + .ck-accordion-panel {
  opacity: 1;
}

/* ----- Other ----- */
.button {
  font-weight: 600
}

.menu-drawer__utility-links {
  display: flex;
  justify-content: space-between;
  align-items: center
}
