.guide-chat-toggle{position:fixed;bottom:calc(2rem + 68px);right:2rem;width:56px;height:56px;border-radius:4px;background:#1e40af;color:#fff;border:1px solid #1e40af;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 8px #1e40af66;transition:background .2s ease,transform .2s ease;z-index:998;display:flex;align-items:center;justify-content:center}.guide-chat-toggle:hover{background:#1e3a8a;transform:scale(1.05)}.guide-chat-panel{position:fixed;bottom:calc(2rem + 132px);right:2rem;width:360px;max-width:calc(100vw - 2rem);height:420px;max-height:calc(100vh - 12rem);background:#fff;border-radius:12px;box-shadow:0 4px 24px #00000026;border:1px solid #e5e5e5;z-index:1000;display:flex;flex-direction:column;overflow:hidden}.guide-chat-header{flex-shrink:0;padding:14px 16px;background:#1e40af;color:#fff;display:flex;align-items:center;justify-content:space-between}.guide-chat-header h3{margin:0;font-size:1rem;font-weight:600}.guide-chat-close{background:transparent;border:none;color:#fff;font-size:1.5rem;line-height:1;cursor:pointer;padding:0 4px;opacity:.9}.guide-chat-close:hover{opacity:1}.guide-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:#f8fafc}.guide-chat-msg{max-width:85%;padding:10px 14px;border-radius:12px;font-size:.9375rem;line-height:1.4}.guide-chat-msg-guide{align-self:flex-start;background:#fff;border:1px solid #e2e8f0;color:#334155}.guide-chat-msg-user{align-self:flex-end;background:#1e40af;color:#fff}.guide-chat-msg-loading .guide-chat-msg-text{opacity:.7}.guide-chat-msg-wrap{display:flex;flex-direction:column;gap:8px;align-self:stretch}.guide-chat-msg-wrap .guide-chat-msg{align-self:flex-start}.guide-chat-msg-wrap .guide-chat-msg-user{align-self:flex-end}.guide-chat-products{display:flex;flex-wrap:wrap;gap:10px;align-self:flex-start;max-width:100%}.guide-chat-product-card{width:100px;flex-shrink:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;display:flex;flex-direction:column}.guide-chat-product-img-wrap{display:block;width:100%;aspect-ratio:1;background:#f1f5f9;overflow:hidden}.guide-chat-product-img{width:100%;height:100%;object-fit:cover}.guide-chat-product-info{padding:6px 8px;display:flex;flex-direction:column;gap:4px}.guide-chat-product-title{font-size:.75rem;line-height:1.2;color:#334155;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.guide-chat-product-price{font-size:.8125rem;font-weight:600;color:#1e40af}.guide-chat-product-add{margin-top:2px;padding:4px 6px;font-size:.6875rem;background:#1e40af;color:#fff;border:none;border-radius:4px;cursor:pointer;transition:background .2s ease}.guide-chat-product-add:hover:not(:disabled){background:#1e3a8a}.guide-chat-product-add:disabled{opacity:.6;cursor:not-allowed}.guide-chat-form{flex-shrink:0;display:flex;gap:8px;padding:12px;border-top:1px solid #e5e5e5;background:#fff}.guide-chat-input{flex:1;padding:10px 14px;border:1px solid #e2e8f0;border-radius:8px;font-size:.9375rem;outline:none}.guide-chat-input:focus{border-color:#1e40af}.guide-chat-send{padding:10px 18px;background:#1e40af;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .2s ease}.guide-chat-send:hover{background:#1e3a8a}*{margin:0;padding:0;box-sizing:border-box}body{font-family:system-ui,-apple-system,Segoe UI,sans-serif;background-color:#fff;color:#111;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column}.login-page{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:#fafafa url(/img/login-background.jpeg) center / cover no-repeat}.register-page{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:#fafafa url(/img/login-background.jpeg) center / cover no-repeat}.login-container,.register-container{background:#fff;padding:2.5rem;border-radius:8px;box-shadow:0 1px 3px #00000014;width:100%;max-width:420px;border:1px solid #e5e5e5}.login-container h1,.register-container h1{margin-bottom:1.5rem;text-align:center;font-size:1.5rem;font-weight:600;color:#111}.login-container .login-form,.register-container .register-form{width:100%}.login-container .login-form .btn-primary,.register-container .register-form .btn-primary{width:100%!important;max-width:100%;box-sizing:border-box;display:block}.auth-google-wrap{position:relative;display:block;width:100%;margin-top:.75rem}.auth-google-custom-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.75rem 1.5rem;background:#fff;color:#3c4043;border:1px solid #dadce0;border-radius:4px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;box-sizing:border-box;pointer-events:none}.auth-google-wrap:hover .auth-google-custom-btn{background:#f8f9fa;border-color:#c4c7cc;box-shadow:0 1px 2px #0000000d}.auth-google-wrap:active .auth-google-custom-btn{background:#f1f3f4;border-color:#b8bcc1}.auth-google-custom-btn-inner{display:inline-flex;align-items:center;justify-content:center;gap:12px}.auth-google-g{flex-shrink:0}.auth-google-custom-btn-loading{opacity:.8}.auth-google-overlay{position:absolute;inset:0;opacity:0;z-index:1;cursor:pointer;display:flex;align-items:stretch;justify-content:stretch}.auth-google-overlay>div{width:100%!important;min-width:100%!important;display:block!important}.auth-google-overlay iframe{width:100%!important;min-width:100%!important;height:100%!important;min-height:44px!important}.auth-google-overlay-loading{pointer-events:none}.login-form,.register-form{display:flex;flex-direction:column;gap:1.25rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333;font-size:.875rem}.form-group input,.form-group select,.form-group textarea{padding:.625rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.9375rem;transition:border-color .2s ease;background:#fff;color:#111}.form-group input::placeholder,.form-group textarea::placeholder{color:#999}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#111}.form-group input:disabled,.form-group select:disabled,.form-group textarea:disabled{background:#f5f5f5;cursor:not-allowed;opacity:.7}.form-group select{cursor:pointer}.form-group select option{background:#fff;color:#111}.btn-primary{display:block;width:100%;padding:.75rem 1.5rem;background:#111;color:#fff;border:1px solid #111;border-radius:4px;font-size:.9375rem;font-weight:500;cursor:pointer;transition:background .2s ease,border-color .2s ease}.btn-primary:hover{background:#333;border-color:#333}.btn-primary:active{background:#000}.btn-primary:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;opacity:.8}.text-center{text-align:center}.mt-20{margin-top:20px}.mb-20{margin-bottom:20px}.auth-link{margin-top:1.25rem;text-align:center;color:#666;font-size:.9375rem;position:relative;z-index:2}.auth-link a{color:#111;text-decoration:none;font-weight:500;transition:color .2s ease}.auth-link a:hover{color:#333}.error-message{color:#b91c1c;margin-bottom:1rem;padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;font-weight:500;text-align:center;font-size:.875rem}.navigation{background:#fff;position:sticky;top:0;z-index:1000;border-bottom:1px solid #e5e5e5}.navigation-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center}.navigation-logo{font-size:1.25rem;font-weight:700;letter-spacing:.06em;text-decoration:none;background:linear-gradient(135deg,#0f172a,#1e3a5f 40%,#334155,#64748b);-webkit-background-clip:text;background-clip:text;color:transparent;transition:filter .25s ease,opacity .25s ease}.navigation-logo:hover{filter:brightness(1.15);opacity:.95}.navigation-links{display:flex;gap:1.5rem;align-items:center}.navigation-link{font-weight:500;color:#333;text-decoration:none;font-size:.9rem;transition:color .2s ease}.navigation-link:hover{color:#111}.navigation-link.active{color:#111;font-weight:600}.navigation-right{display:flex;align-items:center;gap:1rem}.navigation-cart-link{position:relative;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;font-size:1.25rem;text-decoration:none;color:#333;transition:background .2s ease,color .2s ease}.navigation-cart-link:hover{background:#f5f5f5;color:#111}.navigation-cart-link.active{background:#111;color:#fff}.navigation-cart-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 4px;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;font-size:.7rem;font-weight:600;border-radius:9px}.navigation-cart-link.active .navigation-cart-badge{background:#fff;color:#111}.navigation-user{position:relative;display:flex;align-items:center}.navigation-user-trigger{width:40px;height:40px;border-radius:50%;border:1px solid #111;background:#fff;color:#111;font-size:.875rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,color .2s ease}.navigation-user-trigger:hover{background:#111;color:#fff}.navigation-user-initials{line-height:1}.navigation-user-dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:200px;padding:1rem;background:#fff;border:1px solid #e5e5e5;border-radius:4px;box-shadow:0 4px 12px #0000001a}.navigation-user-dropdown-name{font-weight:600;color:#111;font-size:.9375rem;margin-bottom:.25rem}.navigation-user-dropdown-email{font-size:.8125rem;color:#666;margin-bottom:.75rem}.navigation-user-dropdown .navigation-logout-btn{width:100%;background:transparent;color:#111;border:1px solid #111;padding:.5rem 1rem;border-radius:4px;font-weight:500;cursor:pointer;font-size:.875rem;transition:background .2s ease,color .2s ease}.navigation-user-dropdown .navigation-logout-btn:hover{background:#111;color:#fff}@media(max-width:768px){.navigation-container{flex-direction:column;gap:1rem;padding:1rem}.navigation-links{gap:1rem}}.home-page{min-height:100vh;background:#fff;color:#111}.hero-section{position:relative;min-height:calc(100vh - 60px);display:flex;align-items:center;justify-content:center;padding:4rem 3rem;background-color:#e8eef4;background-image:url(/img/background.png);background-position:center bottom;background-size:cover;background-repeat:no-repeat;overflow:hidden}.hero-snowboarder{position:absolute;left:42%;right:auto;bottom:0;height:85%;width:auto;max-width:55%;object-fit:contain;object-position:center bottom;transform:translate(100%);animation:heroSnowboarderIn 1.6s cubic-bezier(.16,1,.3,1) forwards;z-index:1}@keyframes heroSnowboarderIn{0%{transform:translate(100%)}to{transform:translate(-50%)}}.hero-content{text-align:center;max-width:380px;margin-left:48%;z-index:2}.hero-greeting{font-size:1rem;color:#666;margin-bottom:.75rem;letter-spacing:.1em;text-transform:uppercase;font-weight:500;opacity:0;transform:translateY(14px);animation:heroTextIn .9s cubic-bezier(.16,1,.3,1) .2s forwards}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.1;margin-bottom:1rem;color:#111;letter-spacing:-.02em;opacity:0;transform:translateY(14px);animation:heroTextIn .9s cubic-bezier(.16,1,.3,1) .4s forwards}.hero-subtitle{font-size:1.35rem;color:#666;margin-bottom:2.5rem;font-weight:400;line-height:1.4;opacity:0;transform:translateY(14px);animation:heroTextIn .9s cubic-bezier(.16,1,.3,1) .6s forwards}.hero-cta{opacity:0;transform:translateY(14px);animation:heroTextIn .9s cubic-bezier(.16,1,.3,1) .8s forwards}@keyframes heroTextIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.cta-button{padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;border-radius:4px;cursor:pointer;transition:background .2s ease,color .2s ease;text-decoration:none;display:inline-block}.cta-primary{background:#111;color:#fff;border:1px solid #111}.cta-primary:hover{background:#333;border-color:#333}.cta-secondary{background:transparent;color:#111;border:1px solid #111}.cta-secondary:hover{background:#111;color:#fff}.about-section{display:grid;grid-template-columns:1fr auto;gap:2rem 5.5rem;align-items:start;max-width:1100px;margin:0 auto;padding:4rem 2rem 3rem;background:#fff;min-height:auto}.about-content{padding-left:2rem}.about-content .about-line{opacity:0;transform:translate(-50px);transition:opacity .55s ease-out,transform .55s ease-out}.about-section.in-view .about-content .about-line{opacity:1;transform:translate(0)}.about-section.in-view .about-content .about-line:nth-child(1){transition-delay:.05s}.about-section.in-view .about-content .about-line:nth-child(2){transition-delay:.15s}.about-section.in-view .about-content .about-line:nth-child(3){transition-delay:.28s}.about-section.in-view .about-content .about-line:nth-child(4){transition-delay:.41s}.about-section.in-view .about-content .about-line:nth-child(5){transition-delay:.54s}.about-section.in-view .about-content .about-line:nth-child(6){transition-delay:.67s}.about-section.in-view .about-content .about-line:nth-child(7){transition-delay:.8s}.about-section.in-view .about-content .about-line:nth-child(8){transition-delay:.93s}.about-section.in-view .about-content .about-line:nth-child(9){transition-delay:1.06s}.about-stats .about-stat-item{opacity:0;transform:translate(50px);transition:opacity .5s ease-out,transform .5s ease-out}.about-section.in-view .about-stats .about-stat-item{opacity:1;transform:translate(0)}.about-section.in-view .about-stats .about-stat-item:nth-child(1){transition-delay:.1s}.about-section.in-view .about-stats .about-stat-item:nth-child(2){transition-delay:.25s}.about-section.in-view .about-stats .about-stat-item:nth-child(3){transition-delay:.4s}.about-section.in-view .about-stats .about-stat-item:nth-child(4){transition-delay:.55s}.about-section h2{font-size:2.25rem;font-weight:700;color:#111;margin-bottom:1.5rem;letter-spacing:-.02em;text-align:left}.about-section p{font-size:1.1rem;font-weight:400;color:#1a1a1a;line-height:1.75;margin-bottom:1rem;text-align:left}.about-section p:last-of-type{margin-bottom:0}.about-stats{display:flex;flex-direction:column;gap:1.5rem;padding-top:5.25rem}.about-section .stat-card{text-align:center;padding:1.25rem 1.75rem;border:1px solid #e5e5e5;border-radius:12px;background:#fafafa;box-shadow:0 2px 8px #0000000a;min-width:140px}.about-section .stat-number{font-size:2rem;font-weight:700;color:#111;margin-bottom:.35rem;letter-spacing:-.02em}.about-section .stat-label{font-size:.875rem;color:#666;font-weight:500}@media(max-width:768px){.about-section{grid-template-columns:1fr}}.features-section{position:relative;padding:4rem 2rem;min-height:860px;background-color:#fafafa;background-image:url(/img/skiers-bg.jpg);background-position:center center;background-size:cover;background-repeat:no-repeat;overflow:hidden}.features-section:before{content:"";position:absolute;inset:0;background:#ffffffd1;z-index:0}.features-skiers{position:absolute;right:4%;bottom:8%;height:88%;max-width:62%;width:auto;object-fit:contain;object-position:right bottom;z-index:1;opacity:0;transform:translate(80%);transition:opacity 1.2s cubic-bezier(.16,1,.3,1),transform 1.5s cubic-bezier(.16,1,.3,1)}.features-section.in-view .features-skiers{opacity:1;transform:translate(-42%)}.features-section .section-title,.features-section .section-subtitle,.features-section .features-grid{position:relative;z-index:2}.section-title{text-align:center;font-size:1.5rem;font-weight:600;color:#111;margin-bottom:.5rem;letter-spacing:-.02em}.section-subtitle{text-align:center;font-size:1rem;color:#666;margin-bottom:3rem}.features-grid{max-width:1000px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:#fafafa;padding:1.5rem 1.75rem;border-radius:12px;border:1px solid #e5e5e5;box-shadow:0 2px 8px #0000000a;transition:border-color .2s ease,box-shadow .2s ease}.feature-card:hover{border-color:#ccc;box-shadow:0 4px 12px #0000000f}.feature-icon{display:block;font-size:1.25rem;color:#666;margin-bottom:.75rem;font-weight:600}.feature-title{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#111}.feature-description{font-size:.875rem;color:#666;line-height:1.5}@media(max-width:768px){.hero-section{justify-content:center;padding:3rem 1.5rem}.hero-snowboarder{height:60%;max-width:70%}.hero-content{text-align:center;margin-left:0}.hero-cta{flex-direction:column;align-items:center;justify-content:center}.hero-title{font-size:2.25rem}.cta-button{width:100%;max-width:280px}.features-grid{grid-template-columns:1fr}}.catalog-page{min-height:calc(100vh - 60px);background:#fafafa;padding:20px}.catalog-order-thanks{max-width:1600px;margin:0 auto 20px;padding:1rem 1.25rem;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.catalog-order-thanks p{margin:0;color:#065f46;font-weight:600;font-size:1rem}.catalog-order-thanks-close{padding:.25rem .5rem;background:transparent;border:none;font-size:1.5rem;line-height:1;color:#047857;cursor:pointer;border-radius:4px}.catalog-order-thanks-close:hover{background:#a7f3d0;color:#065f46}.catalog-layout{display:grid;grid-template-columns:280px 1fr;gap:30px;max-width:1600px;margin:0 auto}body.cart-open .catalog-layout{grid-template-columns:260px 1fr}.catalog-sidebar{position:sticky;top:80px;height:fit-content;max-height:calc(100vh - 100px);overflow-y:auto;background:#fff;border-radius:8px;border:1px solid #e5e5e5;padding:20px}.catalog-sidebar::-webkit-scrollbar{width:6px}.catalog-sidebar::-webkit-scrollbar-track{background:#f5f5f5;border-radius:3px}.catalog-sidebar::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.catalog-sidebar::-webkit-scrollbar-thumb:hover{background:#999}.sidebar-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid #e5e5e5}.sidebar-header h2{font-size:1.125rem;font-weight:600;color:#111;margin:0}.clear-all-btn{background:transparent;border:1px solid #111;color:#111;padding:6px 12px;border-radius:4px;font-size:.75rem;cursor:pointer;transition:background .2s ease,color .2s ease}.clear-all-btn:hover{background:#111;color:#111}.sidebar-search{margin-bottom:20px;position:relative}.search-input{width:100%;padding:12px 16px;background:#fff;border:1px solid #ddd;border-radius:4px;color:#111;font-size:.9rem;transition:border-color .2s ease;box-sizing:border-box}.search-input::placeholder{color:#999}.search-input:focus{outline:none;border-color:#111}.filter-section{border-bottom:1px solid #e5e5e5}.filter-section:last-child{border-bottom:none}.filter-section-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:15px 0;background:transparent;border:none;color:#111;font-size:.9rem;font-weight:600;cursor:pointer;transition:color .2s ease}.filter-section-header:hover{color:#333}.accordion-icon{font-size:.7rem;transition:transform .3s ease;color:#666}.accordion-icon.open{transform:rotate(180deg)}.filter-section-content{padding-bottom:15px;animation:slideDown .3s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.gender-chips{display:flex;flex-wrap:wrap;gap:8px}.gender-chip{padding:8px 16px;background:#fff;border:1px solid #ddd;border-radius:4px;color:#333;font-size:.85rem;cursor:pointer;transition:all .3s ease;font-family:Montserrat,sans-serif}.gender-chip:hover{background:#111;border-color:#111;color:#fff}.gender-chip.active{background:#111;border-color:#111;color:#fff;font-weight:600}.category-list{display:flex;flex-direction:column;gap:8px}.category-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background .3s ease}.category-item:hover{background:#f5f5f5}.category-item input[type=radio]{appearance:none;width:18px;height:18px;border:2px solid #666;border-radius:50%;cursor:pointer;transition:all .3s ease;position:relative}.category-item input[type=radio]:checked{border-color:#111;background:#111}.category-item input[type=radio]:checked:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:6px;height:6px;background:#fff;border-radius:50%}.category-item span{color:#333;font-size:.9rem}.category-item:has(input:checked) span{color:#111;font-weight:500}.price-inputs{display:flex;align-items:center;gap:10px}.price-input{flex:1;padding:10px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;color:#111;font-size:.9rem;text-align:center;box-sizing:border-box}.price-input::placeholder{color:#666}.price-input:focus{outline:none;border-color:#111}.price-separator{color:#666;font-size:1.2rem}.brand-input,.color-input{width:100%;padding:10px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:8px;color:#111;font-size:.9rem;box-sizing:border-box}.brand-input::placeholder,.color-input::placeholder{color:#666}.brand-input:focus,.color-input:focus{outline:none;border-color:#111}.range-slider{position:relative;width:100%;padding:10px 0 5px}.slider-track{position:relative;height:6px;background:#ddd;border-radius:3px;margin:10px 0}.slider-range{position:absolute;height:100%;background:linear-gradient(90deg,#111 0% 100%);border-radius:3px;top:0}.range-slider .thumb{position:absolute;top:10px;left:0;width:100%;height:6px;-webkit-appearance:none;appearance:none;pointer-events:none;background:transparent;margin:0;padding:0}.range-slider .thumb::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:18px;height:18px;background:#fff;border:3px solid #111;border-radius:50%;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #0000004d;transition:transform .2s ease,box-shadow .2s ease;margin-top:-6px}.range-slider .thumb::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 4px 12px #0000001a}.range-slider .thumb::-moz-range-thumb{width:18px;height:18px;background:#fff;border:3px solid #111;border-radius:50%;cursor:pointer;pointer-events:auto;box-shadow:0 2px 8px #0000004d;margin-top:-6px}.range-slider .thumb-min{z-index:3}.range-slider .thumb-max{z-index:4}.slider-values{display:flex;justify-content:space-between;margin-top:8px;color:#333;font-size:.85rem;font-weight:500}.brand-list{display:flex;flex-direction:column;gap:8px;max-height:200px;overflow-y:auto}.brand-item{display:flex;align-items:center;gap:10px;padding:8px 12px;border-radius:8px;cursor:pointer;transition:background .3s ease}.brand-item:hover{background:#f5f5f5}.brand-item input[type=checkbox]{appearance:none;width:18px;height:18px;border:2px solid #666;border-radius:4px;cursor:pointer;transition:all .3s ease;position:relative;flex-shrink:0}.brand-item input[type=checkbox]:checked{border-color:#111;background:#111}.brand-item input[type=checkbox]:checked:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#111;font-size:12px;font-weight:700}.brand-item span{color:#333;font-size:.9rem}.brand-item:has(input:checked) span{color:#111;font-weight:500}.filter-empty{color:#666;font-size:.85rem;font-style:italic;margin:0}.color-swatches{display:flex;flex-wrap:wrap;gap:10px}.color-swatch{width:32px;height:32px;border-radius:50%;border:2px solid #ddd;background:var(--swatch-color, #888);cursor:pointer;transition:all .3s ease;position:relative;display:flex;align-items:center;justify-content:center}.color-swatch:hover{transform:scale(1.15);border-color:#999}.color-swatch.active{border-color:#111;box-shadow:0 0 0 2px #111}.swatch-check{color:#111;font-size:14px;font-weight:700;text-shadow:0 1px 2px rgba(0,0,0,.5)}.catalog-main{min-width:0}.catalog-header{margin-bottom:30px}.catalog-header-top{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:15px;margin-bottom:15px}.catalog-header h1{font-size:1.5rem;font-weight:700;color:#111;margin:0}.catalog-header-controls{display:flex;align-items:center;gap:20px}.products-count{color:#666;font-size:.95rem}.sort-dropdown{padding:10px 16px;background:#eee;border:1px solid #ddd;border-radius:8px;color:#111;font-size:.9rem;cursor:pointer;transition:all .3s ease}.sort-dropdown:hover{border-color:#111}.sort-dropdown:focus{outline:none;border-color:#111}.sort-dropdown option{background:#fff;color:#111}.applied-filters{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding:15px;background:#f5f5f5;border-radius:10px;border:1px solid #eee}.filter-chip{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;background:#f5f5f5;border:1px solid #111;border-radius:20px;color:#333;font-size:.85rem}.filter-chip button{display:flex;align-items:center;justify-content:center;width:18px;height:18px;padding:0;background:#e5e5e5;border:none;border-radius:50%;color:#333;font-size:14px;cursor:pointer;transition:all .2s ease}.filter-chip button:hover{background:#111;color:#111}.filter-chip-color{display:inline-flex;align-items:center}.chip-color-dot{width:14px;height:14px;border-radius:50%;border:1px solid #ccc}.clear-all-link{background:transparent;border:none;color:#111;font-size:.85rem;cursor:pointer;text-decoration:underline;padding:6px 12px;transition:color .3s ease}.clear-all-link:hover{color:#111}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;animation:fadeIn .4s ease}.product-card{background:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:16px;box-shadow:0 8px 32px #0000004d;display:flex;flex-direction:column;transition:all .3s ease;border:1px solid #e5e5e5}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 50px #00000014;border-color:#111}.product-image-wrapper{position:relative;margin-bottom:12px;border-radius:10px;overflow:hidden;cursor:pointer;min-height:240px}.product-image-placeholder{position:absolute;inset:0;background:linear-gradient(90deg,#eee 25%,#f0f0f0,#eee 75%);background-size:200% 100%;animation:catalog-image-shimmer 1.2s ease-in-out infinite;border-radius:10px}.product-image-wrapper.image-loaded .product-image-placeholder{opacity:0;pointer-events:none;transition:opacity .25s ease}@keyframes catalog-image-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.product-image{position:relative;width:100%;height:240px;object-fit:cover;border-radius:10px;display:block;opacity:0;transition:opacity .3s ease}.product-image-wrapper.image-loaded .product-image{opacity:1}.product-image-wrapper:hover .product-image{opacity:.92;border:1px solid #e5e5e5}.product-title{margin:0 0 8px;font-size:1.1rem;font-weight:600;color:#111;font-family:Oswald,sans-serif;text-transform:uppercase;letter-spacing:.5px;line-height:1.3}.product-category{color:#666;margin:0 0 8px;font-size:.8rem;text-transform:uppercase;letter-spacing:1px}.product-price{font-size:1.5rem;font-weight:700;margin:0 0 8px;color:#111;font-family:Oswald,sans-serif}.product-stock{margin:0 0 12px;font-size:.85rem;font-weight:500}.product-stock.in-stock{color:#27ae60}.product-stock.out-of-stock{color:#111}.quantity-controls{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;padding-top:12px;border-top:1px solid #e5e5e5}.quantity-btn{width:28px;height:28px;padding:0;border:1px solid #ddd;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:border-color .2s ease,background .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center;background:#fff;color:#111;line-height:1}.quantity-btn:disabled{cursor:not-allowed;opacity:.5;background:#f5f5f5;color:#999;border-color:#eee}.quantity-btn-decrease:not(:disabled):hover,.quantity-btn-increase:not(:disabled):hover{border-color:#111;background:#111;color:#fff}.quantity-display{min-width:32px;text-align:center;font-weight:600;color:#111;font-size:.9rem}.loading-state,.empty-state{text-align:center;padding:80px 20px;color:#666;background:#fafafa;border-radius:16px;border:1px solid #f5f5f5}.loading-state p,.empty-state p{margin:10px 0;font-size:1.1rem}.loading-state:before{content:"";display:block;width:40px;height:40px;margin:0 auto 20px;border:3px solid #e5e5e5;border-top-color:#111;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-state:before{content:"";display:none}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#e74c3c;padding:15px 20px;border-radius:10px;margin-bottom:20px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.catalog-lightbox-overlay{position:fixed;inset:0;background:#000000d9;display:flex;align-items:center;justify-content:center;z-index:2000;cursor:pointer;padding:20px}.catalog-lightbox-content{position:relative;max-width:90vw;max-height:90vh;cursor:default}.catalog-lightbox-content img{max-width:100%;max-height:85vh;width:auto;height:auto;object-fit:contain;border-radius:8px;display:block}.catalog-lightbox-title{color:#fff;text-align:center;margin:12px 0 0;font-size:1rem}.catalog-lightbox-close{position:absolute;top:-12px;right:-12px;width:36px;height:36px;border-radius:50%;border:none;background:#fff;color:#111;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 8px #0003;transition:background .2s ease}.catalog-lightbox-close:hover{background:#f0f0f0}@media(max-width:900px){.catalog-layout{grid-template-columns:1fr}.catalog-sidebar{position:static;max-height:none}.catalog-header-top{flex-direction:column;align-items:flex-start}}.cart-container{position:fixed;right:0;top:0;height:100vh;width:680px;max-width:95vw;background-color:#fff;box-shadow:-2px 0 10px #0000001a;display:flex;flex-direction:column;z-index:1000;transition:transform .3s ease}.cart-container.closed{transform:translate(100%)}.cart-container.open{transform:translate(0)}.cart-header{flex-shrink:0;padding:20px;border-bottom:2px solid #eee;display:flex;justify-content:space-between;align-items:center;background-color:#f8f9fa}.cart-header h2{margin:0;font-size:20px}.cart-toggle-btn{background:none;border:none;font-size:24px;cursor:pointer;padding:5px 10px;color:#333;transition:color .2s}.cart-toggle-btn:hover{color:#3498db}.cart-content{flex:1;min-height:0;overflow-y:auto;padding:20px}.cart-items{display:flex;flex-direction:column;gap:15px}.cart-item{padding:15px;border:1px solid #eee;border-radius:8px;background-color:#fafafa}.cart-item-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:10px}.cart-item-title{font-weight:500;flex:1;margin-right:10px}.cart-item-price{color:#111;font-weight:600}.cart-item-quantity{display:flex;align-items:center;gap:10px;margin-top:10px}.cart-item-total{margin-top:10px;padding-top:10px;border-top:1px solid #eee;font-weight:700;color:#2c3e50}.cart-footer{flex-shrink:0;padding:20px;border-top:2px solid #eee;background-color:#f8f9fa}.cart-payment-stub{padding:12px 16px;margin-bottom:12px;background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;display:flex;align-items:center;justify-content:space-between;gap:12px}.cart-payment-stub p{margin:0;color:#0369a1;font-weight:500;font-size:.9375rem}.cart-payment-stub-close{padding:6px 14px;background:#0ea5e9;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer}.cart-total{display:flex;justify-content:space-between;margin-bottom:15px;font-size:18px;font-weight:700}.cart-order-btn{width:100%;padding:12px;background:#111;color:#fff;border:1px solid #111;border-radius:4px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s ease}.cart-order-btn:hover{background:#333;border-color:#333}.cart-order-btn:disabled{background-color:#95a5a6;cursor:not-allowed}.cart-empty{text-align:center;padding:40px 20px;color:#666}.cart-toggle-fixed{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:4px;background:#111;color:#fff;border:1px solid #111;font-size:1.5rem;cursor:pointer;box-shadow:0 2px 8px #00000026;transition:background .2s ease;z-index:999;display:flex;align-items:center;justify-content:center}.cart-toggle-fixed:hover{background:#333;border-color:#333}.cart-badge{position:absolute;top:-4px;right:-4px;background:#fff;color:#111;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:600;border:1px solid #111}.cart-recommendations{margin-top:24px;padding-top:20px;border-top:1px solid #eee}.cart-recommendations-title{margin:0 0 12px;font-size:1rem;font-weight:600;color:#333}.cart-recommendations-loading{margin:0;font-size:.9rem;color:#666}.cart-recommendations-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.cart-recommendation-card{display:flex;flex-direction:column;border:1px solid #eee;border-radius:8px;overflow:hidden;background:#fafafa;width:100%}.cart-recommendation-img{width:100%;height:110px;object-fit:cover;background:#eee}.cart-recommendation-body{padding:10px;display:flex;flex-direction:column;gap:6px}.cart-recommendation-title{font-size:.85rem;font-weight:500;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cart-recommendation-price{font-size:.9rem;font-weight:600;color:#333}.cart-recommendation-add{margin-top:4px;padding:6px 10px;font-size:.8rem;background:#111;color:#fff;border:1px solid #111;border-radius:4px;cursor:pointer;transition:background .2s}.cart-recommendation-add:hover:not(:disabled){background:#333}.cart-recommendation-add:disabled{background:#999;cursor:not-allowed}.cart-page{min-height:calc(100vh - 60px);padding:2rem 1.5rem 3rem;background:#fafafa}.cart-page-inner{max-width:900px;margin:0 auto}.cart-page-title{font-size:2rem;font-weight:700;color:#111;margin:0 0 2rem;letter-spacing:-.02em}.cart-page-empty{text-align:center;padding:4rem 2rem;background:#fff;border-radius:12px;border:1px solid #eee}.cart-page-empty p{margin:0 0 1rem;color:#666;font-size:1.1rem}.cart-page-empty-link{color:#111;font-weight:500;text-decoration:underline}.cart-page-empty-link:hover{text-decoration:none}.cart-page-items{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.cart-page-item{display:flex;align-items:center;gap:1.5rem;padding:1.25rem;background:#fff;border-radius:12px;border:1px solid #eee;box-shadow:0 2px 8px #0000000a}.cart-page-item-img{width:100px;height:100px;object-fit:cover;border-radius:8px;background:#eee}.cart-page-item-info{flex:1;min-width:0}.cart-page-item-title{margin:0 0 .35rem;font-size:1.1rem;font-weight:600;color:#111}.cart-page-item-price{font-size:.9rem;color:#666;display:block;margin-bottom:.75rem}.cart-page-item-actions{display:flex;align-items:center;gap:.5rem}.cart-page-qty-btn{width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;border:1px solid #111;border-radius:6px;font-size:1.1rem;cursor:pointer;transition:background .2s}.cart-page-qty-btn:hover:not(:disabled){background:#333}.cart-page-qty-btn:disabled{background:#999;cursor:not-allowed}.cart-page-item-actions .cart-page-qty{min-width:1.5rem;text-align:center;font-weight:600}.cart-page-item-total{font-size:1.25rem;font-weight:700;color:#111}.cart-payment-stub{padding:1rem 1.25rem;margin-bottom:1rem;background:#f0f9ff;border:1px solid #bae6fd;border-radius:12px;display:flex;align-items:center;justify-content:space-between;gap:1rem}.cart-payment-stub p{margin:0;color:#0369a1;font-weight:600;font-size:1.0625rem}.cart-payment-stub-close{padding:.5rem 1.25rem;background:#0ea5e9;color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:500;cursor:pointer}.cart-payment-stub-close:hover{background:#0284c7}.cart-page-order-row{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #eee;margin-bottom:3rem}.cart-page-total{font-size:1.5rem;font-weight:700;color:#111}.cart-page-order-btn{padding:12px 28px;background:#111;color:#fff;border:1px solid #111;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s}.cart-page-order-btn:hover:not(:disabled){background:#333}.cart-page-order-btn:disabled{background:#999;cursor:not-allowed}.cart-page-recommendations{padding-top:2rem;border-top:2px solid #eee}.cart-page-recommendations-title{font-size:1.5rem;font-weight:700;color:#111;margin:0 0 1.5rem}.cart-page-recommendations-loading{margin:0;color:#666;font-size:1rem}.cart-page-recommendations-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.25rem}.cart-page-rec-card{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;border:1px solid #eee;box-shadow:0 2px 8px #0000000a;transition:box-shadow .2s}.cart-page-rec-card:hover{box-shadow:0 4px 16px #00000014}.cart-page-rec-img{width:100%;height:180px;object-fit:cover;background:#eee;flex-shrink:0}.cart-page-rec-body{display:flex;flex-direction:column;flex:1;padding:1rem;min-height:120px}.cart-page-rec-title{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#111;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;flex-shrink:0}.cart-page-rec-price{display:block;font-size:1.1rem;font-weight:700;color:#333;margin-bottom:.75rem;flex-shrink:0}.cart-page-rec-add{margin-top:auto;width:100%;padding:8px 12px;background:#111;color:#fff;border:1px solid #111;border-radius:6px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background .2s}.cart-page-rec-add:hover:not(:disabled){background:#333}.cart-page-rec-add:disabled{background:#999;cursor:not-allowed}@media(max-width:600px){.cart-page-item{flex-wrap:wrap}.cart-page-item-total{width:100%;text-align:right;padding-top:.5rem;border-top:1px solid #eee}.cart-page-recommendations-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.cart-page-rec-img{height:140px}}.admin-page{padding:2rem 1.5rem 2rem 5rem;max-width:1200px;margin:0 auto;min-height:calc(100vh - 60px);background:#fff;color:#111}.admin-categories-card{margin:0 auto;max-width:1200px}.admin-page h1{font-size:1.75rem;font-weight:600;color:#111;margin-bottom:1.5rem}.admin-page h2{font-size:1.25rem;font-weight:600;color:#111;margin-bottom:1rem}.admin-table-container{background:#fff;border-radius:4px;padding:1rem;border:1px solid #e5e5e5;overflow-x:auto;position:relative;z-index:1}.admin-table{width:100%;border-collapse:collapse;color:#111}.admin-table thead{background:#fafafa}.admin-table th{padding:.75rem 1rem;text-align:left;font-weight:600;font-size:.8125rem;color:#333;border-bottom:1px solid #e5e5e5}.admin-table td{padding:.75rem 1rem;border-bottom:1px solid #eee}.admin-table tbody tr:hover{background:#fafafa}.admin-table input,.admin-table select{width:100%;padding:.5rem .75rem;background:#fff;border:1px solid #ddd;border-radius:4px;color:#111}.admin-table input:focus,.admin-table select:focus{outline:none;border-color:#111}.admin-btn{padding:.5rem 1rem;border-radius:4px;cursor:pointer;font-weight:500;font-size:.8125rem;transition:background .2s ease,color .2s ease}.admin-btn-primary{background:#111;color:#fff;border:1px solid #111}.admin-btn-primary:hover{background:#333;border-color:#333}.admin-btn-danger{background:#fff;color:#b91c1c;border:1px solid #b91c1c}.admin-btn-danger:hover{background:#b91c1c;color:#fff}.admin-btn-secondary{background:#fff;color:#111;border:1px solid #111}.admin-btn-secondary:hover{background:#111;color:#fff}.admin-btn:disabled{opacity:.5;cursor:not-allowed}.add-new-btn{padding:.5rem 1rem;background:#111;color:#fff;border:1px solid #111;border-radius:4px;font-weight:500;cursor:pointer;transition:background .2s ease}.add-new-btn:hover{background:#333;border-color:#333}.loading-state{text-align:center;padding:2rem;color:#666;font-size:1rem}.error-state{text-align:center;padding:2rem;color:#b91c1c;font-size:1rem}.error-message{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#b91c1c;margin-bottom:1rem;font-size:.875rem}.orders-page{position:relative;z-index:0;padding:40px 20px;max-width:800px;margin:0 auto;min-height:calc(100vh - 60px)}.orders-page:before{content:"";position:fixed;inset:0;background:url(/img/about.png) center center / cover no-repeat;z-index:-1}.orders-content-reveal{opacity:0;transform:translateY(14px);animation:pageFormReveal .9s cubic-bezier(.16,1,.3,1) forwards}.orders-page h1{font-size:1.75rem;margin-bottom:24px;color:#111}.orders-loading,.orders-error{padding:24px;text-align:center;color:#666}.orders-error{color:#c00}.orders-empty{padding:48px 24px;text-align:center;background:#fafafa;border-radius:8px;border:1px solid #e5e5e5}.orders-empty p{font-size:1.125rem;color:#555;margin-bottom:16px}.orders-empty-link{color:#1a73e8;text-decoration:none;font-weight:500}.orders-empty-link:hover{text-decoration:underline}.orders-list{display:flex;flex-direction:column;gap:20px}.order-card{background:#fff;border:1px solid #e5e5e5;border-radius:8px;padding:20px}.order-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:1px solid #eee}.order-date{font-size:.9rem;color:#555}.order-total{font-weight:600;color:#111}.order-items{list-style:none;margin:0;padding:0}.order-item{display:flex;align-items:center;gap:12px;padding:8px 0;font-size:.95rem}.order-item-title{flex:1}.order-item-qty{color:#666}.order-item-price{font-weight:500;min-width:60px;text-align:right}.account-page{position:relative;z-index:0;min-height:calc(100vh - 60px);padding:40px 20px;display:flex;justify-content:center;align-items:flex-start}.account-page:before{content:"";position:fixed;inset:0;background:url(/img/about.png) center center / cover no-repeat;z-index:-1}.account-container{background:#fff;padding:2rem;border-radius:8px;border:1px solid #e5e5e5;width:100%;max-width:420px;box-shadow:0 1px 3px #0000000f;opacity:0;transform:translateY(14px);animation:pageFormReveal .9s cubic-bezier(.16,1,.3,1) forwards}@keyframes pageFormReveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.account-container h1{margin-bottom:1.5rem;font-size:1.5rem;font-weight:600;color:#111}.account-form{display:flex;flex-direction:column;gap:1.25rem}.account-message{padding:.75rem 1rem;border-radius:4px;margin-bottom:1rem;font-size:.9rem}.account-error{background:#ffe6e6;color:#c00}.account-success{background:#e6f4ea;color:#0d652d}.account-input-readonly{background:#f5f5f5;color:#555}
