@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Poppins:wght@300;400;500;600;700&display=swap");:root{--bg-primary:#fff;--bg-secondary:#fafafa;--bg-tertiary:#f1f5f9;--brand-black:#0a0a0a;--brand-black-rgb:10,10,10;--brand-white:#fff;--brand-gold:#d4b675;--brand-gold-dark:#b3924e;--brand-gold-rgb:212,182,117;--text-primary:#0a0a0a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#e2e8f0;--border-focus:#d4af37;--grad-gold:linear-gradient(135deg,#d4af37,#b89025);--grad-dark:linear-gradient(135deg,#1a1a1a,#0a0a0a);--grad-light:linear-gradient(135deg,#fff,#f8fafc);--grad-gold-glow:rgba(212,175,55,.15);--shadow-sm:0 1px 3px rgba(0,0,0,.05);--shadow-md:0 8px 30px rgba(0,0,0,.06);--shadow-lg:0 20px 40px rgba(0,0,0,.08);--shadow-gold-glow:0 0 20px rgba(212,175,55,.3);--font-display:"Montserrat",sans-serif;--font-body:"Poppins",sans-serif;--radius-sm:4px;--radius-md:8px;--radius-lg:16px;--radius-full:9999px;--transition-fast:0.15s cubic-bezier(0.4,0,0.2,1);--transition-normal:0.25s cubic-bezier(0.4,0,0.2,1);--transition-slow:0.4s cubic-bezier(0.4,0,0.2,1)}*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw!important;overflow-x:hidden!important;background-color:var(--bg-primary);color:var(--text-primary);font-family:var(--font-body);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;position:relative!important;width:100%!important}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);font-weight:700;letter-spacing:-.01em;color:var(--brand-black)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-secondary)}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--brand-gold)}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 2rem}.luxury-btn-black{background-color:var(--brand-black);color:var(--brand-white);border:1px solid var(--brand-black);font-family:var(--font-display);font-weight:600;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.8rem;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.luxury-btn-black:hover{background-color:var(--brand-gold);border-color:var(--brand-gold);color:var(--brand-black);box-shadow:var(--shadow-gold-glow)}.luxury-btn-gold{background:var(--grad-gold);color:var(--brand-black);border:1px solid var(--brand-gold);font-family:var(--font-display);font-weight:700;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.8rem;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.luxury-btn-gold:hover{background:var(--brand-black);color:var(--brand-gold);border-color:var(--brand-black);box-shadow:0 4px 15px rgba(0,0,0,.15)}.luxury-btn-outline{background-color:transparent;color:var(--brand-black);border:1px solid var(--brand-black);font-family:var(--font-display);font-weight:600;font-size:.85rem;letter-spacing:.1em;text-transform:uppercase;padding:.9rem 1.8rem;border-radius:var(--radius-sm);cursor:pointer;transition:all var(--transition-fast);display:inline-flex;align-items:center;gap:.75rem;text-decoration:none}.luxury-btn-outline:hover{background-color:var(--brand-black);color:var(--brand-white)}.luxury-card{background-color:var(--brand-white);border:1px solid var(--border-color);border-radius:var(--radius-sm);padding:1.5rem;transition:all var(--transition-normal);box-shadow:var(--shadow-sm)}.luxury-card:hover{border-color:var(--brand-gold);box-shadow:var(--shadow-md);transform:translateY(-4px)}.premium-banner{width:100%;background-color:#f2f2f7;position:relative;height:220px;overflow:hidden;border-bottom:1px solid #e5e5ea}.premium-banner-grid{position:absolute;top:0;width:100%;height:100%;display:grid;grid-template-columns:1fr;align-items:center;max-width:1280px;margin:0 auto;padding:0 1rem;left:50%;transform:translateX(-50%);z-index:2}.premium-banner-text{color:#1d1d1f;text-align:center;max-width:400px;margin:0 auto}.premium-banner-badge{display:inline-block;background-color:rgba(212,175,55,.15);border:1px solid var(--brand-gold);color:var(--brand-gold-dark);font-size:.55rem;font-weight:800;letter-spacing:.12em;padding:.2rem .5rem;border-radius:2px}.premium-banner-badge,.premium-banner-title{text-transform:uppercase;margin-bottom:.4rem}.premium-banner-title{font-family:var(--font-display);font-size:1.3rem;font-weight:900;color:#1d1d1f;line-height:1.2}.premium-banner-desc{display:none}.premium-banner-btn-wrapper{display:flex;justify-content:center;gap:.5rem}.premium-banner-btn{padding:.4rem 1.2rem!important;font-size:.7rem!important;font-weight:700!important}.premium-banner-wheels{display:none}@keyframes spinSlow{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (min-width:768px){.premium-banner{height:300px}.premium-banner-grid{grid-template-columns:1.2fr .8fr;padding:0 2rem}.premium-banner-text{text-align:left;max-width:none;margin:0}.premium-banner-badge{font-size:.65rem;padding:.35rem .75rem;margin-bottom:.75rem}.premium-banner-title{font-size:2rem;line-height:1.15;margin-bottom:.75rem}.premium-banner-desc{display:block;font-size:.85rem;color:#475569;line-height:1.5;margin-bottom:1.25rem;max-width:520px}.premium-banner-btn-wrapper{justify-content:flex-start}.premium-banner-btn{padding:.6rem 1.4rem!important;font-size:.75rem!important}.premium-banner-wheels{display:flex;gap:1rem;justify-content:flex-end;position:relative;height:100%;align-items:center}.premium-banner-wheel-bronze{width:170px;height:170px}.premium-banner-wheel-bronze,.premium-banner-wheel-carbon{position:relative;border-radius:50%;background-color:hsla(0,0%,100%,.7);border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 30px rgba(0,0,0,.06);display:flex;align-items:center;justify-content:center}.premium-banner-wheel-carbon{width:125px;height:125px;margin-top:3rem;margin-left:-1.5rem}}:root{--mf-gold:#c0a062;--mf-gold-light:#d4b978;--mf-gold-dark:#a88c4a;--mf-dark:#0a0a0a;--mf-content-width:1230px}.floating-search-bar{background:#fff!important;border-radius:50px!important;box-shadow:0 15px 40px rgba(0,0,0,.08)!important;border:1px solid #e5e5ea!important;padding:6px 6px 6px 16px!important;height:50px!important;align-items:center!important}.floating-search-bar select{color:#1d1d1f!important;font-family:var(--font-display)!important;font-size:13px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1px!important}.floating-search-bar select option{background:#fff!important;color:#1d1d1f!important}.floating-search-btn{height:38px!important;flex:0 0 auto!important;min-width:auto!important;padding:0 28px!important;background:var(--brand-gold-dark)!important;border:none!important;border-radius:30px!important;color:#fff!important;font-family:var(--font-display),sans-serif!important;font-size:11.5px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:2.5px!important;cursor:pointer!important;transition:all .3s ease!important;white-space:nowrap!important;position:relative!important;overflow:hidden!important;box-shadow:0 4px 12px rgba(184,144,37,.25)!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.floating-search-btn:hover{background-color:var(--brand-black)!important;color:var(--brand-gold)!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important}.mf-unified-top-divider-bar{width:100%;background:#f7f7f7;display:flex;justify-content:center;position:relative;overflow:visible;z-index:100}.vehicle-search-section{position:relative!important;width:100%!important;background:linear-gradient(180deg,#fafafa,#f7f7f7 50%,#fafafa)!important;padding:44px 0 24px!important;overflow:visible!important;border-bottom:1px solid #e5e5ea!important;z-index:10!important}.vehicle-search-section:before{content:"";position:absolute;top:30px;left:40px;width:140px;height:140px;border:1px solid hsla(0,0%,78%,.35);transform:rotate(45deg);pointer-events:none;z-index:1}.vehicle-search-select{width:100%!important;height:42px!important;padding:0 36px 0 16px!important;font-family:var(--font-display)!important;font-size:12px!important;font-weight:600!important;letter-spacing:1px!important;text-transform:uppercase!important;border:1px solid rgba(192,160,98,.35)!important;border-radius:8px!important;background-color:hsla(0,0%,100%,.98)!important;color:#2d2d2d!important;cursor:pointer!important;transition:all .3s ease!important;-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23c0a062' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:right 1rem center!important;background-size:1.1em!important;box-shadow:0 2px 6px rgba(0,0,0,.02)!important}.vehicle-search-select:hover:not(:disabled){border-color:rgba(192,160,98,.6)!important;box-shadow:0 4px 20px rgba(192,160,98,.15)!important}.vehicle-search-select:focus{outline:none!important;border-color:var(--mf-gold)!important;box-shadow:0 0 0 3px rgba(192,160,98,.15)!important}.vehicle-search-btn{width:100%!important;height:36px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:0 30px!important;font-family:var(--font-display)!important;font-size:11px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:2px!important;color:#fff!important;background:var(--brand-gold-dark)!important;border:none!important;border-radius:8px!important;cursor:pointer!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 4px 12px rgba(184,144,37,.25)!important}.vehicle-search-btn:hover{background-color:var(--brand-black)!important;color:var(--brand-gold)!important;box-shadow:0 4px 15px rgba(0,0,0,.2)!important}.vehicle-search-title-gold{font-size:13px!important;font-weight:500!important;letter-spacing:3px!important;color:#888!important;margin:0 0 2px!important}.vehicle-search-title-gold,.vehicle-search-title-white{font-family:var(--font-display)!important;text-transform:uppercase!important}.vehicle-search-title-white{font-size:28px!important;font-weight:600!important;color:var(--mf-gold)!important;margin:0!important;line-height:1.2!important;letter-spacing:2px!important}.smoke-layer-1{top:50%;width:150%;height:130%;background:radial-gradient(ellipse 70% 50% at center,hsla(42,52%,65%,.45) 0,rgba(192,160,98,.32) 30%,rgba(192,160,98,.18) 55%,transparent 80%);filter:blur(55px)}.smoke-layer-1,.smoke-layer-2{position:absolute;left:50%;transform:translate(-50%,-50%);pointer-events:none;z-index:1}.smoke-layer-2{top:45%;width:90%;height:70%;background:radial-gradient(ellipse at center,hsla(42,52%,65%,.4) 0,rgba(192,160,98,.25) 40%,transparent 70%);filter:blur(35px)}.smoke-layer-3{top:50%;transform:translate(-50%,-50%);width:60%;height:50%;background:radial-gradient(ellipse at center,hsla(43,56%,69%,.35) 0,transparent 60%);filter:blur(25px)}.floor-shadow,.smoke-layer-3{position:absolute;left:50%;pointer-events:none;z-index:1}.floor-shadow{bottom:10px;transform:translateX(-50%);width:75%;height:50px;background:radial-gradient(ellipse 100% 100% at center,rgba(0,0,0,.12) 0,transparent 70%);filter:blur(12px)}.accent-line-left{left:8%;background:linear-gradient(90deg,transparent,rgba(192,160,98,.2),transparent)}.accent-line-left,.accent-line-right{position:absolute;top:40%;width:30%;height:3px;filter:blur(1px);pointer-events:none;z-index:1}.accent-line-right{right:8%;background:linear-gradient(270deg,transparent,rgba(192,160,98,.2),transparent)}.title-line-left{left:-100px;width:90px;height:3px;background:linear-gradient(90deg,transparent,rgba(192,160,98,.5) 50%,rgba(192,160,98,.8))}.title-glow-left,.title-line-left{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.title-glow-left{left:-95px;width:80px;height:22px;background:linear-gradient(90deg,transparent,hsla(42,52%,65%,.4) 50%,hsla(42,52%,65%,.6));filter:blur(12px)}.title-line-right{right:-100px;width:90px;height:3px;background:linear-gradient(270deg,transparent,rgba(192,160,98,.5) 50%,rgba(192,160,98,.8))}.title-glow-right,.title-line-right{position:absolute;top:50%;transform:translateY(-50%);pointer-events:none}.title-glow-right{right:-95px;width:80px;height:22px;background:linear-gradient(270deg,transparent,hsla(42,52%,65%,.4) 50%,hsla(42,52%,65%,.6));filter:blur(12px)}.showcase-car-title{font-size:16px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.5px!important;color:#2a2a2a!important;margin:0!important;display:inline-block!important;position:relative!important}.showcase-car-title,.showcase-car-year{font-family:var(--font-display)!important}.showcase-car-year{font-size:12px!important;font-weight:500!important;color:#888!important;margin:4px 0 0!important}.mf-custom-select-container{position:relative!important;flex:1 1!important;min-width:130px!important}.mf-custom-select-container.mf-select-aro,.mf-custom-select-container.mf-select-categoria,.mf-custom-select-container.mf-select-marca{flex:1 1!important;min-width:120px!important}.mf-custom-select-trigger{width:100%!important;display:flex!important;flex-direction:row!important;align-items:center!important;justify-content:space-between!important;cursor:pointer!important;padding:8px 16px!important;transition:all .2s ease!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;border-radius:25px!important}.mf-custom-select-trigger.active{background-color:rgba(192,160,98,.08)!important}.mf-custom-select-label{font-size:12.5px!important;font-weight:700!important;color:#555!important;text-transform:uppercase!important;letter-spacing:1px!important;font-family:var(--font-display)!important;transition:color .2s ease!important}.mf-custom-select-trigger.active .mf-custom-select-label{color:var(--mf-gold)!important}.mf-custom-select-value{display:flex!important;width:100%!important;align-items:center!important;justify-content:space-between!important}.mf-custom-select-arrow{color:var(--mf-gold)!important;font-size:.65rem!important;transition:transform .2s ease!important;margin-left:6px!important}.mf-custom-select-arrow.open{transform:rotate(180deg)!important}.mf-custom-dropdown-menu{position:absolute!important;top:100%!important;left:0!important;width:100%!important;background-color:#fff!important;border:1px solid rgba(192,160,98,.25)!important;border-radius:8px!important;box-shadow:0 8px 30px rgba(0,0,0,.12)!important;margin-top:6px!important;max-height:250px!important;overflow-y:auto!important;z-index:2000!important;animation:mfFadeIn .15s ease-out!important}@keyframes mfFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.mf-custom-dropdown-option{padding:10px 16px!important;font-size:.85rem!important;font-weight:600!important;color:#2d2d2d!important;cursor:pointer!important;transition:all .15s ease!important;border-left:4px solid transparent!important;font-family:var(--font-display)!important;text-align:left!important}.mf-custom-dropdown-option:hover{background-color:rgba(192,160,98,.05)!important;border-left-color:var(--mf-gold)!important;color:#0a0a0a!important}.mf-custom-dropdown-option.selected{background-color:rgba(192,160,98,.08)!important;border-left-color:var(--mf-gold)!important;color:#0a0a0a!important;font-weight:700!important}.vehicle-custom-select-container{position:relative!important;width:100%!important}.vehicle-custom-select-trigger{width:100%!important;height:34px!important;padding:0 12px!important;font-family:var(--font-display)!important;font-size:11px!important;font-weight:600!important;letter-spacing:1px!important;text-transform:uppercase!important;border:1px solid rgba(192,160,98,.35)!important;border-radius:8px!important;background-color:hsla(0,0%,100%,.98)!important;color:#2d2d2d!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:space-between!important;transition:all .3s ease!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;box-shadow:0 2px 6px rgba(0,0,0,.02)!important}.vehicle-custom-select-trigger.active{background-color:rgba(192,160,98,.08)!important;border-color:var(--mf-gold)!important;box-shadow:0 0 0 3px rgba(192,160,98,.15)!important}.vehicle-custom-select-trigger:hover:not(.active){border-color:rgba(192,160,98,.6)!important;box-shadow:0 4px 20px rgba(192,160,98,.15)!important}.vehicle-custom-select-arrow{color:var(--mf-gold)!important;font-size:.65rem!important;transition:transform .2s ease!important}.vehicle-custom-select-arrow.open{transform:rotate(180deg)!important}.vehicle-custom-dropdown-menu{position:absolute!important;top:100%!important;left:0!important;width:100%!important;background-color:#fff!important;border:1px solid rgba(192,160,98,.25)!important;border-radius:8px!important;box-shadow:0 8px 30px rgba(0,0,0,.12)!important;margin-top:6px!important;max-height:200px!important;overflow-y:auto!important;z-index:2000!important;animation:mfFadeIn .15s ease-out!important}.vehicle-custom-dropdown-option{padding:10px 16px!important;font-size:12px!important;font-weight:600!important;color:#2d2d2d!important;cursor:pointer!important;transition:all .15s ease!important;border-left:4px solid transparent!important;font-family:var(--font-display)!important;text-align:left!important;text-transform:uppercase!important}.vehicle-custom-dropdown-option:hover{background-color:rgba(192,160,98,.05)!important;border-left-color:var(--mf-gold)!important;color:#0a0a0a!important}.vehicle-custom-dropdown-option.selected{background-color:rgba(192,160,98,.08)!important;border-left-color:var(--mf-gold)!important;color:#0a0a0a!important;font-weight:700!important}.mf-sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.mf-vehicle-page{width:100%;background:#fff;font-family:Montserrat,Poppins,sans-serif;overflow-x:clip}.mf-top-bar-slim{width:100%;display:flex;justify-content:center;background:#fff;padding:0;position:relative}.mf-top-bar-slim:before{content:"";width:88%;max-width:1100px;height:2px;border-radius:1px;background:linear-gradient(90deg,transparent,hsla(0,0%,78%,.25) 10%,rgba(192,160,98,.55) 40%,hsla(42,52%,65%,.7) 50%,rgba(192,160,98,.55) 60%,hsla(0,0%,78%,.25) 90%,transparent)}.mf-vehicle-header-section{width:100%;background:linear-gradient(180deg,#fff,#fafafa 60%,#fff);padding:36px 0 28px;position:relative;overflow:visible}.mf-vehicle-header-section .mf-diamond-left,.mf-vehicle-header-section .mf-diamond-left-inner,.mf-vehicle-header-section .mf-diamond-right,.mf-vehicle-header-section .mf-diamond-right-inner{pointer-events:none}.mf-vehicle-header-section .mf-diamond-left{position:absolute;top:20px;left:30px;width:130px;height:130px;border:1px solid hsla(0,0%,78%,.25);transform:rotate(45deg)}.mf-vehicle-header-section .mf-diamond-left-inner{position:absolute;top:55px;left:65px;width:80px;height:80px;border:1px solid hsla(0,0%,78%,.12);transform:rotate(45deg)}.mf-vehicle-header-section .mf-diamond-right{position:absolute;top:15px;right:40px;width:150px;height:150px;border:1px solid hsla(0,0%,78%,.25);transform:rotate(45deg)}.mf-vehicle-header-section .mf-diamond-right-inner{position:absolute;top:55px;right:80px;width:90px;height:90px;border:1px solid hsla(0,0%,78%,.12);transform:rotate(45deg)}.mf-vehicle-header-container{position:relative;max-width:1040px;margin:0 auto;padding:0 24px;z-index:10}.mf-vehicle-header-section .mf-filter-content{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:48px!important}.mf-vehicle-header-section .mf-filter-left{flex:0 0 380px!important;min-width:0}.mf-vehicle-header-section .mf-filter-right{flex:1 1!important;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-left:0}.mf-vehicle-header-section .mf-filter-header{margin-bottom:24px}.mf-vehicle-header-section .mf-filter-title{font-size:11px;font-weight:700;color:#999;margin:0 0 6px;line-height:1.5;white-space:nowrap}.mf-vehicle-header-section .mf-filter-headline,.mf-vehicle-header-section .mf-filter-title{display:block;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:2.5px}.mf-vehicle-header-section .mf-filter-headline{font-size:32px;font-weight:800;color:var(--brand-gold-dark);margin:0;line-height:1;text-shadow:0 0 60px rgba(192,160,98,.25),0 2px 4px rgba(192,160,98,.1)}.mf-specs-list{display:flex;flex-direction:column;align-items:stretch;gap:16px;margin:0 0 24px;border-top:1.5px solid hsla(41,52%,65%,.25);padding-top:20px}.mf-spec-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background:transparent!important;border:none!important;border-radius:0!important;padding:6px 0!important;transition:none!important;position:relative;box-shadow:none!important}.mf-spec-item:before{content:"";display:inline-block;width:6px;height:6px;background-color:var(--brand-gold)!important;border-radius:50%!important;margin-right:12px!important;flex-shrink:0!important;box-shadow:0 0 6px hsla(41,52%,65%,.8)!important}.mf-spec-item:hover{background:transparent!important}.mf-spec-item+.mf-spec-item{padding-left:0!important;padding-right:0!important;margin-top:2px!important}.mf-spec-item+.mf-spec-item:before{display:inline-block!important}.mf-spec-item:last-child{padding-right:0!important}.mf-spec-content{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:auto!important}.mf-spec-label{width:95px;font-family:Montserrat,sans-serif;text-transform:uppercase;letter-spacing:1.5px;color:#8e8e93;line-height:1}.mf-spec-label,.mf-spec-separator{display:inline-block;font-size:11px;font-weight:700}.mf-spec-separator{color:var(--brand-gold-dark);margin-right:12px}.mf-spec-value{display:inline-block;font-size:14px;font-weight:700;letter-spacing:.5px;color:var(--brand-gold-dark);line-height:1.1}.mf-change-vehicle-btn,.mf-spec-value{font-family:Montserrat,sans-serif;text-transform:uppercase}.mf-change-vehicle-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;width:auto;padding:0 20px;height:42px;background:transparent;border:1px solid rgba(192,160,98,.3);border-radius:6px;color:rgba(150,120,72,.85);font-size:11px;font-weight:600;letter-spacing:2.5px;text-decoration:none;transition:all .22s ease;white-space:nowrap}.mf-change-vehicle-btn:hover{background:rgba(192,160,98,.06);border-color:rgba(192,160,98,.6);color:var(--brand-gold-dark);letter-spacing:3px;text-decoration:none}.mf-vehicle-image-container{position:relative;width:100%;max-width:520px!important;height:260px!important;display:flex;align-items:flex-end;justify-content:center}.mf-vehicle-image{max-height:235px!important;width:auto!important;object-fit:contain}.mf-vehicle-smoke-1{top:50%;left:50%;width:130%;height:130%;background:radial-gradient(ellipse at center,rgba(192,160,98,.25) 0,transparent 70%);filter:blur(40px);z-index:1}.mf-vehicle-smoke-1,.mf-vehicle-smoke-2{position:absolute;transform:translate(-50%,-50%);pointer-events:none}.mf-vehicle-smoke-2{top:55%;left:45%;width:100%;height:100%;background:radial-gradient(ellipse at center,hsla(42,52%,65%,.15) 0,transparent 60%);filter:blur(30px);z-index:2}.mf-vehicle-shadow{position:absolute;bottom:12%;left:10%;right:10%;height:22px;background:radial-gradient(ellipse at center,rgba(0,0,0,.35) 0,transparent 75%);filter:blur(8px);pointer-events:none;z-index:3}.mf-accent-line-left,.mf-accent-line-right{display:none}.mf-vehicle-title-container{width:100%!important;max-width:520px!important;text-align:center;margin-top:10px}.mf-brand-logo{display:inline-block;max-width:60px;height:auto;margin-bottom:8px}.mf-title-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:4px 20px}.mf-title-line-left{left:-110px;background:linear-gradient(90deg,transparent,#d4b675 80%,#b3924e)}.mf-title-line-left,.mf-title-line-right{position:absolute;top:calc(50% - 1px);width:95px;height:2px;box-shadow:0 0 8px hsla(41,52%,65%,.4)}.mf-title-line-right{right:-110px;background:linear-gradient(90deg,#b3924e,#d4b675 20%,transparent)}.mf-title-glow-left,.mf-title-glow-right{display:none}.mf-vehicle-model-title{font-size:20px!important;font-weight:800!important;color:var(--brand-black)!important;text-transform:uppercase!important;letter-spacing:2px!important;margin:0!important}.mf-vehicle-model-title,.mf-vehicle-year{font-family:Montserrat,sans-serif!important}.mf-vehicle-year{font-size:13px!important;font-weight:600!important;color:#999!important;margin:4px 0 0!important}.mf-thin-divider-container{display:flex;justify-content:center;padding:0 24px;width:100%;box-sizing:border-box}.mf-thin-golden-divider{max-width:1180px;width:100%;height:1px;background:linear-gradient(90deg,transparent,rgba(192,160,98,.15) 10%,rgba(192,160,98,.5) 35%,hsla(42,52%,65%,.7) 50%,rgba(192,160,98,.5) 65%,rgba(192,160,98,.15) 90%,transparent)}.mf-wheels-section{width:100%;background:#fff;padding:32px 0 60px}.mf-wheels-container.mf-shop-layout{max-width:1230px;margin:0 auto;padding:0 24px;display:flex;align-items:flex-start;gap:28px}.mf-wheels-container.mf-shop-layout>.mf-shop-sidebar{flex:0 0 270px;min-width:0}.mf-wheels-container.mf-shop-layout>.mf-products-main{flex:1 1;min-width:0}.mf-shop-sidebar{background:#fff!important;border-radius:16px!important;padding:24px!important;border:1px solid hsla(41,52%,65%,.22)!important;box-shadow:0 10px 30px rgba(0,0,0,.04)!important;height:-moz-fit-content!important;height:fit-content!important;position:-webkit-sticky!important;position:sticky!important;top:100px!important;align-self:flex-start!important;max-height:calc(100vh - 120px)!important;overflow-y:auto!important}.mf-shop-sidebar::-webkit-scrollbar{width:5px}.mf-shop-sidebar::-webkit-scrollbar-thumb{background:hsla(41,52%,65%,.35);border-radius:3px}.mf-filter-buttons{display:flex;gap:12px;margin-bottom:24px;padding-bottom:20px;border-bottom:1px solid hsla(41,52%,65%,.2)}.mf-filter-buttons button{flex:1 1;padding:11px 16px;font-family:Montserrat,sans-serif;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:1.2px;border-radius:6px;cursor:pointer;transition:all .2s ease}.mf-apply-btn{background:var(--brand-black)!important;color:#fff!important;border:none!important}.mf-apply-btn.mf-synced{background:#f2f2f7!important;color:#86868b!important;border:1px solid #e5e5ea!important;cursor:default!important}.mf-clear-btn{background:transparent!important;color:#1d1d1f!important;border:1px solid #d1d1d6!important}.mf-clear-btn:hover:not(:disabled){border-color:var(--brand-gold-dark)!important;color:var(--brand-gold-dark)!important;background:hsla(41,52%,65%,.06)!important}.mf-shop-sidebar .wd-filter-widget,.mf-shop-sidebar .wd-widget,.mf-shop-sidebar .widget{margin-bottom:24px!important;padding-bottom:24px!important;border-bottom:1px solid hsla(41,52%,65%,.16)!important}.mf-shop-sidebar .wd-filter-widget:last-child,.mf-shop-sidebar .wd-widget:last-child,.mf-shop-sidebar .widget:last-child{margin-bottom:0!important;padding-bottom:0!important;border-bottom:none!important}.mf-shop-sidebar .widget-title{font-family:Montserrat,sans-serif!important;font-size:12.5px!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:1.8px!important;color:var(--brand-black)!important;margin:0!important;padding:8px 0!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:space-between!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.mf-shop-sidebar .wd-open .widget-title,.mf-shop-sidebar .widget-title:hover{color:var(--brand-gold-dark)!important}.mf-shop-sidebar .wd-toggle-icon{font-size:8px;color:var(--brand-gold-dark);transition:transform .25s ease}.mf-shop-sidebar .wd-acc-content{padding-top:14px}.mf-filter-list{list-style:none!important;padding:0!important;margin:0!important}.mf-filter-item{display:flex!important;align-items:center!important;justify-content:space-between!important;padding:8px 12px!important;margin-bottom:5px!important;border-radius:6px!important;font-family:Montserrat,sans-serif!important;font-size:12px!important;color:#48484a!important;cursor:pointer!important;transition:all .18s ease!important}.mf-filter-item:hover{background:hsla(41,52%,65%,.08)!important;color:var(--brand-gold-dark)!important}.mf-filter-item.mf-selected{background:hsla(41,52%,65%,.14)!important;color:var(--brand-gold-dark)!important;font-weight:700!important}.mf-filter-checkbox{display:flex;align-items:center;gap:10px;cursor:pointer;flex:1 1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.mf-checkbox-input{position:absolute;opacity:0;width:0;height:0}.mf-checkbox-custom{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border:1.5px solid hsla(41,52%,65%,.5);border-radius:4px;background:#fff;transition:all .2s ease;flex-shrink:0}.mf-checkbox-custom:after{content:"✔";font-size:9px;color:#fff;opacity:0;transform:scale(.6);transition:all .15s ease}.mf-checkbox-input:checked+.mf-checkbox-custom{background:var(--brand-gold-dark);border-color:var(--brand-gold-dark)}.mf-checkbox-input:checked+.mf-checkbox-custom:after{opacity:1;transform:scale(1)}.mf-filter-term-name{flex:1 1;font-weight:500}.mf-filter-item.mf-selected .mf-filter-term-name{font-weight:700}.mf-filter-item .count{font-size:10.5px;color:#8e8e93;margin-left:8px;flex-shrink:0}.mf-mobile-filter-toggle{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:12px 20px;background:var(--brand-gold-dark);border:none;border-radius:8px;color:#fff;font-family:Montserrat,sans-serif;font-size:13px;font-weight:700;letter-spacing:2px;text-transform:uppercase;cursor:pointer;box-shadow:0 4px 15px rgba(192,160,98,.2);transition:all .3s ease;margin-bottom:16px}@media (max-width:768px){.mf-vehicle-header-section{padding:40px 0 20px}.mf-vehicle-header-section .mf-filter-content{flex-direction:column!important;gap:24px!important}.mf-vehicle-header-section .mf-filter-left{flex:none!important;width:100%!important}.mf-vehicle-header-section .mf-filter-right{width:100%!important;margin-left:0!important}.mf-specs-list{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;align-items:center!important;gap:8px 12px!important;border:none!important;padding-top:12px!important;margin-bottom:24px!important}.mf-spec-item{flex:none!important;padding:0!important;background:transparent!important;border:none!important;border-radius:0!important;box-shadow:none!important}.mf-spec-item:before{display:none!important}.mf-spec-item+.mf-spec-item{padding-left:0!important;padding-right:0!important}.mf-spec-item+.mf-spec-item:before,.mf-spec-separator{display:none!important}.mf-spec-item:last-child{flex:none!important;padding-left:0!important;padding-right:0!important}.mf-spec-content{flex-direction:row!important;gap:4px!important;align-items:center!important;width:auto!important}.mf-spec-label{width:auto!important;font-size:9px!important;color:#8e8e93!important;letter-spacing:1px!important;margin-right:4px!important}.mf-spec-value{font-size:11px!important;color:var(--brand-gold-dark)!important;font-weight:700!important}.mf-spec-item:not(:last-child):after{content:"•";color:rgba(192,160,98,.4);margin-left:12px;font-size:10px}.mf-wheels-container.mf-shop-layout{flex-direction:column;padding:0 16px;gap:12px}.mf-wheels-container.mf-shop-layout>.mf-shop-sidebar{flex:none;width:100%}}.rdl-header-menu-btn{display:none!important}.minha-conta-page-wrapper{padding-top:0!important;padding-bottom:0!important}.minha-conta-left-logo{width:480px!important;height:120px!important;margin-bottom:0!important}@media (min-width:769px){.rdl-mobile-bottom-nav{display:none!important}}.minha-conta-marketing-box{width:100%;max-width:480px;min-height:530px;display:flex;flex-direction:column;align-items:center;justify-content:space-between;text-align:center}@media (max-width:768px){.container{padding:0 1rem!important}.rdl-header,header{height:64px!important;position:relative!important}.rdl-header-container,header>div{padding:0 1rem!important;position:relative!important;height:100%!important;width:100%!important;max-width:100%!important;display:flex!important;align-items:center!important;justify-content:space-between!important}.rdl-header-logo-link,header a.rdl-header-logo-link{position:absolute!important;left:50%!important;top:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;display:flex!important;align-items:center!important;justify-content:center!important;z-index:10!important}.rdl-header-logo-container,.rdl-header-logo-container>div,header a.rdl-header-logo-link>div{width:140px!important;height:42px!important;margin:0!important}.rdl-header-user-text,.rdl-header-user-text span,.rdl-header-whatsapp-btn,div.rdl-header-user-text,header .rdl-header-user-text,header a[href*="wa.me"],header div.rdl-header-user-text,header div[style*="line-height: 1.2"],header div[style*="lineHeight: 1.2"]{display:none!important}.rdl-header-right,header .rdl-header-right{display:flex!important;align-items:center!important;gap:0!important;position:absolute!important;right:1rem!important;top:50%!important;transform:translateY(-50%)!important;z-index:1000!important}.rdl-header-user-link,header a.rdl-header-user-link{position:relative!important;right:auto!important;top:auto!important;transform:none!important;color:#1d1d1f!important;text-decoration:none!important}.rdl-header-user-icon-container,.rdl-header-user-link,header a.rdl-header-user-link,header a.rdl-header-user-link .rdl-header-user-icon-container{display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;width:32px!important;height:32px!important}.rdl-header-user-icon-container,header a.rdl-header-user-link .rdl-header-user-icon-container{border:1px solid #d1d1d6!important;border-radius:50%!important;color:#86868b!important;flex-shrink:0!important}.rdl-header-user-link svg,header a.rdl-header-user-link svg{width:16px!important;height:16px!important}.rdl-header-cart-btn,header div[style*="position: relative; cursor: pointer"],header div[style*="position:relative;cursor:pointer"]{display:none!important}.rdl-header-menu-btn,header button.rdl-header-menu-btn{display:flex!important;position:absolute!important;left:1rem!important;top:50%!important;transform:translateY(-50%)!important;margin:0!important;z-index:1000!important;background:transparent!important;border:none!important;color:#1d1d1f!important;padding:.3rem!important;align-items:center!important;justify-content:center!important}.rdl-header-menu-btn svg,header button.rdl-header-menu-btn svg{width:24px!important;height:24px!important}.rdl-footer,body,html{background-color:#000!important}.rdl-footer{padding:2rem 0 100px!important}.rdl-footer-container{padding:0 1.5rem!important}.rdl-footer-grid{display:flex!important;flex-direction:column!important;gap:1.5rem!important;text-align:center!important}.rdl-footer-col-brand{text-align:center!important}.rdl-footer-brand-content,.rdl-footer-col-brand{align-items:center!important}.rdl-footer-brand-text{border-left:none!important}.rdl-footer-brand-tagline,.rdl-footer-brand-text{padding-left:0!important;text-align:center!important}.rdl-footer-col-brand:before{content:"";display:block;width:140px;height:38px;background-image:url(/images/logo-footer.png);background-size:contain;background-repeat:no-repeat;background-position:50%!important;margin:0 auto 1.2rem!important}.rdl-footer-col-atendimento,.rdl-footer-col-contato,.rdl-footer-col-ferramentas,.rdl-footer-col-loja,.rdl-footer-col-referencias{border-bottom:1px solid hsla(0,0%,100%,.08)!important;padding-bottom:.8rem!important;margin-bottom:0!important;gap:0!important;display:flex!important;flex-direction:column!important;align-items:stretch!important}.rdl-footer-title{display:flex!important;justify-content:center!important;align-items:center!important;cursor:pointer!important;font-size:.85rem!important;font-weight:700!important;color:#fff!important;padding:.6rem 0!important;margin:0!important;text-transform:uppercase!important;width:100%!important;gap:.5rem!important}.rdl-footer-title:after{content:"+"!important;font-size:1.1rem!important;font-weight:400!important;color:#fff!important;transition:transform .2s ease!important}.rdl-footer-col.expanded .rdl-footer-title:after{content:"-"!important}.rdl-footer-col .rdl-footer-list{display:none!important;margin-top:.8rem!important;list-style:none!important;padding:0!important}.rdl-footer-col.expanded .rdl-footer-list{display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;gap:.8rem!important}.rdl-footer-col-contato .rdl-footer-socials{gap:.8rem!important}.rdl-footer-col-contato .rdl-footer-socials,.rdl-footer-col-referencias.expanded .rdl-footer-ref-container{display:flex!important;flex-direction:row!important;margin-top:.5rem!important;justify-content:center!important}.rdl-footer-col-referencias.expanded .rdl-footer-ref-container{flex-wrap:wrap!important;align-items:center!important;gap:1.2rem!important}.rdl-footer-bottom{text-align:center!important;gap:1rem!important;padding-top:1.2rem!important;margin-top:1.5rem!important;border-top:1px solid hsla(0,0%,100%,.08)!important}.rdl-footer-bottom,.rdl-footer-bottom-left{flex-direction:column!important;align-items:center!important;display:flex!important}.rdl-footer-bottom-left{gap:.5rem!important}.rdl-footer-bottom-left .rdl-footer-logo-container{display:none!important}.rdl-footer-bottom-left .rdl-footer-copyright-text{border-left:none!important;padding-left:0!important;align-items:center!important;text-align:center!important;display:flex!important;flex-direction:column!important}.rdl-footer-payments{justify-content:center!important;flex-wrap:wrap!important;gap:.5rem!important;display:flex!important}.floating-search-bar{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:center!important;height:38px!important;border-radius:20px!important;padding:2px 2px 2px 6px!important;gap:1px!important;background-color:#fff!important;box-shadow:0 4px 15px rgba(0,0,0,.08)!important;transform:translateY(-50%)!important;margin:0 auto!important;max-width:95%!important;overflow:visible!important}.floating-search-bar .mf-select-aro,.floating-search-bar .mf-select-categoria,.floating-search-bar .mf-select-marca{flex:1 1!important;min-width:0!important;position:relative!important}.floating-search-bar .mf-custom-select-trigger{border-radius:0!important;border:none!important;background-color:transparent!important;padding:2px 1px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:1px!important;white-space:nowrap!important}.floating-search-bar .mf-custom-select-label{font-size:9px!important;font-weight:800!important;letter-spacing:.2px!important;color:#1d1d1f!important}.floating-search-bar .mf-custom-select-arrow{font-size:6px!important;color:var(--brand-gold)!important;margin-left:1px!important}.floating-search-bar div[style*="width: 1px"],.floating-search-bar div[style*="width:1px"]{display:block!important;height:10px!important;width:1px!important;background-color:#e5e5ea!important;align-self:center!important}.floating-search-btn{flex:0 0 auto!important;min-width:auto!important;height:32px!important;border-radius:16px!important;background-color:var(--brand-gold)!important;color:#fff!important;font-size:9.5px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.5px!important;padding:0 16px!important;border:none!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}.floating-search-bar .mf-custom-dropdown-menu{position:absolute!important;top:100%!important;left:50%!important;transform:translateX(-50%)!important;width:100px!important;background-color:#fff!important;box-shadow:0 4px 12px rgba(0,0,0,.15)!important;border-radius:8px!important;z-index:9999!important}.vehicle-search-section{padding:24px 0 16px!important}.vehicle-search-section .container{padding:0 1rem!important}.vehicle-search-grid{display:flex!important;flex-direction:column!important;gap:.75rem!important}.vehicle-search-grid>div:nth-child(2){order:1!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;margin-bottom:6px!important}.vehicle-search-grid>div:nth-child(2) div[style*="height: 220px"],.vehicle-search-grid>div:nth-child(2) div[style*="height:220px"]{height:154px!important;max-width:320px!important;margin-bottom:2px!important}.vehicle-search-grid>div:nth-child(2) .title-line-left,.vehicle-search-grid>div:nth-child(2) .title-line-right{width:60px!important}.vehicle-search-grid>div:nth-child(2) .title-line-left{left:-70px!important}.vehicle-search-grid>div:nth-child(2) .title-line-right{right:-70px!important}.vehicle-search-grid>div:nth-child(2) .title-glow-left,.vehicle-search-grid>div:nth-child(2) .title-glow-right{display:none!important}.showcase-car-title{font-size:13px!important;letter-spacing:1px!important}.showcase-car-year{display:none!important}.vehicle-search-grid>div:first-child{order:2!important;width:100%!important;display:flex!important;flex-direction:column!important;align-items:center!important;text-align:center!important;padding-top:0!important}.vehicle-search-title-gold{font-size:10px!important;font-weight:700!important;color:#1c1c1e!important;letter-spacing:2px!important;margin-bottom:1px!important;display:block!important}.vehicle-search-title-white{font-size:20px!important;letter-spacing:1px!important}.vehicle-search-grid>div:first-child div[style*="height: 2.5px"],.vehicle-search-grid>div:first-child div[style*="height:2.5px"]{height:2px!important;margin-top:.1rem!important;margin-bottom:.5rem!important;width:30px!important}.vehicle-search-grid>div:first-child .vehicle-custom-select-container,.vehicle-search-grid>div:first-child button,.vehicle-search-grid>div:first-child div[style*="max-width: 280px"]{max-width:260px!important;width:100%!important;margin:0 auto!important}.vehicle-custom-select-trigger{height:30px!important;padding:0 10px!important}.vehicle-custom-select-trigger,.vehicle-search-btn{font-size:10px!important;border-radius:6px!important}.vehicle-search-btn{height:32px!important;margin-top:4px!important}.minha-conta-page:has(.minha-conta-card),body:has(.minha-conta-card){background-color:#000!important;height:100vh!important;overflow:hidden!important}.minha-conta-page-wrapper{padding:0!important;background-color:#000!important;border-bottom:none!important}.minha-conta-card{flex-direction:column!important;height:calc(100vh - 64px - 60px)!important;min-height:calc(100vh - 64px - 60px)!important;margin:0!important;border-radius:0!important;border:none!important;box-shadow:none!important;overflow-y:auto!important}.minha-conta-card,.split-left-panel{width:100%!important;background-color:#000!important}.split-left-panel{flex:none!important;padding:1rem 1.5rem 0!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:padding .5s cubic-bezier(.4,0,.2,1)!important}.minha-conta-marketing-box{min-height:auto!important;gap:0!important;justify-content:center!important}.minha-conta-marketing-list,.minha-conta-marketing-sig,.minha-conta-marketing-slogan{display:none!important}.minha-conta-left-logo{width:320px!important;height:115px!important;margin-bottom:0!important;transition:all .5s cubic-bezier(.4,0,.2,1)!important}.minha-conta-page .rdl-footer,.minha-conta-page footer{display:none!important}.split-right-panel{width:100%!important;padding:0 1.5rem 2rem!important;background-color:#000!important;display:flex!important;flex-direction:column!important;justify-content:flex-start!important;align-items:center!important;transition:padding .5s cubic-bezier(.4,0,.2,1)!important}.split-right-panel div[style*="margin-bottom: 1.8rem"],.split-right-panel div[style*="marginBottom: 1.8rem"],.split-right-panel p{margin-bottom:1rem!important}.active-tab-login .split-left-panel{padding-top:2rem!important;padding-bottom:1rem!important}.active-tab-login .split-right-panel{padding-top:1.2rem!important;padding-bottom:2.5rem!important}.active-tab-login .split-right-panel div[style*="margin-bottom: 1.8rem"],.active-tab-login .split-right-panel div[style*="marginBottom: 1.8rem"],.active-tab-login .split-right-panel p{margin-bottom:1.5rem!important}.active-tab-login .split-right-panel form{gap:1.2rem!important}.active-tab-login .split-right-panel form button[type=submit],.active-tab-login .split-right-panel form>div:last-child{margin-top:.6rem!important}.split-right-panel form{background-color:transparent!important;width:100%!important}.split-right-panel input[type=email],.split-right-panel input[type=password],.split-right-panel input[type=tel],.split-right-panel input[type=text]{background-color:hsla(0,0%,100%,.05)!important;color:#fff!important;border:1px solid hsla(0,0%,100%,.12)!important}.split-right-panel input::placeholder{color:hsla(0,0%,100%,.35)!important}.split-right-panel input:focus{border-color:var(--brand-gold)!important;background-color:hsla(0,0%,100%,.08)!important;box-shadow:0 0 0 3px hsla(35,37%,64%,.15)!important}.split-right-panel label{color:hsla(0,0%,100%,.75)!important}.split-right-panel p{color:#a1a1a6!important;margin-bottom:1.5rem!important}.split-right-panel button span.tab-text{color:#a1a1a6!important;transition:color .3s!important}.split-right-panel button span.tab-text.active{color:var(--brand-gold)!important}.split-right-panel button .tab-icon-circle{border-color:hsla(0,0%,100%,.15)!important;background-color:#000!important;color:#a1a1a6!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important}.split-right-panel button .tab-icon-circle.active{background-color:var(--brand-gold)!important;border-color:var(--brand-gold)!important;color:#fff!important;box-shadow:0 10px 25px hsla(35,37%,64%,.35)!important}.split-right-panel button span.tab-dot{background-color:var(--brand-gold)!important}.split-right-panel a,.split-right-panel label{color:#a1a1a6!important}.split-right-panel a:hover{color:var(--brand-gold)!important}.rdl-footer,footer{background-color:#000!important}.container,.rdl-container-center,main.container{padding-left:1rem!important;padding-right:1rem!important}.gallery-container{height:300px!important}.rdl-main-wrapper div[style*=grid-template-columns],.rdl-main-wrapper div[style*=gridTemplateColumns],main div[style*=grid-template-columns],main div[style*=gridTemplateColumns]{grid-template-columns:1fr!important;gap:1.5rem!important}main div[style*="grid-template-columns: 1fr 1fr"],main div[style*="gridTemplateColumns: 1fr 1fr"]{grid-template-columns:repeat(2,1fr)!important;gap:1rem!important}div[style*="min-height: 100vh"]>div[style*="display: flex"],div[style*="minHeight: 100vh"]>div[style*="display: flex"]{flex-direction:column!important}aside,aside[style*=border-right],aside[style*=borderRight]{width:100%!important;border-right:none!important;border-bottom:1px solid hsla(41,52%,65%,.18)!important;padding:1.5rem 1rem!important}aside nav{flex-direction:row!important;flex-wrap:wrap!important;justify-content:center!important;gap:.5rem!important}aside nav button{padding:.6rem .8rem!important;font-size:.7rem!important;width:auto!important;border-left:none!important;border-bottom:3px solid transparent!important}aside nav button[style*="background-color: rgba(212, 182, 117, 0.12)"], aside nav button[style*="backgroundColor: rgba(212, 182, 117, 0.12)"]{border-bottom:3px solid #d4b675!important;background-color:hsla(41,52%,65%,.08)!important}main>header,main>header[style*=background-color]{padding:1.5rem 1rem!important;flex-direction:column!important;gap:1rem!important;text-align:center!important}main>div[style*="padding: 2.5rem"],main>div[style*="padding:2.5rem"]{padding:1rem!important}div[style*="grid-template-columns: repeat(4, 1fr)"], div[style*="grid-template-columns:repeat(4,1fr)"], div[style*="gridTemplateColumns: repeat(4, 1fr)"]{grid-template-columns:1fr!important;gap:1rem!important}div[style*="grid-template-columns: 1fr 1.1fr"],div[style*="gridTemplateColumns: 1fr 1.1fr"]{grid-template-columns:1fr!important;gap:1.5rem!important}}@media (max-width:768px){div:has(>table){width:100%!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch!important}.rdl-mobile-bottom-nav{display:flex!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;width:100%!important;height:60px!important;background-color:#fff!important;border-top:1px solid #e5e5ea!important;align-items:center!important;justify-content:space-around!important;z-index:9999!important;box-shadow:0 -2px 10px rgba(0,0,0,.05)!important;padding-bottom:env(safe-area-inset-bottom)!important}.rdl-footer,footer{padding-bottom:80px!important}body,html{padding-bottom:0!important}.rdl-nav-item{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;gap:4px!important;color:#8e8e93!important;text-decoration:none!important;font-size:10px!important;font-weight:500!important;font-family:Poppins,sans-serif!important;transition:color .2s ease!important;flex:1 1!important;height:100%!important}.rdl-nav-item.active,.rdl-nav-item:hover{color:#1d1d1f!important}.rdl-nav-icon-container{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center}.rdl-cart-badge{position:absolute!important;top:-5px!important;right:-10px!important;background-color:#1d1d1f!important;color:#fff!important;font-size:8px!important;font-weight:800!important;width:14px!important;height:14px!important;border-radius:50%!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:1!important;border:1px solid #fff!important}}