/** Shopify CDN: Minification failed

Line 115:0 Unexpected "@media"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:bull (INDEX:4) */
.footer-premium{
background:#000;
color:#fff;
padding:70px 0 25px;
}

.footer-premium .footer-container{
max-width:1400px;
margin:0 auto;
padding:0 20px;
}

.footer-premium .footer-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr 1fr;
gap:50px;
}

.footer-premium .footer-logo{
max-width:220px;
width:100%;
height:auto;
margin-bottom:20px;
}

.footer-premium .footer-description{
color:#bdbdbd;
line-height:1.8;
margin-top:15px;
}

.footer-premium .footer-column h3{
color:#fff;
font-size:18px;
margin-bottom:20px;
position:relative;
}

.footer-premium .footer-column h3::after{
content:'';
display:block;
width:40px;
height:3px;
background:#1e88e5;
margin-top:10px;
}

.footer-premium .footer-column a{
display:block;
color:#cfcfcf;
text-decoration:none;
margin-bottom:12px;
transition:.3s;
}

.footer-premium .footer-column a:hover

.footer-premium .contact-item{
margin-bottom:12px;
color:#cfcfcf;
}

.footer-premium .payments{
display:flex;
flex-wrap:wrap;
gap:10px;
}

.footer-premium .payments svg{
width:48px;
height:auto;
}

.footer-premium .footer-divider{
border-top:1px solid rgba(255,255,255,.1);
margin:40px 0 25px;
}

.footer-premium .footer-bottom{
text-align:center;
color:#8f8f8f;
font-size:14px;
}

.footer-premium .footer-social{
display:flex;
gap:12px;
margin-top:20px;
}

.footer-premium .footer-social a{
width:40px;
height:40px;
border:1px solid rgba(255,255,255,.15);
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
color:#fff;
text-decoration:none;
}

.footer-premium .footer-social a:hover

@media screen and (max-width:990px){

.footer-premium .footer-grid{
grid-template-columns:1fr;
gap:35px;
}

.footer-premium{
text-align:center;
}

.footer-premium .footer-column h3::after{
margin:10px auto 0;
}

.footer-premium .payments{
justify-content:center;
}

.footer-premium .footer-social{
justify-content:center;
}

.footer-premium .footer-logo{
margin:0 auto 20px;
}
}
/* END_SECTION:bull */

/* START_SECTION:footer-premium (INDEX:19) */
.footer-v3{
background:#0a0a0a;
color:#fff;
padding:0;
}

.footer-v3 *{
box-sizing:border-box;
}

.footer-v3-top{
border-bottom:1px solid rgba(255,255,255,.08);
padding:20px;
}

.footer-v3-top-inner{
max-width:1400px;
margin:auto;
display:grid;
grid-template-columns:repeat(4,1fr);
gap:15px;
}

.footer-benefit{
background:#111;
padding:14px;
border-radius:10px;
text-align:center;
font-size:14px;
font-weight:600;
}

.footer-v3-container{
max-width:1400px;
margin:auto;
padding:50px 20px;
}

.footer-v3-grid{
display:grid;
grid-template-columns:2fr 1fr 1fr;
gap:30px;
}

.footer-brand{
display:flex;
flex-direction:column;
}

.footer-logo{
max-width:220px;
height:auto;
margin-bottom:20px;
}

.footer-description{
color:#bdbdbd;
line-height:1.8;
margin-bottom:25px;
}

.footer-security{
display:grid;
grid-template-columns:1fr 1fr;
gap:15px;
}

.footer-box{
background:#111;
border:1px solid rgba(255,255,255,.08);
border-radius:12px;
padding:15px;
}

.footer-box img{
width:100%;
display:block;
height:auto;
}

.footer-card{
background:#111;
border:1px solid rgba(255,255,255,.08);
border-radius:12px;
padding:25px;
}

.footer-card h3{
margin:0 0 20px;
font-size:18px;
}

.footer-card a{
display:block;
color:#cfcfcf;
text-decoration:none;
margin-bottom:12px;
}

.footer-card a:hover

.contact-item{
margin-bottom:15px;
color:#cfcfcf;
line-height:1.7;
}

.footer-payments{
display:flex;
flex-wrap:wrap;
gap:10px;
margin-top:20px;
}

.footer-payments svg{
width:48px;
}

.footer-bottom{
border-top:1px solid rgba(255,255,255,.08);
padding:25px 20px;
text-align:center;
color:#8f8f8f;
font-size:14px;
}

@media(max-width:990px){

.footer-v3-top-inner{
grid-template-columns:1fr 1fr;
}

.footer-v3-grid{
grid-template-columns:1fr;
}

.footer-brand{
text-align:center;
}

.footer-logo{
margin:0 auto 20px;
}

.footer-security{
grid-template-columns:1fr;
}

.footer-card{
text-align:center;
}

.footer-payments{
justify-content:center;
}

}

@media(max-width:600px){

.footer-v3-top-inner{
grid-template-columns:1fr;
}

}
/* END_SECTION:footer-premium */