header{background-color:#f5f1ee;border-bottom:1px solid #e0e0e0;padding:0;position:sticky;top:0;z-index:1000;box-shadow:0 2px 4px #0000001a}.header-container{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem}.header-logo{display:flex;align-items:center;gap:1rem}.logo img{height:40px;width:auto}.logo-text h1{margin:0;font-size:1.8rem;font-weight:700;color:#333;font-family:Arial,sans-serif}.logo-text .tagline{margin:0;font-size:.9rem;color:#666;font-style:italic;padding-left:2em}.header-nav{display:flex;align-items:center;gap:2rem}.nav-links ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem;align-items:center}.nav-links a{text-decoration:none;color:#333;font-weight:500;transition:color .3s ease}.nav-links a:hover{color:#ff624d}.dropdown{position:relative;display:inline-block}.dropdown-btn{display:flex;align-items:center;gap:.25rem;cursor:pointer}.chevron{font-size:.8rem;transition:transform .3s ease}.dropdown:hover .chevron{transform:rotate(180deg)}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0 4px 8px #0000001a;border:1px solid #e0e0e0;border-radius:4px;z-index:1001;top:100%;left:0}.dropdown-content.show{display:block}.dropdown-item{color:#333;padding:.75rem 1rem;text-decoration:none;display:block;transition:background-color .3s ease;border-bottom:1px solid #f0f0f0}.dropdown-item:last-child{border-bottom:none}.dropdown-item:hover{background-color:#f8f9fa;color:#ff624d}.user-actions{display:flex;align-items:center;gap:1rem}.profile-btn,.cart-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;transition:background-color .3s ease;text-decoration:none}.profile-btn:hover,.cart-btn:hover{background-color:#f8f9fa}.profile-btn img,.cart-btn img{width:24px;height:24px;filter:brightness(0) saturate(100%) invert(20%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%)}.profile-btn:hover img,.cart-btn:hover img,.profile-btn:active img,.cart-btn:active img{filter:none}#profile-dropdown{right:0;left:auto}@media (max-width: 768px){.header-container{padding:1rem;flex-direction:column;gap:1rem}.header-nav{width:100%;justify-content:space-between}.nav-links ul{gap:1rem}.nav-links a{font-size:.9rem}.logo-text h1{font-size:1.5rem}.logo-text .tagline{font-size:.8rem}}@media (max-width: 480px){.nav-links ul{flex-wrap:wrap;gap:.5rem}.nav-links a{font-size:.8rem}.user-actions{gap:.5rem}.profile-btn,.cart-btn{width:36px;height:36px}.profile-btn img,.cart-btn img{width:20px;height:20px}}.user-greeting{color:#447544;font-weight:500;font-size:.9rem;margin-left:1rem}.cart-btn{position:relative}.cart-badge{position:absolute;top:-4px;right:-4px;background-color:#ff624d;color:#fff;font-size:.75rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 5px;box-shadow:0 2px 4px #0003;animation:badgePop .3s ease-out}@keyframes badgePop{0%{transform:scale(0)}50%{transform:scale(1.2)}to{transform:scale(1)}}footer{background-color:#f8f9fa;border-top:1px solid #e0e0e0;margin-top:auto;padding:2rem 0 1rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem;font-family:Arial,sans-serif}.footer-section h4{color:#333;font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.footer-section p{color:#666;line-height:1.6;margin:0}.footer-section ul{list-style:none;padding:0;margin:0}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#666;text-decoration:none;transition:color .3s ease}.footer-section ul li a:hover{color:#447544}.footer-bottom{border-top:1px solid #e0e0e0;padding-top:1rem;text-align:center}.footer-bottom p{color:#666;font-size:.9rem;margin:0}@media (max-width: 768px){.footer-container{padding:0 1rem}.footer-content{grid-template-columns:1fr;gap:1.5rem}.footer-section h3{font-size:1.3rem}.footer-section h4{font-size:1rem}}@media (max-width: 480px){footer{padding:1.5rem 0 1rem}.footer-content{gap:1rem}.footer-section h3{font-size:1.2rem}.footer-section h4{font-size:.95rem}.footer-bottom p{font-size:.8rem}}.login-page-container{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.login-form-wrapper{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.login-title{text-align:center;margin-bottom:.5rem;color:#333;font-size:2rem;font-weight:700}.login-subtitle{text-align:center;color:#666;margin-bottom:2rem}.login-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.login-footer p{margin:.5rem 0;color:#666}.login-footer .link{color:#447544;text-decoration:none;font-weight:500}.login-footer .link:hover{text-decoration:underline}.login-form .btn-primary{width:100%;padding:.875rem;font-size:1rem;font-weight:600}.login-form .btn:disabled{opacity:.6;cursor:not-allowed}:root{--primary-color: #ff634d;--secondary-color: #343a40;--background-light: #f8f9fa;--text-color: #333;--text-light: #fff;--border-color: #ddd}.container{max-width:1200px;margin:0 auto;padding:0 20px}section{padding:60px 0}.banner{background:url(/photos/pickleball_banner.png) no-repeat center center/cover;height:35vh;display:flex;justify-content:center;align-items:center;text-align:center;padding:0 20px}.banner-content{display:flex;flex-direction:column;align-items:center}.banner-content h1{color:var(--text-light)}.cta-button{background-color:var(--primary-color);color:var(--text-light);border:none;padding:12px 24px;font-size:1rem;font-weight:600;cursor:pointer;border-radius:5px;transition:background-color .3s ease;margin-top:2rem}.cta-button:hover{background-color:#60a560}.dashboard .container{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;text-align:center}.stat-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 8px #0000001a}.stat-card i{font-size:3rem;color:var(--primary-color);margin-bottom:1rem}.stat-card h3{font-size:1.8rem;margin-bottom:.5rem}.reviews-section{background-color:var(--background-light)}.reviews-container-wrapper{position:relative;display:flex;align-items:center}.reviews-scroller{display:flex;overflow-x:hidden;scroll-behavior:smooth;gap:20px;padding:10px 0}.review-card{flex:0 0 30%;background-color:#fff;padding:25px;border-radius:8px;box-shadow:0 2px 5px #00000014}.scroll-btn{position:absolute;top:50%;transform:translateY(-50%);background-color:#fff;border:1px solid var(--border-color);border-radius:50%;width:40px;height:40px;font-size:1.5rem;cursor:pointer;z-index:10;box-shadow:0 2px 5px #0000001a}#prev-btn{left:-20px}#next-btn{right:-20px}.info-layout{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}.alt-layout .info-layout .info-text{order:-1}.info-image img{width:100%;height:auto;border-radius:8px}.info-text h2{text-align:left}@media (max-width: 992px){.dashboard .container{grid-template-columns:repeat(2,1fr)}.review-card{flex:0 0 45%}}@media (max-width: 768px){h1{font-size:2.5rem}h2{font-size:2rem}.info-layout{grid-template-columns:1fr}.alt-layout .info-layout .info-text{order:1}.info-text h2,.info-text{text-align:center}.info-text .cta-button{margin:1.5rem auto 0}}@media (max-width: 576px){.dashboard .container{grid-template-columns:1fr}.review-card{flex:0 0 90%}}.create-account-page-container{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:2rem 0}.create-account-form-wrapper{background:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px}.create-account-title{text-align:center;margin-bottom:.5rem;color:#333;font-size:2rem;font-weight:700}.create-account-subtitle{text-align:center;color:#666;margin-bottom:2rem}.create-account-footer{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e0e0e0}.create-account-footer p{margin:0;color:#666}.create-account-footer .link{color:#447544;text-decoration:none;font-weight:500}.create-account-footer .link:hover{text-decoration:underline}.create-account-form .btn-primary{width:100%;padding:.875rem;font-size:1rem;font-weight:600}.create-account-form .btn:disabled{opacity:.6;cursor:not-allowed}.form-help{color:#666;font-size:.875rem;margin-top:.25rem;display:block}.productSummary-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:0;margin:.5rem;width:280px;height:320px;display:flex;flex-direction:column;transition:box-shadow .3s ease,transform .2s ease;cursor:pointer;position:relative}.productSummary-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.productSummary-image-container{position:relative;height:200px;overflow:hidden;border-radius:8px 8px 0 0;background:#f8f9fa;display:flex;align-items:center;justify-content:center}.productSummary-image{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.productSummary-card:hover .productSummary-image{transform:scale(1.05)}.favorite-btn{position:absolute;top:8px;right:8px;background:#ffffffe6;border:none;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .3s ease;z-index:2}.favorite-btn:hover{background:#fff}.heart-icon{font-size:16px;color:#666;transition:color .3s ease}.favorite-btn:hover .heart-icon{color:#e74c3c}.productSummary-info{padding:1rem;flex:1;display:flex;flex-direction:column;justify-content:space-between}.productSummary-name{font-size:1rem;font-weight:600;color:#333;margin:0 0 .25rem;line-height:1.3;text-transform:uppercase;letter-spacing:.5px}.productSummary-brand{font-size:.875rem;color:#666;margin:0 0 .5rem;font-weight:500}.productSummary-price{font-size:1.125rem;font-weight:700;color:#333;margin:0}.productSummary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1rem;padding:1rem;max-width:1200px;margin:0 auto}@media (min-width: 900px){.productSummary-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1200px){.productSummary-grid{grid-template-columns:repeat(3,1fr);gap:1.5rem}}@media (max-width: 768px){.productSummary-card{width:100%;max-width:300px;margin:.25rem}.productSummary-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:.75rem;padding:.5rem}}@media (max-width: 480px){.productSummary-card{height:280px}.productSummary-image-container{height:160px}.productSummary-info{padding:.75rem}.productSummary-name{font-size:.9rem}.productSummary-price{font-size:1rem}}.no-products{text-align:center;padding:3rem 1rem;color:#666;font-size:1.125rem;grid-column:1 / -1}.product-details-container{max-width:1200px;margin:0 auto;padding:2rem;display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:start}.product-title-section{grid-column:1;text-align:center;margin-bottom:2rem}.product-title{font-family:Courier New,monospace;font-size:2.5rem;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:2px;line-height:1.2;margin:0;padding:2rem 0}.product-image-section{grid-column:1;display:flex;justify-content:center;align-items:center}.product-image-container{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;width:80%;max-width:500px;min-height:400px;display:flex;justify-content:center;align-items:center;box-shadow:0 2px 8px #0000000d}.product-detail-image{width:100%;height:auto;max-height:400px;object-fit:contain;border-radius:4px}.product-details-card{grid-column:2;background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:2rem;box-shadow:0 2px 8px #0000000d;height:fit-content}.card-header{margin-bottom:1.5rem}.card-title{font-family:Courier New,monospace;font-size:1.5rem;font-weight:700;color:#000;text-transform:uppercase;letter-spacing:1px;margin:0 0 1rem}.card-separator{width:100%;height:1px;background:#e0e0e0;margin-bottom:1.5rem}.product-specifications{margin-bottom:1.5rem}.spec-item{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-family:Courier New,monospace}.spec-label{font-weight:600;color:#000;font-size:1rem}.spec-value{font-weight:400;color:#000;font-size:1rem}.spec-separator{width:100%;height:1px;background:#e0e0e0;margin:1.5rem 0}.quantity-section{margin-bottom:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.quantity-label{display:block;font-family:Courier New,monospace;font-size:.875rem;color:#666;margin-bottom:.75rem;font-weight:500}.quantity-controls{display:flex;align-items:center;border:1px solid #e0e0e0;border-radius:6px;overflow:hidden;width:fit-content}.quantity-btn{background:#f5f5f5;border:none;width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;font-weight:600;color:#000;transition:background-color .2s ease}.quantity-btn:hover{background:#e0e0e0}.quantity-btn:first-child{border-right:1px solid #e0e0e0}.quantity-btn:last-child{border-left:1px solid #e0e0e0}.quantity-input{width:60px;height:40px;border:none;text-align:center;font-family:Courier New,monospace;font-size:1rem;font-weight:600;color:#000;background:#fff;outline:none}.quantity-input::-webkit-outer-spin-button,.quantity-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.quantity-input[type=number]{-moz-appearance:textfield;appearance:textfield}.add-cart-section{display:flex;flex-direction:column;justify-content:center;flex-wrap:wrap;align-items:center}.add-cart-btn{background:#447544;margin-bottom:1rem;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;width:200px}.add-wl-btn{background:#db821c;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:4px;cursor:pointer;width:200px}.add-cart-btn:hover{background:#60a560}.add-cart-btn:active{background:#509b50}.add-wl-btn:hover,.add-wl-btn:active{background:#f09228}.product-details-loading{text-align:center;padding:3rem;color:#666;font-size:1.125rem}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #447544;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto 1rem}.product-details-error{text-align:center;padding:3rem;color:#666;font-size:1.125rem}.product-details-error p{margin-bottom:.5rem}@media (max-width: 768px){.product-details-container{grid-template-columns:1fr;gap:2rem;padding:1rem}.product-title-section{grid-column:1;order:1}.product-image-section{grid-column:1;order:2}.product-details-card{grid-column:1;order:3}.product-title{font-size:2rem;padding:1rem 0}.product-image-container{padding:1rem}.product-details-card{padding:1.5rem}}@media (max-width: 480px){.product-details-container{padding:.5rem;gap:1.5rem}.product-title{font-size:1.5rem;letter-spacing:1px}.product-image-container{padding:.75rem}.product-details-card{padding:1rem}.card-title{font-size:1.25rem}.spec-item{font-size:.9rem}}.similar-products{margin-top:3rem;padding:2rem 0;border-top:1px solid #e0e0e0}.similar-products h2{font-family:Courier New,monospace;font-size:2rem;font-weight:700;color:#000;text-align:center;margin-bottom:2rem;text-transform:uppercase;letter-spacing:1px}.similar-products-list{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1000px;margin:0 auto;padding:0 1rem}.similar-product-card{background:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:1rem;transition:box-shadow .3s ease,transform .2s ease;cursor:pointer;text-align:center}.similar-product-card:hover{box-shadow:0 4px 12px #0000001a;transform:translateY(-2px)}.similar-product-image-container{height:200px;overflow:hidden;border-radius:6px;background:#f8f9fa;display:flex;align-items:center;justify-content:center;margin-bottom:1rem}.similar-product-image{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.similar-product-card:hover .similar-product-image{transform:scale(1.05)}.similar-product-info{padding:.5rem 0}.similar-product-name{font-family:Courier New,monospace;font-size:1rem;font-weight:600;color:#333;margin:0 0 .5rem;line-height:1.3;text-transform:uppercase;letter-spacing:.5px}.similar-product-brand{font-size:.875rem;color:#666;margin:0 0 .5rem;font-weight:500}.similar-product-price{font-size:1.125rem;font-weight:700;color:#333;margin:0}@media (max-width: 768px){.similar-products-list{grid-template-columns:repeat(2,1fr);gap:1.5rem}.similar-product-card{padding:.75rem}.similar-product-image-container{height:150px}.similar-products h2{font-size:1.5rem}}@media (max-width: 480px){.similar-products-list{grid-template-columns:1fr;gap:1rem}.similar-product-image-container{height:120px}.similar-product-name{font-size:.9rem}.similar-product-price{font-size:1rem}}.top-paddles-section{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);margin:2rem 0}.section-header{text-align:center;margin-bottom:3rem}.section-title{font-size:2.5rem;font-weight:700;color:#333;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.section-subtitle{font-size:1.125rem;color:#666;margin:0;font-weight:400}.top-paddles-container{position:relative;min-height:400px}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}.loading-state p{color:#666;font-size:1rem;margin:0}.top-paddles-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1200px;margin:0 auto}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;text-align:center}@media (max-width: 1200px){.top-paddles-grid{grid-template-columns:repeat(3,1fr);gap:1.25rem}}@media (max-width: 900px){.top-paddles-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}@media (max-width: 600px){.top-paddles-grid{grid-template-columns:1fr;gap:.75rem}.top-paddles-section{padding:2rem 0}.section-header{margin-bottom:2rem}.section-title{font-size:1.75rem}}.top-paddles-grid .product-card{margin:0;width:100%;max-width:none}.top-paddles-section:hover .section-title{color:#447544;transition:color .3s ease}.rankings-page{padding:0;min-height:80vh}.rankings-container{max-width:1200px;margin:0 auto;padding:0 1rem}.category-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.rankings-tables{position:relative}.rankings-table{display:none;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;margin-bottom:2rem}.rankings-table.active{display:block}.table-header{background:linear-gradient(135deg,#447544,#5cb35c);color:#fff;padding:2rem;text-align:center}.table-header h2{font-size:2rem;font-weight:700;margin:0 0 .5rem;text-transform:uppercase;letter-spacing:1px}.table-subtitle{font-size:1rem;margin:0;opacity:.9}.table-container{overflow-x:auto;max-height:600px;overflow-y:auto}.rankings-table-content{width:100%;border-collapse:collapse;font-size:.95rem}.rankings-table-content thead{background:#f8f9fa;position:sticky;top:0;z-index:10}.rankings-table-content th{padding:1rem 1.5rem;text-align:left;font-weight:600;color:#333;text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;border-bottom:2px solid #e0e0e0}.rankings-table-content td{padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease}.rankings-table-content tbody tr:hover{background-color:#f8f9fa}.rankings-table-content tbody tr:nth-child(2n){background-color:#fafafa}.rankings-table-content tbody tr:nth-child(2n):hover{background-color:#f0f0f0}.rank-cell{font-weight:700;color:#447544;text-align:center;width:80px}.rank-cell:first-child{font-size:1.1rem}.name-cell{font-weight:600;color:#333;font-size:1rem}.age-cell{color:#666;text-align:center;width:80px}.rating-cell{font-weight:600;color:#28a745;text-align:center;width:100px;font-family:Courier New,monospace}@media (max-width: 768px){.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.category-tabs{flex-direction:column;align-items:center}.tab-btn{width:100%;max-width:300px}.table-header{padding:1.5rem 1rem}.table-header h2{font-size:1.5rem}.rankings-table-content th,.rankings-table-content td{padding:.75rem 1rem;font-size:.9rem}.rankings-table-content th{font-size:.8rem}}@media (max-width: 480px){.page-title{font-size:1.75rem}.table-header{padding:1rem}.table-header h2{font-size:1.25rem}.rankings-table-content th,.rankings-table-content td{padding:.5rem .75rem;font-size:.85rem}.rank-cell,.age-cell,.rating-cell{width:60px}}.unified-products-page{padding:0;min-height:80vh}.page-header{text-align:center;margin-bottom:3rem;padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-radius:0;width:100vw;margin-left:calc(-50vw + 50%)}.page-title{font-size:3rem;font-weight:700;color:#333;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:1px}.page-subtitle{font-size:1.25rem;color:#666;margin:0;font-weight:400}.products-container{max-width:1200px;margin:0 auto;padding:0 1rem}.product-type-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem;flex-wrap:wrap}.tab-btn{padding:.75rem 1.5rem;background:#fff;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .3s ease;text-transform:uppercase;letter-spacing:.5px}.tab-btn:hover{border-color:#447544;color:#447544;transform:translateY(-2px);box-shadow:0 4px 12px #007bff26}.tab-btn.active{background:#447544;border-color:#447544;color:#fff;box-shadow:0 4px 12px #007bff4d}.product-layout{display:grid;grid-template-columns:250px 1fr;gap:2rem}.filters-sidebar{background:#f5f1ee;border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;height:fit-content;position:sticky;top:2rem}.filters-title{font-size:1.25rem;font-weight:600;color:#333;margin-bottom:1.5rem;text-transform:uppercase;letter-spacing:.5px}.filter-group{margin-bottom:1.5rem;border-bottom:1px solid #f0f0f0;padding-bottom:1rem}.filter-group:last-child{border-bottom:none;margin-bottom:0}.filter-toggle{width:100%;background:none;border:none;padding:.75rem 0;font-size:1rem;font-weight:500;color:#333;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:color .3s ease}.filter-toggle:hover{color:#447544}.chevron{font-size:.875rem;transition:transform .3s ease}.filter-content{display:none;margin-top:.5rem}.filter-options{display:flex;flex-direction:column;gap:.5rem}.filter-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.25rem 0;font-size:.9rem;color:#555;transition:color .3s ease}.filter-option:hover{color:#447544}.filter-option input[type=checkbox],.filter-option input[type=radio]{margin:0;cursor:pointer}.products-main{min-height:500px}.products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:#f5f1ee;border:1px solid #e0e0e0;border-radius:8px;margin-left:0;margin-right:0}.results-info{font-size:1rem;color:#666;font-weight:500}.sort-controls{display:flex;align-items:center;gap:.5rem}.sort-controls label{font-size:.9rem;color:#555;font-weight:500}.sort-controls select{padding:.5rem .75rem;border:1px solid #ddd;border-radius:4px;font-size:.9rem;background:#fff;cursor:pointer;transition:border-color .3s ease}.sort-controls select:focus{outline:none;border-color:#447544;box-shadow:0 0 0 2px #007bff40}.products-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;margin-left:0;margin-right:0}.loading-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #447544;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-state p{color:#666;font-size:1.125rem;margin:0}.no-products{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border:1px solid #e0e0e0;border-radius:8px}.no-products p{color:#666;font-size:1.125rem;margin-bottom:1rem}.error-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 2rem;text-align:center;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a}.error-state p{color:#dc3545;font-size:1.125rem;margin-bottom:1rem}@media (max-width: 1024px){.product-layout{grid-template-columns:200px 1fr;gap:1.5rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem}}@media (max-width: 768px){.product-layout{grid-template-columns:1fr;gap:1rem}.filters-sidebar{position:static;margin-bottom:1rem}.products-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.products-header{flex-direction:column;gap:1rem;align-items:stretch}.sort-controls{justify-content:center}.product-type-tabs{flex-direction:column;align-items:center}.tab-btn{width:100%;max-width:300px}}@media (max-width: 480px){.products-grid{grid-template-columns:1fr;gap:.75rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.filters-sidebar{padding:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Arial,sans-serif;line-height:1.6;color:#333;background-color:#fff;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;padding:2rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.p-1{padding:.5rem}.p-2{padding:1rem}.p-3{padding:1.5rem}.p-4{padding:2rem}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#447544;color:#fff;text-decoration:none;border-radius:4px;border:none;cursor:pointer;font-size:1rem;font-weight:500;transition:background-color .3s ease}.btn:hover{background-color:#447544}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}.btn-outline{background-color:transparent;color:#447544;border:2px solid #447544}.btn-outline:hover{background-color:#447544;color:#fff}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.form-input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.form-input:focus{outline:none;border-color:#447544;box-shadow:0 0 0 2px #007bff40}.form-error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.alert{padding:1rem;border-radius:4px;margin-bottom:1rem}.alert-success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.alert-error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.alert-info{background-color:#d1ecf1;color:#0c5460;border:1px solid #bee5eb}@media (max-width: 768px){.container{padding:0 1rem}.main-content{padding:1rem 0}.btn{padding:.6rem 1.2rem;font-size:.9rem}}@media (max-width: 480px){.btn{padding:.5rem 1rem;font-size:.85rem}.form-input{padding:.6rem;font-size:.9rem}}
