.search-bar{flex:1 1;margin:0 1rem;max-width:500px;position:relative}.search-bar__form{align-items:center;background:var(--input-bg);border-radius:2rem;box-shadow:0 2px 8px var(--shadow-md);display:flex;padding:.5rem 1rem;transition:box-shadow .2s ease}.search-bar__form:focus-within{box-shadow:0 4px 12px #667eea4d}.search-bar__input{background:#0000;border:none;color:var(--text-primary);flex:1 1;font-size:.9375rem;outline:none;padding:.25rem .5rem}.search-bar__input::placeholder{color:var(--text-tertiary)}.search-bar__button{align-items:center;background:none;border:none;color:var(--accent-primary);cursor:pointer;display:flex;justify-content:center;padding:.25rem;transition:transform .2s ease}.search-bar__button:hover{transform:scale(1.1)}.search-bar__icon{height:1.25rem;width:1.25rem}.search-bar__suggestions{background:var(--card-bg);border-radius:.75rem;box-shadow:0 4px 20px var(--shadow-lg);left:0;margin-top:.25rem;max-height:400px;overflow-y:auto;position:absolute;right:0;top:calc(100% + .5rem);z-index:1000}.search-bar__suggestion-item{align-items:center;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;gap:.75rem;padding:.75rem 1rem;transition:background-color .2s ease}.search-bar__suggestion-item:last-child{border-bottom:none}.search-bar__suggestion-item:hover{background:var(--bg-secondary)}.search-bar__suggestion-item--empty,.search-bar__suggestion-item--loading{color:var(--text-secondary);cursor:default;justify-content:center}.search-bar__suggestion-item--action{background:var(--bg-secondary);font-weight:500}.search-bar__suggestion-item--action:hover{background:var(--bg-tertiary)}.search-bar__suggestion-image{border-radius:.5rem;flex-shrink:0;height:3rem;object-fit:cover;width:3rem}.search-bar__suggestion-icon{align-items:center;display:flex;flex-shrink:0;font-size:1.5rem;height:3rem;justify-content:center;width:3rem}.search-bar__suggestion-content{flex:1 1;min-width:0}.search-bar__suggestion-name{color:var(--text-primary);font-size:.9375rem;font-weight:500;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.search-bar__suggestion-category{color:var(--text-secondary);font-size:.8125rem;margin-bottom:.25rem}.search-bar__suggestion-price{color:var(--accent-primary);font-size:.9375rem;font-weight:600}.search-bar__suggestion-price-container{align-items:flex-start;display:flex;flex-direction:column;gap:.125rem}.search-bar__suggestion-price-original{color:var(--text-tertiary);font-size:.8125rem;font-weight:400;text-decoration:line-through;-webkit-text-decoration-color:var(--text-tertiary);text-decoration-color:var(--text-tertiary);text-decoration-thickness:.125rem}.search-bar__suggestion-price-discounted{color:var(--error);font-size:.9375rem;font-weight:600}@media (max-width:768px){.search-bar{margin:0 .5rem;max-width:100%;position:relative}.search-bar__suggestions{border-left:none;border-radius:0;border-right:none;margin-left:0;max-height:300px;right:auto}}.header{backdrop-filter:blur(1rem);-webkit-backdrop-filter:blur(1rem);background:var(--header-bg);box-shadow:0 .125rem .5rem var(--shadow-sm);left:0;opacity:1;position:fixed;right:0;top:0;transform:translateY(0);transition:background .4s cubic-bezier(.4,0,.2,1),box-shadow .4s cubic-bezier(.4,0,.2,1);will-change:background,box-shadow;z-index:1000}.header--animated{animation:headerSlideDown .6s cubic-bezier(.4,0,.2,1) .2s forwards}@keyframes headerSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.header--scrolled{background:var(--header-bg-scrolled);box-shadow:0 .25rem 1rem var(--shadow-md);padding:.5rem 0}.header__container{align-items:center;display:flex;justify-content:space-between;margin:0 auto;max-width:75rem;padding:1.25rem 2rem;position:relative;transition:padding .4s cubic-bezier(.4,0,.2,1)}.header--scrolled .header__container{padding:.75rem 2rem}.header__logo{align-items:center;display:flex;text-decoration:none}.header__logo-text{-webkit-text-fill-color:#0000;background:var(--accent-gradient);-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;position:relative;transition:all .3s ease}.header--scrolled .header__logo-text{font-size:1.25rem}.header__logo-text:after{background:var(--accent-gradient);bottom:-.25rem;content:"";height:.125rem;left:0;position:absolute;transition:width .3s ease;width:0}.header__logo:hover .header__logo-text:after{width:100%}.header__nav{align-items:center;display:flex;gap:2rem}.header__nav-link{color:var(--text-primary);font-size:.9375rem;font-weight:500;padding:.5rem 0;position:relative;text-decoration:none;transition:color .3s ease}.header--scrolled .header__nav-link{font-size:.875rem}.header__nav-link:before{background:var(--accent-gradient);border-radius:.0625rem;bottom:0;content:"";height:.125rem;left:0;position:absolute;transition:width .3s cubic-bezier(.4,0,.2,1);width:0}.header__nav-link:hover{color:var(--accent-primary)}.header__nav-link--active:before,.header__nav-link:hover:before{width:100%}.header__nav-link--active{color:var(--accent-primary)}.header__cart-button{color:inherit;text-decoration:none}.header__actions{align-items:center;display:flex;gap:1rem}.header__admin-button{align-items:center;background:#0000;border:.125rem solid var(--accent-primary);border-radius:.5rem;color:var(--accent-primary);display:flex;font-size:.9375rem;font-weight:500;gap:.5rem;padding:.5rem 1rem;text-decoration:none;transition:all .3s ease}.header__admin-button:hover{box-shadow:0 .25rem .75rem #667eea4d;transform:translateY(-.125rem)}.header__admin-button--active,.header__admin-button:hover{background:var(--accent-primary);color:#fff}.header__cart-button{align-items:center;background:#0000;border:none;border-radius:.5rem;cursor:pointer;display:flex;justify-content:center;padding:.5rem;position:relative;transition:all .3s ease}.header__cart-button:hover{background:#667eea1a;transform:scale(1.1)}.header__cart-icon{color:var(--text-primary);height:1.5rem;transition:color .3s ease;width:1.5rem}.header__cart-button:hover .header__cart-icon{color:var(--accent-primary)}.header__cart-badge{animation:badgePulse 2s ease-in-out infinite;background:var(--accent-gradient);border-radius:.625rem;box-shadow:0 .125rem .375rem #667eea66;color:#fff;font-size:.625rem;font-weight:600;min-width:1.125rem;padding:.125rem .375rem;position:absolute;right:0;text-align:center;top:0;transform:translate(25%,-25%)}@keyframes badgePulse{0%,to{transform:translate(25%,-25%) scale(1)}50%{transform:translate(25%,-25%) scale(1.1)}}.header__menu-button{align-items:center;background:#0000;border:none;border-radius:.5rem;cursor:pointer;display:none;flex-direction:column;gap:.25rem;height:2rem;justify-content:center;margin-right:1rem;order:-1;padding:.5rem;position:relative;transition:all .3s ease;width:2rem;z-index:1001}.header__menu-button span{background:var(--text-primary);border-radius:.0625rem;height:.125rem;transform-origin:center;transition:all .3s cubic-bezier(.4,0,.2,1);width:1.5rem}.header__menu-button:hover{background:#667eea1a}.header__menu-button:hover span{background:var(--accent-primary)}.header__menu-button--active span:first-child{transform:translateY(.375rem) rotate(45deg)}.header__menu-button--active span:nth-child(2){opacity:0;transform:scale(0)}.header__menu-button--active span:nth-child(3){transform:translateY(-.375rem) rotate(-45deg)}.header__mobile-menu{backdrop-filter:blur(.25rem);-webkit-backdrop-filter:blur(.25rem);background:#00000080;bottom:0;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:opacity .3s ease,visibility .3s ease;visibility:hidden;width:100%;z-index:1000}.header__mobile-menu--open{opacity:1;visibility:visible}.header__mobile-nav{background:var(--card-bg);bottom:0;box-shadow:.25rem 0 1rem var(--shadow-md);display:flex;flex-direction:column;gap:0;height:100vh;left:0;max-width:80vw;overflow-y:auto;padding:4.5rem 1.5rem 1.5rem;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);width:18.75rem}.header__mobile-menu--open .header__mobile-nav{transform:translateX(0)}.header__mobile-nav-link{border-bottom:none;color:var(--text-primary);display:block;font-size:1.125rem;font-weight:500;margin-bottom:.5rem;padding:1.25rem 0;position:relative;text-decoration:none;transition:color .3s ease,padding-left .3s ease}.header__mobile-nav-link:last-child{border-bottom:none}.header__mobile-nav-link:hover{color:var(--accent-primary);padding-left:.5rem}.header__mobile-nav-link--active{color:var(--accent-primary);font-weight:600}.header__mobile-theme-toggle{background:#0000;border:none;cursor:pointer;font-family:inherit;font-size:1.125rem;margin-bottom:.5rem;margin-top:.5rem;padding:1.25rem 0;text-align:left;width:100%}.header__mobile-theme-toggle:hover{color:var(--accent-primary);padding-left:.5rem}.header__mobile-nav-link--active:before{display:none}.header__theme-toggle{align-items:center;background:#0000;border:none;border-radius:.5rem;color:var(--text-primary);cursor:pointer;display:flex;justify-content:center;padding:.5rem;transition:all .3s ease}.header__theme-toggle:hover{background:#667eea1a;transform:scale(1.1)}.header__theme-icon{height:1.5rem;transition:transform .3s ease;width:1.5rem}.header__theme-toggle:hover .header__theme-icon{transform:rotate(15deg)}@media (max-width:48rem){.header__nav{display:none}.header__menu-button{display:flex;margin-right:1rem;order:-1}.header__logo{flex:1 1;justify-content:flex-start}.header__container{justify-content:flex-start;padding:1rem 1.25rem}.header--scrolled .header__container{padding:.75rem 1.25rem}.header__actions{display:none}}.phone-input{width:100%}.phone-input__field{border:2px solid #e2e8f0;border-radius:.5rem;box-sizing:border-box;font-size:1rem;outline:none;padding:.875rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.phone-input__field:focus{border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.phone-input__field::placeholder{color:#94a3b8}.phone-input__field--error{border-color:#dc2626}.phone-input__field--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.phone-input__error{color:#dc2626;display:block;font-size:.875rem;margin-top:.25rem}.auth-modal__overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.auth-modal{animation:modalSlideIn .3s ease;background:var(--card-bg);border-radius:1rem;max-width:400px;padding:2rem;position:relative;width:100%}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-modal__close{align-items:center;background:var(--bg-secondary);border:none;border-radius:50%;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .2s ease;width:2rem}.auth-modal__close:hover{background:var(--bg-tertiary);color:var(--text-primary)}.auth-modal__form{display:flex;flex-direction:column;gap:1.25rem}.auth-modal__title{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0;text-align:center}.auth-modal__subtitle{color:var(--text-secondary);font-size:.9375rem;line-height:1.5;margin:0;text-align:center}.auth-modal__field{display:flex;flex-direction:column;gap:.5rem}.auth-modal__label{color:var(--text-secondary);font-size:.875rem;font-weight:500}.auth-modal__input{border:2px solid var(--border-color);border-radius:.5rem;box-sizing:border-box;font-size:1rem;outline:none;padding:.875rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.auth-modal__input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #667eea1a}.auth-modal__input::placeholder{color:#94a3b8}.auth-modal__phone-input{width:100%}.auth-modal__phone-input .phone-input__field{border:2px solid var(--border-color);border-radius:.5rem;box-sizing:border-box;font-size:1rem;outline:none;padding:.875rem 1rem;transition:border-color .2s ease,box-shadow .2s ease;width:100%}.auth-modal__phone-input .phone-input__field:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #667eea1a}.auth-modal__phone-input .phone-input__field::placeholder{color:#94a3b8}.auth-modal__code-inputs{display:flex;gap:.75rem;justify-content:center}.auth-modal__code-input{border:2px solid var(--border-color);border-radius:.5rem;font-size:1.5rem;font-weight:600;height:3.5rem;outline:none;text-align:center;transition:border-color .2s ease,box-shadow .2s ease;width:3.5rem}.auth-modal__code-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 3px #667eea1a}.auth-modal__button{background:var(--accent-gradient);border:none;border-radius:.5rem;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;padding:.875rem 1.5rem;transition:transform .2s ease,box-shadow .2s ease,opacity .2s ease;width:100%}.auth-modal__button:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.auth-modal__button:active:not(:disabled){transform:translateY(0)}.auth-modal__button:disabled{cursor:not-allowed;opacity:.6}.auth-modal__link{background:none;border:none;color:#667eea;cursor:pointer;font-size:.9375rem;padding:.5rem;text-align:center;transition:color .2s ease}.auth-modal__link:hover{color:#764ba2;text-decoration:underline}.auth-modal__error{background:#e53e3e1a;border-radius:.5rem;color:var(--error);font-size:.875rem;margin:0;padding:.75rem 1rem;text-align:center}.auth-modal__hint{color:#94a3b8;font-size:.8125rem;margin:0;text-align:center}.auth-modal__hint strong{color:#667eea}.auth-modal__agreement{color:var(--text-secondary);font-size:.8125rem;line-height:1.5;margin:0;text-align:center}.auth-modal__agreement-link{color:#667eea;text-decoration:none;transition:color .2s ease}.auth-modal__agreement-link:hover{color:#764ba2;text-decoration:underline}@media (max-width:480px){.auth-modal{margin:.5rem;padding:1.5rem}.auth-modal__code-input{font-size:1.25rem;height:3rem;width:3rem}.auth-modal__title{font-size:1.25rem}}.install-prompt{align-items:center;animation:fadeIn .3s ease-in-out;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:10000}.install-prompt__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;bottom:0;left:0;position:absolute;right:0;top:0}.install-prompt__content{animation:slideUp .3s ease-out;background:var(--card-bg);border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 10px 40px #0003;max-width:400px;padding:2rem;position:relative;width:100%}.install-prompt__close{align-items:center;background:none;border:none;border-radius:.375rem;color:var(--text-secondary);cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;line-height:1;position:absolute;right:1rem;top:1rem;transition:all .2s;width:2rem}.install-prompt__close:hover{background:var(--bg-secondary);color:var(--text-primary)}.install-prompt__icon{display:flex;justify-content:center;margin-bottom:1.5rem}.install-prompt__title{color:var(--text-primary);font-size:1.5rem;font-weight:600;margin:0 0 .75rem;text-align:center}.install-prompt__description{color:var(--text-secondary);font-size:.9375rem;line-height:1.5;margin:0 0 1.5rem;text-align:center}.install-prompt__actions{display:flex;flex-direction:column;gap:.75rem}.install-prompt__button{border:none;border-radius:.5rem;cursor:pointer;font-size:1rem;font-weight:500;padding:.875rem 1.5rem;transition:all .2s;width:100%}.install-prompt__button--primary{background:var(--accent-primary);color:#fff}.install-prompt__button--primary:hover{background:var(--accent-secondary);box-shadow:0 4px 12px #667eea4d;transform:translateY(-.0625rem)}.install-prompt__button--gradient{background:linear-gradient(135deg,#667eea,#764ba2);border:none;color:#fff}.install-prompt__button--gradient:hover{background:linear-gradient(135deg,#764ba2,#667eea);box-shadow:0 4px 16px #667eea66;transform:translateY(-.0625rem)}.install-prompt__button--secondary{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary)}.install-prompt__button--secondary:hover{background:var(--bg-tertiary)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(1rem)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.install-prompt__content{margin:1rem;max-width:none;padding:1.5rem}.install-prompt__title{font-size:1.25rem}.install-prompt__description{font-size:.875rem}}.App{display:flex;flex-direction:column;min-height:100vh}.App__main{flex:1 1;padding-top:5rem;width:100%}@media (max-width:48rem){.App__main{padding-top:4.5rem}}:root{--bg-primary:#fff;--bg-secondary:#f7fafc;--bg-tertiary:#edf2f7;--bg-gradient:linear-gradient(135deg,#f5f7fa,#c3cfe2);--text-primary:#2d3748;--text-secondary:#718096;--text-tertiary:#a0aec0;--border-color:#e2e8f0;--border-hover:#cbd5e0;--shadow-sm:#0000000d;--shadow-md:#0000001a;--shadow-lg:#00000026;--accent-primary:#667eea;--accent-secondary:#764ba2;--accent-gradient:linear-gradient(135deg,#667eea,#764ba2);--error:#e53e3e;--success:#38a169;--warning:#d69e2e;--header-bg:#fffffff2;--header-bg-scrolled:#fffffffa;--card-bg:#fff;--input-bg:#fff;--input-border:#e2e8f0}[data-theme=dark]{--bg-primary:#1a202c;--bg-secondary:#2d3748;--bg-tertiary:#4a5568;--bg-gradient:linear-gradient(135deg,#1a202c,#2d3748);--text-primary:#f7fafc;--text-secondary:#cbd5e0;--text-tertiary:#a0aec0;--border-color:#4a5568;--border-hover:#718096;--shadow-sm:#0000004d;--shadow-md:#0006;--shadow-lg:#00000080;--accent-primary:#667eea;--accent-secondary:#764ba2;--accent-gradient:linear-gradient(135deg,#667eea,#764ba2);--error:#fc8181;--success:#68d391;--warning:#f6e05e;--header-bg:#1a202cf2;--header-bg-scrolled:#1a202cfa;--card-bg:#2d3748;--input-bg:#2d3748;--input-border:#4a5568}*{box-sizing:border-box;padding:0;transition:background-color .3s ease,color .3s ease,border-color .3s ease}*,body{margin:0}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);background:var(--bg-gradient);color:#2d3748;color:var(--text-primary);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}.ant-notification{z-index:9999}.ant-notification-notice{border-radius:.5rem;box-shadow:0 .25rem 1rem #00000026;padding:1rem 1.25rem}.ant-notification-notice-message{color:#2d3748;font-size:1rem;font-weight:600;margin-bottom:.5rem}.ant-notification-notice-description{color:#4a5568;font-size:.9375rem;line-height:1.5}.ant-notification-notice-success{background:#fff;border-left:.25rem solid #48bb78}.ant-notification-notice-success .ant-notification-notice-icon{color:#48bb78}.ant-notification-notice-error{background:#fff;border-left:.25rem solid #e53e3e}.ant-notification-notice-error .ant-notification-notice-icon{color:#e53e3e}.ant-notification-notice-info{background:#fff;border-left:.25rem solid #667eea}.ant-notification-notice-info .ant-notification-notice-icon{color:#667eea}.ant-notification-notice-warning{background:#fff;border-left:.25rem solid #ed8936}.ant-notification-notice-warning .ant-notification-notice-icon{color:#ed8936}
/*# sourceMappingURL=main.601e95b6.css.map*/