/** Shopify CDN: Minification failed

Line 505:2 Comments in CSS use "/* ... */" instead of "//"
Line 630:0 Unexpected "{"

**/
h1{
  font-size: 78px;
  line-height: 70px;
  color: #07023A;
  font-family: 'GilroyExtraBold';
  font-style: normal;
  font-weight: 800;
}
h1+p{
  font-size: 56px!important;
  line-height: 50px;
  color: #07023A;
  font-weight: 800;
}


h3, .h3 {
  font-family: 'GilroyExtraBold';
  font-size: 20px;
}

@media (min-width:767px) {
  h3, .h3 {
    font-size: 36px;
  }
}


.page-width{
  max-width: 1360px;
  margin:0 auto;
}


@media only screen and (max-width: 798px){
.medium-down--sixteen, .medium-down--one-whole {
    width: calc(100% - 40px);
    margin: auto;
}
.sixteen, .one-whole{
margin:0 auto;
}
}
.menu{
  position:relative;
  z-index:999;
}


@media only screen and (max-width: 798px)
.top-bar {
    display: flex!important;
    background: none!important;;
}
.select-left h1,
.select-left h1+p{
  text-align:left;
}

.select-right .form-wrapper{
  margin: 0!important;
}
/* .cart-container a.icon-cart{
background: rgba(255, 255, 255, 0.6)!important;
} */

body.collection{
  background:#E5EDF9;
}


body.collection .home-icons-section{
  background:#E5EDF9; 
}


body.collection .home-icon-content{
  flex-direction: column;
}

body.collection .icon-home-new .home-icon-item{
  background: rgba(252, 253, 255, 0.6);
}

body.collection  .collection-content .container{
  flex-direction:column;
}

.select-left{
  background:none!important;
  padding: 50px 0px;
}
.select-left:before{
  display:none;
}
@media (max-width: 771px){
    .h2 {
        font-size: 24px;
        line-height: 30px;
    }
}

.select-left img{
  max-width: 100%;
  margin-top: 55px;
}

.select-left h1{
  margin-bottom: 30px;
}

.select-left p{
  font-family: "GilroyExtraBold";
  font-size:56px
}

.icons-custom{
  background: #E5EDF9;
  border-radius: 20px;
  padding:13px 16px;
  color:#000;
  display: inline-flex;
  align-items: center;
  gap: 24px;
  width:49%;
  margin-top: 60px;
}



.icons-custom .icon_image{
  padding: 13px;
  background: #FFFFFF;
  box-shadow: 0px 4px 16px rgb(37 48 66 / 10%);
  border-radius: 12px;
  width: 60px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  
}


@media (max-width:767px) {

  .select-left{
    display: flex;
    order:-1;
    padding-left :20px;
    padding-right:20px;
  }

  .select-left img{
    display: none;
  }

  .select-left h1{
    font-size: 36px;
    line-height: 35px;
    margin-bottom: 20px;
    text-align: center;
  }
  .select-left p{
    font-size: 24px!important;
    text-align: center!important;
  }
  .icons-custom{
    width:100%;
    margin-top: 10px;
  }
}


/* PAGE CONTACT */



.contact-top{
  text-align: center;
  padding: 18px;
  margin: 0 auto;
  position: relative;
  max-width: 740px;
}

.contact-top p{
  font-size: 24px;
  line-height: 35px;
}
@media (max-width:767px) {
  .contact-top p{
    font-size: 16px;
    line-height: 26px;
  }
  
}

.contact-bg-span{
  position: absolute;
  font-family: 'GilroyExtrabold';
  font-style: normal;
  font-weight: 800;
  font-size: 200px;
  line-height: 200px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  width: 100%;
  display:none;
}

@media (max-width:767px) {
  .contact-bg-span{
    display: none;
  }
}

h1.contact-title{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-size: 68px;
  line-height: normal;
  text-align: center;
  color: #000000;
  margin-top: 0;
  margin-bottom: 40px;
}
h2.contact-title{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  color: #000000;
  margin-top: 0;
  margin-bottom: 40px;
}
.contact-top .subtitle {
  font-family: 'Gilroy';
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  margin: 0;
  display: flex;
  justify-content: center;
}

