.shop-loading{justify-content:center;align-items:center;min-height:100vh;display:flex}.shop-loading-spinner{color:#fff}.shop-error-container{justify-content:center;align-items:center;min-height:100vh;padding:0 16px;display:flex}.shop-error-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);text-align:center;background-color:#ffffff0d;border:1px solid #ef44444d;border-radius:12px;width:100%;max-width:448px;padding:32px}.shop-error-icon{color:#fca5a5;margin-bottom:16px;font-size:3rem}.shop-error-title{color:#fff;margin-bottom:16px;font-size:1.5rem;font-weight:700}.shop-error-message{color:#fca5a5;margin-bottom:24px}.shop-error-actions{flex-direction:column;gap:12px;display:flex}.shop-error-retry-button{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:8px;width:100%;padding:12px 24px;font-weight:600;transition:background-color .3s}.shop-error-retry-button:hover{background-color:#e5e7eb}.shop-error-solutions{text-align:left;background-color:#0000004d;border:1px solid #ffffff1a;border-radius:8px;padding:16px}.shop-error-solutions-title{color:#d1d5db;margin-bottom:8px;font-size:.875rem}.shop-error-solutions-list{color:#9ca3af;flex-direction:column;gap:4px;font-size:.75rem;display:flex}.shop-container{background:linear-gradient(#0d0d0d 0%,#0a0a0a 30%,#080808 60%,#0a0a0a 100%);min-height:100vh;padding:128px 0;position:relative;overflow:hidden}.shop-background-logo{opacity:.05;pointer-events:none;z-index:0;width:700px;height:700px;position:absolute;top:-80px;right:-120px;-webkit-mask-image:radial-gradient(#fff 20%,#0000 70%);mask-image:radial-gradient(#fff 20%,#0000 70%)}.shop-header-glow{pointer-events:none;z-index:0;background:radial-gradient(#ffffff14 0%,#0000 70%);width:800px;height:400px;position:absolute;top:0;left:50%;transform:translate(-50%)}.shop-content{z-index:1;max-width:1280px;margin:0 auto;padding:0 16px;position:relative}.shop-header{text-align:center;margin-bottom:48px}.shop-title{margin-bottom:16px;font-size:3rem;font-weight:700}.shop-subtitle{color:#9ca3af;max-width:672px;margin:0 auto;font-size:1.125rem}.shop-filters{margin-bottom:48px}.shop-filters-container{flex-direction:column;justify-content:space-between;align-items:center;gap:16px;display:flex}.shop-search-wrapper{width:100%;position:relative}.shop-search-icon{color:#9ca3af;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.shop-search-input{color:#fff;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px 16px 12px 48px;transition:border-color .3s}.shop-search-input::placeholder{color:#9ca3af}.shop-search-input:focus{border-color:#ffffff4d;outline:none}.shop-category-container{align-items:center;gap:12px;display:flex}.shop-category-icon{color:#9ca3af}.shop-category-select{color:#fff;cursor:pointer;background-color:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;padding:12px 16px;transition:border-color .3s}.shop-category-select:focus{border-color:#ffffff4d;outline:none}.shop-category-select option{color:#fff;background-color:#111827}.shop-products-grid{grid-template-columns:1fr;gap:32px;display:grid}.shop-empty-state{text-align:center;padding:80px 0}.shop-empty-message{color:#9ca3af;margin-bottom:16px;font-size:1.25rem}.shop-clear-filters-button{color:#000;cursor:pointer;background-color:#fff;border:none;border-radius:8px;padding:8px 24px;font-weight:600;transition:background-color .3s}.shop-clear-filters-button:hover{background-color:#e5e7eb}.shop-help-section{background-color:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;margin-top:80px;padding:32px}.shop-help-title{margin-bottom:16px;font-size:1.5rem;font-weight:700}.shop-help-description{color:#9ca3af;margin-bottom:16px}.shop-help-buttons{flex-wrap:wrap;gap:16px;display:flex}.shop-help-button-primary{color:#000;background-color:#fff;border-radius:8px;padding:8px 24px;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.shop-help-button-primary:hover{background-color:#e5e7eb}.shop-help-button-secondary{color:#fff;background-color:#0000;border:1px solid #ffffff4d;border-radius:8px;padding:8px 24px;font-weight:600;text-decoration:none;transition:background-color .3s;display:inline-block}.shop-help-button-secondary:hover{background-color:#ffffff1a}@media (min-width:640px){.shop-content{padding:0 24px}}@media (min-width:768px){.shop-title{font-size:3.75rem}.shop-search-wrapper{width:384px}.shop-filters-container{flex-direction:row}.shop-products-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.shop-content{padding:0 32px}.shop-products-grid{grid-template-columns:repeat(3,1fr)}}
