.Store-module__M1dPda__storePage{background-color:var(--text-white);min-height:100vh;padding-bottom:5rem}.Store-module__M1dPda__loadingContainer{background-color:var(--text-white);justify-content:center;align-items:center;min-height:100vh;padding-bottom:5rem;display:flex}.Store-module__M1dPda__spinner{border-bottom:2px solid var(--primary-red);border-radius:50%;width:3rem;height:3rem;animation:1s linear infinite Store-module__M1dPda__spin}@keyframes Store-module__M1dPda__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Store-module__M1dPda__mainContainer{max-width:1200px;margin:0 auto;padding:3rem 1rem}.Store-module__M1dPda__layout{flex-direction:column;gap:2rem;display:flex}@media (min-width:992px){.Store-module__M1dPda__layout{flex-direction:row}}.Store-module__M1dPda__mobileFilterBtnWrapper{margin-bottom:1rem;display:block}@media (min-width:992px){.Store-module__M1dPda__mobileFilterBtnWrapper{display:none}}.Store-module__M1dPda__mobileFilterBtn{width:100%;color:var(--text-dark);cursor:pointer;background-color:#f3f4f6;border:none;border-radius:.75rem;justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-weight:600;transition:background-color .2s;display:flex}.Store-module__M1dPda__mobileFilterBtn:hover{background-color:#e5e7eb}.Store-module__M1dPda__overlay{z-index:30;background-color:#00000080;position:fixed;inset:0}@media (min-width:992px){.Store-module__M1dPda__overlay{display:none}}.Store-module__M1dPda__productsSection{flex:1}.Store-module__M1dPda__headerRow{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Store-module__M1dPda__resultsCount{color:var(--text-dark);font-size:1.25rem;font-weight:700}.Store-module__M1dPda__productsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:640px){.Store-module__M1dPda__productsGrid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1280px){.Store-module__M1dPda__productsGrid{grid-template-columns:repeat(3,1fr)}}.Store-module__M1dPda__emptyState{text-align:center;background-color:#f9fafb;border:1px dashed #e5e7eb;border-radius:1rem;padding:5rem 0}.Store-module__M1dPda__emptyStateText{color:var(--text-gray);margin-bottom:.5rem;font-size:1.125rem}.Store-module__M1dPda__resetBtn{color:var(--primary-red);cursor:pointer;background:0 0;border:none;padding:0;font-weight:600}.Store-module__M1dPda__resetBtn:hover{text-decoration:underline}
.StoreSidebar-module__h5WLha__sidebar{z-index:40;background-color:#fff;width:64vw;transition:transform .3s ease-in-out;position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}@media (min-width:1024px){.StoreSidebar-module__h5WLha__sidebar{box-shadow:none;width:25%;padding-right:2rem;display:block;position:relative;transform:translate(0)}}.StoreSidebar-module__h5WLha__rtlSidebar{left:auto;right:0}.StoreSidebar-module__h5WLha__ltrSidebar{left:0;right:auto}.StoreSidebar-module__h5WLha__isOpen{transform:translate(0)}.StoreSidebar-module__h5WLha__isClosedRtl{transform:translate(100%)}.StoreSidebar-module__h5WLha__isClosedLtr{transform:translate(-100%)}.StoreSidebar-module__h5WLha__sidebarContent{height:100%;padding:1.5rem;overflow-y:auto}@media (min-width:1024px){.StoreSidebar-module__h5WLha__sidebarContent{padding:0 2rem 0 0}}.StoreSidebar-module__h5WLha__mobileCloseBtnWrapper{justify-content:flex-end;margin-bottom:1.5rem;display:flex}@media (min-width:1024px){.StoreSidebar-module__h5WLha__mobileCloseBtnWrapper{display:none}}.StoreSidebar-module__h5WLha__mobileCloseBtn{color:#6b7280;cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;line-height:1}.StoreSidebar-module__h5WLha__mobileCloseBtn:hover{color:#1f2937}.StoreSidebar-module__h5WLha__searchSection{margin-bottom:2rem}.StoreSidebar-module__h5WLha__searchLabel{color:#111827;align-items:center;gap:.5rem;margin-bottom:.5rem;font-size:.875rem;font-weight:600;display:flex}.StoreSidebar-module__h5WLha__searchInputWrapper{position:relative}.StoreSidebar-module__h5WLha__searchInput{color:#1f2937;border:1px solid #e5e7eb;border-radius:.5rem;outline:none;width:100%;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.StoreSidebar-module__h5WLha__searchInput::placeholder{color:#9ca3af}.StoreSidebar-module__h5WLha__searchInput:focus{border-color:#0000;box-shadow:0 0 0 2px #ef4444}.StoreSidebar-module__h5WLha__categoriesSection{margin-bottom:2rem}.StoreSidebar-module__h5WLha__categoriesTitle{color:#111827;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:1.125rem;font-weight:700;display:flex}.StoreSidebar-module__h5WLha__categoriesList{flex-direction:column;gap:.5rem;display:flex}.StoreSidebar-module__h5WLha__categoryBtn{cursor:pointer;width:100%;text-align:inherit;background:0 0;border:none;border-radius:.5rem;justify-content:space-between;align-items:center;padding:.5rem 1rem;font-size:.875rem;transition:all .2s;display:flex}.StoreSidebar-module__h5WLha__categoryBtnActive{color:#b91c1c;background-color:#fef2f2;font-weight:700}.StoreSidebar-module__h5WLha__categoryBtnInactive{color:#4b5563}.StoreSidebar-module__h5WLha__categoryBtnInactive:hover{color:#111827;background-color:#f9fafb}.StoreSidebar-module__h5WLha__activeDot{background-color:#ef4444;border-radius:9999px;width:.5rem;height:.5rem}.StoreSidebar-module__h5WLha__alignLeft{text-align:left}.StoreSidebar-module__h5WLha__alignRight{text-align:right}
.StoreProductCard-module__O_tDka__card{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;flex-direction:column;height:100%;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.StoreProductCard-module__O_tDka__card:hover{box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.StoreProductCard-module__O_tDka__imageContainer{background-color:#f9fafb;justify-content:center;align-items:center;height:16rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.StoreProductCard-module__O_tDka__productImage{object-fit:contain;mix-blend-mode:multiply;width:100%;height:100%}.StoreProductCard-module__O_tDka__overlay{opacity:0;background-color:#0006;justify-content:center;align-items:center;gap:1rem;transition:opacity .3s;display:flex;position:absolute;inset:0}.StoreProductCard-module__O_tDka__card:hover .StoreProductCard-module__O_tDka__overlay{opacity:1}.StoreProductCard-module__O_tDka__actionBtn{color:#1f2937;cursor:pointer;z-index:20;background-color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.StoreProductCard-module__O_tDka__actionBtn:hover{color:#fff;background-color:#ef4444;transform:scale(1.1)}.StoreProductCard-module__O_tDka__detailsBtn{color:#1f2937;cursor:pointer;background-color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem;transition:all .2s;display:flex;box-shadow:0 10px 15px -3px #0000001a}.StoreProductCard-module__O_tDka__detailsBtn:hover{color:#ef4444;transform:scale(1.1)}.StoreProductCard-module__O_tDka__content{flex-direction:column;flex-grow:1;padding:1.25rem;display:flex}.StoreProductCard-module__O_tDka__headerRow{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.StoreProductCard-module__O_tDka__categoryTag{color:#dc2626;text-transform:uppercase;letter-spacing:.05em;background-color:#fef2f2;border-radius:9999px;padding:.25rem .5rem;font-size:.75rem;font-weight:600}.StoreProductCard-module__O_tDka__productTitle{color:#1f2937;-webkit-line-clamp:1;-webkit-box-orient:vertical;margin-bottom:.5rem;font-size:1.125rem;font-weight:700;transition:color .2s;display:-webkit-box;overflow:hidden}.StoreProductCard-module__O_tDka__card:hover .StoreProductCard-module__O_tDka__productTitle{color:#ea580c}.StoreProductCard-module__O_tDka__productDesc{color:#6b7280;-webkit-line-clamp:2;-webkit-box-orient:vertical;flex-grow:1;margin-bottom:1rem;font-size:.875rem;display:-webkit-box;overflow:hidden}.StoreProductCard-module__O_tDka__footerRow{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.StoreProductCard-module__O_tDka__price{color:#111827;font-size:1.25rem;font-weight:700}.StoreProductCard-module__O_tDka__currency{color:#6b7280;margin-left:.25rem;margin-right:.25rem;font-size:.875rem;font-weight:400}.StoreProductCard-module__O_tDka__viewDetailsLink{color:#ea580c;font-size:.875rem;font-weight:500;transition:color .2s}.StoreProductCard-module__O_tDka__card:hover .StoreProductCard-module__O_tDka__viewDetailsLink{color:#c2410c}