@media (max-width:767px) {
  h1.contact-title{
    font-size: 51px;
    line-height: 1;
    color:#07023A;
  }
  h2.contact-title{
    font-size: 36px;
    line-height: 1;
    color:#07023A;
  }
  .contact-top .subtitle {
    font-size: 18px;
  }
  .page-contact form{
    margin:40px 0px!important;
  }
}

form label{
  display: none;
}
form input{
  padding:15px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Gilroy";
}
#form-contact input{
  padding:18px;
  font-size: 14px;
  line-height: 30px;
  font-family: "Gilroy";
}

.contact__form-message{
  display: flex;
  width: 100%;
  gap: 15px;
}
.contact__form-message input{
  flex: 1 1 auto;
  border: 1px solid #cccccc;
}
.contact__form-message button{
  flex: 0 0 50px;
  height: 100%;
}



.page-contact form {
  margin-top:20px;
  margin-bottom:70px;
}


/* Page FAQ */
dl.faqAccordion{
  max-width: 1112px;
  margin: 0 auto;
}
dl.faqAccordion dt button h3{
  font-family: 'Gilroy';
  font-size: 24px;
  line-height: normal;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 768px) {
  dl.faqAccordion dt button h3{
    font-size: 18px;
  }
}

.accordion>dt>a:after, .accordion>dt>button:after, .faqAccordion>dt>a:after, .faqAccordion>dt>button:after{
  color: #1359C9;
}

.faq-bg-span{
  font-family: 'GilroyExtrabold';
  font-style: normal;
  font-weight: 800;
  font-size: 200px;
  line-height: 200px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  width: 100%;
  display: block;
  margin: 0 auto;
  position: absolute;
  z-index: 0;
  display: none;
}
@media (max-width:767px) {
  .faq-bg-span{
    display: none;
  }
}

.faq-page-title{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-size: 68px;
  line-height: normal;
  text-align: center;
  color: #000000;
  margin:40px 0px;
  position: relative;
  z-index: 2;
}

@media (max-width:767px) {
  .faq-page-title{
    font-size: 51px;
    line-height: normal;
    text-align: center;
    color: #07023A;
    margin-top: 0;
  }
}



.faq--heading{
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 35px;
  
  color: #262626;
  text-transform: uppercase;
}


.accordion>dt>a, .accordion>dt>button, .faqAccordion>dt>a, .faqAccordion>dt>button{
  font-size: 24px;
}
@media (max-width:767px) {
  dl.faqAccordion{
    padding-left:0px;
  }
  .faq--heading{
    font-size: 24px;
    line-height: 35px;  
    text-align: center;
  }

  .accordion>dt>a, .accordion>dt>button, .faqAccordion>dt>a, .faqAccordion>dt>button{
    font-size: 16px;
  }
}

/* Page About */
.about-bg-span{
  
  font-family: 'GilroyExtraBold';
  font-style: normal;
  font-weight: 800;
  font-size: 200px;
  line-height: 35px;
  text-align: center;
  color: rgba(255, 255, 255, 0.35);
  position: absolute;
  display:none;
}


.about-page-title{
  color:#000;
  position: relative;

  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 60px;
  text-align: center;
  color: #000000;
  margin: 0px;
  position: relative;
  z-index: 2;

}
@media (max-width:767px) {
  .about-bg-span{
    display: none;
  }
  .about-page-title{
    font-size: 36px;
    line-height: 30px;
    color:#07023A;
  }
}
.page-about .shopify-section--page-details-template{
  background:#ecf3ff;
}
.page-about .main-nav{
  background: none;
}

.page-about p{ 
  font-size: 26px;
}
@media (max-width:767px) {
  .page-about p{
    font-size: 16px;
  }
}

#shopify-section-template--17195938742548__17e9add7-f737-4c04-9d43-f07743ad278d > div > div{
  padding-left:20px;
  padding-right:20px;
}


