/** Shopify CDN: Minification failed

Line 21:19 Unexpected "{"
Line 21:28 Expected ":"
Line 22:19 Unexpected "{"
Line 22:28 Expected ":"
Line 23:19 Unexpected "{"
Line 23:28 Expected ":"
Line 28:19 Unexpected "{"
Line 28:28 Expected ":"
Line 36:19 Unexpected "{"
Line 36:28 Expected ":"
... and 6 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:shop-the-look (INDEX:97) */
.shopify-section--{{ section.id }} .shopthelook-slider.slick-initialized .slick-list,
.shopify-section--{{ section.id }} .shopthelook-slider.slick-initialized .slick-track,
.shopify-section--{{ section.id }} .shopthelook-slider.slick-initialized .slick-slide {
  width: 100% !important;
  height: auto !important;
}

.shopify-section--{{ section.id }} .split-p--right {
  width: 100%;
  max-width: 100%;
  padding-left: 60px !important;
  padding-right: 60px !important;
}

@media (max-width: 749px) {
.shopify-section--{{ section.id }} .split-p--right {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
}
.shopify-section--{{ section.id }} .productlist-item {
  width: 100% !important;
  padding: 0 !important;
}

.shopify-section--{{ section.id }} .product-card__image-wr,
.shopify-section--{{ section.id }} .product-card__image.js {
  width: 100% !important;
}
/* END_SECTION:shop-the-look */