:root{background-color:var(--bg-c);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;--navbar-c:#fefdfcf2;--primary-c:#23944d;--primary-lt-c:#2aad5a;--primary-da-c:#1d783e;--primary-bg-c:#ebfaf0;--dodowheels-c:#058fe8;--dodowheels-lt-c:#9bd6fdbf;--dodowheels-da-c:#185ea5;--dodowheels-bg-c:#f0f6fa;--secondary-c:#c25218;--secondary-lt-c:#db5b1a;--secondary-da-c:#a84614;--accent-c:#d3191b;--accent-lt-c:#d3191b80;--accent-da-c:#d3191bcc;--bg-c:#f9fbfa;--bg-lt-c:#fcfefd;--bg-da-c:#f3f2f2;--text-c:#0c0c0c;--text-lt-c:#101010;--text-da-c:#080808;--border-c:#969696cc;--border-lt-c:#96969680;--border-da-c:#8c8c8c66;--pink:#ff64f9;--red:#ff6565;--orange:#ff6d1b;--yellow:#fe5;--green:#5bff89;--blue:#4d8aff;--purple:#6b5fff;--gold:gold;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}body{margin:0;padding:0}.section{max-width:100%;padding:3rem 8%}@media screen and (width<=768px){.section{padding:3rem 6%}}.text{color:var(--text-c);margin:0;font-size:1.15rem;line-height:1.5}h1,h2,h3,h4,h5,h6{color:var(--text-da-c);margin:0}.p-text,p{color:var(--text-lt-c);margin:0;font-size:1.1rem;line-height:1.5}.text-underline:after{content:"";background:var(--primary-c);transform-origin:100%;width:100%;height:3px;transition:transform .3s;position:absolute;top:90%;left:0;transform:scaleX(0)}.text-underline:hover:after{transform-origin:0;transform:scaleX(1)}.navbar{z-index:900;background-color:var(--bg-c);width:100%;height:64px;box-shadow:0 0 20px 0 var(--border-da-c);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex;position:fixed;top:0}.navbar_logo{cursor:pointer;justify-content:center;align-items:center;margin-left:3%;display:flex}.navbar_logo img{width:auto;height:27px}@media screen and (width<=768px){.navbar_logo img{height:20px;margin-left:10%}}.navbar_links,.navbar_links-mobile{flex:auto;justify-content:flex-start;align-items:flex-start;margin-left:6%;list-style:none;display:flex}.navbar_links li,.navbar_links-mobile li{cursor:pointer;justify-content:center;margin-right:6%;display:flex;position:relative}.navbar_links li a,.navbar_links-mobile li a{text-decoration:none;transition:all .25s ease-out}.navbar_links li a:hover,.navbar_links-mobile li a:hover{color:var(--primary-c)}@media screen and (width<=768px){.navbar_links{display:none}}.navbar_links-mobile{margin:0;display:none}@media screen and (width<=768px){.navbar_links-mobile{flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.navbar_links-mobile li{margin:.6rem 0}}.navbar_menu-button{display:none}@media screen and (width<=768px){.navbar_menu-button{cursor:pointer;margin-right:7%;display:block}.navbar_button{display:none!important}}.hero_parallax-background{background-image:url(/assets/doublestar_factory-DM2Rn_sU.jpg);background-color:var(--primary-lt-c);z-index:-1;background-position:50% 0;background-repeat:no-repeat;background-size:cover;width:100%;position:absolute;top:0;left:0;overflow:hidden}.hero_parallax-background,.hero_container{height:75vh}@media screen and (width<=768px){.hero_parallax-background,.hero_container{height:55vh}}.hero_container{text-align:center;flex-direction:column;justify-content:center;align-items:center;display:flex;overflow:hidden}.hero_title-mask{vertical-align:top;display:inline-block;overflow:hidden}.hero_title{color:var(--primary-da-c);justify-content:center;margin:64px 0 -4rem;font-family:Josefin Sans,sans-serif;font-size:7rem;display:flex;overflow:hidden;scale:1}@media screen and (width<=768px){.hero_title{margin:32px 0 -1.5rem;font-size:3.1rem}}.hero_title-part1{color:inherit;font-size:inherit}.hero_title-part2{color:inherit;font-size:inherit;display:inline-block;position:relative;overflow:hidden;scale:1}.hero_superscript{font-size:.4em;position:relative;top:-1.3em}.hero_subtitle{color:var(--secondary-lt-c);font-size:2rem;font-weight:500;position:relative;overflow:hidden}@media screen and (width<=768px){.hero_subtitle{font-size:1.25rem}}.hero_cta-button{margin-top:3rem!important;transition:box-shadow .15s ease-in-out!important;scale:1.2!important}.hero_cta-button:hover{box-shadow:0 0 10px var(--border-c)!important}@media screen and (width<=768px){.hero_cta-button{scale:revert!important;margin-top:2rem!important}}.about_section{background-color:var(--bg-c)}.about_container{justify-content:space-between;margin:.25rem 0;display:flex}.about_visuals-container{flex-direction:row;justify-content:flex-end;display:flex}@media screen and (width<=768px){.about_text-container{width:100%}}.about_visuals-container{width:100%;margin-left:3rem;position:relative}@media screen and (width<=768px){.about_visuals-container{display:none}}.section-title-text{font-size:3rem}@media screen and (width<=480px){.section-title-text{font-size:2rem}}.contact_section{background:var(--dodowheels-bg-c)}.contact_box{flex-direction:row;justify-content:space-between;align-items:flex-start;gap:5rem;display:flex}@media screen and (width<=768px){.contact_box{flex-direction:column;gap:3rem}}.contact_box img{width:96px;height:auto;margin-top:.75rem;display:flex}@media screen and (width<=768px){.contact_box img{width:64px}}.contact_glow-button{transition:box-shadow .15s ease-in-out!important}.contact_glow-button:hover{box-shadow:0 0 10px var(--dodowheels-lt-c)!important}.contact_map-container{width:36%}@media screen and (width<=768px){.contact_map-container{width:90%}}.junction_container{z-index:900;background:linear-gradient(to bottom, var(--bg-c) 50%, var(--dodowheels-bg-c) 50%);justify-content:center;align-items:center;margin:-1rem 0;display:flex}.junction_text-box{background-color:var(--primary-lt-c);border:1px solid var(--border-da-c);border-radius:8px;max-width:56%}@media screen and (width<=768px){.junction_text-box{border-radius:0;max-width:100%;padding:0!important}}.junction_emojis{scale:1.25}.cat_navbar{z-index:900;background-color:var(--bg-c);width:100%;height:32px;box-shadow:0 0 10px 0 var(--border-da-c);justify-content:space-between;align-items:center;padding:.5rem 0;display:flex;position:fixed;top:0}.cat_navbar_logo{cursor:pointer;justify-content:center;align-items:center;margin-left:3%;display:flex}.cat_navbar_logo img{width:auto;height:24px}@media screen and (width<=768px){.cat_navbar_logo img{height:20px;margin-left:10%}}.navbar_logo-superscript{margin-left:3px;font-size:1em;position:relative;top:-.7em}.cat_navbar_links,.cat_navbar_links-mobile{flex:auto;justify-content:flex-start;align-items:flex-start;margin-left:6%;list-style:none;display:flex}.cat_navbar_links li,.cat_navbar_links-mobile li{cursor:pointer;justify-content:center;margin-right:6%;display:flex;position:relative}.cat_navbar_links li a,.cat_navbar_links-mobile li a{text-decoration:none;transition:all .25s ease-out}.cat_navbar_links li a:hover,.cat_navbar_links-mobile li a:hover{color:var(--primary-c)}@media screen and (width<=768px){.cat_navbar_links{display:none}}.cat_navbar_links-mobile{margin:0;display:none}@media screen and (width<=768px){.cat_navbar_links-mobile{flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.cat_navbar_links-mobile li{margin:.6rem 0}}.cat_navbar_menu-button{display:none}@media screen and (width<=768px){.cat_navbar_menu-button{cursor:pointer;margin-right:7%;display:block}.cat_navbar_button{display:none!important}}.cat_container{flex-direction:row;margin:4rem 18px 32px;display:flex}@media screen and (width<=768px){.cat_container{flex-direction:column;margin:56px 8px 0}}.cat_searchoptions{background:var(--bg-lt-c);flex-direction:column;flex:.13;align-items:flex-start;gap:.6rem;display:flex}@media screen and (width<=768px){.cat_searchoptions{margin-bottom:1rem}}.cat_searchoptions-buttons{flex-direction:column;gap:0;display:flex}@media screen and (width<=768px){.cat_searchoptions-buttons{flex-wrap:wrap;display:flex;width:100%!important}}.cat_radio-group{flex-direction:column!important;align-items:flex-start!important;gap:0!important;margin-top:.3rem!important;margin-left:.85rem!important;display:flex!important}@media screen and (width<=768px){.cat_radio-group{justify-content:center;flex-direction:row!important;gap:.5rem!important;margin:0!important}}.cat_models{flex-flow:wrap;flex:1;justify-content:flex-start;align-items:flex-start;gap:1rem;display:flex}.modelcard_card{flex-direction:column;min-width:15rem;display:flex;box-shadow:0 0 4px var(--border-c)!important;transition:all .5s!important}@media screen and (width<=768px){.modelcard_card{min-width:100%;height:auto}}.modelcard_image{object-fit:cover;flex-shrink:0;width:100%;max-height:9.5rem;transition:all .5s!important}.modelcard_image-summer{box-shadow:0 0 8px var(--yellow)}.modelcard_image-winter{box-shadow:0 0 8px var(--blue)}.modelcard_image-all-season{box-shadow:0 0 8px var(--green)}.modelcard_image-special{box-shadow:0 0 8px var(--red)}.modelcard_products{flex-flow:column wrap;justify-content:flex-start;align-items:start;width:auto;max-height:14rem;display:flex;transition:all .5s!important}@media screen and (width<=768px){.modelcard_products{max-height:unset}}.modelcard_products-expanded{max-height:19rem;transition:all .5s!important}@media screen and (width<=768px){.modelcard_products-expanded{max-height:unset}}.modelcard_product,.modelcard_open-in-new{color:#0000;transition:all .3s!important}.modelcard_product:hover .modelcard_open-in-new,.modelcard_open-in-new:hover .modelcard_open-in-new{color:var(--dodowheels-da-c)}.modelcard_product{width:auto;display:block}.modelcard_open-in-new{scale:.8;margin-top:-4px!important;margin-left:-6px!important}.modelcard_open-in-new-expanded{scale:.75;margin-top:-6px!important;margin-left:-6px!important}.opening-animation{z-index:999;width:100%;height:100%;position:fixed;top:0;left:0;overflow:hidden}.top-half,.bottom-half{width:100%;height:50%;-moz-box-shadow:0 0 16px 0 var(--border-da-c);-webkit-box-shadow:0 0 16px 0 var(--border-da-c);box-shadow:0 0 16px 0 var(--border-da-c);animation:1.175s .125s forwards slideAway;position:absolute}.top-half{background-color:var(--primary-c);top:0}.bottom-half{background-color:var(--bg-da-c);bottom:0}@keyframes slideAway{to{visibility:hidden;height:0}}@media screen and (width<=768px){.top-half,.bottom-half{width:50%;height:100%;animation:none}.top-half{animation:1.15s .15s forwards slideLeft;left:0}.bottom-half{animation:1.15s .15s forwards slideRight;right:0}@keyframes slideLeft{to{visibility:hidden;width:0}}@keyframes slideRight{to{visibility:hidden;width:0}}}.signin_container{background-color:var(--bg-da-c);flex-direction:row;display:flex}@media (width<=768px){.signin_container{flex-direction:column;position:relative}}.signin_left_container,.signin_right_container{flex-direction:column;width:50vw;height:100vh;display:flex}@media (width<=768px){.signin_left_container,.signin_right_container{width:100vw}.signin_left_container{z-index:10;position:absolute}}.signin_left_container .signin_header{background:linear-gradient(180deg, var(--primary-lt-c) 0%, var(--bg-da-c) 100%);justify-content:center;align-items:center;height:15vh;display:flex}@media screen and (width<=768px){.signin_left_container .signin_header{background:linear-gradient(180deg, var(--primary-lt-c) 0%, #0000 100%);height:12vh}}.signin_left_container .signin_header_title{scale:2}@media screen and (width<=768px){.signin_left_container .signin_header_title{scale:1.5}}.signin_left_container .signin_signin{flex-direction:column;justify-content:center;align-items:center;height:80vh;display:flex}@media screen and (width<=768px){.signin_left_container .signin_signin{padding:0 3%}}.signin_right_container img{object-fit:cover;width:100%;height:100%}.signin_right_container .signin_back{z-index:20;position:absolute;top:2%;right:2%}@media screen and (width<=768px){.signin_right_container .signin_back{top:revert;bottom:3%;right:3%}}
