*{
    font-family : -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    fonty-size: 1.5rem!important;
}
.pareparentHeaderTabMenunt {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: 0.5fr;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.oemPartsTabMenu { grid-area: 1 / 1 / 2 / 2; }
.outletUsmTabMenu { grid-area: 1 / 2 / 2 / 3; }
.gseTestToolingTabMenu { grid-area: 1 / 3 / 2 / 4; }
.distributionServicesTabMenu { grid-area: 1 / 4 / 2 / 5; }
.supportTabMenu { grid-area: 1 / 5 / 2 / 6; }
.phoneTabMenu { grid-area: 1 / 6 / 2 / 7; }

.capa_list_section{
    grid-area: 34 / 1 / 39 / 13;
    margin: 0 14vw;
    border-radius: 33px;
    box-shadow: 0px 0px 6px -2px #3D3D3D;
    padding: 10vh ;
}

.push_list_section{
    grid-area: 34 / 1 / 39 / 13;
    margin: 0 14vw;
    border-radius: 33px;
    box-shadow: 0px 0px 6px -2px #3D3D3D;
    padding: 10vh ;
}

.engines_button_index{grid-area: 1 / 3 / 3 / 5;}
.distribution_service_button_index{grid-area: 1 / 2 / 3 / 4;}
#menu_marketplace_header, #menu_repair_header {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 8px;
    padding: 10px;
    z-index: 1000;
    color: #000;
    margin-left: -52px;
    padding-top: 26px;
    width: max-content;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease-in-out, visibility 0s linear .2s;
}

#menu_marketplace_header_fix_menu {
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    border-radius: 8px;
    padding: 10px;
    z-index: 1000;
    color: #000;
    margin-left: -52px;
    padding-top: 32px;
    width: max-content;
    visibility: hidden;
    pointer-events: none;
    transition: opacity .2s ease-in-out, visibility 0s linear .2s;
}

#marketplace_header_text:hover #menu_marketplace_header_fix_menu,
#menu_marketplace_header_fix_menu:hover,
#marketplace_header_text:hover #menu_marketplace_header,
#menu_marketplace_header:hover,
#repair_header_text:hover #menu_repair_header,
#repair_header_text:focus-within #menu_repair_header,
#menu_repair_header:hover {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transition-delay: 0s, 0s;
}

.menu_marketplace_elem_fix{
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(6px);
    padding: 4px 10px;
    background: #001746;
    transition: box-shadow .5s ease-out, backdrop-filter .5s ease-out, background-color .5s ease-out;
}

.menu_marketplace_elem{
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    backdrop-filter: blur(6px);
    padding: 4px 10px;
    transition: box-shadow .5s ease-out, backdrop-filter .5s ease-out;
}

.menu_marketplace_elem:hover{
    box-shadow: 0 8px 32px 0 rgb(218 218 218 / 45%);
}

.menu_marketplace_elem_fix,
.menu_marketplace_elem{
    margin: 2px 0;
    border-radius: 4px;
    text-align: center;
    padding: 8px 36px;
    transition: box-shadow .5s ease-out, backdrop-filter .5s ease-out, background-color .5s ease-out;
}

.menu_marketplace_elem:first-child,
.menu_marketplace_elem_fix:first-child {
    border-radius: 8px 8px 4px 4px;
    margin-bottom: 2px;
}

.menu_marketplace_elem:last-child,
.menu_marketplace_elem_fix:last-child {
    border-radius: 4px 4px 8px 8px;
}

.menu_marketplace_elem_fix:hover{
    background: #001746bd;
}

#marketplace_header_text,
#repair_header_text{
    position: relative;
}

#item__:focus,
#item_:focus{
    background: #eef4fc;
    border-radius: 20px;
}

#item__::placeholder,
#item_::placeholder{
    color: rgba(255, 255, 255, 0.75);
    opacity: 1; /* ensure full visibility on WebKit */
}

#login-text{
    color: #fff!important;
}

#ab-search-bar-section{
    margin-left: 0%!important;
}

#AjaxAlert.error{
    transition: opacity 0.5s ease-out;
    background: #ff000030;
}

.ask-price{
    border: 2px solid rgba(43,174,94,.996078431372549);
    transition: background 0.5s ease-out;
}

