:root{--stitch-cream:#fff8f3;--stitch-cream-dark:#f5ede7;--stitch-sage:#4c6358;--stitch-sage-light:#d4e4dc;--stitch-sage-lighter:rgba(212, 228, 220, 0.3);--stitch-rose:#7c554c;--stitch-rose-light:#ffeee9;--stitch-text:#3a3632;--stitch-text-light:#6b6661;--stitch-text-lighter:#a8a199;--stitch-border:#e8e0d8;--stitch-white:#ffffff;--stitch-font-headline:'EB Garamond',serif;--stitch-font-body:'Plus Jakarta Sans',sans-serif;--stitch-radius:8px;--stitch-radius-full:100px;--stitch-shadow-sm:0 2px 8px rgba(107, 102, 97, 0.06);--stitch-shadow-md:0 4px 12px rgba(107, 102, 97, 0.08);--stitch-shadow-lg:0 8px 24px rgba(107, 102, 97, 0.12)}*{box-sizing:border-box}body{background:var(--stitch-cream)!important;color:var(--stitch-text);font-family:var(--stitch-font-body);font-size:15px;line-height:1.6;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-family:var(--stitch-font-headline);font-weight:500;line-height:1.3;margin:0 0 1rem 0;color:var(--stitch-text)}a{color:var(--stitch-sage);text-decoration:none;transition:all .2s ease}a:hover{color:var(--stitch-sage);opacity:.8}.stitch-header{background:var(--stitch-cream);border-bottom:none;padding:0;position:sticky;top:0;z-index:1000}.stitch-header-content{display:grid;grid-template-columns:auto 1fr auto;gap:32px;align-items:center;padding:16px 0;max-width:1200px;margin:0 auto;padding-left:15px;padding-right:15px}.stitch-logo{display:flex;align-items:center}.stitch-logo-img{height:48px;width:auto;display:block;transition:opacity .2s ease}.stitch-logo-img:hover{opacity:.8}.stitch-search{max-width:500px;width:100%;justify-self:center}.stitch-search-form{position:relative;display:flex;align-items:center}.stitch-search-input{width:100%;padding:12px 48px 12px 20px;border:1px solid var(--stitch-border);border-radius:var(--stitch-radius-full);background:#fefbf9;color:var(--stitch-text);font-size:14px;font-family:var(--stitch-font-body);transition:all .2s ease}.stitch-search-input:focus{outline:0;border-color:var(--stitch-sage);box-shadow:0 0 0 3px var(--stitch-sage-lighter)}.stitch-search-input::placeholder{color:var(--stitch-text-lighter)}.stitch-search-btn{position:absolute;right:4px;top:50%;transform:translateY(-50%);width:36px;height:36px;border:none;background:var(--stitch-sage);color:var(--stitch-white);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.stitch-search-btn:hover{background:var(--stitch-sage);opacity:.9;transform:translateY(-50%) scale(1.05)}.stitch-actions{display:flex;align-items:center;gap:16px}.stitch-lang{display:flex;align-items:center;gap:4px;font-size:13px;font-weight:600}.stitch-lang-link{color:var(--stitch-text-light);padding:4px 8px;border-radius:4px;transition:all .2s ease}.stitch-lang-link:hover{color:var(--stitch-sage);background:var(--stitch-sage-lighter)}.stitch-lang-link.active{color:var(--stitch-sage);font-weight:700}.stitch-lang-sep{color:var(--stitch-border)}.stitch-icon-link{width:40px;height:40px;display:flex;align-items:center;justify-content:center;color:var(--stitch-text);border-radius:50%;transition:all .2s ease;position:relative}.stitch-icon-link:hover{background:var(--stitch-sage-lighter);color:var(--stitch-sage);opacity:1}.stitch-cart-badge{position:absolute;top:-4px;right:-4px;background:var(--stitch-rose);color:var(--stitch-white);font-size:11px;font-weight:700;padding:2px 6px;border-radius:10px;min-width:18px;text-align:center}.stitch-nav{display:flex;justify-content:center;align-items:center;gap:32px;padding:12px 0 16px 0;border-top:none}.stitch-nav-link{color:var(--stitch-text);font-size:14px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;position:relative;padding:4px 0;transition:all .2s ease}.stitch-nav-link::after{content:'';position:absolute;bottom:-2px;left:0;right:0;height:2px;background:var(--stitch-sage);opacity:0;transition:opacity .2s ease}.stitch-nav-link:hover{color:var(--stitch-sage);opacity:1}.stitch-nav-link:hover::after{opacity:1}.stitch-nav-sale{color:var(--stitch-rose)}.stitch-nav-sale::after{background:var(--stitch-rose)}.lula-homepage{background:var(--stitch-cream);padding:0}.lula-hero{background:var(--stitch-cream);padding:48px 0}.lula-hero-card{background:var(--stitch-white);border-radius:var(--stitch-radius);padding:48px;box-shadow:var(--stitch-shadow-sm);border:1px solid var(--stitch-border)}.lula-hero-content{max-width:600px}.lula-hero-title{font-family:var(--stitch-font-headline);font-size:42px;font-weight:500;color:var(--stitch-text);margin:0 0 16px 0;line-height:1.2}.lula-hero-text{font-size:18px;color:var(--stitch-text-light);margin:0 0 32px 0;line-height:1.6}.lula-hero-actions{display:flex;gap:16px;flex-wrap:wrap}.lula-btn{padding:14px 32px;border-radius:var(--stitch-radius);font-size:15px;font-weight:600;font-family:var(--stitch-font-body);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;transition:all .2s ease;border:1px solid transparent}.lula-btn-primary{background:var(--stitch-sage);color:var(--stitch-white);border-color:var(--stitch-sage)}.lula-btn-primary:hover{background:var(--stitch-sage);color:var(--stitch-white);opacity:.9;transform:translateY(-1px);box-shadow:var(--stitch-shadow-md)}.lula-btn-secondary{background:var(--stitch-white);color:var(--stitch-text);border-color:var(--stitch-border)}.lula-btn-secondary:hover{background:var(--stitch-sage-lighter);color:var(--stitch-sage);border-color:var(--stitch-sage);opacity:1}.lula-section-title{font-family:var(--stitch-font-headline);font-size:32px;font-weight:500;color:var(--stitch-text);text-align:center;margin:0 0 48px 0}.lula-section-subtitle{font-size:16px;color:var(--stitch-text-light);text-align:center;margin:-32px 0 32px 0}.lula-categories-section{padding:64px 0;background:var(--stitch-cream)}.lula-category-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:24px}.lula-category-card{background:var(--stitch-white);border:1px solid var(--stitch-border);border-radius:var(--stitch-radius);padding:32px 24px;text-align:center;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;text-decoration:none}.lula-category-card:hover{transform:translateY(-2px);box-shadow:var(--stitch-shadow-md);border-color:var(--stitch-sage)}.lula-category-icon{width:64px;height:64px;background:var(--stitch-sage-light);color:var(--stitch-sage);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:28px;margin-bottom:20px;transition:all .2s ease}.lula-category-card:hover .lula-category-icon{background:var(--stitch-sage);color:var(--stitch-white);transform:scale(1.1)}.lula-category-name{font-family:var(--stitch-font-headline);font-size:20px;font-weight:500;color:var(--stitch-text);margin:0 0 8px 0}.lula-category-desc{font-size:14px;color:var(--stitch-text-light);margin:0}.lula-category-sale{border-color:var(--stitch-rose)}.lula-category-sale:hover{border-color:var(--stitch-rose);box-shadow:var(--stitch-shadow-md)}.lula-category-sale .lula-category-icon{background:var(--stitch-rose-light);color:var(--stitch-rose)}.lula-category-sale:hover .lula-category-icon{background:var(--stitch-rose);color:var(--stitch-white)}.lula-needs-section{padding:48px 0;background:var(--stitch-cream-dark)}.lula-needs-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:24px}.lula-need-card{background:var(--stitch-white);border:1px solid var(--stitch-border);border-radius:var(--stitch-radius);padding:24px;text-align:center;transition:all .2s ease;display:flex;flex-direction:column;align-items:center;text-decoration:none}.lula-need-card:hover{transform:translateY(-2px);box-shadow:var(--stitch-shadow-md);border-color:var(--stitch-sage)}.lula-need-icon{width:48px;height:48px;background:var(--stitch-sage-lighter);color:var(--stitch-sage);border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:20px;margin-bottom:16px;transition:all .2s ease}.lula-need-card:hover .lula-need-icon{background:var(--stitch-sage);color:var(--stitch-white)}.lula-need-title{font-family:var(--stitch-font-headline);font-size:18px;font-weight:500;color:var(--stitch-text);margin:0 0 8px 0}.lula-need-text{font-size:13px;color:var(--stitch-text-light);margin:0}.lula-trust-strip{padding:48px 0;background:var(--stitch-cream);border-top:1px solid var(--stitch-border)}.lula-trust-items{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:32px}.lula-trust-item{display:flex;gap:16px;align-items:flex-start}.lula-trust-icon{width:48px;height:48px;background:var(--stitch-sage-light);color:var(--stitch-sage);border-radius:var(--stitch-radius);display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.lula-trust-content{flex:1}.lula-trust-title{font-family:var(--stitch-font-body);font-size:15px;font-weight:700;color:var(--stitch-text);margin:0 0 4px 0}.lula-trust-text{font-size:13px;color:var(--stitch-text-light);margin:0;line-height:1.5}@media (max-width:991px){.stitch-header-content{grid-template-columns:auto 1fr auto;gap:16px}.stitch-search{max-width:100%}.stitch-nav{gap:20px;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none}.stitch-nav::-webkit-scrollbar{display:none}}@media (max-width:767px){.stitch-header-content{padding:12px 0;gap:12px}.stitch-logo-img{height:32px}.stitch-search-input{padding:10px 40px 10px 16px;font-size:13px}.stitch-search-btn{width:32px;height:32px}.stitch-actions{gap:8px}.stitch-icon-link{width:36px;height:36px}.stitch-nav{gap:16px;padding:10px 0 12px 0}.stitch-nav-link{font-size:12px}.lula-hero{padding:32px 0}.lula-hero-card{padding:32px 24px}.lula-hero-title{font-size:32px}.lula-hero-text{font-size:16px}.lula-section-title{font-size:28px;margin-bottom:32px}.lula-categories-section,.lula-needs-section{padding:48px 0}.lula-category-grid,.lula-needs-grid{grid-template-columns:1fr;gap:16px}.lula-trust-items{grid-template-columns:1fr;gap:24px}}#menu,.bg-primary,.navbar,nav#menu{display:none!important}.container{max-width:1200px}#common-home{background:var(--stitch-cream)}.lula-hero-stitch{background:var(--stitch-cream);padding:32px 0 48px 0}.lula-hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:20px;max-width:1200px;margin:0 auto}.lula-hero-main{background-color:#f5ede7;background-image:url('../../../image/catalog/homepage/home-hero-main-nano-v1.webp');background-size:cover;background-position:center right;background-repeat:no-repeat;border-radius:10px;min-height:420px;display:flex;align-items:flex-end;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(107,102,97,.08);transition:all .3s ease}.lula-hero-main::after,.lula-hero-main::before{content:none}.lula-hero-main:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(76,99,88,.12)}.lula-hero-main .lula-hero-overlay{background:linear-gradient(to right,rgba(245,237,231,.92) 0,rgba(245,237,231,.55) 55%,rgba(245,237,231,0) 80%);padding:48px 32px 48px 56px;width:60%;align-self:stretch;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:1}.lula-hero-main-title{font-family:var(--stitch-font-headline);font-size:44px;font-weight:500;color:#3a3632;margin:0 0 14px 0;line-height:1.15;text-shadow:none}.lula-hero-main-subtitle{font-size:17px;color:#5f574f;margin:0 0 24px 0;line-height:1.55;text-shadow:none;max-width:32ch}.lula-hero-side{display:flex;flex-direction:column;gap:20px}.lula-hero-side-card{border-radius:10px;min-height:200px;display:flex;align-items:flex-end;position:relative;overflow:hidden;box-shadow:0 4px 16px rgba(107,102,97,.08);transition:all .3s ease;text-decoration:none}.lula-hero-side-card:hover{transform:translateY(-2px);box-shadow:0 6px 24px rgba(76,99,88,.12)}.lula-hero-side-card .lula-hero-overlay{background:linear-gradient(to top,rgba(58,54,50,.75) 0,transparent 100%);padding:24px;width:100%;position:relative;z-index:1}.lula-hero-card-3d{background-color:#e8e1d2;background-image:url('../../../image/catalog/homepage/home-card-3d-v2.webp');background-size:cover;background-position:center;background-repeat:no-repeat}.lula-hero-card-3d .lula-hero-overlay{background:linear-gradient(to top,rgba(245,237,231,.95) 0,rgba(245,237,231,.6) 55%,rgba(245,237,231,0) 100%);padding:18px 22px}.lula-hero-card-baby{background-color:#f5ede7;background-image:url('../../../image/catalog/homepage/home-card-kids-baby-v1.webp');background-size:cover;background-position:center;background-repeat:no-repeat}.lula-hero-card-baby .lula-hero-overlay{background:linear-gradient(to top,rgba(245,237,231,.95) 0,rgba(245,237,231,.6) 55%,rgba(245,237,231,0) 100%);padding:18px 22px}.lula-hero-card-title{font-family:var(--stitch-font-headline);font-size:22px;font-weight:500;color:#3a3632;margin:0 0 6px 0;line-height:1.2;text-shadow:none}.lula-hero-card-text{font-size:14px;color:#5f574f;margin:0;line-height:1.4;text-shadow:none}@media (max-width:991px){.lula-hero-grid{grid-template-columns:1fr;gap:16px}.lula-hero-main{min-height:360px}.lula-hero-main-title{font-size:38px}.lula-hero-main-subtitle{font-size:16px}.lula-hero-side-card{min-height:180px}.lula-hero-card-title{font-size:20px}}@media (max-width:767px){.lula-hero-stitch{padding:24px 0 48px 0}.lula-hero-main{min-height:320px}.lula-hero-main .lula-hero-overlay{padding:32px 24px}.lula-hero-main-title{font-size:32px}.lula-hero-main-subtitle{font-size:15px;margin-bottom:20px}.lula-hero-side-card{min-height:160px}.lula-hero-side-card .lula-hero-overlay{padding:20px}.lula-hero-card-title{font-size:18px}.lula-hero-card-text{font-size:13px}}.lula-categories-section{padding:44px 0;background:var(--stitch-cream)}.lula-category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.lula-category-card-image{position:relative;border-radius:10px;min-height:280px;display:flex;align-items:flex-end;overflow:hidden;box-shadow:0 4px 16px rgba(107,102,97,.08);transition:all .3s ease;text-decoration:none;background-size:cover;background-position:center}.lula-category-card-image:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(76,99,88,.15)}.lula-category-card-image::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 55%,rgba(245,237,231,.96) 100%);z-index:1}.lula-category-card-image.lula-category-kids{background-color:#f5ede7;background-image:url('../../../image/catalog/homepage/category-baby-clothes.webp')}.lula-category-card-image.lula-category-3d{background-color:#efe9df;background-image:url('../../../image/catalog/homepage/category-3d-products-final.webp')}.lula-category-card-image.lula-category-wooden{background-color:#efe6d7;background-image:url('../../../image/catalog/homepage/category-wooden-products-final.webp')}.lula-category-card-image.lula-category-sale{background-color:#f5ede7;background-image:url('../../../image/catalog/homepage/category-sale-final.webp')}.lula-category-3d::after,.lula-category-kids::after{content:none}.lula-category-home{background:linear-gradient(135deg,#fff8f3 0,#ffeee9 100%)}.lula-category-home::after{content:'';position:absolute;bottom:-15%;left:-8%;width:220px;height:220px;background:rgba(124,85,76,.08);border-radius:50%;z-index:0}.lula-category-gifts{background:linear-gradient(135deg,#ffeee9 0,#fff8f3 100%)}.lula-category-gifts::after{content:'';position:absolute;top:-25%;left:-10%;width:240px;height:240px;background:rgba(212,228,220,.12);border-radius:50%;z-index:0}.lula-category-overlay{padding:24px;width:100%;position:relative;z-index:2}.lula-category-name-overlay{font-family:var(--stitch-font-headline);font-size:24px;font-weight:500;color:#3a3632;margin:0;line-height:1.2;text-shadow:none}.lula-category-3d .lula-category-name-overlay{color:#3a3632}@media (max-width:991px){.lula-category-grid{grid-template-columns:repeat(2,1fr);gap:16px}.lula-category-card-image{min-height:220px}.lula-category-overlay{padding:20px}.lula-category-name-overlay{font-size:20px}}@media (max-width:575px){.lula-categories-section{padding:40px 0}.lula-category-card-image{min-height:180px}.lula-category-overlay{padding:18px}.lula-category-name-overlay{font-size:18px}}.lula-category-card:not(.lula-category-card-image){display:none}.lula-needs-section{padding:48px 0;background:var(--stitch-cream)}.lula-needs-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto}.lula-need-card{border-radius:10px;padding:32px 24px;text-align:center;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;text-decoration:none;position:relative;overflow:hidden;min-height:180px;box-shadow:0 2px 8px rgba(107,102,97,.04)}.lula-need-card:hover{transform:translateY(-3px);box-shadow:0 6px 20px rgba(107,102,97,.1)}.lula-need-card:first-child{background:linear-gradient(135deg,#ffeee9 0,#fff8f3 100%)}.lula-need-card:nth-child(2){background:linear-gradient(135deg,#e8f2ed 0,#d4e4dc 100%)}.lula-need-card:nth-child(3){background:linear-gradient(135deg,#fff8f3 0,#f5ede7 100%)}.lula-need-card:nth-child(4){background:linear-gradient(135deg,#ffeee9 0,#ffd9d0 100%)}.lula-need-card::before{content:'';position:absolute;top:-30%;right:-20%;width:140px;height:140px;background:rgba(255,255,255,.3);border-radius:50%;pointer-events:none}.lula-need-icon{width:52px;height:52px;background:rgba(76,99,88,.1);color:#4c6358;border-radius:12px;display:flex;align-items:center;justify-content:center;font-size:24px;margin-bottom:16px;transition:all .3s ease;position:relative;z-index:1}.lula-need-card:hover .lula-need-icon{background:rgba(76,99,88,.15);transform:scale(1.05)}.lula-need-title{font-family:var(--stitch-font-headline);font-size:17px;font-weight:500;color:#3a3632;margin:0 0 8px 0;position:relative;z-index:1}.lula-need-text{font-size:13px;color:#6b6661;margin:0;line-height:1.5;position:relative;z-index:1}@media (max-width:991px){.lula-needs-grid{grid-template-columns:repeat(2,1fr);gap:16px}.lula-need-card{min-height:160px;padding:28px 20px}.lula-need-icon{width:48px;height:48px;font-size:22px}.lula-need-title{font-size:16px}.lula-need-text{font-size:12px}}@media (max-width:575px){.lula-needs-section{padding:40px 0}.lula-need-card{min-height:140px;padding:24px 16px}.lula-need-icon{width:44px;height:44px;font-size:20px;margin-bottom:12px}.lula-need-title{font-size:15px}}.lula-products-section{padding:48px 0;background:var(--stitch-cream)}.lula-products-section.lula-products-sale{background:#fefbf9}.lula-products-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px}.lula-section-title{font-family:var(--stitch-font-headline);font-size:32px;font-weight:500;color:var(--stitch-text);margin:0}.lula-view-all{font-size:14px;font-weight:600;color:var(--stitch-sage);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:all .2s ease}.lula-view-all:hover{color:var(--stitch-sage);opacity:.8;gap:8px}.lula-view-all::after{content:'→';font-size:16px}.lula-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;max-width:1200px;margin:0 auto}.lula-product-card{background:var(--stitch-white);border:1px solid var(--stitch-border);border-radius:10px;overflow:hidden;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column}.lula-product-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(107,102,97,.12);border-color:rgba(76,99,88,.2)}.lula-product-image{position:relative;width:100%;aspect-ratio:1;background:#f8f5f2;display:flex;align-items:center;justify-content:center;overflow:hidden}.lula-product-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.lula-product-card:hover .lula-product-image img{transform:scale(1.05)}.lula-product-badge{position:absolute;top:12px;right:12px;background:var(--stitch-rose);color:var(--stitch-white);font-size:11px;font-weight:700;padding:4px 10px;border-radius:12px;text-transform:uppercase;letter-spacing:.3px}.lula-product-content{padding:16px;display:flex;flex-direction:column;gap:8px;flex:1}.lula-product-name{font-family:var(--stitch-font-body);font-size:15px;font-weight:600;color:var(--stitch-text);margin:0;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lula-product-price{display:flex;align-items:center;gap:8px;margin-top:auto}.lula-product-price-new{font-family:var(--stitch-font-headline);font-size:20px;font-weight:600;color:var(--stitch-sage)}.lula-product-price-old{font-size:14px;color:var(--stitch-text-lighter);text-decoration:line-through}.lula-products-placeholder{background:rgba(255,255,255,.5);border:2px dashed rgba(232,224,216,.5);border-radius:10px;padding:48px 32px;text-align:center;color:var(--stitch-text-light)}.lula-products-placeholder p{margin:0 0 8px 0;font-size:14px;line-height:1.6}.lula-products-placeholder p:first-child{font-weight:600;color:var(--stitch-text)}@media (max-width:991px){.lula-products-grid{grid-template-columns:repeat(2,1fr);gap:20px}.lula-section-title{font-size:26px}.lula-products-header{margin-bottom:24px}}@media (max-width:767px){.lula-products-section{padding:40px 0}.lula-products-grid{gap:16px}.lula-section-title{font-size:24px}.lula-product-content{padding:12px}.lula-product-name{font-size:14px}.lula-product-price-new{font-size:18px}.lula-view-all{font-size:13px}}@media (max-width:575px){.lula-products-placeholder{padding:32px 20px}.lula-products-placeholder p{font-size:13px}}