/** Shopify CDN: Minification failed

Line 76:1 Unexpected "{"
Line 77:10 Expected ":"

**/
 .recoup-store-locator__container {
	 position: relative;
	 z-index: 2;
}
 .recoup-store-locator__card {
	 width: 100%;
	 padding: 45px 30px 50px;
	 overflow: hidden;
	 text-align: center;
}
 .recoup-store-locator__heading {
	 margin: 0;
}
 .recoup-store-locator__subheading {
	 margin-top: 5px;
}
 .recoup-store-locator__subheading p {
	 margin: 0;
}
 .recoup-store-locator__logos {
	 display: grid;
	 align-items: center;
	 gap: 30px;
	 width: 100%;
	 margin-top: 108px;
}
 .recoup-store-locator__logo-item {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 min-width: 0;
	 height: 75px;
}
 .recoup-store-locator__logo-link {
	 display: flex;
	 align-items: center;
	 justify-content: center;
	 width: 100%;
	 height: 100%;
	 text-decoration: none;
}
 .recoup-store-locator__logo {
	 display: block;
	 width: auto;
	 max-width: 155px;
	 height: auto;
	 max-height: 65px;
	 object-fit: contain;
	 transition: opacity 0.25s ease, transform 0.25s ease;
}
 .recoup-store-locator__logo-link:hover .recoup-store-locator__logo {
	 opacity: 0.8;
	 transform: translateY(-2px);
}
 .recoup-store-locator__logo-placeholder {
	 width: 140px;
	 height: 65px;
}
 .recoup-store-locator__logo-placeholder svg {
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .recoup-store-locator__button-wrapper {
	 display: flex;
	 justify-content: center;
	 margin-top: 42px;
}
 #recoup-store-locator-{
	{
		 section.id 
	}
}
 .recoup-store-locator__button[aria-disabled="true"] {
	 cursor: default;
}
 .recoup-store-locator__wave {
	 position: absolute;
	 right: 0;
	 left: 0;
	 z-index: 1;
	 width: 100%;
	 overflow: hidden;
	 pointer-events: none;
	 line-height: 0;
}
 .recoup-store-locator__wave svg {
	 display: block;
	 width: 100%;
	 height: 100%;
}
 .recoup-store-locator__wave--top {
	 top: -1px;
}
 .recoup-store-locator__wave--bottom {
	 bottom: -1px;
}
 @media screen and (max-width: 1199px) {
	 .recoup-store-locator__logos {
		 gap: 22px;
	}
	 .recoup-store-locator__logo {
		 max-width: 135px;
		 max-height: 60px;
	}
}
 @media screen and (max-width: 989px) {
	 .recoup-store-locator__card {
		 padding: 40px 25px 45px;
	}
	 .recoup-store-locator__logos {
		 grid-template-columns: repeat(3, minmax(0, 1fr));
		 gap: 30px 20px;
		 margin-top: 42px;
	}
}
 @media screen and (max-width: 749px) {
	 .recoup-store-locator__container {
		 padding-right: 20px;
		 padding-left: 20px;
	}
	 .recoup-store-locator__card {
		 padding: 35px 20px 40px;
	}
	 .recoup-store-locator__logos {
		 grid-template-columns: repeat(2, minmax(0, 1fr));
		 gap: 25px 20px;
		 margin-top: 35px;
	}
	 .recoup-store-locator__logo-item {
		 height: 65px;
	}
	 .recoup-store-locator__logo {
		 max-width: 125px;
		 max-height: 55px;
	}
}
 @media screen and (max-width: 479px) {
	 .recoup-store-locator__card {
		 padding-right: 15px;
		 padding-left: 15px;
	}
	 .recoup-store-locator__logos {
		 gap: 22px 15px;
	}
	 .recoup-store-locator__logo {
		 max-width: 110px;
		 max-height: 50px;
	} 
}