.round_corner{
    width: 2vh;
    background: rgba(0, 23, 70, 1);
    height: 4vh;
    left: 52px;
    position: fixed;
    top: 78px;
    transition: left 0.3s ease;
}

.round_corner_inside{
    background: #fff;
    height: 94%;
    width: 94%;
    top: 6%;
    left: 6%;
    border-radius: 15px 0 0 0;
    position: absolute;
}
.icon-search{color: #fff; }


/* Non premium user */
.non_premium_user, .non_premium_user_index_page{
    display: none!important;
    position: fixed;
    top: 30vh;
    width: 42%;
    height: 46vh;
    left: 31%;
    background: #f1f9ff;
    border-radius: 15px;
    z-index:9999;
    opacity: 1;
    box-shadow: 0px 0px 23px -3px #001746 !important;
    transition: opacity .5s ease-out;
}

.non_premium_user_index_page{
    width: 600px;
    height: 27vh;
    top: -21vw;
    height: 270px;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: top .7s ease-out, height .5s ease-out;
}

.non_premium_user_img{
    transition: opacity .25s ease-out;
}

#infos_popup{
    width: 100%;
    margin: auto;
    height: 100%;
    position: relative;
    transition: max-width .3s ease-out;
    display: none;
    position: absolute;
    top: 0;
    opacity: 0;
}

#infos_popup_premium{
    display: none;
    opacity: 0;
    position: absolute;
    top: 0;
}

#non_premium_user_img{
    opacity: 1;
    transition: opacity 0.25s ease-out;
}

#infos_popup h1{text-align: center;margin: auto;flex: 1.6; font-size: 19px!important;}
#infos_popup p{flex: 4; margin: auto; padding: 0 10px;}
#infos_popup div{margin: auto;flex: 1.5; text-align: center; align-items: center;}
#infos_popup div a{
    padding: 9px 19px;
    margin: auto;
}

#div_button_discover_more{
    bottom: 130px;
    text-align: center;
    position: absolute;
    margin: auto;
    width: 100%;
    flex: 1.6 1 0%;
    margin: auto;
    text-align: center;
    left:65%;
    transform: translate(-50%, -50%);
    top: 130px;
    color: #fff;
    display: block;
    opacity: 1;
}

#aero_bay_logo_premium{
    background-image: url(../../img/homepage/logo_premium_V2_blanc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: initial;
    border-radius: 15px 5px 5px 15px;
    height: 27px;
    width: 41px;
    margin-left: 14px;
}

.non_premium_user_img{
    background-image: url(../../img/homepage/men_wharehouse.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: initial;
    border-radius: 15px 5px 5px 15px;
}

.first_premium_plan_div{
    background-image: url(../../img/homepage/premium_plan_3.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 98%;
    border-radius: 15px 5px 5px 15px;
    height: 101%;
    margin-left: 1%;
    position: relative;
    transition: opacity .5s ease-out;
}

.first_premium_plan_div svg{
    position: absolute;
    top: 5px;
    right: -3px;
    border: 2px solid #3d3d3d;
    transition: border .9s ease-out;
}

.first_premium_plan_div svg:hover{
    border: 2px solid #f1f9ff;
}

.expand_premium_account_div{
    position: absolute;
    top: -11px;
    right: -11px;
    padding: 2px;
    border: 2px solid #3d3d3d;
}

#close_non_premium_user_div, #close_non_premium_user_div_index, .expand_premium_account_div{stroke:#3d3d3d; background: #fff; border-radius: 50%; transition: stroke .5s ease-out, background .5s ease-out;}
#close_non_premium_user_div:hover, #close_non_premium_user_div_index:hover{background: #f1544e; stroke: #fff;}
.expand_premium_account_div:hover{background: #7a87e4; stroke: #fff;}

.non_premium_user_main_div{display: flex; height: inherit; padding: 5px;}
.non_premium_user_main_div div{flex: 1; }
.non_premium_user_text p{padding: 2px 15px!important; }
.non_premium_user_text ul{padding: 2px 30px!important}
.non_premium_user_text li{list-style:circle;}
.non_premium_user_text a, .style_button_premium{text-align: center; font-size: medium;}
.non_premium_user_text svg{position: absolute; right: 5px;}

.div_button_upgrade{display: flex;justify-content: center; width: -webkit-fill-available; bottom: 3vh; position: absolute; }
.div_button_upgrade a:visited{color:#66cc99;}
.div_button_upgrade a{font-weight: 400; padding: 10px;margin-top: .5vh; color: #66cc99}
.non_premium_user_text h3{text-align: center;}

#upgrade_see_doc p{font-weight: bold;}

.title_button_go_premium h3{padding: 2px 9px;font-weight: 200;font-size: 16px;color: #fff!important;}

#popup_home{
    position: fixed;
    z-index: 9;
    background: #fff;
    border-radius: 10px;
    padding: 5px 10px;
    right: -295px;
    top: 13vh;
    user-select: none;
    height: 280px;
    box-shadow: 0px 0px 4px 0px #c9c9c9;
    transition: right 1.5s ease-out, height .5s ease-out;
}

#popup_home h1{
    text-align: center;
}

#test_small_side h3{
    font-size: 15px;
    font-weight: 900;
    padding-right: 4px;
}

#test_small_side svg{
    margin-top: -2px;
}

#close_popup_home{
    cursor: pointer;
    right: 0;
    position: absolute;
    top: 0px;
    border: none;
}

#close_popup_home svg{
    fill: #ffd5d5;
    stroke: #ff2727;
}

