.MarqueeBanner_marqueeContainer__o0SSU{width:100%;overflow:hidden;white-space:nowrap;background-color:var(--red);color:#fff;padding:1rem 0;font-size:1.2rem;position:relative;height:7dvh}.MarqueeBanner_marqueeText__8cjm4{display:inline-block;padding-left:100%;animation:MarqueeBanner_marquee__EEmpQ 20s linear infinite}@keyframes MarqueeBanner_marquee__EEmpQ{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.ProductCard_cardWrapper__x60hw{width:100%;max-width:300px;height:380px;background:#fff;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1);overflow:hidden;cursor:pointer;display:flex;flex-direction:column;transition:transform .2s ease,box-shadow .2s ease}.ProductCard_cardWrapper__x60hw:hover{transform:translateY(-4px);box-shadow:0 4px 16px rgba(0,0,0,.15)}.ProductCard_productImage__7TZfo{width:100%;height:70%;object-fit:cover}.ProductCard_productDescription__oSGTc{height:30%;padding:.75rem;display:flex;align-items:center;justify-content:center;text-align:center;background:#f9fafb;border-top:1px solid #eee}.ProductGrid_container__aXqa0{display:flex;flex-direction:column}.ProductGrid_grid__56sWj{padding:4rem clamp(1rem,10vw,10rem);display:grid;gap:4rem;grid-template-columns:repeat(auto-fit,minmax(250px,250px));justify-content:center}.ProductGrid_loading__S90NE{flex:1;display:flex;justify-content:center;align-items:center}.ProductGrid_pagination__k_JlT{display:flex;justify-content:center;margin-top:1.5rem;gap:.5rem}.ProductGrid_pagination__k_JlT button:disabled{opacity:.5;cursor:not-allowed}.Loader_loaderWrapper__hrL_6{display:flex;justify-content:center;align-items:center;padding:4rem 0}.Loader_loader__6QcbC{width:3rem;height:3rem;border-radius:50%;border:4px solid #dcdcdc;border-top:4px solid var(--blue);animation:Loader_spin__L_1Cm .8s linear infinite}@keyframes Loader_spin__L_1Cm{to{transform:rotate(1turn)}}