.products-view{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem 0}.products-view__container{max-width:1400px;margin:0 auto;padding:0 1rem}@media(max-width:768px){.products-view__container{padding:0 .5rem}}.products-view__header{text-align:center;margin-bottom:3rem}.products-view__header h1{font-size:3rem;font-weight:700;color:#2c3e50;margin-bottom:.5rem;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}@media(max-width:768px){.products-view__header h1{font-size:2.5rem}}@media(max-width:480px){.products-view__header h1{font-size:2rem}}.products-view__header p{font-size:1.2rem;color:#7f8c8d;max-width:600px;margin:0 auto}@media(max-width:768px){.products-view__header p{font-size:1rem}}.products-view__filters{background:#fff;border-radius:20px;padding:2rem;margin-bottom:2rem;box-shadow:0 10px 40px rgba(0,0,0,.1);border:1px solid rgba(0,0,0,.05)}.products-view__filters .filters-row{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.products-view__filters .filters-row:last-child{margin-bottom:0}@media(max-width:768px){.products-view__filters .filters-row{flex-direction:column;gap:.5rem}}.products-view__filters .filter-group{flex:1 1;min-width:200px}@media(max-width:768px){.products-view__filters .filter-group{min-width:100%}}.products-view__filters .price-input,.products-view__filters .search-input{width:100%;padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:all .3s ease}.products-view__filters .price-input:focus,.products-view__filters .search-input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.products-view__filters .price-input::placeholder,.products-view__filters .search-input::placeholder{color:#adb5bd}.products-view__filters select{width:100%;padding:.75rem 1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;background:#fff;cursor:pointer;transition:all .3s ease}.products-view__filters select:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.products-view__filters .clear-filters-btn{width:100%;padding:.75rem 1.5rem;background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.products-view__filters .clear-filters-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(255,107,107,.3)}.products-view__filters .clear-filters-btn:active{transform:translateY(0)}.products-view__results-info{margin-bottom:1.5rem;text-align:center}.products-view__results-info p{font-size:1.1rem;color:#6c757d;font-weight:500}.products-view__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0}.products-view__loading .loading-spinner{width:60px;height:60px;border:4px solid #f3f4f6;border-top-color:#667eea;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.products-view__loading p{font-size:1.2rem;color:#6c757d}.products-view__error{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.products-view__error h2{color:#e74c3c;margin-bottom:1rem;font-size:2rem}.products-view__error p{color:#6c757d;margin-bottom:2rem;font-size:1.1rem}.products-view__error .retry-btn{padding:.75rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.products-view__error .retry-btn:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.products-view__no-results{text-align:center;padding:4rem 2rem;background:#fff;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.1)}.products-view__no-results h3{color:#2c3e50;margin-bottom:1rem;font-size:1.8rem}.products-view__no-results p{color:#6c757d;font-size:1.1rem}.products-view__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));grid-gap:2rem;gap:2rem;margin-bottom:3rem}@media(max-width:768px){.products-view__grid{grid-template-columns:1fr;gap:1.5rem}}@media(max-width:480px){.products-view__grid{grid-template-columns:1fr;gap:1rem}}.products-view__pagination{display:flex;justify-content:center;align-items:center;gap:.5rem;margin-top:3rem;flex-wrap:wrap}.products-view__pagination .pagination-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e9ecef;border-radius:10px;color:#495057;font-weight:600;cursor:pointer;transition:all .3s ease}.products-view__pagination .pagination-btn:hover:not(:disabled){background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.products-view__pagination .pagination-btn:disabled{opacity:.5;cursor:not-allowed}.products-view__pagination .pagination-numbers{display:flex;gap:.25rem;align-items:center;flex-wrap:wrap}.products-view__pagination .pagination-number{padding:.5rem .75rem;background:#fff;border:2px solid #e9ecef;border-radius:8px;color:#495057;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:40px}.products-view__pagination .pagination-number:hover{background:#667eea;color:#fff;border-color:#667eea;transform:translateY(-2px)}.products-view__pagination .pagination-number.active{background:#667eea;color:#fff;border-color:#667eea}.products-view__pagination .pagination-ellipsis{padding:.5rem;color:#6c757d;font-weight:600}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 40px rgba(0,0,0,.1);transition:all .3s ease;border:1px solid rgba(0,0,0,.05)}.product-card:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.12)}.product-card__image{position:relative;height:250px;overflow:hidden;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.product-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease;will-change:transform}.product-card__image:hover img{transform:scale(1.02)}.product-card__badge{position:absolute;top:15px;right:15px;background:linear-gradient(135deg,#ff6b6b,#ee5a52);color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;box-shadow:0 4px 15px rgba(255,107,107,.3)}.product-card__content{padding:1.5rem}.product-card__title{font-size:1.4rem;font-weight:700;color:#2c3e50;margin-bottom:.75rem;line-height:1.3}.product-card__description{color:#6c757d;line-height:1.6;margin-bottom:1rem;font-size:.95rem}.product-card__details{margin:1rem 0;padding:1rem;background:#f8f9fa;border-radius:12px}.product-card__details .detail-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.product-card__details .detail-row:last-child{margin-bottom:0}.product-card__details .detail-label{font-weight:600;color:#495057;font-size:.9rem}.product-card__details .detail-value{color:#6c757d;font-weight:500;font-size:.9rem}.product-card__lens-types{margin:1rem 0}.product-card__lens-types h4{font-size:1rem;font-weight:600;color:#495057;margin-bottom:.75rem}.product-card__lens-types .lens-types-list{display:flex;flex-wrap:wrap;gap:.5rem}.product-card__lens-types .lens-type-tag{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:.4rem .8rem;border-radius:15px;font-size:.8rem;font-weight:500;white-space:nowrap}.product-card__footer{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;padding-top:1rem;border-top:2px solid #f8f9fa}.product-card__price{font-size:1.5rem;font-weight:700;color:#2c3e50;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.product-card__price>span{background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.product-card__price .discounted-price{color:#27ae60!important;font-weight:700;font-size:1.5rem;background:none!important;-webkit-text-fill-color:#27ae60!important}.product-card__price .strikethrough{text-decoration:line-through;color:#999!important;font-size:1.1rem;font-weight:500;background:none!important;-webkit-text-fill-color:#999!important}.product-card__price .discount-badge{background:linear-gradient(135deg,#ff6b6b,#ee5a52)!important;color:#fff!important;padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;box-shadow:0 2px 8px rgba(255,107,107,.3);letter-spacing:.5px;-webkit-text-fill-color:#fff!important}.product-card__view-product{padding:.75rem 1.5rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:12px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:.95rem}.product-card__view-product:hover{transform:translateY(-2px);box-shadow:0 8px 25px rgba(102,126,234,.3)}.product-card__view-product:active{transform:translateY(0)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.products-view{padding:1rem 0}.products-view__container{padding:0 1rem}.products-view__header{margin-bottom:2rem}.products-view__filters{padding:1.5rem;margin-bottom:1.5rem}.product-card__image{height:200px}.product-card__content{padding:1rem}.product-card__footer{flex-direction:column;gap:1rem;align-items:stretch}.product-card__view-product{width:100%;text-align:center}}@media(max-width:480px){.products-view__filters{padding:1rem}.product-card__image{height:180px}.product-card__title{font-size:1.2rem}.product-card__price{font-size:1.3rem}}