/** Shopify CDN: Minification failed

Line 178:0 Unexpected "}"

**/
header.SectionHeader.SectionHeader--center {
    text-align: center;
}  
.custom_colleciton_list .CollectionItem__Wrapper {
    position: relative;
    height: 500px;
    background-size: cover;
    background-position: center;
    overflow: hidden;
  }
  .custom_colleciton_list .CollectionItem__ImageWrapper {
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
    transform: scale(1);
    transition: transform 8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .CollectionItem__Wrapper--small {
    height: 450px; 
  }
  .CollectionItem__Wrapper--large {
    height: 550px; 
  }
  .custom_colleciton_list .CollectionItem__Image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center; 
  }
  .custom_colleciton_list .CollectionItem__Content {
    position: absolute;
    padding: 0 24px;
    margin-bottom: 0 !important;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: left; 
  }
  .CollectionItem__Content {
    position: absolute;
    padding: 0 24px;
    margin-bottom: 0 !important;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: left; 
  }
  .CollectionItem__Content--bottomCenter,
  .CollectionItem__Content--middleCenter {
    text-align: center; 
  }
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--middleRight {
    text-align: right;
  }
  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 24px;
    top: auto;
    left: 0;
    transform: none; 
  }
 .custom_carousel_collection_list {
    position: relative;
}

.custom_carousel_collection_list .slick-prev, .custom_carousel_collection_list .slick-next {
    background: #fff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    display: flex; /* Center icons */
    align-items: center;
    justify-content: center;
}

.custom_carousel_collection_list .slick-prev {
    left: 10px;
}

.custom_carousel_collection_list .slick-next {
    right: 10px;
}
  .custom_carousel_collection_list button.slick-next.slick-arrow svg, .custom_carousel_collection_list button.slick-prev.slick-arrow svg {
    width : auto;
   height: 18px;
   stroke-width : 1.5px;
   stroke : currentColor;
  }
.CollectionItem__Content--bottomCenter,
.CollectionItem__Content--middleCenter {
  text-align: center; }

.CollectionItem__Content--bottomRight,
.CollectionItem__Content--middleRight {
  text-align: right; }

.CollectionItem__Content--bottomLeft,
.CollectionItem__Content--bottomRight,
.CollectionItem__Content--bottomCenter {
  bottom: 24px;
  top: auto;
  left: 0;
  transform: none; 
}
@media (-moz-touch-enabled: 0), (hover: hover) {
  .CollectionItem:hover .CollectionItem__ImageWrapper {
    transform: scale(1.2); }
}

@media screen and (min-width: 1140px) {
   .CollectionItem__Wrapper {
    height: 600px; 
   }
   .CollectionItem__Wrapper--small {
    height: 500px; 
   }
  CollectionItem__Wrapper--large {
    height: 700px; 
  } 
  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 50px; } 
}
 @media screen and (min-width: 641px) {
 /* .CollectionList {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0; }
    .CollectionList::after {
      content: '';
      /* disable Flickity */ }

  .CollectionList--spaced {
    margin: 15px; }

  .CollectionList--spaced .CollectionItem {
    padding: 15px; }

  .CollectionList--grid.CollectionList--spaced {
    margin-top: -15px; }

  .CollectionItem {
    display: block !important;
    flex: 0 1 0;
    min-width: 50%; }

  .CollectionItem--expand {
    flex-grow: 1; }

  .CollectionItem__Content {
    padding: 0 40px; }

  .CollectionItem__Content--bottomLeft,
  .CollectionItem__Content--bottomRight,
  .CollectionItem__Content--bottomCenter {
    bottom: 40px; } 
} 
 @media screen and (max-width: 640px) {
  .CollectionList--grid {
    margin: -12px 12px 12px 12px; }

  .CollectionList--grid .CollectionItem {
    padding: 12px; }

  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomLeft,
  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomRight,
  .CollectionList:not(.CollectionList--grid) .CollectionItem__Content--bottomCenter {
    bottom: 70px; } 
} 
