.shopify-buy__product__title {
	color: blue !important;
}

@media (max-width: 1023px) {	
		.footer__col-3 .button-wrapper {
			margin-left: auto;
	}
}

#asl-storelocator.asl-cont {
	    font-family: 'Arima', sans-serif !important;
}

@media (min-width: 1024px) {
		#asl-storelocator.asl-cont {
			padding-top: 100px;
		}
}

.sl-hours, .sl-days, .sl-categories {
	display: none !important;
}

.b-home-hero-4 {
	background-image: url('/wp-content/uploads/2025/09/Website-hero-Background-Pilz-pasta.jpg')
}

@media (max-width: 639px) {
.b-home-hero-4 {
	background-image: url('wp-content/uploads/2025/09/Mobile-version-website-hero-Pilz-pasta.jpg')
}
	
	.b-home-hero-4__title-wrapper img {
		max-height: 100px;
		width: auto;
	}
}

#available-positions-block_c769e0ba2c0d604232a253f255a874c2, #available-positions-block_cbd981a62c43e6a146653a575a9219cd {
	display: none;
}

#home-campaign__image-right {
	padding-top: 0;
}

#home-campaign__image-right .b-image-right__grid > .cell.large-6:first-child {
	width: 100%;
}

#home-campaign__image-right .b-image-right__grid > .cell.large-6:last-child {
	display: none;
}

#home-campaign__image-right .b-image-right__button-wrapper {
	margin-left: auto;
	margin-top: -40px;
	margin-bottom: 40px;
}

#home-campaign__hero {
	background-image: url('https://revo-foods.com/wp-content/uploads/2024/08/THE-FILET-HERO.jpg');
}

@media (max-width: 639px) {
	#home-campaign__hero {
		background-image: url('https://revo-foods.com/wp-content/uploads/2024/08/filet-bg-mob.jpg');
}
	}

.b-join-team__images-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
}

/* Remove jobs job for now */
.b-available-positions__accordion {
	display: none;
}

.b-cta-3__buttons-wrapper {
    display: flex;
    gap: 20px;
    justify-content: center;
}

@media (max-width: 659px) {
    .b-cta-3__buttons-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.b-cta-3__button-wrapper {
    max-width: 100%;
}

@media (min-width: 660px) {
    .b-cta-3__button-wrapper {
        max-width: 300px;
    }
}