*{margin:0;padding:0;box-sizing:border-box}:root{--primary-color: #000;--secondary-color: #333;--accent-color: #000;--text-dark: #000;--text-light: #666;--background: #fff;--background-secondary: #f5f5f5;--border-color: #e0e0e0;--shadow: 0 2px 10px rgba(0, 0, 0, .08);--shadow-hover: 0 4px 20px rgba(0, 0, 0, .12)}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:var(--text-dark);background-color:var(--background);overflow-x:hidden}html{overflow-x:hidden}.container{max-width:1200px;margin:0 auto;padding:0 20px}.navbar{background-color:var(--background);box-shadow:var(--shadow);position:sticky;top:0;z-index:1000;padding:1rem 0;transition:padding .3s ease,box-shadow .3s ease}.navbar-scrolled{padding:.5rem 0;box-shadow:0 4px 12px #00000026}.nav-wrapper{display:flex;justify-content:space-between;align-items:center;gap:2rem;position:relative}.logo{display:flex;align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;color:#000;text-decoration:none;letter-spacing:-.5px;transition:opacity .3s}.logo:hover{opacity:.8}.logo-image{width:250px;height:250px;border-radius:50%;object-fit:cover;display:block;transition:width .3s ease,height .3s ease}.nav-social-icons{display:flex;gap:.75rem;align-items:center;margin-left:1rem}.nav-social-link{display:flex;align-items:center;justify-content:center;width:32px;height:32px;opacity:.4;transition:all .3s ease;border-radius:6px}.nav-social-link:hover{opacity:1;transform:translateY(-2px)}.nav-social-icon{width:20px;height:20px;object-fit:contain}.navbar-scrolled .logo-image{width:50px;height:50px}.logo-text{font-weight:700;text-transform:uppercase;letter-spacing:-.5px}.nav-menu{display:flex;list-style:none;gap:2rem;align-items:center}.nav-menu a{text-decoration:none;color:var(--text-dark);font-weight:500;transition:all .3s;position:relative;padding-bottom:4px}.nav-menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background-color:var(--text-dark);transition:width .3s ease}.nav-menu a:hover:after,.nav-menu a.active:after{width:100%}.nav-menu a:hover,.nav-menu a.active{color:#000;font-weight:600}.cart-link{position:relative;display:flex;align-items:center;gap:.5rem}.cart-icon{font-size:1.5rem;line-height:1}.cart-count{background-color:#000;color:#fff;font-size:.7rem;font-weight:600;padding:0 5px;border-radius:10px;min-width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;position:absolute;top:-8px;right:-10px}.search-bar-wrapper{position:relative;flex:1;max-width:400px}.search-bar{display:flex;align-items:center;background:var(--background-secondary);border-radius:25px;padding:.5rem 1rem;transition:all .3s}.search-bar:focus-within{background:#f0f0f0;box-shadow:0 2px 8px #0000001a}.search-input{border:none;background:transparent;flex:1;padding:.25rem;font-size:.95rem;outline:none;color:var(--text-dark)}.search-input::placeholder{color:var(--text-light)}.search-button{border:none;background:transparent;cursor:pointer;font-size:1.2rem;padding:0;display:flex;align-items:center;transition:transform .2s}.search-button:hover{transform:scale(1.1)}.search-suggestions{position:absolute;top:100%;left:0;right:0;margin-top:.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;overflow:hidden;z-index:1002;max-height:400px;overflow-y:auto}.search-suggestion-item{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;cursor:pointer;transition:background .2s;border-bottom:1px solid var(--border-color)}.search-suggestion-item:hover{background:var(--background-secondary)}.search-suggestion-item:last-of-type{border-bottom:none}.suggestion-emoji{font-size:2rem;line-height:1}.suggestion-details{flex:1;min-width:0}.suggestion-name{font-weight:600;color:var(--text-dark);margin-bottom:.25rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.suggestion-meta{display:flex;justify-content:space-between;align-items:center;gap:.5rem;font-size:.85rem}.suggestion-category{color:var(--text-light);text-transform:capitalize}.suggestion-price{color:var(--text-dark);font-weight:600}.search-suggestion-footer{padding:.75rem 1rem;background:var(--background-secondary);border-top:1px solid var(--border-color)}.view-all-results{width:100%;padding:.5rem;background:transparent;border:1px solid var(--text-dark);border-radius:5px;font-size:.9rem;font-weight:500;color:var(--text-dark);cursor:pointer;transition:all .3s}.view-all-results:hover{background:var(--text-dark);color:#fff}.hamburger{display:none;flex-direction:column;gap:5px;background:none;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative}.hamburger.active{position:fixed;right:12px;top:12px;padding:8px}.hamburger span{width:25px;height:3px;background-color:var(--text-dark);transition:all .3s ease;border-radius:2px}.hamburger.active span:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span:nth-child(2){opacity:0}.hamburger.active span:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-cart-icon{display:none;position:relative;align-items:center;text-decoration:none;color:var(--text-dark);z-index:1001}@media (max-width: 768px){.mobile-cart-icon{display:flex}}.mobile-menu-backdrop{display:none;position:fixed;top:0;left:0;width:100%;height:100vh;background:#00000080;z-index:999;opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}@media (max-width: 768px){.mobile-menu-backdrop{display:block}}.mobile-menu{display:none;position:fixed;top:0;right:-100%;width:280px;height:100vh;background:#fff;box-shadow:-2px 0 10px #0000001a;transition:right .3s ease;z-index:1000;padding:100px 2rem 2rem;overflow-y:auto}.mobile-menu.active{right:0}.mobile-search-wrapper{position:relative}.mobile-search{display:flex;align-items:center;background:var(--background-secondary);border-radius:25px;padding:.75rem 1rem;margin-bottom:1rem}.mobile-search .search-input{font-size:1rem}.search-suggestions.mobile{position:static;margin-top:0;margin-bottom:1.5rem;box-shadow:0 2px 10px #0000001a}.mobile-nav-menu{list-style:none;display:flex;flex-direction:column;gap:0}.mobile-nav-menu li{border-bottom:1px solid var(--border-color)}.mobile-nav-menu a{display:flex;align-items:center;padding:1rem 0;text-decoration:none;color:var(--text-dark);font-weight:500;font-size:1.1rem;transition:color .3s}.mobile-nav-menu a:hover,.mobile-nav-menu a.active{color:var(--text-light)}.mobile-nav-menu .cart-link{gap:.75rem}.hero{background:linear-gradient(135deg,#1a1a1a,#2a2a2a,#1a1a1a);color:#fff;padding:0;text-align:center;position:relative;overflow:hidden;min-height:600px}.hero:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 50% 50%,rgba(255,255,255,.03) 0%,transparent 70%);pointer-events:none;z-index:1}.hero-carousel{position:relative;width:100%;height:600px}.hero-slide{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .8s ease-in-out;pointer-events:none}.hero-slide.active{opacity:1;pointer-events:all;z-index:2}.hero-slide-content{display:flex;align-items:center;justify-content:center;gap:4rem;max-width:1200px;margin:0 auto;height:100%;padding:2rem}.hero-image-wrapper{flex:0 0 300px;height:500px;display:flex;align-items:center;justify-content:center;background:#ffffff0d;border-radius:20px;padding:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.hero-carousel-image{max-width:100%;max-height:100%;object-fit:contain;border-radius:10px}.hero-text-content{flex:1;text-align:left;max-width:500px;position:relative;z-index:3}.hero-text-content h1{font-size:3rem;margin-bottom:1rem;font-weight:700;letter-spacing:-1px;line-height:1.2}.hero-text-content .hero-subtitle{font-size:1.1rem;margin-bottom:1rem;opacity:.9;line-height:1.6}.hero-price{font-size:2rem;font-weight:600;margin-bottom:2rem;color:var(--primary-green)}.hero-buttons{display:flex;gap:1rem}.carousel-btn{position:absolute;top:50%;transform:translateY(-50%);background:#ffffff1a;border:2px solid rgba(255,255,255,.3);color:#fff;width:50px;height:50px;border-radius:50%;font-size:2rem;cursor:pointer;transition:all .3s ease;z-index:10;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.carousel-btn:hover{background:#fff3;border-color:#ffffff80}.carousel-prev{left:2rem}.carousel-next{right:2rem}.carousel-dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:.75rem;z-index:10}.carousel-dot{width:12px;height:12px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease;padding:0}.carousel-dot:hover{background:#ffffff80}.carousel-dot.active{background:var(--primary-green);width:32px;border-radius:6px}.hero-content{position:relative;z-index:3;max-width:700px;margin:0 auto;padding:4rem 2rem}.hero-content h1{font-size:2.5rem;margin-bottom:.75rem;font-weight:700;letter-spacing:-1px;line-height:1.2}.hero-subtitle{font-size:1.25rem;margin-bottom:.5rem;font-weight:500;opacity:.9}.hero-description{font-size:1rem;margin-bottom:1.5rem;opacity:.75;font-weight:400}.btn{display:inline-block;padding:.75rem 1.5rem;border:none;border-radius:5px;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s}.btn-primary{background-color:#000;color:#fff;border:2px solid #000}.btn-primary:hover{background-color:#fff;color:#000;transform:translateY(-2px);box-shadow:var(--shadow-hover)}.btn-secondary{background-color:#fff;color:#000;border:2px solid #000}.btn-secondary:hover{background-color:#000;color:#fff}.btn-large{width:100%;padding:1rem;font-size:1.1rem}.section-title{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:var(--primary-color)}.featured-products,.features,.shop-section,.related-products,.about-content{padding:4rem 0}.product-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:2rem}.product-card{background-color:var(--background);border-radius:10px;box-shadow:var(--shadow);overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.product-link{text-decoration:none;color:inherit;display:block}.product-image{background-color:var(--background-secondary);height:200px;display:flex;align-items:center;justify-content:center}.product-emoji{font-size:5rem;transition:transform .3s ease,opacity .2s ease;display:inline-block}.product-emoji.hover{animation:imageSwap .3s ease}@keyframes imageSwap{0%{transform:scale(1) rotateY(0);opacity:1}50%{transform:scale(1.1) rotateY(90deg);opacity:.5}to{transform:scale(1) rotateY(0);opacity:1}}.product-image:hover .product-emoji{transform:scale(1.05)}.product-photo{width:100%;height:100%;object-fit:contain;object-position:center;transition:transform .3s ease}.product-image:hover .product-photo{transform:scale(1.05)}.product-card h3{padding:1rem 1rem .5rem;font-size:1.25rem}.product-category{padding:0 1rem;color:var(--text-light);font-size:.9rem;text-transform:capitalize;margin-bottom:.25rem}.product-scent{padding:0 1rem;color:var(--text-light);font-size:.85rem;font-style:italic;line-height:1.3;margin-bottom:.25rem}.product-price{padding:.5rem 1rem;font-size:1.5rem;color:var(--primary-color);font-weight:700}.product-card .btn{margin:1rem;width:calc(100% - 2rem)}.quantity-controls-inline{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1rem;padding:.75rem;background:var(--background-secondary);border-radius:5px}.qty-btn-inline{width:35px;height:35px;border:1px solid var(--border-color);background:#fff;border-radius:5px;font-size:1.25rem;font-weight:600;cursor:pointer;transition:all .3s;display:flex;align-items:center;justify-content:center}.qty-btn-inline:hover{background:var(--text-dark);color:#fff;border-color:var(--text-dark)}.quantity-display{font-size:1.1rem;font-weight:600;min-width:30px;text-align:center;color:var(--text-dark)}.features{background-color:var(--background-secondary)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.feature-card{text-align:center;padding:2rem;background-color:var(--background);border-radius:10px;box-shadow:var(--shadow)}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{margin-bottom:.5rem;color:var(--primary-color)}.page-header{background:linear-gradient(135deg,#000,#333);color:#fff;padding:4rem 0;text-align:center}.page-header h1{font-size:2.5rem;margin-bottom:.5rem}.search-results-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;background:var(--background-secondary);border-radius:8px;gap:1rem;flex-wrap:wrap}.search-results-header p{margin:0;color:var(--text-dark)}.search-results-header strong{color:#000}.shop-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem;flex-wrap:wrap}.filter-section,.sort-section{display:flex;align-items:center;gap:.5rem}.shop-controls select{padding:.5rem 1rem;border:1px solid var(--border-color);border-radius:5px;font-size:1rem;cursor:pointer}.product-detail{padding:4rem 0}.back-link{display:inline-block;margin-bottom:2rem;color:var(--primary-color);text-decoration:none;font-weight:500}.back-link:hover{text-decoration:underline}.product-detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem}.product-image-large{background-color:var(--background-secondary);border-radius:10px;height:500px;display:flex;align-items:center;justify-content:center}.product-emoji-large{font-size:10rem}.product-photo-large{width:100%;height:100%;object-fit:contain;object-position:center;border-radius:10px}.product-info h1{font-size:2.5rem;margin-bottom:.5rem}.product-category-tag{display:inline-block;background-color:var(--background-secondary);padding:.25rem .75rem;border-radius:20px;font-size:.9rem;color:var(--text-light);text-transform:capitalize;margin-bottom:1rem}.product-price-large{font-size:2rem;color:var(--primary-color);font-weight:700;margin-bottom:2rem}.product-description,.product-details{margin-bottom:2rem}.product-info h3{margin-bottom:1rem;color:var(--primary-color)}.product-details ul{list-style:none;padding-left:0}.product-details li{padding:.5rem 0;border-bottom:1px solid var(--border-color)}.quantity-selector{margin-bottom:2rem}.quantity-selector label{display:block;margin-bottom:.5rem;font-weight:500}.quantity-controls{display:flex;align-items:center;gap:.5rem}.qty-btn{width:40px;height:40px;border:1px solid var(--border-color);background-color:var(--background);border-radius:5px;font-size:1.25rem;cursor:pointer;transition:all .3s}.qty-btn:hover{background-color:var(--background-secondary)}.quantity-controls input{width:60px;height:40px;text-align:center;border:1px solid var(--border-color);border-radius:5px;font-size:1rem}.cart-section{padding:4rem 0;min-height:60vh}.cart-content{display:grid;grid-template-columns:2fr 1fr;gap:2rem}.cart-items{display:flex;flex-direction:column;gap:1rem}.cart-item{display:grid;grid-template-columns:100px 1fr auto auto auto;gap:1rem;align-items:center;padding:1rem;background-color:var(--background);border-radius:10px;box-shadow:var(--shadow)}.cart-item-image{background-color:var(--background-secondary);height:100px;display:flex;align-items:center;justify-content:center;border-radius:5px}.cart-item-photo{width:100%;height:100%;object-fit:contain;border-radius:5px}.cart-item-details h3{font-size:1.1rem;margin-bottom:.25rem}.item-price{color:var(--text-light)}.cart-item-quantity{display:flex;align-items:center;gap:.5rem}.cart-item-quantity input{width:50px;height:35px;text-align:center;border:1px solid var(--border-color);border-radius:5px}.cart-item-total{font-size:1.25rem;font-weight:700;color:var(--primary-color)}.remove-item{background:none;border:none;font-size:2rem;color:var(--text-light);cursor:pointer;width:30px;height:30px;display:flex;align-items:center;justify-content:center;transition:color .3s}.remove-item:hover{color:#e74c3c}.cart-summary{background-color:var(--background-secondary);padding:2rem;border-radius:10px;height:fit-content}.cart-summary h2{margin-bottom:1.5rem;color:var(--primary-color)}.summary-row{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid var(--border-color)}.summary-total{font-size:1.25rem;font-weight:700;color:var(--primary-color);border-bottom:none;margin-top:1rem;padding-top:1rem;border-top:2px solid var(--primary-color)}.cart-summary .btn{margin-top:1rem}.cart-empty{text-align:center;padding:4rem 0}.cart-empty p{font-size:1.5rem;margin-bottom:2rem;color:var(--text-light)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;margin-bottom:4rem}.about-text h2{color:var(--primary-color);margin-bottom:1rem}.about-text p{margin-bottom:1rem;line-height:1.8}.about-image{display:flex;align-items:center;justify-content:center}.placeholder-image{background-color:var(--background-secondary);border-radius:10px;padding:4rem;text-align:center;width:100%}.placeholder-image span{font-size:8rem;display:block;margin-bottom:1rem}.placeholder-image p{font-size:1.25rem;color:var(--text-light)}.values-section h2{text-align:center;color:var(--primary-color);margin-bottom:2rem}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.value-card{background-color:var(--background-secondary);padding:2rem;border-radius:10px;text-align:center}.value-card h3{font-size:1.5rem;margin-bottom:.5rem}.charity-section{margin-top:3rem;padding:3rem 2rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:12px}.charity-section h2{font-size:2rem;margin-bottom:1.5rem;text-align:center;color:var(--text-dark)}.charity-content{display:grid;grid-template-columns:1fr auto;gap:3rem;align-items:center}.charity-text p{font-size:1.1rem;color:var(--text-light);line-height:1.8;margin-bottom:1rem}.charity-link{display:inline-block;margin-top:1rem;color:var(--text-dark);font-weight:600;text-decoration:none;transition:transform .3s}.charity-link:hover{transform:translate(5px)}.charity-logo{text-align:center;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.charity-logo img{width:180px;height:auto;display:block;margin:0 auto}.charity-badge{margin-top:1rem;font-weight:600;color:var(--text-dark);font-size:.95rem}@media (max-width: 768px){.charity-content{grid-template-columns:1fr;gap:2rem}.charity-logo img{width:140px}}.footer{background-color:var(--text-dark);color:#fff;padding:3rem 0 1rem;margin-top:4rem}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{margin-bottom:1rem;color:#fff}.footer-section ul{list-style:none}.footer-section ul li{margin-bottom:.5rem}.footer-section a{color:#fff;text-decoration:none;transition:color .3s}.footer-section a:hover{color:#ddd}.social-links{display:flex;flex-direction:column;gap:.75rem}.social-link{display:flex;align-items:center;gap:.5rem;color:#fff;text-decoration:none;transition:transform .3s,color .3s}.social-link:hover{transform:translate(5px);color:#ddd}.social-icon{font-size:1.5rem;line-height:1}.social-icon-img{width:24px;height:24px;object-fit:contain}.social-icon-img-small{width:20px;height:20px;object-fit:contain}.social-icon-img-large{width:40px;height:40px;object-fit:contain}.social-text{font-size:1rem}.social-banner{background:linear-gradient(135deg,#f5f5f5,#e8e8e8);padding:1.5rem 0;border-bottom:1px solid var(--border-color)}.social-banner-content{display:flex;align-items:center;justify-content:center;gap:2rem;flex-wrap:wrap}.social-banner-text{font-size:1rem;color:var(--text-dark);font-weight:500}.social-banner-links{display:flex;gap:1.5rem}.social-banner-link{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#fff;border:1px solid var(--border-color);border-radius:25px;color:var(--text-dark);text-decoration:none;font-weight:500;transition:all .3s}.social-banner-link:hover{background:var(--text-dark);color:#fff;transform:translateY(-2px);box-shadow:var(--shadow)}@media (max-width: 768px){.social-banner-content{gap:1rem}.social-banner-text{font-size:.9rem;text-align:center;width:100%}.social-banner-links{gap:.75rem;width:100%;justify-content:center}.social-banner-link{padding:.4rem .75rem;font-size:.85rem}}@media (max-width: 480px){.social-banner-text{font-size:.85rem;padding:0 .5rem}.social-banner-links{gap:.5rem;flex-wrap:wrap}.social-banner-link{padding:.4rem .6rem;font-size:.8rem;gap:.4rem}}.connect-section{margin-top:3rem;text-align:center;padding:3rem 2rem;background:linear-gradient(135deg,#f5f5f5,#e8e8e8);border-radius:12px}.connect-section h2{font-size:2rem;margin-bottom:1rem;color:var(--text-dark)}.connect-section>p{font-size:1.1rem;color:var(--text-light);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.social-connect-links{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.social-connect-button{display:flex;align-items:center;gap:1rem;padding:1.5rem 2rem;background:#fff;border:2px solid var(--text-dark);border-radius:12px;text-decoration:none;color:var(--text-dark);transition:all .3s;min-width:200px}.social-connect-button:hover{background:var(--text-dark);color:#fff;transform:translateY(-5px);box-shadow:var(--shadow-hover)}.social-icon-large{font-size:2.5rem;line-height:1}.social-connect-button strong{display:block;font-size:1.1rem;margin-bottom:.25rem}.social-connect-button p{margin:0;font-size:.9rem;opacity:.7}.footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:1rem;align-items:center}.footer-charity{display:flex;align-items:center;gap:.75rem;color:#fffc;font-size:.9rem}.footer-charity-logo{height:32px;width:auto;filter:brightness(0) invert(1);opacity:.8}.footer-bottom p{margin:0}@media (max-width: 480px){.footer-charity{flex-direction:column;gap:.5rem}.footer-charity-logo{height:28px}}.notification{position:fixed;bottom:-100px;left:50%;transform:translate(-50%);background-color:#000;color:#fff;padding:1rem 2rem;border-radius:5px;box-shadow:var(--shadow-hover);transition:bottom .3s;z-index:2000}.notification.show{bottom:20px}@media (max-width: 768px){.search-bar,.nav-menu{display:none}.hamburger{display:flex}.mobile-menu{display:block}.nav-social-icons{display:none}.logo-image{width:120px;height:120px}.navbar-scrolled .logo-image{width:60px;height:60px}.hero-content h1{font-size:2rem}.hero-carousel{height:500px}.hero-slide-content{flex-direction:column;gap:2rem;padding:1rem}.hero-image-wrapper{flex:0 0 auto;width:200px;height:300px}.hero-text-content{text-align:center}.hero-text-content h1{font-size:2rem}.hero-text-content .hero-subtitle{font-size:.95rem}.hero-price{font-size:1.5rem}.hero-buttons{justify-content:center;flex-wrap:wrap}.carousel-btn{width:40px;height:40px;font-size:1.5rem}.carousel-prev{left:.5rem}.carousel-next{right:.5rem}.section-title{font-size:2rem}.product-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.product-detail-grid{grid-template-columns:1fr;gap:2rem}.product-image-large{height:300px}.product-emoji-large{font-size:6rem}.cart-content{grid-template-columns:1fr}.cart-item{grid-template-columns:80px 1fr auto;gap:.5rem}.cart-item-image{height:80px}.cart-item-quantity,.cart-item-total{grid-column:2}.remove-item{grid-column:3;grid-row:1}.about-grid{grid-template-columns:1fr;gap:2rem}.shop-controls{flex-direction:column;align-items:stretch}.filter-section,.sort-section{width:100%}.filter-section select,.sort-section select{flex:1}}@media (max-width: 480px){.container{padding:0 15px}.logo{font-size:1.25rem}.logo-image{width:80px;height:80px}.navbar-scrolled .logo-image{width:50px;height:50px}.mobile-menu{width:100%}.hero{padding:4rem 0}.hero-content h1{font-size:1.75rem}.hero-content p{font-size:1rem}.product-grid{grid-template-columns:1fr}}.candle-care-section{padding:3rem 0}.care-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:3rem}.care-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:var(--shadow);transition:transform .3s,box-shadow .3s;text-align:center}.care-card:hover{transform:translateY(-5px);box-shadow:var(--shadow-hover)}.care-icon{font-size:3rem;margin-bottom:1rem}.care-card h2{font-size:1.5rem;margin-bottom:1rem;color:var(--text-dark)}.care-card p{color:var(--text-light);line-height:1.6}.care-tips-box,.care-warning-box{background:var(--background-secondary);padding:2rem;border-radius:12px;margin-bottom:2rem}.care-tips-box h2{font-size:1.75rem;margin-bottom:1rem;color:var(--text-dark)}.tips-list{list-style:none;padding:0}.tips-list li{padding:.75rem 0;border-bottom:1px solid var(--border-color);color:var(--text-light);line-height:1.6}.tips-list li:last-child{border-bottom:none}.tips-list strong{color:var(--text-dark)}.care-warning-box{background:#fff3cd;border:2px solid #ffc107}.care-warning-box h3{color:#856404;margin-bottom:1rem;font-size:1.25rem}.care-warning-box ul{color:#856404;line-height:1.8;margin-left:1.5rem}.care-warning-box li{margin-bottom:.5rem}.safety-pictograms-section{margin-top:3rem}.safety-pictograms-section h2{font-size:2rem;margin-bottom:.5rem;color:var(--text-dark);text-align:center}.safety-subtitle{text-align:center;color:var(--text-light);margin-bottom:2rem;font-size:1.1rem}.safety-pictograms-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1.5rem;margin-top:2rem}.safety-pictogram{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;transition:transform .3s,box-shadow .3s;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem}.safety-pictogram:hover{transform:translateY(-5px);box-shadow:0 4px 16px #00000026}.safety-pictogram img{width:100%;height:auto;display:block;border-radius:8px}.safety-caption{text-align:center;font-size:.85rem;font-weight:600;color:var(--text-dark);line-height:1.3;margin:0}@media (max-width: 768px){.safety-pictograms-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:1rem}.safety-pictogram{padding:.75rem}}@media (max-width: 480px){.safety-pictograms-grid{grid-template-columns:repeat(2,1fr)}}#root{width:100%;min-height:100vh}.app{display:flex;flex-direction:column;min-height:100vh}main{flex:1}
