.Shop_shopContainer__eDw1e{display:flex;padding:20px;align-items:flex-start;height:auto;min-height:100vh;margin-top:80px}.Shop_sidebar__pb4Va{flex:0 0 200px;margin-right:20px;background-color:#000;border-radius:8px;color:#fff;padding:100px 20px 20px;align-self:stretch}.Shop_gridContainer___YaMv{flex:1;display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:16px;margin-top:0}.Shop_contentContainer__Sjnpu{flex:1;padding:20px;display:flex;flex-direction:column}.Shop_productCard__vWd70{border:1px solid #ddd;border-radius:8px;padding:10px;background-color:#1e2026;cursor:pointer;transition:box-shadow .3s ease;display:flex;flex-direction:column;justify-content:space-between}.Shop_productCard__vWd70:hover{box-shadow:0 4px 8px rgba(0,0,0,.1)}.Shop_imageContainer__vFEbI{position:relative;width:100%;padding-top:100%}.Shop_productImage__eOR_p{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.Shop_overlay__OPmRD{position:absolute;bottom:0;left:0;width:100%;background:rgba(0,0,0,.6);padding:10px;color:#fff;display:flex;flex-direction:column}.Shop_textContainer__XyGrb .Shop_text__byB0P{font-size:14px;font-weight:700;color:#fff}.Shop_textContainer__XyGrb .Shop_brandText__YBRM5{font-size:12px;font-weight:400;color:#ccc;margin-top:4px}.Shop_categoryTitle__bwbIv{font-size:1.8rem;margin-bottom:15px;color:#fff}.Shop_categoryList__y6Ng9{list-style-type:none;padding:0}.Shop_categoryList__y6Ng9 li{cursor:pointer;padding:10px 0;color:#04d9ff}.Shop_categoryList__y6Ng9 li:hover{color:#03bde1;text-decoration:underline}.Shop_tagCard__ytOeo{cursor:pointer;margin-bottom:10px;padding:10px;background-color:#262a33;border-radius:4px;color:#fff}.Shop_tagCard__ytOeo:hover{background-color:#333842}.Shop_selectedTag__HloWP{background-color:#04d9ff;color:#000}.Shop_filterRow__I5Owe{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:20px}.Shop_filterGroup__Wz13H{display:flex;flex-direction:column;background-color:rgba(0,0,0,.5);padding:10px;border-radius:8px;color:#fff}.Shop_filterGroup__Wz13H button{margin-bottom:10px;background-color:#04d9ff;color:#000;border:none;padding:10px;border-radius:4px;cursor:pointer;width:150px}.Shop_filterGroup__Wz13H button:hover{background-color:#03bde1}.Shop_categoryList__y6Ng9,.Shop_tagList__vWWP7{list-style-type:none;padding:0}.Shop_categoryList__y6Ng9 li,.Shop_tagList__vWWP7 li{cursor:pointer;padding:10px;background-color:#262a33;border-radius:4px;color:#fff;width:100%}.Shop_categoryList__y6Ng9 li:hover,.Shop_tagCard__ytOeo:hover{background-color:#333842}.Shop_photoCard__jSk6m{position:relative;overflow:hidden;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);background-color:#262a33;cursor:pointer}.Shop_photosContainer__qNwXj{margin:80px 20px 20px}@media (max-width:768px){.Shop_filterRow__I5Owe{flex-direction:column;gap:10px}}