interior clean

any car: $70
Small truck: $70
SUV: $80
medium/large truck: $90
Full Interior
Interior Shine

Full Superfine detail

any car: $160
Small truck: $170
SUV: $180
medium/large truck: $220
Full Wash
Full Interior
Clay Bar
Premium Wax
Windows
Tire Shine
Engine Bay Shine
Interior Shine
Ceramic Spray
Full Paint Polish

premium wash

any car: $100
Small truck: $100
SUV: $120
medium/large truck: $120
Full Wash
Windows
Ceramic Spray
Tire Shine

@media screen and (min-width: 500px){
/* Change direction of appointment type listings into a row and wrap the overflow */
.book-type > div:last-child {
display: flex;
flex-direction: row;
flex-wrap: wrap;
}

/* Set each appointment type listing to take up half of the book-type container */
.book-type > div > .book-type-single {
flex: 0 0 50%;
}
}

/* Set the ‘What type of appointment are you booking?’ header to take up 100% of the book-type container */
.book-type > div > .booking-header {
flex: 100%;
}