@import "https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap";:root{--font-main:"Figtree", sans-serif;--bg-primary:#f8fafc;--bg-secondary:#fff;--bg-tertiary:#f1f5f9;--accent-primary:#1b438b;--accent-secondary:#ce1e2f;--accent-glow:#1b438b33;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--border-color:#0000000f;--glass-bg:#ffffffb3;--glass-border:#fffc;--spacing-xs:.5rem;--spacing-sm:1rem;--spacing-md:1.5rem;--spacing-lg:2.5rem;--spacing-xl:4rem;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 20px 25px -5px #0000000a, 0 8px 10px -6px #0000000a}*{box-sizing:border-box;margin:0;padding:0;font-family:var(--font-main)!important}body{background-color:var(--bg-primary);color:var(--text-primary);-webkit-font-smoothing:antialiased;line-height:1.6;overflow-x:hidden;font-family:var(--font-main)!important}.glass-card{-webkit-backdrop-filter:blur(12px)saturate(180%);background:#fefefe;border:1px solid #ffffff4d;border-radius:20px;padding:24px;transition:transform .3s,border-color .3s,box-shadow .3s;box-shadow:0 15px 40px -10px #1f268726}.glass-card:hover{transform:translateY(-1px);box-shadow:0 8px 32px #1f268712}.glass{background:var(--glass-bg);-webkit-backdrop-filter:blur(28px)saturate(180%);border-bottom:1px solid #ffffff4d}.text-gradient{color:var(--accent-primary)}.bg-gradient{background:var(--accent-primary)}#root{min-height:100vh;display:flex}.app-container{flex-direction:column;width:100%;display:flex}@media (width>=1025px){.app-container{flex-direction:row}}.main-content{padding:var(--spacing-lg);flex:1;width:100%;transition:all .3s}@media (width>=1025px){.main-content{padding:var(--spacing-md);margin-left:280px}.main-content.no-sidebar,body.sidebar-hidden .main-content{padding:var(--spacing-lg);margin-left:0!important}}@media (width<=1024px){.main-content{padding:var(--spacing-md);margin-top:60px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}to{opacity:1;transform:scale(1)}}.animate-fade-in{animation:.6s forwards fadeIn}.btn-primary{background:var(--accent-primary);color:#fff;cursor:pointer;box-shadow:0 4px 14px 0 var(--accent-glow);border:none;border-radius:12px;padding:.75rem 1.5rem;font-weight:500;transition:all .3s}.btn-primary:hover{box-shadow:0 6px 20px 0 var(--accent-glow);background:#15346d;transform:translateY(-2px)}.grid-cols-1{gap:var(--spacing-md);grid-template-columns:1fr;display:grid}@media (width>=768px){.grid-cols-2{grid-template-columns:repeat(2,1fr)}}@media (width>=1400px){.grid-cols-3{grid-template-columns:repeat(3,1fr)}}.flex-column{gap:var(--spacing-md);flex-direction:column;display:flex}@media (width>=1025px){.flex-row-desktop{flex-direction:row}}.hero-bg{justify-content:center;align-items:center;min-height:100vh;padding:64px 10px;display:flex}.hero-glass-container{text-align:center;background-image:url(/hero-natural-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:20px;flex-direction:column;align-items:center;width:100%;padding:40px;display:flex}.review-badge{background:#ffffff42;border:1px solid #0000000d;border-radius:100px;align-items:center;gap:12px;margin-bottom:32px;padding:8px 16px;display:inline-flex}.review-badge img{object-fit:cover;border-radius:50%;width:32px;height:32px}.stars{color:#fbbf24;gap:2px;display:flex}.pill-btn{cursor:pointer;border:none;border-radius:100px;align-items:center;gap:8px;padding:14px 32px;font-size:16px;font-weight:700;transition:all .3s;display:flex}.pill-btn-dark{color:#fff;background:#0f172a}.pill-btn-dark:hover{background:#1e293b;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.pill-btn-light{color:#0f172a;background:#fff;border:1px solid #0000000d}.pill-btn-light:hover{background:#f8fafc;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.hero-dashboard-preview{border-radius:24px;width:100%;max-width:1100px;margin-top:10px;transition:transform .5s;overflow:hidden;box-shadow:0 25px 50px -12px #00000026}.hero-dashboard-preview:hover{transform:scale(1.02)}.highlight-item{cursor:pointer;border-radius:20px;align-items:flex-start;gap:24px;padding:24px;transition:all .3s;display:flex}.highlight-item.active{background:var(--accent-primary);box-shadow:0 15px 30px -10px #1b438b66}.highlight-item.active h4,.highlight-item.active p{color:#fff!important}.highlight-details{opacity:0;grid-template-rows:0fr;transition:grid-template-rows .4s,opacity .4s;display:grid}.highlight-item.active .highlight-details{opacity:1;grid-template-rows:1fr}.highlight-details-inner{overflow:hidden}.highlight-number{color:#64748b;background:#f1f5f9;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:14px;font-weight:700;display:flex}.highlight-item.active .highlight-number{color:#fff;background:#fff3}.highlight-divider{background:#0000000d;height:1px;margin:0 24px}.cta-bg{z-index:1;background-image:url(/hero-natural-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:fixed;position:relative}.cta-bg:before{content:"";z-index:-1;position:absolute;inset:0}.cta-bg>*{z-index:2;position:relative}.badge{color:#fff;background:#ffffff1a;border:1px solid #fff3;border-radius:100px;align-items:center;gap:8px;padding:6px 16px;font-size:14px;font-weight:600;display:inline-flex}.category-tab{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;border-radius:100px;padding:10px 24px;font-size:15px;font-weight:700;transition:all .2s}.category-tab:hover{color:var(--accent-primary)}.category-tab.active{background:var(--accent-primary);color:#fff;box-shadow:0 4px 14px var(--accent-glow)}.timeline-dot{background:var(--accent-secondary);color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:800;display:flex;position:absolute;top:-16px;left:50%;transform:translate(-50%)}.footer-link{color:var(--text-secondary);margin-bottom:12px;font-size:14px;text-decoration:none;transition:color .2s;display:block}.footer-link:hover{color:var(--accent-primary)}.product-grid{grid-template-columns:repeat(6,1fr);gap:32px;display:grid}.product-card-span-2{grid-column:span 2}.product-card-span-3{grid-column:span 3}.category-icon-circle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-bottom:12px;display:flex}.vertical-card-header{background-color:#f8fafc;justify-content:center;align-items:center;height:220px;display:flex;overflow:hidden}.vertical-card-header img{object-fit:cover;border-radius:10px 10px 0 0;width:100%;height:100%;transition:transform .5s}.glass-card:hover .vertical-card-header img{transform:scale(1.08)}.horizontal-card{flex-direction:row;max-height:300px;display:flex;overflow:hidden;padding:0!important}.horizontal-card-content{z-index:2;flex-direction:column;flex:1;justify-content:center;padding:24px;display:flex}.horizontal-card-image{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.horizontal-card-image img{object-fit:cover;z-index:2;border-radius:0 0 0 8rem;width:100%;height:100%;transition:transform .5s}.horizontal-card:hover .horizontal-card-image img{transform:scale(1.05)}.curved-bg-mask{opacity:.15;background:currentColor;border-radius:100% 0 0 100%/50% 0 0 50%;position:absolute;inset:0;transform:scale(1.5)translate(20%)}.explore-link{align-items:center;gap:8px;margin-top:16px;font-size:14px;font-weight:700;text-decoration:none;transition:gap .3s;display:inline-flex}.explore-link:hover{gap:12px}.features-bar{background:#fff;border:1px solid #00000008;border-radius:24px;justify-content:space-between;align-items:center;margin-top:30px;margin-left:3rem;margin-right:3rem;padding:24px 48px;display:flex;box-shadow:0 10px 40px #0000000a}.feature-item{align-items:center;gap:16px;display:flex}.feature-icon-box{border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;display:flex}@media (width<=1024px){.product-grid{grid-template-columns:repeat(2,1fr);gap:20px}.product-card-span-2,.product-card-span-3{grid-column:span 1}.features-bar{border-radius:32px;flex-wrap:wrap;gap:30px;margin-left:0;margin-right:0;padding:30px}}@media (width<=768px){.product-grid{grid-template-columns:1fr}}@media (width<=1024px){.connector{display:none!important}}.connector{flex-shrink:0;align-items:center;width:80px;height:180px;display:flex}.step-mockup{transition:transform .3s}.step-mockup:hover{transform:translateY(-5px)}.footer-main{background-color:#fff;position:relative}.footer-newsletter{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:24px;justify-content:space-between;align-items:center;gap:40px;margin-bottom:80px;padding:40px;display:flex}.newsletter-content h3{color:#0f172a;margin-bottom:8px;font-size:24px;font-weight:700}.newsletter-content p{color:var(--text-secondary);font-size:16px}.newsletter-form{flex:1;gap:12px;max-width:500px;display:flex}.newsletter-input{border:1px solid var(--border-color);background:#fff;border-radius:12px;flex:1;padding:14px 24px;font-size:14px;transition:all .3s}.newsletter-input:focus{border-color:var(--accent-primary);box-shadow:0 0 0 4px var(--accent-glow);outline:none}.footer-grid{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr;gap:40px;padding-bottom:60px;display:grid}.footer-brand p{color:var(--text-secondary);max-width:320px;margin-bottom:24px;font-size:15px;line-height:1.6}.social-links{gap:12px;display:flex}.social-icon-btn{width:40px;height:40px;color:var(--text-secondary);cursor:pointer;background:#f8fafc;border:1px solid #0000;border-radius:10px;justify-content:center;align-items:center;transition:all .3s;display:flex}.social-icon-btn:hover{background:var(--accent-primary);color:#fff;transform:translateY(-3px)}.footer-column h4{color:#0f172a;text-transform:uppercase;letter-spacing:.05em;margin-bottom:24px;font-size:16px;font-weight:700}.footer-nav{flex-direction:column;gap:12px;display:flex}.footer-nav-link{color:var(--text-secondary);align-items:center;gap:8px;font-size:15px;text-decoration:none;transition:all .2s;display:flex}.footer-nav-link:hover{color:var(--accent-primary);transform:translate(4px)}.footer-contact-item{color:var(--text-secondary);align-items:flex-start;gap:12px;margin-bottom:16px;font-size:14px;display:flex}.footer-contact-icon{color:var(--accent-primary);flex-shrink:0;margin-top:2px}.footer-bottom{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding:32px 0;font-size:14px;display:flex}.footer-legal-links{gap:32px;display:flex}.footer-legal-link{color:inherit;text-decoration:none;transition:color .2s}.footer-legal-link:hover{color:var(--text-primary)}@media (width<=1024px){.footer-newsletter{text-align:center;flex-direction:column;padding:30px}.newsletter-form{width:100%}.footer-grid{grid-template-columns:repeat(3,1fr)}.footer-brand{text-align:center;flex-direction:column;grid-column:span 3;align-items:center;display:flex}}@media (width<=768px){.footer-grid{grid-template-columns:repeat(2,1fr)}.footer-brand{grid-column:span 2}.footer-bottom{text-align:center;flex-direction:column;gap:20px}}@media (width<=480px){.footer-grid{grid-template-columns:1fr}.footer-brand{grid-column:span 1}}.footer-top-container{justify-content:space-between;align-items:flex-start;gap:60px;padding:80px 0 60px;display:flex}.footer-brand-column{text-align:left;flex:1.5;max-width:400px}.footer-support-column{border-left:1px solid var(--border-color);border-right:1px solid var(--border-color);flex:3;padding-left:40px}.footer-cta-column{text-align:left;flex-direction:column;flex:1.5;align-items:flex-start;padding-left:40px;display:flex}.brand-red-line{background-color:var(--accent-secondary);width:40px;height:2px;margin:20px 0}.support-grid{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.support-item{text-align:center;flex-direction:column;align-items:center;display:flex}.icon-circle-red{width:56px;height:56px;color:var(--accent-secondary);background:#fff1f2;border-radius:50%;justify-content:center;align-items:center;margin-bottom:16px;display:flex}.trust-bar-card{background:#fff;border:1px solid #f1f5f9;border-radius:20px;justify-content:space-around;align-items:center;margin:20px 0 60px;padding:30px;display:flex;box-shadow:0 4px 20px #00000005}.trust-item{align-items:center;gap:16px;display:flex}.icon-circle-blue{width:50px;height:50px;color:var(--accent-primary);background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;display:flex}.open-account-btn{background:var(--accent-secondary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:10px;margin-top:20px;padding:14px 28px;font-weight:600;transition:transform .2s,background .2s;display:flex}.open-account-btn:hover{background:#b91c1c;transform:translateY(-2px)}@media (width<=1024px){.footer-top-container{text-align:center;flex-direction:column;align-items:center;gap:40px}.footer-brand-column,.footer-support-column,.footer-cta-column{text-align:center;border:none;align-items:center;max-width:100%;padding:0}.brand-red-line{margin:20px auto}.support-grid{grid-template-columns:1fr;gap:40px}.trust-bar-card{flex-direction:column;gap:30px}}@media (width<=768px){.dashboard-hero{margin-top:5px!important}}.store-page{background:var(--bg-primary);min-height:100vh;padding-top:50px;padding-bottom:100px}.store-hero{background-color:#fff;border-radius:32px;min-height:230px;margin-bottom:32px;display:flex;position:relative;overflow:hidden}.store-hero-bg-image{object-fit:cover;filter:brightness(.9)saturate(1.2);width:100%;height:100%;position:absolute;top:0;left:0}.store-hero-overlay{z-index:1;width:100%;height:100%;padding:var(--spacing-lg);background-color:#1b438bcf;justify-content:space-between;align-items:center;gap:40px;min-height:230px;display:flex;position:relative}.store-hero-content{z-index:2;flex:1;position:relative}.store-hero-badge{color:#ffffffd9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff1a;border:1px solid #ffffff26;border-radius:100px;align-items:center;gap:8px;margin-bottom:16px;padding:6px 16px;font-size:13px;font-weight:600;display:inline-flex}.store-hero h1{color:#fff;margin-bottom:8px;font-size:26px;font-weight:600;line-height:1.2}.store-hero p{color:#fff;max-width:500px;font-size:16px;font-weight:300;line-height:1.6}.store-hero-stats{z-index:2;gap:32px;display:flex;position:relative}.store-hero-stat{flex-direction:column;display:flex}.store-hero-stat-value{color:#fff;font-size:24px;font-weight:800}.store-hero-stat-label{color:#ffffff80;font-size:13px;font-weight:500}.store-toolbar{flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:24px;display:flex}.store-search-wrapper{flex:1;min-width:280px;position:relative}.store-search-wrapper .MuiOutlinedInput-root{background:#fff;transition:all .3s;border-radius:16px!important}.store-search-wrapper .MuiOutlinedInput-root:hover{box-shadow:0 4px 20px #0000000f}.store-search-wrapper .MuiOutlinedInput-root.Mui-focused{box-shadow:0 4px 20px #1b438b1f}.store-view-toggle{background:#fff;border:1px solid #0000000f;border-radius:12px;display:flex;overflow:hidden}.store-view-btn{cursor:pointer;color:var(--text-muted);background:0 0;border:none;justify-content:center;align-items:center;padding:10px 14px;transition:all .2s;display:flex}.store-view-btn.active{background:var(--accent-primary);color:#fff}.store-view-btn:hover:not(.active){color:var(--accent-primary)}.store-categories{scrollbar-width:none;-ms-overflow-style:none;gap:8px;margin-bottom:28px;padding-bottom:4px;display:flex;overflow-x:auto}.store-categories::-webkit-scrollbar{display:none}.store-category-pill{cursor:pointer;color:var(--text-secondary);white-space:nowrap;background:#fff;border:1px solid #0000000f;border-radius:100px;flex-shrink:0;padding:10px 22px;font-size:14px;font-weight:600;transition:all .25s}.store-category-pill:hover{border-color:var(--accent-primary);color:var(--accent-primary);transform:translateY(-1px)}.store-category-pill.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 14px #1b438b40}.store-results-info{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.store-results-count{color:var(--text-secondary);font-size:14px;font-weight:500}.store-results-count span{color:var(--text-primary);font-weight:700}.store-sort-wrapper{align-items:center;gap:8px;display:flex}.store-sort-label{color:var(--text-muted);font-size:13px;font-weight:500}.store-product-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;animation:.5s forwards storeGridFadeIn;display:grid}.store-product-grid.list-view{grid-template-columns:1fr;gap:16px}@keyframes storeGridFadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.store-product-card{cursor:pointer;animation:.4s forwards cardSlideUp;animation-delay:var(--card-delay,0s);opacity:0;background:#fff;border:1px solid #0000000a;border-radius:10px;transition:all .35s cubic-bezier(.25,.46,.45,.94);position:relative;overflow:hidden}@keyframes cardSlideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.store-product-card:hover{border-color:#1b438b1a;transform:translateY(-6px);box-shadow:0 20px 50px -12px #0000001f}.store-card-image-wrapper{background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);height:260px;position:relative;overflow:hidden}.store-card-image{object-fit:cover;width:100%;height:100%;transition:transform .5s cubic-bezier(.25,.46,.45,.94)}.store-product-card:hover .store-card-image{transform:scale(1.08)}.store-card-placeholder{width:100%;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;display:flex}.store-card-placeholder svg{opacity:.4}.store-card-badge{text-transform:uppercase;letter-spacing:.5px;z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border-radius:8px;padding:5px 12px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.store-card-badge.classification{color:#fff;background:#1b438be6}.store-card-badge.moq{color:#fff;text-transform:none;letter-spacing:0;background:#0009;font-size:11px;font-weight:600;top:auto;bottom:12px;left:12px}.store-card-quick-action{cursor:pointer;opacity:0;z-index:2;background:#fff;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .25s;display:flex;position:absolute;top:12px;right:12px;transform:translateY(-4px);box-shadow:0 2px 8px #00000014}.store-product-card:hover .store-card-quick-action{opacity:1;transform:translateY(0)}.store-card-quick-action:hover{background:var(--accent-primary);color:#fff;transform:scale(1.1)!important}.store-card-content{padding:14px}.store-card-category{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:6px;margin-bottom:6px;font-size:12px;font-weight:600;display:flex}.store-card-category-dot{background:var(--accent-primary);opacity:.5;border-radius:50%;width:6px;height:6px}.store-card-name{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:3px;font-size:16px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.store-card-description{color:var(--text-muted);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:6px;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.store-card-footer{justify-content:space-between;align-items:center;display:flex}.store-card-price{color:#da1212;letter-spacing:-.5px;font-size:20px;font-weight:600}.store-card-price-currency{color:#da1212;margin-right:2px;font-size:14px;font-weight:600}.store-card-price-unit{color:var(--text-muted);margin-left:2px;font-size:12px;font-weight:500}.store-add-btn{background:var(--accent-primary);color:#fff;cursor:pointer;border:none;border-radius:12px;align-items:center;gap:6px;padding:10px 20px;font-size:13px;font-weight:600;transition:all .25s;display:flex}.store-add-btn:hover{background:#15346d;transform:translateY(-1px);box-shadow:0 4px 14px #1b438b4d}.store-product-grid.list-view .store-product-card{border-radius:16px;flex-direction:row;display:flex}.store-product-grid.list-view .store-card-image-wrapper{flex-shrink:0;width:200px;height:auto;min-height:160px}.store-product-grid.list-view .store-card-content{flex-direction:column;flex:1;justify-content:center;display:flex}.store-product-grid.list-view .store-card-description{-webkit-line-clamp:1}.store-empty-state{text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:80px 20px;display:flex}.store-empty-icon{width:80px;height:80px;color:var(--accent-primary);background:#1b438b14;border-radius:20px;justify-content:center;align-items:center;margin-bottom:24px;display:flex}.store-empty-state h3{color:var(--text-primary);margin-bottom:8px;font-size:20px;font-weight:700}.store-empty-state p{color:var(--text-muted);max-width:360px;font-size:14px}.store-skeleton-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:24px;display:grid}.store-skeleton-card{background:#fff;border:1px solid #0000000a;border-radius:20px;overflow:hidden}.store-skeleton-image{background:linear-gradient(90deg,#f1f5f9 25%,#e8ecf1 50%,#f1f5f9 75%) 0 0/200% 100%;height:220px;animation:1.5s infinite shimmer}.store-skeleton-content{padding:20px}.store-skeleton-line{background:linear-gradient(90deg,#f1f5f9 25%,#e8ecf1 50%,#f1f5f9 75%) 0 0/200% 100%;border-radius:7px;height:14px;margin-bottom:12px;animation:1.5s infinite shimmer}.store-skeleton-line.short{width:40%}.store-skeleton-line.medium{width:70%}.store-skeleton-line.price{border-radius:12px;width:30%;height:24px;margin-top:20px}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.store-pagination{justify-content:center;margin-top:40px;display:flex}.store-modal-overlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:3000;background:#0006;justify-content:center;align-items:center;padding:20px;animation:.25s modalOverlayIn;display:flex;position:fixed;inset:0}@keyframes modalOverlayIn{0%{opacity:0}to{opacity:1}}.store-modal{background:#fff;border-radius:24px;width:100%;max-width:800px;max-height:90vh;animation:.3s cubic-bezier(.25,.46,.45,.94) modalSlideUp;position:relative;overflow-y:auto;box-shadow:0 25px 60px #0003}@keyframes modalSlideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.store-modal-close{cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px;box-shadow:0 2px 8px #0000001a}.store-modal-close:hover{background:#fff;transform:scale(1.1)}.store-modal-image{object-fit:cover;background:linear-gradient(135deg,#f8fafc 0%,#f1f5f9 100%);width:100%;height:350px}.store-modal-body{padding:32px}.store-modal-category{color:var(--accent-primary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px;font-size:13px;font-weight:600}.store-modal-name{color:var(--text-primary);letter-spacing:-.5px;font-size:24px;font-weight:600}.store-modal-description{color:var(--text-secondary);margin-bottom:24px;font-size:15px;line-height:1.7}.store-modal-meta{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;margin-bottom:28px;display:grid}.store-modal-meta-item{background:var(--bg-primary);border:1px solid #0000000a;border-radius:14px;padding:16px}.store-modal-meta-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:12px;font-weight:600}.store-modal-meta-value{color:var(--text-primary);font-size:18px;font-weight:700}.store-modal-attributes{margin-bottom:28px}.store-modal-attributes h4{color:var(--text-primary);margin-bottom:12px;font-size:15px;font-weight:700}.store-modal-attr-groups{flex-direction:column;gap:20px;display:flex}.store-modal-attr-group{flex-direction:column;gap:10px;display:flex}.store-modal-attr-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.5px;font-size:13px;font-weight:600}.store-modal-attr-options{flex-wrap:wrap;gap:10px;display:flex}.store-modal-attr-choice{color:var(--text-secondary);cursor:pointer;background:#fff;border:1px solid #00000014;border-radius:12px;padding:8px 18px;font-size:14px;font-weight:600;transition:all .25s}.store-modal-attr-choice:hover{border-color:var(--accent-primary);color:var(--accent-primary);background:#1b438b05}.store-modal-attr-choice.active{background:var(--accent-primary);color:#fff;border-color:var(--accent-primary);box-shadow:0 4px 12px #1b438b33}.store-modal-attr-chip{background:var(--bg-primary);color:var(--text-secondary);border:1px solid #0000000a;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:500}.store-modal-attr-chip strong{color:var(--text-primary);margin-right:4px}.store-modal-footer{border-top:1px solid #0000000f;justify-content:space-between;align-items:center;gap:16px;padding-top:24px;display:flex}.store-modal-price{color:var(--text-primary);letter-spacing:-1px;font-size:32px;font-weight:800}.store-modal-price .currency{color:var(--text-muted);font-size:18px;font-weight:600}.store-modal-actions{gap:12px;display:flex}.store-qty-selector{background:#fff;border:1px solid #0000001a;border-radius:12px;align-items:center;display:flex;overflow:hidden}.store-qty-btn{cursor:pointer;width:40px;height:40px;color:var(--text-secondary);background:0 0;border:none;justify-content:center;align-items:center;font-size:18px;transition:all .2s;display:flex}.store-qty-btn:hover{background:var(--bg-primary);color:var(--accent-primary)}.store-qty-value{text-align:center;width:48px;color:var(--text-primary);border-left:1px solid #0000000f;border-right:1px solid #0000000f;padding:8px 0;font-size:15px;font-weight:700}.store-price-filter{background:#fff;border:1px solid #0000000d;border-radius:16px;align-items:center;gap:16px;min-height:40px;padding:8px 18px;display:flex;box-shadow:0 2px 6px #00000005}.store-price-filter-header{color:var(--text-secondary);white-space:nowrap;align-items:center;gap:6px;font-size:13px;font-weight:600;display:flex}.store-price-filter-icon{color:var(--accent-primary);opacity:.8}.store-price-slider-wrapper{align-items:center;width:150px;padding:0 8px;display:flex}.store-price-slider-wrapper .MuiSlider-root{color:var(--accent-primary)!important;padding:10px 0!important}.store-price-slider-wrapper .MuiSlider-thumb{border:2.5px solid var(--accent-primary)!important;background-color:#fff!important;width:14px!important;height:14px!important;transition:all .2s!important;box-shadow:0 2px 4px #0000001a!important}.store-price-slider-wrapper .MuiSlider-thumb:hover,.store-price-slider-wrapper .MuiSlider-thumb.Mui-focusVisible{box-shadow:0 0 0 6px #1b438b26!important}.store-price-slider-wrapper .MuiSlider-track{border-radius:2px!important;height:4px!important}.store-price-slider-wrapper .MuiSlider-rail{opacity:.15!important;background-color:var(--text-muted)!important;border-radius:2px!important;height:4px!important}.store-price-range-info{align-items:center;gap:12px;display:flex}.store-price-range-text{color:var(--text-primary);white-space:nowrap;letter-spacing:-.2px;font-size:13px;font-weight:700}.store-price-reset-btn{color:var(--text-secondary);cursor:pointer;background:#f1f5f9;border:none;border-radius:100px;align-items:center;gap:4px;padding:4px 10px;font-size:11px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex}.store-price-reset-btn:hover{background:var(--accent-primary);color:#fff;transform:scale(1.05)}.store-price-reset-btn svg{transition:transform .25s}.store-price-reset-btn:hover svg{transform:rotate(90deg)}@media (width<=991px){.store-price-filter{flex:1;justify-content:space-between;min-width:280px}.store-price-slider-wrapper{flex:1;max-width:none}}@media (width<=768px){.store-hero-overlay{flex-direction:column;align-items:flex-start;gap:32px;padding:32px 24px}.store-hero{border-radius:20px;min-height:auto}.store-hero h1{font-size:24px}.store-hero p{font-size:14px}.store-hero-stats{flex-wrap:wrap;gap:20px}.store-hero-stat-value{font-size:20px}.store-product-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}.store-product-grid.list-view .store-product-card{display:block}.store-product-grid.list-view .store-card-image-wrapper{width:100%;height:180px}.store-toolbar{flex-direction:column;align-items:stretch}.store-search-wrapper{min-width:100%}.store-price-filter{box-sizing:border-box;width:100%;margin-bottom:8px}.store-modal{border-radius:20px;max-width:100%}.store-modal-image{height:250px}.store-modal-body{padding:24px}.store-modal-name{font-size:22px}.store-modal-footer{flex-direction:column;align-items:stretch}.store-modal-actions{flex-direction:column}.store-card-footer{display:block}.store-card-price{margin-bottom:12px}.store-add-btn{text-align:center;width:100%;display:block}.store-categories{display:block;overflow-x:visible}.store-category-pill{margin-bottom:8px;margin-right:8px;display:inline-block}}@media (width<=480px){.store-product-grid{display:block}.store-product-card{width:100%;margin-bottom:24px}.store-results-info{flex-direction:column;align-items:flex-start;gap:8px}.store-page{padding-top:5px}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
