/** Shopify CDN: Minification failed

Line 91:1 Expected "}" to go with "{"

**/
div#infiniteoptions-container div span fieldset label {
	display: block;
}

label.spb-productdescfont.spb-productdesctextcolor {
	font-weight: bold;
}

div#infiniteoptions-container div {
	padding-bottom: 15px;
}

div#infiniteoptions-container div.caramel:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/caramel.jpg?1670251741537605933);
}

div#infiniteoptions-container div.coconut:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/coconut.jpg?1670251741537605933);
}

div#infiniteoptions-container div.crackers:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/crackers.jpg?1670251741537605933);
}

div#infiniteoptions-container div.creams:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/creams.jpg?1670251741537605933);
}

div#infiniteoptions-container div.fruits:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/fruits.jpg?1670251741537605933);
}

div#infiniteoptions-container div.marshmallow:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/marshmallow.jpg?1670251741537605933);
}

div#infiniteoptions-container div.nuts:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/nuts.jpg?1670251741537605933);
}

div#infiniteoptions-container div.other-hand-dipped:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/other-hand-dipped.jpg?1670251741537605933);
}

div#infiniteoptions-container div.peanut_butter:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/peanut_butter.jpg?1670251741537605933);
}

div#infiniteoptions-container div.truffles:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/truffles.jpg?1670251741537605933);
}

div#infiniteoptions-container div.white:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/white.jpg?1670251741537605933);
}

/* sugar free */

div#infiniteoptions-container div.sf_caramel:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/sf_caramel.jpg?1670251741537605933);
}

div#infiniteoptions-container div.sf_creams:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/sf_creams.jpg?1670251741537605933);
}

div#infiniteoptions-container div.sf_nuts:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/sf_nuts.jpg?1670251741537605933);
}

div#infiniteoptions-container div.sf_others:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/sf_others.jpg?1670251741537605933);
}

div#infiniteoptions-container div.sf_truffles:before {
	content:url(https://cdn.shopify.com/s/files/1/0922/3372/files/sf_truffles.jpg?1670251741537605933);
}

/* prod img max */
div.product-main-image img {
	max-width: 400px;
}
@media only screen and (max-width: 450px) {
	div.product-main-image img {
	max-width: 100%;
}