/** Shopify CDN: Minification failed

Line 106:20 Expected ")" to end URL token

**/
.header-wrapper {
    border-bottom: none !important;
}
.section-header:not(.shopify-section-header-sticky) .header-wrapper {
    background: transparent !important;
}
.row {
    align-items: flex-start;
}
main#MainContent {
    position: relative;
    overflow: hidden;
}
ul li {
    line-height: 1.5;
}
.label-pop {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem 0;
    z-index: 999;
    height: 100%;
    overflow: scroll;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00000080;
    z-index: 99999;
    display: block !important;
}
.label-container {
    width: 90rem;
    margin: 0 auto;
    position: relative;
    z-index: 99999;
    padding: 4rem 6rem;
    max-width: 90%;
    top: 0;
    text-align: center;
}
.close-pop img {
    width: 1rem;
}
.close-pop {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #fff;
    width: 2.4rem;
    border-radius: 100%;
    height: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slider-for, .slider-nav {
  opacity: 0;
}
.slider-for.slick-initialized, .slider-nav.slick-initialized {
    opacity: 1 !important;
}
.disable {
    opacity: 0.5;
    pointer-events: none;
}
main#MainContent > section:first-of-type {
    display: none;
}
.zoom-image:hover { 
  cursor: move; /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
.zoom-image:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
.zoom {
  display:inline-block;
  position: relative;
}       
/* magnifying glass icon */
.zoom:after {
  content:'';
  display:block; 
  width:33px;
  height:33px; 
  position:absolute; 
  top:0;
  right:0;
  background:url({{ 'magnifying-glass.png' | asset_url }});
}
.newsletter {
    display: none !important;
}