/** Shopify CDN: Minification failed

Line 432:0 Unexpected "<"
Line 438:1 Expected identifier but found "%"
Line 439:0 Unexpected "{"
Line 441:0 Expected identifier but found "\"name\""
Line 506:0 Unexpected "{"
Line 506:1 Expected identifier but found "%"

**/
.dealer-section{

background:#050505;
position:relative;
overflow:hidden;

padding:100px 0;

color:white;

margin-bottom:-100px;

padding-bottom:70px;

}


.dealer-glow{

position:absolute;

border-radius:50%;

pointer-events:none;

z-index:0;

filter:blur(80px);

}



/* 顶部中央橙色光 */

.glow-1{

width:500px;

height:500px;

background:
radial-gradient(
circle,
rgba(255,90,0,.22),
transparent 70%
);


top:-250px;

left:50%;

transform:translateX(-50%);

}



/* 左侧弱光 */

.glow-2{

width:420px;

height:420px;


background:
radial-gradient(
circle,
rgba(255,90,0,.12),
transparent 70%
);


left:-220px;

top:350px;


}



/* 右侧弱光 */

.glow-3{

width:400px;

height:400px;


background:
radial-gradient(
circle,
rgba(255,120,40,.10),
transparent 70%
);


right:-200px;

bottom:100px;


}


.dealer-container{

width:92%;

max-width:1320px;

margin:auto;

position:relative;

z-index:2;


}


/* HEADER */


.dealer-header{

text-align:center;

margin-bottom:55px;

}

.dealer-header span{

font-size:14px;

font-weight:700;

letter-spacing:5px;

color:#ff5a00;

}

.dealer-header h2{

font-size:56px;

line-height:1;

margin:25px 0 18px;

font-weight:800;

color:#ffffff !important;

}

.dealer-header p{

font-size:20px;

line-height:1.6;

color:#aaa;

}


/* CARDS */

.dealer-cards{

display:grid;

grid-template-columns:
repeat(3,1fr);

gap:22px;

}


.dealer-card{

border:1px solid rgba(255,255,255,.16);

border-radius:24px;

overflow:hidden;

background:#080808;

transition:.3s;

}

.dealer-card:hover{


border-color:#ff5a00;


}


/* IMAGE */


.dealer-image{


height:320px;

overflow:hidden;


}



.dealer-image img{


width:100%;

height:100%;

object-fit:cover;


}




/* CONTENT */


.dealer-content{


padding:25px 40px 35px;


}



.dealer-icon{


font-size:38px;

color:#ff5a00;

height:45px;

margin-bottom:15px;


}



.dealer-content h3{


font-size:30px;

margin:0 0 12px;

font-weight:750;

color: #ffffff !important;
}




.dealer-content p{


font-size:17px;

line-height:1.5;

color:#aaa;

height:55px;


}





.dealer-content a{


display:flex;

align-items:center;

gap:12px;

margin-top:28px;

font-size:17px;

font-weight:700;

color:#ff5a00;

text-decoration:none;


}



.dealer-content a span{


transition:.3s;


}


.dealer-card:hover a span{


transform:translateX(6px);


}





/* DEALER BUTTON */


.dealer-button{


margin-top:38px;

display:inline-flex;

align-items:center;

gap:12px;

border:1px solid rgba(255,90,0,.7);

border-radius:30px;

padding:14px 28px;

color:white;

font-size:17px;

text-decoration:none;


}


.dealer-button:hover{


background:#ff5a00;

}



/* MOBILE */


@media(max-width:900px){


.dealer-cards{

grid-template-columns:1fr;

}



.dealer-header h2{

font-size:40px;

}


.dealer-image{

height:260px;

}



}




</style>





{% schema %}
{

"name":"Dealer Resources",

"settings":[


{
"type":"image_picker",
"id":"catalog_image",
"label":"Catalog Image"
},

{
"type":"url",
"id":"catalog_link",
"label":"Catalog Link"
},



{
"type":"image_picker",
"id":"price_image",
"label":"Price List Image"
},

{
"type":"url",
"id":"price_link",
"label":"Price Link"
},



{
"type":"image_picker",
"id":"marketing_image",
"label":"Marketing Image"
},

{
"type":"url",
"id":"marketing_link",
"label":"Marketing Link"
},


{
"type":"url",
"id":"dealer_link",
"label":"Dealer Link"
}

],


"presets":[

{
"name":"Dealer Resources"
}

]

}

{% endschema %}