@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//www.revspeedautomotive.com/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.4.3") format("woff2");
}

:root {
	--wd-header-banner-h: 40px;
	--wd-text-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(63,63,63);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(40,107,188);
	--wd-alternative-color: #fbbc34;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--btn-default-bgcolor: rgb(40,107,188);
	--btn-default-bgcolor-hover: rgba(40,107,188,0.82);
	--btn-accented-bgcolor: rgb(40,107,188);
	--btn-accented-bgcolor-hover: rgba(40,107,188,0.8);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
div.wd-popup.wd-age-verify {
	max-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
div.wd-popup.wd-promo-popup {
	max-width: 800px;
}
.page-title-default {
	background-color: rgb(244,244,244);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: rgb(242,242,242);
	background-image: none;
}
div.wd-popup.popup-quick-view {
	max-width: 920px;
}
.woocommerce-product-gallery {
	--wd-gallery-gap: 0px;
}

@media (max-width: 1024px) {
	:root {
		--wd-header-banner-h: 40px;
	}

}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--btn-accented-box-shadow-active: none;
--btn-accented-bottom: 0px;
--wd-brd-radius: 8px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}

rs-slides :is([data-type=text],[data-type=button]) {
font-family: Lato !important;
}
rs-slides :is(h1,h2,h3,h4,h5,h6)[data-type=text] {
font-family: Poppins !important;
}

.rsa-hero-row {
    position: relative;
    overflow: hidden;
}

.rsa-hero-row::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
}

.rsa-hero-row .vc_column-inner,
.rsa-hero-row .wpb_wrapper {
    position: relative;
    z-index: 2;
}

.rsa-hero-content {
    text-align: center;
}

.rsa-hero-box {
    max-width: 980px;
    margin: 0 auto;
    padding: 110px 20px 90px;
}

.rsa-hero-subline {
    display: inline-block;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 600;
    color: #f5c84c;
    letter-spacing: 0.3px;
}

.rsa-hero-title {
    margin: 0 0 18px;
    font-size: 62px;
    line-height: 1.08;
    font-weight: 800;
    color: #fff;
    letter-spacing: -1px;
}

.rsa-hero-text {
    max-width: 760px;
    margin: 0 auto 30px;
    font-size: 21px;
    line-height: 1.6;
    color: rgba(255,255,255,.9);
}

.rsa-hero-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 36px;
}

.rsa-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    padding: 16px 28px;
    border-radius: 6px;
    font-size: 17px;
    font-weight: 700;
    text-decoration: none !important;
    transition: all .2s ease;
}

.rsa-btn-primary {
    background: #f5c84c;
    color: #111 !important;
}

.rsa-btn-primary:hover {
    background: #ffd761;
    color: #111 !important;
}

.rsa-btn-secondary {
    background: rgba(255,255,255,.25);
    border: 1px solid rgba(255,255,255,.5);
    color: #fff !important;
    backdrop-filter: blur(2px);
}

.rsa-btn-secondary:hover {
    background: rgba(255,255,255,.35);
    color: #fff !important;
}

.rsa-hero-brands {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: wrap;
    margin-top: 10px;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 800;
    color: rgba(255,255,255,.75);
    letter-spacing: 1px;
}
.rsa-features {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
    padding: 32px 20px;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
    background: #111;
    color: #fff;

    width: 100%;
    position: relative;
}

.rsa-features::before {
    content: "";
    position: absolute;
    left: -50vw;
    width: 200vw;
    top: 0;
    bottom: 0;
    background: #111;
    z-index: -1;
}

@media (max-width: 1024px) {
    .rsa-hero-box {
        padding: 90px 20px 80px;
    }

    .rsa-hero-title {
        font-size: 48px;
    }

    .rsa-hero-text {
        font-size: 19px;
    }

    .rsa-features {
        gap: 24px;
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .rsa-hero-box {
        padding: 70px 16px 60px;
    }

    .rsa-hero-subline {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .rsa-hero-title {
        font-size: 34px;
        line-height: 1.15;
        letter-spacing: 0;
    }

    .rsa-hero-text {
        font-size: 17px;
        line-height: 1.5;
        margin-bottom: 24px;
    }

    .rsa-btn {
        width: 100%;
        min-width: 0;
    }

    .rsa-hero-brands {
        gap: 18px;
        font-size: 18px;
    }

    .rsa-features {
        gap: 14px;
        font-size: 16px;
        padding: 24px 16px;
        margin-top: 20px;
    }

    .rsa-features > div {
        width: 100%;
        white-space: normal;
    }
}