/* Popup all pages */
.upgrade_account_now{
    position: absolute;
    top: 5vw;
    padding: 1vh 2vw;
    box-shadow: 0px 0px 30px -1px #adacac;
    left: 10%;
    width: 80%;
}

.upgrade_account_now a,
.upgrade_account_now a:visited{color: #fff; }

#upgrade_now_main_div h2, #upgrade_now_main_div a{margin: 5px 10px;}

/* RGPD modale */
#cookie_consent{
    position: fixed;
    bottom: 0;
    width: 250px;
    color: white;
    padding: 3em 2rem;
    text-align: center;
    z-index: 9999999;
    backdrop-filter: blur(7px) saturate(180%);
    -webkit-backdrop-filter: blur(7px) saturate(180%);
    background-color: rgb(131 131 131 / 75%);
    border-radius: 12px;
    border: 1px solid rgba(209, 213, 219, 0.3);
    text-align: center;
    top: 50%;
    left: 5px;
    height: fit-content;
    user-select: none;
    display: none;
    transition: opacity .5s ease-out, left .5s ease-out;
}

#cookie_consent svg{margin: -10px auto 10px; }
.cookie_consent_button{
    padding: 7px 10px;
    border: none;
    border-radius: 4px;
    background: #c3c2c2;
    backdrop-filter: blur(7px) saturate(180%);
    width: 192px;
    transition: padding .5s ease-out;
}

.cookie_consent_button:hover{padding: 12px 0;}

#accept_essentiels{background: #c3c2c2;margin: 1vh 0;}
#accept_all{background: #66cc99;}

.display_details_cookies{
    text-align: left;
    backdrop-filter: blur(7px) saturate(180%);
    -webkit-backdrop-filter: blur(7px) saturate(180%);
    background-color: rgb(131 131 131 / 75%);
    padding: 0px;
    border-radius: 12px;
    margin-top: 30px;
    transition: padding .5s ease-out, background .5s ease-out, margin .5s ease-out;
}

details.display_details_cookies[open] {
    padding: 3vh 1vh;
    background: rgba(166, 166, 166, 0.75);
    margin-top: -70px;
}

.display_details_cookies #accept_all{margin-top: 2vh;}

details.display_details_cookies summary{text-align: center; padding: 10px; border-radius: 12px; transition: background .5s ease-out;}
details.display_details_cookies summary:hover{background: rgba(166, 166, 166, 0.75);}

details.display_details_cookies[open] summary{
    margin: -10px auto 20px;
}
/* End RGPD modale */

#aero_bay_logo_premium{
    background-image: url(../../img/homepage/logo_premium_V2_blanc.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: initial;
    border-radius: 15px 5px 5px 15px;
    height: 27px;
    width: 41px;
    margin-left: 14px;
}

