.ProductCard-module__t53O_a__card{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);cursor:pointer;color:inherit;text-decoration:none;display:block;overflow:hidden}.ProductCard-module__t53O_a__card:hover{box-shadow:var(--shadow-gold);border-color:var(--gold);transform:translateY(-6px)}.ProductCard-module__t53O_a__imageContainer{aspect-ratio:1;background:var(--bg-secondary);position:relative;overflow:hidden}.ProductCard-module__t53O_a__image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.4,0,.2,1)}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__image{transform:scale(1.08)}.ProductCard-module__t53O_a__imagePlaceholder{background:linear-gradient(135deg, var(--bg-secondary) 0%, var(--gold-pale) 100%);justify-content:center;align-items:center;width:100%;height:100%;display:flex}.ProductCard-module__t53O_a__placeholderIcon{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:3.5rem;animation:3s ease-in-out infinite ProductCard-module__t53O_a__float}@keyframes ProductCard-module__t53O_a__float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ProductCard-module__t53O_a__overlay{opacity:0;background:linear-gradient(#0000 40%,#00000073 100%);transition:opacity .3s;position:absolute;inset:0}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__overlay{opacity:1}.ProductCard-module__t53O_a__badges{flex-direction:column;gap:.3rem;display:flex;position:absolute;top:.7rem;left:.7rem}.ProductCard-module__t53O_a__badgeNew{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#16a34a,#22d368);border-radius:9999px;padding:.18rem .6rem;font-size:.68rem;font-weight:800;display:inline-block}.ProductCard-module__t53O_a__badgeCat{background:var(--bg-glass);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:var(--text-primary);border:1px solid var(--border);border-radius:9999px;padding:.18rem .6rem;font-size:.68rem;font-weight:600;display:inline-block}.ProductCard-module__t53O_a__quickAdd{opacity:0;background:var(--gold-gradient);color:#1a0f00;white-space:nowrap;pointer-events:none;border-radius:9999px;padding:.5rem 1.25rem;font-size:.8rem;font-weight:700;transition:all .3s;position:absolute;bottom:.75rem;left:50%;transform:translate(-50%)translateY(12px);box-shadow:0 4px 16px #0003}.ProductCard-module__t53O_a__card:hover .ProductCard-module__t53O_a__quickAdd{opacity:1;transform:translate(-50%)translateY(0)}.ProductCard-module__t53O_a__content{padding:1rem 1.1rem 1.1rem}.ProductCard-module__t53O_a__storeInfo{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;align-items:center;gap:.35rem;margin-bottom:.4rem;font-size:.75rem;font-weight:600;display:flex}.ProductCard-module__t53O_a__storeIcon{font-size:.8rem}.ProductCard-module__t53O_a__title{color:var(--text-primary);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.92rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.ProductCard-module__t53O_a__priceRow{align-items:baseline;gap:.5rem;display:flex}.ProductCard-module__t53O_a__price{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.1rem;font-weight:800}.ProductCard-module__t53O_a__priceUSD{color:var(--text-muted);font-size:.8rem;font-weight:500}
.categories-module__iL4TIG__page{max-width:1320px;margin:0 auto;padding:2rem 1.5rem 5rem}.categories-module__iL4TIG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;margin-bottom:2.5rem;display:flex}.categories-module__iL4TIG__pageTitle{color:var(--text-primary);font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.categories-module__iL4TIG__pageCount{color:var(--text-muted);margin-top:.25rem;font-size:.88rem}.categories-module__iL4TIG__searchWrap{background:var(--bg-card);border:1.5px solid var(--border-solid);color:var(--text-muted);min-width:260px;transition:var(--transition);border-radius:9999px;align-items:center;gap:.6rem;padding:.55rem 1.1rem;display:flex}.categories-module__iL4TIG__searchWrap:focus-within{border-color:var(--gold);box-shadow:var(--gold-glow);color:var(--text-primary)}.categories-module__iL4TIG__searchInput{color:var(--text-primary);background:0 0;border:none;outline:none;width:100%;font-size:.9rem}.categories-module__iL4TIG__searchInput::placeholder{color:var(--text-muted)}.categories-module__iL4TIG__layout{grid-template-columns:240px 1fr;align-items:start;gap:2.5rem;display:grid}.categories-module__iL4TIG__sidebar{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.5rem;position:sticky;top:120px}.categories-module__iL4TIG__sideTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-primary);margin-bottom:1rem;font-size:.78rem;font-weight:800}.categories-module__iL4TIG__catList{flex-direction:column;gap:.15rem;list-style:none;display:flex}.categories-module__iL4TIG__catItem{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);cursor:pointer;transition:var(--transition);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.55rem .7rem;font-size:.88rem;font-weight:500;display:flex}.categories-module__iL4TIG__catItem:hover{background:var(--gold-pale);color:var(--gold)}.categories-module__iL4TIG__catActive{font-weight:700;background:var(--gold-pale)!important;color:var(--gold)!important}.categories-module__iL4TIG__catCount{color:var(--text-muted);background:var(--bg-secondary);border-radius:9999px;padding:.1rem .5rem;font-size:.75rem}.categories-module__iL4TIG__catSkeleton{color:var(--text-muted);font-size:.85rem}.categories-module__iL4TIG__productGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem;display:grid}@keyframes categories-module__iL4TIG__shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.categories-module__iL4TIG__skeletonCard{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);overflow:hidden}.categories-module__iL4TIG__skeletonImg{aspect-ratio:1;background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-card) 50%, var(--bg-secondary) 75%);background-size:800px 100%;animation:1.6s linear infinite categories-module__iL4TIG__shimmer}.categories-module__iL4TIG__skeletonBody{flex-direction:column;gap:.6rem;padding:1rem;display:flex}.categories-module__iL4TIG__skeletonLine{background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-card) 50%, var(--bg-secondary) 75%);background-size:800px 100%;border-radius:6px;height:12px;animation:1.6s linear infinite categories-module__iL4TIG__shimmer}.categories-module__iL4TIG__skeletonLineShort{background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-card) 50%, var(--bg-secondary) 75%);background-size:800px 100%;border-radius:6px;width:55%;height:12px;animation:1.6s linear infinite categories-module__iL4TIG__shimmer}.categories-module__iL4TIG__empty{text-align:center;padding:5rem 2rem}.categories-module__iL4TIG__emptyIcon{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem}.categories-module__iL4TIG__empty h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.categories-module__iL4TIG__empty p{color:var(--text-muted);margin-bottom:1.5rem}.categories-module__iL4TIG__resetBtn{background:var(--gold-gradient);color:#1a0f00;cursor:pointer;transition:var(--transition);border:none;border-radius:9999px;padding:.65rem 1.5rem;font-weight:700}.categories-module__iL4TIG__resetBtn:hover{filter:brightness(1.08)}.categories-module__iL4TIG__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:3rem;display:flex}.categories-module__iL4TIG__pgBtn{background:var(--bg-card);border:1.5px solid var(--border-solid);color:var(--text-secondary);cursor:pointer;transition:var(--transition);border-radius:9999px;padding:.55rem 1.25rem;font-size:.88rem;font-weight:600}.categories-module__iL4TIG__pgBtn:hover:not(:disabled){border-color:var(--gold);color:var(--gold)}.categories-module__iL4TIG__filterSection{border-bottom:1px solid var(--border);margin-bottom:1.5rem;padding-bottom:1.5rem}.categories-module__iL4TIG__filterSection:last-of-type{border-bottom:none}.categories-module__iL4TIG__variationGrid{flex-wrap:wrap;gap:.4rem;display:flex}.categories-module__iL4TIG__varBtn{background:var(--bg-secondary);border-radius:var(--radius-sm);color:var(--text-secondary);cursor:pointer;transition:var(--transition);border:1.5px solid #0000;padding:.4rem .75rem;font-size:.8rem;font-weight:500}.categories-module__iL4TIG__varBtn:hover{border-color:var(--gold);color:var(--gold)}.categories-module__iL4TIG__varActive{font-weight:600;background:var(--gold-pale)!important;border-color:var(--gold)!important;color:var(--gold)!important}.categories-module__iL4TIG__clearFiltersBtn{border:1.5px dashed var(--border);border-radius:var(--radius-sm);width:100%;color:var(--text-muted);cursor:pointer;transition:var(--transition);background:0 0;margin-top:.5rem;padding:.5rem;font-size:.8rem}.categories-module__iL4TIG__clearFiltersBtn:hover{border-color:var(--gold);color:var(--gold)}.categories-module__iL4TIG__pgBtn:disabled{opacity:.4;cursor:default}.categories-module__iL4TIG__pgInfo{color:var(--text-muted);font-size:.88rem}@media (max-width:900px){.categories-module__iL4TIG__layout{grid-template-columns:1fr}.categories-module__iL4TIG__sidebar{position:static}}@media (max-width:600px){.categories-module__iL4TIG__page{padding:1.5rem 1rem 3rem}.categories-module__iL4TIG__header{flex-direction:column;align-items:flex-start}.categories-module__iL4TIG__searchWrap{min-width:100%}}
.page-module__LBTDbq__main{min-height:100vh}.page-module__LBTDbq__hero{text-align:center;justify-content:center;align-items:center;min-height:90vh;padding:6rem 1.5rem;display:flex;position:relative;overflow:hidden}.page-module__LBTDbq__heroBg{z-index:0;background:radial-gradient(80% 60% at 50% -10%,#c9963c1f 0%,#0000 70%),radial-gradient(60% 40% at 80% 80%,#c9963c12 0%,#0000 60%);position:absolute;inset:0}.page-module__LBTDbq__heroOrb1{background:radial-gradient(circle,#c9963c1f 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite alternate page-module__LBTDbq__heroOrb;position:absolute;top:-80px;left:-80px}.page-module__LBTDbq__heroOrb2{background:radial-gradient(circle,#c9963c17 0%,#0000 70%);border-radius:50%;width:400px;height:400px;animation:9s ease-in-out infinite alternate-reverse page-module__LBTDbq__heroOrb;position:absolute;bottom:-80px;right:-80px}@keyframes page-module__LBTDbq__heroOrb{0%{transform:translate(0)scale(1)}to{transform:translate(30px,20px)scale(1.1)}}.page-module__LBTDbq__heroContent{z-index:1;max-width:780px;animation:.8s ease-out both page-module__LBTDbq__fadeInUp;position:relative}.page-module__LBTDbq__heroPill{background:var(--gold-pale);border:1px solid var(--border-solid);color:var(--gold);letter-spacing:.06em;text-transform:uppercase;border-radius:9999px;margin-bottom:1.5rem;padding:.4rem 1.2rem;font-size:.82rem;font-weight:700;display:inline-block}.page-module__LBTDbq__heroTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1.25rem;font-family:Playfair Display,serif;font-size:clamp(2.8rem,6vw,5rem);font-weight:700;line-height:1.12}.page-module__LBTDbq__heroGold{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;display:block}.page-module__LBTDbq__heroSub{color:var(--text-secondary);max-width:580px;margin:0 auto 2.5rem;font-size:1.1rem;line-height:1.7}.page-module__LBTDbq__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:3rem;display:flex}.page-module__LBTDbq__btnPrimary{background:var(--gold-gradient);color:#1a0f00;cursor:pointer;box-shadow:var(--shadow-gold);letter-spacing:.01em;border:none;border-radius:9999px;align-items:center;gap:.5rem;padding:.85rem 2rem;font-size:1rem;font-weight:800;transition:all .3s;display:inline-flex}.page-module__LBTDbq__btnPrimary:hover{filter:brightness(1.06);transform:translateY(-3px);box-shadow:0 16px 48px #c9963c66}.page-module__LBTDbq__btnSecondary{color:var(--gold);border:2px solid var(--gold);cursor:pointer;background:0 0;border-radius:9999px;align-items:center;padding:.85rem 2rem;font-size:1rem;font-weight:700;transition:all .3s;display:inline-flex}.page-module__LBTDbq__btnSecondary:hover{background:var(--gold);color:#1a0f00;box-shadow:var(--shadow-gold)}.page-module__LBTDbq__heroStats{justify-content:center;align-items:center;gap:2rem;display:flex}.page-module__LBTDbq__stat{flex-direction:column;align-items:center;gap:.15rem;display:flex}.page-module__LBTDbq__stat strong{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.6rem;font-weight:800}.page-module__LBTDbq__stat span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;font-size:.78rem;font-weight:500}.page-module__LBTDbq__statDivider{background:var(--border-solid);width:1px;height:36px}.page-module__LBTDbq__section{padding:5rem 0}.page-module__LBTDbq__sectionHeader{justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2.5rem;display:flex}.page-module__LBTDbq__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;font-family:Playfair Display,serif;font-size:2rem;font-weight:700}.page-module__LBTDbq__sectionSub{color:var(--text-muted);margin-top:.25rem;font-size:.9rem}.page-module__LBTDbq__seeAll{color:var(--gold);white-space:nowrap;transition:var(--transition);font-size:.88rem;font-weight:600}.page-module__LBTDbq__seeAll:hover{color:var(--gold-light)}.page-module__LBTDbq__categoryGrid{grid-template-columns:repeat(6,1fr);gap:1rem;display:grid}.page-module__LBTDbq__catCard{background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-lg);transition:var(--transition);color:var(--text-secondary);flex-direction:column;align-items:center;gap:.6rem;padding:1.5rem 1rem;text-decoration:none;display:flex}.page-module__LBTDbq__catCard:hover{border-color:var(--gold);background:var(--gold-pale);box-shadow:var(--shadow-gold);color:var(--gold);transform:translateY(-4px)}.page-module__LBTDbq__catIcon{font-size:2rem;line-height:1;transition:transform .3s}.page-module__LBTDbq__catCard:hover .page-module__LBTDbq__catIcon{transform:scale(1.2)rotate(-5deg)}.page-module__LBTDbq__catLabel{text-transform:uppercase;letter-spacing:.05em;font-size:.82rem;font-weight:700}.page-module__LBTDbq__productSection{background:var(--bg-secondary)}.page-module__LBTDbq__productGrid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;display:grid}.page-module__LBTDbq__productItem{animation:.5s ease-out both page-module__LBTDbq__fadeInUp}@keyframes page-module__LBTDbq__shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.page-module__LBTDbq__skeletonCard{border-radius:var(--radius-lg);border:1px solid var(--border);background:var(--bg-card);overflow:hidden}.page-module__LBTDbq__skeletonImg{aspect-ratio:1;background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-card) 50%, var(--bg-secondary) 75%);background-size:800px 100%;animation:1.6s linear infinite page-module__LBTDbq__shimmer}.page-module__LBTDbq__skeletonContent{flex-direction:column;gap:.6rem;padding:1rem 1.1rem;display:flex}.page-module__LBTDbq__skeletonLine{background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-card) 50%, var(--bg-secondary) 75%);background-size:800px 100%;border-radius:6px;height:12px;animation:1.6s linear infinite page-module__LBTDbq__shimmer}.page-module__LBTDbq__skeletonLineShort{background:linear-gradient(90deg, var(--bg-secondary) 25%, var(--bg-card) 50%, var(--bg-secondary) 75%);background-size:800px 100%;border-radius:6px;width:60%;height:12px;animation:1.6s linear infinite page-module__LBTDbq__shimmer}@keyframes page-module__LBTDbq__fadeInUp{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}.page-module__LBTDbq__emptyState{text-align:center;color:var(--text-muted);padding:5rem 2rem}.page-module__LBTDbq__emptyIcon{background:var(--gold-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:4rem;animation:3s ease-in-out infinite page-module__LBTDbq__float}@keyframes page-module__LBTDbq__float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.page-module__LBTDbq__emptyState h3{color:var(--text-secondary);margin-bottom:.5rem;font-size:1.3rem;font-weight:700}.page-module__LBTDbq__trustSection{border-top:1px solid var(--border);border-bottom:1px solid var(--border);padding:3.5rem 0}.page-module__LBTDbq__trustGrid{grid-template-columns:repeat(4,1fr);gap:2rem;display:grid}.page-module__LBTDbq__trustItem{align-items:center;gap:1rem;display:flex}.page-module__LBTDbq__trustIcon{background:var(--gold-pale);border:1px solid var(--border-solid);border-radius:var(--radius-md);flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;font-size:2rem;display:flex}.page-module__LBTDbq__trustTitle{color:var(--text-primary);margin-bottom:.15rem;font-size:.92rem;font-weight:700}.page-module__LBTDbq__trustDesc{color:var(--text-muted);font-size:.8rem}.page-module__LBTDbq__ctaSection{padding:6rem 0}.page-module__LBTDbq__ctaBox{text-align:center;background:var(--bg-card);border:1px solid var(--border);border-radius:var(--radius-xl);padding:5rem 3rem;position:relative;overflow:hidden}.page-module__LBTDbq__ctaOrb{pointer-events:none;background:radial-gradient(circle,#c9963c1f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;top:-120px;left:50%;transform:translate(-50%)}.page-module__LBTDbq__ctaTitle{color:var(--text-primary);letter-spacing:-.02em;margin-bottom:1rem;font-family:Playfair Display,serif;font-size:2.6rem;font-weight:700;position:relative}.page-module__LBTDbq__ctaSub{color:var(--text-secondary);max-width:520px;margin:0 auto 2.5rem;font-size:1.05rem;line-height:1.7;position:relative}.page-module__LBTDbq__ctaBtn{background:var(--gold-gradient);color:#1a0f00;cursor:pointer;box-shadow:var(--shadow-gold);border:none;border-radius:9999px;align-items:center;padding:.9rem 2.4rem;font-size:1rem;font-weight:800;transition:all .3s;display:inline-flex;position:relative}.page-module__LBTDbq__ctaBtn:hover{filter:brightness(1.06);transform:translateY(-3px);box-shadow:0 20px 56px #c9963c61}@media (max-width:1024px){.page-module__LBTDbq__trustGrid{grid-template-columns:repeat(2,1fr)}.page-module__LBTDbq__categoryGrid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.page-module__LBTDbq__hero{min-height:80vh;padding:4rem 1rem}.page-module__LBTDbq__heroStats{gap:1.25rem}.page-module__LBTDbq__stat strong{font-size:1.3rem}.page-module__LBTDbq__categoryGrid{grid-template-columns:repeat(3,1fr);gap:.75rem}.page-module__LBTDbq__productGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.page-module__LBTDbq__trustGrid{grid-template-columns:1fr;gap:1.25rem}.page-module__LBTDbq__ctaBox{padding:3rem 1.5rem}.page-module__LBTDbq__ctaTitle{font-size:1.8rem}.page-module__LBTDbq__sectionTitle{font-size:1.6rem}.page-module__LBTDbq__sectionHeader{flex-direction:column;align-items:flex-start}}@media (max-width:480px){.page-module__LBTDbq__heroTitle{font-size:2.2rem}.page-module__LBTDbq__heroSub{font-size:1rem}.page-module__LBTDbq__btnPrimary,.page-module__LBTDbq__btnSecondary{padding:.75rem 1.5rem;font-size:.9rem}.page-module__LBTDbq__categoryGrid{grid-template-columns:repeat(3,1fr);gap:.5rem}.page-module__LBTDbq__catCard{padding:1rem .5rem}.page-module__LBTDbq__catIcon{font-size:1.5rem}}
.products-module__NgJ9jW__page{min-height:100vh;padding-bottom:4rem}.products-module__NgJ9jW__header{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:100;background:linear-gradient(#1a1a1af2 0%,#1a1a1acc 100%);border-bottom:1px solid #d4af3726;padding:1.5rem 0;position:sticky;top:70px}.products-module__NgJ9jW__headerLeft{align-items:baseline;gap:1rem;margin-bottom:1rem;display:flex}.products-module__NgJ9jW__pageTitle{color:#d4af37;letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:600}.products-module__NgJ9jW__pageCount{color:#888;font-size:.875rem}.products-module__NgJ9jW__headerRight{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.products-module__NgJ9jW__searchWrap{flex:1;min-width:200px;max-width:320px;position:relative}.products-module__NgJ9jW__searchWrap svg{color:#666;position:absolute;top:50%;left:12px;transform:translateY(-50%)}.products-module__NgJ9jW__searchInput{color:#e5e5e5;background:#ffffff0d;border:1px solid #d4af3733;border-radius:8px;width:100%;padding:.625rem 1rem .625rem 2.5rem;font-size:.875rem;transition:all .2s}.products-module__NgJ9jW__searchInput:focus{background:#ffffff14;border-color:#d4af37;outline:none;box-shadow:0 0 0 3px #d4af371a}.products-module__NgJ9jW__searchInput::placeholder{color:#666}.products-module__NgJ9jW__sortSelect{color:#e5e5e5;cursor:pointer;appearance:none;background:#ffffff0d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23d4af37' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E") right 12px center no-repeat;border:1px solid #d4af3733;border-radius:8px;padding:.625rem 2rem .625rem 1rem;font-size:.875rem;transition:all .2s}.products-module__NgJ9jW__sortSelect:hover{border-color:#d4af3766}.products-module__NgJ9jW__sortSelect:focus{border-color:#d4af37;outline:none}.products-module__NgJ9jW__viewToggle{background:#ffffff0d;border-radius:8px;gap:2px;padding:4px;display:flex}.products-module__NgJ9jW__viewBtn{color:#666;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.products-module__NgJ9jW__viewBtn:hover{color:#aaa}.products-module__NgJ9jW__viewActive{color:#d4af37;background:#d4af3726}.products-module__NgJ9jW__layout{grid-template-columns:260px 1fr;gap:2rem;padding-top:2rem;display:grid}.products-module__NgJ9jW__sidebar{background:#ffffff05;border:1px solid #d4af371a;border-radius:12px;height:fit-content;padding:1.5rem;position:sticky;top:180px}.products-module__NgJ9jW__sideSection{margin-bottom:1.5rem}.products-module__NgJ9jW__sideSection:last-of-type{margin-bottom:1rem}.products-module__NgJ9jW__sideTitle{text-transform:uppercase;letter-spacing:.1em;color:#888;margin:0 0 1rem;font-size:.75rem;font-weight:600}.products-module__NgJ9jW__catList{margin:0;padding:0;list-style:none}.products-module__NgJ9jW__catItem{color:#aaa;cursor:pointer;text-align:left;background:0 0;border:none;border-radius:6px;justify-content:space-between;align-items:center;width:100%;padding:.625rem .75rem;font-size:.875rem;transition:all .2s;display:flex}.products-module__NgJ9jW__catItem:hover{color:#e5e5e5;background:#d4af3714}.products-module__NgJ9jW__catActive{color:#d4af37;background:#d4af371f;font-weight:500}.products-module__NgJ9jW__catCount{color:#666;background:#ffffff0d;border-radius:10px;padding:2px 8px;font-size:.75rem}.products-module__NgJ9jW__priceInputs{align-items:center;gap:.5rem;display:flex}.products-module__NgJ9jW__priceInput{color:#e5e5e5;background:#ffffff0d;border:1px solid #d4af3733;border-radius:6px;flex:1;width:100%;padding:.5rem .75rem;font-size:.875rem}.products-module__NgJ9jW__priceInput:focus{border-color:#d4af37;outline:none}.products-module__NgJ9jW__priceInput::placeholder{color:#555}.products-module__NgJ9jW__priceDash{color:#666}.products-module__NgJ9jW__priceError{color:#e57373;margin:.5rem 0 0;font-size:.75rem}.products-module__NgJ9jW__filterBtn{color:#d4af37;cursor:pointer;background:#d4af3726;border:1px solid #d4af374d;border-radius:6px;width:100%;margin-top:.75rem;padding:.625rem;font-size:.875rem;font-weight:500;transition:all .2s}.products-module__NgJ9jW__filterBtn:hover{background:#d4af3740;border-color:#d4af3780}.products-module__NgJ9jW__clearBtn{color:#888;cursor:pointer;background:0 0;border:1px dashed #d4af374d;border-radius:6px;width:100%;padding:.625rem;font-size:.875rem;transition:all .2s}.products-module__NgJ9jW__clearBtn:hover{color:#d4af37;border-color:#d4af37}.products-module__NgJ9jW__main{min-height:400px}.products-module__NgJ9jW__productGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.products-module__NgJ9jW__productGrid.products-module__NgJ9jW__list{grid-template-columns:1fr}.products-module__NgJ9jW__productGrid.products-module__NgJ9jW__list>*{max-width:100%}.products-module__NgJ9jW__skeletonCard{background:#ffffff05;border:1px solid #ffffff0d;border-radius:12px;animation:1.5s ease-in-out infinite products-module__NgJ9jW__pulse;overflow:hidden}@keyframes products-module__NgJ9jW__pulse{0%,to{opacity:1}50%{opacity:.5}}.products-module__NgJ9jW__skeletonImg{aspect-ratio:1;background:linear-gradient(90deg,#ffffff05 25%,#ffffff0d 50%,#ffffff05 75%) 0 0/200% 100%;animation:1.5s infinite products-module__NgJ9jW__shimmer}@keyframes products-module__NgJ9jW__shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.products-module__NgJ9jW__skeletonBody{padding:1rem}.products-module__NgJ9jW__skeletonLine{background:#ffffff0d;border-radius:4px;width:80%;height:14px;margin-bottom:.5rem}.products-module__NgJ9jW__skeletonLineShort{background:#ffffff0d;border-radius:4px;width:50%;height:14px}.products-module__NgJ9jW__pagination{border-top:1px solid #d4af371a;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;padding-top:2rem;display:flex}.products-module__NgJ9jW__pgBtn{color:#aaa;cursor:pointer;background:#ffffff0d;border:1px solid #d4af3733;border-radius:6px;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.products-module__NgJ9jW__pgBtn:hover:not(:disabled){color:#e5e5e5;background:#d4af371a;border-color:#d4af3766}.products-module__NgJ9jW__pgBtn:disabled{opacity:.4;cursor:not-allowed}.products-module__NgJ9jW__pgNumbers{gap:4px;display:flex}.products-module__NgJ9jW__pgNum{color:#888;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:6px;justify-content:center;align-items:center;width:36px;height:36px;font-size:.875rem;transition:all .2s;display:flex}.products-module__NgJ9jW__pgNum:hover{color:#e5e5e5;background:#d4af3714}.products-module__NgJ9jW__pgActive{color:#d4af37;background:#d4af3726;border-color:#d4af374d}.products-module__NgJ9jW__empty{text-align:center;background:#ffffff05;border:1px solid #d4af371a;border-radius:12px;padding:4rem 2rem}.products-module__NgJ9jW__emptyIcon{opacity:.3;margin-bottom:1rem;font-size:3rem}.products-module__NgJ9jW__empty h3{color:#e5e5e5;margin:0 0 .5rem;font-size:1.25rem}.products-module__NgJ9jW__empty p{color:#666;margin:0 0 1.5rem}.products-module__NgJ9jW__resetBtn{color:#d4af37;cursor:pointer;background:#d4af3726;border:1px solid #d4af374d;border-radius:8px;padding:.75rem 1.5rem;font-size:.875rem;font-weight:500;transition:all .2s}.products-module__NgJ9jW__resetBtn:hover{background:#d4af3740}.products-module__NgJ9jW__catSkeleton{color:#555;padding:.5rem 0;font-size:.875rem}@media (max-width:1024px){.products-module__NgJ9jW__layout{grid-template-columns:220px 1fr;gap:1.5rem}}@media (max-width:768px){.products-module__NgJ9jW__header{position:relative;top:0}.products-module__NgJ9jW__headerLeft{flex-direction:column;gap:.25rem}.products-module__NgJ9jW__headerRight{justify-content:space-between}.products-module__NgJ9jW__searchWrap{flex:100%;order:1;max-width:100%}.products-module__NgJ9jW__sortSelect{order:2}.products-module__NgJ9jW__viewToggle{order:3}.products-module__NgJ9jW__layout{grid-template-columns:1fr}.products-module__NgJ9jW__sidebar{position:relative;top:0}.products-module__NgJ9jW__productGrid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem}}@media (max-width:480px){.products-module__NgJ9jW__pageTitle{font-size:1.5rem}.products-module__NgJ9jW__sortSelect{padding:.5rem 1.5rem .5rem .75rem;font-size:.8125rem}.products-module__NgJ9jW__productGrid{grid-template-columns:repeat(2,1fr);gap:.75rem}.products-module__NgJ9jW__pagination{flex-wrap:wrap}}
