/** Shopify CDN: Minification failed

Line 16:18 Unexpected "{"
Line 16:26 Expected ":"
Line 16:31 Unexpected "{"
Line 19:10 Unexpected "{"
Line 19:18 Expected ":"
Line 19:23 Unexpected "{"
Line 20:13 Expected identifier but found whitespace
Line 20:15 Unexpected "{"
Line 20:24 Expected ":"
Line 20:47 Expected ":"
... and 4 more hidden warnings

**/
#shopify-section-{{section.id}}{
  margin-bottom: 40px;
}
#section-{{section.id}}{
  margin-top: {{ section.settings.space_on }}px;
  margin-bottom: {{ section.settings.space_below }}px;
}
@media (max-width: 769px) {
  #shopify-section-1586313203505 {
    margin-top: 70px;
  }
}
.homepage-featured-products .has-slick .slick-dots {
  display: none!important;
}
.btn-homepage-products-view-more {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 11px;
  line-height: 20px;
  outline: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 25px 6px;
  border: 1px solid #ccc;
  text-align: center;
  margin: 0 auto;
  min-width: 130px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  max-width: 204px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  letter-spacing: 0.1em;
  cursor: pointer;
  margin-bottom: 60px;
}
@media only screen and ( min-width: 1024px ) {
  .homepage-featured-products .slick-slider .slick-track {
    width: 100%!important;
    transform: none!important;
  }
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item {
    width: 33.3%!important;
    max-width: 33.3%!important;
    flex: 20%!important;
    margin-bottom: 20px;
  }
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item {
  	display: none;
  }
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item .product-bottom {
    min-height: 84px;
  }
  .homepage-featured-products .slick-arrow {
    display: none!important;
  }
  
  .btn-homepage-products-view-more,
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:first-child,
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(2),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(3),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(4),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(5),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(6),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(7),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(8),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(9),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(10){
    display: block;
  }
  
  
}
@media only screen and ( max-width: 1024px ) {
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item {
    display: none;  
  }
  .btn-homepage-products-view-more,
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:first-child,
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(2),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(3),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(4),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(5),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(6),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(7),
  .template-index .main-content .shopify-section .homepage-featured-products .grid-item:nth-child(8) {
    display: block;  
    margin-bottom: 30px;
  }
}
@media only screen and ( max-width: 780px ) { 
  .homepage-featured-products .grid-item.col-6 .product-item .product-top {
    margin-bottom: 10px;
  }
  .homepage-featured-products .grid-item.col-6 .product-info table td, .grid-item.col-6 .product-info table th {
    padding: 4px 0;
  }
  .homepage-featured-products .grid-item.col-6 .product-info table, .grid-item.col-6 .product-info table tbody:first-child td {
    font-size: 12px;
  }
  .homepage-featured-products .grid-item.col-6 .product-item .product-bottom .product-vendor a {
    font-size: 12px;
  }
  .homepage-featured-products .grid-item.col-6 .product-item .product-bottom .product-title, .grid-item.col-6 .product-item .product-bottom .price-box span {
    font-size: 14px;
  }
  .homepage-featured-products .grid-item.col-6 .product-item .product-bottom .product-sub-info {
    font-size: .90em;
  }
}