#root{max-width:1280px;margin:0 auto;padding:2rem}.product-image-container{position:relative}.favorite-button{position:absolute;top:.5rem;right:.5rem;background:#ffffffe6;border:none;border-radius:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s}.favorite-button:hover{transform:scale(1.1)}.favorite-button svg{font-size:1.2rem;width:1.2rem;height:1.2rem}.favorites-container{max-width:100%;padding:2rem 1rem}.favorites-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.5rem;margin-top:1.5rem}@media(max-width:768px){.favorites-grid{grid-template-columns:repeat(2,1fr)}.favorites-container{padding:1rem .5rem}}@media(max-width:480px){.favorites-grid{grid-template-columns:1fr}.favorites-container{padding:1rem .25rem}}.products-container{max-width:100%;padding:2rem 1rem}.products-header{margin-bottom:2rem}.products-title{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}.products-filters{display:flex;flex-direction:column;gap:1rem;margin-bottom:2rem}.products-search{flex:1}.products-filter-bar{display:flex;flex-direction:column;gap:1rem}.products-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1.5rem;width:100%;margin-top:1.5rem}.products-loading,.products-error,.products-empty{min-height:25rem;height:100%;text-align:center;padding:2rem;box-sizing:border-box;width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.products-error{color:#ef4444}.products-empty{color:#6b7280}.product-card{background:#fff;border-radius:10px;overflow:hidden;box-shadow:0 4px 6px #0000001a;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:0 6px 12px #00000026}.product-image-container{background-color:#f8f9fa;border-radius:.5rem;padding:1rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.product-image{max-width:100%;max-height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image{transform:scale(1.05)}.product-info{display:flex;flex-direction:column;flex:1}.product-title{font-size:1.1rem;font-weight:600;margin:-15px 0 .5rem;color:#333;line-height:1.5}.product-category{font-size:.85rem;color:#666;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:.5px}.product-description{font-size:.9rem;color:#666;margin:0 0 .5rem;line-height:1.5;flex:1}.product-rating{display:flex;margin:0}.star{color:#ffc107;margin-right:2px;font-size:1rem}.star.filled{color:#ffc107}.product-footer{display:flex;align-items:center;justify-content:space-between;margin-top:auto;padding-top:2px}.product-price{font-size:1.25rem;font-weight:700;color:#333}.view-details-btn{padding:.5rem 1rem;background-color:#4f46e5;color:#fff;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;text-decoration:none;transition:background-color .2s}.view-details-btn:hover{background-color:#4338ca}@media(min-width:640px){.products-grid{grid-template-columns:repeat(2,1fr)}.products-filters{flex-direction:row;align-items:flex-start}.products-filter-bar{flex-direction:row}.product-image-container{height:180px}}@media(min-width:768px){.product-title{font-size:1rem}.product-price{font-size:1.1rem}.view-details-btn{padding:.4rem .8rem;font-size:.85rem}}@media(min-width:1024px){.products-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1280px){.products-grid{grid-template-columns:repeat(4,1fr)}.products-container{max-width:1280px;margin:0 auto;padding:2rem}}.products-container{width:100%;max-width:100%;margin:0;padding:0}.products-grid{width:100%;margin:0;padding:0}.products-empty{text-align:left;width:100%;padding:2rem 0}.search-container{position:relative;width:100%;max-width:300px}.search-input{width:100%;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;color:#2d3748;background-color:#fff;transition:all .2s;box-shadow:0 1px 2px #0000000d;box-sizing:border-box;height:2rem;line-height:1.5}.search-input::placeholder{color:#a0aec0;opacity:1}.search-icon{position:absolute;right:1rem;top:50%;transform:translateY(-50%);color:#a0aec0;pointer-events:none;width:1rem;height:1rem;z-index:10}@media(max-width:768px){.search-container{max-width:100%}}.filter-bar{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.search-bar{flex:1;min-width:250px}.search-input{width:100%;padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;font-size:.875rem;color:#2d3748;transition:all .2s}.search-input:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 1px #3182ce}.select-dropdown{padding:.5rem 2rem .5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;color:#4a5568;font-size:.875rem;cursor:pointer;min-width:250px;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%234a5568' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1em;transition:all .2s}.select-dropdown:hover{border-color:#cbd5e0}@media(max-width:768px){.filter-bar{flex-direction:column;width:100%}.search-bar,.select-dropdown{width:100%}}.product-list-header{padding:1rem 0rem;background-color:#fff}.header-container{display:flex;justify-content:space-between;align-items:flex-start;max-width:1400px;margin:0 auto}.header-content{display:flex;flex-direction:column;gap:1rem}.header-title{font-size:2rem;font-weight:700;color:#1a365d;margin:0}.favorites-link{color:#3182ce;font-size:.875rem;text-decoration:none;font-weight:500;transition:color .2s}.favorites-link:hover{color:#2c5282;text-decoration:underline}.filters-container{display:flex;gap:1rem;align-items:center}.search-input{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;min-width:250px;font-size:.875rem;color:#2d3748}.select-dropdown{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#fff;color:#4a5568;font-size:.875rem;cursor:pointer}.select-dropdown:focus{outline:none;border-color:#3182ce;box-shadow:0 0 0 1px #3182ce}.back-button{display:inline-flex;align-items:center;background:none;border:none;color:#4b5563;font-size:.95rem;font-weight:500;padding:.5rem 0;margin-bottom:1.5rem;cursor:pointer;transition:color .2s ease,transform .2s ease}.back-button:hover{color:#1f2937;transform:translate(-2px)}.back-button svg{margin-right:.5rem;transition:transform .2s ease}.back-button:hover svg{transform:translate(-2px)}.product-detail-container{min-height:100vh;background-color:#fff;padding:2rem 1rem;display:flex;justify-content:center;align-items:flex-start}.product-detail-content{width:100%;max-width:1200px;margin:0 auto}.product-grid{display:grid;grid-template-columns:1fr;gap:2rem;width:100%}@media(min-width:1024px){.product-grid{grid-template-columns:1fr 1fr;align-items:start;gap:3rem}}.product-image-containers{background-color:#f8f9fa;border-radius:.5rem;padding:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden;height:500px;min-width:300px;flex:1}.product-image{max-height:100%;max-width:100%;object-fit:contain;object-position:center}.product-info{padding:1rem 5px;display:flex;flex-direction:column}.product-rating{display:flex;align-items:center;gap:1rem;margin-bottom:1rem}.rating-stars{display:flex;align-items:center;gap:.25rem}.reviews-link{color:#2563eb;font-size:.875rem;text-decoration:none}.reviews-link:hover{text-decoration:underline}.product-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.product-price{font-size:1.5rem;font-weight:700;color:#111827;display:flex;align-items:center;gap:.5rem}.shipping-text{font-size:.875rem;color:#6b7280;margin-left:.5rem;font-weight:400}.discount-badge{color:#059669;font-size:.875rem;font-weight:500;margin-bottom:1.5rem}.color-options{display:flex;gap:.75rem;margin-top:.5rem}.color-option{width:2.5rem;height:2.5rem;border-radius:50%;border:2px solid #e5e7eb;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center;padding:.25rem}.color-option.selected{border-color:#2563eb}.color-option:hover{transform:scale(1.05)}.quantity-selector{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.375rem;overflow:hidden;width:fit-content}.quantity-btn{padding:.5rem 1rem;color:#4b5563;background-color:#fff;border:none;cursor:pointer;font-size:1rem;transition:background-color .2s}.quantity-btn:hover{background-color:#f3f4f6}.quantity-display{width:3rem;text-align:center;padding:.5rem 0;border-left:1px solid #d1d5db;border-right:1px solid #d1d5db;font-size:1rem}.add-to-cart-btn{width:100%;background-color:#dc2626;color:#fff;padding:1rem 1.5rem;border-radius:.375rem;font-weight:500;display:flex;align-items:center;justify-content:center;margin:1rem 0;border:none;cursor:pointer;font-size:1rem;transition:background-color .2s}.add-to-cart-fvt{width:100%;background-color:#b3b910;color:#fff;padding:1rem 1.5rem;border-radius:.375rem;font-weight:500;display:flex;align-items:center;justify-content:center;margin:1rem 0;border:none;cursor:pointer;font-size:1rem;transition:background-color .2s}.add-to-cart-fvt:hover{background-color:#bfc80c}.add-to-cart-btn:hover{background-color:#b91c1c}.rewards-text{color:#166534;font-size:.875rem;display:flex;align-items:center;gap:.5rem;margin:.5rem 0}.shipping-info{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:1.5rem}.shipping-details{display:flex;align-items:flex-start;gap:.75rem;color:#4b5563;font-size:.875rem;line-height:1.5;margin-bottom:.5rem}.shipping-icon{color:#9ca3af;margin-top:.25rem;flex-shrink:0}.shipping-address{margin-bottom:.5rem}.shipping-method{color:#4b5563;font-size:.875rem;line-height:1.5}.shoprunner-text{font-size:.75rem;color:#6b7280;margin-top:.5rem;display:flex;align-items:center;gap:.25rem}.shoprunner-text span{font-weight:500;color:#1e40af}.form-group{margin-bottom:1.5rem}.form-label{display:block;font-size:.875rem;color:#374151;margin-bottom:.5rem;font-weight:500}@media(max-width:767px){.product-image-container{height:300px;padding:1rem}.product-info{padding:.5rem}.add-to-cart-btn{padding:.875rem 1rem}}.favorite-btn{width:100%;background-color:#f3f4f6;color:#4b5563;padding:.75rem 1.5rem;border-radius:.375rem;font-weight:500;display:flex;align-items:center;justify-content:center;margin:.5rem 0;border:1px solid #d1d5db;cursor:pointer;transition:all .2s}.favorite-btn:hover{background-color:#e5e7eb}.favorite-btn.favorited{background-color:#fee2e2;color:#dc2626;border-color:#fca5a5}.favorite-btn.favorited:hover{background-color:#fecaca}.product-image-containers{position:relative}.product-image-containers .favorite-button{position:absolute;top:1rem;right:1rem;background:#ffffffe6;border:none;border-radius:100%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 4px #0000001a;transition:all .2s;z-index:10}.product-image-containers .favorite-button:hover{transform:scale(1.1)}.product-image-containers .favorite-button svg{font-size:1.3rem}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
