*{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8f9fa;color:#1a1a2e;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.6}:root{--primary:gold;--primary-hover:#f0c800;--primary-light:#ffd7001a;--primary-color:gold;--secondary-color:#1a1a2e;--text-primary:#1a1a2e;--text-secondary:#4b5563;--text-muted:#9ca3af;--text-color:#1a1a2e;--light-gray:#6b7280;--border-color:#e5e7eb;--border-light:#f3f4f6;--bg-primary:#fff;--bg-secondary:#f8f9fa;--bg-tertiary:#f3f4f6;--shadow-sm:0 1px 2px #0000000a;--shadow-md:0 4px 12px #0000000f;--shadow-lg:0 8px 24px #00000014;--shadow-xl:0 12px 32px #0000001a;--radius-sm:6px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--transition-fast:0.15s ease;--transition-base:0.2s ease;--transition-slow:0.3s ease}a{color:inherit;text-decoration:none}button{background:none;border:none;cursor:pointer;font-family:inherit}img{height:auto;max-width:100%}input,select,textarea{font-family:inherit}::selection{background-color:#ffd70040;color:#1a1a2e}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media (max-width:380px){html{font-size:14px}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-weight:500;gap:.5rem;justify-content:center;outline:none;padding:.5rem 1rem;transition:all .2s ease-in-out}.button--small{font-size:.875rem;padding:.25rem .75rem}.button--medium{font-size:1rem;padding:.5rem 1rem}.button--large{font-size:1.125rem;padding:.75rem 1.5rem}.button--primary{background-color:gold;color:#333}.button--primary:hover{background-color:#ffc700}.button--secondary{background-color:#333;color:#fff}.button--secondary:hover{background-color:#444}.button--outline{background-color:initial;border:1px solid #ddd;color:#333}.button--outline:hover{background-color:#f5f5f5}.button--text{background-color:initial;color:#333;padding-left:.5rem;padding-right:.5rem}.button--text:hover{background-color:#0000000d}.button--danger{background-color:#dc3545;color:#fff}.button--danger:hover{background-color:#c82333}.button--disabled{cursor:not-allowed;opacity:.6}.button--disabled:hover{opacity:.6}.button--full-width{width:100%}.button__icon{align-items:center;display:inline-flex}.button__icon svg{height:1em;width:1em}.cart-overlay{background-color:#00000080;bottom:0;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;visibility:hidden;z-index:1000}.cart-overlay.active{opacity:1;visibility:visible}.cart-drawer{background:#fff;border-radius:10px 0 0 10px;box-shadow:-4px 0 24px #00000014;display:flex;flex-direction:column;height:100%;position:fixed;right:-420px;top:0;transition:right .3s ease;width:420px;z-index:1001}.cart-drawer.open{right:0}.cart-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.cart-header h2{color:#1a1a2e;font-size:1.25rem;font-weight:700;margin:0}.close-button{padding:.5rem;transition:transform .2s ease}.close-button:hover{transform:rotate(90deg)}.cart-items{flex:1 1;overflow-y:auto;padding:1.5rem}.cart-item{border-bottom:1px solid #eee;display:flex;gap:1rem;padding:1rem 0}.cart-item img{background:#f8f9fa;border-radius:8px;height:80px;object-fit:cover;width:80px}.item-details{flex:1 1}.item-details h3{font-weight:600;margin:0 0 .4rem}.item-details h3,.item-price{color:#1a1a2e;font-size:.95rem}.item-price{font-weight:700;margin-bottom:.5rem}.quantity-controls{gap:1rem}.quantity-controls button{background:#f5f5f5;border:none;border-radius:4px;padding:.5rem;transition:background-color .2s ease}.quantity-controls button:hover{background:#eee}.remove-button{background:none;color:#999;padding:.5rem;transition:color .2s ease}.remove-button:hover{color:#f44}.empty-cart{color:#999;padding:2rem;text-align:center}.empty-cart svg{margin-bottom:1rem}.cart-footer{border-top:1px solid #eee;padding:1.5rem}.cart-total{color:#1a1a2e;display:flex;font-size:1.15rem;font-weight:700;justify-content:space-between;margin-bottom:1rem}.checkout-options{border-top:1px solid #eef2f7;margin-bottom:1rem;padding-top:1rem}.checkout-option-header h3{color:#1a1a2e;font-size:.95rem;margin:0 0 .75rem}.fulfillment-options{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:1rem}.fulfillment-option{align-items:center;border:1px solid #d1d5db;border-radius:8px;cursor:pointer;display:flex;gap:.45rem;min-height:46px;padding:.65rem;transition:border-color .2s,background-color .2s}.fulfillment-option.selected{background:#fff9d6;border-color:gold}.fulfillment-option input{margin:0}.fulfillment-option span{color:#1a1a2e;font-size:.82rem;font-weight:600}.pickup-form,.pickup-schedule-fields{grid-gap:.75rem;display:grid;gap:.75rem}.pickup-schedule-fields{grid-template-columns:repeat(2,minmax(0,1fr))}.pickup-form label{grid-gap:.35rem;color:#374151;display:grid;font-size:.78rem;font-weight:600;gap:.35rem}.pickup-form input,.pickup-form textarea{border:1px solid #d1d5db;border-radius:6px;color:#1f2937;font:inherit;padding:.55rem .65rem;width:100%}.pickup-form input:focus,.pickup-form textarea:focus{border-color:gold;box-shadow:0 0 0 3px #ffd7002e;outline:none}.shipping-message{background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;color:#4b5563;font-size:.85rem;line-height:1.45;padding:.8rem}.checkout-button{background:gold;border:none;border-radius:10px;color:#1a1a2e;cursor:pointer;font-size:.95rem;font-weight:600;padding:.85rem;transition:transform .15s ease,background-color .2s ease;width:100%}.checkout-button:hover{background:#f0c800;transform:translateY(-1px)}.checkout-button:active{transform:translateY(0)}.checkout-button:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}@media (max-width:480px){.cart-drawer{right:-100%;width:100%}.cart-header{padding:1rem 1.25rem}.cart-footer,.cart-items{padding:1.25rem}}@media (max-width:380px){.cart-header{padding:1rem}.cart-header h2{font-size:1.1rem}.cart-items{padding:1rem}.cart-item{gap:.75rem;padding:.75rem 0}.cart-item img{height:60px;width:60px}.item-details h3{font-size:.85rem;margin-bottom:.35rem}.item-price{font-size:.9rem;margin-bottom:.35rem}.quantity-controls{gap:.5rem}.quantity-controls button{padding:.35rem}.cart-footer{padding:1rem}.cart-total{font-size:1rem;margin-bottom:.75rem}.fulfillment-options,.pickup-schedule-fields{gap:.5rem;grid-template-columns:1fr}.checkout-button{font-size:.9rem;padding:.75rem}.empty-cart{padding:1.5rem}.empty-cart svg{height:40px;width:40px}}.wishlist-overlay{background-color:#00000080;bottom:0;display:flex;justify-content:flex-end;left:0;position:fixed;right:0;top:0;z-index:1000}.wishlist-modal{animation:slideIn .3s ease-out;background:#fff;box-shadow:-4px 0 24px #00000014;display:flex;flex-direction:column;height:100%;width:420px}.wishlist-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1.25rem 1.5rem}.wishlist-header h2{color:#1a1a2e;font-size:1.25rem;font-weight:700;margin:0}.close-button{align-items:center;background:none;border:none;color:#666;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:color .2s}.close-button:hover{color:#333}.wishlist-content{flex:1 1;overflow-y:auto;padding:1.5rem}.wishlist-empty,.wishlist-loading{align-items:center;color:#666;display:flex;height:200px;justify-content:center}.wishlist-items{display:flex;flex-direction:column;gap:1.5rem}.wishlist-item{border-bottom:1px solid #eee;display:flex;gap:1rem;padding-bottom:1.5rem}.wishlist-item:last-child{border-bottom:none}.wishlist-item-image{background:#f8f9fa;border-radius:8px;cursor:pointer;height:90px;object-fit:cover;width:90px}.wishlist-item-info{display:flex;flex:1 1;flex-direction:column}.wishlist-item-info h3{color:#1a1a2e;cursor:pointer;font-size:.95rem;font-weight:600;line-height:1.4;margin:0}.wishlist-item-info h3:hover{color:#d4a900}.wishlist-item-price{color:#1a1a2e;font-size:.95rem;font-weight:700;margin:.4rem 0}.wishlist-item-actions{display:flex;gap:.5rem;margin-top:auto}.add-to-cart-button,.remove-button{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:.8rem;font-weight:600;gap:.4rem;padding:.45rem .85rem;transition:all .2s}.remove-button{background-color:#fef2f2;border:1px solid #fecaca}.remove-button:hover{background-color:#fee2e2}.add-to-cart-button{background-color:gold;color:#1a1a2e}.add-to-cart-button:hover{background-color:#f0c800}.add-to-cart-button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}@media (max-width:480px){.wishlist-modal{width:100%}.wishlist-header{padding:1rem 1.25rem}.wishlist-content{padding:1.25rem}.wishlist-item-image{height:75px;width:75px}}@media (max-width:380px){.wishlist-item{gap:.75rem}.wishlist-item-image{height:65px;width:65px}.wishlist-item-info h3,.wishlist-item-price{font-size:.85rem}.add-to-cart-button,.remove-button{font-size:.75rem;padding:.4rem .7rem}}.side-nav-drawer{-webkit-overflow-scrolling:touch;background:#fff;box-shadow:2px 0 8px #00000026;display:flex;flex-direction:column;height:100vh;left:0;overflow-y:auto;overscroll-behavior:contain;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:1001}.side-nav-drawer.open{transform:translateX(0)}.side-nav-drawer.closed{transform:translateX(-100%)}.side-nav-overlay{-webkit-tap-highlight-color:transparent;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;height:100%;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:1000}.side-nav-overlay.open{opacity:1;pointer-events:auto;visibility:visible}.mobile-menu-content{background-color:#fcfcfc;box-sizing:border-box;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:20px;width:100%}.mobile-search{animation:fadeIn .3s ease forwards;background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;display:block;margin-bottom:25px;padding:10px;width:100%}.mobile-search-form{border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;gap:.5rem;overflow:hidden;width:100%}.mobile-search-form input{-webkit-appearance:none;appearance:none;border:none;border-radius:0;flex:1 1;font-size:16px;min-width:100px;outline:none;padding:12px;width:100%}.mobile-category-select{background:#f5f5f5;padding:5px;width:100%}.mobile-category-select select{-webkit-appearance:none;appearance:none;background:#fff;background-image:url("data:image/svg+xml;utf8,<svg fill=%27black%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27 xmlns=%27http://www.w3.org/2000/svg%27><path d=%27M7 10l5 5 5-5z%27/></svg>");background-position:right 10px center;background-repeat:no-repeat;background-size:20px;border:1px solid #ddd;border-radius:4px;font-size:16px;padding:12px;width:100%}.mobile-search-input-wrapper{background:#fff;border-top:1px solid #eee;display:flex;width:100%}.mobile-search-button{align-items:center;background:gold;border:none;color:#333;cursor:pointer;display:flex;justify-content:center;min-width:44px;padding:12px 15px}.mobile-search-button:active{background:#e6c300}.side-nav{animation:fadeIn .3s ease forwards;display:flex;flex-direction:column;padding:5px}.side-nav-title{align-items:center;background:none;border:none;border-bottom:1px solid #eee;color:#333;color:#555;display:flex;font-size:16px;font-size:14px;font-weight:600;justify-content:space-between;letter-spacing:.5px;margin:20px 0 12px;padding-bottom:10px;text-transform:uppercase;width:100%}.side-nav-title:first-child{margin-top:0}.side-nav-toggle{cursor:pointer;padding-left:0;padding-right:0}.side-nav-toggle svg{transition:transform .2s ease}.side-nav-toggle.open svg{transform:rotate(180deg)}.side-nav-section-content{display:flex;flex-direction:column}.side-nav-link{-webkit-tap-highlight-color:rgba(255,215,0,.1);align-items:center;animation:fadeInRight .3s ease forwards;animation-delay:0s;animation-delay:calc(var(--item-index, 0)*.05s);background:none;border:none;border-radius:6px;color:#333;cursor:pointer;display:flex;font-size:16px;margin-bottom:6px;opacity:0;overflow:hidden;padding:16px 12px;position:relative;text-align:left;text-decoration:none;transition:all .2s ease;width:100%}.side-nav-link:after{background:#ffd70066;border-radius:100%;content:"";height:5px;left:50%;opacity:0;position:absolute;top:50%;transform:scale(1) translate(-50%,-50%);transform-origin:50% 50%;width:5px}.side-nav-link:active:after{animation:ripple .4s ease-out}.side-nav-link:active,.side-nav-link:hover{background-color:#ffd7001a;color:gold}.side-nav-sign-out{color:#dc3545}.side-nav-sign-out:active,.side-nav-sign-out:hover{background-color:#dc35451a}.side-nav-contact-info{align-items:center;animation:fadeIn .3s ease forwards;animation-delay:.4s;background-color:#f8f8f8;border-top:1px solid #eee;color:#666;display:flex;font-size:16px;gap:10px;margin-top:auto;opacity:0;padding:20px}.side-nav-contact-info svg{color:gold;min-width:16px}.side-nav-close{align-items:center;background:none;border:none;border-radius:50%;color:#777;cursor:pointer;display:flex;height:44px;justify-content:center;padding:10px;position:absolute;right:12px;top:12px;transition:background-color .2s;width:44px;z-index:2}.side-nav-close:active,.side-nav-close:hover{background-color:#0000000d;color:#333}@media (max-width:480px){.side-nav-drawer{width:280px}.side-nav-link{padding:18px 12px}.mobile-search{margin-top:20px}.side-nav-close{right:8px;top:8px}}@media (max-width:380px){.side-nav-drawer{max-width:300px;width:85%}.mobile-menu-content{padding:15px}.mobile-search{margin-bottom:15px;margin-top:35px;padding:8px}.mobile-category-select select,.mobile-search-form input{font-size:14px;padding:10px}.mobile-search-button{min-width:40px;padding:10px 12px}.side-nav-title{font-size:12px;margin:15px 0 8px;padding-bottom:8px}.side-nav-link{font-size:14px;margin-bottom:4px;padding:14px 10px}.side-nav-contact-info{font-size:14px;gap:8px;padding:15px}.side-nav-close{height:38px;right:6px;top:6px;width:38px}}@keyframes fadeInRight{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes ripple{0%{opacity:1;transform:scale(0)}20%{opacity:1;transform:scale(25)}to{opacity:0;transform:scale(40)}}.header{background:#fff;box-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;position:sticky;top:0;z-index:1000}.container{padding:0 1rem}.top-bar{background-color:#1a1a2e;color:#e5e7eb;font-size:.8rem;padding:.4rem 0}.top-bar-content{align-items:center;display:flex;justify-content:space-between}.top-bar-left,.top-bar-right{align-items:center;display:flex;gap:1.5rem}.top-bar-link{color:#d1d5db;font-size:.8rem;text-decoration:none;transition:color .2s}.top-bar-link:hover{color:gold}.main-header{background:#fff;padding:.75rem 0}.main-header-content{gap:2rem}.logo,.main-header-content{align-items:center;display:flex}.logo{text-decoration:none}.logo-image{height:40px;object-fit:contain;width:auto}.search-section{flex:1 1;max-width:600px}.search-container{border:2px solid #e5e7eb;border-radius:10px;display:flex;overflow:hidden;transition:border-color .2s,box-shadow .2s}.search-container.focused{border-color:gold;box-shadow:0 0 0 3px #ffd7001f}.category-select{border-right:1px solid #ddd}.category-select select{background:#f8f9fa;border:none;color:#4b5563;cursor:pointer;font-size:.85rem;height:100%;max-width:150px;padding:.5rem 1rem}.search-input-wrapper{align-items:center;display:flex;flex:1 1;min-width:0}.search-input-wrapper input{border:none;flex:1 1;font-size:.875rem;min-width:0;outline:none;padding:.7rem 1rem;width:100%}.search-input-wrapper input::placeholder{color:#666;overflow:visible;white-space:nowrap}.search-button{align-items:center;background:gold;border:none;cursor:pointer;display:flex;justify-content:center;padding:.7rem 1.25rem;transition:background-color .2s}.search-button:hover{background:#f0c800}.header-actions{align-items:center;display:flex;gap:1.5rem}.cart-button,.login-button,.user-button,.wishlist-button{background:none;border:none;color:#333;cursor:pointer;padding:.5rem;position:relative;transition:color .2s}.cart-button:hover,.login-button:hover,.user-button:hover,.wishlist-button:hover{color:gold}.cart-count{background:#ef4444;border-radius:10px;color:#fff;font-size:.7rem;font-weight:600;min-width:18px;padding:.1rem .35rem;position:absolute;right:-5px;text-align:center;top:-5px}.user-menu{display:inline-block;position:relative}.user-button{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;gap:.5rem;padding:.5rem}.user-button.active{color:#007bff}.user-button:hover{color:#0056b3}.user-name{font-size:.875rem;font-weight:500}.user-dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 8px 24px #0000001a;display:none;overflow:hidden;position:absolute;right:0;top:calc(100% + 4px);width:200px;z-index:1000}.user-dropdown.open{display:block}.dropdown-item{align-items:center;color:#374151;display:flex;font-size:.9rem;gap:.5rem;padding:.75rem 1rem;text-decoration:none;transition:background-color .15s}.dropdown-item:hover{background-color:#f9fafb}.sign-out-button{background:none;border:none;color:#dc3545;cursor:pointer;text-align:left;width:100%}.sign-out-button:hover{background-color:#fff5f5}.login-button{align-items:center;color:#333;display:flex;gap:.5rem;padding:.5rem;text-decoration:none;transition:color .2s}.login-button:hover{color:#007bff}.contact-info{align-items:center;color:#d1d5db;display:flex;gap:.5rem}.main-nav{background:#f8f8f8;border-bottom:1px solid #e5e5e5}.categories-button{align-items:center;background:none;border:none;color:#333;cursor:pointer;display:flex;font-weight:500;gap:.5rem;padding:.75rem 1rem;transition:color .2s}.categories-button:hover{color:gold}.categories-menu{grid-gap:1rem;background:#fff;border-bottom:1px solid #e5e5e5;box-shadow:0 4px 6px #0000001a;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));left:0;margin:0 auto;max-width:1280px;padding:1rem 0;position:absolute;right:0;z-index:1000}.category-group{padding:1rem}.category-header{align-items:center;color:#333;display:flex;font-weight:500;gap:.5rem;margin-bottom:.75rem}.category-icon{align-items:center;color:gold;display:flex;height:24px;justify-content:center;width:24px}.subcategories{display:flex;flex-direction:column;gap:.5rem}.subcategory-button{background:none;border:none;color:#666;cursor:pointer;font-size:.875rem;padding:.25rem 0;text-align:left;transition:color .2s}.subcategory-button:hover{color:gold}.hamburger-menu-toggle{background:none;border:none;color:#333;cursor:pointer;display:none;margin-right:10px;padding:8px;transition:color .2s}.hamburger-menu-toggle:hover{color:gold}@media (min-width:769px){.user-menu:hover .user-dropdown{display:block}}@media (max-width:1024px){.main-header-content{gap:1rem}.search-section{max-width:400px}.logo-image{height:35px}.categories-menu{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.top-bar-left{display:none}.main-header-content{flex-wrap:wrap;justify-content:space-between;position:relative}.search-section{display:none}.logo-image{height:30px}.categories-menu{grid-template-columns:repeat(2,1fr)}.hamburger-menu-toggle{display:block}body.side-nav-open{overflow:hidden}.user-menu:hover .user-dropdown{display:none}.header-actions{margin-left:auto}}@media (max-width:480px){.header-actions{gap:.5rem}.category-select{display:none}.search-input-wrapper input{min-width:0;min-width:auto;padding:.5rem}.search-button{padding:.5rem}.logo-image{height:25px}.categories-menu{grid-template-columns:1fr}.user-name{display:none}.cart-button,.login-button,.user-button,.wishlist-button{padding:.25rem}.logo{flex:1 1;justify-content:center}.side-nav-drawer{max-width:320px;width:85%}}@media (max-width:380px){.top-bar{font-size:.75rem;padding:.25rem 0}.top-bar-right{gap:.5rem}.contact-info span{font-size:.7rem}.main-header{padding:.5rem 0}.main-header-content{gap:.5rem;padding:0 .5rem}.logo-image{height:22px}.header-actions{gap:.25rem}.cart-button,.login-button,.user-button,.wishlist-button{padding:.15rem}.cart-button svg,.login-button svg,.user-button svg,.wishlist-button svg{height:20px;width:20px}.cart-count{font-size:.65rem;min-width:14px;padding:.1rem .25rem;right:-3px;top:-3px}.hamburger-menu-toggle{margin-right:4px;padding:4px}.hamburger-menu-toggle svg{height:20px;width:20px}.login-button span{display:none}}.hero-section{background-color:#f8f9fa;border-radius:12px;height:520px;overflow:hidden;position:relative}.hero-slider{height:100%;position:relative;width:100%}.hero-slide{align-items:center;display:flex;height:100%;left:0;opacity:0;position:absolute;top:0;transition:transform .5s ease-in-out;visibility:hidden;width:100%}.hero-slide.active{opacity:1;visibility:visible}.hero-content{opacity:0;padding:0 4rem;position:relative;transform:translateY(20px);transition:opacity .5s ease,transform .5s ease;width:50%;z-index:2}.hero-slide.active .hero-content{opacity:1;transform:translateY(0)}.hero-title{color:#1a1a2e;font-size:3rem;font-weight:800;letter-spacing:-.02em;line-height:1.15;margin-bottom:1rem}.hero-subtitle{color:gold;color:var(--slide-color,gold);display:block}.hero-description{color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:2rem;max-width:80%}.hero-button{align-items:center;background-color:gold;background-color:var(--slide-color,gold);border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;display:inline-flex;font-size:.9rem;font-weight:600;justify-content:center;max-width:160px;padding:.65rem 1.5rem;transition:background-color .2s ease,transform .1s;white-space:nowrap}.hero-button:hover{filter:brightness(.95);transform:translateY(-1px)}.hero-button:active{transform:translateY(0)}.hero-image-container{height:100%;overflow:hidden;position:absolute;right:0;top:0;width:55%}.hero-image{height:100%;object-fit:cover;transform:scale(1.1);transition:transform .5s ease-out;width:100%}.hero-slide.active .hero-image{transform:scale(1)}.hero-overlay{background:linear-gradient(90deg,#fff 0,#fffc 10%,#fff0 20%);height:100%;left:0;position:absolute;top:0;width:100%}.hero-controls{bottom:2rem;gap:2rem;left:4rem;position:absolute;z-index:3}.hero-arrow,.hero-controls{align-items:center;display:flex}.hero-arrow{background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;height:36px;justify-content:center;transition:transform .2s ease,background-color .2s ease;width:36px}.hero-arrow:hover{background-color:gold;background-color:var(--slide-color,gold);transform:translateY(-2px)}.hero-arrow:disabled{cursor:not-allowed;opacity:.5}.hero-dots{display:flex;gap:.75rem}.hero-dot{background:#fff;border:2px solid gold;border:2px solid var(--slide-color,gold);border-radius:50%;cursor:pointer;height:10px;padding:0;transition:transform .2s ease,background-color .2s ease;width:10px}.hero-dot.active{background-color:gold;background-color:var(--slide-color,gold);transform:scale(1.2)}.hero-progress{background-color:#0000001a;bottom:0;height:4px;left:0;position:absolute;width:100%}.hero-progress-bar{height:100%;transition:width .5s ease-out}.hero-error,.hero-loader{align-items:center;color:#666;display:flex;font-size:1.2rem;justify-content:center;min-height:400px}.hero-error{color:#dc3545}@media (max-width:1200px){.hero-title{font-size:2.5rem}.hero-content{padding:0 3rem}}@media (max-width:992px){.hero-section{height:420px}.hero-title{font-size:2.25rem}.hero-description{font-size:1rem}}@media (max-width:768px){.hero-section{border-radius:10px;height:340px}.hero-content{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;padding:1.5rem;text-align:center;width:100%}.hero-description{margin:0 auto 2rem}.hero-image-container{width:100%}.hero-controls{left:50%;transform:translateX(-50%)}}@media (max-width:576px){.hero-section{border-radius:8px;height:300px}.hero-title{font-size:1.75rem}.hero-description{font-size:.85rem;margin-bottom:1.25rem;max-width:100%}.hero-controls{bottom:.75rem}.hero-arrow{height:30px;width:30px}.hero-arrow svg{height:16px;width:16px}}@media (max-width:380px){.hero-section{border-radius:8px;height:240px}.hero-content{padding:1rem;width:100%}.hero-title{font-size:1.35rem;margin-bottom:.4rem}.hero-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.8rem;margin-bottom:.75rem;overflow:hidden}.hero-button{font-size:.75rem;max-width:120px;padding:.4rem 1rem}.hero-controls{bottom:.5rem;gap:.75rem;left:50%;transform:translateX(-50%)}.hero-dots{gap:.4rem}.hero-dot{height:7px;width:7px}.hero-arrow{height:26px;width:26px}.hero-arrow svg{height:14px;width:14px}.hero-progress{height:3px}.hero-image-container{width:100%}.hero-overlay{background:linear-gradient(90deg,#fffffff2 0,#ffffffd9 30%,#ffffff4d 60%)}}.hero-content:hover .hero-title{color:gold;color:var(--slide-color,gold);transition:color .3s ease}.hero-dot:hover{background-color:#ffffff80;transform:scale(1.2)}.features{background-color:#fff;margin:1rem 0;padding:1.5rem 0}.features-container{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(4,1fr);margin:0 auto;max-width:1280px;padding:0 1rem}.feature-card{align-items:center;background-color:#fff;border:1px solid #f0f0f0;border-radius:10px;display:flex;overflow:hidden;padding:1.25rem;position:relative;transition:transform .3s ease,box-shadow .3s ease}.feature-card:before{background-color:var(--feature-color);content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:4px}.feature-card:hover{border-color:#e5e7eb;box-shadow:0 8px 20px #0000000f;transform:translateY(-3px)}.feature-card:hover:before{opacity:1}.feature-icon-wrapper{flex-shrink:0;margin-right:1rem;position:relative}.feature-icon{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:48px;justify-content:center;position:relative;transition:transform .3s ease;width:48px;z-index:2}.feature-card:hover .feature-icon{transform:scale(1.1)}.feature-icon .icon{color:var(--feature-color);transition:transform .3s ease}.feature-card:hover .feature-icon .icon{transform:rotate(-10deg)}.feature-icon-bg{background-color:var(--feature-color);border-radius:50%;height:40px;left:50%;opacity:.1;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .3s ease;width:40px}.feature-card:hover .feature-icon-bg{height:48px;opacity:.15;width:48px}.feature-content{flex:1 1}.feature-title{color:#1a1a2e;font-size:.95rem;font-weight:600;margin:0 0 .2rem;transition:color .3s ease}.feature-card:hover .feature-title{color:var(--feature-color)}.feature-description{color:#6b7280;font-size:.8rem;line-height:1.4;margin:0}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.feature-card:hover .feature-icon{animation:pulse 1s infinite}.feature-card.loading{overflow:hidden;position:relative}.feature-card.loading:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff80,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@media (max-width:1200px){.features-container{gap:1.5rem}.feature-card{padding:1.25rem}}@media (max-width:992px){.features-container{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.features-container{gap:.75rem;grid-template-columns:repeat(2,1fr)}.feature-card{flex-direction:column;gap:.5rem;padding:.85rem;text-align:center}.feature-card:before{height:3px;left:0;top:0;width:100%}.feature-icon-wrapper{margin:0}.feature-icon{height:40px;width:40px}.feature-title{font-size:.82rem}.feature-description{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:.72rem;overflow:hidden}}@media (max-width:380px){.features{margin:.75rem 0;padding:.75rem 0}.features-container{gap:.5rem;padding:0 .5rem}.feature-card{border-radius:8px;padding:.65rem}.feature-icon{height:34px;width:34px}.feature-icon .icon{height:18px;width:18px}.feature-icon-bg{height:28px;width:28px}.feature-title{font-size:.75rem}.feature-description{font-size:.65rem}}@media print{.features{background-color:#fff!important;margin:1rem 0!important}.feature-card{border:1px solid #e0e0e0;box-shadow:none!important;break-inside:avoid;page-break-inside:avoid}.feature-icon-bg{display:none}}@media (prefers-contrast:high){.feature-card{border:2px solid #000}.feature-description,.feature-icon .icon,.feature-title{color:#000}}@media (prefers-reduced-motion:reduce){.feature-card,.feature-icon,.feature-icon-bg,.feature-title{transition:none}.feature-card:hover{transform:none}.feature-card:hover .feature-icon{animation:none}}.product-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 1px 3px #0000000a;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;min-height:380px;padding:1rem;position:relative;transition:transform .25s ease,box-shadow .25s ease}.product-card:hover{border-color:#e5e7eb;box-shadow:0 8px 24px #00000014;transform:translateY(-3px)}.favorite-button{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 8px #00000014;cursor:pointer;display:flex;height:34px;justify-content:center;position:absolute;right:.75rem;top:.75rem;transition:transform .2s,box-shadow .2s;width:34px;z-index:1}.favorite-button:hover{background:#fff;box-shadow:0 3px 10px #0000001f;transform:scale(1.08)}.favorite-button.active{color:#ff4081}.favorite-button svg{height:24px;width:24px}.product-image-container{background:#f8f9fa;border-radius:8px;overflow:hidden;padding-top:85%;position:relative;width:100%}.product-image{height:100%;left:0;object-fit:contain;position:absolute;top:0;transition:transform .3s ease;width:100%}.product-card:hover .product-image{transform:scale(1.03)}.product-info{flex:1 1;gap:.5rem}.product-eyebrow{align-items:center;display:flex;flex-wrap:wrap;gap:.4rem}.product-brand{color:#9ca3af;font-size:.8rem;font-weight:500;letter-spacing:.03em;text-transform:uppercase}.product-condition{align-items:center;background:#eef2ff;border-radius:999px;color:#3730a3;display:inline-flex;font-size:.72rem;font-weight:700;line-height:1;min-height:20px;padding:.15rem .45rem}.product-info h3{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;color:#1a1a2e;display:-webkit-box;font-size:.95rem;font-weight:600;line-height:1.4;margin:0;overflow:hidden}.product-model{margin:0}.product-model,.rating{color:#666;font-size:.9rem}.rating{align-items:center;display:flex;gap:.25rem}.star-icon{color:#ffc107}.price-info{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;row-gap:.35rem}.price{color:#1a1a2e;font-size:1.15rem;font-weight:700}.original-price{font-size:.9rem}.discount-badge{align-items:center;background:#fee2e2;border-radius:999px;color:#b91c1c;display:inline-flex;font-size:.72rem;font-weight:700;justify-content:center;max-width:100%;padding:.2rem .45rem;white-space:nowrap}.stock-status{font-size:.9rem}.in-stock{color:#16a34a}.out-of-stock{color:#ef4444}.product-actions{flex-direction:column;gap:.5rem;margin-top:auto;width:100%}.quantity-controls{background:#f3f4f6;border-radius:8px;gap:.5rem;padding:.25rem}.quantity-controls,.quantity-controls button{align-items:center;display:flex;justify-content:center}.quantity-controls button{background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;height:32px;transition:background-color .15s ease;width:32px}.quantity-controls button:hover:not(:disabled){background:#eee}.quantity-controls button:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.quantity-controls span{font-weight:500;min-width:24px;text-align:center}.add-to-cart{align-items:center;background:gold;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;display:flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.65rem;transition:background-color .2s ease,transform .1s;width:100%}.add-to-cart:hover:not(:disabled){background:#f0c800}.add-to-cart:active:not(:disabled){transform:translateY(1px)}.add-to-cart:disabled{background:#e5e7eb;color:#9ca3af;cursor:not-allowed}@media (max-width:768px){.product-info h3{font-size:.875rem}.price{font-size:1rem}.product-actions{flex-direction:column}.add-to-cart{padding:.625rem}}@media (max-width:380px){.product-card{border-radius:6px;gap:.75rem;min-height:320px;padding:.75rem}.favorite-button{height:28px;right:.75rem;top:.75rem;width:28px}.favorite-button svg{height:18px;width:18px}.product-info{gap:.35rem}.product-brand{font-size:.75rem}.product-condition{font-size:.68rem}.product-info h3{-webkit-line-clamp:2;line-clamp:2;font-size:.8rem;line-height:1.3}.product-model,.rating{font-size:.75rem}.rating{gap:.15rem}.star-icon{height:12px;width:12px}.price-info{flex-wrap:wrap;gap:.35rem}.price{font-size:.95rem}.original-price{font-size:.75rem}.discount-badge{font-size:.68rem}.stock-status{font-size:.75rem}.quantity-controls{padding:.15rem}.quantity-controls button{height:28px;width:28px}.quantity-controls span{font-size:.85rem;min-width:20px}.add-to-cart{font-size:.8rem;gap:.35rem;padding:.5rem}.add-to-cart svg{height:16px;width:16px}}.products-section{padding:2rem}.products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.category-filters{display:flex;flex-wrap:wrap;gap:.5rem}.filter-button{background:#f3f4f6;border:1.5px solid #0000;border-radius:8px;color:#4b5563;cursor:pointer;font-size:.85rem;font-weight:500;padding:.45rem 1rem;transition:all .2s ease}.filter-button:hover{background-color:#fef9e7;border-color:gold;color:#1a1a2e}.filter-button.active{background-color:gold;border-color:gold;color:#1a1a2e;font-weight:600}.products-grid{grid-gap:1.25rem;gap:1.25rem;grid-template-columns:repeat(4,1fr)}.no-products{color:#6b7280;font-size:.95rem;padding:3rem 1rem}@media (max-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.products-section{padding:1rem}.products-header{align-items:flex-start;flex-direction:column;gap:.75rem}.category-filters{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:.4rem;justify-content:flex-start;overflow-x:auto;padding-bottom:4px;scrollbar-width:none;width:100%}.category-filters::-webkit-scrollbar{display:none}.products-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}.section-title{font-size:1.1rem}.filter-button{flex-shrink:0;font-size:.8rem;padding:.4rem .85rem;white-space:nowrap}}@media (max-width:380px){.products-section{padding:.75rem}.products-header{gap:.5rem;margin-bottom:.75rem}.section-title{font-size:1rem}.filter-button{font-size:.75rem;padding:.35rem .7rem}.products-grid{gap:.6rem}}.category-sidebar{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;overflow:visible;position:relative;transition:transform .3s ease,width .3s ease;width:260px}.category-sidebar-header,.category-sidebar-overlay{display:none}.category-sidebar.collapsed{width:78px}.category-sidebar-toggle{align-items:center;background:#111827;border:1px solid #e5e7eb;border-radius:999px;box-shadow:0 10px 24px #1118272e;color:#fff;cursor:pointer;display:inline-flex;height:36px;justify-content:center;position:absolute;right:-18px;top:14px;width:36px;z-index:5}.category-sidebar.collapsed .category-sidebar-toggle{right:-20px}.toggle-button{align-items:center;background-color:gold;border:none;border-radius:50%;box-shadow:0 2px 8px #0000001a;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;right:-16px;top:20px;transition:all .3s ease;width:32px;z-index:10}.toggle-button:hover{background-color:#ffc700;box-shadow:0 4px 12px #00000026;transform:scale(1.1)}.collapsed .toggle-button{transform:rotate(180deg)}.collapsed .toggle-button:hover{transform:rotate(180deg) scale(1.1)}.category-list::-webkit-scrollbar{width:6px}.category-list::-webkit-scrollbar-track{background:#f1f1f1}.category-list::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.category-list::-webkit-scrollbar-thumb:hover{background:#555}.category-list{padding:8px 0}.category-item{position:relative}.category-content{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;padding:12px 16px;text-align:left;transition:all .2s ease;width:100%}.category-icon-shell{align-items:center;color:#9ca3af;display:inline-flex;height:20px;justify-content:center;margin-right:12px;width:20px}.category-icon-shell.has-icon svg{height:20px;margin-right:0;width:20px}.category-initial{align-items:center;background:#f3f4f6;border-radius:999px;color:#4b5563;display:inline-flex;font-size:.7rem;font-weight:700;height:20px;justify-content:center;width:20px}.category-item.active .category-content{background-color:#fefce8}.category-item.active .category-icon-shell{color:gold}.category-name{color:#374151;flex:1 1;font-size:.875rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.category-arrow{color:#999;transition:transform .2s ease}.category-item.active .category-arrow{color:gold;transform:rotate(90deg)}.category-sidebar.collapsed .category-content{justify-content:center;padding:12px 10px}.category-sidebar.collapsed .category-icon-shell{margin-right:0}.category-sidebar.collapsed .category-arrow,.category-sidebar.collapsed .category-name{display:none}.subcategories{background:#fffdf2;border-top:1px solid #f3e8a6;margin:0;overflow:hidden;position:static;width:100%}.subcategory-item{background:#0000;border:none;color:#6b7280;cursor:pointer;display:block;font-size:.85rem;padding:10px 16px 10px 48px;text-align:left;transition:all .15s ease;width:100%}.subcategory-item:hover{background-color:#fefce8;color:#1a1a2e}.category-sidebar.collapsed .subcategories{background:#fff;border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 8px 24px #00000014;left:calc(100% + 8px);position:absolute;top:0;width:220px;z-index:100}.category-sidebar.collapsed .subcategory-item{padding-left:16px}@media (max-width:992px){.category-sidebar{margin-bottom:16px;width:100%}.category-sidebar-toggle{display:none}.subcategories{border:none;border-top:1px solid #e5e5e5;box-shadow:none}}@media (max-width:768px){body.category-sidebar-open{overflow:hidden}.category-sidebar{border-radius:0;border-right:1px solid #e5e7eb;bottom:0;box-shadow:2px 0 12px #0000001f;left:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);width:280px;z-index:1002}.category-sidebar-toggle{display:none}.category-sidebar.hidden{transform:translateX(-100%)}.category-sidebar.mobile-open{transform:translateX(0)}.category-sidebar-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1rem 1rem .75rem;position:sticky;top:0;z-index:1}.category-sidebar-header h2{color:#111827;font-size:1rem;font-weight:700;margin:0}.category-sidebar-close{align-items:center;background:#f3f4f6;border:none;border-radius:999px;color:#111827;cursor:pointer;display:inline-flex;height:2.25rem;justify-content:center;width:2.25rem}.category-sidebar-overlay{background:#00000059;display:block;inset:0;opacity:0;pointer-events:none;position:fixed;transition:opacity .2s ease;z-index:1001}.category-sidebar-overlay.open{opacity:1;pointer-events:auto}.category-item.active .category-arrow{color:gold;transform:rotate(90deg)}.subcategories{border:none;border-top:1px solid #e5e5e5;box-shadow:none}.subcategory-item{padding-left:1.25rem}}@media (max-width:380px){.category-sidebar{max-width:300px;width:85%}}@media (max-width:1200px){.category-sidebar{width:220px}}@keyframes slideIn{0%{opacity:0;transform:translateX(-10px)}to{opacity:1;transform:translateX(0)}}.category-sidebar.loading .category-item{overflow:hidden;position:relative}.category-sidebar.loading .category-item:after{animation:shimmer 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff80,#0000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes shimmer{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.homepage{width:100%}.main-content{background-color:#f8f9fa;gap:1.25rem;padding:1.25rem}.content-wrapper{background-color:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 1px 3px #0000000a;display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.container{margin:0 auto;max-width:1280px;padding:0 20px}.breadcrumbs{color:#666;font-size:14px;margin:20px 0}.breadcrumbs a{color:#333;text-decoration:none}.breadcrumbs a:hover{color:gold}.section{margin-bottom:2rem}.section-title{color:#1a1a2e;font-size:1.35rem;margin-bottom:1.25rem}.grid{grid-gap:20px;display:grid;gap:20px}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (max-width:992px){.main-content{flex-direction:column;gap:.75rem;padding:.75rem}.content-wrapper{padding:1rem}}@media (max-width:768px){.main-content{gap:.5rem;padding:.5rem}.mobile-category-toggle{align-items:center;background:#111827;border:none;border-radius:999px;box-shadow:0 10px 30px #11182740;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;left:.75rem;padding:.8rem 1rem;position:fixed;top:5.5rem;z-index:1000}.content-wrapper{border-radius:10px;padding:4.5rem .75rem .75rem}}@media (max-width:576px){.grid-cols-4{grid-template-columns:1fr}}@media (max-width:380px){.main-content{gap:.35rem;padding:.35rem}.content-wrapper{border-radius:8px;gap:.5rem;padding:.5rem}.container{padding:0 .5rem}.section-title{font-size:1.1rem;margin-bottom:.75rem}.breadcrumbs{font-size:.75rem;margin:.5rem 0}.section{margin-bottom:1rem}.empty-state{padding:1.5rem .75rem}.empty-state-icon{font-size:2rem}}.loading{min-height:200px;position:relative}.loading:after{animation:spin 1s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:gold;content:"";height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error{background-color:#fff5f5;border:1px solid #feb2b2;border-radius:4px;color:#c53030;margin:20px 0;padding:20px}.empty-state{background-color:#fff;border-radius:8px;margin:20px 0;padding:40px 20px;text-align:center}.empty-state-icon{color:#cbd5e0;font-size:48px;margin-bottom:16px}.empty-state-text{color:#718096;margin-bottom:16px}.fade-in{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.hidden{display:none}.visible{display:block}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.shadow-sm{box-shadow:0 1px 2px 0 #0000000d}.shadow{box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.bg-white{background-color:#fff}.bg-gray-50{background-color:#f9fafb}.bg-gray-100{background-color:#f3f4f6}.rounded-sm{border-radius:2px}.rounded{border-radius:4px}.rounded-lg{border-radius:8px}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.hover-shadow{transition:box-shadow .3s ease}.hover-shadow:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}@media print{.no-print{display:none}.homepage{background-color:#fff}.content-wrapper{padding:0}}.product-detail{margin:0 auto;max-width:1280px;padding:2rem 1.5rem}.back-button{background:#fff;border:1.5px solid #e5e7eb;color:#374151;display:inline-flex;font-size:.875rem;font-weight:500;margin-bottom:1.5rem;padding:.6rem 1.25rem;transition:all .2s ease}.back-button:hover{background:#f9fafb;border-color:#d1d5db;transform:translateX(-2px)}.back-button-content{align-items:center;display:flex;gap:.5rem}.product-detail-container{grid-gap:2.5rem;display:grid;gap:2.5rem;grid-template-columns:1fr 1fr;margin-bottom:2.5rem}.product-images{position:sticky;top:2rem}.main-image{background:#fafafa;border:1px solid #f0f0f0;border-radius:12px;margin-bottom:1rem;overflow:hidden}.main-image img{aspect-ratio:1;height:auto;object-fit:contain;width:100%}.image-thumbnails{display:flex;gap:1rem;overflow-x:auto;padding-bottom:.5rem}.thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:72px;overflow:hidden;transition:border-color .2s ease,box-shadow .2s ease;width:72px}.thumbnail:hover{box-shadow:0 2px 8px #0000001a}.thumbnail.active{border-color:gold}.thumbnail img{height:100%;object-fit:cover;width:100%}.product-info{flex-direction:column;gap:1.5rem}.product-header{margin-bottom:.5rem}.product-title{color:#1a1a2e;font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:.75rem}.product-title-description{color:#666;font-size:1rem;line-height:1.5;margin-bottom:1rem}.product-meta{gap:2rem}.product-meta,.product-rating{align-items:center;display:flex}.product-rating{gap:.5rem}.product-condition-detail{color:#666;font-size:.875rem}.product-condition-detail span{color:#1a1a2e;font-weight:700}.stars-container{align-items:center;display:flex;gap:.25rem}.star{cursor:default;height:1.25rem;transition:transform .2s ease;width:1.25rem}.star.interactive{cursor:pointer}.star.interactive:hover{transform:scale(1.1)}.stars{display:flex;gap:.25rem}.rating-count{color:#666;font-size:.875rem;margin-left:.5rem}.product-pricing{align-items:center;border-bottom:1px solid #eee;border-top:1px solid #eee;display:flex;justify-content:space-between;padding:1rem 0}.price-container{align-items:center;display:flex;gap:1rem}.current-price{color:#1a1a2e;font-size:2rem;font-weight:700}.original-price{color:#999;font-size:1.25rem;text-decoration:line-through}.discount-badge{background:#ef4444;border-radius:6px;color:#fff;font-size:.8rem;font-weight:600;letter-spacing:.02em;padding:.3rem .6rem}.stock-status{align-items:center;display:flex;font-weight:500;gap:.5rem}.stock-status.in-stock{color:#4caf50}.stock-status.out-of-stock{color:#f44;margin-left:1rem}.action-section{display:flex;gap:1rem;margin:1.5rem 0}.basic-quantity{align-items:center;background:#fff;border:1px solid #ddd;border-radius:4px;display:flex}.basic-quantity button{align-items:center;background:#f5f5f5;border:none;cursor:pointer;display:flex;height:44px;justify-content:center;width:44px}.basic-quantity button:hover:not(:disabled){background:#e5e5e5}.basic-quantity button:disabled{cursor:not-allowed;opacity:.5}.basic-quantity span{border-left:1px solid #ddd;border-right:1px solid #ddd;font-size:1rem;line-height:44px;text-align:center;width:60px}.basic-cart-button{align-items:center;background:gold;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;display:flex;flex:1 1;font-size:1rem;font-weight:600;gap:.5rem;height:48px;justify-content:center;padding:0 2rem;transition:background-color .2s ease,transform .1s}.basic-cart-button:hover{background:#f0c800}.basic-cart-button:active{transform:translateY(1px)}.action-button{background:#fff;border:1px solid #ddd;color:#333;display:flex;height:44px;transition:all .2s ease;width:44px}.action-button:hover{background:#f5f5f5}.action-button.active{background:#ff4081;border-color:#ff4081;color:#fff}.product-benefits{grid-gap:1.5rem;background:#f8f9fa;border:1px solid #f0f0f0;border-radius:12px;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));padding:1.5rem}.benefit{align-items:center;display:flex;gap:1rem}.benefit svg{color:gold}.benefit.configurable-benefit svg{color:gold;color:var(--benefit-color,gold)}.benefit-content h4{color:#333;font-size:1rem;font-weight:600;margin:0}.benefit-content p{color:#666;font-size:.875rem;margin:0}.benefit-cost{color:#1a1a2e;display:block;font-size:.82rem;font-weight:700;margin-top:.2rem}.product-tabs{margin-top:2rem}.tabs-header{border-bottom:1px solid #ddd;display:flex;gap:1rem;margin-bottom:2rem}.tab{background:none;border:none;color:#666;cursor:pointer;font-weight:500;padding:1rem 2rem;position:relative}.tab.active{color:#333}.tab.active:after{background-color:gold;bottom:-1px;content:"";height:2px;left:0;position:absolute;width:100%}.tab-content{padding:1rem 0}.description-content p{color:#666;line-height:1.6;margin-bottom:1.5rem}.features-list{list-style:none;margin:0;padding:0}.features-list li{color:#666;padding:.5rem 0 .5rem 1.5rem;position:relative}.features-list li:before{color:gold;content:"•";left:0;position:absolute}.specs-table{border-collapse:collapse;width:100%}.specs-table tr{border-bottom:1px solid #eee}.specs-table td{color:#666;padding:1rem}.spec-name{color:#333;font-weight:500;width:40%}.loading{font-size:1.125rem;min-height:400px}@media (max-width:768px){.product-detail{margin:1rem auto;padding:.5rem}.back-button{margin-bottom:1rem;width:100%}.product-detail-container{gap:1.5rem;grid-template-columns:1fr}.product-images{position:static}.main-image{margin-bottom:.5rem}.thumbnail{height:60px;width:60px}.product-title{font-size:1.25rem}.product-meta,.product-pricing{align-items:flex-start}.action-section,.product-meta,.product-pricing{flex-direction:column;gap:.75rem}.basic-quantity{width:100%}.basic-cart-button{font-size:1rem;width:100%}.product-benefits{grid-template-columns:1fr;padding:1rem}.tabs-header{display:grid;grid-template-columns:repeat(3,1fr)}.tab{font-size:.875rem;padding:.75rem;text-align:center}}@media (max-width:480px){.product-detail{padding:.75rem}.product-title{font-size:1.15rem}.current-price{font-size:1.5rem}.original-price{font-size:1rem}.specs-table td{padding:.75rem}.benefit-content h4,.specs-table td{font-size:.875rem}.benefit-content p{font-size:.75rem}.benefit-cost{font-size:.72rem}.tabs-header{gap:0}.tab{font-size:.8rem;padding:.6rem .5rem}.back-button{font-size:.8rem;margin-bottom:1rem;padding:.5rem 1rem}}.login-container{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding:20px}.login-box{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;max-width:420px;padding:2.5rem;width:100%}.login-box h2{color:#1a1a2e;font-size:1.75rem;font-weight:700;margin-bottom:.5rem;text-align:center}.login-subtitle{color:#6b7280;font-size:.9rem;margin-bottom:2rem;text-align:center}.login-box .error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:.875rem;margin-bottom:1.25rem;padding:.75rem 1rem;text-align:center}.login-box .form-group{margin-bottom:1.25rem}.login-box .form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.login-box .form-group input[type=email],.login-box .form-group input[type=password]{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.login-box .form-group input:focus{background:#fff;border-color:gold;box-shadow:0 0 0 3px #ffd70026;outline:none}.login-box .form-group.checkbox{align-items:center;display:flex;gap:.5rem}.login-box .form-group.checkbox label{cursor:pointer;font-weight:400;margin:0}.login-box .login-submit-btn,.login-box button[type=submit]{background-color:gold;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.5rem;padding:.8rem;transition:background-color .2s,transform .1s;width:100%}.login-box .login-submit-btn:hover,.login-box button[type=submit]:hover{background-color:#f0c800}.login-box .login-submit-btn:active,.login-box button[type=submit]:active{transform:translateY(1px)}.login-box .login-submit-btn:disabled,.login-box button[type=submit]:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.signup-link{color:#6b7280;font-size:.875rem;margin-top:1.5rem;text-align:center}.signup-link a{color:#d4a900;font-weight:600;text-decoration:none}.signup-link a:hover{text-decoration:underline}@media (max-width:480px){.login-box{border-radius:10px;padding:1.75rem}.login-box h2{font-size:1.5rem}}.signup-container{align-items:center;background:linear-gradient(135deg,#f8f9fa,#e9ecef);display:flex;justify-content:center;min-height:100vh;padding:1.5rem}.signup-box{background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000014;max-width:420px;padding:2.5rem;width:100%}.signup-box h2{color:#1a1a2e;font-size:1.6rem;font-weight:700;margin:0 0 1.75rem;text-align:center}.signup-box .form-group{margin-bottom:1.25rem}.signup-box .form-group label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.signup-box .form-group input{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:8px;font-size:1rem;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.signup-box .form-group input:focus{background:#fff;border-color:gold;box-shadow:0 0 0 3px #ffd70026;outline:none}.signup-button{background-color:gold;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;font-size:1rem;font-weight:600;margin-top:.25rem;padding:.8rem;transition:background-color .2s,transform .1s;width:100%}.signup-button:hover{background-color:#f0c800}.signup-button:active{transform:translateY(1px)}.signup-button:disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;transform:none}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:1.25rem;padding:.75rem 1rem}.error-message,.signup-footer{font-size:.875rem;text-align:center}.signup-footer{color:#6b7280;margin-top:1.5rem}.signup-footer p{margin-bottom:.5rem}.signup-footer a{color:#d4a900;font-weight:600;text-decoration:none}.signup-footer a:hover{text-decoration:underline}@media (max-width:480px){.signup-box{border-radius:10px;padding:1.75rem}.signup-box h2{font-size:1.4rem}}.profile-container{background:#fff;border-radius:12px;box-shadow:0 1px 3px #0000000a,0 4px 12px #0000000a;margin:2rem auto;max-width:800px;padding:2rem}.profile-container h1{border-bottom:2px solid #f3f4f6;color:#1a1a2e;font-size:1.75rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem}.profile-info{margin-bottom:2rem}.info-group{margin-bottom:1.5rem}.info-group label{color:#6b7280;display:block;font-size:.8rem;font-weight:500;letter-spacing:.5px;margin-bottom:.4rem;text-transform:uppercase}.info-group p{border-bottom:1px solid #f3f4f6;color:#1a1a2e;font-size:1.05rem;padding:.5rem 0}.form-group label{color:#6b7280;font-size:.8rem;letter-spacing:.5px;margin-bottom:.4rem;text-transform:uppercase}.form-group input{background:#fafafa;border:1.5px solid #e5e7eb;border-radius:8px;padding:.75rem 1rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-group input:focus{background:#fff;border-color:gold;box-shadow:0 0 0 3px #ffd70026;outline:none}.form-group input:disabled{background-color:#f5f5f5;cursor:not-allowed}.button-group{gap:1rem;margin-top:2rem}.cancel-button,.edit-button,.logout-button,.save-button{border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;padding:.7rem 1.5rem;transition:background-color .2s,transform .1s}.cancel-button:active,.edit-button:active,.logout-button:active,.save-button:active{transform:translateY(1px)}.edit-button{color:#1a1a2e}.edit-button:hover{background-color:#f0c800}.save-button{background-color:#16a34a}.save-button:hover{background-color:#15803d}.cancel-button{color:#4b5563}.logout-button{background-color:#fef2f2;border:1px solid #fecaca;color:#dc2626;margin-top:2rem}.logout-button:hover{background-color:#fee2e2}.ratings-section{border-top:2px solid #f3f4f6;margin-top:2.5rem;padding-top:2rem}.ratings-section h3{color:#1a1a2e;font-size:1.25rem;font-weight:700;margin-bottom:1.25rem}.ratings-list{grid-gap:1rem;display:grid;gap:1rem}.rating-item{align-items:center;background-color:#f8f9fa;border:1px solid #f3f4f6;border-radius:8px;display:flex;justify-content:space-between;padding:1rem}.rating-stars{display:flex;gap:.25rem}.star{color:#ddd}.star.filled{color:gold}.rating-date{color:#666;font-size:.875rem}@media (max-width:768px){.profile-container{border-radius:10px;margin:1rem;padding:1.25rem}.profile-container h1{font-size:1.4rem}.button-group{flex-direction:column}.button-group button{width:100%}.page-header{gap:.75rem}}@media (max-width:380px){.profile-container{margin:.5rem;padding:1rem}.profile-container h1{font-size:1.25rem}.info-group p{font-size:.95rem}}.search-results{margin:0 auto;max-width:1200px;padding:2rem 1.5rem}.search-results h2{color:#1a1a2e;font-size:1.5rem;font-weight:700;margin-bottom:1.5rem}.search-results .products-grid{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));padding:.5rem 0}.no-results{background:#fff;border:1px solid #f3f4f6;border-radius:12px;margin:1.5rem 0;padding:4rem 2rem;text-align:center}.no-results p{color:#6b7280;font-size:1.05rem}.search-results .error,.search-results .loading{color:#6b7280;font-size:1.1rem;padding:3rem;text-align:center}@media (max-width:768px){.search-results{padding:1.25rem 1rem}.search-results h2{font-size:1.25rem}.search-results .products-grid{gap:.75rem;grid-template-columns:repeat(2,1fr)}}@media (max-width:380px){.search-results{padding:1rem .75rem}.search-results h2{font-size:1.1rem}.no-results{padding:2.5rem 1rem}.no-results p{font-size:.9rem}}.homepage{flex-direction:column;min-height:100vh;overflow-x:hidden}.homepage,.main-content{display:flex;position:relative}.main-content{gap:20px;padding:20px;transition:margin-left .3s ease}.content-wrapper{flex:1 1;transition:width .3s ease}.mobile-category-toggle{display:none}.side-nav-open .main-content{margin-left:280px}@media (max-width:768px){.main-content{flex-direction:column;gap:10px;padding:10px}.mobile-category-toggle{align-items:center;background:#111827;border:none;border-radius:999px;box-shadow:0 10px 30px #11182740;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;left:.75rem;padding:.8rem 1rem;position:fixed;top:5.5rem;z-index:1000}.content-wrapper{padding-top:4.5rem}.side-nav-open .main-content{margin-left:0}}.info-page{margin:0 auto;max-width:1040px;padding:2rem 1rem}.info-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-bottom:1.5rem;padding:2rem}.info-panel h1{color:#1a1a2e;font-size:1.75rem;margin:0 0 1rem}.info-panel p{color:#4b5563;line-height:1.7;margin:0 0 1rem}.info-panel p:last-child{margin-bottom:0}.info-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.info-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.25rem}.info-card h2{color:#1f2937;font-size:1rem;margin:0 0 .65rem}.info-card p{color:#6b7280;font-size:.95rem;line-height:1.55;margin:0}@media (max-width:768px){.info-page{padding:1rem 0}.info-panel{padding:1.25rem}.info-grid{grid-template-columns:1fr}}.contacts-page{margin:0 auto;max-width:900px;padding:2rem 1rem}.contacts-note,.contacts-panel{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:2rem}.contacts-panel{margin-bottom:1.5rem}.contacts-note h2,.contacts-panel h1{color:#1a1a2e;margin:0 0 1rem}.contacts-panel h1{font-size:1.75rem}.contact-methods{grid-gap:1rem;display:grid;gap:1rem}.contact-method{align-items:flex-start;background:#f8fafc;border:1px solid #edf0f3;border-radius:8px;display:flex;gap:1rem;padding:1rem}.contact-method svg{color:#111827;flex:0 0 auto}.contact-method h2{color:#1f2937;font-size:1rem;margin:0 0 .25rem}.contact-method a,.contact-method p,.contacts-note p{color:#4b5563;line-height:1.6;margin:0}.contact-method a{font-weight:600;text-decoration:none}.contact-method a:hover{color:#111827}@media (max-width:768px){.contacts-page{padding:1rem 0}.contacts-note,.contacts-panel{padding:1.25rem}}.category-products-section{margin:0 auto;max-width:1400px;padding:2rem}.category-products-header{margin-bottom:2rem;text-align:center}.section-title{color:#333;font-size:2rem;font-weight:700;margin-bottom:.5rem}.product-count{color:#666;font-size:1rem}.products-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));padding:1rem}.no-products{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:2rem auto;max-width:600px;padding:3rem;text-align:center}.no-products p{color:#666;font-size:1.125rem;line-height:1.6}@media (max-width:768px){.category-products-section{padding:1rem}.section-title{font-size:1.5rem}.products-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));padding:.5rem}}@media (max-width:480px){.products-grid{grid-template-columns:1fr}}.admin-page{background-color:#f5f5f5;display:flex;flex-direction:column;min-height:100vh}.admin-login-container{align-items:center;display:flex;flex:1 1;justify-content:center;padding:2rem}.admin-login-box{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;max-width:400px;padding:2rem;width:100%}.admin-login-header{margin-bottom:2rem;text-align:center}.admin-login-header h2{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.admin-login-header p{color:#666;font-size:.875rem}.admin-login-error{background-color:#fee2e2;border-radius:4px;color:#dc2626;font-size:.875rem;margin-bottom:1rem;padding:.75rem;text-align:center}.admin-login-form{display:flex;flex-direction:column;gap:1rem}.admin-input{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:.75rem 1rem;transition:border-color .2s}.admin-input:focus{border-color:gold;outline:none}.admin-submit-button{background-color:gold;border:none;border-radius:4px;color:#333;cursor:pointer;font-weight:700;padding:.75rem 1rem;transition:background-color .2s}.admin-submit-button:hover{background-color:#ffc700}.admin-submit-button:disabled{background-color:#e5e5e5;cursor:not-allowed}.barcode-scanner{align-items:center;background:#111827b8;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:2000}.barcode-scanner-panel{background:#fff;border-radius:8px;box-shadow:0 24px 60px #00000047;overflow:hidden;width:min(100%,520px)}.scanner-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:space-between;padding:.85rem 1rem}.scanner-title{font-weight:700;gap:.5rem}.scanner-close-button,.scanner-title{align-items:center;color:#111827;display:inline-flex}.scanner-close-button{background:#f3f4f6;border:none;border-radius:4px;cursor:pointer;height:40px;justify-content:center;width:40px}.scanner-video-wrap{aspect-ratio:4/3;background:#111827;position:relative}.scanner-video{height:100%;object-fit:cover;width:100%}.scanner-target{border:3px solid gold;border-radius:8px;box-shadow:0 0 0 999px #11182738;height:34%;left:50%;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:78%}.scanner-target:after{background:#ffd700d9;content:"";height:2px;left:8%;position:absolute;right:8%;top:50%;transform:translateY(-50%)}.scanner-message{color:#4b5563;font-size:.9rem;line-height:1.4;margin:0;padding:.9rem 1rem 1rem}.scanner-message.error{background:#fef2f2;color:#dc2626}@media (max-width:768px){.barcode-scanner{align-items:flex-end;padding:0}.barcode-scanner-panel{border-radius:8px 8px 0 0;width:100%}.scanner-video-wrap{aspect-ratio:3/4}}.add-product-form{margin:0 auto;max-width:1200px;padding:2rem}.add-product-form select{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px;width:100%}.add-product-form select:focus{border-color:gold;box-shadow:0 0 0 2px #ffd70033;outline:none}.add-product-form optgroup{color:#374151;font-weight:600}.add-product-form option{font-weight:400;padding:8px}.form-section{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.form-section h3{color:#333;font-size:1.25rem;font-weight:700;margin-bottom:1.5rem}.form-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.form-group input[type=number],.form-group input[type=text],.form-group input[type=url],.form-group select,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:.75rem;transition:border-color .2s;width:100%}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{border-color:gold;outline:none}.checkbox-group{align-items:center;display:flex}.checkbox-group input[type=checkbox]{margin-right:.5rem}.array-input{display:flex;gap:1rem;margin-bottom:1rem}.array-input input{flex:1 1}.add-button,.remove-button,.upload-button{border:none;border-radius:4px;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s}.add-button:hover,.upload-button:hover{background-color:#ffc700}.specs-input{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr auto;margin-bottom:1rem}.specs-list{display:flex;flex-direction:column;gap:.5rem}.spec-item{align-items:center;background:#f8f8f8;border-radius:4px;display:flex;justify-content:space-between;padding:.75rem}.form-actions{display:flex;justify-content:flex-end;margin-top:2rem}.submit-button{font-weight:700;padding:.75rem 2rem}.barcode-section{background:#fafafa;border:2px dashed #e5e7eb}.barcode-section h3{align-items:center;display:flex;gap:.5rem}.barcode-hint{color:#6b7280;font-size:.85rem;margin-bottom:1rem}.barcode-input-group,.barcode-input-row{display:flex;gap:.75rem}.barcode-input-group{flex:1 1}.barcode-input{border:1px solid #ddd;border-radius:4px;flex:1 1;font-family:monospace;font-size:1rem;letter-spacing:.05em;padding:.75rem 1rem;transition:border-color .2s}.barcode-input:focus{border-color:gold;box-shadow:0 0 0 2px #ffd70033;outline:none}.barcode-scan-button{align-items:center;background-color:#fff;border:1px solid #d1d5db;border-radius:4px;color:#333;cursor:pointer;display:inline-flex;font-weight:600;gap:.45rem;justify-content:center;padding:.75rem 1rem;transition:border-color .2s,background-color .2s;white-space:nowrap}.barcode-scan-button:hover:not(:disabled){background-color:#fffbeb;border-color:gold}.barcode-scan-button:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.barcode-lookup-button{background-color:#333;border:none;border-radius:4px;color:#fff;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:background-color .2s;white-space:nowrap}.barcode-lookup-button:hover:not(:disabled){background-color:#555}.barcode-lookup-button:disabled{background-color:#d1d5db;cursor:not-allowed}.barcode-error{background-color:#fef2f2;color:#dc2626}.barcode-error,.barcode-success{border-radius:4px;font-size:.85rem;margin-top:.75rem;padding:.6rem .75rem}.barcode-success{background-color:#f0fdf4;color:#16a34a}.lookup-mode-toggle{display:flex;gap:.5rem;margin-bottom:.75rem}.mode-btn{align-items:center;background:#fff;border:2px solid #e5e7eb;border-radius:6px;color:#6b7280;cursor:pointer;display:flex;font-size:.85rem;font-weight:600;gap:.4rem;padding:.5rem 1rem;transition:all .2s}.mode-btn:hover{border-color:#d1d5db;color:#333}.mode-btn.active{background-color:#fffbeb;border-color:gold;color:#333}.search-input{font-family:inherit;letter-spacing:normal}.search-results{margin-top:1rem}.search-results-count{color:#6b7280;font-size:.85rem;margin-bottom:.75rem}.search-results-list{display:flex;flex-direction:column;gap:.5rem;max-height:320px;overflow-y:auto}.search-result-item{align-items:center;background:#fff;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;display:flex;padding:.75rem;transition:all .15s}.search-result-item:hover{background-color:#fffbeb;border-color:gold}.search-result-info{display:flex;flex-direction:column;gap:.15rem;min-width:0;width:100%}.search-result-name{color:#333;font-size:.85rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-result-brand{color:#6b7280;font-size:.75rem}.search-result-meta{color:#9ca3af;font-size:.75rem}.image-input-row{align-items:flex-start}.image-entry{margin-bottom:1rem}.image-preview{background:#f9fafb;border:1px solid #e5e7eb;border-radius:6px;flex-shrink:0;height:64px;margin-top:.5rem;object-fit:contain;width:64px}@media (max-width:768px){.add-product-form{padding:0}.add-product-form .form-section{margin-bottom:1rem;padding:1rem}.add-product-form .form-section h3{font-size:1rem;margin-bottom:1rem}.add-product-form .form-grid,.add-product-form .specs-input{gap:.75rem;grid-template-columns:1fr}.add-product-form .array-input,.add-product-form .barcode-input-group,.add-product-form .barcode-input-row,.add-product-form .image-input-row{flex-direction:column}.add-product-form .lookup-mode-toggle{display:grid;grid-template-columns:1fr 1fr}.add-product-form .add-button,.add-product-form .barcode-lookup-button,.add-product-form .barcode-scan-button,.add-product-form .mode-btn,.add-product-form .remove-button,.add-product-form .submit-button,.add-product-form .upload-button{justify-content:center;min-height:42px;width:100%}.add-product-form .form-actions{justify-content:stretch}.add-product-form .image-preview{height:120px;width:100%}}.admin-management{margin:0 auto;max-width:1200px;padding:2rem}.admin-management h2{color:#333;margin-bottom:2rem}.admin-form-container{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.admin-form{gap:1rem}.admin-form,.form-group{display:flex;flex-direction:column}.form-group{gap:.5rem}.form-group label{color:#555}.form-group input{border:1px solid #ddd;border-radius:4px;font-size:1rem;padding:.75rem}.submit-button{background-color:#007bff;color:#fff;font-size:1rem;margin-top:1rem;padding:.75rem}.submit-button:hover{background-color:#0056b3}.admin-form-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.danger-button,.secondary-button,.submit-button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;min-height:44px;padding:.75rem 1rem}.secondary-button{background-color:#e5e7eb;color:#374151}.secondary-button:hover{background-color:#d1d5db}.danger-button{background-color:#fee2e2;color:#dc2626}.danger-button:hover:not(:disabled){background-color:#fecaca}.danger-button:disabled,.secondary-button:disabled{cursor:not-allowed;opacity:.6}.error-message{background-color:#f8d7da;color:#dc3545;padding:.75rem}.success-message{background-color:#d4edda;color:#28a745;padding:.75rem}.admin-list{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;padding:2rem}.admin-list table{border-collapse:collapse;margin-top:1rem;width:100%}.admin-list td,.admin-list th{border-bottom:1px solid #ddd;padding:1rem;text-align:left}.admin-list th{color:#555;font-weight:600}.admin-list tr:hover{background-color:#f8f9fa}.admin-row-actions{display:flex;gap:.5rem}.table-button{font-size:.875rem;padding:.5rem .75rem}.admin-list-note{color:#6b7280;font-size:.875rem;margin-top:1rem}.admin-form-actions .submit-button{margin-top:0}.inline-button{align-self:flex-start}.password-reset-note{color:#6b7280;display:block;font-size:.75rem;margin-top:.35rem}.password-strength{align-items:center;display:flex;gap:.75rem;margin-top:.5rem}.strength-bar{background:#e5e7eb;border-radius:3px;flex:1 1;height:6px;overflow:hidden}.strength-fill{border-radius:3px;height:100%;transition:width .3s ease,background-color .3s ease}.strength-label{font-size:.75rem;font-weight:600;white-space:nowrap}.password-rules{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:.5rem 0 0;padding:0}.password-rules li{color:#9ca3af;font-size:.75rem;padding-left:1.25rem;position:relative}.password-rules li:before{color:#d1d5db;content:"\2717";font-size:.7rem;left:0;position:absolute}.password-rules li.met{color:#22c55e}.password-rules li.met:before{color:#22c55e;content:"\2713"}.password-mismatch{color:#dc2626}.password-match,.password-mismatch{display:block;font-size:.75rem;margin-top:.35rem}.password-match{color:#22c55e}@media (max-width:768px){.admin-management{padding:1rem 0}.admin-management h2{font-size:1.1rem;margin-bottom:1rem}.admin-form-container,.admin-list{padding:1rem}.admin-form-actions,.admin-row-actions{flex-direction:column}.admin-management .danger-button,.admin-management .secondary-button,.admin-management .submit-button,.admin-management .table-button{width:100%}.admin-list{overflow-x:auto}.admin-list td,.admin-list th{font-size:.8rem;padding:.75rem}.password-strength{align-items:stretch;flex-direction:column;gap:.4rem}}.manage-products{padding:2rem}.manage-products-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.manage-products-header h2{color:#333;font-size:1.5rem}.search-input{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:.5rem 1rem;width:300px}.products-table{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow-x:auto}table{border-collapse:collapse;width:100%}td,th{border-bottom:1px solid #eee;padding:1rem;text-align:left}th{background-color:#f8f8f8;color:#333;font-weight:600}.product-thumbnail{border-radius:4px;height:50px;object-fit:cover;width:50px}.action-button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:inline-flex;justify-content:center;margin-right:.5rem;padding:.5rem;transition:background-color .2s}.action-button.edit{background-color:gold;color:#333}.action-button.edit:hover{background-color:#ffc700}.action-button.delete{background-color:#fee2e2;color:#dc2626}.action-button.delete:hover{background-color:#fecaca}.edit-modal{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.edit-modal-content{background:#fff;border-radius:8px;max-height:90vh;max-width:800px;overflow-y:auto;padding:2rem;width:90%}.edit-modal-content h3{color:#333;margin-bottom:1.5rem}.form-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));margin-bottom:1.5rem}.form-group{margin-bottom:1rem}.form-group label{color:#333}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:.75rem;width:100%}.image-input-row{align-items:center;display:flex;gap:.75rem}.image-input-row input{flex:1 1}.form-group select{border:1px solid #ddd;border-radius:4px;font-size:.875rem;padding:.75rem;width:100%}.form-group.full-width{grid-column:1/-1}.modal-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.cancel-button,.save-button{font-weight:500;padding:.75rem 1.5rem;transition:background-color .2s}.save-button{background-color:gold;color:#333}.save-button:hover{background-color:#ffc700}.cancel-button{background-color:#f3f4f6;color:#333}.cancel-button:hover{background-color:#e5e7eb}.additional-images{gap:1rem;margin-top:.5rem}.additional-images,.edit-list{display:flex;flex-direction:column}.edit-list{gap:.75rem}.edit-list-row,.specification-row{align-items:center;display:flex;gap:1rem}.edit-list-row input,.specification-row input{flex:1 1}.specification-row{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) auto}.image-input-group{align-items:center;display:flex;gap:1rem}.image-input-group input{flex:1 1}.edit-image-preview{background:#f8fafc;border:1px solid #e5e7eb;border-radius:6px;flex:0 0 auto;height:52px;object-fit:contain;width:52px}.add-button{align-self:flex-start;background-color:gold;color:#333;font-weight:500;padding:.75rem 1rem;transition:background-color .2s}.add-button:hover{background-color:#ffc700}.upload-button{border:none;font-weight:500;line-height:1;min-height:42px;padding:.65rem 1rem;white-space:nowrap}.add-images-upload{align-self:flex-start}.remove-button{background-color:#fee2e2;border:none;border-radius:4px;color:#dc2626;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:background-color .2s;white-space:nowrap}.remove-button:hover{background-color:#fecaca}.feature-btn{background-color:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;margin-left:8px;padding:6px 12px;transition:all .3s ease}.feature-btn.featured{background-color:gold;border-color:gold;color:#000}.feature-btn:hover{background-color:#fff5cc;border-color:gold}.feature-btn.featured:hover{background-color:#ffed4a}.product-actions{align-items:center;display:flex;gap:8px}@media (max-width:768px){.manage-products{padding:1rem 0}.manage-products-header{align-items:stretch;flex-direction:column;gap:.75rem;margin-bottom:1rem}.manage-products-header h2{font-size:1.1rem;margin:0}.search-input{min-height:42px;width:100%}.products-table{border:1px solid #e5e7eb;box-shadow:0 10px 24px #0f172a0f}.products-table td,.products-table th{font-size:.8rem;padding:.75rem}.edit-modal{align-items:flex-end}.edit-modal-content{border-radius:8px 8px 0 0;max-height:92vh;padding:1rem;width:100%}.edit-modal-content .form-grid{gap:.75rem;grid-template-columns:1fr}.edit-list-row,.image-input-group,.image-input-row,.modal-actions{align-items:stretch;flex-direction:column}.specification-row{gap:.75rem;grid-template-columns:1fr}.edit-modal-content .add-button,.edit-modal-content .cancel-button,.edit-modal-content .remove-button,.edit-modal-content .save-button,.edit-modal-content .upload-button{min-height:42px;width:100%}.edit-image-preview{height:120px;width:100%}}.manage-hero-slider{padding:2rem}.manage-hero-slider h2{color:#333;margin-bottom:2rem}.error-message{background-color:#fee2e2;color:#dc2626}.error-message,.success-message{border-radius:4px;margin-bottom:1rem;padding:1rem}.success-message{background-color:#ecfdf5;color:#047857}.slider-toolbar{display:flex;justify-content:flex-end;margin-bottom:1rem}.save-order-button{align-items:center;background-color:#111827;border:none;border-radius:4px;color:#fff;cursor:pointer;display:inline-flex;font-weight:600;gap:.5rem;padding:.75rem 1rem}.save-order-button:disabled{cursor:not-allowed;opacity:.5}.slide-form{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin-bottom:2rem;padding:2rem}.form-header{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.form-header h3{color:#333;margin:0}.form-group{margin-bottom:1.5rem}.form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;padding:.75rem;width:100%}.form-group textarea{min-height:100px;resize:vertical}.form-group select{background-color:#fff;cursor:pointer}.form-group select:focus{border-color:gold;box-shadow:0 0 0 2px #ffd70033;outline:none}.form-group optgroup{color:#374151;font-weight:600}.form-group option{font-weight:400;padding:8px}.field-note{color:#6b7280;display:block;font-size:.75rem;margin-top:.35rem}.upload-button{align-items:center;background-color:gold;border-radius:4px;color:#333;cursor:pointer;display:inline-flex;font-weight:600;justify-content:center;margin-top:.75rem;padding:.75rem 1rem;transition:background-color .2s}.upload-button:hover{background-color:#ffc700}.file-input{display:none}.form-image-preview{border:1px solid #d1d5db;border-radius:8px;display:block;margin-top:.75rem;max-width:320px;object-fit:cover;width:100%}.color-picker-group{position:relative}.color-preview{align-items:center;border:1px solid #d1d5db;border-radius:4px;cursor:pointer;display:flex;gap:1rem;padding:.5rem}.color-swatch{border:1px solid #d1d5db;border-radius:4px;height:36px;width:36px}.color-picker-popover{left:0;position:absolute;top:calc(100% + 10px);z-index:1000}.color-picker-cover{bottom:0;left:0;position:fixed;right:0;top:0;z-index:999}.color-picker-popover>div{position:relative;z-index:1001}.submit-button{align-items:center;background-color:gold;border:none;border-radius:4px;color:#333;cursor:pointer;display:flex;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:background-color .2s}.submit-button:hover{background-color:#ffc700}.cancel-button{background-color:#e5e7eb;border:none;border-radius:4px;color:#374151;cursor:pointer;font-weight:600;margin-left:1rem;padding:.75rem 1.5rem}.slides-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.slide-item{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;display:flex;overflow:hidden}.slide-preview{height:150px;object-fit:cover;width:200px}.slide-content{display:flex;flex:1 1;flex-direction:column;padding:1rem}.slide-content h3{color:#333;font-size:1.125rem;margin:0}.slide-card-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.slide-color-chip{align-items:center;background:#f3f4f6;border-radius:999px;color:#374151;display:inline-flex;font-size:.75rem;font-weight:600;gap:.5rem;padding:.35rem .6rem}.slide-color-swatch{border:1px solid #0000001f;border-radius:999px;flex-shrink:0;height:14px;width:14px}.slide-content p{color:#666;margin:.5rem 0}.slide-actions{display:flex;gap:.5rem;margin-top:auto}.delete-button,.edit-button,.move-button{align-items:center;border:none;border-radius:4px;cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:background-color .2s}.move-button{background-color:#e5e7eb;color:#374151}.move-button:hover{background-color:#d1d5db}.move-button:disabled{cursor:not-allowed;opacity:.5}.edit-button{background-color:gold;color:#333}.edit-button:hover{background-color:#ffc700}.delete-button{background-color:#fee2e2;color:#dc2626}.delete-button:hover{background-color:#fecaca}.add-button{align-items:center;background:#4caf50;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;font-size:1rem;gap:.5rem;padding:.75rem 1.5rem}.add-button:hover{background:#45a049}.slide-info{align-items:center;display:flex;gap:1rem}.slide-thumbnail{border-radius:4px;height:60px;object-fit:cover;width:100px}.slide-details h4{color:#333;margin:0}.slide-details p{color:#666;margin:.25rem 0}.edit-form{grid-gap:1rem;display:grid;gap:1rem;width:100%}.edit-form input{border:1px solid #ddd;border-radius:4px;padding:.5rem}.button-group{display:flex;gap:.5rem}.cancel-button,.save-button{border:none;border-radius:4px;cursor:pointer;padding:.5rem 1rem}.save-button{background:#4caf50;color:#fff}.cancel-button{background:#9e9e9e;color:#fff}.error,.loading{color:#666;padding:2rem;text-align:center}@media (max-width:768px){.manage-hero-slider{padding:1rem 0}.manage-hero-slider h2{font-size:1.1rem;margin-bottom:1rem}.slider-toolbar{justify-content:stretch}.manage-hero-slider .add-button,.manage-hero-slider .cancel-button,.manage-hero-slider .save-order-button,.manage-hero-slider .submit-button{justify-content:center;min-height:42px;width:100%}.slide-form{margin-bottom:1rem;padding:1rem}.form-header{align-items:stretch;flex-direction:column}.form-header h3{font-size:1rem}.form-image-preview{max-width:100%}.color-picker-popover{max-width:calc(100vw - 2rem)}.button-group,.slide-actions{flex-wrap:wrap}.slide-item{flex-direction:column}.slide-preview{height:150px;width:100%}.slide-card-header{align-items:flex-start;flex-direction:column;gap:.5rem}.slide-content h3{font-size:1rem}.slide-content p{font-size:.85rem}}.manage-free-shipping-card h2{color:#333;margin:0 0 1.5rem}.shipping-settings-layout{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:minmax(0,1.4fr) minmax(260px,.8fr)}.shipping-preview-panel,.shipping-settings-form{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.manage-free-shipping-card .form-group{margin-bottom:1.5rem}.manage-free-shipping-card .form-group label{color:#374151;display:block;font-weight:500;margin-bottom:.5rem}.manage-free-shipping-card .form-group input{border:1px solid #d1d5db;border-radius:4px;font-size:.875rem;padding:.75rem;width:100%}.settings-subsection{border-top:1px solid #eef2f7;margin:0 0 1rem;padding-top:.25rem}.settings-subsection:first-of-type{border-top:none}.settings-subsection h3{color:#1f2937;font-size:1rem;margin:0}.manage-free-shipping-card .color-picker-group{position:relative}.manage-free-shipping-card .color-preview{align-items:center;background:#fff;border:1px solid #d1d5db;border-radius:4px;color:#374151;cursor:pointer;display:flex;gap:1rem;padding:.5rem;width:100%}.manage-free-shipping-card .color-swatch{border:1px solid #d1d5db;border-radius:4px;height:36px;width:36px}.manage-free-shipping-card .color-picker-popover{left:0;position:absolute;top:calc(100% + 10px);z-index:1000}.manage-free-shipping-card .color-picker-cover{inset:0;position:fixed;z-index:999}.manage-free-shipping-card .color-picker-popover>div{position:relative;z-index:1001}.toggle-row{align-items:center;color:#374151;display:flex;font-weight:600;gap:.6rem;margin-bottom:1.5rem}.toggle-row input{accent-color:gold;height:18px;width:18px}.save-shipping-button{align-items:center;background-color:gold;border:none;border-radius:4px;color:#333;cursor:pointer;display:inline-flex;font-weight:700;gap:.5rem;justify-content:center;min-height:44px;padding:.75rem 1.2rem}.save-shipping-button:hover:not(:disabled){background-color:#ffc700}.save-shipping-button:disabled{cursor:not-allowed;opacity:.65}.shipping-preview-panel h3{color:#333;margin:0 0 1rem}.shipping-preview-list{grid-gap:1rem;display:grid;gap:1rem}.shipping-preview-card{align-items:center;background:#f8fafc;border:1px solid #edf0f3;border-radius:8px;display:flex;gap:1rem;padding:1.25rem}.shipping-preview-card.disabled{opacity:.45}.shipping-preview-card h4{color:#1f2937;margin:0 0 .25rem}.shipping-preview-card p,.shipping-preview-card span{color:#6b7280;display:block;font-size:.875rem;line-height:1.4;margin:0}@media (max-width:768px){.shipping-settings-layout{gap:1rem;grid-template-columns:1fr}.shipping-preview-panel,.shipping-settings-form{padding:1rem}.save-shipping-button{width:100%}}.manage-pickup-orders{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 24px #0f172a0f;margin-top:2rem;padding:2rem}.pickup-admin-header{align-items:flex-start;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.pickup-admin-header h2{color:#333;font-size:1.25rem;margin:0 0 .35rem}.pickup-admin-header p{color:#666;margin:0}.refresh-pickups-button{background:gold;border:none;border-radius:4px;color:#333;cursor:pointer;font-weight:600;min-height:40px;padding:.5rem 1rem}.pickup-summary-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(170px,1fr));margin-bottom:1.5rem}.pickup-summary-card{grid-gap:.4rem;align-items:center;background:#f8fafc;border:1px solid #edf0f3;border-radius:8px;color:#4b5563;display:grid;gap:.4rem;padding:1rem}.pickup-summary-card svg{color:#1f2937}.pickup-summary-card span{font-size:.85rem}.pickup-summary-card strong{color:#111827;font-size:1.55rem}.pickup-empty-state{align-items:center;background:#f8fafc;border:1px solid #edf0f3;border-radius:8px;color:#6b7280;display:flex;flex-direction:column;gap:.75rem;justify-content:center;min-height:190px;padding:2rem;text-align:center}.pickup-empty-state h3,.pickup-empty-state p{margin:0}.pickup-order-row,.pickup-orders-list{grid-gap:1rem;display:grid;gap:1rem}.pickup-order-row{align-items:flex-start;border:1px solid #e5e7eb;border-radius:8px;grid-template-columns:84px minmax(0,1fr) 180px;padding:1rem}.pickup-order-row img{object-fit:cover}.pickup-image-placeholder,.pickup-order-row img{background:#f3f4f6;border-radius:6px;height:84px;width:84px}.pickup-image-placeholder{align-items:center;color:#9ca3af;display:flex;justify-content:center}.pickup-order-main{min-width:0}.pickup-order-title-row{align-items:flex-start;display:flex;gap:.75rem;justify-content:space-between}.pickup-order-title-row h3{color:#111827;font-size:1rem;line-height:1.3;margin:0}.pickup-status-badge{border-radius:999px;font-size:.75rem;font-weight:700;padding:.3rem .65rem;white-space:nowrap}.pickup-status-badge.requested{background:#fff3cd;color:#856404}.pickup-status-badge.ready{background:#dbeafe;color:#1e40af}.pickup-status-badge.picked_up{background:#dcfce7;color:#166534}.pickup-status-badge.cancelled{background:#fee2e2;color:#991b1b}.pickup-contact,.pickup-order-meta{color:#6b7280;display:flex;flex-wrap:wrap;font-size:.82rem;gap:.65rem;margin-top:.55rem}.pickup-schedule{background:#fffbeb;border:1px solid #fde68a;border-radius:6px;color:#92400e;display:inline-flex;font-size:.85rem;font-weight:700;margin-top:.65rem;padding:.45rem .65rem}.pickup-contact strong{color:#374151}.pickup-notes{background:#f8fafc;border-radius:6px;color:#4b5563;font-size:.85rem;line-height:1.45;margin:.75rem 0 0;padding:.75rem}.pickup-status-control{grid-gap:.35rem;color:#374151;display:grid;font-size:.78rem;font-weight:700;gap:.35rem}.pickup-status-control select{border:1px solid #d1d5db;border-radius:6px;font:inherit;min-height:40px;padding:.45rem .55rem}.pickup-status-control select:focus{border-color:gold;box-shadow:0 0 0 3px #ffd7002e;outline:none}.restock-pickup-button{background:#111827;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;min-height:40px;padding:.55rem .75rem}.restock-pickup-button:disabled{background:#9ca3af;cursor:not-allowed}.stock-restored-label{background:#dcfce7;border-radius:6px;color:#166534;font-size:.78rem;font-weight:700;padding:.45rem .55rem;text-align:center}@media (max-width:768px){.manage-pickup-orders{margin-top:1rem;padding:1rem}.pickup-admin-header{flex-direction:column}.refresh-pickups-button{width:100%}.pickup-order-row{grid-template-columns:72px minmax(0,1fr)}.pickup-image-placeholder,.pickup-order-row img{height:72px;width:72px}.pickup-status-control{grid-column:1/-1}}@media (max-width:420px){.pickup-order-row{grid-template-columns:1fr}.pickup-image-placeholder,.pickup-order-row img{height:170px;width:100%}.pickup-order-title-row{flex-direction:column}}.admin-dashboard{background:#f4f6f8;min-height:100vh}.dashboard-header{align-items:center;background:#111827;box-shadow:0 10px 30px #11182724;display:flex;gap:1rem;justify-content:space-between;padding:1rem 2rem;position:sticky;top:0;z-index:20}.dashboard-title{color:#fff;font-size:1.5rem;font-weight:700;margin:0}.header-right{align-items:center;display:flex;gap:1rem}.admin-email{color:#d1d5db;max-width:34vw;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.logout-button{align-items:center;background-color:gold;border:none;border-radius:4px;color:#333;cursor:pointer;display:flex;font-weight:500;min-height:40px;padding:.5rem 1rem;transition:background-color .2s}.logout-button:hover{background-color:#ffc700}.dashboard-content{margin:2rem auto;max-width:1280px;padding:0 2rem}.menu-tiles{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-top:2rem}.menu-tile{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 24px #0f172a0f;color:inherit;cursor:pointer;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s,border-color .2s}.menu-tile.active,.menu-tile:hover{border-color:gold;box-shadow:0 14px 30px #0f172a1a;transform:translateY(-4px)}.tile-header{gap:1rem;margin-bottom:1rem}.tile-header,.tile-icon{align-items:center;display:flex}.tile-icon{background-color:gold;border-radius:8px;justify-content:center;padding:.75rem}.tile-title{color:#333;font-size:1.25rem;font-weight:700}.tile-description{color:#666;font-size:.875rem;line-height:1.5}.analytics-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 10px 24px #0f172a0f;margin-top:2rem;padding:2rem}.dashboard-active-section{scroll-margin-top:6rem}.analytics-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.analytics-title{color:#333;font-size:1.25rem;font-weight:700}.analytics-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.analytics-card{background:#f8fafc;border:1px solid #edf0f3;border-radius:8px;padding:1.5rem;text-align:center}.analytics-value{color:#333;font-size:2rem;font-weight:700;margin-bottom:.5rem}.analytics-label{color:#666;font-size:.875rem}@media (max-width:768px){.dashboard-header{align-items:flex-start;flex-direction:column;padding:.9rem 1rem}.dashboard-title{font-size:1.25rem}.header-right{justify-content:space-between;width:100%}.admin-email{font-size:.8rem;max-width:calc(100vw - 9.5rem)}.logout-button{padding:.5rem .75rem;white-space:nowrap}.dashboard-content{margin:0;padding:1rem}.menu-tiles{gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:0}.menu-tile{min-height:116px;padding:.85rem}.menu-tile.active,.menu-tile:hover{transform:none}.tile-header{align-items:flex-start;flex-direction:column;gap:.55rem;margin-bottom:.45rem}.tile-icon{padding:.55rem}.tile-title{font-size:.95rem;line-height:1.2}.tile-description{font-size:.75rem;line-height:1.35;margin:0}.analytics-container{margin-top:1rem;padding:1rem}.analytics-header{margin-bottom:1rem}.analytics-title{font-size:1rem}.analytics-grid{gap:.75rem;grid-template-columns:repeat(2,minmax(0,1fr))}.analytics-card{padding:1rem .75rem}.analytics-value{font-size:1.35rem}}@media (max-width:390px){.dashboard-header{padding:.8rem}.dashboard-content{padding:.75rem}.menu-tiles{gap:.6rem}.menu-tile{padding:.75rem}.tile-title{font-size:.88rem}.tile-description{font-size:.7rem}.analytics-grid{grid-template-columns:1fr}}.orders-container{margin:2rem auto;max-width:900px;padding:0 1.5rem}.orders-container h1{border-bottom:2px solid #f3f4f6;color:#1a1a2e;font-size:1.75rem;font-weight:700;margin-bottom:2rem;padding-bottom:1rem}.loading{color:#666;font-size:1.2rem;min-height:300px}.empty-orders,.loading{align-items:center;display:flex;justify-content:center}.empty-orders{background:#fff;border:1px solid #f3f4f6;border-radius:12px;box-shadow:0 1px 3px #0000000a;flex-direction:column;padding:4rem 2rem;text-align:center}.empty-orders svg{color:#ddd;margin-bottom:1.5rem}.empty-orders h2{color:#333;margin-bottom:1rem}.empty-orders p{color:#666;font-size:1.1rem}.orders-list{display:flex;flex-direction:column;gap:1.5rem}.order-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 1px 3px #0000000a;overflow:hidden;transition:box-shadow .2s}.order-card:hover{box-shadow:0 4px 12px #0000000f}.order-header{align-items:center;background:#f8f9fa;border-bottom:1px solid #f3f4f6;display:flex;justify-content:space-between;padding:1rem 1.25rem}.order-info{display:flex;flex-direction:column;gap:.25rem}.order-date{color:#666;font-size:.875rem}.order-id{color:#333;font-weight:500}.order-status{align-items:center;border-radius:8px;display:flex;font-size:.8rem;font-weight:600;gap:.4rem;padding:.4rem .85rem}.order-status.processing{background-color:#fff3cd;color:#856404}.order-status.shipped{background-color:#cce5ff;color:#004085}.order-status.delivered{background-color:#d4edda;color:#155724}.order-status.pickup.requested,.order-status.ready.for.pickup{background-color:#fff3cd;color:#856404}.order-status.picked.up{background-color:#d4edda;color:#155724}.status-icon{height:18px;width:18px}.order-content{padding:1rem}.product-info{display:flex;gap:1rem;margin-bottom:1rem}.product-info img{border-radius:4px;height:100px;object-fit:cover;width:100px}.order-image-placeholder{align-items:center;background:#f3f4f6;border-radius:4px;color:#9ca3af;display:flex;flex-shrink:0;height:100px;justify-content:center;width:100px}.product-details{flex:1 1}.product-details h3{color:#333;margin-bottom:.5rem}.quantity{color:#666;font-size:.875rem;margin-bottom:.25rem}.price{color:#333;font-size:1.1rem;font-weight:500}.pickup-method{color:#856404;font-size:.875rem;font-weight:600;margin-top:.35rem}.tracking-info{border-top:1px solid #eee;margin-top:1rem;padding-top:1rem}.pickup-info{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;padding:.85rem}.tracking-info p{color:#666;font-size:.875rem;margin-bottom:.5rem}.track-button{background-color:gold;border:none;border-radius:8px;color:#1a1a2e;cursor:pointer;font-size:.85rem;font-weight:600;padding:.5rem 1rem;transition:background-color .2s}.track-button:hover{background-color:#f0c800}.page-header{border-bottom:2px solid #f3f4f6;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.back-button,.page-header{align-items:center;display:flex}.back-button{background:#f3f4f6;border:none;border-radius:8px;color:#4b5563;cursor:pointer;font-size:.85rem;gap:.5rem;padding:.45rem .85rem;transition:all .2s}.back-button:hover{background:#e5e7eb;color:#1a1a2e}.back-button svg{stroke-width:2px}@media (max-width:768px){.orders-container{margin:1rem;padding:0 .75rem}.orders-container h1{font-size:1.4rem}.order-header{align-items:flex-start;gap:.75rem;padding:1rem}.order-header,.product-info{flex-direction:column}.product-info img{border-radius:8px}.order-image-placeholder,.product-info img{height:180px;width:100%}}@media (max-width:380px){.orders-container{margin:.5rem}.orders-container h1{font-size:1.25rem}.order-card{border-radius:10px}.order-status{font-size:.75rem;padding:.35rem .65rem}}.app{display:flex;flex-direction:column;min-height:100vh}.main-layout{background-color:#f8f9fa;display:flex;flex:1 1;gap:24px;padding:24px}.main-content{flex:1 1;min-width:0}@media (max-width:1200px){.main-layout{flex-direction:column;padding:16px}}@media (max-width:768px){.main-layout{padding:12px}}
/*# sourceMappingURL=main.d2e63fb9.css.map*/