.non_premium_user_img{
    background-image: url(../../img/homepage/men_wharehouse.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: initial;
    border-radius: 15px 5px 5px 15px;
}

.first_premium_plan_div{
    background-image: url(../../img/homepage/premium_plan_3.webp);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 98%;
    border-radius: 15px 5px 5px 15px;
    height: 101%;
    margin-left: 1%;
    position: relative;
    transition: opacity .5s ease-out;
}

.distribution_service_div_link_header { grid-area: 1 / 1 / 3 / 3; font-size: 1.5rem!important; font-weight: 200!important;}
.market_place_div_link_header{
    grid-area: 1 / 1 / 3 / 4;
    font-size: 1.5rem;
    font-weight: 200;
}

.search_bar_div_header { grid-area: 1 / 4 / 3 / 6; margin: auto;}

.search_input_section {
    grid-area: 1 / 5 / 3 / 9;
}

.first_premium_plan_div svg{
    position: absolute;
    top: 5px;
    right: -3px;
    border: 2px solid #3d3d3d;
    transition: border .9s ease-out;
}

.header_index {
    display: grid;
    grid-template-columns: repeat(19, 1fr);
    grid-template-rows: repeat(2, 0.5fr);
    /* background-color: rgba(0,19,55,1); */
    padding: 5px 10px;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #00174600;
    padding-top: 15px;
    padding-bottom: 8px;
    opacity: 1;
    height: 80px;
    top: 0;

}

.cart_div_header,
.logo_div_header_search_bar,
#search_bar_header_button {
    transition: opacity 0.5s ease;
}


#item__::placeholder{color: #b5b5b5 !important;}

/* --- Expanding flex cards (CodePen inspired) --- */
.ab-expanding-cards{ position: relative; }

.ab-expanding-cards .ab-options{
  display:flex;
  flex-direction:row;
  align-items:stretch;
  overflow:hidden;
  width: calc(100% - 32px);
  max-width: 1300px;
  margin: 3vh auto 9vh;
  height: 520px;
  padding: 10px;
}

.ab-expanding-cards .ab-option{
  position: relative;
  overflow:hidden;
  min-width: 76px;
  margin: 10px;
  background: var(--optionBackground, var(--defaultBackground, #E6E9ED));
  background-size: auto 120%;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 26px;
  outline: none;
  box-shadow: 0px 0px 0px 0px #3D3D3D;
  flex: 1 1 0;
  will-change: flex-grow, transform;
  transition:
    flex-grow .65s cubic-bezier(.22,1,.36,1),
    box-shadow .45s ease,
    border-radius .65s cubic-bezier(.22,1,.36,1),
    background-size .65s cubic-bezier(.22,1,.36,1),
    background-position .65s cubic-bezier(.22,1,.36,1);
}

.ab-expanding-cards .ab-option:hover{
    box-shadow: 0px 0px 9px -2px #000000;
}

.ab-expanding-cards .ab-option::before{
  content: "";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 75%, rgba(0,0,0,0.72) 100%);
  opacity: .9;
  transition: opacity .5s cubic-bezier(0.05, 0.61, 0.41, 0.95), width .5s ease-out;
}

.ab-expanding-cards .ab-option .shadow{
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  height:140px;
  box-shadow: inset 0 -120px 120px -120px rgba(0,0,0,.9), inset 0 -120px 120px -100px rgba(0,0,0,.9);
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95), width .5s ease-out;
  pointer-events:none;
}

.ab-expanding-cards .ab-option .label{
  display:flex;
  position:absolute;
  left: 14px;
  right: 14px;
  bottom: 14px;
  height: 44px;
  align-items:center;
  transition: .5s cubic-bezier(0.05, 0.61, 0.41, 0.95);
  z-index: 2;
}

.ab-option.active .label .icon{
    background-color: #ffffffa1;
    backdrop-filter: blur(5px);
}

.ab-expanding-cards .ab-option .icon{
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    min-width:44px;
    max-width:44px;
    height:44px;
    border-radius: 100%;
    background-color: #ffffff50;
    color: #001746;
    flex: 0 0 44px;
    backdrop-filter: blur(2px);
    fill: #fff;
    box-shadow: 0px 0px 16px -4px #ffffff;
    border: 0.8px solid #b0b0b0;
    transition: backdrop-filter .5s ease-out, background .5s ease-out, color .5s ease-out, box-shadow .5s ease-out, color .5s ease-out;
}