/* HEADER */
.main-nav, .dropdown {
  background: none;
  
}
#shopify-section-header,
.header{
  background:#fff;
}
.header{
  border-bottom:1px solid #E3E3E3;
}

.menu a, .menu a:visited{
  font-family: "Gilroy";
  font-size: 17px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important; 
  padding: 5px 0 !important;
}

.sticky_nav{
  background:#FFF;
  border-bottom: 1px solid #E3E3E3;
}

.sticky_nav .search__toggle{
display:none;
}

.account-wrap{
  // float: right;
  border-radius: 3px;
  width: 48px;
  height: 47px;
  left: 1524px;
  top: 43px;
  backdrop-filter: blur(8.5px);
  border-radius: 3px;
}

.main-right .cart-container .mini_cart{
  align-items: center;
  width: 48px;
  height: 47px;
  backdrop-filter: blur(8.5px);
  border-radius: 3px;
}
.icon-account svg{
    vertical-align:middle;
}

#header.mobile_nav-fixed--true, .mobile_nav-fixed--false.is-active #header{
background:#fff;
}



/*FOOTER */


.footer{
  border-top: none;
  padding:0;
  background-color: #fff;
}
.footer > .container{
  border-top: 1px solid #F2F2F2;
  border-bottom: 1px solid #F2F2F2;
}

.footer ul{
  padding-top:0;
}

.footer ul li{
  font-family: 'GILROY';
}

@media (max-width:771px) {
  img.footer-logo{
    display: block;
    margin:0 auto;
  }  
}
@media (max-width:767px) {
  .footer-menu-wrap{
    
  }

  .footer ul li{
    margin-bottom: 10px;
  }
}

.shopify-section--footer .newsletter_section p,
.footer .footer-menu-wrap h6, .footer .footer-menu-wrap p.menu-head{
  font-family: 'GILROYEXTRABOLD';
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0;
  margin: 0;
  padding: 0 0 16px;
  color: #07033A;
}

.credits .container{
justify-content:space-between;
}


/* COLLECTION PAGE */
.collection-audi .header,
.collection-bmw .header,
.collection-volvo .header,
.collection-audi .header .main-nav,
.collection-bmw .header .main-nav,
.collection-volvo .header .main-nav{
  background: #fff;
}

.collection-matrix{
  gap:18px
}


.collection-content .icons-wrapper{
  margin:100px 0px;
}


.sidebar-block h4.toggle{
  border: 1px solid rgba(68, 84, 109, 0.14);
  border-radius: 5px;
  padding:12px;
}



@media (max-width:767px) {
  .collection-content .icons-wrapper{
    margin:20px 0px;
  }



}





/* PRODUCT PAGE */
body.product,
body.product .home-icons-section,
{
  background: #ecf3ff;
}



.product_section{
  width: 100%;
}
body.product .home-icons-section .home-icon-item{
  background:#F7FAFF;
}

body.product .shopify-section--text-columns-with-images .container{
  gap:25px;
}

body.product .shopify-section--text-columns-with-images .column{
  width:calc(50% - 25px);
  background: #F7FAFF;
  box-shadow: 0px 4px 16px rgba(12, 36, 74, 0.15);
  border-radius: 12px;
  padding: 45px 30px;
}


h1.product_name,
h2.product_name{
  font-family: "Gilroy" !important;
  font-size: 36px !important;
  line-height: normal !important;
  font-weight: 800 !important;
  margin-bottom: 40px !important; 
}



/* CUSTOM PAGE */


#shopify-section-template--17166931755284__8d4b7653-1b85-40c1-aec9-7d5df1aa24b5 > div > div > div{
  padding:50px;
  background: #ECF3FF;
}
#form_1_submit{
      background: var(--color_blue);
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    max-width: 206px;
    height: 55px;
    text-align: left;
    position: relative;
    justify-content: space-between;
    padding-left: 30px;
    border-radius: 8px;
    width: 100%;
}

