.text-center{text-align:center}.mb-1{margin-bottom:1rem}.mb-1-5{margin-bottom:1.5rem}.mb-2{margin-bottom:2rem}.mb-2-5{margin-bottom:2.5rem}.page-header h1{text-align:center;font-size:2.5rem;margin-bottom:1rem;color:var(--text-primary)}.service-intro{text-align:center;max-width:400px;margin:0 auto 2rem;padding:0 20px}.service-intro p{font-size:1rem;color:var(--text-secondary);line-height:1.5}.shop-services-section{margin-bottom:2rem}.shop-services-section h2{text-align:center;font-size:1.8rem;margin-bottom:1.5rem;color:var(--text-primary)}.shop-services-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;max-width:800px;margin:0 auto;padding:0 20px}.shop-service-card{padding:1.5rem;background:var(--bg-secondary);border-radius:var(--border-radius);box-shadow:0 2px 4px var(--accent-shadow);border:1px solid rgba(0,0,0,0.1)}.shop-service-card h3{font-size:1.3rem;margin-bottom:0.8rem;color:var(--text-primary);text-align:center}.shop-service-card p{color:var(--text-secondary);line-height:1.5;margin:0;font-size:0.95rem}.shop-products-section{margin-bottom:2rem}.shop-products-section h2{text-align:center;font-size:2rem;margin-bottom:1rem;color:var(--text-primary)}.shop-pickup-info{text-align:center;margin-bottom:1.5rem;padding:0.8rem 1rem;background:var(--primary-light);border-radius:var(--border-radius);max-width:500px;margin-left:auto;margin-right:auto}.shop-pickup-info p{margin:0;color:var(--primary-dark);font-weight:500;font-size:0.95rem}.shop-category-filters{display:flex;justify-content:center;gap:0.5rem;margin-bottom:2rem;flex-wrap:wrap;padding:0 1rem}.shop-filter-btn{font-size:0.9rem;font-weight:500;cursor:pointer;white-space:nowrap}.shop-filter-btn.active{background:rgba(34,93,92,0.2);border-color:var(--primary-dark)}.shop-products-grid{margin-top:1.5rem;transition:opacity 0.2s ease}.shop-product-category{margin-bottom:2.5rem}.shop-product-category h3{font-size:1.6rem;color:var(--text-primary);margin-bottom:1.2rem;padding-bottom:0.5rem;border-bottom:2px solid var(--primary-dark);text-align:center}.shop-products-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,280px));gap:1.5rem;justify-content:center;max-width:1200px;margin:0 auto}.shop-product-card{background:var(--bg-primary);border:1px solid rgba(0,0,0,0.1);border-radius:var(--border-radius);padding:0;transition:all var(--transition-speed)ease;box-shadow:0 2px 4px var(--accent-shadow);text-align:center;overflow:hidden;max-width:280px;width:100%;cursor:pointer}.shop-product-card:hover{border-color:var(--primary-dark);box-shadow:0 4px 12px rgba(34,93,92,0.15);transform:translateY(-2px)}.shop-product-image{width:100%;height:0;padding-bottom:100%;overflow:hidden;background:var(--bg-secondary);position:relative}.shop-product-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform var(--transition-speed)ease}.shop-product-card:hover .shop-product-image img{transform:scale(1.05)}.shop-product-info{padding:1rem}.shop-product-info h4{font-size:1rem;color:var(--text-primary);margin-bottom:0.5rem}.shop-product-details{display:flex;flex-direction:column;gap:0.5rem;margin-bottom:0.75rem}.shop-product-spec{background:var(--bg-primary);padding:0.2rem 0.5rem;border-radius:12px;font-size:0.7rem;color:var(--text-secondary);border:1px solid rgba(0,0,0,0.1);display:inline-block}.shop-product-price{font-weight:bold;color:var(--primary-dark);font-size:0.9rem}.shop-availability{display:inline-block;padding:0.3rem 0.8rem;border-radius:15px;font-size:0.75rem;font-weight:500}.shop-availability.in-stock{background:rgba(34,93,92,0.1);color:var(--primary-dark);border:1px solid var(--primary-dark)}.shop-availability.out-of-stock{background:rgba(220,53,69,0.1);color:#dc3545;border:1px solid #dc3545}.shop-loading-subtle{text-align:center;padding:2rem;opacity:0.7}.shop-loading-dots{display:inline-flex;gap:6px;align-items:center}.shop-loading-dots span{width:8px;height:8px;border-radius:50%;background:var(--primary-dark);animation:shop-loading-pulse 1.4s ease-in-out infinite both}.shop-loading-dots span:nth-child(1){animation-delay:-0.32s}.shop-loading-dots span:nth-child(2){animation-delay:-0.16s}.shop-loading-dots span:nth-child(3){animation-delay:0s}@keyframes shop-loading-pulse{0%,80%,100%{transform:scale(0.8);opacity:0.5}40%{transform:scale(1);opacity:1}}.shop-error-message{text-align:center;padding:2rem;background:rgba(220,53,69,0.1);border:1px solid #dc3545;border-radius:var(--border-radius);color:#dc3545}.shop-no-products{text-align:center;padding:3rem 2rem;color:var(--text-secondary)}.shop-no-products p{font-size:1.1rem;margin:0}.product-detail-container{max-width:1200px;margin:0 auto;padding:2rem 1rem}.back-link{margin-bottom:2rem}.back-button{display:inline-flex;align-items:center;color:var(--primary-dark);text-decoration:none;font-weight:500;transition:color var(--transition-speed)ease}.back-button:hover{color:var(--primary)}.product-details-section{background:var(--bg-primary);border-radius:var(--border-radius);box-shadow:0 2px 8px var(--accent-shadow);overflow:hidden}.product-header{padding:2rem;border-bottom:1px solid rgba(0,0,0,0.1)}.product-header h1{font-size:2.5rem;color:var(--text-primary);margin-bottom:1rem}.product-meta{display:flex;gap:1rem;align-items:center;flex-wrap:wrap}.product-category{background:var(--primary-light);color:var(--primary-dark);padding:0.5rem 1rem;border-radius:20px;font-size:0.9rem;font-weight:500}.product-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:2rem}.product-images{display:flex;flex-direction:column;gap:1rem}.main-image{width:100%;height:0;padding-bottom:100%;border-radius:var(--border-radius);overflow:hidden;background:var(--bg-secondary);position:relative}.main-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.image-thumbnails{display:flex;gap:0.5rem;flex-wrap:wrap}.thumbnail{width:80px;height:80px;border-radius:var(--border-radius);overflow:hidden;cursor:pointer;border:2px solid transparent;transition:border-color var(--transition-speed)ease;position:relative}.thumbnail.active{border-color:var(--primary-dark)}.thumbnail img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-info-detail{display:flex;flex-direction:column;gap:2rem}.product-specifications,.product-description{background:var(--bg-secondary);padding:1.5rem;border-radius:var(--border-radius)}.product-specifications h3,.product-description h3{font-size:1.3rem;color:var(--text-primary);margin-bottom:1rem}.spec-text,.description-text{color:var(--text-secondary);line-height:1.6;margin:0}.product-pricing{background:var(--bg-secondary);padding:1.5rem;border-radius:var(--border-radius);text-align:center}.price{font-size:2rem;font-weight:bold;color:var(--primary-dark)}.price-contact{font-size:1.2rem;color:var(--text-secondary);font-style:italic}.product-actions{text-align:center}.product-actions .cta-button{display:inline-block;text-decoration:none}@media(max-width:768px){.page-header h1{font-size:2rem}.shop-services-grid{grid-template-columns:1fr;gap:1rem;padding:0 1rem}.shop-service-card{padding:1.2rem}.shop-category-filters{gap:0.4rem;margin-bottom:1.5rem}.shop-filter-btn{padding:0.4rem 0.8rem;font-size:0.8rem}.shop-products-row{grid-template-columns:repeat(2,1fr);gap:0.8rem}.product-content{grid-template-columns:1fr;gap:1.5rem;padding:1.5rem}.product-header{padding:1.5rem}.product-header h1{font-size:2rem}.product-meta{flex-direction:column;align-items:flex-start;gap:0.5rem}}@media(max-width:480px){.product-detail-container{padding:1rem}.product-header h1{font-size:1.8rem}.thumbnail{width:60px;height:60px}}