/** Shopify CDN: Minification failed

Line 58:0 Unexpected "}"
Line 144:0 Unexpected "}"

**/
 

.productgrid--item{ 

   background-color: #dddddd!important;
}


li{list-style-type: none;}

.bundler-target-element{
}

.productitem-bundle {
}

h2.bndlr-bundle-title {
	font-size: 1rem!important;

}
.bndlr-product-title {
	font-size: 1rem!important;

}

.bndlr-bundle-description{
	font-size: .8rem!important;

}

.bndlr-add-to-cart {


}
.bndlr-product{
}

.bndlr-products-container{
 
}

.bndlr-new-price{
}
.bndlr-old-price{
}
img.bndlr-product-image {

}
img.bndlr-bundle-image{
}

}
.bndlr-cart-values.bndlr-cart-values-old-price{

}
.bndlr-cart-values{
}


 



.container{
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: flex-start;
	align-items :stretch;
	align-content: flex-start;
	column-gap: 10px;
	row-gap: 20px;

}

.item{
	flex-basis: auto;
	min-width: 200px;
    margin-right: 0px;
	flex-grow: 1;
	flex-shrink: 0;
	align-self: flex-start;
    padding: .1rem;
    background: #fff;
  border: 1px solid grey;
    transition: height 250ms cubic-bezier(.4, 0, .2, 1),box-shadow 250ms cubic-bezier(.4, 0, .2, 1);
}
  .item:not(.bndlr-mix-and-match)
  {

  }

li{list-style-type: none;}

ul{list-style-type: none;}

.productitem-bundle {

}



h2.bndlr-bundle-title {
	font-size: 1rem!important;

}
.bndlr-product-title {
	font-size: 1rem!important;

}

.bndlr-bundle-description{
	font-size: .8rem!important;

}

.bndlr-add-to-cart {
}
.bndlr-product{
}

.bndlr-mix-and-match  {

}

.bndlr-new-price{
color: #20B5E2 !important;
}
.bndlr-old-price{
color: #cccccc !important;
}
img.bndlr-product-image {

}
img.bndlr-bundle-image{
}

}
.bndlr-cart-values.bndlr-cart-values-old-price{
color: #cccccc !important;

}
.bndlr-cart-values{
color: #20B5E2 !important;
}



