body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.mobile-layout{background:#fff;display:flex;flex-direction:column;margin:0 auto;max-width:100%;min-height:auto}.header{background:#fff;box-shadow:0 2px 8px #0000001a;padding:12px 16px;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.header-top{align-items:center;display:flex;gap:12px;justify-content:space-between}.header-title{color:#333;font-size:20px;font-weight:700;margin:0;white-space:nowrap}.search-container{flex:1 1;max-width:400px;position:relative}.search-input{background:#f8f9fa;border:2px solid #e9ecef;border-radius:25px;padding:12px 40px 12px 12px;transition:all .3s ease}.search-input:focus{background:#fff;border-color:#007bff;box-shadow:0 0 0 3px #007bff1a;outline:none}.search-icon{color:#6c757d;font-size:16px;position:absolute;right:12px;top:50%;transform:translateY(-50%)}.main-content{flex:1 1;margin-left:5px;margin-right:5px;overflow-y:auto;padding-bottom:80px}.bottom-navigation{background:#fff;border-top:1px solid #e9ecef;bottom:0;box-shadow:0 -2px 10px #0000001a;display:flex;justify-content:space-around;left:0;padding:8px 0;position:fixed;right:0;z-index:1000}.nav-item{align-items:center;background:none;border:none;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;min-width:60px;padding:8px 12px;position:relative;transition:all .2s ease}.nav-item:hover{background:#f8f9fa}.nav-item.active{color:#007bff}.nav-item.active .nav-icon{transform:translateY(-2px)}.nav-icon-container{margin-bottom:4px;position:relative}.nav-icon{font-size:20px;transition:transform .2s ease}.nav-badge{align-items:center;background:#dc3545;border-radius:50%;color:#fff;display:flex;font-size:10px;font-weight:700;height:18px;justify-content:center;min-width:18px;padding:0 4px;position:absolute;right:-6px;top:-6px}.nav-label{color:#666;font-size:11px;font-weight:500;transition:color .2s ease}.nav-item.active .nav-label{color:#007bff;font-weight:600}.nav-item{animation:nav-item-appear .3s ease-out}@keyframes nav-item-appear{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.header{padding:10px 12px}.header-title{font-size:18px}.search-input{font-size:13px;padding:10px 36px 10px 10px}.search-icon{font-size:14px;right:10px}.nav-item{min-width:50px;padding:6px 8px}.nav-icon{font-size:18px}.nav-label{font-size:10px}.nav-badge{font-size:9px;height:16px;min-width:16px}}@media (max-width:360px){.header-top{align-items:stretch;flex-direction:column;gap:8px}.header-title{text-align:center}.nav-item{min-width:44px;padding:4px 6px}.nav-label{font-size:9px}}[data-theme=dark] .header{background:#2d3748;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .header-title{color:#e2e8f0}[data-theme=dark] .search-input{background:#4a5568;border-color:#718096;color:#e2e8f0}[data-theme=dark] .search-input:focus{background:#2d3748;border-color:#63b3ed}[data-theme=dark] .search-icon{color:#a0aec0}[data-theme=dark] .bottom-navigation{background:#2d3748;border-top-color:#4a5568;box-shadow:0 -2px 10px #0000004d}[data-theme=dark] .nav-item:hover{background:#4a5568}[data-theme=dark] .nav-label{color:#a0aec0}[data-theme=dark] .nav-item.active,[data-theme=dark] .nav-item.active .nav-label{color:#63b3ed}.reduce-motion .nav-item{animation:none}.reduce-motion .nav-icon{transition:none}@supports (padding:max(0px)){.bottom-navigation{padding-bottom:max(8px,env(safe-area-inset-bottom))}.main-content{padding-bottom:calc(80px + env(safe-area-inset-bottom))}}.nav-icon-image{filter:brightness(0) saturate(100%) invert(39%) sepia(13%) saturate(0) hue-rotate(193deg) brightness(98%) contrast(86%);height:24px;object-fit:contain;transition:filter .2s ease;width:24px}.nav-item.active .nav-icon-image{filter:brightness(0) saturate(100%) invert(39%) sepia(97%) saturate(2000%) hue-rotate(200deg) brightness(97%) contrast(105%)}[data-theme=dark] .nav-icon-image{filter:brightness(0) saturate(100%) invert(80%) sepia(0) saturate(0) hue-rotate(225deg) brightness(90%) contrast(85%)}[data-theme=dark] .nav-item.active .nav-icon-image{filter:brightness(0) saturate(100%) invert(39%) sepia(97%) saturate(2000%) hue-rotate(200deg) brightness(97%) contrast(105%)}.nav-icon-container svg{height:24px;transition:all .3s ease;width:24px}.nav-item.active .nav-icon-container svg{filter:brightness(0) saturate(100%) invert(39%) sepia(97%) saturate(2000%) hue-rotate(200deg) brightness(97%) contrast(105%)}[data-theme=dark] .nav-icon-container svg{filter:brightness(0) saturate(100%) invert(80%) sepia(0) saturate(0) hue-rotate(225deg) brightness(90%) contrast(85%)}[data-theme=dark] .nav-item.active .nav-icon-container svg{filter:brightness(0) saturate(100%) invert(39%) sepia(97%) saturate(2000%) hue-rotate(200deg) brightness(97%) contrast(105%)}.product-card{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;padding:15px;position:relative;transition:transform .2s,box-shadow .2s}.product-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.product-card.small{align-items:center;display:flex;gap:12px;padding:10px}.product-card.small .product-image-container{flex-shrink:0;height:60px;width:60px}.product-card.favorite{background:#fff;border:1px solid #e0e0e0;border-radius:12px;display:flex;gap:16px;padding:16px;transition:transform .2s ease,box-shadow .2s ease}.product-card.favorite:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.product-card.favorite .product-image-container{flex-shrink:0;height:120px;position:relative;width:120px}.product-card.favorite .product-image{border-radius:8px;height:100%;object-fit:cover;width:100%}.product-card.favorite .product-info{display:flex;flex:1 1;flex-direction:column;gap:8px}.product-card.favorite .product-name{color:#333;font-size:1.1rem;font-weight:600;margin:0}.product-card.favorite .product-category{color:#666;font-size:.9rem;margin:0}.product-card.favorite .product-price-container{margin-top:auto}.product-card.favorite .favorite-actions{display:flex;gap:8px;margin-top:12px}.product-card.favorite .add-to-cart-btn{background:#007bff;border:none;border-radius:6px;color:#fff;cursor:pointer;flex:1 1;font-size:.9rem;padding:8px 16px;transition:background-color .2s ease}.product-card.favorite .add-to-cart-btn:hover:not(:disabled){background:#0056b3}.product-card.favorite .add-to-cart-btn:disabled{background:#ccc;cursor:not-allowed}.product-card.favorite .remove-favorite-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:.9rem;padding:8px 12px;transition:background-color .2s ease}.product-card.favorite .remove-favorite-btn:hover{background:#c82333}.product-card.small .product-info{flex:1 1;min-width:0}.product-card.small .product-name{font-size:14px;margin:0 0 4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-card.small .product-price{color:#007bff;font-size:16px;font-weight:700}.product-image-container{margin-bottom:3px;position:relative}.product-image{border-radius:8px;height:180px;object-fit:cover;width:100%}.product-card.small .product-image{border-radius:6px;height:60px;width:60px}.out-of-stock{background:#dc3545e6;border-radius:4px;bottom:8px;color:#fff;font-size:12px;font-weight:500;left:8px;padding:4px 8px;position:absolute}.discount-badge{left:8px;padding:4px 8px;top:8px}.product-badges{align-items:flex-end;display:flex;flex-direction:column;gap:4px;left:10px;position:absolute;top:8px}.product-badge{border-radius:4px;font-size:10px;font-weight:600;padding:4px 8px;white-space:nowrap}.product-badge.priority{background:linear-gradient(135deg,#ff6b6b,#ee5a24);color:#fff}.product-badge.new{background:linear-gradient(135deg,#74b9ff,#0984e3);color:#fff}.product-badge.featured{background:linear-gradient(135deg,#ffeaa7,#fdcb6e);color:#2d3436}.product-badge.new-small,.product-badge.priority-small{border-radius:3px;font-size:10px;padding:2px 4px}.favorite-btn{align-items:center;background:#ffffffe6;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:background-color .2s;width:32px}.favorite-btn:hover{background:#fff}.remove-btn{align-items:center;background:#dc3545e6;color:#fff;display:flex;font-size:12px;height:28px;justify-content:center;position:absolute;right:8px;width:28px}.product-info{gap:8px}.product-header{display:flex;flex-direction:column;gap:4px}.product-name{color:#333;font-size:16px;font-weight:600;line-height:1.3;margin:0}.product-brand{align-self:flex-start;background:#f8f9fa;border-radius:4px;color:#666;font-size:12px;font-weight:500;padding:2px 6px}.product-brand-small{background:#f8f9fa;border-radius:3px;color:#666;font-size:10px;margin-bottom:4px;padding:1px 4px}.product-description{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:14px;line-height:1.4;margin:0;overflow:hidden}.product-meta{gap:8px;margin-top:4px}.product-rating{display:flex;gap:2px}.star{font-size:14px}.rating-value{font-size:12px}.product-price-container{align-items:center;justify-content:space-between;margin-top:2px}.price-wrapper{flex-direction:column}.current-price{font-size:18px}.old-price{font-size:14px}.add-to-cart-btn{background:linear-gradient(135deg,#667eea,#764ba2);flex:1 1;min-height:44px;padding:12px 20px}.add-to-cart-btn:hover:not(:disabled){background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.add-to-cart-btn:disabled{box-shadow:none;transform:none}.add-to-cart-btn.added{background:linear-gradient(135deg,#28a745,#20c997);transform:scale(.98)}.add-to-cart-btn.added:hover{background:linear-gradient(135deg,#218838,#1e9e8a);transform:scale(.98)}.checkmark{animation:bounce .5s ease;font-size:16px}@keyframes bounce{0%,20%,60%,to{transform:scale(1)}40%{transform:scale(1.5)}80%{transform:scale(1.2)}}.card-actions{display:flex;gap:8px;margin-top:3px;width:100%}.details-btn{background:#0000;border:2px solid #667eea;border-radius:8px;color:#667eea;cursor:pointer;font-weight:600;min-height:44px;padding:10px 16px;transition:all .3s ease}.details-btn:hover{background:#667eea;box-shadow:0 4px 12px #667eea4d;color:#fff;transform:translateY(-2px)}@media (max-width:768px){.card-actions{flex-direction:column}.add-to-cart-btn{font-size:14px}.add-to-cart-btn,.details-btn{min-height:40px;padding:10px 16px}.product-badges{gap:2px;left:10px}.product-badge{font-size:9px;padding:3px 6px}}.favorite-actions{display:flex;gap:8px;margin-top:12px}.favorite-actions .add-to-cart-btn{flex:2 1}.remove-favorite-btn{background:#dc3545;border:none;border-radius:8px;color:#fff;cursor:pointer;flex:1 1;min-height:44px;padding:10px 16px;transition:all .3s ease}.remove-favorite-btn:hover{background:#c82333;box-shadow:0 4px 12px #dc354566;transform:translateY(-2px)}.product-price-container{display:flex;flex-direction:column;gap:2px}.price-wrapper{align-items:center;display:flex;flex-wrap:wrap;gap:2px}.current-price{color:#2c3e50;font-size:1.25rem}.old-price{font-size:.9rem}.product-name{height:40px}@media (max-width:480px){.product-card.favorite{flex-direction:column;text-align:center}.product-card.favorite .product-image-container{height:200px;width:100%}.product-card.favorite .favorite-actions{flex-direction:column}.product-card{padding:10px}.product-image{height:120px}.product-card.small{padding:8px}.product-card.small .product-image{height:50px;width:50px}.product-badges{left:20px}.product-badge{font-size:10px;padding:3px 4px;width:100%}}.image-only-category-list{background:#0000;margin-bottom:20px;margin-top:-25px;padding:15px;position:relative}.category-header{margin-bottom:15px;padding-bottom:10px}.category-header h3{color:#333;font-size:18px;font-weight:600;margin:0}.categories-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(1,1fr)}.category-image-item{align-items:center;aspect-ratio:1/1;background:#0000;border:none;border-radius:12px;cursor:pointer;display:flex;height:125px;justify-content:center;overflow:hidden;padding:0;position:relative;transition:all .3s ease;width:100%}.category-image-item:nth-child(3){height:132px}.category-image-item:hover{transform:scale(1.05)}.category-image-item img{border-radius:12px;height:100%;object-fit:fill;width:100%}.category-icon{align-items:center;display:flex;font-size:32px;height:100%;justify-content:center;width:100%}.categories-grid{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.image-only-category-list{margin-bottom:15px;padding:12px}.categories-grid{gap:12px}.category-icon{font-size:28px}}@media (max-width:480px){.image-only-category-list{padding:10px}.categories-grid{gap:10px}.category-icon{font-size:24px}.category-header h3{font-size:16px}}@media (prefers-color-scheme:dark){.image-only-category-list{background:#0000}.category-header h3{color:#e2e8f0}}.product-details{background:#fff;min-height:100vh;padding:15px}.product-details-header{border-bottom:1px solid #eee;margin-bottom:20px;padding-bottom:15px}.back-button{padding:10px 15px;transition:background-color .2s}.product-details-header h1{color:#333;flex:1 1;font-size:20px;margin:0;padding:0 15px;text-align:center}.favorite-button{border-radius:50%;padding:8px;transition:background-color .2s}.favorite-button:hover{background:#f8f9fa}.product-details-content{grid-gap:30px;gap:30px;grid-template-columns:1fr}.product-gallery{gap:15px}.main-image img{height:300px;object-fit:cover}.out-of-stock-badge{background:#dc3545e6;bottom:15px;font-weight:500}.discount-badge,.out-of-stock-badge{border-radius:6px;left:15px;padding:8px 12px}.discount-badge{font-weight:700;top:15px}.image-thumbnails{padding:5px 0}.thumbnail{height:60px;transition:border-color .2s;width:60px}.thumbnail:hover{border-color:#0056b3}.product-info{gap:4px}.category{background:#e3f2fd;color:#1976d2;font-weight:500}.rating-value{color:#666}.price-section{gap:12px}.current-price{color:#007bff;font-size:16px}.old-price{color:#999}.description h3{font-size:18px}.description p{line-height:1.6}.color-selector h3,.quantity-selector h3,.size-selector h3{color:#333;font-size:16px;margin:0 0 12px}.size-options{display:flex;flex-wrap:wrap;gap:8px}.size-option{background:#fff;border:2px solid #ddd;border-radius:6px;cursor:pointer;font-size:14px;min-width:40px;padding:8px 12px;text-align:center;transition:all .2s}.size-option.selected{background:#007bff;border-color:#007bff;color:#fff}.size-option:hover:not(.selected){border-color:#0056b3}.color-options{display:flex;flex-wrap:wrap;gap:10px}.color-option{align-items:center;background:#fff;border:2px solid #ddd;border-radius:50%;cursor:pointer;display:flex;height:40px;justify-content:center;transition:all .2s;width:40px}.color-option.selected{border-color:#007bff;transform:scale(1.1)}.color-dot{border-radius:50%;display:block;height:24px;width:24px}.quantity-controls{padding:8px}.quantity-btn{background:#fff;border-radius:6px;font-size:18px;font-weight:700;height:36px;transition:background-color .2s;width:36px}.quantity-value{font-weight:600}.action-buttons{gap:12px;margin-top:20px}.add-to-cart-btn,.buy-now-btn{font-weight:600;transition:background-color .2s}.add-to-cart-btn{flex-direction:row}.add-to-cart-btn:disabled{height:45px;width:120px}.product-details-content .add-to-cart-btn{height:45px;width:100%}.product-details-content .buy-now-btn{height:45px}.buy-now-btn:hover{background:#218838}.additional-info{margin-top:20px;padding:15px}.info-item{border-bottom:1px solid #e9ecef;padding:8px 0}.info-item:last-child{border-bottom:none}.info-label{color:#333;font-weight:500}.info-value{color:#666}@media (min-width:768px){.product-details-content{gap:40px;grid-template-columns:1fr 1fr}.main-image img{height:400px}.action-buttons{flex-direction:row}.add-to-cart-btn,.buy-now-btn{flex:1 1}}@media (max-width:480px){.product-details{padding:10px}.product-details-header h1{font-size:18px}.current-price{font-size:24px}.action-buttons{flex-direction:column}}.product-details{animation:slideIn .3s ease-out}@keyframes slideIn{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.add-to-cart-btn{align-items:center;background-color:#4a6fa5;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:8px;justify-content:center;padding:4px 8px;transition:all .3s ease;width:100%}.add-to-cart-btn:hover:not(:disabled){background-color:#3a5a80}.add-to-cart-btn:disabled{background-color:#ccc}.add-to-cart-btn.added{animation:pulse .5s ease-in-out;background-color:#4caf50}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.checkmark{font-size:18px;font-weight:700}.product-details{margin:0 auto;max-width:1200px;padding:20px}.product-details-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;justify-content:space-between;margin-bottom:30px;padding-bottom:20px}.favorite-button{background:none;border:none;cursor:pointer;font-size:24px;padding:5px}.product-details-content{grid-gap:40px;display:grid;gap:40px;grid-template-columns:1fr 1fr}.product-gallery{display:flex;flex-direction:column;gap:20px}.main-image{aspect-ratio:1;background:#f8f9fa;border-radius:12px;overflow:hidden;position:relative}.main-image img{height:100%;object-fit:contain;width:100%}.out-of-stock-badge{background:#dc3545;left:10px}.discount-badge,.out-of-stock-badge{border-radius:4px;color:#fff;font-size:12px;padding:5px 10px;position:absolute;top:10px}.discount-badge{background:#28a745;right:10px}.image-thumbnails{display:flex;gap:10px;overflow-x:auto}.thumbnail{border:2px solid #0000;border-radius:8px;cursor:pointer;height:80px;object-fit:cover;width:80px}.thumbnail.active{border-color:#007bff}.product-info{display:flex;flex-direction:column;gap:5px}.product-meta{align-items:center;display:flex;justify-content:space-between}.category{background:#e9ecef;border-radius:4px;color:#6c757d;font-size:12px;padding:4px 8px}.rating{align-items:center;display:flex;gap:5px}.star{font-size:16px}.rating-value{color:#6c757d;font-size:14px}.price-section{align-items:center;display:flex;gap:10px}.current-price{color:#28a745;font-size:28px;font-weight:700}.old-price{color:#6c757d;font-size:18px;text-decoration:line-through}.description h3{color:#333;margin:0 0 10px}.description p{color:#666;line-height:1.5;margin:0}.reviews-preview{border:1px solid #e0e0e0;padding:20px}.reviews-header{margin-bottom:15px}.reviews-header h3{color:#333}.view-all-reviews-btn:hover{text-decoration:underline}.reviews-summary{flex-direction:column;gap:15px}.average-rating{gap:15px}.rating-number{font-size:32px}.reviews-count{color:#6c757d}.rating-distribution{display:flex;flex-direction:column;gap:8px}.rating-label{font-size:12px}.bar-container{border-radius:3px;height:6px}.rating-count{width:20px}.quantity-selector h3{color:#333;margin:0 0 10px}.quantity-controls{border:1px solid #ddd;border-radius:8px;gap:15px;padding:10px;width:-webkit-fit-content;width:fit-content}.quantity-btn{align-items:center;background:none;background:#f8f9fa;border:none;border-radius:50%;cursor:pointer;display:flex;font-size:16px;height:30px;justify-content:center;width:30px}.quantity-btn:hover:not(:disabled){background:#e9ecef}.quantity-btn:disabled{cursor:not-allowed;opacity:.5}.quantity-value{font-size:18px;font-weight:700;min-width:30px;text-align:center}.action-buttons{display:flex;flex-direction:column;gap:10px}.add-to-cart-btn,.buy-now-btn{border:none;border-radius:8px;cursor:pointer;font-size:16px;font-weight:700;padding:15px 20px;transition:all .3s ease}.add-to-cart-btn{background:#007bff;color:#fff}.add-to-cart-btn:hover:not(:disabled){background:#0056b3}.add-to-cart-btn.added{background:#28a745}.add-to-cart-btn:disabled{background:#6c757d;cursor:not-allowed}.buy-now-btn{background:#28a745;color:#fff}.buy-now-btn:hover:not(:disabled){background:#218838}.buy-now-btn:disabled{background:#6c757d;cursor:not-allowed}.checkmark{margin-right:8px}.additional-info{background:#f8f9fa;border-radius:8px;display:flex;flex-direction:column;gap:10px;padding:20px}.info-item{align-items:center;display:flex;justify-content:space-between}.info-label{color:#666;font-size:14px}.info-value{color:#333;font-weight:500}@media (max-width:768px){.product-details-content{gap:20px;grid-template-columns:1fr}.product-details-header h1{font-size:20px}.current-price{font-size:24px}.average-rating,.reviews-header{align-items:flex-start;flex-direction:column;gap:10px}}.reviews-page{max-width:800px;padding:16px}.reviews-header{gap:12px;margin-bottom:24px;padding-bottom:16px}.reviews-header h1{font-size:24px}.back-button{background:#f8f9fa;border:1px solid #ddd;border-radius:8px;font-size:14px;padding:8px 12px;transition:all .2s ease}.back-button:hover{background:#e9ecef}.reviews-content{display:flex;flex-direction:column;gap:32px}.add-review-section{border-radius:12px;box-shadow:0 2px 8px #0000001a}.add-review-section h2{font-size:20px}.review-form{gap:16px}.form-group{gap:8px}.form-group label{font-weight:600}.form-group input,.form-group textarea{border-radius:8px;padding:12px;transition:border-color .2s ease}.form-group input:focus,.form-group textarea:focus{border-color:#007bff;outline:none}.rating-selector{gap:12px}.stars.interactive .star.clickable{cursor:pointer;transition:transform .2s ease}.stars.interactive .star.clickable:hover{transform:scale(1.2)}.star{font-size:20px}.submit-review-btn{align-self:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:8px;font-weight:600;padding:12px 24px;transition:all .3s ease}.submit-review-btn:hover:not(:disabled){box-shadow:0 4px 12px #667eea66;transform:translateY(-1px)}.submit-review-btn:disabled{transform:none}.reviews-list-section h2{font-size:20px}.reviews-list{gap:16px}.review-card{background:#fff;border:1px solid #f0f0f0;border-radius:12px;box-shadow:0 2px 8px #0000001a}.review-header{margin-bottom:12px}.reviewer-info{flex-direction:column;gap:4px}.user-name{font-size:16px;font-weight:600}.product-name{font-style:italic}.review-date{font-size:12px}.review-rating{margin-bottom:12px}.review-rating .stars{font-size:16px}.review-text{font-size:14px;margin:0}@media (max-width:768px){.reviews-page{padding:12px}.reviews-header{align-items:flex-start;flex-direction:column;gap:8px}.reviews-header h1{font-size:20px}.add-review-section,.review-card{padding:16px}.rating-selector{align-items:flex-start}.rating-selector,.review-header{flex-direction:column;gap:8px}}.reviews-preview{background:#f8f9fa;border-radius:8px;margin:20px 0;padding:16px}.reviews-header{justify-content:space-between;margin-bottom:12px}.reviews-header h3{font-size:18px;margin:0}.view-all-reviews-btn{background:none;border:none;color:#007bff;cursor:pointer;font-size:14px;text-decoration:underline}.reviews-summary{align-items:center;display:flex;gap:16px}.average-rating{align-items:center;display:flex;gap:8px}.rating-number{color:#333;font-size:24px;font-weight:700}.reviews-count{color:#666;font-size:14px}.reviews-page{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;padding:20px}.reviews-header{align-items:center;border-bottom:1px solid #e0e0e0;display:flex;margin-bottom:30px;padding-bottom:20px}.back-button{color:#007bff;font-size:16px;margin-right:20px}.back-button:hover{color:#0056b3}.reviews-header h1{color:#333;margin:0}.reviews-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:350px 1fr}.reviews-sidebar{display:flex;flex-direction:column;gap:30px}.stats-section{background:#f8f9fa;border-radius:8px;padding:20px}.overall-rating{align-items:center;display:flex;gap:15px;margin-bottom:20px}.average-rating{color:#333;font-size:48px;font-weight:700}.rating-details{display:flex;flex-direction:column;gap:5px}.total-reviews{color:#666;font-size:14px}.rating-distribution{margin-top:20px}.rating-distribution h3{color:#333;font-size:16px;margin:0 0 15px}.rating-bar{align-items:center;display:flex;gap:10px;margin-bottom:8px}.rating-label{color:#666;font-size:14px;width:40px}.bar-container{background:#e0e0e0;border-radius:4px;flex:1 1;height:8px;overflow:hidden}.bar-fill{background:#ffc107;height:100%;transition:width .3s ease}.rating-count{color:#666;font-size:12px;text-align:right;width:30px}.add-review-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.add-review-section h2{color:#333;margin:0 0 20px}.review-form{display:flex;flex-direction:column;gap:15px}.form-group{gap:5px}.form-group input,.form-group textarea{border:1px solid #ddd;border-radius:4px;font-size:14px;padding:10px}.form-group textarea{min-height:100px;resize:vertical}.rating-selector{align-items:center;display:flex;gap:10px}.rating-text{color:#666;font-size:14px}.stars{display:flex;gap:2px}.star{color:#ddd;cursor:default;font-size:24px}.star.filled{color:#ffc107}.stars.interactive .star{cursor:pointer;transition:color .2s}.stars.interactive .star:hover{color:#ffc107}.image-upload{padding:5px}.image-previews{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.image-preview{height:80px;position:relative;width:80px}.image-preview img{border-radius:4px;height:100%;object-fit:cover;width:100%}.remove-image{background:#f44;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:12px;height:20px;position:absolute;right:-5px;top:-5px;width:20px}.submit-review-btn{background:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;padding:12px 20px;transition:background .2s}.submit-review-btn:hover:not(:disabled){background:#0056b3}.submit-review-btn:disabled{background:#6c757d;cursor:not-allowed}.reviews-list-section{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.reviews-list-section h2{color:#333;margin:0 0 20px}.no-reviews{color:#666;padding:40px;text-align:center}.reviews-list{display:flex;flex-direction:column;gap:20px}.review-card{background:#fafafa;border:1px solid #e0e0e0;border-radius:8px;padding:20px}.review-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:10px}.reviewer-info{align-items:center;display:flex;gap:10px}.user-name{color:#333;font-weight:700}.verified-badge{color:#28a745;font-weight:700}.product-name{color:#666}.review-date{color:#999;font-size:14px}.review-rating{margin-bottom:10px}.review-text{color:#333;line-height:1.5;margin-bottom:15px}.review-images{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:15px}.review-image{border-radius:4px;cursor:pointer;height:100px;object-fit:cover;transition:transform .2s;width:100px}.review-image:hover{transform:scale(1.05)}.review-actions{display:flex;gap:10px}.reaction-btn{background:none;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;padding:5px 10px;transition:background .2s}.reaction-btn:hover{background:#f8f9fa}.like-btn:hover{border-color:#28a745;color:#28a745}.dislike-btn:hover{border-color:#dc3545;color:#dc3545}.loading{color:#666;font-size:18px;padding:40px;text-align:center}@media (max-width:768px){.reviews-content{grid-template-columns:1fr}.reviews-header{align-items:flex-start;flex-direction:column;gap:10px}.overall-rating{flex-direction:column;text-align:center}}.widgets-section{margin:0}.widgets-title{color:#333;font-size:24px;margin-bottom:20px;text-align:center}.widgets-container{-ms-overflow-style:none;display:flex;gap:15px;margin-bottom:20px;overflow-x:auto;padding:10px 25px 20px;scrollbar-color:#c5c5c5 #0000;scrollbar-width:thin;scrollbar-width:none}.widgets-container::-webkit-scrollbar{background:#0000;display:none;height:0;height:6px;width:0}.widgets-container::-webkit-scrollbar-track{background:#0000;border-radius:3px}.widgets-container::-webkit-scrollbar-thumb{background:#c5c5c5;border-radius:3px}.widgets-container::-webkit-scrollbar-thumb:hover{background:#a0a0a0}.widget-card{background-position:50%;background-size:cover;border-radius:12px;box-shadow:0 4px 15px #0000001a;cursor:pointer;flex-shrink:0;height:160px;min-width:280px;overflow:hidden;position:relative;transition:transform .3s ease,box-shadow .3s ease}.widget-card:hover{box-shadow:0 8px 25px #00000026;transform:translateY(-3px)}.widget-overlay{background:linear-gradient(180deg,#0003,#000000b3);bottom:0}.widget-content,.widget-overlay{left:0;position:absolute;right:0;top:0}.widget-content{color:#fff;padding:15px;z-index:2}.widget-content h3{font-size:16px;margin:0 0 5px}.widget-content p{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:13px;margin:0 0 10px;opacity:.9;overflow:hidden}.widget-button{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#fff3;border:1px solid #ffffff80;border-radius:20px;color:#fff;cursor:pointer;font-size:11px;padding:6px 12px;transition:background .3s ease}.widget-button:hover{background:#ffffff4d}@media (max-width:768px){.widgets-title{font-size:20px;margin-bottom:15px}.widget-card{height:140px;min-width:240px}.widget-content{padding:12px;width:50%}.widget-content h3{font-size:15px}.widget-content p{font-size:12px}}[data-theme=dark] .widgets-title{color:#e2e8f0}[data-theme=dark] .widget-card{box-shadow:0 4px 15px #0000004d}[data-theme=dark] .widget-card:hover{box-shadow:0 8px 25px #0006}[data-theme=dark] .widgets-container::-webkit-scrollbar-thumb{background:#4a5568}[data-theme=dark] .widgets-container::-webkit-scrollbar-thumb:hover{background:#718096}.show-all-container{display:flex;justify-content:center;margin:2rem 0;padding:0 1rem}.show-all-btn{background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:8px;box-shadow:0 4px 12px #007bff4d;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;overflow:hidden;padding:12px 24px;position:relative;transition:all .3s ease}.show-all-btn:hover{background:linear-gradient(135deg,#0056b3,#004085);box-shadow:0 6px 16px #007bff66;transform:translateY(-2px)}.show-all-btn:active{box-shadow:0 2px 8px #007bff4d;transform:translateY(0)}.show-all-btn:focus{box-shadow:0 0 0 3px #007bff80;outline:none}.show-all-btn.alternative{background:linear-gradient(135deg,#28a745,#1e7e34);box-shadow:0 4px 12px #28a7454d}.show-all-btn.alternative:hover{background:linear-gradient(135deg,#1e7e34,#155724);box-shadow:0 6px 16px #28a74566}@media (prefers-color-scheme:dark){.show-all-btn{background:linear-gradient(135deg,#0d6efd,#0b5ed7);box-shadow:0 4px 12px #0d6efd66}.show-all-btn:hover{background:linear-gradient(135deg,#0b5ed7,#0a58ca)}}@media (max-width:768px){.show-all-container{margin:1.5rem 0}.show-all-btn{font-size:.9rem;max-width:300px;padding:10px 20px;width:100%}}.show-all-container{animation:fadeInUp .5s ease-out}.favorites-page{background:#f8f9fa;min-height:100%;padding:16px}.favorites-page h2{color:#333;font-size:24px;font-weight:700;margin:0 0 20px;position:relative;text-align:center}.favorites-page h2:after{content:"❤️";font-size:20px;margin-left:8px}.favorites-page>p{align-items:center;color:#666;display:flex;flex-direction:column;font-size:16px;gap:16px;padding:80px 20px;text-align:center}.favorites-page>p:before{content:"🤍";font-size:64px;opacity:.5}.favorites-page>p:after{color:#999;content:"Добавляйте товары в избранное, чтобы не потерять";font-size:14px;line-height:1.4;max-width:250px}.products-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding:8px 0}.favorites-page .product-card{border:2px solid #0000;position:relative;transition:all .3s ease}.favorites-page .product-card:hover{border-color:#ff6b6b;box-shadow:0 8px 20px #00000026;transform:translateY(-4px)}.favorites-page .favorite-btn{background:#fffffff2;border:2px solid #ff6b6b;color:#ff6b6b}.favorites-page .favorite-btn:hover{background:#ff6b6b;color:#fff}.favorites-page .remove-btn{align-items:center;background:#dc3545e6;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:14px;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:all .2s ease;width:32px;z-index:2}.favorites-page .remove-btn:hover{background:#dc3545;transform:scale(1.1)}.favorites-page .product-card{animation:favorite-appear .4s ease-out}@keyframes favorite-appear{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.favorites-count{color:#666;display:block;font-size:14px;font-weight:400;margin-top:4px}@media (max-width:768px){.favorites-page{padding:12px}.favorites-page h2{font-size:22px;margin-bottom:16px}.products-grid{gap:12px;grid-template-columns:repeat(auto-fill,minmax(140px,1fr))}}@media (max-width:480px){.favorites-page h2{font-size:20px}.products-grid{gap:10px;grid-template-columns:repeat(2,1fr)}.favorites-page>p{padding:60px 16px}.favorites-page>p:before{font-size:48px}}@media (max-width:360px){.products-grid{grid-template-columns:1fr;margin:0 auto;max-width:280px}}[data-theme=dark] .favorites-page{background:#1a202c}[data-theme=dark] .favorites-page h2{color:#e2e8f0}[data-theme=dark] .favorites-page>p{color:#a0aec0}[data-theme=dark] .favorites-page>p:after{color:#718096}[data-theme=dark] .favorites-count{color:#a0aec0}[data-theme=dark] .favorites-page .product-card:hover{border-color:#fc8181;box-shadow:0 8px 20px #0006}[data-theme=dark] .favorites-page .favorite-btn{background:#2d3748f2;border-color:#fc8181;color:#fc8181}[data-theme=dark] .favorites-page .favorite-btn:hover{background:#fc8181;color:#2d3748}.reduce-motion .favorites-page .product-card{animation:none}.reduce-motion .favorites-page .product-card:hover,.reduce-motion .favorites-page .remove-btn:hover{transform:none}.favorites-page>p{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:20px;margin:20px}[data-theme=dark] .favorites-page>p{background:linear-gradient(135deg,#2d3748,#4a5568)}.favorites-page>p:before{animation:heart-pulse 2s ease-in-out infinite}@keyframes heart-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.reduce-motion .favorites-page>p:before{animation:none}.empty-state-actions{display:flex;gap:12px;margin-top:20px}.continue-shopping-btn{background:#007bff;border-radius:8px;font-size:14px;font-weight:500;padding:12px 24px;transition:all .2s ease}.continue-shopping-btn:hover{background:#0056b3;transform:translateY(-1px)}[data-theme=dark] .continue-shopping-btn{background:#63b3ed}[data-theme=dark] .continue-shopping-btn:hover{background:#4299e1}.checkout-overlay{align-items:center;background:#000000b3;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:2000}.checkout-form{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d;max-height:90vh;max-width:600px;overflow-y:auto;padding:24px;width:100%}.checkout-form h2{color:#333;margin:0 0 16px;text-align:center}.checkout-total{color:#28a745;font-size:18px;font-weight:600;margin:0 0 24px;text-align:center}.form-section{border-bottom:1px solid #eee;margin-bottom:24px;padding-bottom:16px}.form-section:last-child{border-bottom:none}.form-section h3{color:#555;font-size:16px;margin:0 0 16px}.form-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr 1fr;margin-bottom:16px}.form-group{display:flex;flex-direction:column}.form-group label{color:#333;font-size:14px;font-weight:500;margin-bottom:6px}.form-group input{border:2px solid #ddd;border-radius:8px;font-size:14px;padding:12px;transition:border-color .2s}.form-group input:focus{border-color:#007bff;outline:none}.form-group input.error{border-color:#dc3545}.error-text{color:#dc3545;font-size:12px;margin-top:4px}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:24px}.cancel-btn{background:#6c757d;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;padding:12px 24px;transition:background-color .2s}.cancel-btn:hover{background:#5a6268}.submit-btn{background:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:14px;font-weight:600;padding:12px 24px;transition:background-color .2s}.submit-btn:hover{background:#218838}@media (max-width:768px){.checkout-form{margin:10px;padding:20px}.form-row{gap:12px;grid-template-columns:1fr}.form-actions{flex-direction:column}.cancel-btn,.submit-btn{width:100%}}[data-theme=dark] .checkout-form{background:#2d3748;color:#e2e8f0}[data-theme=dark] .checkout-form h2{color:#e2e8f0}[data-theme=dark] .checkout-total{color:#68d391}[data-theme=dark] .form-section{border-bottom-color:#4a5568}[data-theme=dark] .form-section h3{color:#a0aec0}[data-theme=dark] .form-group label{color:#e2e8f0}[data-theme=dark] .form-group input{background:#4a5568;border-color:#718096;color:#e2e8f0}[data-theme=dark] .form-group input:focus{border-color:#63b3ed}[data-theme=dark] .form-group input.error{border-color:#fc8181}.privacy-policy-section{background-color:#f8f9fa;border:1px solid #e9ecef;border-radius:8px;margin:20px 0;padding:15px}.privacy-policy-label{align-items:flex-start;cursor:pointer;display:flex;font-size:14px;gap:10px;line-height:1.4;margin:0}.privacy-checkbox{flex-shrink:0;margin-top:2px}.privacy-text{-webkit-user-select:none;user-select:none}.privacy-policy-link{color:#007bff;cursor:pointer;text-decoration:underline;transition:color .2s ease}.privacy-policy-link:hover{color:#0056b3;text-decoration:none}.privacy-error{display:block;margin-left:26px;margin-top:8px}.submit-btn:disabled{cursor:not-allowed;opacity:.6}.submit-btn:disabled,.submit-btn:disabled:hover{background-color:#6c757d}.cart-page{background:#f8f9fa;min-height:620px;padding:16px}.cart-page h2{color:#333;font-size:24px;font-weight:700;margin:0 0 20px;text-align:center}.cart-page>p{color:#666;font-size:16px;padding:60px 20px;text-align:center}.cart-items{display:flex;flex-direction:column;gap:12px;margin-bottom:24px}.cart-item{align-items:center;background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000001a;display:flex;gap:12px;padding:16px;position:relative}.cart-item img{border-radius:8px;flex-shrink:0;height:60px;object-fit:cover;width:60px}.item-info{flex:1 1;min-width:0}.item-info h4{color:#333;font-size:16px;font-weight:600;margin:0 0 6px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.item-info p{color:#007bff;font-size:16px;font-weight:700;margin:0}.quantity-controls{align-items:center;background:#f8f9fa;border-radius:20px;display:flex;gap:12px;margin:0 12px;padding:6px}.quantity-controls button{align-items:center;background:#fff;border:none;border-radius:50%;box-shadow:0 2px 4px #0000001a;color:#007bff;cursor:pointer;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;transition:all .2s ease;width:32px}.quantity-controls button:hover:not(:disabled){background:#007bff;color:#fff;transform:scale(1.1)}.quantity-controls button:disabled{cursor:not-allowed;opacity:.5;transform:none}.quantity-controls span{color:#333;font-size:16px;font-weight:600;min-width:24px;text-align:center}.remove-btn{background:none;border:none;border-radius:50%;color:#dc3545;cursor:pointer;font-size:18px;padding:8px;transition:all .2s ease}.remove-btn:hover{background:#fff5f5;transform:scale(1.1)}.cart-total{background:#fff;border-radius:16px;bottom:100px;box-shadow:0 2px 8px #0000001a;margin-top:auto;padding:20px;position:-webkit-sticky;position:sticky}.cart-total h3{color:#333;font-size:20px;font-weight:700;margin:0 0 16px;text-align:center}.checkout-btn{background:#28a745;border:none;border-radius:12px;box-shadow:0 4px 12px #28a7454d;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:all .2s ease;width:100%}.checkout-btn:hover{background:#218838;box-shadow:0 6px 16px #28a74566;transform:translateY(-2px)}.checkout-btn:active{transform:translateY(0)}.cart-item{animation:cart-item-appear .3s ease-out}@keyframes cart-item-appear{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@media (max-width:480px){.cart-page{padding:12px}.cart-page h2{font-size:20px;margin-bottom:16px}.cart-item{gap:10px;padding:12px}.cart-item img{height:50px;width:50px}.item-info h4,.item-info p{font-size:14px}.quantity-controls{gap:8px;margin:0 25px 0 8px}.quantity-controls button{font-size:16px;height:28px;width:28px}.quantity-controls span{font-size:14px}.cart-total{bottom:90px;padding:16px}.cart-total h3{font-size:18px}.checkout-btn{font-size:15px;padding:14px}}@media (max-width:360px){.cart-item{flex-wrap:wrap}.quantity-controls{justify-content:center;margin-top:8px;order:3;width:100%}.remove-btn{position:absolute;right:8px;top:8px}}[data-theme=dark] .cart-page{background:#1a202c}[data-theme=dark] .cart-page h2{color:#e2e8f0}[data-theme=dark] .cart-page>p{color:#a0aec0}[data-theme=dark] .cart-item{background:#2d3748;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .item-info h4{color:#e2e8f0}[data-theme=dark] .item-info p{color:#63b3ed}[data-theme=dark] .quantity-controls{background:#4a5568}[data-theme=dark] .quantity-controls button{background:#2d3748;color:#63b3ed}[data-theme=dark] .quantity-controls button:hover:not(:disabled){background:#63b3ed;color:#2d3748}[data-theme=dark] .quantity-controls span{color:#e2e8f0}[data-theme=dark] .remove-btn{color:#fc8181}[data-theme=dark] .remove-btn:hover{background:#4a5568}[data-theme=dark] .cart-total{background:#2d3748;box-shadow:0 2px 8px #0000004d}[data-theme=dark] .cart-total h3{color:#e2e8f0}[data-theme=dark] .checkout-btn{background:#38a169;box-shadow:0 4px 12px #38a1694d}[data-theme=dark] .checkout-btn:hover{background:#2f855a;box-shadow:0 6px 16px #38a16966}.reduce-motion .cart-item{animation:none}.reduce-motion .checkout-btn:hover,.reduce-motion .quantity-controls button:hover,.reduce-motion .remove-btn:hover{transform:none}.cart-page>p{align-items:center;display:flex;flex-direction:column;gap:12px}.cart-page>p:before{content:"🛒";font-size:48px;opacity:.5}.cart-items{scroll-behavior:smooth}.checkout-btn:disabled{box-shadow:none;cursor:not-allowed}.checkout-btn:disabled,.checkout-btn:disabled:hover{background:#6c757d;transform:none}.friends-page{max-width:100%;padding:15px}.friends-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.invite-btn{background:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;padding:10px 15px}.friends-search{margin-bottom:20px}.search-input{border:1px solid #ddd;border-radius:8px;font-size:14px;padding:10px;width:92%}.friends-activity{margin-bottom:30px}.activity-list{display:flex;flex-direction:column;gap:10px}.activity-item{align-items:center;background:#f8f9fa;border-radius:8px;display:flex;gap:10px;padding:10px}.activity-avatar{border-radius:50%;height:40px;width:40px}.activity-info{flex:1 1}.activity-info p{font-size:14px;margin:0}.activity-time{color:#666;font-size:12px}.activity-product-image{border-radius:4px;height:40px;object-fit:cover;width:40px}.friends-list{margin-top:20px}.friend-item{border-bottom:1px solid #eee;justify-content:space-between;padding:15px}.friend-info,.friend-item{align-items:center;display:flex}.friend-info{gap:12px}.friend-avatar{border-radius:50%;height:50px;object-fit:cover;width:50px}.friend-details h4{font-size:16px;margin:0}.friend-username{color:#666;font-size:14px}.friend-orders{color:#888;font-size:12px}.friend-status .online{color:#28a745;font-weight:500}.friend-status .offline{color:#666;font-size:12px}.no-friends{color:#666;padding:40px 0;text-align:center}.modal-overlay{align-items:center;background:#00000080;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;max-width:400px;padding:20px;text-align:center;width:90%}.invite-code-container{display:flex;gap:10px;margin:15px 0}.invite-code-input{border:1px solid #ddd;border-radius:6px;flex:1 1;font-weight:700;padding:10px;text-align:center}.copy-btn{background:#28a745;padding:10px 15px}.close-btn,.copy-btn{border:none;border-radius:6px;color:#fff;cursor:pointer}.close-btn{background:#6c757d;margin-top:10px;padding:10px 20px}.settings-page{background:#fff;color:#000;min-height:100vh;padding:16px}.settings-header{margin-bottom:20px;text-align:center}.settings-header h1{color:#000;font-size:20px;font-weight:700;margin-bottom:4px}.settings-container{display:flex;flex-direction:column;gap:20px}.settings-sidebar{border-bottom:1px solid #999;display:flex;gap:8px;overflow-x:auto;padding-bottom:8px}.settings-sidebar button{background:#f0f0f0;border:none;border-radius:20px;color:#000;cursor:pointer;font-size:14px;padding:10px 16px;white-space:nowrap}.settings-sidebar button.active{background:#007aff;color:#fff}.settings-content{padding:0 8px}.settings-section{margin-bottom:24px}.settings-section h2{color:#000;font-size:18px;font-weight:600;margin-bottom:16px}.settings-section h3{color:#000;font-size:16px;font-weight:500;margin:16px 0 8px}.orders-list{display:flex;flex-direction:column;gap:16px}.order-item{background:#f8f9fa;border:1px solid #999;border-radius:12px;padding:16px}.order-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.order-id{color:#000;font-weight:600}.order-status{border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px}.order-status.delivered{background:#d4edda;color:#155724}.order-status.shipped{background:#cce5ff;color:#004085}.order-status.pending{background:#fff3cd;color:#856404}.order-details{color:#666;display:flex;font-size:14px;justify-content:space-between;margin-bottom:12px}.order-items{border-top:1px solid #eee;padding-top:12px}.order-item-product{align-items:center;display:flex;gap:12px;margin-bottom:8px}.product-name{color:#000;flex:1 1;font-size:14px}.product-quantity{color:#666;font-size:14px}.favorites-list{display:flex;flex-direction:column;gap:16px;margin-bottom:20px}.favorite-item{align-items:center;background:#f8f9fa;border:1px solid #999;border-radius:12px;display:flex;gap:16px;padding:16px}.favorite-image{border-radius:8px;height:60px;object-fit:cover;width:60px}.favorite-info{flex:1 1}.favorite-name{color:#000;font-size:16px;font-weight:600;margin-bottom:4px}.favorite-price{color:#000;font-size:18px;font-weight:700;margin-bottom:4px}.favorite-meta{display:flex;font-size:12px;gap:12px}.favorite-stock.in-stock{color:#28a745;font-weight:500}.favorite-stock.out-of-stock{color:#dc3545;font-weight:500}.favorite-rating{color:#666}.favorite-remove-btn{background:none;border:none;cursor:pointer;font-size:16px;padding:8px}.empty-state,.no-orders{color:#666;font-style:italic;padding:40px 0;text-align:center}.support-info{background:#f8f9fa;border-radius:12px;margin-bottom:20px;padding:16px}.support-textarea{background:#fff;border:1px solid #999;border-radius:12px;color:#000;font-size:16px;margin-bottom:16px;padding:12px;resize:vertical;width:90%}.support-contacts{background:#f8f9fa;border-radius:12px;margin-top:24px;padding:16px}.community-links{display:flex;flex-direction:column;gap:12px;margin-bottom:20px}.community-link{background:#f8f9fa;border-radius:12px;color:#007aff;display:block;font-weight:500;padding:16px;text-decoration:none;transition:background-color .2s}.community-link:hover{background:#e9ecef}.community-stats{background:#f8f9fa;border-radius:12px;padding:16px}.cart-empty{padding:40px 0;text-align:center}.cart-summary{border-top:1px solid #eee;margin-top:20px;padding-top:16px}.cart-total{color:#000;font-size:18px;font-weight:600;text-align:center}.primary-btn{background:#007aff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:16px;font-weight:500;margin-top:16px;padding:14px 24px;width:100%}.primary-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:480px){.settings-page{padding:12px}.settings-sidebar{gap:6px}.settings-sidebar button{font-size:13px;padding:8px 14px}.favorite-item,.order-item{padding:12px}.favorite-item,.order-header{align-items:flex-start;flex-direction:column;gap:8px}.order-details{flex-direction:column;gap:4px}.favorite-info{text-align:left}.favorite-meta{flex-direction:column;gap:4px}}.favorites-preview,.orders-preview{margin-bottom:20px}.preview-list{display:flex;flex-direction:column;gap:12px}.preview-item{align-items:center;background:#f8f9fa;border:1px solid #999;border-radius:8px;display:flex;justify-content:space-between;padding:12px}.preview-id,.preview-name{color:#000;font-weight:600}.preview-status{border-radius:8px;font-size:10px;font-weight:500;padding:2px 6px}.preview-status.delivered{background:#d4edda;color:#155724}.preview-status.shipped{background:#cce5ff;color:#004085}.preview-price,.preview-total{color:#000;font-weight:700}.preview-more{color:#666;font-style:italic;margin-top:8px;text-align:center}.support-actions{align-items:center;display:flex;flex-direction:column-reverse;gap:12px;margin-top:8px}.support-status{color:#666;font-size:14px}.support-status.success{color:#2e7d32}.support-status.error{color:#c62828}.pagination-container{align-items:center;display:flex;flex-direction:column;gap:1rem;margin:2rem 0;padding:1rem}.pagination-info{color:#666;font-size:.9rem}.pagination{align-items:center;display:flex;gap:.5rem}.pagination-btn{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:.5rem 1rem;transition:all .2s}.pagination-btn:hover:not(:disabled){background:#f5f5f5;border-color:#999}.pagination-btn:disabled{cursor:not-allowed;opacity:.5}.pagination-pages{display:flex;gap:.25rem}.pagination-page{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;height:2.5rem;min-width:2.5rem;transition:all .2s}.pagination-page:hover:not(:disabled){background:#f5f5f5;border-color:#999}.pagination-page.active{background:#007bff;border-color:#007bff;color:#fff}.pagination-page.dots{background:none;border:none;cursor:default}.pagination-page.dots:hover{background:none}.category-products-page{background-color:#f8f9fa;min-height:calc(100vh - 140px);padding:20px 16px 100px}.category-header{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;gap:16px;margin-bottom:24px;padding:16px}.back-button,.category-header{align-items:center;display:flex}.back-button{background:none;background-color:#f1f3f5;border:none;border-radius:12px;color:#495057;cursor:pointer;font-size:20px;justify-content:center;padding:10px 14px;transition:all .3s ease}.back-button:hover{background-color:#e9ecef;transform:translateX(-2px)}.back-button:active{transform:translateX(0)}.category-header h1{color:#2c3e50;flex:1 1;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:24px;font-weight:700;letter-spacing:-.5px;margin:0;text-align:center;text-transform:uppercase}.products-count{background:#e9ecef;border-radius:20px;color:#6c757d;font-size:15px;font-weight:500;margin-left:auto;padding:6px 14px;white-space:nowrap}.category-products-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(165px,1fr));margin-bottom:30px}.loading-state{align-items:center;display:flex;flex-direction:column;gap:16px;height:200px;justify-content:center}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e9ecef;border-radius:50%;border-top-color:#007bff;height:40px;width:40px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.empty-state{background:#fff;border-radius:16px;box-shadow:0 2px 12px #00000014;margin-top:20px;padding:60px 20px;text-align:center}.empty-state h2{color:#6c757d;font-size:20px;font-weight:500;margin-bottom:12px}.empty-state p{color:#adb5bd;font-size:16px;margin-bottom:24px}.continue-shopping-btn{background:linear-gradient(135deg,#007bff,#0056b3);border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 28px;transition:all .3s ease}.continue-shopping-btn:hover{background:linear-gradient(135deg,#0056b3,#004494);box-shadow:0 4px 15px #007bff4d;transform:translateY(-2px)}.category-products-grid{animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.category-products-page{padding:16px 12px 90px}.category-header{gap:12px;margin-bottom:20px;padding:14px}.category-header h1{font-size:20px;text-align:left}.back-button{font-size:18px;padding:8px 12px}.products-count{font-size:13px;padding:5px 12px}.category-products-grid{gap:16px;grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}@media (max-width:480px){.category-header{flex-wrap:wrap}.category-header h1{margin-bottom:8px;order:-1;text-align:center;width:100%}.back-button{order:1}.products-count{margin-left:auto;order:2}.category-products-grid{gap:12px;grid-template-columns:repeat(2,1fr)}.empty-state{padding:40px 16px}.empty-state h2{font-size:18px}.empty-state p{font-size:14px}.continue-shopping-btn{font-size:14px;padding:10px 24px}}[data-theme=dark] .category-products-page{background-color:#1a1d21}[data-theme=dark] .category-header{background:#2d3748;box-shadow:0 2px 12px #0006}[data-theme=dark] .category-header h1{color:#e2e8f0}[data-theme=dark] .back-button{background-color:#4a5568;color:#cbd5e0}[data-theme=dark] .back-button:hover{background-color:#718096}[data-theme=dark] .products-count{background:#4a5568;color:#a0aec0}[data-theme=dark] .empty-state{background:#2d3748;box-shadow:0 2px 12px #0006}[data-theme=dark] .empty-state h2{color:#a0aec0}[data-theme=dark] .empty-state p{color:#718096}.category-products-grid>*{animation:cardAppear .5s ease-out forwards;opacity:0}@keyframes cardAppear{0%{opacity:0;transform:scale(.9) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}.category-products-grid>:first-child{animation-delay:.1s}.category-products-grid>:nth-child(2){animation-delay:.15s}.category-products-grid>:nth-child(3){animation-delay:.2s}.category-products-grid>:nth-child(4){animation-delay:.25s}.category-products-grid>:nth-child(5){animation-delay:.3s}.category-products-grid>:nth-child(6){animation-delay:.35s}.category-products-grid>:nth-child(n+7){animation-delay:.4s}.filters-panel{background:#f8f9fa;border:1px solid #e9ecef;border-radius:12px;margin-bottom:24px;padding:20px}.filters-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;margin-bottom:16px}.filters-toggle{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-weight:600;gap:8px;padding:12px 20px;transition:all .3s ease}.filters-toggle:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 4px 12px #667eea66;transform:translateY(-2px)}.filters-toggle.active{background:linear-gradient(135deg,#28a745,#20c997)}.sort-filter{align-items:center;display:flex;font-weight:500;gap:8px}.filter-select{background:#fff;border:2px solid #e9ecef;border-radius:6px;cursor:pointer;font-size:14px;min-width:150px;padding:8px 12px;transition:border-color .3s ease}.filter-select:focus{border-color:#667eea;outline:none}.clear-filters-btn{background:#dc3545;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s ease}.clear-filters-btn:hover{background:#c82333;transform:translateY(-1px)}.clear-filters-btn.large{font-size:16px;margin-top:12px;padding:12px 24px}.filters-grid{grid-gap:16px;background:#fff;border:1px solid #e9ecef;border-radius:8px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:16px;padding:16px}.filter-group{display:flex;flex-direction:column;gap:8px}.filter-group.prominent{order:-1}.filter-group.prominent .filter-select{background:#f8f9ff;border-color:#667eea}.filter-label{color:#2c3e50;font-weight:600;gap:6px}.active-filters,.filter-label{align-items:center;display:flex;font-size:14px}.active-filters{border-top:1px solid #e9ecef;flex-wrap:wrap;gap:12px;padding:12px 0}.active-filters span:first-child{color:#6c757d;font-weight:600}.active-filter-tag{background:#e3f2fd;border:1px solid #bbdefb;border-radius:20px;font-size:13px;gap:6px;padding:6px 12px}.active-filter-tag,.active-filter-tag button{align-items:center;color:#1976d2;display:flex}.active-filter-tag button{background:none;border:none;border-radius:50%;cursor:pointer;font-size:16px;height:18px;justify-content:center;padding:0;width:18px}.active-filter-tag button:hover{background:#1976d2;color:#fff}@media (max-width:768px){.filters-header{align-items:stretch;flex-direction:column;gap:12px}.filters-grid{gap:12px;grid-template-columns:1fr}.sort-filter{justify-content:space-between}.active-filters{align-items:flex-start;flex-direction:column;gap:8px}}@media (max-width:480px){.filters-panel{margin-bottom:16px;padding:16px}.filters-toggle{font-size:14px;padding:10px 16px}}
/*# sourceMappingURL=main.c1f9480c.css.map*/