/** Shopify CDN: Minification failed

Line 17:20 Expected ":"

**/
h2.recomatic-headline {
    font-weight: 300;
}
.custom--hide {
  display: none;
}
@media screen and (max-width: 798px) {
  h1.product__section-title.product-title {
    font-size: 22px;
}  
  .custom--hide__mobile {
    display: none; 
  }
  
  section.product__section.product-template.global__section.row.grid__wrapper {
    width: 100%;
    padding: 0;
  }
.product__section--header.product__section--element.product__section--product_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

  .custom--hide.product__section--header.product__section--element.product__section--product_title {
    justify-content: end;
}
  
  .grid__wrapper-mobile.row-mobile {
    padding: 0 3.04166667%;
  }

.custom--hide {
  display: block;
}
  
  .grid__wrapper.row {
    grid-gap: 10px;
  }

  .product__variants-swatches,
  .product__variants-select {
    margin-bottom: -10px;
  }

  .swatches__container.js-variant-selector.product__section--element {
    margin-top: -5px;
  }

  .product__section-title {
    margin-bottom: 3px !important;
  }
  h2.recomatic-headline {
    font-size: 16px;
  }
}

/* Gallery */
@media screen and (min-width: 981px) {
  .product__section.product-template .product__section-images {
    position: relative !important;
    top: calc(var(--header-height) + 20px);
    align-self: start;
    top: -150px;
  }
}

@media screen and (min-width: 1290px) {
  .product__section-contentWrapper.span-4.md-span-12.sm-span-12.auto.aos-init.aos-animate {
    margin-left: 3em;
    margin-right: 3em;
  }
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: none!important;
}

.zoom-icon-global {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: translate(-50%, -50%);
  z-index: 9999;
}

.image-zoom-container {
  position: relative;
  pointer-events: auto;
  /*cursor: none;*/
  z-index: 12312; 
}

.image-zoom-container img {
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.image-zoom-container.zoomed img {
  transform: scale(2); 
  cursor: none;
}

.image-zoom-container img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.4s ease;
  transform-origin: center center;
}

.image-zoom-container .zoom-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease;
  transform: translate(-50%, -50%);
  z-index: 1000;
}

.zoom-icon svg {
  width: 12px;
  height: 12px;
}

.zoom-icon svg line {
  stroke-width: 1;
}

.image-zoom-container:hover .zoom-icon,
.image-zoom-container.zoomed .zoom-icon {
  opacity: 1;
}

.image-zoom-container.zoomed img {
  transform: scale(2);
}

button.btn.recomatic-atc-button.button.secondary-button {
  font-size: 11px !important;
  color: #fff !important;
  border: 1px solid black !important;
  background: #000 !important;
  height: 50px;
}

section#shopify-section-template--24962210234632__1745655867fe3f24fa .row {
  width: 99% !important;
}

h2.recomatic-headline {
  margin: 2em 0 1em 0;
  text-align: center;
  text-transform: uppercase;
}

.product__section-contentWrapper.span-4.md-span-12.sm-span-12.auto.grid__wrapper-mobile.row-mobile.aos-init.aos-animate {
  margin-top: 15px;
}


