.shop-page{min-height:100vh;background:#f8f9fa;padding-top:100px}.shop-page,.shop-page *{font-family:var(--font-rubik),sans-serif}.shop-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:50vh;padding:40px 20px}.shop-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.shop-section{padding:80px 40px;background:#ffffff;max-width:1600px;margin:0 auto}.container{max-width:100%;margin:0 auto;padding:0 20px}.shop-header{background:#f8f9fa;padding:20px;border-radius:8px;margin-bottom:30px;justify-content:space-between}.shop-controls,.shop-header{display:flex;align-items:center;flex-wrap:wrap;gap:20px}.control-group{display:flex;align-items:center;gap:8px}.control-label{font-weight:400;color:#374151;white-space:nowrap;font-size:14px}.control-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background:#ffffff;color:#374151;font-size:14px;cursor:pointer;min-width:120px}.control-select:focus{outline:none;border-color:#000000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.search-form,.search-group{display:flex;align-items:center}.search-form{background:#ffffff;border:1px solid #d1d5db;border-radius:6px;overflow:hidden}.search-input{padding:10px 16px;border:none;outline:none;background:transparent;color:#374151;font-size:14px;min-width:200px}.search-input::placeholder{color:#9ca3af}.search-button{padding:10px 16px;border:none;background:#000000;color:#ffffff;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.search-button:hover{background:#333333}.search-icon{width:20px;height:20px}.results-count{color:#6b7280;font-size:14px;margin:0;white-space:nowrap}.mobile-controls{display:none;margin-bottom:20px;gap:15px;align-items:center}.filter-toggle-btn{display:flex;align-items:center;gap:8px;padding:12px 20px;background:#000000;color:#ffffff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s ease}.filter-toggle-btn:hover{background:#333333}.filter-icon{width:20px;height:20px}.mobile-search-group{flex:1 1}.mobile-search-form{display:flex;align-items:center;background:#ffffff;border:1px solid #d1d5db;border-radius:8px;overflow:hidden}.mobile-search-input{flex:1 1;padding:12px 16px;border:none;outline:none;background:transparent;color:#374151;font-size:14px}.mobile-search-input::placeholder{color:#9ca3af}.mobile-search-button{padding:12px 16px;border:none;background:#000000;color:#ffffff;cursor:pointer;transition:background .3s ease;display:flex;align-items:center;justify-content:center}.mobile-search-button:hover{background:#333333}.mobile-sidebar-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);z-index:1000;display:none}.mobile-sidebar{position:fixed;top:0;left:0;width:300px;height:100vh;background:#ffffff;padding:0;overflow-y:auto;transform:translateX(-100%);transition:transform .3s ease;box-shadow:2px 0 10px rgba(0,0,0,.1)}.mobile-sidebar-overlay.active .mobile-sidebar{transform:translateX(0)}.mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e5e7eb;background:#f8f9fa}.mobile-sidebar-title{font-size:20px;font-weight:700;color:#1f2937;margin:0}.mobile-sidebar-close{width:32px;height:32px;border:none;background:#e5e7eb;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s ease}.mobile-sidebar-close:hover{background:#d1d5db}.close-icon{width:18px;height:18px;color:#374151}.mobile-sidebar-content{padding:20px}.mobile-section-title{font-size:16px;font-weight:600;color:#1f2937;margin:0 0 15px;padding-bottom:8px;border-bottom:1px solid #e5e7eb}.mobile-categories-section{margin-bottom:30px}.mobile-categories-list{list-style:none;margin:0;padding:0}.mobile-category-item{margin-bottom:8px}.mobile-category-button{width:100%;display:flex;align-items:center;padding:12px 16px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:8px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:14px;color:#374151;font-weight:400}.mobile-category-button:hover{background:#e5e7eb;border-color:#d1d5db}.mobile-category-button.active{background:#000000;color:#ffffff;border-color:#000000}.mobile-sort-section{margin-bottom:20px}.mobile-sort-select{width:100%;padding:12px 16px;border:1px solid #d1d5db;border-radius:8px;background:#ffffff;color:#374151;font-size:14px;cursor:pointer}.mobile-sort-select:focus{outline:none;border-color:#000000;box-shadow:0 0 0 3px rgba(0,0,0,.1)}.shop-layout{display:flex;gap:30px}.sidebar{flex:0 0 25%;max-width:25%}.sidebar-widget{background:#ffffff;border-radius:8px;padding:25px;box-shadow:0 2px 8px rgba(0,0,0,.1);height:-moz-fit-content;height:fit-content;position:-webkit-sticky;position:sticky;top:20px}.widget-title{font-size:20px;font-weight:700;color:#1f2937;margin:0 0 20px;padding-bottom:10px;border-bottom:2px solid #e5e7eb}.categories-list{list-style:none;margin:0;padding:0}.category-item{margin-bottom:8px}.category-button{width:100%;display:flex;align-items:center;padding:12px 16px;background:#f8f9fa;border:1px solid #e5e7eb;border-radius:6px;cursor:pointer;transition:all .3s ease;text-align:left;font-size:14px;color:#374151;font-weight:400}.category-button:hover{background:#e5e7eb;border-color:#d1d5db}.category-button.active{background:#000000;color:#ffffff;border-color:#000000}.category-text{font-weight:400}.main-content{flex:0 0 75%;max-width:75%}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:20px;gap:20px}.product-card{background:#ffffff;border-radius:12px;overflow:hidden;transition:all .3s ease;position:relative;height:100%;display:flex;flex-direction:column;box-shadow:0 2px 12px rgba(0,0,0,.08);border:1px solid #f0f0f0}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 30px rgba(0,0,0,.12)}.product-image-container{position:relative;overflow:hidden;background:#f8f9fa}.product-link{display:block;text-decoration:none;color:inherit}.product-image{width:100%;height:300px;object-fit:cover;transition:transform .3s ease;background:#f8f9fa}.product-card:hover .product-image{transform:scale(1.03)}.product-placeholder{width:100%;height:300px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;color:#6c757d}.placeholder-logo{text-align:center}.logo-icon{font-size:24px;font-weight:700;margin-bottom:4px}.logo-icon,.logo-text{color:#333333;font-family:Inter Tight,sans-serif}.logo-text{font-size:10px;font-weight:400;letter-spacing:1px}.sale-badge{position:absolute;top:12px;left:12px;z-index:2}.badge-text{background:#22c55e;color:#ffffff;padding:4px 8px;border-radius:6px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.3px;box-shadow:0 1px 3px rgba(34,197,94,.3)}.product-actions{display:flex;align-items:center;gap:8px;margin-top:12px}.action-button{width:40px;height:40px;border-radius:8px;border:1px solid #e5e7eb;background:#ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 1px 3px rgba(0,0,0,.1);text-decoration:none;color:#374151}.action-button:hover{background:#000000;border-color:#000000;color:#ffffff;transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,0,0,.2)}.action-button.add-to-cart{flex:1 1;height:40px;padding:0 16px;border-radius:8px;font-size:13px;font-weight:600;white-space:nowrap;background:#ffffff;color:#374151;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;gap:6px}.action-button.add-to-cart:hover{background:#000000;border-color:#000000;color:#ffffff}.action-icon{width:16px;height:16px}.action-text{margin-left:4px;font-size:12px;font-weight:400}.product-content{padding:20px;flex:1 1;display:flex;flex-direction:column}.product-category{font-size:13px;color:#9ca3af;margin:0 0 8px;font-weight:400;text-transform:none;letter-spacing:0}.product-title{font-size:18px;font-weight:700;color:#1f2937;margin:0 0 12px;line-height:1.3}.product-title a{color:inherit;text-decoration:none;transition:color .3s ease}.product-title a:hover{color:#000000}.product-price{margin-bottom:16px;display:flex;align-items:center;gap:8px}.current-price{font-size:20px;font-weight:700;color:#1f2937}.old-price{font-size:16px;color:#9ca3af;text-decoration:line-through;font-weight:400}.no-products{text-align:center;padding:60px 20px;color:#6b7280;grid-column:1/-1}.no-products h3{font-size:24px;font-weight:600;color:#374151;margin:0 0 12px}.no-products p{font-size:16px;margin:0}.load-more-section{display:flex;justify-content:center;align-items:center;padding:40px 20px;margin-top:30px}.loading-more{display:flex;flex-direction:column;align-items:center;gap:15px}.loading-spinner{width:32px;height:32px;border:3px solid #e5e7eb;border-top-color:#000000;border-radius:50%;animation:spin 1s linear infinite}.loading-more p{color:#6b7280;font-size:14px;margin:0}.load-more-btn{padding:12px 30px;background:#000000;color:#ffffff;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:background .3s ease}.load-more-btn:hover{background:#333333}.no-more-products{text-align:center}.no-more-products p{color:#9ca3af;font-size:14px;margin:0}@media (max-width:1200px){.sidebar{flex:0 0 25%;max-width:25%}.main-content{flex:0 0 75%;max-width:75%}.products-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.sidebar{margin-bottom:30px}.main-content,.sidebar{flex:0 0 100%;max-width:100%}.products-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.shop-section{padding:40px 0}.container{padding:0 16px}.shop-header{display:none}.mobile-controls{display:flex}.mobile-sidebar-overlay{display:block}.mobile-sidebar-overlay.active .mobile-sidebar{transform:translateX(0)}.sidebar{display:none}.main-content{flex:0 0 100%;max-width:100%}.products-grid{grid-template-columns:repeat(2,1fr);gap:15px}.product-image,.product-placeholder{height:240px}.product-content{padding:14px}.product-title{font-size:14px}.current-price{font-size:15px}.product-actions{margin-top:10px}.action-button.add-to-cart{font-size:12px;padding:0 12px}.badge-text{padding:3px 6px;font-size:9px;border-radius:4px}}@media (max-width:480px){.shop-section{padding:30px 0}.container{padding:0 12px}.mobile-controls{flex-direction:column;align-items:stretch;gap:12px}.filter-toggle-btn{width:100%;justify-content:center}.mobile-search-group{width:100%}.products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.product-image,.product-placeholder{height:200px}.product-content{padding:12px}.product-title{font-size:13px}.current-price{font-size:14px}.product-actions{margin-top:8px}.action-button.add-to-cart{font-size:11px;padding:0 10px}.action-button{width:36px;height:36px}.badge-text{padding:2px 5px;font-size:8px;border-radius:3px}}