@media(max-width:771px){

  .custom-select-wrapper .select-left{
  padding-bottom:0;
    padding-top:100px;
}
  #shopify-section-template--17166931755284__8d4b7653-1b85-40c1-aec9-7d5df1aa24b5 > div > div > div{
    padding:20px;
  }
}

/* PAGE LOGIN */
body.page-about > .shopify-section:first-child,
body.customers-login > section,
body.customers-register > #shopify-section-registration-form{
  margin-top:30px;
}



/* HOME */

#ymm_searchbox select{
  background: #FFFFFF!important;
  border: 1px solid rgba(68, 84, 109, 0.14)!important;
  border-radius: 5px!important;
  padding:12px!important;
  font-family:'Gilroy'!important;
  height:55px!important;
}

.radio-wrap {
  display: flex;
  align-items: center;
  color: white;
  font-family: 'GilroyExtraBold';
  margin-bottom: 19px;
}

.radio-wrap > div {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  color: #1359C9;
  border-radius: 5px;
  justify-content: center;
  margin-right: 12px;
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 30px;
  width: 112px;
  height: 32px;
}

.radio-wrap > div:not(.custom-radio) .active+div{
  text-decoration:underline;
  font-family:'GilroyExtraBold';
}


#shopify-section-92ef03b9-4072-4dbf-8dd5-421e35d96164 > div > div > div.image{
  order: 0;
}



#shopify-section-92ef03b9-4072-4dbf-8dd5-421e35d96164 > div > div > div.image > img{
  margin-bottom: 110px;
}

#shopify-section-92ef03b9-4072-4dbf-8dd5-421e35d96164 > div > div > div.text > h3{
  margin-bottom: 20px;
}

#shopify-section-92ef03b9-4072-4dbf-8dd5-421e35d96164 > div{
    position: relative;
  }

#shopify-section-92ef03b9-4072-4dbf-8dd5-421e35d96164 > div > div.circle{
    position: absolute;
      width: 814px;
      height: calc(814px /2.5);
      background: #fff;
      border-radius: 0 0 50% 50% / 0 0 100% 100%;
      top: 0;
  left:47.4vw;
  display:block;
}

@media (max-width:771px) {

  #shopify-section-92ef03b9-4072-4dbf-8dd5-421e35d96164 > div > div > div.text > a{
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  }

  
  
  #shopify-section-92ef03b9-4072-4dbf-8dd5-421e35d96164 > div > div.circle{
    width: 100%;
    height:50%;
    left:0;
    display: block;
  }
}

/* RESULT */
@media (max-width:771px) {
  .page-ymm-custom.mobile_nav-fixed--true{
    padding-top:70px;
  }  
}

/* CART */
.cart__item{
  gap:15px;
}
.cart__item .cart__item--title{
  font-size:24px;
}

#shipping-calculator-form-wrapper .one-fourth{
margin: auto;
}

.cart_content *{
z-index:1; 
}

@media (max-width:767px) {
  .tos_warning.cart_content{ 
    display:none!important;
  }
}
.cart-widget .cart_content *{
  z-index:9999999; 
}

.product-list__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: 100px;
}

.button-section__btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-list__btn a,
.button-section__btn a {
  padding: 26px 20px;
}

.product-list__btn a span,
.button-section__btn a span {
  font-family: 'GilroyExtraBold';
  font-weight: 400;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0%;
  display: block;
  width: 100%;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  color: #fff;
  margin-right: 10px;
}

.custom-wrapper {
  padding: 0 20px;
}

.product-accesories,
.collection-accessories,
.product-accesories .footer,
.collection-accessories .footer, 
.product-accesories #shopify-section-header,
.collection-accessories #shopify-section-header, 
.product-accesories .shopify-home-review,
.collection-accessories .shopify-home-review,
.product-accesories .icon-home-new,
.collection-accessories .icon-home-new,
.product-accesories .main-nav__wrapper,
.collection-accessories .main-nav__wrapper  {
  background-color: #ECF3FF;
}

.product-accesories .home-review-item,
.collection-accessories .home-review-item {
  background-color: #F6FAFF;
}
