/** Shopify CDN: Minification failed

Line 20:19 Expected identifier but found whitespace
Line 20:21 Unexpected "{"
Line 20:30 Expected ":"
Line 23:19 Expected identifier but found whitespace
Line 23:21 Unexpected "{"
Line 23:30 Expected ":"
Line 26:19 Expected identifier but found whitespace
Line 26:21 Unexpected "{"
Line 26:30 Expected ":"
Line 225:19 Expected identifier but found whitespace
... and 4 more hidden warnings

**/


/* CSS from section stylesheet blocks */
.vtile-hero {
  background-color: {{ section.settings.vtile_hero_background_color }}; 
}
.vtile-hero {
  background-color: {{ section.settings.vtile_hero_background_color }}; 
}
.vtile-hero {
  background-color: {{ section.settings.vtile_promo_background_color }}; 
}
#create {
    background-color: #f2f2f2;
    background-image: url(//cdn.shopify.com/s/files/1/0685/0565/t/2/assets/bg-6@2x.png?9908575686553657950);
    background-attachment: fixed;
    background-size: 824px 824px;
    background-repeat: repeat;
    position: static;
    padding: 3.25rem 0;
}

#create h2 {
    text-align: center;
    font-family: "Fredoka One";
}

#create p {
    text-align: center;
}

.finish {
    text-align: left;
    padding: 0;
}

input[type="number"].qty {
    width: 50px;
    margin: 0 auto;
    border-radius: 3px;
    text-align: center;
}

.create-grid {
    text-align: center;
}

.uploadcare-widget-status-text,
.uploadcare-widget .uploadcare-widget-circle {
    display: none;
}
/*
.uploadcare-widget {
    border-radius: 20px;
    background-image: url(//cdn.shopify.com/s/files/1/0685/0565/t/2/assets/new-upload-thumb.png?9908575686553657950);
    background-size: cover;
    height: 155px;
    width: 155px;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 auto 0.9375rem;
    position: relative;
    display: block;
}
*/



.uploadcare-widget {
    border-radius: 0;
	border: 4px solid #fff;
    /* background-image: url(//cdn.shopify.com/s/files/1/0685/0565/t/2/assets/new-upload-thumb.png?9908575686553657950); */
	background-color: #d3cdc5;
	background-size: 75%;
	background-position: center center;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0 auto;
    position: relative;
    display: inline-block;
    width: 100%;
}

.uploadcare-widget:hover {
	background-image: none;
	background-color: #afa79f;
}


.create-grid img {
    border-radius: 0;
    display: block;
}

.create-grid .uploadcare-widget-button-open {
    height: 200px;
    width: 200px;
    background-color: transparent;
    padding: 0;
    display: table-cell!important;
    vertical-align: middle;
	
}

.uploadcare-widget .uploadcare-widget-button-open, .uploadcare-widget .uploadcare-widget-status-ready  {
  position: relative;
  z-index: -1000;
	font-weight: 700;
	text-transform: uppercase;
}

.uploadcare-widget-button .uploadcare-widget-button-open:hover, .uploadcare-widget-button .uploadcare-widget-status-ready {
	
}


.uploadcare-widget .uploadcare-widget-button-open:hover, .uploadcare-widget .uploadcare-widget-status-ready:hover {
	z-index: 1000;
}



#coaster_1:hover + #coaster_1 .uploadcare-widget .uploadcare-widget-status-ready .uploadcare-widget-button .uploadcare-widget-button-open {
	visibility: visible!important;
}

.uploadcare-widget:hover + .uploadcare-widget .uploadcare-widget-status-ready, .uploadcare-widget:hover + .uploadcare-widget .uploadcare-widget-button-open {
	visibility: visible!important;
}



.create-grid .uploadcare-widget-button-open:hover {
    cursor: pointer;
}

.uploadcare-dialog-footer {
    display: none;
}

#demo-circle {
  width: 3em;
  height: 3em;
  color: #56a8ff;
  border-color: #d4dfe5;
}

#uploadcare-grid, #uploadcare-grid li {
	 list-style-type: none;
}


#uploadcare-grid li {
	width: 50%;
	float: left;
	text-align: center;
	display: inline-block;
}

#uploadcare-grid ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;
}

#uploadcare-grid ul li {
 width: 50%;
 display: inline-block;
  float: left;
} 

.uploadcare-grid, .create-grid {
	display: inline-block;

}

ul.create-grid {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  padding-inline-start: 0;

}

.uploadcare-widget-button {
  overflow-wrap: normal!important;
  word-break: break-word!important;
  white-space: normal;
}


@media screen and (max-width: 868px) and (min-width: 360px) {

	#uploadcare-grid li {
		width: 50%;
	}
}


@media screen and (max-width: 359px){

	#uploadcare-grid li {
		width: 50%;
	}
}
.vtile-hero {
  background-color: {{ section.settings.vtile_promo_background_color }}; 
}
<style>
.white-text {
  color: #fff;
}
  
  .vtile-promo-catalog-wrapper {
    display: flex;
    /* margin-top: 30px; */
  }

  .vtile-promo-catalog-left {
    width: 70%;
  }

  .vtile-promo-catalog-right {
    width: 30%;
  }

  #promo-catalog-img {
    width: 100%;
  }

  @media screen and (max-width: 640px){
    .vtile-promo-catalog-left {
      width: 50%;
      text-align: left!important;
    }

    .vtile-promo-catalog-right {
      width: 50%;
    }
    
  }

  </style>
.vtile-h-slider-container {
	width: 100%;
	padding: 0; /* no padding */
	display: inline-block;
}

.vtile-h-slider-slide {
	padding: 0 15px;
	width: 33.33%;
	box-sizing: border-box;
}

.vtile-h-slider-slide-inner {
	display: flex;
	height: 100%;
	justify-content: center;
	align-items: center;
}