.ab-expanding-cards .ab-option .info{
  display:flex;
  flex-direction:column;
  justify-content:center;
  margin-left: 10px;
  color:#fff;
  white-space: normal;
}

#contact_main_div{
    grid-area: 54 / 2 / 61 / 12;
    display: inline-flex;
    grid-template-columns: 1fr;
    gap: 22px;
    align-items: stretch;
}

#simplify_cards{
    grid-area: 22 / 1 / 27 / 13;
}

.first_box_header_second { grid-area: 64 / 2 / 67 / 4; text-align: center;}
.second_box_header_second { grid-area: 64 / 4 / 67 / 6; text-align: center;}
.third_box_header_second { grid-area: 64 / 6 / 67 / 8; text-align: center;}
.fourth_box_header_second { grid-area: 64 / 8 / 67 / 10; text-align: center;}
.fifth_box_header_second { grid-area: 64 / 10 / 67 / 12; text-align: center;}

#search_capa_div{
    height: 3vw;
    margin: 5vw 24%;
    user-select: none;
}

#search_capa_div input{
    width: 100%;
    height: 100%;
    border: none;
    box-shadow: 0px 0px 6px -2px #3D3D3D;
    border-radius: 35px;
    padding: 10px 20px;
    font-size: large;
}

#search_capa_div svg{
    position: absolute;
    margin-left: -40px;
    margin-top: 5px;
}

#contact_main_div .contact-card{
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 18px;
    border-radius: 22px;
    padding: 18px;
    background: rgba(255,255,255,0.80);
    border: 1px solid rgba(255,255,255,0.55);
    box-shadow: 0 10px 32px rgba(0,0,0,0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    cursor: pointer;
    width: 48%;
    margin: 0 1%;
}

#contact_main_div .contact-card:hover{
    transform: translateY(-6px);
    box-shadow: 0 16px 44px rgba(0,0,0,0.18);
    background: rgba(255,255,255,0.90);
}

#contact_main_div .contact-card:active{
    transform: translateY(-2px);

}

#contact_main_div .contact-card__content{
    flex: 1 1 60%;
    min-width: 0;
    padding: 6px 6px 6px 10px;
    position: relative;
}

#contact_main_div .contact-card__content h2{
    margin: 5px !important;
    font-size: 3vw !important;
    font-weight: 100 !important;
    font-style: italic !important;
}

#contact_main_div .contact-card__content h3{
    margin: 5px !important;
    font-size: 2vw !important;
    font-weight: 100 !important;
    font-style: italic !important;
}

#contact_main_div .contact-card__content h4{
    margin: 5px !important;
    font-size: 1.8vw !important;
    font-weight: 100 !important;
    font-style: italic !important;
}

#contact_main_div .contact-card__content h3,
#contact_main_div .contact-card__content h4{
    margin: 0;
    font-weight: 600;
    opacity: .9;
}

#contact_main_div .contact-card__content p{
    opacity: .9;
    margin: 5px !important;
    font-size: 1.5vw !important;
    font-weight: 100 !important;
    font-style: italic !important;
}

#asia_contact_div .contact-card__content{text-align: end}

#contact_main_div .contact-card__media{
    flex: 0 0 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    overflow: hidden;
    background: rgba(0,0,0,0.04);
}

#contact_main_div .contact-card__media img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transform: scale(1.02);
    transition: transform .35s ease;
}

#contact_main_div .contact-card:hover .contact-card__media img{
    transform: scale(1.06);
}

#contact_main_div .contact-card--reverse{
    flex-direction: row-reverse;
}

#contact_main_div .contact-card__cta{
    display: inline-flex;
    padding: 8px 12px;
    background: rgb(217 217 217 / 8%);
    color: #001746;
    text-decoration: none;
    text-align: center;
    left: 50%;
    transform: translate(-50%);
    position: absolute;
    bottom: -0.8vw;
    border-radius: 14px;
    box-shadow: 0px 0px 4px -2px #3D3D3D;
    border: none;
    opacity: .9;
    margin: 5px !important;
    font-size: 1.3vw !important;
    font-weight: 100 !important;
    transition: background .2s ease, box-shadow .5s ease-out;
}

