*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,sans-serif;line-height:1.6;color:#2c3e50;overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.2;margin-bottom:1rem;color:#2c3e50}h1{font-size:3.5rem}h2{font-size:2.5rem}h3{font-size:1.8rem}h4{font-size:1.4rem}h5{font-size:1.2rem}h6{font-size:1rem}p{margin-bottom:1rem;color:#34495e}a{text-decoration:none;color:inherit;transition:color .3s ease}ul{list-style:none}button{cursor:pointer;border:none;outline:none;font-family:inherit}img{max-width:100%;height:auto}.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}.d-none{display:none}.d-block{display:block}.d-flex{display:flex}.d-grid{display:grid}.align-center{align-items:center}.w-100{width:100%}.h-100{height:100%}.header{position:fixed;top:0;width:100%;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:1000;transition:all .3s ease}.nav-container{display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;max-width:1200px;margin:0 auto}.logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#e91e63}.logo i{margin-right:.5rem;font-size:1.8rem}.nav-menu{display:flex;list-style:none;gap:2rem}.nav-menu a{text-decoration:none;color:#2c3e50;font-weight:500;transition:color .3s ease;position:relative}.nav-menu a:hover{color:#e91e63}.nav-menu a:after{content:"";position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#e91e63;transition:width .3s ease}.nav-menu a:hover:after{width:100%}.nav-toggle{display:none;flex-direction:column;cursor:pointer}.nav-toggle span{width:25px;height:3px;background:#2c3e50;margin:3px 0;transition:.3s}.nav-actions{display:flex;align-items:center;gap:1rem}.cart-icon{position:relative;cursor:pointer;padding:.5rem;border-radius:50%;transition:all .3s ease;display:flex;align-items:center;justify-content:center;width:40px;height:40px}.cart-icon:hover{background:#ff69b41a;transform:scale(1.1)}.cart-icon i{font-size:1.2rem;color:var(--text-color)}.cart-count{position:absolute;top:-5px;right:-5px;background:#ff6b6b;color:#fff;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:700;display:none}@media (max-width: 768px){.nav-actions{display:none}}.hero{min-height:100vh;display:flex;align-items:center;background:linear-gradient(135deg,#f8bbd9,#e91e63);color:#fff;padding:0 2rem;position:relative;overflow:hidden}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>');opacity:.3}.hero-content{flex:7;max-width:800px;z-index:2;position:relative;text-align:center;margin:0 auto;padding-right:2rem}.hero h1{font-size:3.5rem;font-weight:700;margin-bottom:1.5rem;line-height:1.2;color:#fff;text-shadow:2px 2px 4px rgba(0,0,0,.3);text-align:center}.hero p{font-size:1.2rem;margin-bottom:2rem;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.3);font-weight:500;text-align:center;max-width:600px;margin-left:auto;margin-right:auto}.cta-button{display:inline-block;background:#f06292;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:50px;font-weight:600;transition:all .3s ease;box-shadow:0 10px 30px #f062924d;text-align:center}.cta-button:hover{transform:translateY(-3px);box-shadow:0 15px 40px #f0629266;background:#ec407a}.hero-image{flex:3;display:flex;justify-content:center;align-items:center;z-index:2;position:relative}.candle-animation{position:relative;width:200px;height:300px}.candle{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:80px;height:200px;background:linear-gradient(to bottom,#f8f9fa,#e9ecef);border-radius:40px 40px 20px 20px;box-shadow:0 10px 30px #0003}.flame{position:absolute;top:-20px;left:50%;transform:translate(-50%);width:20px;height:40px;background:linear-gradient(to bottom,#ffeb3b,#ff9800,#ff5722);border-radius:50% 50% 20% 20%;animation:flicker 2s infinite alternate;box-shadow:0 0 20px #ffeb3bcc,0 0 40px #ff980099,0 0 60px #ff572266,0 0 80px #ff572233}.about{padding:5rem 0;background:#fefefe}.about h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-text p{font-size:1.1rem;margin-bottom:2rem;color:#34495e}.about-text ul{list-style:none}.about-text li{display:flex;align-items:center;margin-bottom:1rem;font-size:1.1rem;color:#34495e}.about-text i{color:#27ae60;margin-right:1rem;font-size:1.2rem}.about-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.stat{text-align:center;padding:2rem;background:#fff;border-radius:15px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.stat:hover{transform:translateY(-10px)}.stat h3{font-size:2.5rem;color:#e91e63;margin-bottom:.5rem}.stat p{color:#34495e;font-weight:500}.products{padding:5rem 0;background:#f8f9fa}.products h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.category-filters{display:flex;justify-content:center;gap:1rem;margin-bottom:3rem;flex-wrap:wrap}.category-filter{padding:.75rem 1.5rem;background:#fff;border:2px solid #e9ecef;border-radius:25px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;font-weight:500;color:#34495e}.category-filter:hover,.category-filter.active{background:#e91e63;border-color:#e91e63;color:#fff;transform:translateY(-2px)}.category-icon{font-size:1.1rem}.products-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2rem}.product-card{background:#fff;border-radius:20px;overflow:hidden;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;position:relative}.product-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.product-image{position:relative;height:250px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.product-card:hover .product-image img{transform:scale(1.1)}.product-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#e91e63e6;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.product-card:hover .product-overlay{opacity:1}.view-details{background:#fff;color:#e91e63;padding:.75rem 1.5rem;border-radius:25px;font-weight:600;transition:all .3s ease}.view-details:hover{background:#e91e63;color:#fff}.product-info{padding:1.5rem}.product-info h3{font-size:1.3rem;margin-bottom:.5rem;color:#2c3e50}.product-description{color:#7f8c8d;margin-bottom:1rem;line-height:1.6}.product-meta{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.price{font-size:1.4rem;font-weight:700;color:#e91e63}.weight{color:#95a5a6;font-size:.9rem;background:#ecf0f1;padding:.25rem .75rem;border-radius:15px}.add-to-cart{width:100%;background:#e91e63;color:#fff;padding:.75rem;border-radius:10px;font-weight:600;transition:all .3s ease}.add-to-cart:hover{background:#c2185b;transform:translateY(-2px)}.features{padding:5rem 0;background:#fff}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature{text-align:center;padding:2rem}.feature-icon{font-size:3rem;color:#e91e63;margin-bottom:1rem}.feature h3{font-size:1.3rem;margin-bottom:1rem;color:#2c3e50}.feature p{color:#7f8c8d;line-height:1.6}.contact{padding:5rem 0;background:#f8f9fa}.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2c3e50}.contact-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.contact-info{display:flex;flex-direction:column;gap:2rem}.contact-item{display:flex;align-items:center;gap:1rem}.contact-item i{font-size:1.5rem;color:#e91e63;width:50px;height:50px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 5px 15px #0000001a}.contact-item h3{font-size:1.2rem;margin-bottom:.5rem;color:#2c3e50}.contact-item p{color:#7f8c8d}.contact-form{background:#fff;padding:2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.form-group{margin-bottom:1.5rem}.form-group input,.form-group textarea{width:100%;padding:1rem;border:2px solid #e9ecef;border-radius:10px;font-size:1rem;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#e91e63}.submit-btn{width:100%;background:#e91e63;color:#fff;padding:1rem;border-radius:10px;font-weight:600;font-size:1rem;transition:all .3s ease}.submit-btn:hover{background:#c2185b;transform:translateY(-2px)}.footer{background:#2c3e50;color:#fff;padding:3rem 0 1rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h3{margin-bottom:1rem;color:#e91e63;font-weight:600}.footer-section p{color:#ecf0f1;font-weight:500;line-height:1.6;margin-bottom:1rem}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section ul li a{color:#bdc3c7;transition:color .3s ease;font-weight:500}.footer-section ul li a:hover{color:#e91e63}.social-links{display:flex;gap:1rem;margin-top:1rem}.social-links a{width:40px;height:40px;background:#34495e;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .3s ease}.social-links a:hover{background:#e91e63;transform:translateY(-3px)}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #34495e}.footer-bottom p{color:#ecf0f1;font-weight:500;font-size:.95rem}.grid{display:grid}.grid-1{grid-template-columns:1fr}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-8{gap:2rem}.gap-10{gap:2.5rem}.gap-12{gap:3rem}.section{padding:5rem 0}.section-sm{padding:3rem 0}.section-lg{padding:7rem 0}.container-sm{max-width:640px;margin:0 auto;padding:0 20px}.container-md{max-width:768px;margin:0 auto;padding:0 20px}.container-lg{max-width:1024px;margin:0 auto;padding:0 20px}.container-xl{max-width:1280px;margin:0 auto;padding:0 20px}.aspect-square{aspect-ratio:1 / 1}.aspect-video{aspect-ratio:16 / 9}.aspect-photo{aspect-ratio:4 / 3}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.overflow-hidden{overflow:hidden}.overflow-auto{overflow:auto}.overflow-scroll{overflow:scroll}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.hidden{display:none}.visible{visibility:visible}.invisible{visibility:hidden}.opacity-0{opacity:0}.opacity-25{opacity:.25}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.opacity-100{opacity:1}.transform{transform:translateZ(0)}.scale-0{transform:scale(0)}.scale-50{transform:scale(.5)}.scale-75{transform:scale(.75)}.scale-90{transform:scale(.9)}.scale-95{transform:scale(.95)}.scale-100{transform:scale(1)}.scale-105{transform:scale(1.05)}.scale-110{transform:scale(1.1)}.scale-125{transform:scale(1.25)}.scale-150{transform:scale(1.5)}.rotate-0{transform:rotate(0)}.rotate-1{transform:rotate(1deg)}.rotate-2{transform:rotate(2deg)}.rotate-3{transform:rotate(3deg)}.rotate-6{transform:rotate(6deg)}.rotate-12{transform:rotate(12deg)}.rotate-45{transform:rotate(45deg)}.rotate-90{transform:rotate(90deg)}.rotate-180{transform:rotate(180deg)}.translate-x-0{transform:translate(0)}.translate-x-1{transform:translate(.25rem)}.translate-x-2{transform:translate(.5rem)}.translate-x-3{transform:translate(.75rem)}.translate-x-4{transform:translate(1rem)}.translate-x-5{transform:translate(1.25rem)}.translate-x-6{transform:translate(1.5rem)}.translate-x-8{transform:translate(2rem)}.translate-x-10{transform:translate(2.5rem)}.translate-x-12{transform:translate(3rem)}.translate-x-16{transform:translate(4rem)}.translate-x-20{transform:translate(5rem)}.translate-x-24{transform:translate(6rem)}.translate-x-32{transform:translate(8rem)}.translate-x-40{transform:translate(10rem)}.translate-x-48{transform:translate(12rem)}.translate-x-56{transform:translate(14rem)}.translate-x-64{transform:translate(16rem)}.translate-x-px{transform:translate(1px)}.translate-x-0\.5{transform:translate(.125rem)}.translate-x-1\.5{transform:translate(.375rem)}.translate-x-2\.5{transform:translate(.625rem)}.translate-x-3\.5{transform:translate(.875rem)}.-translate-x-1{transform:translate(-.25rem)}.-translate-x-2{transform:translate(-.5rem)}.-translate-x-3{transform:translate(-.75rem)}.-translate-x-4{transform:translate(-1rem)}.-translate-x-5{transform:translate(-1.25rem)}.-translate-x-6{transform:translate(-1.5rem)}.-translate-x-8{transform:translate(-2rem)}.-translate-x-10{transform:translate(-2.5rem)}.-translate-x-12{transform:translate(-3rem)}.-translate-x-16{transform:translate(-4rem)}.-translate-x-20{transform:translate(-5rem)}.-translate-x-24{transform:translate(-6rem)}.-translate-x-32{transform:translate(-8rem)}.-translate-x-40{transform:translate(-10rem)}.-translate-x-48{transform:translate(-12rem)}.-translate-x-56{transform:translate(-14rem)}.-translate-x-64{transform:translate(-16rem)}.-translate-x-px{transform:translate(-1px)}.-translate-x-0\.5{transform:translate(-.125rem)}.-translate-x-1\.5{transform:translate(-.375rem)}.-translate-x-2\.5{transform:translate(-.625rem)}.-translate-x-3\.5{transform:translate(-.875rem)}.translate-y-0{transform:translateY(0)}.translate-y-1{transform:translateY(.25rem)}.translate-y-2{transform:translateY(.5rem)}.translate-y-3{transform:translateY(.75rem)}.translate-y-4{transform:translateY(1rem)}.translate-y-5{transform:translateY(1.25rem)}.translate-y-6{transform:translateY(1.5rem)}.translate-y-8{transform:translateY(2rem)}.translate-y-10{transform:translateY(2.5rem)}.translate-y-12{transform:translateY(3rem)}.translate-y-16{transform:translateY(4rem)}.translate-y-20{transform:translateY(5rem)}.translate-y-24{transform:translateY(6rem)}.translate-y-32{transform:translateY(8rem)}.translate-y-40{transform:translateY(10rem)}.translate-y-48{transform:translateY(12rem)}.translate-y-56{transform:translateY(14rem)}.translate-y-64{transform:translateY(16rem)}.translate-y-px{transform:translateY(1px)}.translate-y-0\.5{transform:translateY(.125rem)}.translate-y-1\.5{transform:translateY(.375rem)}.translate-y-2\.5{transform:translateY(.625rem)}.translate-y-3\.5{transform:translateY(.875rem)}.-translate-y-1{transform:translateY(-.25rem)}.-translate-y-2{transform:translateY(-.5rem)}.-translate-y-3{transform:translateY(-.75rem)}.-translate-y-4{transform:translateY(-1rem)}.-translate-y-5{transform:translateY(-1.25rem)}.-translate-y-6{transform:translateY(-1.5rem)}.-translate-y-8{transform:translateY(-2rem)}.-translate-y-10{transform:translateY(-2.5rem)}.-translate-y-12{transform:translateY(-3rem)}.-translate-y-16{transform:translateY(-4rem)}.-translate-y-20{transform:translateY(-5rem)}.-translate-y-24{transform:translateY(-6rem)}.-translate-y-32{transform:translateY(-8rem)}.-translate-y-40{transform:translateY(-10rem)}.-translate-y-48{transform:translateY(-12rem)}.-translate-y-56{transform:translateY(-14rem)}.-translate-y-64{transform:translateY(-16rem)}.-translate-y-px{transform:translateY(-1px)}.-translate-y-0\.5{transform:translateY(-.125rem)}.-translate-y-1\.5{transform:translateY(-.375rem)}.-translate-y-2\.5{transform:translateY(-.625rem)}.-translate-y-3\.5{transform:translateY(-.875rem)}.w-auto{width:auto}.w-px{width:1px}.w-0{width:0}.w-0\.5{width:.125rem}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-3\.5{width:.875rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-7{width:1.75rem}.w-8{width:2rem}.w-9{width:2.25rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-14{width:3.5rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-28{width:7rem}.w-32{width:8rem}.w-36{width:9rem}.w-40{width:10rem}.w-44{width:11rem}.w-48{width:12rem}.w-52{width:13rem}.w-56{width:14rem}.w-60{width:15rem}.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-96{width:24rem}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/4{width:25%}.w-2\/4{width:50%}.w-3\/4{width:75%}.w-1\/5{width:20%}.w-2\/5{width:40%}.w-3\/5{width:60%}.w-4\/5{width:80%}.w-1\/6{width:16.666667%}.w-2\/6{width:33.333333%}.w-3\/6{width:50%}.w-4\/6{width:66.666667%}.w-5\/6{width:83.333333%}.w-1\/12{width:8.333333%}.w-2\/12{width:16.666667%}.w-3\/12{width:25%}.w-4\/12{width:33.333333%}.w-5\/12{width:41.666667%}.w-6\/12{width:50%}.w-7\/12{width:58.333333%}.w-8\/12{width:66.666667%}.w-9\/12{width:75%}.w-10\/12{width:83.333333%}.w-11\/12{width:91.666667%}.w-full{width:100%}.w-screen{width:100vw}.w-min{width:min-content}.w-max{width:max-content}.w-fit{width:fit-content}.h-auto{height:auto}.h-px{height:1px}.h-0{height:0}.h-0\.5{height:.125rem}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-3\.5{height:.875rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-7{height:1.75rem}.h-8{height:2rem}.h-9{height:2.25rem}.h-10{height:2.5rem}.h-11{height:2.75rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-28{height:7rem}.h-32{height:8rem}.h-36{height:9rem}.h-40{height:10rem}.h-44{height:11rem}.h-48{height:12rem}.h-52{height:13rem}.h-56{height:14rem}.h-60{height:15rem}.h-64{height:16rem}.h-72{height:18rem}.h-80{height:20rem}.h-96{height:24rem}.h-1\/2{height:50%}.h-1\/3{height:33.333333%}.h-2\/3{height:66.666667%}.h-1\/4{height:25%}.h-2\/4{height:50%}.h-3\/4{height:75%}.h-1\/5{height:20%}.h-2\/5{height:40%}.h-3\/5{height:60%}.h-4\/5{height:80%}.h-1\/6{height:16.666667%}.h-2\/6{height:33.333333%}.h-3\/6{height:50%}.h-4\/6{height:66.666667%}.h-5\/6{height:83.333333%}.h-full{height:100%}.h-screen{height:100vh}.h-min{height:min-content}.h-max{height:max-content}.h-fit{height:fit-content}.min-w-0{min-width:0}.min-w-full{min-width:100%}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-6xl{max-width:72rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.max-w-min{max-width:min-content}.max-w-max{max-width:max-content}.max-w-fit{max-width:fit-content}.max-w-prose{max-width:65ch}.max-w-screen-sm{max-width:640px}.max-w-screen-md{max-width:768px}.max-w-screen-lg{max-width:1024px}.max-w-screen-xl{max-width:1280px}.max-w-screen-2xl{max-width:1536px}.min-h-0{min-height:0}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.max-h-32{max-height:8rem}.max-h-40{max-height:10rem}.max-h-48{max-height:12rem}.max-h-56{max-height:14rem}.max-h-64{max-height:16rem}.max-h-72{max-height:18rem}.max-h-80{max-height:20rem}.max-h-96{max-height:24rem}.max-h-px{max-height:1px}.max-h-0\.5{max-height:.125rem}.max-h-1{max-height:.25rem}.max-h-1\.5{max-height:.375rem}.max-h-2{max-height:.5rem}.max-h-2\.5{max-height:.625rem}.max-h-3{max-height:.75rem}.max-h-3\.5{max-height:.875rem}.max-h-4{max-height:1rem}.max-h-5{max-height:1.25rem}.max-h-6{max-height:1.5rem}.max-h-7{max-height:1.75rem}.max-h-8{max-height:2rem}.max-h-9{max-height:2.25rem}.max-h-10{max-height:2.5rem}.max-h-11{max-height:2.75rem}.max-h-12{max-height:3rem}.max-h-14{max-height:3.5rem}.max-h-16{max-height:4rem}.max-h-20{max-height:5rem}.max-h-24{max-height:6rem}.max-h-28{max-height:7rem}.max-h-full{max-height:100%}.max-h-screen{max-height:100vh}.max-h-min{max-height:min-content}.max-h-max{max-height:max-content}.max-h-fit{max-height:fit-content}@keyframes flicker{0%,to{transform:translate(-50%) scale(1);box-shadow:0 0 20px #ffeb3bcc,0 0 40px #ff980099,0 0 60px #ff572266,0 0 80px #ff572233}25%{transform:translate(-50%) scale(1.1) rotate(2deg);box-shadow:0 0 25px #ffeb3be6,0 0 50px #ff9800b3,0 0 75px #ff572280,0 0 100px #ff57224d}50%{transform:translate(-50%) scale(1.05) rotate(-1deg);box-shadow:0 0 22px #ffeb3bd9,0 0 45px #ff9800a6,0 0 68px #ff572273,0 0 90px #ff572240}75%{transform:translate(-50%) scale(1.15) rotate(1deg);box-shadow:0 0 28px #ffeb3bf2,0 0 55px #ff9800bf,0 0 82px #ff57228c,0 0 110px #ff572259}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes bounce{0%,20%,53%,80%,to{transform:translateZ(0)}40%,43%{transform:translate3d(0,-30px,0)}70%{transform:translate3d(0,-15px,0)}90%{transform:translate3d(0,-4px,0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.animate-fadeInUp{animation:fadeInUp .6s ease forwards}.animate-fadeIn{animation:fadeIn .6s ease forwards}.animate-slideUp{animation:slideUp .6s ease forwards}.animate-bounce{animation:bounce 1s ease}.animate-pulse{animation:pulse 2s infinite}.animate-slideInLeft{animation:slideInLeft .6s ease forwards}.animate-slideInRight{animation:slideInRight .6s ease forwards}.hover-lift{transition:transform .3s ease}.hover-lift:hover{transform:translateY(-10px)}.hover-scale{transition:transform .3s ease}.hover-scale:hover{transform:scale(1.05)}.hover-glow{transition:box-shadow .3s ease}.hover-glow:hover{box-shadow:0 0 30px #e91e634d}.loading{opacity:0;transition:opacity .5s ease}.loading.loaded{opacity:1}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}.stagger-5{animation-delay:.5s}.stagger-6{animation-delay:.6s}.parallax{transform:translateZ(0);will-change:transform}.smooth-transition{transition:all .3s ease}.btn-animate{position:relative;overflow:hidden}.btn-animate:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.btn-animate:hover:before{left:100%}.card-flip{perspective:1000px}.card-flip-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .6s;transform-style:preserve-3d}.card-flip:hover .card-flip-inner{transform:rotateY(180deg)}.card-flip-front,.card-flip-back{position:absolute;width:100%;height:100%;backface-visibility:hidden}.card-flip-back{transform:rotateY(180deg)}.typing-animation{overflow:hidden;border-right:2px solid #e91e63;white-space:nowrap;animation:typing 3.5s steps(40,end),blink-caret .75s step-end infinite}@keyframes typing{0%{width:0}to{width:100%}}@keyframes blink-caret{0%,to{border-color:transparent}50%{border-color:#ff6b6b}}.floating{animation:floating 3s ease-in-out infinite}@keyframes floating{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.shake{animation:shake .5s ease-in-out}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.rotate{animation:rotate 2s linear infinite}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zoom-in{animation:zoomIn .6s ease}@keyframes zoomIn{0%{opacity:0;transform:scale(.3)}50%{opacity:1}to{opacity:1;transform:scale(1)}}.slide-in-bottom{animation:slideInBottom .6s ease}@keyframes slideInBottom{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}@media (min-width: 1400px){.container{max-width:1320px}.hero h1{font-size:4rem}.products-grid{grid-template-columns:repeat(4,1fr)}}@media (max-width: 1200px){.container{max-width:960px}.hero h1{font-size:3rem}.about-stats{grid-template-columns:repeat(3,1fr)}}@media (max-width: 768px){.container{padding:0 15px}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:#fff;flex-direction:column;justify-content:flex-start;align-items:center;padding-top:2rem;transition:left .3s ease;box-shadow:0 5px 20px #0000001a}.nav-menu.active{left:0}.nav-menu li{margin:1rem 0}.nav-toggle{display:flex}.nav-toggle.active span:nth-child(1){transform:rotate(45deg) translate(5px,5px)}.nav-toggle.active span:nth-child(2){opacity:0}.nav-toggle.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-6px)}.hero{flex-direction:column;text-align:center;padding:2rem 1rem;min-height:80vh;padding-top:100px}.hero-content{flex:none;text-align:center;padding-right:0;margin:0 auto;max-width:100%}.hero-image{flex:none;margin-top:2rem}.hero h1{font-size:2.5rem;text-align:center}.hero p{font-size:1rem;text-align:center;max-width:100%}.about-content{grid-template-columns:1fr;gap:2rem}.about-stats{grid-template-columns:1fr}.stat{padding:1.5rem}.products-grid{grid-template-columns:1fr}.category-filters{flex-direction:column;align-items:center}.category-filter{width:200px;justify-content:center}.features-grid{grid-template-columns:1fr}.feature{padding:1.5rem}.contact-content{grid-template-columns:1fr;gap:2rem}.contact-form{padding:1.5rem}.footer-content{grid-template-columns:1fr;text-align:center}.social-links{justify-content:center}}@media (max-width: 480px){.container{padding:0 10px}.nav-container{padding:1rem}h1{font-size:2rem}h2{font-size:1.8rem}h3{font-size:1.4rem}.hero{padding:1rem;min-height:70vh;padding-top:80px}.hero h1{font-size:1.6rem;margin-bottom:1rem;text-shadow:2px 2px 4px rgba(0,0,0,.5);line-height:1.3}.hero p{font-size:.9rem;margin-bottom:1.5rem;text-shadow:1px 1px 2px rgba(0,0,0,.5);line-height:1.4}.cta-button{padding:.8rem 1.5rem;font-size:.9rem}.candle-animation{width:120px;height:160px}.candle{width:50px;height:120px}.flame{width:12px;height:25px}.about{padding:2rem 0}.about h2{font-size:1.6rem;margin-bottom:1.5rem}.about-text p,.about-text li{font-size:.9rem}.stat{padding:1rem}.stat h3{font-size:1.8rem}.products{padding:2rem 0}.products h2{font-size:1.6rem;margin-bottom:1.5rem}.category-filters{margin-bottom:1.5rem}.category-filter{width:100%;max-width:180px;padding:.5rem .8rem;font-size:.85rem}.product-card{border-radius:12px;overflow:hidden}.product-image{height:180px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;object-position:center}.product-info{padding:.8rem}.product-info h3{font-size:1rem;margin-bottom:.3rem}.product-description{font-size:.8rem;margin-bottom:.8rem;line-height:1.4}.price{font-size:1rem}.weight{font-size:.75rem;padding:.15rem .5rem}.add-to-cart{padding:.6rem;font-size:.85rem}.features{padding:2rem 0}.feature{padding:.8rem}.feature-icon{font-size:2rem;margin-bottom:.8rem}.feature h3{font-size:1rem;margin-bottom:.5rem}.feature p{font-size:.8rem;line-height:1.4}.contact{padding:2rem 0}.contact h2{font-size:1.6rem;margin-bottom:1.5rem}.contact-item{gap:.6rem;margin-bottom:1rem}.contact-item i{font-size:1rem;width:40px;height:40px}.contact-item h3{font-size:.9rem;margin-bottom:.2rem}.contact-item p{font-size:.8rem}.contact-form{padding:.8rem}.form-group{margin-bottom:1rem}.form-group input,.form-group textarea,.submit-btn{padding:.7rem;font-size:.85rem}.footer{padding:1.5rem 0 .5rem}.footer-content{grid-template-columns:1fr;gap:1rem;margin-bottom:1rem}.footer-section{margin-bottom:1rem;padding:0 .5rem}.footer-section h3{font-size:1rem;margin-bottom:.5rem}.footer-section p{font-size:.8rem;margin-bottom:.5rem;line-height:1.3}.footer-section ul li{margin-bottom:.3rem}.footer-section ul li a{font-size:.8rem}.social-links{gap:.5rem;margin-top:.5rem}.social-links a{width:30px;height:30px;font-size:.8rem}.footer-bottom{padding-top:1rem;border-top:1px solid #34495e}.footer-bottom p{font-size:.75rem;color:#ecf0f1;font-weight:500}}@media (max-width: 375px){.hero h1{font-size:1.4rem}.hero p{font-size:.8rem}.candle-animation{width:100px;height:140px}.candle{width:40px;height:100px}.flame{width:10px;height:20px}.product-image{height:160px}.footer-section h3{font-size:.9rem}.footer-section p,.footer-section ul li a{font-size:.75rem}}@media (max-width: 768px) and (orientation: landscape){.hero{min-height:60vh;padding-top:70px}.hero h1{font-size:1.8rem}.about,.products,.features,.contact{padding:1.5rem 0}.footer{padding:1rem 0 .5rem}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.hero:before{background-size:50px 50px}}@media print{.header,.nav-toggle,.cta-button,.add-to-cart,.view-details,.submit-btn,.social-links{display:none!important}.hero{background:#fff!important;color:#000!important;min-height:auto;padding:2rem 0}.products-grid{grid-template-columns:repeat(2,1fr)}.product-card{box-shadow:none;border:1px solid #ddd}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.flame,.floating,.rotate{animation:none}}@media (prefers-color-scheme: dark){:root{--bg-color: #1a1a1a;--text-color: #ffffff;--card-bg: #2d2d2d;--border-color: #404040}body{background-color:var(--bg-color);color:var(--text-color)}.header{background:#1a1a1af2}.product-card,.stat,.contact-form{background:var(--card-bg);border:1px solid var(--border-color)}.nav-menu a{color:var(--text-color)}.form-group input,.form-group textarea{background:var(--card-bg);border-color:var(--border-color);color:var(--text-color)}}
