:root{--mg-button-bg: #000000;--mg-button-text: #ffffff;--mg-bg: #000000;--mg-text: #ffffff;--mg-accent: #ffffff}.sc-my-garage-button{display:inline-flex;align-items:center;gap:6px;background:var(--mg-button-bg);color:var(--mg-button-text);border:1px solid var(--mg-accent);padding:6px 12px;font-size:12px;font-weight:600;cursor:pointer;clip-path:polygon(8px 0,100% 0,100% 100%,0 100%,0 8px);transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #00000026;height:auto;min-height:auto;line-height:1.2}.header__icon--garage .sc-my-garage-button{padding:6px 12px!important;font-size:12px!important;gap:6px;border:none;box-shadow:none}.header__icon--garage .sc-my-garage-button .svg-wrapper{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.header__icon--garage .sc-my-garage-button .svg-wrapper svg{width:16px;height:16px}.sc-my-garage-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000040;background:#000000e6}.sc-my-garage-button:active{transform:translateY(0)}.sc-my-garage-count{background:var(--mg-accent);color:var(--mg-bg);border-radius:50%;width:18px;height:18px;min-width:18px;display:none;align-items:center;justify-content:center;font-size:10px;font-weight:700;margin-left:6px;padding:0;line-height:1;flex-shrink:0}.sc-my-garage-count[data-count="10"],.sc-my-garage-count[data-count="11"],.sc-my-garage-count[data-count="12"]{width:auto;min-width:18px;padding:0 4px;border-radius:9px}.sc-my-garage-count:not(:empty){display:flex}.sc-my-garage-flydown{position:fixed!important;width:380px!important;max-width:380px!important;min-width:380px!important;background:var(--mg-bg);border:1px solid var(--mg-accent);clip-path:polygon(6px 0,100% 0,100% 100%,0 100%,0 6px);z-index:99999!important;box-shadow:0 4px 12px #0000004d;display:flex;flex-direction:column;max-height:400px;min-height:150px;animation:slideUp .3s ease;overflow:hidden;transform:none!important}.drawer__inner .sc-my-garage-flydown,.simple-menu-content .sc-my-garage-flydown,.app-embed-container .sc-my-garage-flydown,.app-embed-container [class*=flydown].sc-my-garage-flydown,.app-embed-container [class*=flydown],.header-mobile-tabbed .sc-my-garage-flydown,body .sc-my-garage-flydown,html body .sc-my-garage-flydown{width:380px!important;max-width:380px!important;min-width:380px!important;position:fixed!important;left:auto!important}.app-embed-container .sc-my-garage-flydown[style*=right],.app-embed-container [class*=flydown].sc-my-garage-flydown[style*=right]{left:auto!important;right:inherit!important}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.sc-my-garage-header{padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;color:var(--mg-text);flex-shrink:0}.sc-my-garage-title{color:var(--mg-text);font-size:13px;font-weight:700;margin:0;text-transform:uppercase;letter-spacing:.5px}.sc-my-garage-close{background:transparent;border:none;color:var(--mg-text);font-size:18px;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s ease;flex-shrink:0}.sc-my-garage-close:hover{transform:rotate(90deg)}.sc-my-garage-list{padding:12px;overflow-y:auto;overflow-x:hidden;flex:1 1 0;min-height:0;max-height:340px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) rgba(255,255,255,.05)}.sc-my-garage-list::-webkit-scrollbar{width:8px}.sc-my-garage-list::-webkit-scrollbar-track{background:#ffffff0d}.sc-my-garage-list::-webkit-scrollbar-thumb{background:#fff3;border-radius:4px}.sc-my-garage-list::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sc-my-garage-vehicle{background:#ffffff0d;border:1px solid rgba(255,255,255,.1);padding:10px 12px;margin-bottom:8px;clip-path:polygon(6px 0,100% 0,100% 100%,0 100%,0 6px);transition:all .2s ease;position:relative}.sc-my-garage-vehicle:hover{background:#ffffff14;border-color:#fff3;transform:translate(-2px)}.sc-my-garage-vehicle:last-child{margin-bottom:0}.sc-my-garage-vehicle-info{color:var(--mg-text);margin-bottom:8px}.sc-my-garage-vehicle-name{font-size:13px;font-weight:600;margin:0 0 3px;color:var(--mg-text);line-height:1.3}.sc-my-garage-vehicle-details{font-size:11px;color:#ffffffb3;margin:0;line-height:1.3}.sc-my-garage-vehicle-actions{display:flex;gap:6px;margin-top:8px}.sc-my-garage-select-btn,.sc-my-garage-remove-btn{flex:1;padding:6px 10px;border:1px solid rgba(255,255,255,.2);background:transparent;color:var(--mg-text);font-size:11px;font-weight:600;cursor:pointer;clip-path:polygon(3px 0,100% 0,100% 100%,0 100%,0 3px);transition:all .2s ease;text-transform:uppercase;letter-spacing:.3px;line-height:1.2}.sc-my-garage-select-btn:hover,.sc-my-garage-remove-btn:hover{background:#ffffff1a;border-color:var(--mg-accent)}.sc-my-garage-select-btn{background:var(--mg-accent);color:var(--mg-bg);border-color:var(--mg-accent)}.sc-my-garage-select-btn:hover{background:#ffffffe6}.sc-my-garage-remove-btn{border-color:#dc262680;color:#dc2626;display:flex;align-items:center;gap:6px;justify-content:center}.sc-my-garage-remove-btn:hover{background:#dc26261a;border-color:#dc2626cc}.sc-my-garage-remove-btn svg{flex-shrink:0;width:16px;height:16px}.sc-my-garage-remove-text{color:#dc2626;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;line-height:1.2}.sc-my-garage-vehicle.active{background:#ffffff1f;border-color:var(--mg-accent)}.sc-my-garage-vehicle.active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:var(--mg-accent)}.sc-my-garage-empty{text-align:center;padding:24px 16px;color:#ffffff80;flex-shrink:0}.sc-my-garage-empty-icon{width:40px;height:40px;margin:0 auto 12px;opacity:.3}.sc-my-garage-empty-text{font-size:12px;margin:0 0 12px;line-height:1.4}.sc-my-garage-add-vehicle{display:inline-block;padding:8px 16px;background:var(--mg-accent);color:var(--mg-bg);border:none;clip-path:polygon(4px 0,100% 0,100% 100%,0 100%,0 4px);cursor:pointer;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;transition:all .2s ease;line-height:1.2}.sc-my-garage-add-vehicle:hover{background:#ffffffe6;transform:translateY(-2px)}.sc-my-garage-toast{position:fixed;top:20px;right:20px;background:var(--mg-bg);color:var(--mg-text);border:1px solid var(--mg-accent);padding:16px 20px;clip-path:polygon(8px 0,100% 0,100% 100%,0 100%,0 8px);z-index:10000;min-width:300px;max-width:400px;box-shadow:0 4px 12px #0000004d;display:none}.sc-my-garage-toast.show{display:block;animation:toastSlideIn .3s ease}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.sc-my-garage-toast.success{border-color:#22c55e80}.sc-my-garage-toast.error{border-color:#ef444480}.sc-my-garage-toast.info{border-color:#3b82f680}.sc-my-garage-toast-content{display:flex;align-items:center;gap:12px}.sc-my-garage-toast-icon{width:20px;height:20px;flex-shrink:0}.sc-my-garage-toast.success .sc-my-garage-toast-icon{color:#22c55e}.sc-my-garage-toast.error .sc-my-garage-toast-icon{color:#ef4444}.sc-my-garage-toast.info .sc-my-garage-toast-icon{color:#3b82f6}.sc-my-garage-toast-message{flex:1;font-size:14px;line-height:1.4}.sc-my-garage-loading{text-align:center;padding:40px 20px;color:#ffffff80}.sc-my-garage-spinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid rgba(255,255,255,.1);border-top-color:var(--mg-accent);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.sc-my-garage-button{padding:6px 12px;font-size:11px}.sc-my-garage-flydown{width:380px!important;max-width:380px!important;max-height:calc(100vh - 120px)}.sc-my-garage-header{padding:10px 12px}.sc-my-garage-title{font-size:12px}.sc-my-garage-list{padding:10px}.sc-my-garage-vehicle{padding:8px 10px}.sc-my-garage-vehicle-name{font-size:12px}.sc-my-garage-vehicle-details{font-size:10px}.sc-my-garage-select-btn,.sc-my-garage-remove-btn{padding:5px 8px;font-size:10px}.sc-my-garage-toast{top:16px;right:16px;left:16px;min-width:auto;max-width:none}}@media (max-width: 480px){.sc-my-garage-button{padding:8px 12px;font-size:11px}.sc-my-garage-count{width:16px;height:16px;font-size:10px}.sc-my-garage-flydown{width:380px!important;max-width:380px!important}.sc-my-garage-vehicle-actions{flex-direction:column}.sc-my-garage-select-btn,.sc-my-garage-remove-btn{width:100%}}.sc-my-garage-overlay{display:none}@media (max-width: 768px){.sc-my-garage-overlay{display:block;position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:9997;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.sc-my-garage-button:focus,.sc-my-garage-select-btn:focus,.sc-my-garage-remove-btn:focus,.sc-my-garage-close:focus,.sc-my-garage-add-vehicle:focus{outline:2px solid var(--mg-accent);outline-offset:2px}
/*# sourceMappingURL=/cdn/shop/t/39/assets/garage.css.map */
