.page-module__DvX4wa__container{grid-template-columns:1fr 1fr;align-items:start;gap:5rem;max-width:1440px;min-height:100vh;margin:0 auto;padding:160px 5% 6rem;display:grid}.page-module__DvX4wa__viewerContainer{flex-direction:column;gap:1rem;width:100%;display:flex;position:sticky;top:100px}.page-module__DvX4wa__imageContainer{background:var(--card);border:1px solid var(--border);aspect-ratio:3/4;border-radius:8px;justify-content:center;align-items:center;width:100%;max-height:650px;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000000d}.page-module__DvX4wa__productInfo{flex-direction:column;justify-content:flex-start;gap:0;padding-top:1rem;display:flex}.page-module__DvX4wa__title{color:var(--foreground);letter-spacing:-.01em;font-size:2.25rem;font-weight:500;line-height:1.2;font-family:var(--font-heading,var(--font-sans));margin-bottom:.5rem}.page-module__DvX4wa__categoryBadge{text-transform:uppercase;letter-spacing:.1em;color:var(--muted-foreground);margin-bottom:1rem;font-size:.875rem;font-weight:600}.page-module__DvX4wa__price{color:var(--foreground);letter-spacing:-.02em;margin-bottom:0;font-size:1.75rem;font-weight:700}.page-module__DvX4wa__description{color:var(--muted-foreground);margin-bottom:2rem;font-size:1rem;font-weight:400;line-height:1.8}.page-module__DvX4wa__actions{flex-wrap:wrap;gap:1rem;margin-top:1.5rem;display:flex}.page-module__DvX4wa__btnSecondary{border:1px solid var(--border);color:var(--foreground);border-radius:var(--btn-radius,8px);cursor:pointer;background:0 0;justify-content:center;align-items:center;padding:.9rem 1.25rem;font-weight:600;transition:all .2s;display:flex}.page-module__DvX4wa__btnSecondary:hover{background:var(--muted);border-color:var(--foreground)}@media (max-width:1024px){.page-module__DvX4wa__container{grid-template-columns:1fr;gap:3rem;padding:140px 2rem 4rem}.page-module__DvX4wa__viewerContainer{width:100%;position:static}.page-module__DvX4wa__imageContainer{aspect-ratio:1;max-height:500px}.page-module__DvX4wa__title{font-size:2rem}}@media (max-width:640px){.page-module__DvX4wa__container{gap:2rem;padding:175px 1rem 7rem}.page-module__DvX4wa__imageContainer{aspect-ratio:1;border:1px solid var(--border);border-radius:16px;width:100%;max-height:440px;margin-top:.5rem;overflow:hidden;box-shadow:0 6px 24px #00000014}.page-module__DvX4wa__viewerContainer{width:100%}.page-module__DvX4wa__title{font-size:1.75rem}.page-module__DvX4wa__price{font-size:1.5rem}.page-module__DvX4wa__description{margin-bottom:1.5rem;font-size:.95rem}.page-module__DvX4wa__actions{display:none!important}}.page-module__DvX4wa__mobileStickyBar{display:none}@media (max-width:768px){.page-module__DvX4wa__mobileStickyBar{z-index:99;background:var(--background);border-top:1px solid var(--border);gap:.5rem;padding:.75rem 1rem;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 20px #0006}}
.ReviewForm-module__Ry_dMG__reviewForm{background:var(--glass-bg);border:1px solid var(--border);border-radius:var(--btn-radius);margin-top:2rem;padding:2rem}.ReviewForm-module__Ry_dMG__reviewForm h3{color:var(--foreground);margin-bottom:1rem}.ReviewForm-module__Ry_dMG__ratingSelect{gap:.5rem;margin-bottom:1.5rem;display:flex}.ReviewForm-module__Ry_dMG__starBtn{cursor:pointer;background:0 0;border:none;padding:0;transition:transform .2s}.ReviewForm-module__Ry_dMG__starBtn:hover{transform:scale(1.1)}.ReviewForm-module__Ry_dMG__inputGroup{margin-bottom:1rem}.ReviewForm-module__Ry_dMG__input,.ReviewForm-module__Ry_dMG__textarea{background:var(--panel-bg);border:1px solid var(--border);border-radius:var(--btn-radius);width:100%;color:var(--text-color);padding:.75rem 1rem;font-family:inherit}.ReviewForm-module__Ry_dMG__input:focus,.ReviewForm-module__Ry_dMG__textarea:focus{border-color:var(--primary);outline:none}
.FeaturedProducts-module__dlIp6q__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;width:100%;display:grid}@media (min-width:640px){.FeaturedProducts-module__dlIp6q__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (min-width:1024px){.FeaturedProducts-module__dlIp6q__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}.FeaturedProducts-module__dlIp6q__card{background:var(--card);border:1px solid var(--border);cursor:pointer;width:100%;color:inherit;border-radius:10px;flex-direction:column;text-decoration:none;transition:transform .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.FeaturedProducts-module__dlIp6q__card:hover{border-color:var(--foreground)}.FeaturedProducts-module__dlIp6q__imageLink{aspect-ratio:3/4;background:var(--muted);display:block;position:relative;overflow:hidden}.FeaturedProducts-module__dlIp6q__image{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.FeaturedProducts-module__dlIp6q__card:hover .FeaturedProducts-module__dlIp6q__image{transform:scale(1.04)}.FeaturedProducts-module__dlIp6q__infoArea{flex-direction:column;flex:1;justify-content:space-between;gap:.4rem;padding:.75rem;display:flex}@media (min-width:640px){.FeaturedProducts-module__dlIp6q__infoArea{gap:.5rem;padding:1rem}}.FeaturedProducts-module__dlIp6q__productTitle{color:var(--foreground);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.85rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}@media (min-width:640px){.FeaturedProducts-module__dlIp6q__productTitle{font-size:.95rem}}.FeaturedProducts-module__dlIp6q__priceRow{flex-wrap:wrap;align-items:baseline;gap:.4rem;display:flex}.FeaturedProducts-module__dlIp6q__price{color:var(--foreground);letter-spacing:-.01em;font-size:1rem;font-weight:700}@media (min-width:640px){.FeaturedProducts-module__dlIp6q__price{font-size:1.15rem}}.FeaturedProducts-module__dlIp6q__mrp{color:var(--muted-foreground);font-size:.75rem;text-decoration:line-through}.FeaturedProducts-module__dlIp6q__actions{gap:.4rem;margin-top:.25rem;display:flex}.FeaturedProducts-module__dlIp6q__cartBtn{color:var(--foreground);border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:9999px;flex:1;justify-content:center;align-items:center;gap:.3rem;padding:.5rem .25rem;font-size:.75rem;font-weight:600;transition:background .2s;display:flex}.FeaturedProducts-module__dlIp6q__cartBtn:hover{background:var(--glass-bg)}.FeaturedProducts-module__dlIp6q__buyBtn{background:var(--foreground);color:var(--background);border:1px solid var(--foreground);cursor:pointer;border-radius:9999px;flex:1;justify-content:center;align-items:center;padding:.5rem .25rem;font-size:.75rem;font-weight:700;transition:opacity .2s;display:flex}.FeaturedProducts-module__dlIp6q__buyBtn:hover{opacity:.9}.FeaturedProducts-module__dlIp6q__spotlightCard{background:var(--card);border:1px solid var(--border);border-radius:12px;flex-direction:column;grid-column:1/-1;margin:.5rem 0;transition:border-color .2s;display:flex;overflow:hidden}.FeaturedProducts-module__dlIp6q__spotlightCard:hover{border-color:var(--foreground)}@media (min-width:768px){.FeaturedProducts-module__dlIp6q__spotlightCard{grid-template-columns:1.2fr 1fr;align-items:center;display:grid}}.FeaturedProducts-module__dlIp6q__spotlightImageLink{aspect-ratio:16/9;background:var(--muted);width:100%;display:block;position:relative;overflow:hidden}@media (min-width:768px){.FeaturedProducts-module__dlIp6q__spotlightImageLink{aspect-ratio:4/3;height:100%}}.FeaturedProducts-module__dlIp6q__spotlightInfo{flex-direction:column;justify-content:center;gap:.6rem;padding:1.25rem;display:flex}@media (min-width:768px){.FeaturedProducts-module__dlIp6q__spotlightInfo{gap:1rem;padding:2.5rem}}
.ProductFilterSidebar-module__DU2f-q__mobileToggleBtn{color:#a78bfa;cursor:pointer;background:#8b5cf61a;border:1px solid #8b5cf64d;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-bottom:1rem;padding:.75rem 1rem;font-weight:600;display:none}.ProductFilterSidebar-module__DU2f-q__sidebar{border:1px solid var(--border);background:#ffffff05;border-radius:12px;flex-shrink:0;width:280px;height:fit-content;padding:1.5rem}.ProductFilterSidebar-module__DU2f-q__header{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.ProductFilterSidebar-module__DU2f-q__header h3{color:var(--foreground);font-size:1.1rem;font-weight:700}.ProductFilterSidebar-module__DU2f-q__closeBtn{border:1px solid var(--border);width:36px;height:36px;color:var(--foreground);cursor:pointer;background:#ffffff14;border-radius:50%;justify-content:center;align-items:center;transition:all .2s;display:flex}.ProductFilterSidebar-module__DU2f-q__closeBtn:hover{color:#ef4444;background:#ef444433;border-color:#ef444466;transform:scale(1.08)}.ProductFilterSidebar-module__DU2f-q__filterSection{margin-bottom:1.5rem}.ProductFilterSidebar-module__DU2f-q__filterSection label{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;font-size:.85rem;font-weight:600;display:block}.ProductFilterSidebar-module__DU2f-q__searchBox{align-items:center;display:flex;position:relative}.ProductFilterSidebar-module__DU2f-q__searchIcon{color:#6b7280;position:absolute;left:.75rem}.ProductFilterSidebar-module__DU2f-q__searchBox input{border:1px solid var(--border);width:100%;color:var(--foreground);background:#0003;border-radius:8px;padding:.65rem .65rem .65rem 2.25rem;font-size:.9rem}.ProductFilterSidebar-module__DU2f-q__searchBox input:focus{border-color:#8b5cf6;outline:none}.ProductFilterSidebar-module__DU2f-q__categoryList{flex-direction:column;gap:.4rem;display:flex}.ProductFilterSidebar-module__DU2f-q__categoryBtn{text-align:left;color:#d1d5db;cursor:pointer;background:0 0;border:none;border-radius:6px;padding:.4rem .5rem;font-size:.95rem;transition:all .2s}.ProductFilterSidebar-module__DU2f-q__categoryBtn:hover{background:#ffffff0d}.ProductFilterSidebar-module__DU2f-q__categoryBtn.ProductFilterSidebar-module__DU2f-q__active{color:#a78bfa;background:#8b5cf626;font-weight:600}.ProductFilterSidebar-module__DU2f-q__priceRow{align-items:center;gap:.5rem;display:flex}.ProductFilterSidebar-module__DU2f-q__priceRow input{border:1px solid var(--border);width:100%;color:var(--foreground);background:#0003;border-radius:8px;padding:.65rem;font-size:.9rem}.ProductFilterSidebar-module__DU2f-q__priceRow span{color:#6b7280}.ProductFilterSidebar-module__DU2f-q__sortSelect{border:1px solid var(--border);width:100%;color:var(--foreground);background:#0003;border-radius:8px;padding:.65rem;font-size:.9rem}.ProductFilterSidebar-module__DU2f-q__actions{border-top:1px solid var(--border);flex-direction:column;gap:.75rem;margin-top:2rem;padding-top:1.5rem;display:flex}.ProductFilterSidebar-module__DU2f-q__applyBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#8b5cf6,#6366f1);border:none;border-radius:8px;padding:.75rem;font-weight:600;transition:opacity .2s}.ProductFilterSidebar-module__DU2f-q__applyBtn:hover{opacity:.9}.ProductFilterSidebar-module__DU2f-q__clearBtn{color:#9ca3af;border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:8px;padding:.75rem;font-weight:600;transition:all .2s}.ProductFilterSidebar-module__DU2f-q__clearBtn:hover{color:var(--foreground);background:#ffffff0d}.ProductFilterSidebar-module__DU2f-q__overlay{display:none}@media (max-width:768px){.ProductFilterSidebar-module__DU2f-q__mobileToggleBtn{display:flex}.ProductFilterSidebar-module__DU2f-q__sidebar{border:none;border-right:1px solid var(--border);z-index:1000;background:#0f0f13;border-radius:0;width:min(300px,85vw);height:100vh;transition:transform .3s;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.ProductFilterSidebar-module__DU2f-q__sidebar.ProductFilterSidebar-module__DU2f-q__open{transform:translate(0)}.ProductFilterSidebar-module__DU2f-q__closeBtn{display:flex}.ProductFilterSidebar-module__DU2f-q__overlay{-webkit-backdrop-filter:blur(8px);z-index:999;background:#000000bf;width:100vw;height:100dvh;display:block;position:fixed;top:0;left:0}}
.page-module__bSawnG__pageContainer{width:100%;max-width:1280px;margin:0 auto;padding:130px 1.5rem 6rem}.page-module__bSawnG__mobileFilterToggle{display:none}@media (max-width:768px){.page-module__bSawnG__pageContainer{padding-top:130px;padding-left:.75rem;padding-right:.75rem}.page-module__bSawnG__mobileFilterToggle{display:inline-flex}.page-module__bSawnG__title{font-size:2rem}.page-module__bSawnG__header{margin-bottom:2rem}}.page-module__bSawnG__header{margin-bottom:4rem}.page-module__bSawnG__headerTop{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.page-module__bSawnG__title{margin-bottom:0;font-size:3.5rem}.page-module__bSawnG__subtitle{color:#9ca3af;font-size:1.25rem}.page-module__bSawnG__grid{grid-template-columns:repeat(2,1fr);gap:.75rem;display:grid}@media (min-width:640px){.page-module__bSawnG__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.25rem}}.page-module__bSawnG__card{color:inherit;flex-direction:column;height:100%;padding:2rem;text-decoration:none;transition:transform .2s,border-color .2s;display:flex}.page-module__bSawnG__card:hover{border-color:var(--primary);transform:translateY(-5px)}.page-module__bSawnG__imagePlaceholder{background:var(--panel-bg);border-radius:12px;justify-content:center;align-items:center;height:200px;margin-bottom:1.5rem;font-size:5rem;display:flex}.page-module__bSawnG__productTitle{margin-bottom:.5rem;font-size:1.25rem}.page-module__bSawnG__productPrice{color:#9ca3af;flex-grow:1;margin-bottom:1.5rem;font-size:1.1rem}.page-module__bSawnG__addToCart{width:100%}.page-module__bSawnG__emptyState{text-align:center;background:var(--panel-bg);border:1px solid var(--border);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:4rem 2rem;display:flex}.page-module__bSawnG__emptyState h2{font-size:2rem}.page-module__bSawnG__emptyState p{color:#9ca3af;font-size:1.2rem}@media (max-width:768px){.page-module__bSawnG__headerTop{flex-direction:column;align-items:flex-start;gap:1rem}.page-module__bSawnG__title{font-size:2.5rem}.page-module__bSawnG__mobileFilterToggle{justify-content:center;width:100%}}
