.Header-module__hBw1pG__header{z-index:100;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);transition:all var(--transition-fast);background-color:#fffffff2;border-bottom:1px solid #0000000d;position:sticky;top:0}.Header-module__hBw1pG__headerContainer{justify-content:space-between;align-items:center;height:80px;display:flex}.Header-module__hBw1pG__logo{justify-content:center;align-items:center;display:inline-flex}.Header-module__hBw1pG__logoImage{height:auto;display:block}.Header-module__hBw1pG__nav{gap:2rem;display:flex}.Header-module__hBw1pG__navLink{font-family:var(--font-sans);color:var(--text-main);text-transform:uppercase;letter-spacing:1px;transition:color var(--transition-fast);font-size:15px;font-weight:500;position:relative}.Header-module__hBw1pG__navLink:after{content:"";background-color:var(--accent-color);width:0;height:2px;transition:width var(--transition-fast);position:absolute;bottom:-4px;left:0}.Header-module__hBw1pG__navLink:hover{color:var(--primary-color)}.Header-module__hBw1pG__navLink:hover:after{width:100%}.Header-module__hBw1pG__actions{align-items:center;gap:1.5rem;display:flex}.Header-module__hBw1pG__langBtn{cursor:pointer;color:var(--text-main);transition:all var(--transition-fast);background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:14px;font-weight:600}.Header-module__hBw1pG__langBtn:hover{color:var(--primary-color);background-color:#0000000d}.Header-module__hBw1pG__iconBtn{cursor:pointer;color:var(--text-main);transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex;position:relative}.Header-module__hBw1pG__iconBtn:hover{color:var(--primary-color)}@media (max-width:768px){.Header-module__hBw1pG__headerContainer{height:60px}.Header-module__hBw1pG__logoImage{width:100px;height:auto}.Header-module__hBw1pG__nav{display:none}.Header-module__hBw1pG__actions{gap:.8rem}.Header-module__hBw1pG__langBtn{padding:4px 6px;font-size:12px}.Header-module__hBw1pG__iconBtn svg{width:18px;height:18px}}.Header-module__hBw1pG__adminBadge{color:#fff;text-transform:uppercase;pointer-events:none;background:#800020;border-radius:4px;padding:1px 4px;font-size:.5rem;font-weight:700;position:absolute;top:-8px;right:-8px}.Header-module__hBw1pG__badge{color:#fff;background:#000;border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-6px;right:-6px}
.SearchModal-module__b1D-bq__overlay{z-index:9999;background:#fff;justify-content:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.SearchModal-module__b1D-bq__modal{flex-direction:column;width:100%;max-width:1400px;height:100%;padding:40px 60px;display:flex}.SearchModal-module__b1D-bq__header{align-items:center;gap:40px;margin-bottom:50px;display:flex}.SearchModal-module__b1D-bq__searchField{border-bottom:2px solid var(--text-main);flex:1;align-items:center;padding:15px 0;display:flex;position:relative}.SearchModal-module__b1D-bq__searchIcon{color:var(--text-main);margin-right:20px}.SearchModal-module__b1D-bq__input{color:var(--text-main);text-transform:uppercase;letter-spacing:2px;background:0 0;border:none;outline:none;flex:1;font-size:32px;font-weight:300}.SearchModal-module__b1D-bq__input::placeholder{color:#ccc}.SearchModal-module__b1D-bq__clearBtn{cursor:pointer;color:var(--text-muted);transition:color var(--transition-fast);background:0 0;border:none;padding:5px}.SearchModal-module__b1D-bq__clearBtn:hover{color:var(--text-main)}.SearchModal-module__b1D-bq__closeBtn{cursor:pointer;color:var(--text-main);background:0 0;border:none;padding:10px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.SearchModal-module__b1D-bq__closeBtn:hover{transform:rotate(90deg)}.SearchModal-module__b1D-bq__content{scrollbar-width:none;flex:1;padding-bottom:80px;overflow-y:auto}.SearchModal-module__b1D-bq__content::-webkit-scrollbar{display:none}.SearchModal-module__b1D-bq__loading{color:var(--text-muted);text-transform:uppercase;letter-spacing:1px;flex-direction:column;justify-content:center;align-items:center;gap:20px;padding:100px 0;display:flex}.SearchModal-module__b1D-bq__spinner{border:2px solid #f3f3f3;border-top:2px solid var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite SearchModal-module__b1D-bq__spin}@keyframes SearchModal-module__b1D-bq__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SearchModal-module__b1D-bq__resultsWrapper{animation:.4s SearchModal-module__b1D-bq__fadeIn}.SearchModal-module__b1D-bq__resultsInfo{text-transform:uppercase;letter-spacing:1px;color:var(--text-muted);margin-bottom:30px;font-size:11px}.SearchModal-module__b1D-bq__resultsGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:40px 20px;display:grid}.SearchModal-module__b1D-bq__resultItem{cursor:pointer;flex-direction:column;gap:15px;display:flex}.SearchModal-module__b1D-bq__productImage{aspect-ratio:3/4;background:#f9f9f9;position:relative;overflow:hidden}.SearchModal-module__b1D-bq__productImage .SearchModal-module__b1D-bq__image{object-fit:cover;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.SearchModal-module__b1D-bq__resultItem:hover .SearchModal-module__b1D-bq__productImage .SearchModal-module__b1D-bq__image{transform:scale(1.04)}.SearchModal-module__b1D-bq__productName{text-transform:uppercase;letter-spacing:.5px;font-size:11px;font-weight:500;line-height:1.4;font-family:var(--font-sans);color:var(--text-main);margin:0}.SearchModal-module__b1D-bq__productPrice{color:var(--text-main);margin:0;font-size:11px;font-weight:600}.SearchModal-module__b1D-bq__noResults{text-align:center;padding:120px 0}.SearchModal-module__b1D-bq__noResultsIllustration{color:#eee;margin-bottom:30px}.SearchModal-module__b1D-bq__noResults h3{text-transform:uppercase;letter-spacing:2px;color:var(--primary-color);margin-bottom:15px;font-size:18px;font-weight:400}.SearchModal-module__b1D-bq__noResults p{color:var(--text-muted);font-size:14px}.SearchModal-module__b1D-bq__suggestions{flex-direction:column;gap:80px;display:flex}.SearchModal-module__b1D-bq__suggestionsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:40px;display:grid}.SearchModal-module__b1D-bq__suggestionSection h4{text-transform:uppercase;color:var(--text-main);letter-spacing:1px;align-items:center;gap:8px;margin-bottom:25px;font-size:12px;font-weight:600;display:flex}.SearchModal-module__b1D-bq__sectionHeader{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex}.SearchModal-module__b1D-bq__clearRecentBtn{color:var(--text-muted);cursor:pointer;text-transform:uppercase;background:0 0;border:none;font-size:11px;text-decoration:underline}.SearchModal-module__b1D-bq__categoryLinks{flex-direction:column;gap:12px;display:flex}.SearchModal-module__b1D-bq__categoryLink{text-align:left;cursor:pointer;text-transform:uppercase;letter-spacing:.5px;color:var(--text-main);background:0 0;border:none;border-bottom:1px solid #eee;justify-content:space-between;align-items:center;padding:12px 0;font-size:14px;transition:all .2s;display:flex}.SearchModal-module__b1D-bq__categoryLink:hover{border-bottom-color:var(--text-main);padding-left:10px}.SearchModal-module__b1D-bq__linkArrow{opacity:0;transition:all .3s;transform:translate(-10px)}.SearchModal-module__b1D-bq__categoryLink:hover .SearchModal-module__b1D-bq__linkArrow{opacity:1;transform:translate(0)}.SearchModal-module__b1D-bq__recentTags{flex-wrap:wrap;gap:10px;display:flex}.SearchModal-module__b1D-bq__recentTag{cursor:pointer;text-transform:uppercase;color:var(--text-main);letter-spacing:.5px;background:#f5f5f5;border:none;padding:10px 20px;font-size:11px;transition:all .2s}.SearchModal-module__b1D-bq__recentTag:hover{background:var(--text-main);color:#fff}.SearchModal-module__b1D-bq__trendingSection h4{text-transform:uppercase;color:var(--text-main);letter-spacing:1px;margin-bottom:30px;font-size:12px;font-weight:600}@keyframes SearchModal-module__b1D-bq__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.SearchModal-module__b1D-bq__modal{padding:30px 40px}}@media (max-width:768px){.SearchModal-module__b1D-bq__modal{padding:20px}.SearchModal-module__b1D-bq__header{gap:15px;margin-bottom:30px}.SearchModal-module__b1D-bq__searchField{padding:10px 0}.SearchModal-module__b1D-bq__searchIcon{margin-right:12px}.SearchModal-module__b1D-bq__input{letter-spacing:1px;font-size:18px}.SearchModal-module__b1D-bq__resultsGrid{grid-template-columns:repeat(2,1fr);gap:24px 12px}.SearchModal-module__b1D-bq__productName,.SearchModal-module__b1D-bq__productPrice{font-size:10px}.SearchModal-module__b1D-bq__suggestions{gap:40px}.SearchModal-module__b1D-bq__suggestionsGrid{grid-template-columns:1fr;gap:30px}.SearchModal-module__b1D-bq__suggestionSection h4{margin-bottom:15px}.SearchModal-module__b1D-bq__categoryLink{padding:10px 0;font-size:13px}.SearchModal-module__b1D-bq__recentTag{padding:8px 16px;font-size:10px}.SearchModal-module__b1D-bq__closeBtn{padding:5px}}@media (max-width:480px){.SearchModal-module__b1D-bq__resultsGrid{gap:20px 10px}.SearchModal-module__b1D-bq__modal{padding:15px}}
.Skeleton-module__iLQKgG__skeleton{background:#f7f7f7;display:block}.Skeleton-module__iLQKgG__productSkeleton{flex-direction:column;gap:15px;display:flex}.Skeleton-module__iLQKgG__aspectRatio34{aspect-ratio:3/4;width:100%}.Skeleton-module__iLQKgG__info{flex-direction:column;gap:8px;display:flex}
.Footer-module__S6Hkya__footer{color:#f5f5f5;background-color:#111015;margin-top:6rem;padding:3rem 0 2rem}.Footer-module__S6Hkya__inner{grid-template-columns:2fr 3fr;gap:3rem;max-width:1200px;margin:0 auto;padding:0 1rem;display:grid}.Footer-module__S6Hkya__brand{max-width:360px}.Footer-module__S6Hkya__logo{font-family:var(--font-serif);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem;font-size:1.8rem}.Footer-module__S6Hkya__tagline{color:#f5f5f5cc;font-size:.95rem;line-height:1.7}.Footer-module__S6Hkya__columns{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;display:grid}.Footer-module__S6Hkya__columnTitle{font-family:var(--font-sans);text-transform:uppercase;letter-spacing:.12em;color:#f5f5f5e6;margin-bottom:1rem;font-size:.85rem}.Footer-module__S6Hkya__linkList{list-style:none}.Footer-module__S6Hkya__linkItem+.Footer-module__S6Hkya__linkItem{margin-top:.4rem}.Footer-module__S6Hkya__link{color:#f5f5f5bf;transition:color var(--transition-fast);font-size:.9rem}.Footer-module__S6Hkya__link:hover{color:var(--accent-color)}.Footer-module__S6Hkya__contactText{color:#f5f5f5cc;font-size:.9rem;line-height:1.7}.Footer-module__S6Hkya__muted{opacity:.8}.Footer-module__S6Hkya__bottom{color:#f5f5f5b3;border-top:1px solid #f5f5f514;justify-content:space-between;gap:1rem;max-width:1200px;margin:2rem auto 0;padding:1.5rem 1rem 0;font-size:.8rem;display:flex}.Footer-module__S6Hkya__bottomRight{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLink{color:inherit;transition:color var(--transition-fast)}.Footer-module__S6Hkya__bottomLink:hover{color:var(--accent-color)}@media (max-width:900px){.Footer-module__S6Hkya__inner{grid-template-columns:1fr}.Footer-module__S6Hkya__columns{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:600px){.Footer-module__S6Hkya__footer{margin-top:4rem;padding:2.5rem 0 1.5rem}.Footer-module__S6Hkya__columns{grid-template-columns:1fr}.Footer-module__S6Hkya__bottom{flex-direction:column;align-items:flex-start}}
