.header{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background:url(/assets/header_lines_pattern-DtCI8xIw.webp) top left repeat;background-color:#da0037;color:#fff;padding:0 20px;position:relative}.header:after{content:"";position:absolute;left:50%;transform:translate(-50%);bottom:-16px;width:calc(150% + 80px);height:26px;pointer-events:none;z-index:2;background:radial-gradient(circle at 50% 50%,#da0037f2,#da003799,#da00371f 60%,#da003700);filter:blur(12px);opacity:.95}.header-left,.header-right{display:flex;gap:10px;flex:1;min-width:100px}.header-right{margin-left:auto}.header-left .btn-default,.header-right .btn-default{padding:12px 18px;font-size:2rem;flex:1;transition:background-color .3s ease,transform .2s ease}.header-logo{display:flex;flex-direction:row;align-items:center;justify-content:center;gap:10px;flex:2;min-width:150px}.header-quote{font-size:1.2rem;color:#f5f5f5;text-shadow:0 0 5px rgb(120,120,120);margin-top:15px;align-self:flex-start;transition:filter .3s ease,width .3s ease;cursor:pointer}.header-quote:hover{filter:brightness(.1)}.logo-image{width:20%;max-width:150px;height:auto;filter:brightness(0) invert(1);transition:filter .3s ease,width .3s ease;cursor:pointer}.logo-image:hover{filter:brightness(.5)}@media(max-width:480px){.header{flex-direction:column;align-items:center;padding:clamp(3px,3vw,10px)}.header-logo{order:-1}.header-quote{font-size:clamp(.6rem,4vw,1rem);margin-top:5px}.header-left,.header-right{width:100%;margin:5px 0}.header-left .btn-default,.header-right .btn-default{font-size:clamp(.9rem,4vw,1.6rem);padding:clamp(3px,2.5vw,10px)}}@media(max-width:380px){.header{flex-direction:column;align-items:center;padding:clamp(3px,2vw,6px)}.header-logo{gap:5px;flex:2;min-width:50px;max-width:250px}.header-quote{font-size:clamp(.6rem,3vw,1rem);margin-top:5px}}.carousel{display:flex;align-items:center;justify-content:center;position:relative;width:100%;height:73vh;overflow:hidden;background-color:#f0f0f0;padding-top:6vh}.carousel-images{display:flex;align-items:center;justify-content:center;position:relative;width:100%;transition:transform .5s ease-in-out;padding-bottom:10vh}.carousel-image{position:absolute;width:50vw;height:60vh;object-fit:cover;border-radius:2vh;box-shadow:0 4px 8px #0000001a,0 2px 4px #0003;transition:transform .5s ease-in-out,opacity .5s ease-in-out,box-shadow .5s ease-in-out}.carousel-image.active{transform:translate(0) scale(1);z-index:3;opacity:1;box-shadow:0 8px 16px #0000004d,0 4px 8px #00000080;border:3px solid rgba(218,0,55,.8);background-clip:padding-box;animation:glowing 2s infinite;cursor:pointer}.carousel-image.previous{transform:translate(-60%) scale(.8);z-index:2;opacity:.5}.carousel-image.next{transform:translate(60%) scale(.8);z-index:2;opacity:.5}.carousel-image.hidden{transform:translate(100%) scale(.5);z-index:1;opacity:0}.carousel-button{-webkit-user-select:none;user-select:none;outline:none;position:absolute;top:50%;transform:translateY(-50%);background-color:#00000080;color:#fff;border:none;padding:3vh;cursor:pointer;font-size:5vh;border-radius:30%;z-index:10;transition:background-color .3s ease,transform .2s ease}.carousel-button:hover{background-color:#000c}.carousel-button.prev{left:10px}.carousel-button.next{right:10px}@keyframes glowing{0%{box-shadow:0 0 10px #da003780}50%{box-shadow:0 0 20px #da0037cc}to{box-shadow:0 0 10px #da003780}}@media(max-width:480px){.carousel{height:clamp(200px,42vh,380px)}.carousel-image{width:80vw;height:clamp(200px,35vh,380px)}.carousel-button{padding:2vh;font-size:4vh}.carousel-button.prev{left:5px}.carousel-button.next{right:5px}}.footer{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;background-color:#444;color:#fff;padding:1vh 1vw;position:fixed;bottom:0;left:0;width:100%}.footer:before{content:"";position:absolute;left:50%;transform:translate(-50%);top:-16px;width:calc(150% + 80px);height:26px;pointer-events:none;z-index:2;background:radial-gradient(circle at 50% 50%,#444444f2,#4449,#4444441f 60%,#4440);filter:blur(12px);opacity:.95}.footer-left{flex:1;display:flex;justify-content:flex-start}.footer-right{display:flex;gap:15px;justify-content:center;flex:2.5;flex-wrap:wrap;padding-right:1vh}.footer-left .btn-default,.footer-right .btn-default{padding:1.5vh 1.5vw;font-size:1.5vh;transition:background-color .3s ease,transform .2s ease}.footer-right .language-btn{font-size:1.2vh;padding:1vh 1vw;border:2px solid #da0037}.current-page-footer-btn{border:2px solid #da0037!important}.footer-left .footer-big-btn{font-size:3vh;padding:1.5vh 3vw}.footer-tip{flex:2;display:flex;justify-content:center;align-items:center;padding:.5vh 1vw;font-style:italic;color:#f0f0f0;font-size:2.2vh;text-align:center;border-left:1px solid rgba(255,255,255,.2);border-right:1px solid rgba(255,255,255,.2);margin:0 1vw}.racing-quote{position:relative;padding:0 10px}@media(max-width:480px){.footer{flex-direction:column;position:relative;bottom:auto}.footer-left,.footer-right{width:100%;gap:5px;margin:5px 0}.footer-right{padding:0}.footer-left .btn-default,.footer-right .btn-default{font-size:1.2vh;flex:1 1 auto}.footer-left .footer-big-btn{font-size:2.5vh}}.contacts-dropdown-btn{position:relative}.contacts-dropdown-menu{position:absolute;bottom:100%;left:0;background-color:#444;border:1px solid #da0037;border-radius:15px;padding:6px;list-style:none;margin:0;width:max-content;z-index:1000;cursor:default;opacity:0;transform:translateY(10px) scale(.95);pointer-events:none;transition:opacity .18s ease,transform .18s cubic-bezier(.16,1,.3,1);box-shadow:0 10px 30px #00000059}.contacts-dropdown-menu.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.contacts-dropdown-item{display:flex;justify-content:space-between;align-items:center;margin:4px 0}.contacts-dropdown-item:hover{background-color:#da003726;transform:translate(2px)}.contacts-dropdown-item span{margin-right:8px;white-space:pre-line}.contacts-copy-btn{display:inline-block;font-size:12px;padding:2px 6px;margin-left:6px;cursor:pointer;background-color:#da003736;border:1px solid #da0037;border-radius:3px;-webkit-user-select:none;user-select:none}.custom-calculator-div{max-width:480px;margin-right:8vw;padding:16px;background:#fff;border-radius:8px;box-shadow:0 6px 20px #00000012;font-family:system-ui,-apple-system,BlinkMacSystemFont,sans-serif}.custom-calculator-div h3{text-align:center;margin-bottom:16px;font-size:1.1rem;color:#1f2933}.custom-calculator-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;margin-bottom:16px}label{font-size:.75rem;color:#4b5563;margin-bottom:2px;display:block}input{padding:6px 8px;border-radius:4px;border:1px solid #d1d5db;font-size:.85rem}input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.custom-calculator-primary-btn{width:100%;padding:8px;border:none;border-radius:6px;background:#da0037;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:6px}.custom-calculator-primary-btn:hover{background:#9c0000e8}.results{margin-top:12px;padding:12px;background:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.results p{margin:4px 0;font-size:.85rem}.custom-calculator-penalty{font-weight:600;color:#dc2626}.custom-calculator-back-btn{margin-top:10px;background:none;border:none;color:#2563eb;font-size:.8rem;cursor:pointer}.custom-calculator-back-btn:hover{text-decoration:underline}@media(max-width:480px){.custom-calculator-form-grid{grid-template-columns:1fr}.custom-calculator-div{margin:0%}}.knowhow-container{background-color:#f9f9f9;overflow-x:hidden}.knowhow-section{display:flex}.knowhow-section.left{flex-direction:row}.knowhow-section.right{flex-direction:row-reverse}.knowhow-image{width:40vw;margin:1vw;border-radius:2vh;box-shadow:0 6px 12px #0000004d}.knowhow-text-container{padding:100px 20px}.knowhow-text-container.no-padding{padding:1rem}.knowhow-text{max-width:60vw;font-size:1.2vw}.knowhow-calculator-button{width:30%;padding:8px;border:none;border-radius:6px;background:#da0037;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;margin-top:6px}.knowhow-calculator-button:hover{background:#9c0000e8}@media(max-width:480px){.knowhow-section{flex-direction:column!important;align-items:center;text-align:center;margin-bottom:2rem}.knowhow-image{width:90%;margin:0 auto 1rem}.knowhow-text-container{padding:1rem}.knowhow-text{max-width:90%;font-size:4vw;text-align:left}.knowhow-footer{display:block;text-align:center;padding:1.5rem 1rem}}.core-container{background-color:#f9f9f9;overflow-x:hidden;padding-bottom:10vh}.core-section{display:flex}.core-section.left{flex-direction:row}.core-section.right{flex-direction:row-reverse}.core-image-container{display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.core-image{width:80%;max-width:40rem;margin:2%;height:auto;border-radius:2vh;box-shadow:0 6px 12px #0000004d}.core-text-container{padding:8vh 1vw}.core-text{max-width:80vw;font-size:clamp(1rem,1vw,1.4vw)}.legal-link-from-core{font-weight:500;text-decoration:none;color:#da0037;background-color:#4444444e;padding:.15em .5em;border-radius:.4em;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease;-webkit-text-fill-color:#da0037;appearance:none;-webkit-appearance:none;outline:none}@media(max-width:480px){.core-container{padding-bottom:1vh}.core-section{flex-direction:column!important;align-items:center;text-align:center;margin-bottom:2rem}.core-image-container{margin-top:3%}.core-image{width:90%;margin:0 auto 1rem}.core-text-container{padding:1rem 3rem}.core-text{max-width:90%;font-size:4vw;text-align:left}}.careers-top-paragraph-div{padding-top:1vh;border-bottom:2px solid #444}.careers-top-paragraph{padding:1vh;font-size:clamp(1rem,1.1vw + .5rem,1.2rem)}.gallery-container{margin:0 auto;overflow-x:hidden;width:100%}.gallery-title{font-size:2rem;margin-bottom:1rem;margin-left:8vmin;text-align:left}.gallery-description p{margin-left:9vmin;color:#444}.gallery-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.gallery-item{display:flex;flex-direction:column;align-items:center;text-align:center}.gallery-item a{text-decoration:none;color:inherit}.gallery-image{width:80%;height:auto;border-radius:10px;object-fit:cover;box-shadow:0 2px 6px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.gallery-image:hover{transform:scale(1.03);box-shadow:0 4px 10px #0003}.gallery-image-title{margin-top:.5rem;font-size:1rem;color:#333}.gallery-pagination{display:flex;justify-content:center;margin:2rem 0;padding-bottom:5.5vh;gap:.5rem;flex-wrap:wrap}.gallery-pagination button{padding:.5rem 1rem;border:1px solid #aaa;border-radius:5px;background-color:#fff;cursor:pointer;transition:background .2s,color .2s}.gallery-pagination button:hover:not(:disabled){background-color:#da0037;color:#fff}.gallery-pagination button:disabled{opacity:.5;cursor:not-allowed}.gallery-pagination button.active{background-color:#da0037;color:#fff;border-color:#da0037}.ellipsis{display:inline-block;padding:.5rem .75rem;color:#555}.specific-gallery-description{font-size:clamp(1rem,1.1vw,1.2rem);line-height:1.1;margin-bottom:1vmin;margin-top:0;margin-left:1vmin;margin-right:1vmin;border-style:none solid;border-width:1px;text-align:center}.specific-gallery-author a{color:#da0037;text-decoration:none;transition:color .2s ease}.specific-gallery-title{font-size:1rem;margin:0}.specific-gallery-author a:hover{color:#fff}.specific-gallery-footer-left{width:35%;font-size:clamp(.5rem,1vw,1.2rem)}.specific-gallery-footer-right{width:15%;display:flex;flex-direction:column;font-size:clamp(.5rem,1vw,1.2rem);gap:.2rem;margin-right:3%}.specific-gallery-product a,.specific-gallery-product-mobile a{color:#da0037;text-decoration:none;font-weight:700;font-size:clamp(.5rem,1vw,1.5rem)}.specific-gallery-product-mobile{display:none}@media(max-width:480px){.gallery-grid{grid-template-columns:1fr}.gallery-title{font-size:1.75rem}.gallery-item{max-width:95vmin}.gallery-pagination{padding-bottom:.5vh}.specific-gallery-footer-right{width:50%;align-items:center;text-align:center}.specific-gallery-product-mobile{display:block;margin:2%}.specific-gallery-product-mobile a{font-size:clamp(1rem,1.5vw,2rem)}.specific-gallery-product{display:none}.specific-gallery-footer-left{width:50%}}.services-container{display:flex;flex-direction:column;min-height:100vh;background-color:#fff}.services-body{display:flex;justify-content:center;align-items:flex-start;gap:5vmin 10vmin;flex-wrap:wrap;padding-top:5vmin}.service-card-link{width:clamp(40vmin,33%,44vmin);display:block;text-decoration:none;color:inherit}.service-card{display:flex;flex-direction:column;align-items:center;background:#17171719;border-radius:12px;box-shadow:0 2px 8px #171717e8;width:clamp(40vmin,55%,60vmin);padding:2vmin;margin-top:2vmin;transition:transform .2s ease,box-shadow .2s ease}.service-card:hover{transform:translateY(-1vmin);box-shadow:0 2vmin 3vmin #17171799}.service-img{width:100%;height:clamp(25vmin,30vh,45vmin);object-fit:cover;border-radius:1.5vmin;margin-bottom:2vmin}.service-points{list-style-type:disc;padding-left:1.2rem;margin:0 0 1rem;text-align:left;font-size:.9rem}.service-title{font-size:1.2rem;font-weight:700;text-align:center;margin:0}.services-description{margin:0rem 2rem;line-height:1vw;color:#222;text-align:justify;white-space:pre-line;font-size:clamp(.9rem,2vw,1.1rem)}@media(max-width:480px){.services-container.no-scroll{overflow-y:scroll!important;overflow-x:hidden}.services-description{line-height:normal;margin-bottom:10vmin;order:-1;font-size:clamp(1rem,1.1vw + .5rem,1.2rem)}.service-card-link,.service-card{width:90vw;max-width:100%;margin:2vmin auto}.services-body{gap:4vmin;padding:4vmin 0}}.store-top-paragraph-div{padding-left:1.5vh;padding-top:1vh;margin-bottom:0;border-bottom:2px solid #444;font-size:clamp(1rem,1.1vw + .5rem,1.2rem)}.filters-section{margin-top:1rem;border-radius:12px;background-color:#f8f8f8;box-shadow:0 1px 3px #0000001a}.filters-checkboxes{display:flex;flex-wrap:wrap;gap:.75rem 1rem;margin-bottom:.75rem}.filter-option{display:flex;align-items:center;gap:.3rem;font-size:clamp(1.1rem,1.1vw + .5rem,1.2rem);text-transform:capitalize}.car-brand-options{font-size:clamp(1.1rem,1.1vw + .5rem,1.2rem);color:#000;-webkit-text-fill-color:#000;appearance:none;-webkit-appearance:none}.filters-single-checkbox{accent-color:#da0037}.filters-dropdown{display:flex;align-items:center;gap:.5rem}.filters-dropdown select{padding:.25rem .5rem;border-radius:6px;border:1px solid #ccc}.store-search-btn{background:linear-gradient(135deg,#da0037,#a7012a);font-weight:800;padding:.5vmin 1vmin;box-shadow:0 4px 10px #28a7454d;font-size:clamp(1.1rem,1.1vw + .5rem,1.2rem);color:#000;-webkit-text-fill-color:#000;appearance:none;-webkit-appearance:none}.store-search-btn:hover{background:#da0037;transform:scale(1.03);box-shadow:0 4px 10px #e60707a5}.store-section{display:flex;flex-direction:row}.store-section-image{width:40vw;aspect-ratio:16 / 9;object-fit:cover;margin:1vw;border-radius:2vh;box-shadow:0 6px 12px #0000004d}.store-section-image:hover{transform:scale(1.03);box-shadow:10px 10px 10px #0003}.store-section-image.no-hover-effect:hover{box-shadow:0 6px 12px #0000004d;transform:none}.store-section-text-container{padding:5px 20px}.store-section-text{max-width:60vw;font-size:1.2vw}.part-type{font-size:.8em;font-weight:400;color:#444;margin-left:.5em}.store-pagination{display:flex;justify-content:center;margin-bottom:3rem;padding-bottom:5.5vh;gap:.5rem;flex-wrap:wrap}.store-pagination button{padding:.5rem 1rem;border:1px solid #aaa;border-radius:5px;background-color:#fff;cursor:pointer;transition:background .2s,color .2s}.store-pagination button:hover:not(:disabled){background-color:#da0037;color:#fff}.store-pagination button:disabled{opacity:.5;cursor:not-allowed}.store-pagination button.active{background-color:#da0037;color:#fff;border-color:#da0037}@media(max-width:480px){.store-section{flex-direction:column!important;align-items:center;text-align:center;margin-bottom:2rem}.store-top-paragraph-div{margin-bottom:1vh}.store-section-image{width:90%;height:60vw;margin:0 auto 1rem}.store-section-text-container{padding:1rem}.store-section-text{max-width:90%;font-size:4vw;text-align:left}.store-pagination{padding-bottom:.5vh;margin-bottom:1rem}}.make-order-body{display:flex;flex-direction:row;align-items:center;gap:1rem;width:90%}.center-order-div{flex:2;display:flex;flex-direction:column;align-items:center;background-color:#bcb4b460;margin:2.5vmin 0;padding:1.5rem;border-radius:1rem;box-shadow:0 2px 8px #0000001a}.make-order-side-img{opacity:.7;width:auto;height:80vh;object-fit:cover;margin-top:1vh}.center-order-img{width:100%;height:30%;object-fit:cover;margin-top:1vh}.center-order-div h2{font-size:1.25rem;font-weight:600}.order-description{display:block;font-size:1rem;color:#444;line-height:1.5;margin-bottom:.3rem;text-align:center}.order-input-row{flex-direction:column;display:flex;gap:1rem;width:100%}.order-input-row input{flex:1;padding:.5rem;border:1px solid #d1d5db;border-radius:.5rem}.make-order-information{margin-top:1vh;text-align:center;font-size:.875rem;color:#e7063ecb;font-weight:700}.make-order-secret-code{margin-top:1vh;width:98%;flex:1;padding:.5rem;border:.5px solid #d1d5db;border-radius:.5rem}.make-order-information-row{display:flex;align-items:center;padding-bottom:1%;gap:8px;width:100%}.make-order-information-row.with-secret-code{justify-content:space-between}.make-order-button-row{display:flex;justify-content:space-between;align-items:center;width:100%;height:10%}.make-order-purchase-btn{background:linear-gradient(135deg,#da0037,#a7012a);font-weight:800;padding:1.6vmin 10vmin;box-shadow:0 4px 10px #28a7454d}.make-order-purchase-btn:hover{transform:scale(1.05);box-shadow:0 6px 14px #11111173}.make-order-back-btn{font-weight:500;padding:1.6vmin 10vmin;box-shadow:0 3px 8px #6c757d4d}.make-order-back-btn:hover{transform:scale(1.03);box-shadow:0 5px 12px #6c757d73}.make-order-recaptcha{width:80%;height:15vh;text-align:center;font-size:.875rem;color:#9ca3af;font-style:italic;border:1px dashed #d1d5db;padding:.75rem;border-radius:.5rem;display:none}.make-order-price-box{color:#0bac02;padding:.8vh 2vh;font-size:1.5rem;text-align:center}.make-order-footer-tip{flex:2;display:flex;justify-content:center;align-items:center;padding:2vh 1vw;font-style:italic;color:#f0f0f0;font-size:2.2vh;text-align:center;margin:0 1vw}@media(max-width:480px){.make-order-side-img{display:none}.make-order-body{flex-direction:column;align-items:center;width:100%;gap:.5rem;padding:0 1rem}.center-order-div{width:100%;margin:2vh 0;padding:1rem;border-radius:.75rem}.center-order-div h2{text-align:center;line-height:1.4}.order-input-row{flex-direction:column;gap:.75rem;width:100%}.make-order-button-row{flex-direction:column;gap:.75rem;height:auto}.make-order-price-box{padding:.8vh 1.5vh;margin:unset;order:2}.make-order-back-btn{order:3}.make-order-back-btn,.make-order-purchase-btn{width:100%;padding:1rem;font-size:1rem}.make-order-recaptcha{display:none;width:100%;height:auto}}.product-container{background-color:#f0f0f0}.product-first-section-div{border-top:4px solid #444;border-bottom:2px solid #444}.product-info-grid{list-style-type:disc;padding-left:1.5rem;display:grid;grid-template-columns:1fr 1fr;gap:.5rem 2rem}.product-row{display:flex;align-items:center;gap:1.5rem}.product-text-div{display:flex;flex-direction:column;gap:.75rem;width:55%}.product-paragraph{font-size:clamp(1rem,1.1vw + .5rem,1.2rem);line-height:1.6}.btn-default.go-to-purchase-btn{font-size:3vh;padding:1.5vh 3vw;background-color:#da0037bf}.btn-default.go-to-purchase-btn:hover{background-color:#ac022c}.product-page-price-value{font-size:clamp(.9rem,1.1vw + .5rem,1.2rem);font-weight:700;color:#0bac02}.dropdown-container{display:flex;flex-wrap:wrap;gap:1rem}.product-dropdown{flex:1;min-width:200px;padding:.5rem;border:1px solid #ccc;border-radius:6px;font-size:clamp(.9rem,1.1vw + .5rem,1.2rem);color:#ad012c;background-color:#b6b6b686}.product-order-info{font-size:clamp(.9rem,1.1vw + .5rem,1.2rem);white-space:pre-line}.product-color-material-div{display:flex;flex-direction:column;gap:.75rem;width:55%;margin-left:1rem}.includes-text{font-size:clamp(.9rem,1.1vw + .5rem,1.2rem);white-space:pre-line}.includes-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px 16px;list-style-type:disc;padding-left:20px;margin:0}.product-row.last-product-row{border-top:2px solid #444;margin-bottom:10vh;padding-left:1vw}.related-products-list{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;list-style-type:disc;padding-left:20px;margin:0;width:80%}.related-product-type{font-weight:700;color:#555}.related-product-link{color:#ac022c;text-decoration:none;transition:color .2s}.related-product-link:hover{color:red}@media(max-width:480px){.product-row{flex-direction:column!important;align-items:center;text-align:center}.product-first-section-div{margin-bottom:1vh}.store-section-image{width:90%;height:60vw;margin:0 auto 1rem}.product-text-div,.product-color-material-div{width:100%;margin-left:0}.product-row.last-product-row{margin:2vh}.includes-list,.related-products-list{list-style-position:inside;padding:0}}.legal-container{background-color:#f9f9f9;overflow-x:hidden;padding-bottom:10vh}.main-content .legal-container{margin:0 auto;padding:1rem 1.5rem 0}.legal-section{background-color:#fff;border-radius:6px;padding:.1rem 2.5rem;margin-bottom:4rem;box-shadow:0 2px 10px #0000000a}.legal-section h1{font-size:2.2rem;font-weight:600;margin-bottom:.75rem;color:#111}.legal-updated{font-size:.9rem;color:#666;margin-bottom:2rem}.legal-section h2{font-size:1.35rem;font-weight:600;margin-top:2.5rem;margin-bottom:.75rem;color:#222}.legal-section p{font-size:1rem;line-height:1.7;color:#333;margin-bottom:1rem}.legal-section ul{margin:.75rem 0 1.5rem 1.5rem;padding:0}.legal-section li{font-size:1rem;line-height:1.6;color:#333;margin-bottom:.5rem}.legal-section a{color:#0056b3;text-decoration:underline}.legal-section a:hover{text-decoration:none}.legal-section strong{font-weight:600;color:#111}@media(max-width:768px){.main-content .legal-container{padding:3rem 1rem 0}.legal-section{padding:2.25rem 1.75rem}.legal-section h1{font-size:1.9rem}.legal-section h2{font-size:1.25rem}}@media(max-width:480px){.legal-section{padding:2rem 1.25rem}.legal-section h1{font-size:1.7rem}.legal-section p,.legal-section li{font-size:.95rem}}.app-container{display:flex;flex-direction:column;min-height:100vh;background-color:#444}.landing-container{overflow:hidden}.main-content{display:flex;align-items:center;justify-content:center;padding:0}.btn-default{text-align:center;color:#fff;background-color:#17171799;border:none;border-radius:1vh;cursor:pointer;transition:background-color .3s ease,transform .2s ease}.btn-default:hover{background-color:#444c}.btn-small{text-align:center;color:#fff;background-color:#17171799;border:none;border-radius:1vh;cursor:pointer;transition:background-color .3s ease,transform .2s ease;padding:1vh 1vw;font-size:1.2vh}.btn-small:hover{background-color:#444c}.header-quote.header-location-title-active{margin-top:20px;font-size:1.7rem}.error-border{border:2px solid #da0037!important}.header-button-red-text{color:#da0037}@media(max-width:480px){.main-content{flex:none;height:auto;padding:2vh 0}.landing-container.no-scroll{height:100vh;overflow:hidden}.dropdown-container{flex-direction:column}.related-products-list{grid-template-columns:1fr;width:100%}.hide-for-mobile{display:none}.header-quote.header-location-title-active{font-size:2rem;margin-top:5px}}body{margin:0;padding:0;font-family:Arial,sans-serif;display:flex;flex-direction:column;height:100vh}body::-webkit-scrollbar{width:7.5px}body::-webkit-scrollbar-track{background:#444;border-left:3px solid rgba(218,0,55,.95)}body::-webkit-scrollbar-thumb{background-color:#da0037f2;border-radius:20px;border:1px solid rgba(218,0,55,.12)}
