.page-module__0PR35G__container{max-width:1200px;margin:0 auto;padding:2rem}.page-module__0PR35G__breadcrumb{color:var(--gray-medium);margin-bottom:2rem;font-size:.9rem}.page-module__0PR35G__breadcrumb a{color:var(--foreground)}.page-module__0PR35G__breadcrumb a:hover{text-decoration:underline}.page-module__0PR35G__main{gap:4rem;margin-bottom:4rem;display:flex}.page-module__0PR35G__gallery{aspect-ratio:1;background-color:var(--gray-light);border-radius:12px;flex:1;overflow:hidden}.page-module__0PR35G__placeholderImage{width:100%;height:100%;color:var(--gray-medium);justify-content:center;align-items:center;font-size:1.2rem;display:flex}.page-module__0PR35G__details{flex-direction:column;flex:1;display:flex}.page-module__0PR35G__title{margin-bottom:1rem;font-size:2.2rem;font-weight:800}.page-module__0PR35G__pricing{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.page-module__0PR35G__price{color:var(--foreground);font-size:2rem;font-weight:700}.page-module__0PR35G__oldPrice{color:var(--gray-medium);font-size:1.2rem;text-decoration:line-through}.page-module__0PR35G__desc{color:var(--gray-dark);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.page-module__0PR35G__stockWarning{color:#df4759;background-color:#fdf2f2;border:1px solid #f5c2c7;border-radius:4px;margin-bottom:2rem;padding:.75rem 1rem;font-weight:700}.page-module__0PR35G__actions{gap:1rem;margin-bottom:3rem;display:flex}.page-module__0PR35G__qtyBox{border:1px solid var(--gray-dark);border-radius:4px;align-items:center;display:flex;overflow:hidden}.page-module__0PR35G__qtyBox button{cursor:pointer;width:40px;height:40px;color:var(--foreground);background:0 0;border:none;font-size:1.2rem}.page-module__0PR35G__qtyBox button:hover{background-color:var(--gray-light)}.page-module__0PR35G__qtyBox span{text-align:center;width:40px;font-weight:700}.page-module__0PR35G__addToCart{background-color:var(--foreground);color:var(--background);cursor:pointer;border:none;border-radius:4px;flex:1;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700;transition:all .3s}.page-module__0PR35G__addToCart:hover{opacity:.85;transform:translateY(-1px)}.page-module__0PR35G__addedToCart{color:#fff;cursor:default;background-color:#059669;border:none;border-radius:4px;flex:1;padding:.8rem 1.5rem;font-size:1.1rem;font-weight:700}.page-module__0PR35G__productImage{object-fit:cover;width:100%;height:100%;display:block}.page-module__0PR35G__badgeOverlay{color:#fff;background:#111;border-radius:4px;padding:5px 12px;font-size:.9rem;font-weight:700;position:absolute;top:1rem;right:1rem}.page-module__0PR35G__outOfStock{color:#dc2626;background:#fef2f2;border:1px solid #fca5a5;border-radius:4px;margin-bottom:2rem;padding:.75rem 1rem;font-weight:700}.page-module__0PR35G__discount{color:#166534;background:#dcfce7;border-radius:20px;padding:4px 10px;font-size:.85rem;font-weight:700}.page-module__0PR35G__features{color:var(--gray-dark);border-top:1px solid var(--gray-light);flex-direction:column;gap:.5rem;padding-top:2rem;font-weight:600;display:flex}.page-module__0PR35G__sectionTitle{border-bottom:2px solid var(--foreground);margin-bottom:2rem;padding-bottom:.5rem;font-size:1.8rem;font-weight:800;display:inline-block}.page-module__0PR35G__reviewsSection,.page-module__0PR35G__relatedSection{margin-bottom:4rem}.page-module__0PR35G__reviewsList{gap:1.5rem;display:grid}.page-module__0PR35G__review{background-color:var(--gray-light);border-radius:8px;padding:1.5rem}.page-module__0PR35G__revHeader{justify-content:space-between;margin-bottom:.5rem;display:flex}.page-module__0PR35G__stars{color:#f39c12}.page-module__0PR35G__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}@media (max-width:768px){.page-module__0PR35G__main{flex-direction:column;gap:2rem}}
.ProductCard-module__O-UVIa__card{border:1px solid var(--gray-light);background-color:var(--background);border-radius:8px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.ProductCard-module__O-UVIa__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffffff0d}.ProductCard-module__O-UVIa__badge{background-color:var(--foreground);color:var(--background);z-index:2;border-radius:4px;padding:4px 8px;font-size:.75rem;font-weight:700;position:absolute;top:10px;right:10px}.ProductCard-module__O-UVIa__imageWrap{aspect-ratio:1;background-color:var(--gray-light);width:100%;display:block}.ProductCard-module__O-UVIa__placeholderImage{width:100%;height:100%;color:var(--gray-medium);justify-content:center;align-items:center;font-size:.9rem;display:flex}.ProductCard-module__O-UVIa__info{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.ProductCard-module__O-UVIa__name{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}.ProductCard-module__O-UVIa__name:hover{text-decoration:underline}.ProductCard-module__O-UVIa__pricing{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ProductCard-module__O-UVIa__price{color:var(--foreground);font-size:1.1rem;font-weight:700}.ProductCard-module__O-UVIa__oldPrice{color:var(--gray-medium);font-size:.9rem;text-decoration:line-through}.ProductCard-module__O-UVIa__addToCart{background-color:var(--background);width:100%;color:var(--foreground);border:1px solid var(--foreground);cursor:pointer;border-radius:4px;margin-top:auto;padding:.75rem;font-weight:700;transition:all .3s}.ProductCard-module__O-UVIa__addToCart:hover{background-color:var(--foreground);color:var(--background)}.ProductCard-module__O-UVIa__img{object-fit:cover;width:100%;height:100%}.ProductCard-module__O-UVIa__noImg{opacity:.3;font-size:3rem}
.BestSellers-module___Q8Svq__section{padding:2rem 2rem 4rem}.BestSellers-module___Q8Svq__container{max-width:1200px;margin:0 auto}.BestSellers-module___Q8Svq__header{text-align:center;margin-bottom:3rem}.BestSellers-module___Q8Svq__title{font-size:2rem;font-weight:800;display:inline-block;position:relative}.BestSellers-module___Q8Svq__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}
.LatestProducts-module__-whBzq__section{padding:2rem 2rem 4rem}.LatestProducts-module__-whBzq__container{max-width:1200px;margin:0 auto}.LatestProducts-module__-whBzq__header{text-align:center;margin-bottom:3rem}.LatestProducts-module__-whBzq__title{font-size:2rem;font-weight:800;display:inline-block;position:relative}.LatestProducts-module__-whBzq__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}
.FlashSale-module__nY_s0G__section{background-color:var(--accent);color:#000;margin-bottom:4rem;padding:4rem 2rem}.FlashSale-module__nY_s0G__container{align-items:center;gap:4rem;max-width:1200px;margin:0 auto;display:flex}.FlashSale-module__nY_s0G__content{flex:1}.FlashSale-module__nY_s0G__productWrap{background:var(--background);border-radius:8px;flex:1;max-width:350px;padding:1rem}.FlashSale-module__nY_s0G__badge{color:#fff;background-color:#000;border-radius:4px;margin-bottom:1rem;padding:4px 12px;font-weight:700;display:inline-block}.FlashSale-module__nY_s0G__title{margin-bottom:1rem;font-size:2.5rem;font-weight:900}.FlashSale-module__nY_s0G__desc{color:var(--gray-light);margin-bottom:2rem;font-size:1.1rem;line-height:1.6}.FlashSale-module__nY_s0G__timer{align-items:center;gap:1rem;margin-bottom:2.5rem;display:flex}.FlashSale-module__nY_s0G__timeBox{background:#ffffff1a;border-radius:8px;flex-direction:column;align-items:center;min-width:80px;padding:1rem;display:flex}.FlashSale-module__nY_s0G__timeNum{font-size:1.8rem;font-weight:800}.FlashSale-module__nY_s0G__timeLabel{color:var(--gray-light);margin-top:.25rem;font-size:.85rem}.FlashSale-module__nY_s0G__separator{font-size:2rem;font-weight:700}.FlashSale-module__nY_s0G__btn{background-color:var(--background);color:var(--foreground);border-radius:4px;padding:1rem 2rem;font-weight:700;transition:opacity .3s;display:inline-block}.FlashSale-module__nY_s0G__btn:hover{opacity:.9}@media (max-width:768px){.FlashSale-module__nY_s0G__container{text-align:center;flex-direction:column;gap:2rem}.FlashSale-module__nY_s0G__timer{justify-content:center}}
.Features-module__mTnrVG__section{background-color:var(--background);padding:2rem 2rem 4rem}.Features-module__mTnrVG__container{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.Features-module__mTnrVG__feature{text-align:center;background-color:var(--gray-light);border-radius:8px;padding:2rem;transition:transform .3s}.Features-module__mTnrVG__feature:hover{transform:translateY(-5px)}.Features-module__mTnrVG__icon{margin-bottom:1rem;font-size:2.5rem}.Features-module__mTnrVG__title{margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.Features-module__mTnrVG__desc{color:var(--gray-dark);font-size:.95rem;line-height:1.5}
.ContactProducts-module__LLV8EG__section{background-color:var(--background);padding:2rem 2rem 4rem}.ContactProducts-module__LLV8EG__container{max-width:1200px;margin:0 auto}.ContactProducts-module__LLV8EG__header{text-align:center;margin-bottom:3rem}.ContactProducts-module__LLV8EG__title{color:#fff;font-size:2rem;font-weight:800;display:inline-block;position:relative}.ContactProducts-module__LLV8EG__grid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1.5rem;padding-bottom:1.5rem;display:flex;overflow-x:auto}.ContactProducts-module__LLV8EG__grid::-webkit-scrollbar{height:8px}.ContactProducts-module__LLV8EG__grid::-webkit-scrollbar-thumb{background-color:#25d36699;border-radius:10px}.ContactProducts-module__LLV8EG__grid::-webkit-scrollbar-track{background-color:#0000000d;border-radius:10px}.ContactProducts-module__LLV8EG__card{scroll-snap-align:start;border:1px solid var(--gray-light);background-color:var(--background);border-radius:8px;flex-direction:column;flex:0 0 280px;transition:transform .3s,box-shadow .3s;display:flex;position:relative;overflow:hidden}.ContactProducts-module__LLV8EG__card:hover{transform:translateY(-5px);box-shadow:0 10px 30px #ffffff0d}.ContactProducts-module__LLV8EG__imageWrap{aspect-ratio:1;background-color:var(--gray-light);width:100%;display:block}.ContactProducts-module__LLV8EG__placeholderImage{width:100%;height:100%;color:var(--gray-medium);justify-content:center;align-items:center;font-size:.9rem;display:flex}.ContactProducts-module__LLV8EG__img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.ContactProducts-module__LLV8EG__card:hover .ContactProducts-module__LLV8EG__img{transform:scale(1.05)}.ContactProducts-module__LLV8EG__noImg{opacity:.3;font-size:3rem}.ContactProducts-module__LLV8EG__info{flex-direction:column;flex-grow:1;padding:1rem;display:flex}.ContactProducts-module__LLV8EG__name{color:var(--foreground);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1rem;font-weight:600;display:-webkit-box;overflow:hidden}.ContactProducts-module__LLV8EG__pricing{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.ContactProducts-module__LLV8EG__price{color:var(--foreground);font-size:1.1rem;font-weight:700}.ContactProducts-module__LLV8EG__oldPrice{color:var(--gray-medium);font-size:.9rem;text-decoration:line-through}.ContactProducts-module__LLV8EG__waButton{color:#fff;cursor:pointer;background-color:#25d366;border:none;border-radius:4px;justify-content:center;align-items:center;gap:.5rem;width:100%;margin-top:auto;padding:.75rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.ContactProducts-module__LLV8EG__waButton:hover{background-color:#128c7e}
.CategoriesSection-module__1Ugh4q__section{background:var(--background);border-top:1px solid var(--gray-light);padding:4rem 0;overflow:hidden}.CategoriesSection-module__1Ugh4q__container{max-width:1200px;margin:0 auto;padding:0 1.5rem;position:relative}.CategoriesSection-module__1Ugh4q__header{text-align:center;justify-content:space-between;align-items:flex-end;margin-bottom:3rem;display:flex}.CategoriesSection-module__1Ugh4q__titleWrapper{text-align:right}.CategoriesSection-module__1Ugh4q__title{color:var(--accent);margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.CategoriesSection-module__1Ugh4q__subtitle{color:var(--gray-dark);font-size:1.1rem}.CategoriesSection-module__1Ugh4q__navButtons{gap:.8rem;display:flex}.CategoriesSection-module__1Ugh4q__navBtn{border:1px solid var(--gray-light);width:40px;height:40px;color:var(--foreground);cursor:pointer;transition:var(--transition-smooth);background:0 0;border-radius:50%;justify-content:center;align-items:center;display:flex}.CategoriesSection-module__1Ugh4q__navBtn:hover{background:var(--accent);color:#111;border-color:var(--accent)}.CategoriesSection-module__1Ugh4q__carouselWrapper{position:relative}.CategoriesSection-module__1Ugh4q__grid{scrollbar-width:none;scroll-behavior:smooth;gap:1.5rem;padding-bottom:1rem;display:flex;overflow-x:auto}.CategoriesSection-module__1Ugh4q__grid::-webkit-scrollbar{display:none}.CategoriesSection-module__1Ugh4q__card{background:var(--gray-light);width:160px;transition:var(--transition-smooth);border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;flex:none;justify-content:center;align-items:center;padding:2rem 1rem;text-decoration:none;display:flex}.CategoriesSection-module__1Ugh4q__card:hover{border-color:var(--accent);background:#252525;transform:translateY(-5px);box-shadow:0 10px 25px #00000080}.CategoriesSection-module__1Ugh4q__iconWrapper{background:#ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;margin-bottom:1rem;display:flex;box-shadow:0 4px 10px #0003}.CategoriesSection-module__1Ugh4q__icon{font-size:1.8rem}.CategoriesSection-module__1Ugh4q__catName{color:var(--foreground);text-align:center;margin:0;font-size:1.05rem;font-weight:700}@media (max-width:768px){.CategoriesSection-module__1Ugh4q__title{font-size:1.8rem}.CategoriesSection-module__1Ugh4q__card{width:140px;padding:1.5rem .5rem}.CategoriesSection-module__1Ugh4q__header{text-align:center;flex-direction:column;align-items:center;gap:1.5rem}.CategoriesSection-module__1Ugh4q__titleWrapper{text-align:center}}
.OffersSection-module__j35FQG__section{background:linear-gradient(180deg, var(--background) 0%, var(--gray-light) 100%);border-top:1px solid var(--gray-light);padding:4rem 0}.OffersSection-module__j35FQG__container{max-width:1200px;margin:0 auto;padding:0 1.5rem}.OffersSection-module__j35FQG__header{text-align:center;margin-bottom:3rem}.OffersSection-module__j35FQG__title{color:var(--accent);margin-bottom:.5rem;font-size:2.2rem;font-weight:800}.OffersSection-module__j35FQG__subtitle{color:var(--gray-medium);font-size:1.1rem}.OffersSection-module__j35FQG__grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:2rem;display:grid}.OffersSection-module__j35FQG__card{background:var(--gray-light);border:1px solid #ffffff0d;border-radius:16px;padding:2rem;transition:transform .3s,box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 4px 20px #0003}.OffersSection-module__j35FQG__card:hover{border-color:var(--accent);transform:translateY(-5px);box-shadow:0 12px 30px #0006}.OffersSection-module__j35FQG__badge{color:#fff;background:#dc2626;padding:.4rem 3rem;font-size:.9rem;font-weight:800;position:absolute;top:1.5rem;left:-2rem;transform:rotate(-45deg);box-shadow:0 2px 10px #dc26264d}.OffersSection-module__j35FQG__comboName{color:var(--foreground);margin:0 0 .5rem;padding-right:1rem;font-size:1.5rem;font-weight:800}.OffersSection-module__j35FQG__comboDesc{color:var(--gray-medium);margin-bottom:1.5rem;padding-right:1rem;font-size:.95rem}.OffersSection-module__j35FQG__productsList{background:#0003;border-radius:12px;flex-direction:column;gap:.8rem;margin-bottom:1.5rem;padding:1rem;display:flex}.OffersSection-module__j35FQG__productRow{border-bottom:1px dashed #ffffff1a;align-items:center;gap:1rem;padding-bottom:.8rem;display:flex}.OffersSection-module__j35FQG__productRow:last-child{border-bottom:none;padding-bottom:0}.OffersSection-module__j35FQG__prodImg{background:#111;border:1px solid #ffffff1a;border-radius:8px;justify-content:center;align-items:center;width:50px;height:50px;display:flex;overflow:hidden}.OffersSection-module__j35FQG__prodImg img{object-fit:cover;width:100%;height:100%}.OffersSection-module__j35FQG__prodInfo{flex-direction:column;display:flex}.OffersSection-module__j35FQG__prodName{color:var(--foreground);font-size:.95rem;font-weight:700}.OffersSection-module__j35FQG__prodQty{color:var(--gray-medium);font-size:.8rem}.OffersSection-module__j35FQG__priceContainer{justify-content:flex-end;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-right:1rem;display:flex}.OffersSection-module__j35FQG__oldPrice{color:var(--gray-medium);font-size:1.1rem;font-weight:600;text-decoration:line-through}.OffersSection-module__j35FQG__newPrice{color:#10b981;font-size:1.8rem;font-weight:800}.OffersSection-module__j35FQG__ctaBtn{background:var(--accent);color:#111;cursor:pointer;width:100%;transition:var(--transition-smooth);border:none;border-radius:12px;padding:1rem;font-family:inherit;font-size:1.05rem;font-weight:700}.OffersSection-module__j35FQG__ctaBtn:hover{box-shadow:0 4px 15px var(--accent-glow);background:#fff}@media (max-width:768px){.OffersSection-module__j35FQG__title{font-size:1.8rem}}
.page-module__Nm5nzG__container{max-width:1200px;margin:0 auto;padding:3rem 2rem}.page-module__Nm5nzG__title{text-align:center;color:var(--accent);margin-bottom:2rem;font-size:2.8rem;font-weight:900}.page-module__Nm5nzG__searchSortContainer{background:var(--gray-light);border:1px solid #ffffff0d;border-radius:16px;flex-wrap:wrap;gap:1.5rem;margin-bottom:3rem;padding:1.5rem;display:flex;box-shadow:0 4px 15px #0003}.page-module__Nm5nzG__searchWrapper{flex:2;align-items:center;min-width:300px;display:flex;position:relative}.page-module__Nm5nzG__searchIcon{width:24px;height:24px;color:var(--gray-medium);position:absolute;right:1.5rem}.page-module__Nm5nzG__searchInput{width:100%;color:var(--foreground);transition:var(--transition-smooth);background:#0003;border:2px solid #0000;border-radius:12px;padding:1rem 1rem 1rem 3rem;font-family:inherit;font-size:1.05rem}.page-module__Nm5nzG__searchInput:focus{border-color:var(--accent);background:var(--background);outline:none}.page-module__Nm5nzG__sortWrapper{flex:1;min-width:200px}.page-module__Nm5nzG__sortSelect{width:100%;color:var(--foreground);cursor:pointer;transition:var(--transition-smooth);background:#0003;border:2px solid #0000;border-radius:12px;padding:1rem;font-family:inherit;font-size:1.05rem}.page-module__Nm5nzG__sortSelect:focus{border-color:var(--accent);outline:none}.page-module__Nm5nzG__categoriesWrapper{align-items:center;gap:.5rem;margin-bottom:3rem;display:flex;position:relative}.page-module__Nm5nzG__categoriesContainer{scrollbar-width:none;scroll-behavior:smooth;flex:1;gap:1.5rem;padding:1rem .5rem;display:flex;overflow-x:auto}.page-module__Nm5nzG__categoriesContainer::-webkit-scrollbar{display:none}.page-module__Nm5nzG__scrollBtn{background:var(--gray-light);width:40px;height:40px;color:var(--foreground);cursor:pointer;transition:var(--transition-smooth);z-index:10;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.page-module__Nm5nzG__scrollBtn:hover{background:var(--accent);color:#111;box-shadow:0 0 15px var(--accent-glow)}@media (max-width:768px){.page-module__Nm5nzG__scrollBtn{display:none}}.page-module__Nm5nzG__catCard{cursor:pointer;min-width:100px;transition:var(--transition-smooth);opacity:.7;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;display:flex}.page-module__Nm5nzG__catCard:hover{opacity:1;transform:translateY(-5px)}.page-module__Nm5nzG__activeCat{opacity:1}.page-module__Nm5nzG__catImageWrap{background:var(--gray-light);width:80px;height:80px;transition:var(--transition-smooth);border:3px solid #0000;border-radius:50%;justify-content:center;align-items:center;font-size:2rem;display:flex;overflow:hidden;box-shadow:0 4px 10px #0003}.page-module__Nm5nzG__activeCat .page-module__Nm5nzG__catImageWrap{border-color:var(--accent);box-shadow:0 4px 20px var(--accent-glow)}.page-module__Nm5nzG__catImg{object-fit:cover;width:100%;height:100%}.page-module__Nm5nzG__catName{color:var(--foreground);font-family:inherit;font-size:1rem;font-weight:700}.page-module__Nm5nzG__activeCat .page-module__Nm5nzG__catName{color:var(--accent)}.page-module__Nm5nzG__grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:2rem;display:grid}.page-module__Nm5nzG__empty{text-align:center;color:var(--gray-medium);background:var(--gray-light);border:1px dashed #ffffff1a;border-radius:16px;padding:4rem 0;font-size:1.2rem}.page-module__Nm5nzG__loadingState{color:var(--accent);flex-direction:column;justify-content:center;align-items:center;padding:5rem 0;font-size:1.2rem;font-weight:600;display:flex}.page-module__Nm5nzG__spinner{border:4px solid var(--accent-glow);border-top-color:var(--accent);border-radius:50%;width:40px;height:40px;margin-bottom:1rem;animation:1s linear infinite page-module__Nm5nzG__spin}@keyframes page-module__Nm5nzG__spin{to{transform:rotate(360deg)}}.page-module__Nm5nzG__pagination{justify-content:center;align-items:center;gap:1rem;margin-top:4rem;display:flex}.page-module__Nm5nzG__pageBtn{background-color:var(--gray-light);color:var(--foreground);cursor:pointer;transition:var(--transition-smooth);border:1px solid #ffffff1a;border-radius:50px;padding:.75rem 2rem;font-size:1.05rem;font-weight:700}.page-module__Nm5nzG__pageBtn:hover:not(:disabled){background-color:var(--accent);color:#111;box-shadow:0 4px 15px var(--accent-glow);border-color:var(--accent)}.page-module__Nm5nzG__pageBtn:disabled{opacity:.5;cursor:not-allowed}.page-module__Nm5nzG__pageInfo{color:var(--foreground);font-size:1.1rem;font-weight:700}
