#where-to-buy {padding-top:4.5rem;}
#where-to-buy .icons ul {row-gap: 3.5rem;}
#where-to-buy .icons ul li {max-width: 364px;}
#where-to-buy .icons ul li:last-child {grid-column: 1/-1; max-width: 100%; width: 100%; border-top: 1px solid #2f2f2f; padding-top: 3rem; position: relative;}
#where-to-buy .icons ul li:last-child:before {content:"OR"; position: absolute; top: -15px; left: 50%; color: #fff; font-weight: 700; width: 70px; height: 30px; text-align: center; background-color: #000; margin-left: -35px;}
#where-to-buy .icons ul li .body-copy .cta-s2.cta-gray {color: #fff !important; background-color: #222; border: 1px solid #fff; padding: 5px 16px;}
#where-to-buy .icons ul li .body-copy .cta-s2 { display: inline-block; }
@media (min-width: 769px) {
	#where-to-buy .icons ul {grid-template-columns: repeat(2, [col-start] 1fr); row-gap: 3.5rem;}
}
/* hide temporary til have retailers */
#where-to-buy .icons ul li:last-child { display: none; }
/* Buy Drop Down */
.product-selection-select {
	position: relative;
	padding: 0;
	background-color: #000;
}
.product-selection-select select {
	scrollbar-width: thin;
	scrollbar-color: #44d62c #222222;
	background-color: #000;
	color: #fff;
	-webkit-appearance: none;
	height: fit-content;
	width: 100%;
	padding: 0.75rem 2.5rem 0.75rem 0.75rem;
	border-radius: 0.25rem;
	border: 1px solid #999;
	outline: none;
	color-scheme: dark;
	word-wrap: normal;
	scrollbar-color: #44d62c #222222;
	text-transform: none;
	cursor: pointer;
	text-align: left;
	font: normal 1.125rem/1.5rem "Roboto", Arial, Helvetica, sans-serif;
}
.product-selection-select select option {
	background-color: #222;
	color: #999;
}
.product-selection-select select:focus-within {
	outline: 2px solid #44d62c;
	outline-offset: 0px !important;
	border: 1px solid transparent;
}
/* Works on Firefox */
.product-selection-select select {
	scrollbar-width: thin;
	scrollbar-color: #44d62c #222222;
}
/* Works on Chrome, Edge, and Safari */
.product-selection-select select::-webkit-scrollbar {
	width: 8px;
}
.product-selection-select select::-webkit-scrollbar-track {
	background: transparent;
}
.product-selection-select select::-webkit-scrollbar-thumb {
	background-color: #008900;
	border-radius: 4px;
	border: 3px solid #008900;
}
.product-selection-select select::-webkit-scrollbar-thumb:hover {
	background-color: #44d62c;
	border-radius: 4px;
	border: 3px solid #44d62c;
}
.product-selection-select select::-webkit-scrollbar-track-piece {
	background-color: #008900;
	border: 3px solid #222222;
	border-radius: none;
	border-top: none;
	border-bottom: none;
}
.product-selection-select select ~ div.select-mark:after {
	content: "";
	margin: 0rem 0.5em;
	display: inline-block;
	position: absolute;
	right: 0.5rem;
	top: calc(50% + 5px);
	pointer-events: none;
	width: 12px;
	height: 12px;
	border: solid #44d62c;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	transition: all 0.1s linear;
}
.product-selection-select select.is-open:focus-within ~ div.select-mark:after{
	top: calc(50% + 10px);
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.product-selection-select > label{
    background: black;
    color: #aaa;
    display: block;
    padding: 7px;
    top: 14px;
    left: 6px;
    position: relative;
    margin: 0;
    margin-top: 0px;
    font: normal 14px / 1em "Roboto", Arial, Helvetica, sans-serif;
    text-align: left;
    width: fit-content;
}
.product-selection-container{
	width: 200px;
	text-align: center;
	margin: 0 auto;
	button.add-to-cart-btn{
		font-size: inherit;
		font-family: 'Roboto';
		padding: 4px 1rem;
		width: fit-content;
		height: fit-content;
		min-height: unset;
				&.loading{
			animation: flash 2s infinite;
		}
	}
}
@keyframes flash {
	0% {background-color: #44d62c;}
	50% {background-color: #3a8e2d;}
	100% {background-color: #44d62c;}
}
#where-to-buy .cta-s2 {
			color: #000 !important;
    font-size: 13px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    padding: 8px 14px;
    border-radius: 2px;
    background: #0f0;
    transition: background-color .15s ease-in-out;
}
#where-to-buy .product-selection-container > p {
			margin-top: 1rem;
    margin-bottom: -.5rem;
    color: #fff;
    font-weight: 500;
    z-index: 1;
    position: relative;
}
 @media screen and (max-width:767px){} @media screen and (-webkit-max-device-pixel-ratio: 1) and (min-width: 1200px), screen and (min-width: 768px) and (max-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1) and (min-width: 1200px){} @media screen and (-webkit-min-device-pixel-ratio: 1.5) and (min-width: 1200px){}