@import url(style/structure/structure.css);.carousel,.hero .carousel{padding:20px;display:flex;gap:20px}.hero{text-align:left;display:flex;flex-direction:column;justify-content:space-between;width:100%;height:calc(100vh - 70px);background:linear-gradient(135deg,var(--color-urgent-red),var(--color-action-orange))}.card h4,.card-title{height:2.8em;line-height:1.4;-webkit-line-clamp:2;-webkit-box-orient:vertical}.hero h1{font-size:1.6rem;color:#fff;margin-bottom:10px}.hero p{font-size:1rem;color:#fff;margin-bottom:20px}.hero .hero-content{position:relative;height:70%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;overflow:hidden}.carousel,.featured-products .carousel,.hero .carousel{overflow-x:auto;scroll-behavior:smooth}.hero .hero-content-text{position:relative;z-index:2;margin-left:10%;display:flex;flex-direction:column;justify-content:center;max-width:50%}.hero .hero-content-image{position:relative;margin-left:5%;width:50%;height:100%}.hero .hero-content-image .slide{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden}.hero .hero-content-image .slide img{position:absolute;top:0;left:0;max-width:80%;object-fit:cover;transition:transform 1s,opacity 1s;opacity:0;z-index:1;transform:translateX(100%);pointer-events:none;visibility:hidden}.hero .hero-content-image .slide img.active{transform:translateX(0);opacity:1;z-index:2;visibility:visible}.hero .hero-content-image .slide img.exit-right{transform:translateX(100%);opacity:0;z-index:1}.hero .hero-content-image .slide img.enter-right{transform:translateX(100%);opacity:1;z-index:3}.hero .carousel{height:35%;justify-content:space-between;background-color:var(--color-urgent-red);width:100%;bottom:0}.card,.hero .card{background:#fff;box-shadow:0 2px 6px rgba(0,0,0,.1);text-align:center}.hero .card{min-width:220px;border-radius:12px;padding:15px;flex-shrink:0}.hero .card img{max-width:90px;border-radius:8px}.hero .card h3{font-size:1rem;margin:10px 0}.card p,.hero .card p{font-weight:700;color:#27ae60;margin:5px 0 15px}.card button,.hero .card button{background:#ff4d4d;border:none;padding:10px 20px;color:#fff;border-radius:6px;cursor:pointer;transition:transform .2s,background .3s}.card button:hover,.hero .card button:hover{background:#e60000;transform:scale(1.05)}.carousel{cursor:grab;user-select:none}.card{max-width:220px;border-radius:12px;padding:15px;flex-shrink:0}.card img{max-width:100%;border-radius:8px}.card h4{font-size:.8rem;margin:10px 0;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.card-image-container,.carousel-wrapper{position:relative}.card-content{padding:10px;display:flex;flex-direction:column;flex-grow:1}.card-title{font-size:.9rem;margin:0 0 10px;overflow:hidden;display:-webkit-box}.current-price{font-weight:700;color:#27ae60;margin-top:auto}.discount-badge{position:absolute;top:10px;left:10px;background-color:#ee4d2d;color:#fff;padding:4px 8px;border-radius:4px;font-size:.8rem;font-weight:700;z-index:2}.featured-products .product-card,.post-teaser-card{border-radius:8px;text-decoration:none;color:inherit}@media screen and (max-width:768px){.hero{height:auto;padding-bottom:30px}.hero .hero-content{flex-direction:column;justify-content:center;text-align:center;padding-top:20px}.hero .hero-content-image{order:1;width:80%;max-width:300px;margin-bottom:25px;position:relative;aspect-ratio:1/1}.hero .hero-content-image .slide{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;border-radius:10px}.hero .hero-content-image .slide img{position:absolute;width:100%;height:100%;object-fit:contain;transition:transform .7s cubic-bezier(.25, .46, .45, .94),opacity .7s ease-in-out;opacity:0;transform:translateX(40px)}.hero .hero-content-image .slide img.active{opacity:1;transform:translateX(0);z-index:2}.hero .hero-content-image .slide img.exit-right{opacity:0;transform:translateX(-40px)}.hero .hero-content-text{order:2;max-width:90%;margin:0 auto;padding:0 15px;z-index:3}.hero h1{font-size:1.5rem}.hero .carousel{display:none}}.latest-posts{padding:40px 20px;text-align:center}.latest-posts h2{font-size:1.8rem;margin-bottom:30px}.posts-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:20px;margin-bottom:30px;text-align:left}.post-teaser-card{background:#fff;box-shadow:0 4px 12px rgba(0,0,0,.05);overflow:hidden;transition:.2s}.post-teaser-card:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.1)}.post-teaser-card img{width:100%;height:200px;object-fit:cover}.post-teaser-card-content{padding:20px}.post-teaser-card-content h3{margin:0 0 10px;font-size:1.2rem}.post-teaser-card-content p{margin:0;color:#555}.view-all-posts-btn{display:inline-block;padding:10px 20px;background-color:var(--color-urgent-red);color:var(--color-white);text-decoration:none;border-radius:4px;transition:background-color .3s}.view-all-posts-btn:hover{background-color:var(--color-action-orange)}.featured-products{background-color:#f7f8fa;padding:60px 0;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.featured-products .container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.featured-products h2{text-align:center;font-size:1.8rem;color:#333;margin-top:0;margin-bottom:30px}.featured-products .carousel{display:flex;gap:1.5rem;padding:10px 0 20px;scrollbar-width:none}.featured-products .carousel::-webkit-scrollbar{display:none}.featured-products .product-card{background-color:#fff;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.08);display:flex;flex-direction:column;transition:transform .2s,box-shadow .2s;width:220px;flex-shrink:0}.featured-products .product-card:hover{transform:translateY(-5px);box-shadow:0 12px 24px rgba(0,0,0,.12)}.featured-products .card-image-container{position:relative;width:100%;padding-top:100%}.featured-products .card-image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.featured-products .card-content{padding:1rem;display:flex;flex-direction:column;flex-grow:1}.featured-products .card-title{font-size:.9rem;font-weight:600;margin:0 0 8px;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;height:2.8em}.featured-products .card-rating{display:flex;align-items:center;font-size:.85rem;color:#555;margin-top:auto;margin-bottom:1rem}.featured-products .product-card .card-rating .star-icon{color:#ffce3d!important;fill:#ffce3d!important;width:16px!important;height:16px!important;margin-right:4px;flex-shrink:0}.featured-products .card-rating .sales-count{margin-left:8px;padding-left:8px;border-left:1px solid #eee}.featured-products .card-price-container{display:flex;align-items:baseline;gap:8px}.featured-products .current-price{font-size:1.5rem;font-weight:700;color:#ee4d2d}.featured-products .original-price{font-size:.9rem;color:#999;text-decoration:line-through}.carousel.grabbing{cursor:grabbing}.carousel-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:10;background-color:rgba(255,255,255,.9);border:1px solid #ddd;border-radius:50%;width:40px;height:40px;font-size:24px;font-weight:700;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px rgba(0,0,0,.1);transition:.2s}.carousel-arrow:hover{background-color:#fff;transform:translateY(-50%) scale(1.1)}.carousel-arrow.prev{left:-20px}.carousel-arrow.next{right:-20px}@media (max-width:768px){.carousel-arrow{display:none}}.testimonials{background:#f9f9f9;padding:60px 20px;text-align:center}.testimonials .container{max-width:1200px;margin:0 auto}.testimonials h2{font-size:1.8rem;margin-top:0;margin-bottom:10px;color:#333}.testimonials .testimonials-subtitle{font-size:1.1rem;color:#666;margin-bottom:40px;max-width:600px;margin-left:auto;margin-right:auto}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:25px}.testimonial-card{background:#fff;padding:30px;border-radius:8px;box-shadow:0 4px 15px rgba(0,0,0,.07);text-align:left;display:flex;flex-direction:column}.testimonial-card img{width:70px;height:70px;border-radius:50%;object-fit:cover;margin-bottom:20px;border:3px solid #fff;box-shadow:0 2px 8px rgba(0,0,0,.1)}.testimonial-text{font-size:1rem;line-height:1.6;color:#555;margin:0;font-style:italic;flex-grow:1}.testimonial-text::before{content:'“';font-size:3rem;color:#ee4d2d;font-weight:700;line-height:0;position:relative;top:15px;margin-right:5px}.testimonial-author{margin-top:20px;padding-top:20px;border-top:1px solid #f0f0f0}.testimonial-author strong{display:block;color:#333}.testimonial-author span{font-size:.9rem;color:#888}.faq{background:#f4f4f4;padding:60px 20px}.faq .container{max-width:800px;margin:0 auto}.faq h2{text-align:center;font-size:1.8rem;margin-bottom:30px;color:#333}.faq-accordion{display:flex;flex-direction:column;gap:15px}.faq-item{background:#fff;border-radius:8px;border:1px solid #e0e0e0}.faq-item summary{font-size:1.1rem;font-weight:600;padding:20px;cursor:pointer;list-style:none;position:relative;color:#333}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';position:absolute;right:20px;font-size:1.5rem;font-weight:400;color:var(--color-urgent-red,#ee4d2d);transition:transform .2s}.faq-item[open] summary::after{transform:rotate(45deg)}.faq-content{padding:0 20px 20px;line-height:1.6;color:#555}