:root{--primary-color:#118ab2;--secondary-color:#ffc107;--accent-color:#06d6a0;--text-dark:#2b2d42;--text-light:#718096;--transition:all .3s ease;--pink:#e9487b;--light-pink:#fdf2f5;--yellow:#ffc107;--light-yellow:#fffdf5;--blue:#118ab2;--light-blue:#f2f9fb;--teal:#06d6a0;--light-teal:#f2fcf9;--purple:#8338ec;--navy:#1d2538}.text-pink{color:var(--pink)!important}.text-yellow{color:var(--yellow)!important}.text-blue{color:var(--blue)!important}.text-teal{color:var(--teal)!important}.text-purple{color:var(--purple)!important}.bg-pink{background-color:var(--pink)!important}.bg-yellow{background-color:var(--yellow)!important}.bg-blue{background-color:var(--blue)!important}.bg-teal{background-color:var(--teal)!important}.bg-purple{background-color:var(--purple)!important}.bg-light-pink{background-color:var(--light-pink)!important}.bg-light-yellow{background-color:var(--light-yellow)!important}.bg-light-blue{background-color:var(--light-blue)!important}.bg-light-teal{background-color:var(--light-teal)!important}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;padding:0;font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}body{color:var(--text-dark);line-height:1.6}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;line-height:1.3}p{letter-spacing:.01em;line-height:1.7}html,body{width:100%;margin:0;padding:0;overflow-x:hidden}header{z-index:10000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;padding:.5rem 1rem;position:sticky;top:0;box-shadow:0 2px 15px #0000001a}nav{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;display:flex}.logo-container{border-radius:8px}.logo{object-fit:cover;width:50px;height:50px;transition:var(--transition);border-radius:50%}.logo:hover{transform:scale(1.05)}.nav-links{align-items:center;gap:2rem;display:flex}.nav-links a{color:var(--text-dark);transition:var(--transition);font-weight:500;text-decoration:none;position:relative}.nav-links a:hover{color:var(--secondary-color)}.nav-links a:after{content:"";background:var(--secondary-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:-5px;left:0}.nav-links a:hover:after{width:100%}.cart-icon{cursor:pointer;align-items:center;gap:.5rem;padding:.5rem;transition:transform .3s,color .3s;display:flex;position:relative}.cart-icon:hover{color:var(--secondary-color);transform:scale(1.1)}.cart-icon i{color:var(--text-dark);font-size:1.5rem}.cart-count{background:var(--secondary-color);color:#fff;text-align:center;border-radius:50%;min-width:24px;padding:4px 8px;font-size:.8rem;font-weight:700;position:absolute;top:-10px;right:-10px;box-shadow:0 2px 4px #0003}.mobile-menu-btn{color:var(--primary-color);cursor:pointer;background:0 0;border:none;padding:.5rem;font-size:1.5rem;display:none}@media (width<=768px){.mobile-menu-btn{font-size:1.5rem;display:block}.nav-links{background:#fff;flex-direction:column;gap:1rem;padding:1rem;display:none;position:absolute;top:100%;left:0;right:0;box-shadow:0 2px 15px #0000001a}.nav-links.active{display:flex}.nav-links a{font-size:1rem}.cart-icon{padding:.5rem 0}.cart-icon i{font-size:1.2rem}.cart-count{margin-left:.5rem;padding:4px 6px;font-size:.75rem;position:static}}@media (width<=480px){.logo{width:40px}}.hero{color:#fff;background-color:#0000;background-image:linear-gradient(90deg,#0000008c 40%,#0000001a 100%),url(/img/hero-bg.jpg);background-position:50% 30%;background-repeat:repeat,repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;min-height:72vh;margin:0;padding:6rem 5rem;display:flex}.hero-content{max-width:620px;padding:0}.hero h1{text-shadow:1px 2px 8px #0006;margin-bottom:1.2rem;font-size:3rem;font-weight:800;line-height:1.15;animation:1s slideUp}.hero p{color:#ffffffe0;margin-bottom:2rem;font-size:1.15rem;line-height:1.6;animation:1s .2s backwards slideUp}.button-container{justify-content:flex-start;gap:1rem;margin-top:1.5rem;display:flex}.btn{cursor:pointer;border:none;border-radius:5px;padding:.8rem 2rem;font-weight:700;text-decoration:none;transition:transform .3s,background .3s;display:inline-block}.btn-primary{background:var(--secondary-color);color:#fff}.btn-primary:hover{background:var(--primary-color);transform:translateY(-2px)}.btn-secondary{background:var(--primary-color);color:#fff}.btn-secondary:hover{background:var(--secondary-color);transform:translateY(-2px)}@media (width<=1200px){.hero h1{font-size:2.4rem}.hero p{font-size:1.05rem}}@media (width<=768px){.hero{text-align:center;align-items:center;min-height:55vh;padding:4rem 1.5rem}.hero-content{max-width:100%}.hero h1{font-size:2rem}.hero p{font-size:.95rem}.button-container{flex-direction:column;justify-content:center;align-items:center;gap:.75rem}.hero .btn{width:100%;max-width:300px;padding:.75rem 1rem;font-size:.9rem}}@media (width<=480px){.hero{min-height:50vh;padding:3rem 1rem}.hero h1{font-size:1.75rem}.hero p{font-size:.88rem}.hero .btn{padding:.6rem 1.5rem;font-size:.8rem}}.trust-bar{background:var(--primary-color);flex-wrap:wrap;justify-content:center;align-items:center;gap:0;padding:.75rem 2rem;display:flex}.trust-item{color:#ffffffeb;border-right:1px solid #ffffff40;align-items:center;gap:8px;padding:.4rem 1.5rem;font-size:.85rem;font-weight:500;display:flex}.trust-item:last-child{border-right:none}.trust-item i{color:gold;font-size:1rem}@media (width<=768px){.trust-bar{gap:0;padding:.6rem 1rem}.trust-item{border-bottom:1px solid #ffffff26;border-right:none;justify-content:center;width:50%;padding:.3rem .8rem;font-size:.75rem}.trust-item:nth-child(3),.trust-item:nth-child(4){border-bottom:none}}@media (width<=400px){.trust-item{border-bottom:1px solid #ffffff26;border-right:none;width:100%}.trust-item:last-child{border-bottom:none}}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.why-choose-section{background:linear-gradient(135deg,#ffffffe6,#f4a2611a);margin:0 auto;padding:4rem 1rem 2rem;animation:.6s ease-out fadeIn}.section-title{text-align:center;color:var(--primary-color);margin-bottom:3rem;padding-bottom:1rem;font-size:2.5rem;position:relative}.section-title:after{content:"";background:var(--secondary-color);width:150px;height:3px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;max-width:1400px;margin:0 auto;padding:2rem 0;display:grid}.benefit-card{text-align:center;transition:var(--transition);background:#fff;border-radius:12px;flex-direction:column;justify-content:flex-start;align-items:center;padding:1.5rem;display:flex;box-shadow:0 4px 8px #0000001a}.benefit-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.benefit-card:first-child{background:#006a5f1a}.benefit-card:nth-child(2){background:#ff7f501a}.benefit-card:nth-child(3){background:#f4a2611a}.benefit-card:nth-child(4){background:#006a5f33}.benefit-card h3{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.benefit-card p{color:var(--text-light);font-size:1rem;line-height:1.6}.benefit-card i{color:var(--primary-color);transition:var(--transition);margin-bottom:1rem;font-size:1.5rem}.benefit-card:hover i{transform:scale(1.1)}.why-choose-cta-container{text-align:center;background:#006a5f0d;border-radius:12px;max-width:1400px;margin:2rem auto;padding:2rem 1rem;box-shadow:0 4px 8px #0000001a}.why-choose-cta-container p{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.2rem;line-height:1.6}.why-choose-cta-btn{background:var(--primary-color);color:#fff;transition:var(--transition);border-radius:5px;padding:1rem 2.5rem;font-size:1.1rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 6px #0000001a}.why-choose-cta-btn:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media (width<=1200px){.section-title{font-size:2.2rem}.benefit-card h3{font-size:1.3rem}.benefit-card p{font-size:.9rem}}@media (width<=768px){.section-title{font-size:2rem}.benefits-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.why-choose-cta-container{padding:1.5rem 1rem}.why-choose-cta-container p{margin-bottom:1rem;font-size:1.1rem}.why-choose-cta-btn{padding:.7rem 2rem;font-size:1rem}}@media (width<=480px){.section-title{font-size:1.8rem}.benefits-grid{gap:1rem}.benefit-card{padding:.4rem}.benefit-card h3{font-size:1rem}.benefit-card p{font-size:.85rem}.why-choose-cta-container p{font-size:.9rem}.why-choose-cta-btn{padding:.6rem 1.5rem;font-size:.8rem}}.nav-active{font-weight:700;color:var(--secondary-color)!important}.nav-active:after{width:100%!important}.page-banner{background:linear-gradient(135deg, var(--primary-color) 0%, #004d44 60%, #006a5f 100%);text-align:center;color:#fff;padding:3.5rem 2rem 3rem;position:relative;overflow:hidden}.page-banner:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.04'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.page-banner-content{max-width:700px;margin:0 auto;position:relative}.page-banner h1{text-shadow:0 2px 8px #0003;margin-bottom:.6rem;font-size:2.4rem;font-weight:800}.page-banner p{opacity:.9;letter-spacing:.5px;margin-bottom:1.2rem;font-size:1.1rem;font-weight:300}.breadcrumb{opacity:.8;align-items:center;gap:8px;margin:0;padding:0;font-size:.85rem;list-style:none;display:inline-flex}.breadcrumb a{color:#fff;text-decoration:none;transition:opacity .2s}.breadcrumb a:hover{opacity:.7}.breadcrumb i{opacity:.7;font-size:.65rem}.breadcrumb span{color:gold;font-weight:600}@media (width<=768px){.page-banner{padding:2.5rem 1rem 2rem}.page-banner h1{font-size:1.7rem}}.shop-teaser{background:linear-gradient(135deg,#f0fdf9 0%,#fefefe 100%);border-top:1px solid #e2f5f0;border-bottom:1px solid #e2f5f0;padding:4rem 2rem}.shop-teaser-inner{grid-template-columns:1fr 1fr;align-items:center;gap:3rem;max-width:1100px;margin:0 auto;display:grid}.shop-teaser-text h2{color:var(--text-dark);margin-bottom:.75rem;font-size:2rem;font-weight:800;line-height:1.25}.shop-teaser-text p{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.65}.shop-teaser-btn{border-radius:8px;align-items:center;gap:8px;padding:.9rem 2rem;font-size:1rem;text-decoration:none;display:inline-flex}.shop-teaser-badges{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.teaser-badge{text-align:center;background:#fff;border:1px solid #e9f5f3;border-radius:12px;flex-direction:column;align-items:center;gap:.6rem;padding:1.25rem;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 3px 12px #00000012}.teaser-badge:hover{transform:translateY(-4px);box-shadow:0 8px 20px #006a5f1f}.teaser-badge i{color:var(--primary-color);font-size:1.6rem}.teaser-badge span{color:var(--text-dark);font-size:.88rem;font-weight:600}@media (width<=768px){.shop-teaser-inner{grid-template-columns:1fr;gap:2rem}.shop-teaser-text h2{font-size:1.5rem}.shop-teaser{padding:3rem 1rem}}#products{max-width:1400px;margin:0 auto;padding:4rem 1rem 0;animation:.6s ease-out fadeIn}.products-container{max-width:1400px;margin:0 auto;padding:2rem 0}.filter-sort-bar{background:#006a5f0d;border-radius:8px;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1rem;display:flex}.filter,.sort{align-items:center;gap:.5rem;display:flex}.filter label,.sort label{color:var(--text-dark);font-weight:600}.filter select,.sort select{border:2px solid #e2e8f0;border-radius:8px;padding:.5rem;font-size:1rem;transition:border-color .3s,box-shadow .3s}.products-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:1.5rem;padding:1rem 0 2rem;display:grid}.product-card{background:#fff;border-radius:14px;flex-direction:column;transition:box-shadow .25s,transform .25s;display:flex;position:relative;overflow:hidden;box-shadow:0 2px 12px #00000012}.product-card:hover{transform:translateY(-6px);box-shadow:0 12px 32px #00000021}.product-img-wrap{background:#f7f5f0;height:240px;position:relative;overflow:hidden}.product-img-wrap img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.product-card:hover .product-img-wrap img{transform:scale(1.07)}.product-category-chip{color:#fff;text-transform:uppercase;letter-spacing:.7px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#006a5fd9;border-radius:20px;padding:4px 10px;font-size:.7rem;font-weight:700;position:absolute;top:12px;left:12px}.product-wishlist{cursor:pointer;color:#ccc;background:#fff;border:none;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;transition:transform .2s;display:flex;position:absolute;top:10px;right:10px;box-shadow:0 2px 8px #00000026}.product-wishlist:hover,.product-wishlist.wished{color:#ef4444;transform:scale(1.15)}.product-card-overlay{background:linear-gradient(#0000,#0000008c);justify-content:center;padding:14px;transition:transform .3s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translateY(100%)}.product-card:hover .product-card-overlay{transform:translateY(0)}.quick-add-btn{color:var(--primary-color);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#ffffffeb;border:none;border-radius:8px;align-items:center;gap:8px;padding:9px 20px;font-size:.88rem;font-weight:700;transition:background .2s;display:flex}.quick-add-btn:hover{background:#fff}.product-info{flex-direction:column;flex:1;padding:1rem;display:flex}.product-info h3{color:var(--text-dark);margin-bottom:.35rem;font-size:1rem;font-weight:700;line-height:1.3}.product-rating{align-items:center;gap:4px;margin-bottom:.4rem;font-size:.8rem;display:flex}.review-count{color:var(--text-light);margin-left:2px;font-size:.78rem}.product-description{color:var(--text-light);-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;flex:1;margin-bottom:.75rem;font-size:.82rem;line-height:1.45;display:-webkit-box;overflow:hidden}.product-price-row{align-items:baseline;gap:8px;margin-bottom:.85rem;display:flex}.product-price{color:var(--secondary-color);font-size:1.15rem;font-weight:800}.product-price-was{color:#a0aec0;font-size:.82rem;text-decoration:line-through}.add-to-cart-main{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;margin-top:auto;padding:.75rem;font-size:.9rem;font-weight:700;transition:background .25s,transform .15s;display:flex}.add-to-cart-main:hover{background:var(--secondary-color);transform:translateY(-1px)}.add-to-cart-main:active{transform:translateY(0)}.products-section-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:1.5rem;display:flex}.products-subtitle{color:var(--text-light);margin-top:0;font-size:.95rem}.filter-sort-bar{background:#fff;border:1px solid #e9ecef;border-radius:10px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:.75rem 1rem;display:flex;box-shadow:0 2px 8px #0000000f}.filter-group{flex-wrap:wrap;flex:1;align-items:center;gap:.75rem;display:flex}.search-box{background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:8px;flex:1;align-items:center;gap:8px;min-width:180px;max-width:320px;padding:.5rem .9rem;transition:border-color .2s;display:flex}.search-box:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 3px #006a5f1a}.search-box i{color:var(--text-light);font-size:.9rem}.search-box input{width:100%;color:var(--text-dark);background:0 0;border:none;outline:none;font-family:inherit;font-size:.9rem}.filter select,.sort select{color:var(--text-dark);cursor:pointer;appearance:none;background:#f8fafc url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M6 8L1 3h10z' fill='%23718096'/%3E%3C/svg%3E") right 10px center no-repeat;border:1.5px solid #e2e8f0;border-radius:8px;padding:.55rem 28px .55rem .9rem;font-family:inherit;font-size:.88rem;transition:border-color .2s}.filter select:focus,.sort select:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #006a5f1a}@media (width<=768px){.products-grid{grid-template-columns:repeat(2,1fr);gap:.85rem}.product-img-wrap{height:180px}.product-info{padding:.75rem}.product-info h3{font-size:.88rem}.product-description{font-size:.75rem}.product-price{font-size:1rem}.add-to-cart-main{padding:.6rem;font-size:.82rem}.filter-sort-bar{flex-direction:column;align-items:stretch}.filter-group{flex-direction:column}.search-box{max-width:100%}.sort select,.filter select{width:100%}}@media (width<=480px){.products-grid{gap:.6rem}.product-img-wrap{height:155px}}.featured-products-section{background:#fdfcfb;border-top:1px solid #f0f0f0;padding:4rem 1rem}.featured-carousel-container{align-items:center;gap:1rem;max-width:1400px;margin:0 auto;display:flex;position:relative}.featured-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none;flex:1;gap:1.5rem;padding:1.5rem .5rem;display:flex;overflow-x:auto}.featured-carousel::-webkit-scrollbar{display:none}.featured-carousel .product-card{scroll-snap-align:start;flex:0 0 calc(25% - 1.2rem);min-width:250px}.fc-btn{width:44px;height:44px;color:var(--primary-color);cursor:pointer;z-index:10;background:#fff;border:1px solid #eee;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:1.1rem;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000014}.fc-btn:hover{background:var(--primary-color);color:#fff;transform:scale(1.05)}@media (width<=1024px){.featured-carousel .product-card{flex:0 0 calc(33.333% - 1rem)}}@media (width<=768px){.featured-carousel .product-card{flex:0 0 calc(50% - .75rem)}.fc-btn{display:none}}@media (width<=480px){.featured-carousel .product-card{flex:0 0 85%}}#testimonials{background:linear-gradient(#006a5f0d,#006a5f0d);padding:4rem 1rem;position:relative;overflow:hidden}.testimonials-carousel{scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:1.5rem;max-width:1400px;margin:0 auto;padding:2rem 0;display:flex;position:relative;overflow-x:hidden}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonial-card{border-left:4px solid var(--secondary-color);transition:var(--transition);scroll-snap-align:start;background:#fff;border-radius:12px;flex:0 0 calc(25% - 1.5rem);padding:2rem;position:relative;box-shadow:0 4px 8px #0000001a}.testimonial-card:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}.testimonial-card:before{content:"“";color:var(--primary-color);opacity:.2;font-size:4rem;position:absolute;top:-10px;left:10px}.testimonial-card p{color:var(--text-light);margin-bottom:1rem;font-size:1rem;line-height:1.6}.testimonial-rating{color:#ffc107;margin-bottom:1rem;font-size:1.2rem}.testimonial-card h4{color:var(--primary-color);font-size:1.1rem;font-weight:600}.slider-prev,.slider-next{color:var(--primary-color);cursor:pointer;z-index:10;background:#ffffffe6;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .3s;display:flex;position:absolute;top:calc(50% + 50px);transform:translateY(-50%);box-shadow:0 4px 12px #0000001a}.slider-prev:hover,.slider-next:hover{background:#fff}.slider-prev{left:calc(50vw - 760px)}.slider-next{right:calc(50vw - 760px)}.testimonial-card-highlight{background:#ffc1070d;border-left:4px solid #ffc107}.testimonial-card-highlight:before{color:#ffc107;opacity:.3}.testimonial-card-highlight p{font-weight:600}.testimonial-card-highlight h4{color:#ffc107}@media (width<=1024px){.testimonial-card{flex:0 0 calc(50% - 1.5rem)}.slider-prev{left:20px}.slider-next{right:20px}}@media (width<=768px){.testimonial-card{flex:0 0 calc(50% - 1.5rem);padding:1.5rem}.testimonial-card:before{font-size:3rem;top:-8px;left:8px}.testimonial-card p{font-size:.9rem}.testimonial-card h4{font-size:1rem}.slider-prev{left:10px}.slider-next{right:10px}}@media (width<=480px){.testimonial-card{flex:0 0 100%;padding:1rem}.testimonial-card:before{font-size:2.5rem;top:-6px;left:6px}.testimonial-card p{font-size:.85rem}.testimonial-card h4{font-size:.9rem}.slider-prev{left:5px}.slider-next{right:5px}}#contact{max-width:100vw;padding:4rem 1rem;box-shadow:0 8px 16px #0000001a}.contact-container{background:#ffffffe6;border-radius:12px;gap:2rem;max-width:1400px;margin:0 auto;padding:1.5rem;display:flex;box-shadow:0 4px 8px #0000001a}.contact-content{flex:1;max-width:600px}#contact .section-title{color:#006a5f;margin-bottom:1rem;font-size:2rem}#contact .contact-description{color:#333;margin-bottom:1.5rem;font-size:1rem;line-height:1.5}#contact .contact-form{flex-direction:column;gap:1.25rem;display:flex}#contact .form-group{flex-direction:column;gap:.5rem;display:flex}#contact input,#contact textarea{border:2px solid #e2e8f0;border-radius:8px;width:100%;padding:.75rem;font-size:.95rem;transition:border-color .3s,box-shadow .3s}#contact input::placeholder,#contact textarea::placeholder{color:#999;font-size:.9rem}#contact input:focus,#contact textarea:focus{border-color:#006a5f;outline:none;box-shadow:0 0 8px #006a5f33}#contact .contact-form button[type=submit]{color:#fff;cursor:pointer;background:#006a5f;border:none;border-radius:8px;width:100%;padding:.75rem;font-size:1rem;font-weight:600;transition:background .3s,transform .2s}#contact .contact-form button[type=submit]:hover{background:#004d47;transform:translateY(-2px)}#contact .contact-form button[type=submit]:active{transform:translateY(1px)}.success-message{color:#155724;text-align:center;background-color:#d4edda;border:1px solid #c3e6cb;border-radius:8px;margin-top:1rem;padding:1rem}#contact .contact-info{flex:1;grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}#contact .info-card{text-align:center;background:#006a5f0d;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;padding:1.25rem;transition:transform .3s,box-shadow .3s;display:flex}#contact .info-card:hover{transform:translateY(-5px);box-shadow:0 4px 8px #0000001a}#contact .info-card i{color:#006a5f;margin-bottom:.75rem;font-size:1.75rem}#contact .info-card h3{color:#006a5f;margin-bottom:.5rem;font-size:1.25rem}#contact .info-card p{color:#555;font-size:.9rem;line-height:1.5}@media (width<=1024px){#contact .contact-container{flex-direction:column;gap:2rem;padding:1.5rem}#contact .contact-content{max-width:100%}#contact .contact-info{grid-template-columns:repeat(2,1fr);gap:1.5rem}#contact .info-card{padding:1rem}#contact .section-title{font-size:1.8rem}#contact .contact-description{font-size:.95rem}#contact input,#contact textarea{padding:.7rem;font-size:.9rem}#contact input::placeholder,#contact textarea::placeholder{font-size:.85rem}#contact .contact-form button[type=submit]{padding:.7rem;font-size:.95rem}#contact .info-card i{font-size:1.5rem}#contact .info-card h3{font-size:1.1rem}#contact .info-card p{font-size:.85rem}}@media (width<=768px){#contact .contact-info{grid-template-columns:repeat(2,1fr);gap:1.5rem}#contact .info-card i{font-size:1.25rem}#contact .info-card h3{font-size:1rem}#contact .info-card p{font-size:.8rem}}@media (width<=480px){#contact .contact-container{padding:1rem}#contact .contact-info{grid-template-columns:1fr;gap:1rem}#contact .info-card{padding:1rem}#contact .section-title{font-size:1.6rem}#contact .contact-description{font-size:.9rem}#contact input,#contact textarea{padding:.65rem;font-size:.85rem}#contact input::placeholder,#contact textarea::placeholder{font-size:.8rem}#contact .contact-form button[type=submit]{padding:.65rem;font-size:.9rem}#contact .info-card i{font-size:1rem}#contact .info-card h3{font-size:.95rem}#contact .info-card p{font-size:.75rem}}footer{color:#fff;background:#000;padding:60px 20px 20px}.footer-content{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;max-width:1400px;margin:0 auto;display:grid}.footer-section h4{border-bottom:2px solid #fff3;margin-bottom:1rem;padding-bottom:.5rem;font-size:1.2rem}.footer-section p{color:#fffc;margin-bottom:.8rem;font-size:.9rem}.footer-section a{color:#fffc;margin-bottom:.8rem;text-decoration:none;transition:color .3s;display:block}.footer-section a:hover{color:#fff}.footer-map{border:none;border-radius:8px;width:100%;height:200px;transition:transform .3s,box-shadow .3s;box-shadow:0 4px 8px #0000001a}.footer-map:hover{transform:translateY(-5px);box-shadow:0 8px 16px #0003}footer .social-links{flex-direction:column;display:flex}footer .social-links a{transition:var(--transition);color:#fff;background:#ffffff1a;border-radius:8px;align-items:center;gap:.8rem;padding:.4rem 1.5rem;text-decoration:none;display:inline-flex}footer .social-links a:hover{background:#fff3}.copyright{text-align:center;color:#fffc;border-top:1px solid #ffffff1a;margin-top:2rem;padding-top:1rem;font-size:.9rem}.designer-credit{color:#fffc;text-align:center;margin-top:1rem;font-size:.9rem;position:relative}.designer-credit:after{content:"Visit Jerry's Portfolio";background:var(--secondary-color);color:#fff;white-space:nowrap;opacity:0;pointer-events:none;border-radius:5px;padding:.5rem;font-size:.8rem;transition:opacity .3s;position:absolute;top:-40px;left:50%;transform:translate(-50%)}.designer-credit:hover:after{opacity:1}.designer-credit i{color:#ff4d4d;margin:0 .25rem;animation:1.5s infinite pulse}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.designer-credit a{color:var(--secondary-color);text-decoration:none;transition:color .3s}.designer-credit a:hover{color:#fff;text-decoration:underline}@media (width<=1024px){.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-section h4{font-size:1.1rem}.footer-section p,.footer-section a{font-size:.85rem}.footer-map{height:180px}footer .social-links a{padding:.7rem 1.2rem;font-size:.85rem}}@media (width<=768px){.footer-content{grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer-section h4{font-size:1rem}.footer-section p,.footer-section a{font-size:.8rem}.footer-map{height:150px}footer .social-links a{padding:.6rem 1rem;font-size:.8rem}}@media (width<=480px){.footer-content{grid-template-columns:1fr;gap:1rem}.footer-section h4{font-size:.95rem}.footer-section p,.footer-section a{font-size:.75rem}.footer-map{height:120px}footer .social-links a{padding:.5rem .8rem;font-size:.75rem}.copyright,.designer-credit{font-size:.8rem}}.whatsapp-float{color:#fff;z-index:1000;background-color:#25d366;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;text-decoration:none;transition:transform .3s ease-in-out,background-color .3s;display:flex;position:fixed;bottom:20px;right:20px;box-shadow:0 4px 8px #0003}.whatsapp-float:hover{background-color:#128c7e;transform:scale(1.1)}.scroll-top-btn{background:var(--secondary-color);color:#fff;cursor:pointer;z-index:1000;border:none;border-radius:50%;width:60px;height:60px;transition:transform .3s ease-in-out,background-color .3s;display:none;position:fixed;bottom:90px;right:20px;box-shadow:0 4px 8px #0003}.scroll-top-btn:hover{background:var(--primary-color);transform:scale(1.1)}.scroll-top-btn i{font-size:24px}.scroll-top-btn.visible{justify-content:center;align-items:center;display:flex}@media (width<=768px){.whatsapp-float{width:50px;height:50px;font-size:28px;bottom:15px;right:15px}.scroll-top-btn{width:50px;height:50px;bottom:75px;right:15px}.scroll-top-btn i{font-size:20px}}@media (width<=480px){.whatsapp-float{width:40px;height:40px;font-size:24px;bottom:10px;right:10px}.scroll-top-btn{width:40px;height:40px;bottom:60px;right:10px}.scroll-top-btn i{font-size:18px}}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.loading-spinner{z-index:10000;background:#fffc;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.spinner{border:4px solid #0000001a;border-left-color:var(--primary-color);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.cart-modal{z-index:1001;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.cart-modal .cart-modal-content{width:90%;max-width:500px;color:var(--text-dark);background:#fff;border-radius:10px;padding:2rem;box-shadow:0 4px 10px #0003}.cart-modal .cart-modal-content h2{color:var(--primary-color);text-align:center;margin-bottom:1.5rem;font-size:2rem}.cart-modal #cartItems{max-height:300px;margin-bottom:1.5rem;overflow-y:auto}.cart-modal .cart-item{border-bottom:1px solid #e2e8f0;justify-content:space-between;align-items:center;padding:.5rem 0;display:flex}.cart-modal .cart-item:last-child{border-bottom:none}.cart-modal .cart-actions{flex-direction:column;gap:.5rem;display:flex}.cart-modal #checkoutButton,.cart-modal #closeCartModal{cursor:pointer;border:none;border-radius:5px;padding:.8rem;font-size:1rem;transition:background .3s}.cart-modal #checkoutButton{background:var(--primary-color);color:#fff}.cart-modal #checkoutButton:hover{background:var(--secondary-color)}.cart-modal #closeCartModal{color:var(--text-dark);background:#e2e8f0}.cart-modal #closeCartModal:hover{background:#cbd5e0}@media (width<=768px){.cart-modal .cart-modal-content{padding:1.5rem}.cart-modal .cart-modal-content h2{font-size:1.75rem}.cart-modal #checkoutButton,.cart-modal #closeCartModal{padding:.6rem;font-size:.9rem}.cart-modal .cart-item{flex-direction:column;align-items:flex-start;gap:.5rem}}@media (width<=480px){.cart-modal .cart-modal-content{padding:1rem}.cart-modal .cart-modal-content h2{font-size:1.5rem}.cart-modal #checkoutButton,.cart-modal #closeCartModal{padding:.5rem;font-size:.85rem}}.checkout-form{z-index:1002;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.checkout-form .checkout-content{width:90%;max-width:400px;color:var(--text-dark);background:#fff;border-radius:10px;margin:0 auto;padding:2rem;position:relative;top:50%;transform:translateY(-50%);box-shadow:0 4px 10px #0003}.checkout-form h2{color:var(--primary-color);text-align:center;margin-bottom:1.5rem;font-size:2rem}.checkout-form .close-button{cursor:pointer;color:var(--text-dark);background:0 0;border:none;font-size:1.5rem;position:absolute;top:10px;right:10px}.checkout-form .close-button:hover{color:var(--primary-color)}.checkout-form .form-group{margin-bottom:1.5rem}.checkout-form .form-group label{color:var(--text-dark);margin-bottom:.5rem;font-size:1rem;font-weight:600;display:block}.checkout-form .form-group input,.checkout-form .form-group textarea{border:2px solid #e2e8f0;border-radius:5px;width:100%;padding:.8rem;font-size:1rem;transition:border-color .3s}.checkout-form .form-group input:focus,.checkout-form .form-group textarea:focus{border-color:var(--primary-color);outline:none}.checkout-form .form-group textarea{resize:vertical;min-height:100px}.checkout-form button[type=submit]{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:5px;width:100%;padding:.8rem;font-size:1rem;transition:background .3s}.checkout-form button[type=submit]:hover{background:var(--secondary-color)}@media (width<=768px){.checkout-form .checkout-content{padding:1.5rem}.checkout-form h2{font-size:1.75rem}.checkout-form .form-group label,.checkout-form .form-group input,.checkout-form .form-group textarea,.checkout-form button[type=submit]{font-size:.9rem}.checkout-form .form-group input,.checkout-form .form-group textarea,.checkout-form button[type=submit]{padding:.6rem}}@media (width<=480px){.checkout-form .checkout-content{padding:1rem}.checkout-form h2{font-size:1.5rem}.checkout-form .form-group label,.checkout-form .form-group input,.checkout-form .form-group textarea,.checkout-form button[type=submit]{font-size:.85rem}.checkout-form .form-group input,.checkout-form .form-group textarea,.checkout-form button[type=submit]{padding:.5rem}}.cookie-consent{background:var(--primary-color);color:#fff;text-align:center;z-index:1003;flex-direction:column;align-items:center;gap:1rem;padding:1rem;display:none;position:fixed;bottom:0;left:0;right:0}.cookie-consent p{text-align:center;margin:0;font-size:.9rem}.cookie-consent a{color:var(--secondary-color);text-decoration:none}.cookie-buttons{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.cookie-consent button{background:var(--secondary-color);color:#fff;cursor:pointer;border:none;border-radius:5px;flex:auto;max-width:120px;padding:.5rem 1rem;transition:background .3s}.cookie-consent button:hover{background:var(--accent-color)}#rejectCookies{background:#ff4d4d}#rejectCookies:hover{background:#c00}.cookie-modal{z-index:1004;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:none;position:fixed;top:0;left:0}.cookie-modal-content{width:90%;max-width:500px;color:var(--text-dark);background:#fff;border-radius:10px;margin:1rem;padding:1.5rem}.cookie-modal h2{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.cookie-modal label{margin-bottom:1rem;font-weight:500;display:block}.cookie-modal input[type=checkbox]{margin-right:.5rem}.cookie-description{color:var(--text-light);margin-left:1.5rem;font-size:.9rem;display:block}.modal-buttons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:1.5rem;display:flex}.modal-buttons button{cursor:pointer;border:none;border-radius:5px;flex:auto;max-width:120px;padding:.5rem 1rem;transition:background .3s}#savePreferences{background:var(--primary-color);color:#fff}#savePreferences:hover{background:var(--secondary-color)}#closeModal{color:var(--text-dark);background:#e2e8f0}#closeModal:hover{background:#cbd5e0}.revoke-consent{z-index:1000;position:fixed;bottom:20px;left:20px}#revokeConsentLink{color:var(--primary-color);font-size:.9rem;text-decoration:none}#revokeConsentLink:hover{text-decoration:underline}@media (width<=768px){.cookie-consent{padding:.75rem}.cookie-consent p{font-size:.85rem}.cookie-consent button{padding:.5rem .75rem;font-size:.85rem}.cookie-modal-content{padding:1rem}.cookie-modal h2{font-size:1.25rem}.cookie-description{font-size:.8rem}.revoke-consent{bottom:10px;left:10px}#revokeConsentLink{font-size:.8rem}}@media (width<=480px){.cookie-consent{gap:.75rem}.cookie-consent p{font-size:.8rem}.cookie-consent button{padding:.4rem .6rem;font-size:.8rem}.cookie-modal-content{padding:.75rem}.cookie-modal h2{font-size:1.1rem}.cookie-description{font-size:.75rem}.revoke-consent{bottom:5px;left:5px}#revokeConsentLink{font-size:.75rem}}h1,h2,h3{font-weight:700}p{font-weight:400}button{font-weight:600}.cart-icon{font-weight:500}#about-us{background:#f9f9f9;padding:4rem 1rem}.about-container{max-width:1400px;margin:0 auto;padding:2rem 0}.about-hero{align-items:flex-start;gap:2rem;display:flex}.about-hero-text{flex:1}.about-hero-image{text-align:center;flex:1;height:45vw}.about-hero-image img{object-fit:cover;border-radius:12px;max-width:100%;height:80%;box-shadow:0 4px 8px #0000001a}.about-section{margin-bottom:2rem}.about-title{color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.about-subtitle{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.about-subtitle-small{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.about-tagline{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.2rem;font-style:italic}.about-description{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.about-list{margin-bottom:1.5rem;margin-left:1.5rem;list-style:outside}.about-list li{color:var(--text-light);margin-bottom:.5rem;font-size:1rem;line-height:1.6}@media (width<=768px){#about-us{padding:2rem 1rem}.about-hero{flex-direction:column;gap:1.5rem;margin-bottom:1rem}.about-hero-image img{height:auto}.about-subtitle,.about-subtitle-small{font-size:1.3rem}.about-description,.about-list li{font-size:.9rem}}@media (width<=480px){.about-title{font-size:1.8rem}.about-subtitle,.about-subtitle-small{font-size:1.1rem}.about-description,.about-list li{font-size:.85rem}.about-hero-image img{width:100%}}#return-policy{background:#f9f9f9;padding:4rem 1rem 2rem}.return-policy-container{max-width:1400px;margin:0 auto;padding:2rem 0}.return-policy-title{text-align:center;color:var(--primary-color);margin-bottom:3rem;padding-bottom:1rem;font-size:2.5rem;position:relative}.return-policy-subtitle{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.return-policy-description{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.return-policy-description a{color:var(--primary-color);text-decoration:underline}@media (width<=768px){#return-policy{padding:2rem 1rem}.return-policy-title{font-size:2rem}.return-policy-subtitle{font-size:1.3rem}.return-policy-description{font-size:.9rem}}@media (width<=480px){#return-policy{padding:1.5rem 1rem}.return-policy-title{font-size:1.8rem}.return-policy-subtitle{font-size:1.1rem}.return-policy-description{font-size:.85rem}}#custom-page{background:#f9f9f9;padding:4rem 1rem}.custom-page-container{max-width:1400px;margin:0 auto;padding:2rem 0}.custom-page-hero{align-items:flex-start;gap:2rem;margin-bottom:2rem;display:flex}.custom-page-hero-text{flex:1}.custom-page-hero-image{text-align:center;flex:1;align-items:center;height:100%;display:flex}.custom-page-hero-image img{object-fit:cover;border-radius:12px;max-width:100%;height:100%;box-shadow:0 4px 8px #0000001a}.custom-page-title{color:var(--primary-color);margin-bottom:1rem;font-size:2.5rem}.custom-page-tagline{color:var(--secondary-color);margin-bottom:1.5rem;font-size:1.2rem;font-style:italic}.custom-page-subtitle{color:var(--primary-color);margin-bottom:1rem;font-size:1.8rem}.custom-page-description{color:var(--text-light);margin-bottom:1.5rem;font-size:1rem;line-height:1.6}.custom-page-list{margin-bottom:1.5rem;margin-left:1.5rem;list-style:outside}.custom-page-list li{color:var(--text-light);margin-bottom:.5rem;font-size:1rem;line-height:1.6}.custom-page-gallery{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;margin-bottom:2rem;display:grid}.gallery-item{text-align:center;flex-direction:column;align-items:center;display:flex}.gallery-item img{object-fit:cover;border-radius:12px;width:100%;height:250px;box-shadow:0 4px 8px #0000001a}.gallery-caption{color:var(--text-light);margin-top:.5rem;font-size:.9rem}.custom-page-cta-btn{background:var(--primary-color);color:#fff;transition:var(--transition);border-radius:5px;padding:.8rem 2rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-block;box-shadow:0 4px 6px #0000001a}.custom-page-cta-btn:hover{background:var(--secondary-color);transform:translateY(-2px);box-shadow:0 6px 12px #00000026}@media (width<=768px){#custom-page{padding:2rem 1rem}.custom-page-hero{flex-direction:column;gap:1.5rem}.custom-page-hero-image img{height:auto}.custom-page-title{font-size:2rem}.custom-page-subtitle{font-size:1.3rem}.custom-page-description,.custom-page-list li{font-size:.9rem}.gallery-item img{height:200px}}@media (width<=480px){#custom-page{padding:1.5rem 1rem}.custom-page-title{font-size:1.8rem}.custom-page-subtitle{font-size:1.1rem}.custom-page-description,.custom-page-list li{font-size:.85rem}.custom-page-hero-image img{width:100%}.gallery-item img{height:150px}}.auth-container{justify-content:center;align-items:center;min-height:80vh;padding:2rem;display:flex}.auth-form{width:100%;max-width:400px;transition:var(--transition);background-color:#fff;border-radius:1rem;flex-direction:column;padding:2rem;display:flex;box-shadow:0 8px 20px #0000001a}.auth-form h2{text-align:center;color:var(--primary-color);margin-bottom:1.5rem}.auth-form input{transition:var(--transition);border:1px solid #ccc;border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:1rem}.auth-form input:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #006a5f1a}.auth-form button{background-color:var(--secondary-color);color:#fff;cursor:pointer;transition:var(--transition);border:none;border-radius:8px;padding:.75rem;font-size:1rem}.auth-form button:hover{background-color:var(--accent-color)}.auth-form p{text-align:center;color:var(--text-dark);margin-top:1rem;font-size:.9rem}.auth-form a{color:var(--secondary-color);transition:var(--transition);text-decoration:none}.auth-form a:hover{color:var(--accent-color)}.blog-page{max-width:1100px;margin:0 auto;padding:2rem}.blog-header{text-align:center;margin-bottom:3rem}.blog-header h1{color:var(--primary-color);margin-bottom:.5rem;font-size:2.5rem}.blog-posts{gap:2rem;display:grid}.blog-card{background-color:#fff;border-radius:1rem;transition:transform .3s;overflow:hidden;box-shadow:0 0 10px #0000000d}.blog-card:hover{transform:translateY(-4px)}.blog-card img{width:100%;height:auto;display:block}.card-content{padding:1.5rem}.card-content h2{color:var(--primary-color);margin-bottom:1rem;font-size:1.5rem}.card-content p{color:#555;font-size:1rem}.read-more-btn{color:#fff;cursor:pointer;background-color:coral;border:none;border-radius:.5rem;margin-top:1rem;padding:.6rem 1.2rem;font-weight:600;transition:background .3s}.read-more-btn:hover{background-color:#ff5722}.extra-content{color:#444;margin-top:1rem;font-size:.95rem}.hidden{display:none}.promo-bar{background-color:var(--light-pink);color:var(--text-dark);text-align:center;justify-content:center;align-items:center;gap:15px;padding:10px;font-size:.9rem;display:flex}.promo-bar p{margin:0}.promo-bar a{color:var(--text-dark);font-weight:700;text-decoration:none}.promo-bar a:hover{text-decoration:underline}.main-header{background:#fff;border-bottom:1px solid #eee;padding:10px 0}.main-nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.main-nav .logo{object-fit:cover;border-radius:50%;width:60px;max-height:60px}.main-nav .nav-links{gap:25px;display:flex}.main-nav .nav-links a{color:var(--navy);letter-spacing:.5px;padding:10px 0;font-size:14px;font-weight:600;text-decoration:none;transition:color .3s}.nav-links a:hover,.nav-links a.nav-active{color:var(--pink)}.nav-dropdown{display:inline-block;position:relative}.dropdown-content{z-index:100;background-color:#fff;border-radius:8px;min-width:180px;padding:10px 0;display:none;position:absolute;top:100%;left:0;box-shadow:0 8px 16px #0000001a}.dropdown-content a{color:var(--navy);padding:10px 20px;font-size:13px;font-weight:500;text-decoration:none;display:block}.dropdown-content a:hover{color:var(--pink);background-color:#f9f9f9}.nav-dropdown:hover .dropdown-content{display:block}.main-nav .nav-links a.nav-active{border-bottom:2px solid var(--pink);color:var(--pink)!important}.nav-actions{align-items:center;gap:20px;display:flex}.nav-phone{color:var(--text-dark);align-items:center;gap:5px;font-weight:700;text-decoration:none;display:flex}.nav-icon{cursor:pointer;font-size:1.2rem}.new-hero{align-items:center;gap:40px;max-width:1200px;margin:40px auto;padding:0 20px;display:flex}.hero-left{flex:1}.hero-tag{background-color:var(--yellow);color:#fff;border-radius:20px;margin-bottom:20px;padding:5px 15px;font-size:.85rem;font-weight:700;display:inline-block}.hero-left h1{color:var(--navy);margin-bottom:20px;font-size:3.5rem;line-height:1.1}.hero-left p{color:#555;margin-bottom:30px;font-size:1.2rem}.hero-buttons{gap:15px;margin-bottom:40px;display:flex}.hero-buttons .btn-primary{background-color:var(--pink);color:#fff;border-radius:5px;padding:12px 25px;font-weight:700;text-decoration:none}.hero-buttons .btn-primary:hover{background-color:#d13a69}.hero-buttons .btn-outline{border:2px solid var(--text-dark);color:var(--text-dark);border-radius:5px;padding:10px 25px;font-weight:700;text-decoration:none}.hero-trust-badges{flex-wrap:wrap;gap:15px;display:flex}.hero-trust-badges span{background:#f9f9f9;border-radius:5px;align-items:center;gap:5px;padding:5px 10px;font-size:.85rem;font-weight:600;display:flex}.hero-right{flex:1;position:relative}.hero-image{border-radius:20px;width:100%;box-shadow:0 10px 30px #0000001a}.hero-price-badge{background-color:var(--yellow);text-align:center;border-radius:50%;flex-direction:column;justify-content:center;width:120px;height:120px;padding:20px;display:flex;position:absolute;top:20px;right:-20px;box-shadow:0 5px 15px #0003}.hero-price-badge p{margin:0;font-size:.8rem;line-height:1.2}.hero-price-badge strong{color:var(--navy);font-size:1.1rem}.section-header{border-bottom:1px solid #eee;justify-content:space-between;align-items:center;max-width:1200px;margin:60px auto 30px;padding:0 20px 10px;display:flex}.section-title-new{text-align:center;color:var(--navy);margin:60px auto 30px;font-size:2rem}.section-header .section-title-new{border:none;margin:0}.view-all-link{color:var(--pink);font-weight:700;text-decoration:none}.best-sellers-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.category-card{border:1px solid #eee;border-radius:15px;transition:transform .3s;overflow:hidden}.category-card:hover{transform:translateY(-5px);box-shadow:0 10px 20px #0000000d}.category-img{height:200px;overflow:hidden}.category-img img{object-fit:cover;width:100%;height:100%}.category-content{text-align:center;padding:20px;position:relative}.cat-icon{color:#fff;border:4px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.5rem;display:flex;position:absolute;top:-25px;left:50%;transform:translate(-50%)}.category-content h3{margin-top:15px;margin-bottom:10px;font-size:1.2rem}.category-content p{color:#666;margin-bottom:15px;font-size:.9rem}.category-content a{font-size:.9rem;font-weight:700;text-decoration:none}.child-needs{background-color:#fafafa;margin-top:60px;padding:60px 0}.needs-grid{grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;padding:0 20px;display:grid}.need-card{border-radius:15px;flex-direction:column;justify-content:space-between;height:300px;padding:25px;display:flex}.need-text h3{color:var(--navy);margin-bottom:20px;font-size:1.3rem}.btn-pink-small{background:var(--pink);color:#fff;border-radius:5px;padding:8px 15px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.btn-blue-small{background:var(--blue);color:#fff;border-radius:5px;padding:8px 15px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.btn-teal-small{background:var(--teal);color:#fff;border-radius:5px;padding:8px 15px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.btn-yellow-small{background:var(--yellow);color:var(--navy);border-radius:5px;padding:8px 15px;font-size:.8rem;font-weight:700;text-decoration:none;display:inline-block}.need-img{object-fit:cover;border-radius:10px;width:100%;height:120px;margin-top:20px}.complete-room{background:#fff;border-radius:20px;align-items:center;gap:30px;max-width:1200px;margin:80px auto;padding:40px;display:flex;box-shadow:0 5px 30px #0000000d}.complete-room-left{flex:1.5}.complete-room-left h2{color:var(--navy);margin-bottom:10px;font-size:2rem;line-height:1.2}.checklist{margin:20px 0 30px;padding:0;list-style:none}.checklist li{margin-bottom:10px;font-weight:500}.complete-room-middle{flex:3;justify-content:space-between;align-items:center;display:flex}.bundle-item{text-align:center;font-size:.85rem;font-weight:600}.bundle-item img{object-fit:cover;border-radius:10px;width:80px;height:80px;margin-bottom:10px}.plus-icon{color:#ccc}.complete-room-right{background:var(--light-pink);text-align:center;border-radius:15px;flex:1.5;padding:30px 20px}.complete-room-right h3{color:var(--pink);margin:10px 0 20px;font-size:2rem}.save-badge{color:var(--text-dark);background:#fff;border-radius:5px;margin-top:20px;padding:10px;font-size:.8rem;font-weight:600}.complete-room-left .btn-primary,.complete-room-right .btn-primary{background-color:var(--pink);color:#fff;border-radius:5px;padding:12px 25px;font-weight:700;text-decoration:none;display:inline-block}.section-subtitle{text-align:center;color:#666;margin-top:-20px;margin-bottom:40px}.parents-grid{grid-template-columns:repeat(3,1fr);gap:20px;max-width:1200px;margin:0 auto 60px;padding:0 20px;display:grid}.parent-card{border-radius:15px;position:relative;overflow:hidden}.parent-card img{object-fit:cover;width:100%;height:250px;display:block}.location-pin{text-align:center;background:#fff;border-top:1px solid #eee;padding:10px 15px;font-size:.9rem;font-weight:600}.why-choose-banner{background:var(--light-blue);text-align:center;padding:60px 20px}.reasons-row{flex-wrap:wrap;justify-content:center;gap:40px;max-width:1200px;margin:0 auto;display:flex}.reason-item{flex-direction:column;align-items:center;width:150px;display:flex}.reason-icon{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:70px;height:70px;margin-bottom:15px;font-size:2rem;display:flex;box-shadow:0 5px 15px #0000000d}.reason-item span{font-size:.95rem;font-weight:600}.workshop-process{align-items:center;gap:40px;max-width:1200px;margin:80px auto;padding:0 20px;display:flex}.workshop-left{flex:1}.workshop-left h2{color:var(--navy);margin-bottom:20px;font-size:2.5rem;line-height:1.2}.workshop-left p{margin-bottom:30px;font-size:1.1rem}.workshop-left .btn-primary{background-color:var(--pink);color:#fff;border-radius:5px;padding:12px 25px;font-weight:700;text-decoration:none;display:inline-block}.workshop-right{flex:2.5;grid-template-columns:repeat(5,1fr);gap:15px;display:grid}.process-step{text-align:center}.step-img{height:120px;margin-bottom:15px}.step-img img{object-fit:cover;border-radius:10px;width:100%;height:100%}.step-num{background:var(--navy);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:25px;height:25px;margin-bottom:10px;font-size:.8rem;font-weight:700;display:inline-flex}.process-step h4{color:var(--navy);margin-bottom:5px;font-size:.9rem}.process-step p{color:#666;font-size:.75rem;line-height:1.3}.whatsapp-promo{background:var(--pink);color:#fff;border-radius:15px;justify-content:space-between;align-items:center;max-width:1000px;margin:0 auto 60px;padding:30px 40px;display:flex}.wa-promo-left{align-items:center;gap:20px;display:flex}.wa-promo-icon{font-size:3rem}.wa-promo-left h2{margin-bottom:5px}.btn-white{color:var(--text-dark);background:#fff;border-radius:5px;align-items:center;gap:10px;padding:12px 25px;font-weight:700;text-decoration:none;display:flex}.new-footer{color:#fff;background:#000;padding:60px 20px 20px}.footer-container{grid-template-columns:2fr 1fr 1fr 1fr 1.5fr 1.5fr;gap:30px;max-width:1200px;margin:0 auto 40px;display:grid}.footer-logo{max-width:150px;margin-bottom:20px}.footer-col-1 p{opacity:.8;margin-bottom:20px;font-size:.9rem}.footer-socials a{color:#fff;opacity:.8;margin-right:15px;font-size:1.2rem}.footer-socials a:hover{opacity:1;color:var(--pink)}.footer-col h4,.footer-col-subscribe h4{color:#fff;margin-bottom:20px;font-size:1rem}.footer-col a,.footer-col p{color:#fff;opacity:.7;margin-bottom:10px;font-size:.85rem;text-decoration:none;display:block}.footer-col a:hover{opacity:1;color:var(--pink)}.footer-col i{width:20px;color:var(--pink)}.footer-col-subscribe p{opacity:.7;margin-bottom:15px;font-size:.85rem}.subscribe-form{display:flex}.subscribe-form input{border:none;border-radius:5px 0 0 5px;outline:none;width:100%;padding:10px 15px}.subscribe-form button{background:var(--pink);color:#fff;cursor:pointer;border:none;border-radius:0 5px 5px 0;padding:10px 15px;font-weight:700}.footer-bottom{text-align:center;opacity:.7;border-top:1px solid #ffffff1a;padding-top:20px;font-size:.85rem}.products-carousel::-webkit-scrollbar{display:none}.products-carousel .product-card{scroll-snap-align:start;flex:none;min-width:280px;margin:0}@media (width<=992px){.new-hero,.complete-room,.workshop-process,.whatsapp-promo{flex-direction:column}.hero-right,.hero-left,.complete-room-left,.complete-room-middle,.complete-room-right,.workshop-left,.workshop-right{width:100%}.best-sellers-grid,.needs-grid,.parents-grid,.footer-container{grid-template-columns:repeat(2,1fr)}.hero-price-badge{top:-20px;right:20px}}@media (width<=768px){.best-sellers-grid,.needs-grid,.parents-grid,.footer-container{grid-template-columns:1fr}.workshop-right{grid-template-columns:repeat(2,1fr)}.mobile-nav-header{display:none}.main-nav .nav-links{z-index:500;border-top:3px solid var(--pink);background:#fff;flex-direction:column;align-items:stretch;gap:0;max-height:calc(100vh - 64px);padding:0;display:none;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 8px 30px #00000026}.main-nav .nav-links.active{display:flex!important}.main-nav .nav-links>a{letter-spacing:.5px;background:#fff;border-bottom:1px solid #f0f0f0;width:100%;padding:16px 24px;font-size:1.05rem;font-weight:600;text-decoration:none;color:#1d2538!important;display:block!important}.main-nav .nav-links>a:hover{background:#fff5f8;color:var(--pink)!important}.main-nav .nav-links>.nav-dropdown{background:#fff;border-bottom:1px solid #f0f0f0;width:100%}.main-nav .nav-links .nav-dropdown>a{letter-spacing:.5px;background:#fff;padding:16px 24px;font-size:1.05rem;font-weight:600;text-decoration:none;color:#1d2538!important;display:block!important}.main-nav .nav-links .nav-dropdown>a:hover{background:#fff5f8;color:var(--pink)!important}.dropdown-content{box-shadow:none;background:#f8f8f8;border-top:1px solid #ececec;border-radius:0;flex-direction:column;margin:0;padding:0;display:flex!important;position:static!important}.dropdown-content a{background:#f8f8f8;border-bottom:1px solid #ececec;padding:12px 36px;font-size:.95rem;font-weight:500;text-decoration:none;color:#1d2538!important;display:block!important}.dropdown-content a:last-child{border-bottom:none}.dropdown-content a:hover{background:#fff0f5;color:var(--pink)!important}.mobile-menu-btn{color:#1d2538;cursor:pointer;z-index:1;background:0 0;border:none;order:3;padding:6px 10px;font-size:1.6rem;line-height:1;position:relative;display:block!important}.main-nav{position:relative}.logo-container{order:1}.nav-actions{order:2;gap:12px}.nav-phone{display:none}.nav-icon{color:#1d2538;font-size:1.1rem}.promo-bar{text-align:center;padding:8px 12px;font-size:.75rem}.promo-bar p{margin-bottom:4px}.promo-bar a{display:block}.new-hero{flex-direction:column;gap:20px;margin:20px auto;padding:0 16px}.hero-left h1{margin-bottom:12px;font-size:2rem}.hero-left p{margin-bottom:20px;font-size:1rem}.hero-buttons{flex-direction:column;gap:10px;margin-bottom:20px}.hero-buttons .btn-primary,.hero-buttons .btn-outline{text-align:center;width:100%;display:block}.hero-trust-badges{gap:8px}.hero-trust-badges span{font-size:.78rem}.hero-right{width:100%}.hero-price-badge{width:90px;height:90px;padding:10px;top:8px;right:8px}.hero-price-badge strong{font-size:.9rem}.section-header{flex-direction:column;align-items:flex-start;gap:8px;margin:30px 16px 16px;padding:0 0 10px}.section-title-new{margin:30px 16px 16px;font-size:1.4rem}.best-sellers-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 12px}.category-img{height:140px}.category-content{padding:32px 10px 14px}.category-content h3{margin-top:10px;font-size:.95rem}.category-content p{font-size:.8rem}.needs-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 12px}.need-card{height:auto;padding:16px}.need-text h3{margin-bottom:10px;font-size:1rem}.need-img{height:90px;margin-top:12px}.complete-room{flex-direction:column;gap:20px;margin:30px 12px;padding:24px 16px}.complete-room-left h2{font-size:1.5rem}.complete-room-middle{flex-wrap:wrap;justify-content:center;gap:10px}.bundle-item img{width:60px;height:60px}.complete-room-right{width:100%;padding:20px 16px}.complete-room-right h3{font-size:1.6rem}.parents-grid{grid-template-columns:repeat(2,1fr);gap:10px;margin-bottom:30px;padding:0 12px}.parent-card img{height:160px}.location-pin{padding:8px 10px;font-size:.78rem}.why-choose-banner{padding:30px 12px}.reasons-row{gap:16px}.reason-item{width:calc(33% - 10px)}.reason-icon{width:52px;height:52px;font-size:1.4rem}.reason-item span{font-size:.78rem}.workshop-process{flex-direction:column;gap:24px;margin:30px auto;padding:0 12px}.workshop-left h2{font-size:1.8rem}.workshop-right{grid-template-columns:repeat(3,1fr);gap:10px}.step-img{height:80px}.whatsapp-promo{text-align:center;flex-direction:column;gap:16px;margin:0 12px 30px;padding:24px 16px}.wa-promo-left{flex-direction:column;gap:10px}.wa-promo-left h2{font-size:1.1rem}.wa-promo-icon{font-size:2rem}.btn-white{justify-content:center}.footer-container{grid-template-columns:1fr 1fr;gap:20px;padding:0}.footer-col-1,.footer-col-subscribe{grid-column:1/-1}}@media (width<=480px){.main-header{padding:.4rem .75rem}.main-nav .logo{max-height:44px}.nav-phone{display:none}.new-hero{margin:12px auto;padding:0 12px}.hero-left h1{font-size:1.65rem}.hero-price-badge{width:80px;height:80px}.hero-price-badge strong{font-size:.8rem}.best-sellers-grid,.needs-grid,.parents-grid{grid-template-columns:1fr}.parent-card img{height:200px}.reason-item{width:calc(50% - 10px)}.workshop-right{grid-template-columns:repeat(2,1fr)}.complete-room{margin:20px 8px;padding:18px 12px}.complete-room-left h2{font-size:1.3rem}.complete-room-middle .plus-icon{display:none}.bundle-item img{width:52px;height:52px}.footer-container{grid-template-columns:1fr}.new-footer{padding:40px 16px 16px}}@media (width<=768px){.new-hero{min-height:200px!important;padding:1.5rem 1rem!important}.new-hero .hero-left{padding-top:1rem}}.whatsapp-promo{background-blend-mode:overlay;background-color:var(--primary-color)!important;color:#fff!important}.whatsapp-promo p,.whatsapp-promo h2{color:#fff!important}.whatsapp-promo .wa-promo-icon{color:var(--secondary-color)!important}