#contact_main_div .contact-card:hover .contact-card__cta{
    background: rgb(255 255 255 / 14%);
    box-shadow: 0px 0px 9px -3px #3D3D3D;

}

@media screen and (max-width: 900px){
    #contact_main_div .contact-card__media{ flex-basis: 180px; }
}

@media screen and (max-width: 650px){
    #contact_main_div .contact-card{
        flex-direction: column;
        padding: 16px;
    }
    #contact_main_div .contact-card--reverse{ flex-direction: column; }
    #contact_main_div .contact-card__media{ flex-basis: auto; height: 180px; }
}

.ab-expanding-cards .ab-option .info .main{
    font-weight: 700;
    font-size: 2.8rem;
    line-height: 1.1;
    text-align: start;
}

.img_warehouse_location{ width: 100%; height: 100%; }

.ab-expanding-cards .ab-option:not(.active) .info{
    align-items: center;
}

.ab-expanding-cards .ab-option:not(.active) .info .main{
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    font-size: 2rem;
    letter-spacing: 0.08em;
    margin-left: -66px;
    margin-bottom: 378px;
    height: 310px;
    text-align: justify;
    user-select: none;
}

.ab-expanding-cards .ab-option:not(.active) .info .sub{
    display: none;
}

.ab-expanding-cards .ab-option .info .sub{
    font-weight: 400;
    font-size: 1.2rem;
    opacity: .92;
}

.ab-expanding-cards .ab-option .ab-details{
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 78px;
    overflow:auto;
    padding: 14px 16px;
    border-radius: 18px;
    background: rgba(255,255,255,0.92);
    color: #00000000;
    opacity: 0;
    transform: translateY(8px);
    z-index: 2;
    will-change: opacity, transform;
    user-select: none;
    transition: opacity .35s ease, transform .45s cubic-bezier(.22,1,.36,1), background .5s ease-out;
}

.ab-expanding-cards .ab-option .ab-details ul{ padding-left: 18px; }
.ab-expanding-cards .ab-option .ab-details li{ margin-bottom: 6px; }

.ab-expanding-cards .ab-option.active{
    flex-grow: 8;
    margin: 0;
    border-radius: 34px;
    background-size: cover;
}

.ab-expanding-cards .ab-option.active::before{ opacity: .65; }

.ab-expanding-cards .ab-option.active .label{
    bottom: 18px;
    left: 18px;
    right: 18px;
    z-index: 9999;
}

.ab-expanding-cards .ab-option.active .ab-details{
    position:absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    text-align:center;
    gap:14px;
    padding: 40px;
    border-radius: 18px;
    opacity: 1;
    transform: translateY(0);
    z-index: 2;
    color: #fff;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 1.4;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.08) 45%, rgba(0, 0, 0, 0.18) 100%);
    backdrop-filter: blur(7px) saturate(1.05) brightness(0.9);
    transition-delay: .12s;
}

.ab-expanding-cards .ab-option.active .ab-details a{
    color: #fff;
    font-weight: 300;
}

.ab-expanding-cards .ab-option:not(.active) .ab-details{ pointer-events:none; }

/* Responsive */
@media screen and (max-width: 900px){
  .ab-expanding-cards .ab-options{ height: 520px; }
  .ab-expanding-cards .ab-option.active{ max-width: none; }
}

@media screen and (max-width: 650px){
    .ab-expanding-cards .ab-options{
        flex-direction: column;
        height: auto;
        width: calc(100% - 20px);
    }
    .ab-expanding-cards .ab-option{ min-height: 120px; }
    .ab-expanding-cards .ab-option.active{ min-height: 320px; }
    .ab-expanding-cards .ab-option .ab-details{
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: 18px 18px 70px 18px;
    }
}


.ab-action-cards{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: calc(100% - 32px);
    max-width: 1300px;
    margin: 28px auto 0;
    grid-area: 45 / 1 / 51 / 13;
}

#send_us_your_list {
    grid-area: 37 / 2 / 39 / 12;
    text-align: center;
}

