@charset "UTF-8";.btn{display:inline-flex;align-items:center;justify-content:center;padding:.8rem;border-radius:var(--radius-sm);border:none;font-family:var(--font-family);font-weight:700;font-size:1rem;text-align:center;text-decoration:none;cursor:pointer;transition:background-color .2s ease,box-shadow .2s ease,transform .1s ease}.btn:disabled{opacity:.8;cursor:not-allowed;pointer-events:none;box-shadow:none;transform:none}.btn:active:not(:disabled){transform:scale(.98)}@media(max-width:575px){.btn{padding:.6rem}}.btn-brand{background-color:var(--brand);color:var(--bg-0)}.btn-brand:hover{box-shadow:0 4px 15px color-mix(in srgb,var(--brand) 30%,transparent)}.btn-brand:active{box-shadow:none}.btn-bolt{background-color:var(--bolt);color:var(--ink-0)}.btn-bolt:hover{background-color:var(--muted)}.btn-surface{background-color:var(--bg-2);color:var(--ink-0)}.btn-surface:hover{background-color:var(--bg-0)}.btn-danger{background-color:var(--error);color:var(--ink-0)}.btn-danger:hover{background-color:color-mix(in srgb,var(--error),var(--bg-0) 10%)}.btn-danger-outline{background-color:transparent;color:var(--error);border:2px solid var(--error)}.btn-danger-outline:hover{background-color:var(--error);color:var(--ink-0)}.btn-outline{background-color:transparent;color:var(--bolt);border:2px solid var(--bolt)}.btn-outline:hover{background-color:var(--bolt);color:var(--ink-0)}.btn-subtle{background:none;color:var(--bolt);padding:0;font-weight:500;font-size:.9rem}.btn-subtle:hover{text-decoration:underline}.close-btn{width:1rem;height:1rem;background:none;border:none;color:var(--ink-1);cursor:pointer;padding:.5rem;border-radius:var(--radius-sm);transition:color .2s ease,background-color .2s ease;outline:none;box-sizing:content-box}.close-btn app-icon{width:100%;height:100%}.close-btn:hover{color:var(--ink-0);background-color:var(--bg-2)}.btn-add-to-cart{position:relative;width:100%;overflow:hidden;background-color:var(--brand);color:var(--bg-0)}.btn-add-to-cart:hover:not(.is-added){box-shadow:0 4px 15px color-mix(in srgb,var(--brand) 30%,transparent)}.btn-add-to-cart:hover:not(.is-added) .cart-icon{opacity:1;translate:-5px 0;animation:cart-icon-wobble .6s cubic-bezier(.34,1.56,.64,1)}.btn-add-to-cart:hover:not(.is-added) .drive-text{translate:0 0}.btn-add-to-cart.is-added{background-color:var(--bolt);color:var(--ink-0)}.btn-add-to-cart.is-added:hover{background-color:color-mix(in srgb,var(--bolt),black 10%)}.btn-add-to-cart.is-added .success-group{animation:drop-in .4s cubic-bezier(.34,1.56,.64,1) forwards}.btn-add-to-cart.is-added:hover .search-icon{transform:translateY(0)}.btn-add-to-cart.is-added:hover .checkmark-icon{transform:translateY(110%)}.btn-add-to-cart app-icon{width:1rem;height:1rem}.drive-group,.success-group{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.cart-icon{translate:-80px 0;opacity:0;transition:translate .6s cubic-bezier(.34,1.56,.64,1),opacity .3s ease;display:flex;align-items:center}.drive-text{position:relative;z-index:1;translate:-10px 0;transition:translate .4s cubic-bezier(.25,.8,.25,1)}.success-group{transform:translateY(-100%);gap:.5rem}.icon-swap{position:relative;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;overflow:hidden}.checkmark-icon{transition:transform .35s cubic-bezier(.34,1.56,.64,1)}.search-icon{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;transform:translateY(-110%);transition:transform .35s cubic-bezier(.34,1.56,.64,1)}@keyframes cart-icon-wobble{0%{rotate:0deg}60%{rotate:15deg}80%{rotate:-5deg}to{rotate:0deg}}@keyframes drop-in{0%{transform:translateY(-50px)}to{transform:translateY(0)}}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]{appearance:textfield}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}input::-ms-reveal{display:none}.input-group{display:flex;flex-direction:column;gap:.5rem;position:relative}.input-group label{display:block;font-size:.9rem;color:var(--ink-1)}.input-group input,.input-group select,.input-group textarea{width:100%;padding:.8rem 1rem;background-color:var(--bg-2);border:1px solid var(--bg-2);border-radius:var(--radius-sm);color:var(--ink-0);font-family:inherit;font-size:.95rem;outline:none;transition:all var(--transition)}.input-group textarea{resize:vertical;min-height:120px}.card .input-group input,.card .input-group select,.card .input-group textarea{background-color:var(--bg-0);border:1px solid var(--bg-1)}.input-group input:-webkit-autofill,.input-group input:-webkit-autofill:hover,.input-group input:-webkit-autofill:focus,.input-group input:-webkit-autofill:active{-webkit-background-clip:text;-webkit-text-fill-color:var(--ink-0);transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 1rem 1rem var(--bg-2);font-family:var(--font-family);font-size:1rem}.input-group input::placeholder,.input-group textarea::placeholder{color:var(--muted);opacity:.5;transition:color var(--transition),opacity var(--transition)}.input-group input:focus,.input-group input.is-focused,.input-group select:focus,.input-group textarea:focus{outline:none;border-color:var(--bolt);background-color:var(--bg-1);box-shadow:0 0 0 4px #6a5cff26}.input-group input.ng-invalid.ng-touched,.input-group select.ng-invalid.ng-touched,.input-group textarea.ng-invalid.ng-touched{border-color:var(--error)}.input-group input.ng-invalid.ng-touched::placeholder,.input-group select.ng-invalid.ng-touched::placeholder,.input-group textarea.ng-invalid.ng-touched::placeholder{color:var(--error);opacity:.8}.input-group input.ng-invalid.ng-touched:focus,.input-group input.ng-invalid.ng-touched.is-focused,.input-group select.ng-invalid.ng-touched:focus,.input-group textarea.ng-invalid.ng-touched:focus{box-shadow:0 0 0 3px #ff4d4f4d}.input-group input:disabled{background-color:var(--bg-0);color:var(--muted);cursor:not-allowed;opacity:.6}.input-group .icon{position:absolute;right:1rem;top:calc(50% - .75rem);color:var(--muted);z-index:2;background:none;outline:unset;width:1.5rem;height:1.5rem}.input-group .icon:not(.spinner){border:none}.input-group .icon.spinner{border-width:2px}.input-group .icon app-icon{width:100%;height:100%}.error-message{color:var(--error);font-size:.8rem;margin-top:.5rem}.cdk-overlay-backdrop{background-color:#0f1222b3;-webkit-backdrop-filter:blur(.3125rem);backdrop-filter:blur(.3125rem)}.modal-content{position:relative;background-color:var(--bg-1);border-radius:var(--radius);padding:2.5rem;width:min(450px,92vw);overflow-y:auto;box-shadow:var(--shadow);max-height:97dvh}.mobile-filters-panel{width:100vw!important;height:100dvh!important;max-width:100vw!important;max-height:100dvh!important}.skeleton-avatar,.skeleton-icon{width:var(--avatar-size);height:var(--avatar-size);border-radius:50%;background:linear-gradient(90deg,var(--bg-0) 25%,var(--bg-1) 50%,var(--bg-2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}.skeleton-text{width:4rem;height:.875rem;border-radius:var(--radius-sm);background:linear-gradient(90deg,var(--bg-0) 25%,var(--bg-1) 50%,var(--bg-2) 75%);background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url("./media/inter-v20-latin-regular-55WT6UWF.woff2") format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url("./media/inter-v20-latin-500-W62DVTXI.woff2") format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url("./media/inter-v20-latin-700-SU5XVJMF.woff2") format("woff2")}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;line-height:1.2;color:var(--ink-0);font-family:var(--font-family);text-rendering:optimizeLegibility}h1{font-size:2rem;color:var(--ink-0)}h2{font-size:1.5rem;color:var(--ink-0);border:none;padding:0}p{color:var(--ink-1)}a{text-decoration:none;color:inherit}a.link{color:var(--brand);text-decoration:none}a.link:hover{color:var(--bolt)}ol{display:flex;flex-direction:column;gap:.5rem;color:var(--ink-1)}ol li::marker{font-weight:700;color:var(--muted)}ol li strong{color:var(--ink-0)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.cursor-pointer{cursor:pointer!important}.position-initial{position:initial!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.z-index-2{z-index:2!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.w-max-content{width:max-content!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-auto{overflow:auto!important}.overflow-scroll{overflow:scroll!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-1{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.font-italic{font-style:italic!important}.font-normal{font-style:normal!important}.line-through{text-decoration:line-through!important}.line-through-none{text-decoration:none!important}.stretched-link:after{position:absolute;inset:0;z-index:1;content:""}.visible{visibility:visible!important}.invisible{visibility:hidden!important}.fs-025{font-size:.25rem!important}.fs-05{font-size:.5rem!important}.fs-075{font-size:.75rem!important}.fs-08{font-size:.8rem!important}.fs-09{font-size:.9rem!important}.fs-1{font-size:1rem!important}.fs-11{font-size:1.1rem!important}.fs-125{font-size:1.25rem!important}.fs-15{font-size:1.5rem!important}.fs-175{font-size:1.75rem!important}.fs-2{font-size:2rem!important}.fs-25{font-size:2.5rem!important}.fs-3{font-size:3rem!important}.fw-300{font-weight:300!important}.fw-400{font-weight:400!important}.fw-500{font-weight:500!important}.fw-600{font-weight:600!important}.fw-700{font-weight:700!important}.fw-800{font-weight:800!important}.fw-900{font-weight:900!important}.text-muted{color:var(--muted)!important}.text-ok{color:var(--ok)!important}.text-error{color:var(--error)!important}.text-brand{color:var(--brand)!important}.text-bolt{color:var(--bolt)!important}.text-cyan{color:var(--cyan)!important}.text-bg-0{color:var(--bg-0)!important}.text-bg-1{color:var(--bg-1)!important}.text-bg-2{color:var(--bg-2)!important}.text-ink-0{color:var(--ink-0)!important}.text-ink-1{color:var(--ink-1)!important}.bg-bg-0{background-color:var(--bg-0)!important}.bg-bg-1{background-color:var(--bg-1)!important}.bg-bg-2{background-color:var(--bg-2)!important}.bg-ink-0{background-color:var(--ink-0)!important}.bg-ink-1{background-color:var(--ink-1)!important}.main-top-space{top:var(--top-space)!important}.default-radius{border-radius:var(--radius)!important}:root{--bg-0: #0f1222;--bg-1: #151a33;--bg-2: #11162a;--gray: #5f5f5f;--ink-0: #f7f8ff;--ink-1: #c9ceff;--muted: #7480ff;--bolt: #6a5cff;--cyan: #00d1ff;--brand: #ffd33d;--ok: #23d18b;--error: #d5383d;--radius: 1.125rem;--radius-sm: .75rem;--shadow: 0 10px 30px rgba(0, 0, 0, .35);--font-family: "Inter", sans-serif;--hdr-height: 64px;--hdr-banner-height: 40px;--hdr-container-padding: 1rem;--transition: .3s cubic-bezier(.25, .8, .25, 1);--top-space: calc(var(--hdr-height) + 1.5rem)}@media(min-width:576px){:root{--hdr-container-padding: 1.5rem}}@media(min-width:768px){:root{--hdr-height: 72px}}@media(min-width:1200px){:root{--hdr-container-padding: 1rem}}app-loyalty-banner~main{--top-space: calc(var(--hdr-height) + var(--hdr-banner-height) + 1.5rem)}*,*:before,*:after{box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0;outline:none!important;-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important}*::-webkit-scrollbar{width:.25rem}*::-webkit-scrollbar-track{background:var(--bg-2)}*::-webkit-scrollbar-thumb{background:var(--muted);border-radius:.125rem}.horizontal-scroll::-webkit-scrollbar{width:auto;height:.25rem}html,body{height:auto;min-height:100dvh}body{margin:0;color:var(--ink-0);background:var(--bg-0);font-family:var(--font-family);font-size:16px;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.spinner-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0f1222b3;display:none;align-items:center;justify-content:center;z-index:50}.spinner-overlay.active{display:flex}.cdk-dialog-container{overflow:auto}hr{width:100%;border:1px solid var(--ink-1);margin:0}.section{background-color:var(--bg-1);border-radius:var(--radius);padding:2rem;box-shadow:var(--shadow)}.section-header{border-bottom:1px solid var(--bg-2);padding-bottom:1rem;margin-bottom:2rem}.section-header h1{font-size:2.5rem;color:var(--ink-0);line-height:1.2}.section-header p{font-size:1.1rem;max-width:60ch}.container{width:min(1600px,92vw);margin-inline:auto}.component-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;align-items:center}img{max-width:100%;height:auto;display:block}.card{background-color:var(--bg-2);border-radius:var(--radius);padding:1.5rem}.card h3{color:var(--ink-0);margin-top:0;margin-bottom:.5rem}.product-carousel{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}@media(max-width:767px){.product-carousel{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.payment-method{padding:1rem;border:1px solid var(--muted);border-radius:var(--radius-sm);cursor:pointer;text-align:center;transition:all .2s ease;background-color:var(--bg-2);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;min-height:100px}.payment-method:hover{border-color:var(--bolt);background-color:#6a5cff1a}.payment-method.active{border-color:var(--brand);background-color:#ffd33d1a;box-shadow:0 0 0 3px #ffd33d4d}.payment-method app-icon{height:24px;color:var(--ink-1)}.payment-method span{font-size:.9rem;color:var(--ink-0)}.spinner{width:3rem;height:3rem;border:5px solid rgba(106,92,255,.2);border-left-color:var(--bolt);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#__sprite symbol[data-ik-stroke]{stroke:currentColor;fill:none}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
