#logo-custom .store-logo-module {
content: url(https://cdn.revolutionparts.io/dbb0dc03ee4f46a3d86d42ead53bbf15/images/logo.png?1780158311610);
}

/* ==================================================
CART PAGE - VIN POPUP
================================================== */

#vin_popup_overlay {
position: fixed;
top: 0;
left: 0;
width: 100vw;
height: 100vh;
background: rgba(0,0,0,.5);
display: flex;
align-items: center;
justify-content: center;
z-index: 9998;
}

#vin_popup {
background: white;
border-radius: 5px;
box-shadow: 0 5px 20px rgba(0,0,0,.25);
padding: 35px 10px 15px;
max-width: 500px;
font-family: Arial,sans-serif;
position: relative;
z-index: 9999;
text-align: center;
}

#vin_popup_close {
position: absolute;
top: 2px;
right: 4px;
background: transparent;
border: none;
font-size: 30px;
cursor: pointer;
outline: none;
color: rgba(0,0,0,.4);
}

#vin_popup_content {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
row-gap: 10px;
}

#vin_popup_content > p {
width: 100%;
margin-bottom: 0;
line-height: 21px;
font-size: 16px;
}

#home-page-search {
margin: auto;
max-width: unset;
}

#home-page-search h1 {
padding: .5rem 2rem;
line-height: 1.75rem;
}

#home-page-search h3 {
padding: 1rem 1rem 0;
line-height: 1.5rem;
}

@media (min-width:768px){

#home-page-search .picker-column-custom .car-selected-module {
margin-top:10px;
}

.picker-row-custom {
display:flex;
}

.picker-row-custom .block-modules {
display:flex;
flex-flow:column;
height:auto;
}

}

/* ==================================================
MO INVENTORY ABOUT PAGE
================================================== */

.mo-about-page{
background:#030712;
color:#ffffff;
font-family:Arial,Helvetica,sans-serif;
margin-top:20px;
}

.mo-hero{
padding:50px 30px;
text-align:center;
border-radius:25px;
background:radial-gradient(circle at center,#1d4ed8 0%,#030712 70%);
box-shadow:0 0 35px rgba(37,99,235,.30);
}

/* FORCE LOGO SIZE */

.mo-hero img,
.mo-logo,
.mo-about-page img{
width:325px !important;
max-width:325px !important;
height:auto !important;
display:block !important;
margin:0 auto 25px auto !important;
padding:0 !important;
border:0 !important;
box-shadow:none !important;
}

.mo-tagline{
display:inline-block;
padding:14px 35px;
background:#2563eb;
border-radius:999px;
font-weight:700;
letter-spacing:2px;
margin-bottom:30px;
box-shadow:0 0 20px #2563eb;
}

.mo-hero h1{
font-size:48px;
font-weight:900;
line-height:1.15;
margin:20px 0;
color:#ffffff;
}

.mo-hero p{
max-width:900px;
margin:auto;
font-size:20px;
line-height:1.8;
color:#dbeafe;
}

.mo-stats{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
gap:20px;
margin:40px 0;
}

.mo-card{
background:#0f172a;
padding:30px;
border-radius:20px;
text-align:center;
border:1px solid #2563eb;
box-shadow:0 0 15px rgba(37,99,235,.25);
}

.mo-number{
font-size:48px;
font-weight:900;
color:#60a5fa;
}

.mo-section{
background:#0f172a;
padding:40px;
margin:30px 0;
border-radius:25px;
border:1px solid #2563eb;
box-shadow:0 0 15px rgba(37,99,235,.20);
}

.mo-section h2{
font-size:38px;
color:#60a5fa;
margin-top:0;
}

.mo-section p,
.mo-section li{
font-size:18px;
line-height:1.9;
color:#dbeafe;
}

.mo-grid{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
gap:20px;
margin:30px 0;
}

.mo-panel{
background:#0f172a;
padding:30px;
border-radius:20px;
border:1px solid #2563eb;
box-shadow:0 0 15px rgba(37,99,235,.20);
}

.mo-panel h3{
font-size:28px;
color:#60a5fa;
margin-top:0;
}

.mo-panel p{
font-size:18px;
line-height:1.8;
}

.mo-cta{
margin-top:50px;
padding:60px;
text-align:center;
border-radius:30px;
background:linear-gradient(90deg,#1d4ed8,#2563eb,#1d4ed8);
box-shadow:0 0 30px rgba(96,165,250,.45);
}

.mo-cta h2{
font-size:52px;
margin:10px 0;
color:#ffffff;
}

.mo-cta p{
font-size:22px;
color:#ffffff;
}

.mo-url{
font-size:32px;
font-weight:900;
letter-spacing:4px;
margin-top:25px;
color:#ffffff;
}

@media(max-width:768px){

.mo-hero img,
.mo-logo,
.mo-about-page img{
width:225px !important;
max-width:225px !important;
}

.mo-hero{
padding:40px 20px;
}

.mo-hero h1{
font-size:34px;
}

.mo-section{
padding:25px;
}

.mo-section h2{
font-size:28px;
}

.mo-cta{
padding:40px 20px;
}

.mo-cta h2{
font-size:32px;
}

.mo-url{
font-size:20px;
}

}

/* ===== MO INVENTORY EMPLOYEE TOYS PAGE ===== */

.mo-toys-page{
max-width:1400px;
margin:auto;
padding:40px 20px;
background:#000;
}

.mo-toys-header{
text-align:center;
padding:60px 20px;
margin-bottom:40px;
background:linear-gradient(to bottom,#050505,#000);
border-radius:25px;
box-shadow:0 0 30px rgba(37,99,235,.35);
}

.mo-toys-header h1{
font-size:70px;
font-weight:900;
color:#fff;
margin-bottom:15px;
text-transform:uppercase;
}

.mo-toys-header p{
font-size:26px;
color:#60a5fa;
font-weight:700;
}

.mo-toy-card{
background:#0b0b0b;
border:1px solid #2563eb;
border-radius:25px;
margin-bottom:50px;
padding:30px;
box-shadow:0 0 25px rgba(37,99,235,.35);
}

.mo-toy-card h2{
font-size:46px;
color:#60a5fa;
margin-bottom:20px;
font-weight:900;
}

.mo-toy-card img{
width:100%;
border-radius:15px;
margin-bottom:25px;
}

.mo-toy-card p{
font-size:22px;
line-height:1.9;
color:#ffffff;
}

.mo-toy-card strong{
color:#60a5fa;
}

@media(max-width:768px){

.mo-toys-header h1{
font-size:40px;
}

.mo-toys-header p{
font-size:18px;
}

.mo-toy-card h2{
font-size:30px;
}

.mo-toy-card p{
font-size:18px;
}

}