.product-page{max-width:1200px;margin:0 auto;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif}.product-header{text-align:center;margin-bottom:2rem}.product-header h1{font-size:2.5rem;color:#333;margin-bottom:.5rem}.product-description{font-size:1.2rem;color:#666;margin-bottom:1rem}.product-price{display:flex;justify-content:center;align-items:center;gap:2rem;margin:1rem 0}.price{font-size:2rem;font-weight:700;color:#e74c3c}.sku{color:#666;font-size:.9rem}.product-image{text-align:center;margin:2rem 0}.product-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 6px rgba(0,0,0,.1)}.product-content{margin:2rem 0;line-height:1.6}.product-content h2{color:#333;margin-top:2rem;margin-bottom:1rem}.product-content table{width:100%;border-collapse:collapse;margin:1rem 0}.product-content th,.product-content td{padding:.75rem;text-align:left;border-bottom:1px solid #ddd}.product-content th{background-color:#f8f9fa;font-weight:600}.product-meta{background-color:#f8f9fa;padding:1rem;border-radius:8px;margin:1rem 0}.product-meta p{margin:.5rem 0}.product-categories{margin-top:2rem;text-align:center}.category{display:inline-block;background-color:#007bff;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.9rem;margin:.25rem}.btn{display:inline-block;padding:.75rem 1.5rem;background-color:#007bff;color:#fff;text-decoration:none;border-radius:4px;margin:.5rem;transition:background-color .3s}.btn:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d}.btn-secondary:hover{background-color:#545b62}@media(max-width:768px){.product-page{padding:1rem}.product-header h1{font-size:2rem}.product-price{flex-direction:column;gap:.5rem}.product-content table{font-size:.9rem}}.products-listing{max-width:1200px;margin:0 auto;padding:2rem}.page-header{text-align:center;margin-bottom:3rem}.page-header h1{font-size:3rem;color:#333;margin-bottom:1rem}.page-description{font-size:1.2rem;color:#666;max-width:600px;margin:0 auto}.products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.product-card{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-image{height:200px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.05)}.product-content{padding:1.5rem}.product-content h2{margin:0 0 .5rem;font-size:1.5rem}.product-content h2 a{color:#333;text-decoration:none;transition:color .3s ease}.product-content h2 a:hover{color:#007bff}.product-description{color:#666;margin-bottom:1rem;line-height:1.5}.product-price{margin-bottom:1rem}.price{font-size:1.5rem;font-weight:700;color:#e74c3c}.product-meta{display:flex;gap:1rem;margin-bottom:1rem;flex-wrap:wrap}.brand{background-color:#007bff;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.availability{padding:.25rem .5rem;border-radius:4px;font-size:.8rem;font-weight:500}.availability.in-stock{background-color:#28a745;color:#fff}.availability.out-of-stock{background-color:#dc3545;color:#fff}.no-products{text-align:center;padding:3rem;color:#666}.no-products p{font-size:1.2rem}@media(max-width:768px){.products-listing{padding:1rem}.page-header h1{font-size:2rem}.products-grid{grid-template-columns:1fr;gap:1.5rem}.product-content{padding:1rem}.product-content h2{font-size:1.3rem}}*{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,segoe ui,Roboto,sans-serif;line-height:1.6;color:#333}ul li{list-style-position:inside}.main-nav{background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,.1);position:sticky;top:0;z-index:100}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center;height:70px}.nav-brand{font-size:1.5rem;font-weight:700;color:#333;text-decoration:none;display:flex;align-items:center}.nav-logo{height:40px;width:auto;max-width:150px;object-fit:contain}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{color:#666;text-decoration:none;font-weight:500;transition:color .3s ease}.nav-menu a:hover{color:#007bff}.site-footer{background-color:#f8f9fa;padding:2rem 0;margin-top:4rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem;text-align:center;color:#666}.modal_bg{background-color:var(--background-color)}.home-page{min-height:100vh}.hero-section{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:4rem 2rem;text-align:center}.hero-content{max-width:800px;margin:0 auto}.hero-title{font-size:3rem;font-weight:700;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.3)}.hero-subtitle{font-size:1.25rem;opacity:.9;margin-bottom:0}.main-content{padding:4rem 0}.container{max-width:1200px;margin:0 auto;padding:0 2rem}.category-section{margin-bottom:4rem}.section-title{font-size:2rem;font-weight:600;text-align:center;margin-bottom:2rem;color:#333}.category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:2rem}.category-card{display:block;background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);text-decoration:none;color:inherit;transition:transform .3s ease,box-shadow .3s ease;overflow:hidden}.category-card:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.card-content{padding:1.5rem}.card-content h3{font-size:1.5rem;font-weight:600;margin-bottom:.5rem;color:#333}.card-content p{color:#666;margin:0 0 1rem;line-height:1.5}.product-thumbnails{display:flex;gap:.5rem;margin-top:1rem;flex-wrap:wrap}.thumbnail{width:60px;height:60px;object-fit:contain;border-radius:6px;border:2px solid #f0f0f0;transition:transform .2s ease,border-color .2s ease}.thumbnail:hover{transform:scale(1.1);border-color:#007aff}.apple-card{border-top:4px solid #007aff}.makita-card{border-top:4px solid #ff6b35}.hikoki-card{border-top:4px solid #28a745}.electronics-card{border-top:4px solid #6f42c1}.tools-card{border-top:4px solid #fd7e14}.appliances-card{border-top:4px solid #20c997}.event-card{border-top:4px solid #dc3545}@media(max-width:768px){.hero-title{font-size:2rem}.hero-subtitle{font-size:1rem}.category-grid{grid-template-columns:1fr;gap:1.5rem}.card-content{padding:1.5rem}.product-thumbnails{gap:.25rem}.thumbnail{width:45px;height:45px}}.featured-products{margin:4rem 0}.products-showcase{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem}.product-showcase-item{background:#fff;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.product-showcase-item:hover{transform:translateY(-4px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.product-showcase-item a{text-decoration:none;color:inherit;display:block}.showcase-image{width:100%;height:200px;object-fit:contain}.showcase-info{padding:1rem}.showcase-info h3{font-size:1.1rem;font-weight:600;margin-bottom:.5rem;color:#333}.price{font-size:1.2rem;font-weight:700;color:#e74c3c}.category-previews,.brand-previews{margin:4rem 0}.preview-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.preview-section{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px rgba(0,0,0,.1)}.preview-section h3{font-size:1.25rem;font-weight:600;margin-bottom:1rem;text-align:center}.preview-section h3 a{color:#333;text-decoration:none}.preview-section h3 a:hover{color:#007aff}.preview-images{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem}.preview-thumb{width:100%;height:120px;object-fit:contain;border-radius:6px;border:2px solid #f0f0f0;transition:transform .2s ease,border-color .2s ease}.preview-thumb:hover{transform:scale(1.05);border-color:#007aff}@media(max-width:768px){.products-showcase{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.preview-grid{grid-template-columns:1fr}.preview-images{grid-template-columns:repeat(4,1fr)}.preview-thumb{height:80px}}