.home-page{width:100%}.home-page .hero-carousel-container{position:relative;width:100%;height:100vh;min-height:600px;overflow:hidden;margin-bottom:80px}.home-page .hero-carousel{display:flex;height:100%;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.home-page .hero-carousel::-webkit-scrollbar{display:none}.home-page .hero-slide{flex:0 0 100%;height:100%;position:relative;scroll-snap-align:start}.home-page .hero-bg-image{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}.home-page .hero-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to bottom,#0000004d,#00000080);display:flex;align-items:center;justify-content:center;padding:2rem}.home-page .hero-content{z-index:10;max-width:1000px;text-align:center}.home-page .hero-content h2{color:#fff;font-family:Playfair Display,serif;font-size:4rem;letter-spacing:-1px;text-shadow:0 4px 20px rgba(0,0,0,.4);margin:0;font-weight:700}.home-page .hero-content p{color:#fff;font-family:Inter,sans-serif;font-weight:300;letter-spacing:2px;text-transform:uppercase;margin-top:20px;font-size:.9rem}.home-page .hero-cta{margin-top:40px}.home-page .hero-btn{background:#fff;color:#000;border:none;padding:15px 40px;font-size:.8rem;letter-spacing:2px;text-transform:uppercase}.home-page .hero-bg-placeholder{background:#e5e5e5}.home-page .hero-nav-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:20;background:#fff3;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;font-size:1.5rem}.home-page .hero-nav-btn:hover{background:#fff6;transform:translateY(-50%) scale(1.1)}.home-page .hero-prev{left:2rem}.home-page .hero-next{right:2rem}.home-page .category-section{margin:80px 0;padding:0 2rem}.home-page .category-section .section-title{font-family:Playfair Display,serif;font-size:2.5rem;text-align:center;margin-bottom:50px;color:var(--text);font-weight:600;letter-spacing:-.5px}.home-page .category-scroll-container{display:flex;gap:30px;overflow-x:auto;scroll-behavior:smooth;padding:20px 0;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.home-page .category-scroll-container::-webkit-scrollbar{height:8px}.home-page .category-scroll-container::-webkit-scrollbar-track{background:transparent}.home-page .category-scroll-container::-webkit-scrollbar-thumb{background:var(--border);border-radius:4px}.home-page .category-card{flex:0 0 200px;text-decoration:none;color:var(--text);transition:transform .3s ease}.home-page .category-card:hover{transform:translateY(-5px)}.home-page .category-image-container{width:200px;height:200px;border-radius:50%;overflow:hidden;margin-bottom:15px;box-shadow:0 4px 15px #0000001a;transition:box-shadow .3s ease}.home-page .category-card:hover .category-image-container{box-shadow:0 8px 25px #00000026}.home-page .category-image{width:100%;height:100%;object-fit:cover}.home-page .category-name{text-align:center;font-family:Inter,sans-serif;font-weight:600;font-size:1rem;letter-spacing:.5px}.home-page .category-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg,var(--light-gray),var(--border));display:flex;align-items:center;justify-content:center}.home-page .category-image-placeholder .category-emoji{font-size:2.5rem;opacity:.5}.home-page .product-grid-section{margin:80px 0;padding:0 2rem}.home-page .product-grid-section .section-title{font-family:Playfair Display,serif;font-size:2.5rem;text-align:center;margin-bottom:50px;color:var(--text);font-weight:600;letter-spacing:-.5px}.home-page .products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:30px;margin-bottom:50px}.home-page .product-card{background:var(--bg-primary);border-radius:12px;overflow:hidden;box-shadow:0 2px 10px #00000014;transition:all .3s ease;text-decoration:none;color:inherit;display:flex;flex-direction:column}.home-page .product-card:hover{transform:translateY(-8px);box-shadow:0 8px 30px #00000026}.home-page .product-image{width:100%;height:320px;overflow:hidden;background:var(--light-gray);position:relative}.home-page .product-image img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.home-page .product-card:hover .product-image img{transform:scale(1.05)}.home-page .product-info{padding:25px;flex:1;display:flex;flex-direction:column;gap:10px}.home-page .product-title{font-family:Inter,sans-serif;font-size:1.1rem;font-weight:600;margin:0;color:var(--text);letter-spacing:.3px}.home-page .product-price{font-family:Inter,sans-serif;font-size:1.3rem;font-weight:700;color:var(--primary);margin:0}.home-page .product-card-link{text-decoration:none;color:inherit;height:100%;display:flex;flex-direction:column}.home-page .product-image-placeholder{width:100%;height:100%;background:var(--light-gray);display:flex;align-items:center;justify-content:center;color:var(--gray)}.home-page .product-image-placeholder .placeholder-text{font-family:Playfair Display,serif;font-style:italic;font-size:1.1rem;opacity:.6}.home-page .view-all-btn-container{text-align:center;margin-top:50px}.home-page .view-all-btn-container .btn{padding:15px 40px}.home-page .products-grid[data-columns="2"]{grid-template-columns:repeat(2,1fr)}.home-page .products-grid[data-columns="3"]{grid-template-columns:repeat(3,1fr)}.home-page .products-grid[data-columns="4"]{grid-template-columns:repeat(4,1fr)}.home-page .products-grid[data-columns="5"]{grid-template-columns:repeat(5,1fr)}.home-page .products-grid[data-columns="6"]{grid-template-columns:repeat(6,1fr)}.home-page .markdown-content h1,.home-page .markdown-content h2,.home-page .markdown-content h3,.home-page .markdown-content h4,.home-page .markdown-content h5,.home-page .markdown-content h6{font-family:Playfair Display,serif;color:var(--text);margin-top:1.5em;margin-bottom:.5em;font-weight:600;line-height:1.3}.home-page .markdown-content h1{font-size:2.5rem;border-bottom:2px solid var(--border);padding-bottom:.3em}.home-page .markdown-content h2{font-size:2rem;border-bottom:1px solid var(--border);padding-bottom:.3em}.home-page .markdown-content h3{font-size:1.75rem}.home-page .markdown-content h4{font-size:1.5rem}.home-page .markdown-content h5{font-size:1.25rem}.home-page .markdown-content h6{font-size:1.1rem;color:var(--gray)}.home-page .markdown-content p{margin-bottom:1em;line-height:1.8}.home-page .markdown-content a{color:var(--primary);text-decoration:none;border-bottom:1px solid transparent;transition:border-color .2s ease}.home-page .markdown-content a:hover{border-bottom-color:var(--primary)}.home-page .markdown-content ul,.home-page .markdown-content ol{margin:1em 0;padding-left:2em}.home-page .markdown-content li{margin:.5em 0}.home-page .markdown-content blockquote{margin:1.5em 0;padding:1em 1.5em;border-left:4px solid var(--primary);background:var(--light-gray);font-style:italic;color:var(--gray)}.home-page .markdown-content code{background:var(--light-gray);padding:.2em .4em;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:var(--text)}.home-page .markdown-content pre{background:var(--bg-secondary);border:1px solid var(--border);border-radius:8px;padding:1.5em;overflow-x:auto;margin:1.5em 0}.home-page .markdown-content pre code{background:none;padding:0;border-radius:0;font-size:.95em}.home-page .markdown-content table{width:100%;border-collapse:collapse;margin:1.5em 0;overflow:hidden;border-radius:8px;border:1px solid var(--border)}.home-page .markdown-content th,.home-page .markdown-content td{padding:12px 15px;text-align:left;border-bottom:1px solid var(--border)}.home-page .markdown-content th{background:var(--light-gray);font-weight:600;color:var(--text)}.home-page .markdown-content tr:last-child td{border-bottom:none}.home-page .markdown-content tr:hover{background:var(--light-gray)}.home-page .markdown-content hr{border:none;border-top:2px solid var(--border);margin:2em 0}.home-page .markdown-content img{max-width:100%;height:auto;border-radius:8px;margin:1.5em 0}.home-page .markdown-content strong{font-weight:700;color:var(--text)}.home-page .markdown-content em{font-style:italic}.home-page .markdown-content del{text-decoration:line-through;color:var(--gray)}.home-page .markdown-content input[type=checkbox]{margin-right:.5em}[data-theme=dark] .home-page .category-section .section-title,[data-theme=dark] .home-page .product-grid-section .section-title,[data-theme=dark] .home-page .category-card{color:var(--text)}[data-theme=dark] .home-page .product-card{background:var(--bg-primary);box-shadow:0 2px 10px #0000004d}[data-theme=dark] .home-page .product-card:hover{box-shadow:0 8px 30px #00000080}[data-theme=dark] .home-page .product-title{color:var(--text)}[data-theme=dark] .home-page .category-image-container{box-shadow:0 4px 15px #0000004d}[data-theme=dark] .home-page .category-card:hover .category-image-container{box-shadow:0 8px 25px #00000080}[data-theme=dark] .home-page .markdown-content blockquote,[data-theme=dark] .home-page .markdown-content code,[data-theme=dark] .home-page .markdown-content th{background:var(--bg-secondary)}[data-theme=dark] .home-page .product-image-placeholder{background:var(--bg-secondary);color:var(--gray)}[data-theme=dark] .home-page .category-image-placeholder{background:linear-gradient(135deg,var(--bg-secondary),var(--border))}@media(max-width:768px){.home-page .hero-carousel-container{height:70vh;min-height:500px;margin-bottom:50px}.home-page .hero-content h2{font-size:2.5rem}.home-page .hero-content p{font-size:.8rem;letter-spacing:1.5px}.home-page .hero-nav-btn{width:40px;height:40px;font-size:1.2rem}.home-page .hero-prev{left:1rem}.home-page .hero-next{right:1rem}.home-page .category-section,.home-page .product-grid-section{margin:50px 0;padding:0 1rem}.home-page .category-section .section-title,.home-page .product-grid-section .section-title{font-size:2rem;margin-bottom:30px}.home-page .category-card{flex:0 0 140px}.home-page .category-scroll-container{gap:15px;padding:20px 1rem}.home-page .category-image-container{width:140px;height:140px;flex-shrink:0;aspect-ratio:1 / 1;margin-bottom:0}.home-page .category-name{display:none}.home-page .products-grid{grid-template-columns:repeat(2,1fr)!important;gap:15px}.home-page .view-all-btn-container{margin-top:30px}.home-page .view-all-btn-container .btn{padding:12px 30px;font-size:.95rem}.home-page .product-image{height:180px}.home-page .product-info{padding:15px}.home-page .product-title{font-size:.95rem}.home-page .product-price{font-size:1.1rem}}@media(min-width:769px)and (max-width:1024px){.home-page .products-grid[data-columns="4"],.home-page .products-grid[data-columns="5"],.home-page .products-grid[data-columns="6"]{grid-template-columns:repeat(2,1fr)!important}.home-page .hero-content h2{font-size:3rem}}.home-page .fallback-message{text-align:center;padding:100px 50px}.home-page .fallback-message h2{font-family:Playfair Display,serif;font-size:2.5rem;color:var(--text);margin-bottom:20px}.home-page .fallback-message p{font-family:Inter,sans-serif;color:var(--gray);font-size:1.1rem;margin-bottom:30px}