/* per-card accent (bubble) */
.ab-action-cards .ab-action-card:nth-child(1){ --abBubble: rgba(85,101,221,.55); } /* Buy */
.ab-action-cards .ab-action-card:nth-child(2){ --abBubble: rgba(102,204,153,.55); } /* Sell */
.ab-action-cards .ab-action-card:nth-child(3){ --abBubble: rgba(255,178,107,.55); } /* Repair */

.ab-action-card{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
    padding: 18px 18px 16px;
    border-radius: 22px;
    text-decoration: none;
    color: #001746;
    background: rgba(255,255,255,0.78);
    border: none;
    box-shadow: 0 10px 26px rgba(0,0,0,0.10);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease;
    overflow: hidden;
    isolation: isolate;
}

/* subtle gradient “ring” like the pricing cards */
.ab-action-card::before{
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: 24px;
    padding: 2px;
    background: linear-gradient(135deg, rgba(85,101,221,.65), rgba(102,204,153,.55));
    -webkit-mask:linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: .55;
    pointer-events: none;
    transition: opacity .25s ease;
}

.ab-action-card__title{
    letter-spacing: .02em;
    margin: 5px !important;
    font-size: 3vw !important;
    font-weight: 100 !important;
}

.ab-action-card__text{
    line-height: 1.35;
    opacity: .9;
    max-width: 44ch;
    margin: 5px !important;
    font-size: 1.2vw !important;
    font-weight: 100 !important;
}

.ab-action-card__cta{
    margin-top: 6px;
    width: fit-content;
    padding: 12px 25px;
    background: rgba(0, 23, 70, 0.06);
    border: none;
    border-radius: 13px;
    backdrop-filter: blur(6px);
    font-size: 1.1vw !important;
    font-weight: 100 !important;
    right: 0;
    transition: background .2s ease, color .5s ease-out;
}

.ab-action-card:hover{
    box-shadow: 0 18px 44px rgba(0,0,0,0.18);
    background: rgba(255,255,255,0.90);
    color: #FFF!important;
}

.ab-action-card:hover::before{ opacity: .9; }

.ab-action-card-buy::after{
    background: #5565dd;
}

.ab-action-card-sell::after{
    background: rgb(0 23 70);
}

.ab-action-card-repair::after{
    background: #65cc99;
}
.ab-action-card::after{
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 999px;
    left: calc(var(--mx, 50%) - 300px);
    top: calc(var(--my, 50%) - 300px);
    transform: scale(0);
    opacity: 0;
    transition: transform .55s cubic-bezier(0.05, 0.61, 0.41, 0.95), opacity .35s ease;
    pointer-events: none;
    z-index: 0;
    backdrop-filter: blur(6px);
}

.ab-action-card > *{
    position: relative;
    z-index: 1;
}

.ab-action-card:hover::after{
    transform: scale(1);
    opacity: .85;
}

/* Directional fade-out on mouse leave */
.ab-action-card.ab-leave::after{
    transform: scale(0);
    opacity: 0;
}

.ab-action-card:hover .ab-action-card__cta{
    background: rgba(0, 23, 70, 0.10);
}

.ab-action-card:hover .ab-action-card__cta{
    background: rgba(0, 23, 70, 0.10);
}

.ab-action-card:active{
    transform: translateY(-2px);
}

.ab-action-card:focus-visible{
    outline: 3px solid rgba(85,101,221,.45);
    outline-offset: 3px;
}

#search_bar_capalist{
    position: absolute;
    border: none;
}

@media screen and (max-width: 900px){
    .ab-action-cards{ grid-template-columns: 1fr; }
}

/* Locomotive */
html.has-scroll-smooth,
html.has-scroll-smooth body{
    overflow: hidden;
}

[data-scroll-container]{
    min-height: 100vh;
}

#simplify_cards{
    opacity: 1;
    transform: translateY(0);
    transition: opacity .7s ease-out, transform .7s ease-out;
}

html.has-scroll-init #simplify_cards{
    opacity: 1;
    transform: translateY(0);
}

.img_document_homepage{
    max-width:20vw;
    height:auto;
    box-shadow: 0px 0px 6px -2px #3D3D3D;
}