/** Shopify CDN: Minification failed

Line 329:22 Expected identifier but found "!"
Line 335:1 Expected "}" to go with "{"

**/
/* CUSTOM HEADER */

@media screen and (max-width: 989px) {
  .header-wrapper{
      display: flex;
      flex-direction: column-reverse;
  }
  .header{
    margin: unset !important;
  }
  .header-wrapper .search-modal__content {
    display: block !important;
  }
  .header--callus{
    display: none !important;
  }
  .search-modal__content {
    padding: 1.25rem
  }
}

/* HEADER MIT TELEFON
.header-wrapper .search-modal__content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background-color: #F5F5F5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}*/

/* HEADER OHNE TELEFON*/
.header-wrapper .search-modal__content{
  background-color: #F5F5F5;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.header-wrapper .search__button {
    background-color: #45B1E0 !important;
    color: #000000;
    border-radius: var(--inputs-radius);
}

.header__menu-item{
  text-transform: uppercase;
  font-size: 14px;
  line-height: 25px;
  padding: 8px 16px;
}

.list-menu--inline {
    gap: 20px;
}

.header--callus{
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}

.header__menu-item__active{
  background-color:#45B1E0;
  color: #000000;
  border-radius: 30px  
}

/* CUSTOM FOOTER */
.list-payment {
  justify-content: flex-start !important;
}

.rte ul {
  padding-left: unset !important;
}

.footer__payment {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.list-social {
  padding-left: 0px !important;
  justify-content: flex-start !important;
}

.list-social__link {
  padding-left: 0px !important;
  padding-top: 0px !important;
}

.footer__content-bottom{
  padding-top: 0!important;
}

.footer__content-bottom-wrapper {
  justify-content: space-between !important; 
}

.footer__content-bottom-wrapper:not(.footer__content-bottom-wrapper--center) .footer__copyright {
    text-align: left !important;
}

.footer__social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__social-icons .list-social__link{
  padding: 0 1rem;
}
.footer__social-icons .svg-wrapper {
    background-color: #fff;
    border-radius: 999px;
    width: 35px;
    height: 35px;
    padding: 6px;
}

.footer__copyright {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.footer__content-bottom {
    border-top: 0;
    background-color: #E9EAEB;
}

.footer-block__address, .footer-block__email, .footer-block__tel{
  font-size: 12px;
  display: flex;
  gap: 1rem;
  margin: 0.5rem 0;
}

.footer-block__brand-info .svg-wrapper{
  width: 16px;
  height: 16px;
}

.footer-block.grid__item:not(:first-of-type) {
    padding-left: 5rem;
}

@media screen and (max-width: 989px) {
  .footer-block.grid__item:not(:first-of-type) {
    padding-left: 0 !important;
  }
}

.footer-block--newsletter {
    margin-top: 0!important;
    margin-bottom: 5rem!important;
}

.highlight-container {
  position: relative;
  display: inline-block;
}

.doube-underline {
  position: absolute;
  bottom: -15px;
  right: 20px;
  height: 2rem;
}

@media screen and (max-width: 749px) {
  .doube-underline {
    bottom: -10px;
    right: 10px;
    height: 1.5rem;
  }
}

@media screen and (max-width: 749px) {
  .list-payment__item {
    padding-left: 0px !important;
  }
}

.button-atc-icon {
  margin-right: 5px;
}

.button-label-with-icon {
  align-items: center;
  display: flex;
}

.vq-card-title {
  font-size: 18px !important;
}

.vq-price-card {
  font-size: 20px !important;
}

/* CUSTOMIZED BLOG SECTION */
.blog__posts .article-card .card__information {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.article-card__excerpt {
  margin-top: 0 !important;
  margin-bottom: .8rem;
}

.article-card__cta {
  margin-top: 1rem;
}

.article-card__cta-link {
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  text-decoration: unset;
  transition: all 0.2s ease;
  font-size: 18px;
}

.article-card__cta-icon {
  display: inline-block;
  margin-left: 0.35em;
  transition: transform 0.2s ease;
}

.article-card__cta-link:hover .article-card__cta-icon {
  transform: translateX(4px);
}

.card__inner {
  height: 275px;
  background-color: #F3F3F3;
}
.collection .media>img { 
  object-fit: contain !important;
}

.card__media .media img {
  mix-blend-mode: multiply;
}

.card .media {
    background: var(--gradient-background)
}

.free-shipping-bar-container {
  margin-bottom:10px;
  font-size: 12px;
}

.free-shipping-bar-icon {
  margin-right: 5px;
  position: relative;
  top: 5px;
}

progress {
  width: 60%;
  height: 10px;
  border-radius: 10px;
  margin: 0 7px;
  vertical-align: inherit;
  appearance: none;
}

progress::-moz-progress-bar {
  background: #45B1E0;
  transition: width 1s ease;
}

progress::-webkit-progress-value {
  background: #45B1E0;
  border-radius: 10px;
  transition: width 1s ease;
}

progress::-webkit-progress-bar {
  background: #f7f7f7;
  border-radius: 10px;
}

.price--on-sale .price-item--regular {
  color: red !important;
}

.vq-custom-atc {
  background-color: #45b1e0;
  color: black;
}

.vq-custom-atc:before,
.vq-custom-atc:after {
  box-shadow: none;
}

.vq-custom-atc:hover:after {
  box-shadow: none !important;
}
.vq-custom-atc:hover:hover {
  background-color:rgb(62, 164, 208);
}

.footer__content-bottom-wrapper {
  display: unset !important;
}

@media screen and (max-width: 989px) {
.footer__copyright {
  margin: 10px auto 10px auto;
}
}

body > cart-drawer {
  z-index: 2147483641 !important;
}

.salepify-notification-popup-container {
  visibility: hidden; !important;
}

@media screen and (min-width: 990px) {
.js details>.header__submenu {
  width: 300px;
}