:root{--green: #2d6a4f;--yellow: #f4c542;--coral: #ff6b6b;--dark-text: #1a1a1a;--light-gray: #f5f5f5;--border-radius: 12px;--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Nunito,sans-serif;color:var(--dark-text);line-height:1.6}.gm-hero{background:linear-gradient(135deg,#2d6a4fd9,#f4c542cc),url('{{ "hero-background.jpg" | asset_url }}') center/cover no-repeat;background-attachment:fixed;min-height:600px;display:flex;align-items:center;justify-content:center;color:#fff;text-align:center;padding:60px 20px}.gm-hero-content{max-width:700px;z-index:2}.gm-welcome-badge{display:inline-block;background:#fff3;padding:12px 24px;border-radius:50px;font-size:14px;font-weight:600;margin-bottom:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.gm-hero h1{font-family:Playfair Display,serif;font-size:56px;font-weight:700;margin-bottom:24px;line-height:1.2;text-shadow:2px 2px 4px rgba(0,0,0,.3)}.gm-hero p{font-size:18px;margin-bottom:32px;opacity:.95;text-shadow:1px 1px 2px rgba(0,0,0,.2)}.gm-hero-buttons{display:flex;gap:16px;justify-content:center;flex-wrap:wrap}.gm-btn{padding:14px 32px;border-radius:var(--border-radius);font-size:16px;font-weight:600;text-decoration:none;transition:var(--transition);border:none;cursor:pointer;display:inline-block}.gm-btn-primary{background:var(--green);color:#fff}.gm-btn-primary:hover{background:#1f4a37;transform:translateY(-2px);box-shadow:0 8px 16px #2d6a4f4d}.gm-btn-secondary{background:#fff;color:var(--green);border:2px solid var(--green)}.gm-btn-secondary:hover{background:var(--green);color:#fff;transform:translateY(-2px)}.gm-trust-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding:60px 20px;background:var(--light-gray);text-align:center}.gm-trust-item{padding:20px}.gm-trust-icon{font-size:32px;display:block;margin-bottom:12px}.gm-trust-item p{font-size:15px;color:var(--dark-text)}.gm-trust-item strong{color:var(--green)}.gm-products-section{padding:60px 20px;background:#fff}.gm-section-header{text-align:center;margin-bottom:48px}.gm-section-header h2{font-family:Playfair Display,serif;font-size:40px;color:var(--dark-text);margin-bottom:12px}.gm-section-header>p:nth-of-type(1){font-size:20px;color:#666;margin-bottom:8px}.gm-subtitle{font-size:16px;color:#888;max-width:600px;margin:0 auto}.gm-filters{display:flex;justify-content:center;gap:12px;margin-bottom:40px;flex-wrap:wrap}.gm-filter-btn{padding:10px 20px;border:2px solid #ddd;background:#fff;border-radius:50px;cursor:pointer;font-size:14px;font-weight:600;transition:var(--transition);color:var(--dark-text)}.gm-filter-btn:hover,.gm-filter-btn.active{background:var(--green);color:#fff;border-color:var(--green)}.gm-products-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:24px;margin-bottom:48px;max-width:1400px;margin-left:auto;margin-right:auto}.gm-product-card{background:#fff;border:1px solid #eee;border-radius:var(--border-radius);overflow:hidden;transition:var(--transition);cursor:pointer}.gm-product-card:hover{box-shadow:0 12px 24px #0000001a;transform:translateY(-8px)}.gm-product-image{position:relative;width:100%;height:220px;overflow:hidden;background:var(--light-gray)}.gm-product-image img{width:100%;height:100%;object-fit:cover;transition:var(--transition)}.gm-product-card:hover .gm-product-image img{transform:scale(1.05)}.gm-product-badge{position:absolute;top:12px;right:12px;background:var(--coral);color:#fff;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:700}.gm-product-info{padding:16px}.gm-product-stars{color:var(--yellow);font-size:14px;margin-bottom:8px}.gm-product-stars span{color:#888;font-size:12px;margin-left:6px}.gm-product-title{font-size:14px;font-weight:700;color:var(--dark-text);margin-bottom:12px;line-height:1.4;min-height:40px}.gm-product-pricing{margin-bottom:16px}.gm-product-price{font-size:16px;font-weight:700;color:var(--green)}.gm-add-to-cart{display:block;width:100%;padding:12px;background:var(--green);color:#fff;text-align:center;border-radius:6px;text-decoration:none;font-weight:600;transition:var(--transition);border:none;cursor:pointer;font-size:14px}.gm-add-to-cart:hover{background:#1f4a37}.gm-browse-all{text-align:center;margin-bottom:24px}.gm-browse-all .gm-btn{display:inline-block;padding:16px 48px}.gm-stats-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:24px;padding:60px 20px;background:linear-gradient(135deg,var(--green) 0%,rgba(45,106,79,.8) 100%);color:#fff;text-align:center}.gm-stat h3{font-family:Playfair Display,serif;font-size:48px;font-weight:700;margin-bottom:8px}.gm-stat p{font-size:16px;opacity:.95}.gm-reviews-section{padding:60px 20px;background:var(--light-gray);text-align:center}.gm-reviews-section h2{font-family:Playfair Display,serif;font-size:40px;color:var(--dark-text);margin-bottom:8px}.gm-reviews-section>p{font-size:18px;color:#666;margin-bottom:40px}.gm-testimonials{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:24px;max-width:1200px;margin:0 auto}.gm-testimonial{background:#fff;padding:24px;border-radius:var(--border-radius);box-shadow:0 4px 12px #0000000d}.gm-stars{color:var(--yellow);font-size:16px;margin-bottom:12px}.gm-testimonial p{font-size:15px;color:#666;margin-bottom:12px;line-height:1.6}.gm-author{font-weight:600;color:var(--green);font-size:14px}@media(max-width:768px){.gm-hero{min-height:400px;padding:40px 20px}.gm-hero h1{font-size:36px}.gm-hero p{font-size:16px}.gm-hero-buttons{flex-direction:column}.gm-btn{width:100%}.gm-products-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:16px}.gm-product-image{height:150px}.gm-section-header h2{font-size:28px}.gm-stat h3{font-size:36px}}@media(max-width:480px){.gm-hero h1{font-size:28px}.gm-products-grid{grid-template-columns:repeat(2,1fr);gap:12px}.gm-filters{gap:8px}.gm-filter-btn{padding:8px 12px;font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/1/assets/gigglemelon-fixed.css.map */
