.ProductCard-module__O-UVIa__card{background:var(--bg-card);-webkit-backdrop-filter:blur(10px);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:20px;flex-direction:column;padding:1.25rem;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s cubic-bezier(.16,1,.3,1),border-color .3s;display:flex;position:relative;overflow:hidden}.ProductCard-module__O-UVIa__card:hover{box-shadow:var(--shadow-lg), 0 0 25px rgba(var(--accent-rgb), .15);border-color:var(--border-glow);transform:translateY(-8px)}.ProductCard-module__O-UVIa__imageContainer{background:var(--bg-primary);border-radius:14px;width:100%;height:200px;margin-bottom:1.25rem;position:relative;overflow:hidden}.ProductCard-module__O-UVIa__image{object-fit:cover;transition:transform .6s cubic-bezier(.16,1,.3,1)}.ProductCard-module__O-UVIa__card:hover .ProductCard-module__O-UVIa__image{transform:scale(1.08)}.ProductCard-module__O-UVIa__categoryBadge{background:var(--bg-glass);-webkit-backdrop-filter:blur(8px);border:1px solid var(--border-color);color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;z-index:2;border-radius:50px;padding:.35rem .75rem;font-size:.7rem;font-weight:700;position:absolute;top:.75rem;left:.75rem}.ProductCard-module__O-UVIa__info{text-align:left;flex-direction:column;flex-grow:1;display:flex}.ProductCard-module__O-UVIa__title{color:var(--foreground);margin-bottom:.5rem;font-size:1.2rem;font-weight:700;line-height:1.35}.ProductCard-module__O-UVIa__description{color:var(--text-muted);flex-grow:1;margin-bottom:1.25rem;font-size:.875rem;line-height:1.5}.ProductCard-module__O-UVIa__footer{border-top:1px solid var(--border-color);flex-direction:column;gap:.75rem;margin-top:auto;padding-top:1rem;display:flex}.ProductCard-module__O-UVIa__priceContainer{flex-direction:column;display:flex}.ProductCard-module__O-UVIa__priceLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.7rem}.ProductCard-module__O-UVIa__price{color:var(--foreground);font-size:1.25rem;font-weight:800}.ProductCard-module__O-UVIa__btnGroup{gap:.5rem;display:flex}.ProductCard-module__O-UVIa__detailsBtn{background:var(--bg-primary);border:1.5px solid var(--border-color);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:.35rem;padding:.55rem 1rem;font-size:.82rem;font-weight:600;transition:all .22s;display:flex}.ProductCard-module__O-UVIa__detailsBtn:hover{border-color:var(--accent);color:var(--accent)}.ProductCard-module__O-UVIa__addBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;flex:1;justify-content:center;align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.82rem;font-weight:600;transition:all .25s;display:flex;box-shadow:0 4px 12px #06b6d433}.ProductCard-module__O-UVIa__addBtn:hover{background:var(--gradient-hover);transform:translateY(-1px);box-shadow:0 6px 16px #06b6d466}.ProductCard-module__O-UVIa__addBtn:active{transform:scale(.96)}@media (max-width:768px){.ProductCard-module__O-UVIa__card{border-radius:14px;padding:.75rem}.ProductCard-module__O-UVIa__imageContainer{border-radius:10px;height:140px;margin-bottom:.625rem}.ProductCard-module__O-UVIa__categoryBadge{padding:.2rem .5rem;font-size:.62rem}.ProductCard-module__O-UVIa__title{-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.25rem;font-size:.82rem;font-weight:700;display:-webkit-box;overflow:hidden}.ProductCard-module__O-UVIa__description{display:none}.ProductCard-module__O-UVIa__footer{gap:.5rem;padding-top:.5rem}.ProductCard-module__O-UVIa__priceLabel{display:none}.ProductCard-module__O-UVIa__price{font-size:.9rem;font-weight:800}.ProductCard-module__O-UVIa__btnGroup{gap:.375rem}.ProductCard-module__O-UVIa__detailsBtn,.ProductCard-module__O-UVIa__addBtn{border-radius:8px;padding:.4rem .5rem;font-size:0}.ProductCard-module__O-UVIa__detailsBtnText,.ProductCard-module__O-UVIa__addBtnText{display:none}}
.ProductModal-module__RVeVBa__overlay{-webkit-backdrop-filter:blur(4px);z-index:2000;background:#000000b8;justify-content:center;align-items:center;padding:1rem;animation:.18s ProductModal-module__RVeVBa__fadeIn;display:flex;position:fixed;inset:0}@keyframes ProductModal-module__RVeVBa__fadeIn{0%{opacity:0}to{opacity:1}}.ProductModal-module__RVeVBa__modal{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:24px;width:100%;max-width:860px;max-height:90vh;animation:.28s cubic-bezier(.16,1,.3,1) ProductModal-module__RVeVBa__slideUp;position:relative;overflow-y:auto;box-shadow:0 32px 80px #00000073}@keyframes ProductModal-module__RVeVBa__slideUp{0%{opacity:0;transform:translateY(28px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.ProductModal-module__RVeVBa__closeBtn{z-index:10;background:var(--bg-primary);border:1px solid var(--border-color);color:var(--foreground);cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:2rem;height:2rem;transition:all .2s;display:flex;position:absolute;top:1rem;right:1rem}.ProductModal-module__RVeVBa__closeBtn:hover{background:var(--accent);color:#fff;border-color:#0000}.ProductModal-module__RVeVBa__content{grid-template-columns:1fr 1fr;min-height:440px;display:grid}.ProductModal-module__RVeVBa__imageSection{background:var(--bg-primary);border-radius:24px 0 0 24px;justify-content:center;align-items:center;padding:2.5rem 2rem;display:flex}.ProductModal-module__RVeVBa__imageWrapper{border-radius:16px;width:100%;height:300px;position:relative;overflow:hidden}.ProductModal-module__RVeVBa__image{object-fit:contain}.ProductModal-module__RVeVBa__details{flex-direction:column;gap:1rem;padding:2rem 2rem 2rem 1.75rem;display:flex}.ProductModal-module__RVeVBa__categoryBadge{background:rgba(var(--accent-rgb), .1);border:1px solid rgba(var(--accent-rgb), .25);color:var(--accent);text-transform:uppercase;letter-spacing:.08em;border-radius:50px;width:fit-content;padding:.3rem .875rem;font-size:.7rem;font-weight:700;display:inline-block}.ProductModal-module__RVeVBa__name{color:var(--foreground);letter-spacing:-.02em;font-size:1.5rem;font-weight:800;line-height:1.2}.ProductModal-module__RVeVBa__description{color:var(--text-muted);flex-grow:1;font-size:.875rem;line-height:1.7}.ProductModal-module__RVeVBa__priceSection{border-top:1px solid var(--border-color);flex-direction:column;gap:.2rem;padding-top:.25rem;display:flex}.ProductModal-module__RVeVBa__priceLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.06em;padding-top:.75rem;font-size:.7rem}.ProductModal-module__RVeVBa__price{color:var(--foreground);font-size:2rem;font-weight:800;line-height:1.1}.ProductModal-module__RVeVBa__actions{flex-direction:column;gap:.625rem;display:flex}.ProductModal-module__RVeVBa__cartBtn{background:var(--gradient-primary);color:#fff;cursor:pointer;border:none;border-radius:50px;justify-content:center;align-items:center;gap:.5rem;padding:.875rem 1.5rem;font-size:.9rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 16px #06b6d440}.ProductModal-module__RVeVBa__cartBtn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #06b6d466}@media (max-width:640px){.ProductModal-module__RVeVBa__overlay{align-items:flex-end;padding:0}.ProductModal-module__RVeVBa__modal{border-radius:24px 24px 0 0;max-height:92vh}.ProductModal-module__RVeVBa__content{grid-template-columns:1fr}.ProductModal-module__RVeVBa__imageSection{border-radius:24px 24px 0 0;padding:1.5rem 1.5rem 1rem}.ProductModal-module__RVeVBa__imageWrapper{height:210px}.ProductModal-module__RVeVBa__details{gap:.875rem;padding:1rem 1.25rem 2rem}.ProductModal-module__RVeVBa__name{font-size:1.2rem}.ProductModal-module__RVeVBa__price{font-size:1.65rem}.ProductModal-module__RVeVBa__cartBtn,.ProductModal-module__RVeVBa__waBtn{padding:.75rem 1.25rem;font-size:.875rem}}
.ProductsSection-module__iLCFZW__section{background-color:var(--bg-primary);min-height:calc(100vh - 64px);padding-bottom:4rem}.ProductsSection-module__iLCFZW__stickyBar{z-index:100;background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:.875rem 0;position:sticky;top:64px;box-shadow:0 2px 16px #0000000f}.ProductsSection-module__iLCFZW__searchBox{width:100%;margin-bottom:.75rem;position:relative}.ProductsSection-module__iLCFZW__searchIcon{color:var(--text-muted);pointer-events:none;position:absolute;top:50%;left:1.1rem;transform:translateY(-50%)}.ProductsSection-module__iLCFZW__searchInput{background:var(--bg-primary);border:1.5px solid var(--border-color);width:100%;color:var(--foreground);border-radius:50px;outline:none;padding:.75rem 1.25rem .75rem 2.75rem;font-size:.9rem;transition:border-color .25s,box-shadow .25s}.ProductsSection-module__iLCFZW__searchInput::placeholder{color:var(--text-muted)}.ProductsSection-module__iLCFZW__searchInput:focus{border-color:var(--accent);box-shadow:0 0 0 3px rgba(var(--accent-rgb), .12)}.ProductsSection-module__iLCFZW__filterList{scrollbar-width:none;-ms-overflow-style:none;gap:.5rem;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.ProductsSection-module__iLCFZW__filterList::-webkit-scrollbar{display:none}.ProductsSection-module__iLCFZW__filterBtn{background:var(--bg-primary);border:1.5px solid var(--border-color);color:var(--text-muted);cursor:pointer;white-space:nowrap;border-radius:50px;flex-shrink:0;padding:.4rem 1.1rem;font-size:.82rem;font-weight:600;transition:all .2s}.ProductsSection-module__iLCFZW__filterBtn:hover{border-color:var(--accent);color:var(--accent)}.ProductsSection-module__iLCFZW__filterBtnActive{background:var(--gradient-primary);border-color:#0000;box-shadow:0 3px 10px #06b6d44d;color:#fff!important}.ProductsSection-module__iLCFZW__gridWrapper{padding-top:1.5rem}.ProductsSection-module__iLCFZW__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.ProductsSection-module__iLCFZW__noResults{text-align:center;background:var(--bg-card);border:1px solid var(--border-color);width:100%;max-width:500px;color:var(--text-muted);border-radius:20px;flex-direction:column;align-items:center;gap:1rem;margin:0 auto;padding:4rem 1.5rem;display:flex}@media (max-width:768px){.ProductsSection-module__iLCFZW__stickyBar{padding:.625rem 0}.ProductsSection-module__iLCFZW__searchInput{padding:.625rem 1rem .625rem 2.5rem;font-size:.85rem}.ProductsSection-module__iLCFZW__searchBox{margin-bottom:.5rem}.ProductsSection-module__iLCFZW__filterBtn{padding:.35rem .875rem;font-size:.78rem}.ProductsSection-module__iLCFZW__grid{grid-template-columns:repeat(2,1fr);gap:.75rem}.ProductsSection-module__iLCFZW__gridWrapper{padding-top:1rem}}@media (max-width:480px){.ProductsSection-module__iLCFZW__grid{gap:.625rem}.ProductsSection-module__iLCFZW__stickyBar{padding:.5rem 0}}
