/** Shopify CDN: Minification failed

Line 317:13 Expected identifier but found "{"
Line 317:14 Unexpected "{"
Line 317:24 Expected ":"

**/
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;

}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

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

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: white;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}



/* ---- Featured Cards Section ---- */

.featured-cards {
max-width: 1600px;
margin: auto;
padding: 0 20px;
padding-bottom: 32px;
margin-top: 55px;
}
.featured-cards img {
width: 100%;
}
.featured-cards .carousel-cell {
background: #fff;
border-radius: 16px;
margin: auto;
padding: 18px;
margin: 12px;
width: calc(32% - 10px);
}
.product-btn {
width: 100%;
}
@media only screen and ( max-width: 767px ) {
.featured-cards .carousel-cell {
width: calc(50% - 10px);
}
}
@media only screen and ( max-width: 479px ) {
.featured-cards .carousel-cell {
width: calc(100% - 10px);
}
}


/* ---- In Action Section ---- */

.in-action {
max-width: 1600px;
margin: auto;
padding: 0 20px;
padding-bottom: 32px;
margin-top: 15px;
}
.in-action img {
width: 100%;
}
.in-action .carousel-cell {
background: #fff;
border-radius: 16px;
margin: auto;

margin: 12px;
width: calc(25% - 10px);
}

@media only screen and ( max-width: 767px ) {
.in-action .carousel-cell {
width: calc(50% - 10px);
}
}
@media only screen and ( max-width: 479px ) {
.in-action .carousel-cell {
width: calc(100% - 10px);
}
}
.carousel-cell-inaction2{
    display: inline;
    float: left;
    width: 50%;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
.carousel-cell-inaction3{
    display: inline;
    float: left;
    width: 31%;
    align-items: center;
    text-align: center;
    margin-bottom: 50px !important;
  	margin:1%;
}

/* ---- Other Available Products Section ---- */

.other-available-products {
display: table;
flex-wrap: wrap;
}

@media only screen and ( max-width: 1000px ) {
.other-available-products {
    max-width: 400px;
    margin: 0 auto;
}
}

.other-available-products img {
width: 100%;
}
.other-available-products .carousel-cell {
background: #fafafa;
border-radius: 16px;
margin: auto;

margin: 12px;
width: calc(32% - 10px);
}

@media only screen and ( max-width: 767px ) {
.other-available-products .carousel-cell {
width: calc(50% - 10px);
}
}
@media only screen and ( max-width: 479px ) {
.other-available-products .carousel-cell {
width: calc(100% - 10px);
}
}

.flickityoverlay {
  /*position: absolute; 
  bottom: 0; 
  margin-top:29px;
  background: rgba(0, 0, 0, 0.1);  */
  color: black !important; 
  width: 100%;
  transition: .5s ease;
  /*opacity:0;*/
  color: white;
  font-size: 11px;
  /*padding: 5px;*/
  text-align: center;
  background-color:#f6f6f6;
  min-height:30px;
  margin-top:-6px;
}

.carousel-cell:hover .flickityoverlay {
  opacity: 1;
}
.carousel-cell3{
    display: inline;
    float: left;
    width: 50%;
    align-items: center;
    text-align: center;
    margin-bottom: 50px;
}
.carousel-cell4{
    align-items: center;
    text-align: center;
    margin-bottom: 7px;
    flex: 0 0 19%;
    margin-right: 7px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    max-width: calc(20% - 7px);
    background-color: #f6f6f6;
    padding-top: 2px;
    border-radius: 6px;
    overflow: hidden;
            
}

.image-wrap{
  background:{{ settings.color_small_image_bg | default: "#eee" }};
  background:var(--colorSmallImageBg);
  overflow:hidden;
}

.image-wrap img:not([role=presentation]){
  display:block
}

.no-js .image-wrap img:not([role=presentation]).lazyload{
    display:none
}

.image-wrap .animate-me,.image-wrap img:not([role=presentation]),.image-wrap svg{
    opacity:0
  }

.no-js .image-wrap .animate-me,.no-js .image-wrap img:not([role=presentation]),.no-js .image-wrap svg{
      opacity:1
  }

.aos-animate .image-wrap .animate-me,.aos-animate .image-wrap .lazyloaded:not([role=presentation]),.aos-animate .image-wrap svg{
    animation:fade-in 1s cubic-bezier(0.26, 0.54, 0.32, 1) 0s forwards;
  }

[data-aos=row-of-3].aos-animate:nth-child(3n+2) .image-wrap img{
    animation-delay:150ms
}

[data-aos=row-of-3].aos-animate:nth-child(3n+3) .image-wrap img{
    animation-delay:300ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+2) .image-wrap img{
    animation-delay:120ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+3) .image-wrap img{
    animation-delay:240ms
}

[data-aos=row-of-4].aos-animate:nth-child(4n+4) .image-wrap img{
    animation-delay:360ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+2) .image-wrap img{
    animation-delay:75ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+3) .image-wrap img{
    animation-delay:150ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+4) .image-wrap img{
    animation-delay:225ms
}

[data-aos=row-of-5].aos-animate:nth-child(5n+5) .image-wrap img{
    animation-delay:300ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+2) .image-wrap img{
    animation-delay:50ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+3) .image-wrap img{
    animation-delay:100ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+4) .image-wrap img{
    animation-delay:150ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+5) .image-wrap img{
    animation-delay:200ms
}

[data-aos=row-of-6].aos-animate:nth-child(6n+6) .image-wrap img{
    animation-delay:250ms
}
