:root{--background: #f8f3f5;--foreground: #282426;--card: #ffffff;--card-foreground: #282426;--primary: #5cb89d;--primary-foreground: #ffffff;--secondary: #f0e5ea;--secondary-foreground: #3d333a;--muted: #f0eaed;--muted-foreground: #837e81;--accent: #d4a72b;--accent-foreground: #3a2e0d;--border: #eae3e7;--font-heading: "Playfair Display", Georgia, serif;--font-body: "Inter", ui-sans-serif, system-ui, sans-serif;--font-display: "Playfair Display", Georgia, serif}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-body);background-color:var(--background);color:var(--foreground);margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img{max-width:100%;height:auto;display:block}a{text-decoration:none;color:inherit}button{cursor:pointer;border:none;background:none;font-family:inherit}ul{list-style:none;padding:0;margin:0}.ec-navbar{position:fixed;top:0;left:0;right:0;z-index:50;background:#f8f3f5cc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border-bottom:1px solid rgba(234,227,231,.5)}.ec-navbar__inner{max-width:80rem;margin:0 auto;padding:0 1rem;display:flex;align-items:center;justify-content:space-between;height:4rem}@media(min-width:640px){.ec-navbar__inner{height:5rem;padding:0 1.5rem}}.ec-navbar__logo-wrap{position:absolute;left:50%;transform:translate(-50%)}.ec-navbar__logo{height:3rem;width:auto}@media(min-width:640px){.ec-navbar__logo{height:3.5rem}}.ec-navbar__btn{padding:.5rem;color:var(--foreground);transition:color .2s}.ec-navbar__btn:hover{color:var(--primary)}.ec-navbar__btn svg{width:1.25rem;height:1.25rem}.ec-navbar__right{display:flex;align-items:center;gap:.75rem}.ec-navbar__cart-badge{position:absolute;top:-2px;right:-2px;width:1rem;height:1rem;background:var(--accent);color:var(--accent-foreground);font-size:10px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center}.ec-navbar__cart-wrap{position:relative}.ec-navbar__desktop-only{display:none}@media(min-width:640px){.ec-navbar__desktop-only{display:block}}.ec-navbar__lang-wrap{position:relative}.ec-navbar__lang-btn{display:flex;align-items:center;gap:.25rem;padding:.4rem .5rem;border-radius:.375rem;transition:background .2s,color .2s}.ec-navbar__lang-btn:hover{background:var(--secondary);color:var(--primary)}.ec-navbar__lang-code{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--foreground)}.ec-navbar__lang-btn:hover .ec-navbar__lang-code{color:var(--primary)}.ec-navbar__lang-dropdown{display:none;position:absolute;top:calc(100% + .5rem);right:0;background:var(--card);border:1px solid var(--border);border-radius:.5rem;box-shadow:0 8px 24px #0000001a;min-width:140px;padding:.375rem;z-index:999}.ec-navbar__lang-dropdown.active{display:block}.ec-navbar__lang-option{display:block;width:100%;padding:.5rem .75rem;text-align:left;font-size:.85rem;font-weight:500;color:var(--foreground);border-radius:.375rem;transition:background .15s,color .15s;border:none;background:none;cursor:pointer}.ec-navbar__lang-option:hover{background:var(--secondary);color:var(--primary)}.ec-navbar__lang-option--active{color:var(--primary);font-weight:700;background:#5cb89d14}.ec-navbar__wl-wrap{position:relative}.ec-menu-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;background:#f8f3f5f7;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);flex-direction:column;align-items:center;justify-content:center}.ec-menu-overlay.active{display:flex}.ec-menu-overlay__close{position:absolute;top:1.25rem;right:1.25rem;padding:.75rem;color:var(--foreground)}.ec-menu-overlay__close:hover{color:var(--primary)}.ec-menu-overlay__close svg{width:1.5rem;height:1.5rem}.ec-menu-overlay__logo{height:4rem;margin-bottom:3rem}.ec-menu-overlay__links{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.ec-menu-overlay__link{font-size:2rem;font-family:var(--font-display);font-weight:500;color:var(--foreground);transition:color .2s}@media(min-width:640px){.ec-menu-overlay__link{font-size:3rem}}.ec-menu-overlay__subtitle{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:#5cb89d;margin:1.5rem 0 .5rem}.ec-menu-overlay__link.ec-menu-overlay__link--sub{font-size:1.25rem;font-weight:400}@media(min-width:640px){.ec-menu-overlay__link.ec-menu-overlay__link--sub{font-size:1.5rem}}.ec-menu-overlay__link:hover{color:var(--primary)}.ec-hero{position:relative;min-height:100vh;overflow:hidden;background:var(--background)}.ec-hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity 1s ease-in-out,transform 1s ease-in-out;transform:scale(1.04)}.ec-hero__slide.active{opacity:1;transform:scale(1);z-index:1}.ec-hero__slide img{width:100%;height:100%;object-fit:cover}.ec-hero__gradient-lr{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#f8f3f5e6,#f8f3f580,#f8f3f51a)}.ec-hero__gradient-bt{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(248,243,245,.6),transparent,transparent)}.ec-hero__content{position:relative;z-index:10;min-height:100vh;display:flex;align-items:center;padding-top:5rem}.ec-hero__content-inner{max-width:80rem;margin:0 auto;padding:0 1rem;width:100%}@media(min-width:640px){.ec-hero__content-inner{padding:0 1.5rem}}.ec-hero__text{max-width:42rem}.ec-hero__text-wrap{opacity:0;transform:translateY(30px);transition:opacity .6s ease-out,transform .6s ease-out}.ec-hero__text-wrap.active{opacity:1;transform:translateY(0)}.ec-hero__logo{height:4rem;margin-bottom:1.5rem}.ec-hero__tag{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;background:#5cb89d26;color:var(--primary);font-size:.875rem;font-weight:500;margin-bottom:1.5rem;border:1px solid rgba(92,184,157,.2);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.ec-hero__tag svg{width:1rem;height:1rem}.ec-hero__heading{font-family:var(--font-display);font-size:2.25rem;font-weight:700;color:var(--foreground);line-height:1.1;letter-spacing:-.02em;margin-bottom:1.5rem}@media(min-width:640px){.ec-hero__heading{font-size:3rem}}@media(min-width:1024px){.ec-hero__heading{font-size:3.75rem}}@media(min-width:1280px){.ec-hero__heading{font-size:4.5rem}}.ec-hero__highlight{color:var(--primary);font-style:italic}.ec-hero__sub{font-size:1rem;color:#282426b3;line-height:1.7;margin-bottom:2.5rem;max-width:36rem}@media(min-width:640px){.ec-hero__sub{font-size:1.125rem}}.ec-hero__ctas{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.ec-hero__ctas{flex-direction:row}}.ec-hero__btn-primary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:var(--primary);color:var(--primary-foreground);font-weight:500;font-size:1rem;padding:.875rem 2rem;border-radius:9999px;box-shadow:0 10px 25px #5cb89d40;transition:all .3s}.ec-hero__btn-primary:hover{background:#4da88d;box-shadow:0 15px 35px #5cb89d59}.ec-hero__btn-primary svg{width:1.25rem;height:1.25rem}.ec-hero__btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:#ffffff1a;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:var(--foreground);font-weight:500;font-size:1rem;padding:.875rem 2rem;border-radius:9999px;border:2px solid var(--border);transition:all .3s}.ec-hero__btn-outline:hover{background:#ffffff4d}.ec-hero__btn-outline svg{width:1.25rem;height:1.25rem}.ec-hero__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:20;width:2.75rem;height:2.75rem;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.3);display:flex;align-items:center;justify-content:center;transition:background .3s}.ec-hero__arrow:hover{background:#fff6}.ec-hero__arrow svg{width:1.25rem;height:1.25rem;color:var(--foreground)}.ec-hero__arrow--left{left:1rem}.ec-hero__arrow--right{right:1rem}.ec-hero__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:20;display:flex;align-items:center;gap:.5rem}.ec-hero__dot{border-radius:9999px;transition:all .3s;width:.625rem;height:.625rem;background:#2824264d}.ec-hero__dot:hover{background:#28242680}.ec-hero__dot.active{width:2rem;height:.625rem;background:var(--primary)}.ec-hero__trust{position:absolute;bottom:4rem;right:1.5rem;z-index:20;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:1rem;box-shadow:0 10px 30px #0000001a;padding:1rem;border:1px solid rgba(234,227,231,.5);display:none;animation:ec-float 3s ease-in-out infinite}@media(min-width:640px){.ec-hero__trust{display:block;right:4rem}}.ec-hero__trust-title{font-size:.875rem;font-weight:600;color:var(--foreground)}.ec-hero__trust-sub{font-size:.75rem;color:var(--muted-foreground)}@keyframes ec-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.ec-collections{padding:6rem 0}@media(min-width:640px){.ec-collections{padding:8rem 0}}.ec-collections__inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.ec-collections__inner{padding:0 1.5rem}}.ec-collections__header{text-align:center;margin-bottom:4rem}.ec-collections__label{color:var(--primary);font-weight:500;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.ec-collections__title{font-family:var(--font-display);font-size:1.875rem;font-weight:700;color:var(--foreground)}@media(min-width:640px){.ec-collections__title{font-size:2.25rem}}@media(min-width:1024px){.ec-collections__title{font-size:3rem}}.ec-collections__grid{display:grid;grid-template-columns:1fr;gap:1rem}@media(min-width:640px){.ec-collections__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}}@media(min-width:1024px){.ec-collections__grid{grid-template-columns:repeat(4,1fr)}}.ec-collections__card{position:relative;border-radius:1rem;overflow:hidden;cursor:pointer;height:280px}@media(min-width:640px){.ec-collections__card{height:320px}.ec-collections__card--large{grid-column:span 2}}.ec-collections__card img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .7s}.ec-collections__card:hover img{transform:scale(1.05)}.ec-collections__card-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.7),rgba(0,0,0,.2),transparent)}.ec-collections__card-content{position:relative;height:100%;display:flex;flex-direction:column;justify-content:flex-end;padding:1.5rem}@media(min-width:640px){.ec-collections__card-content{padding:2rem}}.ec-collections__card-subtitle{color:#ffffffb3;font-size:.875rem;margin-bottom:.25rem}.ec-collections__card-bottom{display:flex;align-items:center;justify-content:space-between}.ec-collections__card-name{color:#fff;font-family:var(--font-display);font-size:1.25rem;font-weight:600}@media(min-width:640px){.ec-collections__card-name{font-size:1.5rem}}.ec-collections__card-arrow{width:2.5rem;height:2.5rem;border-radius:50%;background:#fff3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transform:translateY(.5rem);transition:all .3s}.ec-collections__card:hover .ec-collections__card-arrow{opacity:1;transform:translateY(0)}.ec-collections__card-arrow svg{width:1.25rem;height:1.25rem;color:#fff}.ec-family{padding:6rem 0;background:#f0e5ea4d}@media(min-width:640px){.ec-family{padding:8rem 0}}.ec-family__inner{max-width:80rem;margin:0 auto;padding:0 1rem;display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:640px){.ec-family__inner{padding:0 1.5rem}}@media(min-width:1024px){.ec-family__inner{grid-template-columns:repeat(2,1fr);gap:5rem}}.ec-family__img-wrap{position:relative}.ec-family__img-glow{display:none}.ec-family__img{position:relative;width:100%;border-radius:1.5rem;box-shadow:0 4px 16px #00000014;object-fit:cover;aspect-ratio:1/1;image-rendering:auto;-webkit-image-rendering:auto}.ec-family__label{color:var(--primary);font-weight:500;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.ec-family__heading{font-family:var(--font-display);font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:1.5rem;line-height:1.2}@media(min-width:640px){.ec-family__heading{font-size:2.25rem}}@media(min-width:1024px){.ec-family__heading{font-size:3rem}}.ec-family__heading-highlight{color:var(--primary);font-style:italic}.ec-family__desc{color:var(--muted-foreground);font-size:1.125rem;line-height:1.7;margin-bottom:2.5rem}.ec-family__story-text{color:var(--muted-foreground);font-size:1rem;line-height:1.8;margin-bottom:2.5rem}.ec-family__story-text p{margin-bottom:1rem}.ec-family__story-text p:last-child{margin-bottom:0}.ec-family__story-text strong{color:var(--foreground);font-weight:600}.ec-family__story-text em{font-style:italic;color:var(--primary)}.ec-family__values{display:flex;flex-direction:column;gap:1.5rem}.ec-family__value{display:flex;gap:1rem}.ec-family__value-icon{width:3rem;height:3rem;border-radius:.75rem;background:#5cb89d1a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.ec-family__value-icon svg{width:1.25rem;height:1.25rem;color:var(--primary)}.ec-family__value-title{font-weight:600;color:var(--foreground);margin-bottom:.25rem}.ec-family__value-desc{color:var(--muted-foreground);font-size:.875rem}.ec-doors{padding:5rem 1.5rem;background:linear-gradient(180deg,var(--background) 0%,#f0eaed 100%)}.ec-doors__inner{max-width:1200px;margin:0 auto}.ec-doors__header{text-align:center;margin-bottom:3.5rem}.ec-doors__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);margin-bottom:.75rem}.ec-doors__title{font-family:var(--font-heading);font-size:2rem;font-weight:600;color:var(--foreground);margin-bottom:.75rem}@media(min-width:640px){.ec-doors__title{font-size:2.5rem}}.ec-doors__subtitle{font-size:1.05rem;color:var(--muted-foreground);max-width:500px;margin:0 auto}.ec-doors__grid{display:grid;grid-template-columns:1fr;gap:1.25rem}@media(min-width:640px){.ec-doors__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ec-doors__grid{grid-template-columns:repeat(3,1fr)}}.ec-doors__card{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2.5rem 1.75rem 2rem;background:var(--card);border-radius:1.25rem;border:1px solid var(--border);text-decoration:none;color:var(--foreground);transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease;overflow:hidden}.ec-doors__card:hover{transform:translateY(-6px);box-shadow:0 16px 40px #00000014;border-color:var(--primary)}.ec-doors__card-icon{margin-bottom:.75rem}.ec-doors__emoji{font-size:2.5rem;display:block;line-height:1}.ec-doors__card-number{font-family:var(--font-heading);font-size:.75rem;font-weight:700;color:var(--primary);letter-spacing:.1em;opacity:.6;margin-bottom:.5rem}.ec-doors__card-name{font-family:var(--font-heading);font-size:1.1rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--foreground);margin-bottom:.75rem}.ec-doors__card-tags{font-size:.8rem;color:var(--muted-foreground);line-height:1.5;margin-bottom:1rem}.ec-doors__card-quote{font-family:var(--font-heading);font-style:italic;font-size:.85rem;color:var(--primary);line-height:1.5;max-width:280px}.ec-doors__card-line{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:0;height:3px;border-radius:3px;background:var(--primary);transition:width .4s ease}.ec-doors__card:hover .ec-doors__card-line{width:60%}@media(min-width:1024px){.ec-doors__grid>.ec-doors__card:last-child{grid-column:2}}.ec-doors__grid--collection{margin-bottom:3rem}.ec-doors__card--soul:hover{background:linear-gradient(180deg,#fff 60%,#fdf2e9)}.ec-doors__card--tree:hover{background:linear-gradient(180deg,#fff 60%,#ecf5e8)}.ec-doors__card--golden:hover{background:linear-gradient(180deg,#fff 60%,#fef9e7)}.ec-doors__card--sacred:hover{background:linear-gradient(180deg,#fff 60%,#f0eaf5)}.ec-doors__card--memory:hover{background:linear-gradient(180deg,#fff 60%,#eaf0f5)}.ec-doors__card--comfort:hover{background:linear-gradient(180deg,#fff 60%,#f8f0e8)}.ec-doors__card--moon:hover{background:linear-gradient(180deg,#fff 60%,#e8ecf5)}.ec-products{padding:6rem 0}@media(min-width:640px){.ec-products{padding:8rem 0}}.ec-products__inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.ec-products__inner{padding:0 1.5rem}}.ec-products__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:4rem}@media(min-width:640px){.ec-products__header{flex-direction:row;justify-content:space-between;align-items:flex-end}}.ec-products__label{color:var(--primary);font-weight:500;font-size:.875rem;letter-spacing:.1em;text-transform:uppercase;margin-bottom:.75rem}.ec-products__title{font-family:var(--font-display);font-size:1.875rem;font-weight:700;color:var(--foreground)}@media(min-width:640px){.ec-products__title{font-size:2.25rem}}@media(min-width:1024px){.ec-products__title{font-size:3rem}}.ec-products__view-all{display:inline-flex;align-items:center;padding:.625rem 1.5rem;border-radius:9999px;border:1px solid var(--border);font-weight:500;font-size:.875rem;transition:all .2s}.ec-products__view-all:hover{background:var(--secondary)}.ec-products__grid{display:grid;grid-template-columns:1fr;gap:1.5rem;justify-content:center}@media(min-width:640px){.ec-products__grid{grid-template-columns:repeat(auto-fit,minmax(280px,380px));gap:2rem}}@media(min-width:1024px){.ec-products__grid{grid-template-columns:repeat(auto-fit,minmax(300px,380px))}}.ec-product-card__img-wrap{position:relative;border-radius:1rem;overflow:hidden;background:#f0e5ea4d;aspect-ratio:3/4;margin-bottom:1rem}.ec-product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .7s}.ec-product-card:hover .ec-product-card__img-wrap img{transform:scale(1.05)}.ec-product-card__wishlist{position:absolute;top:1rem;right:1rem;width:2.25rem;height:2.25rem;border-radius:50%;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s}.ec-product-card:hover .ec-product-card__wishlist{opacity:1}.ec-product-card__wishlist:hover{background:#fff}.ec-product-card__wishlist svg{width:1rem;height:1rem;color:var(--foreground)}.ec-product-card__category{font-size:.75rem;color:var(--muted-foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.ec-product-card__name{font-weight:500;color:var(--foreground);margin-bottom:.25rem}.ec-product-card__price{font-family:var(--font-display);font-weight:600;color:var(--primary);font-size:1.125rem}.ec-newsletter{padding:6rem 0}@media(min-width:640px){.ec-newsletter{padding:8rem 0}}.ec-newsletter__inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.ec-newsletter__inner{padding:0 1.5rem}}.ec-newsletter__box{position:relative;border-radius:2rem;background:linear-gradient(135deg,rgba(92,184,157,.1),var(--secondary),rgba(212,167,43,.1));padding:2rem;text-align:center;overflow:hidden}@media(min-width:640px){.ec-newsletter__box{padding:4rem}}.ec-newsletter__glow1{position:absolute;top:2rem;left:2rem;width:6rem;height:6rem;border-radius:50%;background:#5cb89d1a;filter:blur(30px)}.ec-newsletter__glow2{position:absolute;bottom:2rem;right:2rem;width:8rem;height:8rem;border-radius:50%;background:#d4a72b1a;filter:blur(30px)}.ec-newsletter__content{position:relative}.ec-newsletter__icon{color:var(--accent);margin:0 auto 1rem}.ec-newsletter__icon svg{width:2rem;height:2rem;margin:0 auto}.ec-newsletter__title{font-family:var(--font-display);font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:1rem}@media(min-width:640px){.ec-newsletter__title{font-size:2.25rem}}.ec-newsletter__desc{color:var(--muted-foreground);font-size:1.125rem;margin-bottom:2rem;max-width:28rem;margin-left:auto;margin-right:auto}.ec-newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.ec-newsletter__form{flex-direction:row}}.ec-newsletter__input{flex:1;border-radius:9999px;padding:0 1.5rem;height:3rem;font-family:var(--font-body);background:var(--card);border:1px solid var(--border);color:var(--foreground);font-size:.875rem}.ec-newsletter__input:focus{outline:2px solid var(--primary);outline-offset:-2px}.ec-newsletter__submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border-radius:9999px;height:3rem;padding:0 2rem;background:var(--primary);color:var(--primary-foreground);font-weight:500;font-size:.875rem;transition:background .2s}.ec-newsletter__submit:hover{background:#4da88d}.ec-newsletter__submit svg{width:1rem;height:1rem}.ec-newsletter__form-wrap{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.ec-newsletter__form-wrap{flex-direction:row}}.ec-newsletter__success{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#5cb89d;font-size:.95rem;margin-top:1rem;font-weight:500;text-align:center}.ec-newsletter__error{color:#e74c3c;font-size:.9rem;margin-top:.75rem;text-align:center}#ec-newsletter-form .errors{color:#e74c3c;font-size:.85rem;margin-bottom:.75rem;text-align:center;list-style:none}.ec-wellness{padding:4rem 0}@media(min-width:640px){.ec-wellness{padding:6rem 0}}.ec-wellness__inner{max-width:80rem;margin:0 auto;padding:0 1rem}@media(min-width:640px){.ec-wellness__inner{padding:0 1.5rem}}.ec-wellness__header{text-align:center;margin-bottom:3rem}.ec-wellness__label{font-family:var(--font-body);text-transform:uppercase;letter-spacing:.15em;font-size:.75rem;color:var(--primary);font-weight:600;margin-bottom:.5rem}.ec-wellness__title{font-family:var(--font-heading);font-size:1.875rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem}@media(min-width:640px){.ec-wellness__title{font-size:2.25rem}}.ec-wellness__desc{color:var(--muted-foreground);font-size:1rem;max-width:32rem;margin:0 auto}.ec-wellness__featured{display:flex;flex-direction:column;gap:2rem;background:var(--card);border-radius:1.5rem;overflow:hidden;box-shadow:0 4px 24px #0000000f}@media(min-width:768px){.ec-wellness__featured{flex-direction:row}}.ec-wellness__featured-img-wrap{position:relative;flex:1;min-height:280px;overflow:hidden;display:block}@media(min-width:768px){.ec-wellness__featured-img-wrap{min-height:400px}}.ec-wellness__featured-img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.ec-wellness__featured-img-wrap:hover img{transform:scale(1.05)}.ec-wellness__badge{position:absolute;top:1rem;left:1rem;background:var(--primary);color:#fff;padding:.25rem .75rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.ec-wellness__featured-info{flex:1;padding:2rem;display:flex;flex-direction:column;justify-content:center}.ec-wellness__featured-tag{font-size:.75rem;text-transform:uppercase;letter-spacing:.15em;color:var(--primary);font-weight:600;margin-bottom:.5rem}.ec-wellness__featured-name{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--foreground);margin-bottom:.75rem;line-height:1.3}@media(min-width:768px){.ec-wellness__featured-name{font-size:1.75rem}}.ec-wellness__featured-desc{color:var(--muted-foreground);font-size:.9rem;line-height:1.6;margin-bottom:1rem}.ec-wellness__featured-pricing{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem}.ec-wellness__featured-price{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--foreground)}.ec-wellness__featured-price--sale{color:#e74c3c}.ec-wellness__featured-compare{font-size:1rem;color:var(--muted-foreground);text-decoration:line-through}.ec-wellness__featured-save{background:#fef2f2;color:#e74c3c;font-size:.75rem;font-weight:600;padding:.2rem .5rem;border-radius:.25rem}.ec-wellness__features{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-bottom:1.5rem}.ec-wellness__feature{display:flex;align-items:center;gap:.5rem;font-size:.85rem;color:var(--foreground)}.ec-wellness__feature svg{color:var(--primary);flex-shrink:0}.ec-wellness__cta{display:inline-flex;align-items:center;gap:.5rem;background:var(--primary);color:#fff;padding:.75rem 1.75rem;border-radius:9999px;font-weight:500;font-size:.9rem;transition:background .2s;text-decoration:none;align-self:flex-start}.ec-wellness__cta:hover{background:#4da88d}.ec-wellness__extras{margin-top:2.5rem}.ec-wellness__extras-title{font-family:var(--font-heading);font-size:1.25rem;font-weight:600;color:var(--foreground);margin-bottom:1rem}.ec-wellness__extras-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.ec-wellness__extra-card{background:var(--card);border-radius:1rem;overflow:hidden;box-shadow:0 2px 12px #0000000d;text-decoration:none;transition:transform .2s,box-shadow .2s}.ec-wellness__extra-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.ec-wellness__extra-img{aspect-ratio:1;overflow:hidden}.ec-wellness__extra-img img{width:100%;height:100%;object-fit:cover}.ec-wellness__extra-info{padding:.75rem 1rem}.ec-wellness__extra-name{font-size:.85rem;font-weight:500;color:var(--foreground);margin-bottom:.25rem;line-height:1.3}.ec-wellness__extra-price{font-weight:600;color:var(--primary);font-size:.9rem}.ec-footer{background:var(--foreground);color:var(--background)}.ec-footer__inner{max-width:80rem;margin:0 auto;padding:4rem 1rem}@media(min-width:640px){.ec-footer__inner{padding:5rem 1.5rem}}.ec-footer__grid{display:grid;grid-template-columns:1fr;gap:2.5rem}@media(min-width:640px){.ec-footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.ec-footer__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:2rem}}.ec-footer__brand-desc{color:#f8f3f599;line-height:1.7;margin-bottom:1.5rem;max-width:20rem}.ec-footer__logo{width:8rem;height:auto;object-fit:contain;margin-bottom:1.5rem}.ec-footer__socials{display:flex;gap:.75rem}.ec-footer__social{width:2.5rem;height:2.5rem;border-radius:50%;border:1px solid rgba(248,243,245,.2);display:flex;align-items:center;justify-content:center;transition:background .2s}.ec-footer__social:hover{background:#f8f3f51a}.ec-footer__social svg{width:1rem;height:1rem}.ec-footer__col-title{font-weight:600;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem}.ec-footer__links{display:flex;flex-direction:column;gap:.75rem}.ec-footer__link{font-size:.875rem;color:#f8f3f580;transition:color .2s}.ec-footer__link:hover{color:var(--background)}.ec-footer__bar{margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(248,243,245,.1);display:flex;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem}@media(min-width:640px){.ec-footer__bar{flex-direction:row}}.ec-footer__contacts{display:flex;flex-wrap:wrap;gap:1.5rem;font-size:.875rem;color:#f8f3f566}.ec-footer__contact{display:flex;align-items:center;gap:.5rem}.ec-footer__contact svg{width:.875rem;height:.875rem}.ec-footer__copyright{font-size:.75rem;color:#f8f3f54d}a.ec-product-card__img-link{display:block}a.ec-product-card__info-link{display:block;text-decoration:none;color:inherit;padding:0 .25rem}.ec-product-card__wishlist.ec-wishlisted svg{fill:#e74c6f;stroke:#e74c6f}.ec-product-card__wishlist.ec-wishlisted{opacity:1!important}.ec-navbar__wl-wrap{position:relative;text-decoration:none;color:inherit}a.ec-collections__card{text-decoration:none;color:inherit}.ec-search-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0009;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;align-items:flex-start;justify-content:center;padding-top:8rem;z-index:10000;opacity:0;pointer-events:none;transition:opacity .3s}.ec-search-overlay.active{opacity:1;pointer-events:auto}.ec-search-overlay__inner{background:#fff;border-radius:1rem;padding:2rem;width:90%;max-width:600px;position:relative;box-shadow:0 20px 60px #0000004d;transform:translateY(-20px);transition:transform .3s}.ec-search-overlay.active .ec-search-overlay__inner{transform:translateY(0)}.ec-search-overlay__close{position:absolute;top:1rem;right:1rem;background:none;border:none;cursor:pointer;color:#333;padding:.25rem}.ec-search-overlay__form{display:flex;align-items:center;gap:.75rem;border:2px solid #e0e0e0;border-radius:9999px;padding:.75rem 1.25rem;transition:border-color .2s}.ec-search-overlay__form:focus-within{border-color:#5cb89d}.ec-search-overlay__form svg{flex-shrink:0;color:#999}.ec-search-overlay__input{flex:1;border:none;outline:none;font-size:1rem;font-family:Inter,sans-serif;background:transparent}.ec-search-overlay__submit{background:#5cb89d;color:#fff;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;font-size:.875rem;transition:background .2s}.ec-search-overlay__submit:hover{background:#4a9d85}.ec-pdp{padding:2rem 1.5rem 4rem;max-width:1200px;margin:0 auto}.ec-pdp__inner{max-width:1200px;margin:0 auto}.ec-pdp__back{display:inline-flex;align-items:center;gap:.5rem;color:#5cb89d;font-weight:500;font-size:.875rem;text-decoration:none;margin-bottom:2rem;transition:opacity .2s}.ec-pdp__back:hover{opacity:.7}.ec-pdp__grid{display:grid;gap:3rem}@media(min-width:768px){.ec-pdp__grid{grid-template-columns:1fr 1fr}}.ec-pdp__gallery{display:flex;flex-direction:column;gap:1rem}.ec-pdp__main-img{background:#f8f3f5;border-radius:1rem;overflow:hidden;aspect-ratio:1;display:flex;align-items:center;justify-content:center}.ec-pdp__main-img img{width:100%;height:100%;object-fit:contain}.ec-pdp__thumbs{display:flex;gap:.75rem;flex-wrap:wrap}.ec-pdp__thumb{width:4.5rem;height:4.5rem;border-radius:.5rem;overflow:hidden;border:2px solid transparent;cursor:pointer;padding:0;background:#f8f3f5;transition:border-color .2s}.ec-pdp__thumb.active,.ec-pdp__thumb:hover{border-color:#5cb89d}.ec-pdp__thumb img{width:100%;height:100%;object-fit:cover}.ec-pdp__info{display:flex;flex-direction:column;gap:1rem}.ec-pdp__type{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#5cb89d}.ec-pdp__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:600;color:#2d2926;line-height:1.2}.ec-pdp__price-row{display:flex;align-items:center;gap:.75rem}.ec-pdp__price{font-size:1.5rem;font-weight:600;color:#2d2926}.ec-pdp__compare{font-size:1rem;color:#999;text-decoration:line-through}.ec-pdp__badge{background:#e74c6f;color:#fff;font-size:.75rem;padding:.2rem .6rem;border-radius:9999px;font-weight:600}.ec-pdp__desc{color:#555;line-height:1.8;font-size:.95rem}.ec-pdp__option{display:flex;flex-direction:column;gap:.5rem}.ec-pdp__option-label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#2d2926}.ec-pdp__select{padding:.75rem 1rem;border:1px solid #ddd;border-radius:.5rem;font-family:Inter,sans-serif;font-size:.95rem;background:#fff;cursor:pointer;-webkit-appearance:auto;appearance:auto}.ec-pdp__qty-row{display:flex;flex-direction:column;gap:.5rem}.ec-pdp__qty{display:inline-flex;align-items:center;border:1px solid #ddd;border-radius:.5rem;overflow:hidden}.ec-pdp__qty-btn{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem;cursor:pointer;background:#f8f3f5;border:none;color:#2d2926;transition:background .2s}.ec-pdp__qty-btn:hover{background:#e8e3e5}.ec-pdp__qty-input{width:3rem;text-align:center;border:none;font-size:1rem;font-family:Inter,sans-serif;background:#fff;-moz-appearance:textfield}.ec-pdp__qty-input::-webkit-inner-spin-button,.ec-pdp__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ec-pdp__add-btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem;background:#5cb89d;color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;font-family:Inter,sans-serif;transition:background .2s,transform .1s}.ec-pdp__add-btn:hover{background:#4a9d85}.ec-pdp__add-btn:active{transform:scale(.98)}.ec-pdp__add-btn:disabled{background:#ccc;cursor:not-allowed}.ec-pdp__features{display:flex;flex-direction:column;gap:.75rem;padding-top:1.5rem;border-top:1px solid #eee}.ec-pdp__feature{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:#666}.ec-pdp__feature svg{color:#5cb89d;flex-shrink:0}.ec-coll{padding:2rem 1.5rem 4rem}.ec-coll__inner{max-width:1200px;margin:0 auto}.ec-coll__header{text-align:center;margin-bottom:2.5rem}.ec-coll__title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:600;color:#2d2926;margin-bottom:.5rem}.ec-coll__desc{color:#666;max-width:500px;margin:0 auto .5rem}.ec-coll__count{color:#999;font-size:.875rem}.ec-coll__empty{text-align:center;padding:4rem 0;color:#666}.ec-coll__pagination{text-align:center;margin-top:2rem}.ec-collections-list__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.ec-collections-list__card{text-decoration:none;color:inherit;border-radius:1rem;overflow:hidden;background:#f8f3f5;transition:transform .3s,box-shadow .3s}.ec-collections-list__card:hover{transform:translateY(-4px);box-shadow:0 8px 30px #0000001a}.ec-collections-list__card img{width:100%;aspect-ratio:16/10;object-fit:cover}.ec-collections-list__placeholder{width:100%;aspect-ratio:16/10;display:flex;align-items:center;justify-content:center;background:#f0ebe8;color:#bbb}.ec-collections-list__info{padding:1.25rem}.ec-collections-list__name{font-family:Playfair Display,serif;font-size:1.25rem;font-weight:600;color:#2d2926;margin-bottom:.25rem}.ec-collections-list__count{font-size:.8rem;color:#999}.ec-pdp__spinner{animation:ec-spin .8s linear infinite;vertical-align:middle}section.ec-cart{padding:2rem 1.5rem 4rem;background:#fff;min-height:60vh}.ec-cart .ec-cart__inner{max-width:1000px;margin:0 auto}.ec-cart .ec-cart__title{font-family:Playfair Display,serif;font-size:2rem;font-weight:700;color:#2d2926;margin-bottom:2rem;text-align:center;display:flex;align-items:center;justify-content:center;gap:.6rem}.ec-cart .ec-cart__title svg{color:#5cb89d;flex-shrink:0}.ec-cart .ec-cart__count{font-family:DM Sans,sans-serif;font-size:1rem;font-weight:400;color:#999}.ec-cart .ec-cart__form{display:grid;gap:2.5rem}@media(min-width:768px){.ec-cart .ec-cart__form{grid-template-columns:1.5fr 1fr;align-items:start}}.ec-cart .ec-cart__items{display:flex;flex-direction:column;gap:0}.ec-cart .ec-cart__header{display:none;padding:0 0 .75rem;border-bottom:2px solid #eee;margin-bottom:1rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#999}@media(min-width:640px){.ec-cart .ec-cart__header{display:grid;grid-template-columns:80px 1fr auto auto;gap:1rem}.ec-cart .ec-cart__header-product{grid-column:1 / 3}.ec-cart .ec-cart__header-qty{text-align:center;min-width:110px}.ec-cart .ec-cart__header-total{text-align:right;min-width:80px}}.ec-cart .ec-cart__item{display:grid;grid-template-columns:85px 1fr auto auto;gap:1rem;align-items:center;padding:1.25rem 0;border-bottom:1px solid #f0ebe6}@media(max-width:639px){.ec-cart .ec-cart__item{grid-template-columns:80px 1fr;gap:.75rem}.ec-cart .ec-cart__item-qty{grid-column:1 / -1;justify-self:start}.ec-cart .ec-cart__item-total{grid-column:1 / -1;display:flex;flex-direction:row;align-items:center;justify-content:space-between}}.ec-cart .ec-cart__item-img{border-radius:.75rem;overflow:hidden;background:#f8f3f5;box-shadow:0 2px 8px #0000000f;transition:transform .2s}.ec-cart .ec-cart__item-img:hover{transform:scale(1.03)}.ec-cart .ec-cart__item-img img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.ec-cart .ec-cart__item-info{min-width:0}.ec-cart .ec-cart__item-name{font-family:DM Sans,sans-serif;font-weight:600;color:#2d2926;text-decoration:none;font-size:.95rem;display:block;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ec-cart .ec-cart__item-name:hover{color:#5cb89d}.ec-cart .ec-cart__item-variant{font-size:.8rem;color:#999;margin-top:.2rem}.ec-cart .ec-cart__item-price{font-size:.85rem;color:#888;margin-top:.3rem;font-weight:500}.ec-cart .ec-cart__item-remove--desktop{color:#bbb;cursor:pointer;padding:.35rem;background:none;border:none;border-radius:50%;transition:all .2s;display:none}.ec-cart .ec-cart__item-remove--desktop:hover{color:#e74c6f;background:#fef0f3}@media(min-width:640px){.ec-cart .ec-cart__item-remove--desktop{display:inline-flex}}.ec-cart .ec-cart__item-remove--mobile{color:#bbb;cursor:pointer;padding:.3rem 0;background:none;border:none;font-size:.75rem;display:inline-flex;align-items:center;gap:.3rem;margin-top:.5rem;transition:color .2s}.ec-cart .ec-cart__item-remove--mobile:hover{color:#e74c6f}@media(min-width:640px){.ec-cart .ec-cart__item-remove--mobile{display:none}}.ec-cart .ec-cart__qty{display:inline-flex;align-items:center;border:1.5px solid #e8e0da;border-radius:.5rem;overflow:hidden;background:#fff}.ec-cart .ec-cart__qty-btn{width:34px;height:34px;border:none;background:transparent;font-size:1.1rem;color:#2d2926;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.ec-cart .ec-cart__qty-btn:hover{background:#f8f3f5}.ec-cart .ec-cart__qty-input{width:36px;text-align:center;border:none;font-size:.9rem;font-weight:600;color:#2d2926;background:transparent;outline:none;-moz-appearance:textfield}.ec-cart .ec-cart__item-total{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem}.ec-cart .ec-cart__item-line-price{font-weight:700;font-size:1rem;color:#2d2926}.ec-cart .ec-cart__summary{background:linear-gradient(135deg,#f8f3f5,#faf7f3);border-radius:1.25rem;padding:2rem;align-self:start;position:sticky;top:6rem;box-shadow:0 4px 20px #0000000a;border:1px solid rgba(0,0,0,.04)}.ec-cart .ec-cart__summary-title{font-family:Playfair Display,serif;font-size:1.2rem;font-weight:700;color:#2d2926;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:2px solid #e8e0da}.ec-cart .ec-cart__summary-row{display:flex;justify-content:space-between;align-items:center;margin-bottom:.6rem;font-size:.95rem;color:#555}.ec-cart .ec-cart__summary-row--light{color:#999;font-size:.875rem}.ec-cart .ec-cart__summary-row--total{font-size:1.1rem;font-weight:700;color:#2d2926;margin-bottom:0}.ec-cart .ec-cart__summary-price{font-weight:600;color:#2d2926}.ec-cart .ec-cart__summary-price--total{font-size:1.3rem;color:#5cb89d}.ec-cart .ec-cart__summary-tbd{font-style:italic;font-size:.8rem;color:#bbb}.ec-cart .ec-cart__summary-divider{height:1px;background:#e8e0da;margin:1rem 0}.ec-cart .ec-cart__checkout-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.95rem 1.5rem;margin-top:1.25rem;background:linear-gradient(135deg,#5cb89d,#4aa88d);color:#fff;border:none;border-radius:.75rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s;text-decoration:none;box-shadow:0 4px 14px #5cb89d4d;font-family:DM Sans,sans-serif}.ec-cart .ec-cart__checkout-btn:hover{background:linear-gradient(135deg,#4aa88d,#3d9a7e);box-shadow:0 6px 20px #5cb89d66;transform:translateY(-1px)}.ec-cart .ec-cart__trust{display:flex;gap:1.25rem;justify-content:center;margin-top:1.25rem;padding-top:1rem}.ec-cart .ec-cart__trust-item{display:flex;align-items:center;gap:.35rem;font-size:.75rem;color:#999}.ec-cart .ec-cart__trust-item svg{color:#5cb89d;flex-shrink:0}.ec-cart .ec-cart__continue{display:flex;align-items:center;justify-content:center;gap:.3rem;text-align:center;color:#5cb89d;margin-top:1rem;font-size:.85rem;font-weight:500;text-decoration:none;transition:color .2s}.ec-cart .ec-cart__continue:hover{color:#4aa88d;text-decoration:underline}.ec-cart .ec-cart__empty{text-align:center;padding:5rem 2rem;color:#666}.ec-cart .ec-cart__empty-icon{width:100px;height:100px;border-radius:50%;background:linear-gradient(135deg,#f8f3f5,#faf7f3);display:inline-flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.ec-cart .ec-cart__empty-icon svg{color:#ccc;width:50px;height:50px}.ec-cart .ec-cart__empty-title{font-family:Playfair Display,serif;color:#2d2926;font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.ec-cart .ec-cart__empty-text{font-size:.95rem;color:#999;margin-bottom:0}.ec-page__content{max-width:700px;margin:0 auto;line-height:1.8;color:#555}.ec-page__content h2,.ec-page__content h3{color:#2d2926;margin:1.5rem 0 .75rem;font-family:Playfair Display,serif}.ec-page__content p{margin-bottom:1rem}.ec-page__content a{color:#5cb89d}section.ec-cart{padding-top:5.5rem}section.ec-pdp{padding-top:5.5rem}@media(min-width:640px){section.ec-cart{padding-top:6.5rem}section.ec-pdp{padding-top:6.5rem}}.ec-cart-notification{position:fixed;top:-100px;left:50%;transform:translate(-50%);z-index:9999;background:var(--card);border:1px solid var(--border);border-radius:1rem;box-shadow:0 12px 40px #00000026;padding:1rem 1.5rem;display:flex;align-items:center;gap:1rem;max-width:420px;width:90%;transition:top .4s cubic-bezier(.34,1.56,.64,1)}.ec-cart-notification.ec-cart-notification--visible{top:5rem}@media(min-width:640px){.ec-cart-notification.ec-cart-notification--visible{top:6rem}}.ec-cart-notification__img{width:50px;height:50px;border-radius:.5rem;overflow:hidden;flex-shrink:0;background:#f8f3f5}.ec-cart-notification__img img{width:100%;height:100%;object-fit:cover}.ec-cart-notification__text{flex:1;min-width:0}.ec-cart-notification__title{font-size:.85rem;font-weight:600;color:var(--foreground);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ec-cart-notification__msg{font-size:.75rem;color:var(--primary);font-weight:500;display:flex;align-items:center;gap:.3rem;margin-top:.15rem}.ec-cart-notification__msg svg{flex-shrink:0}.ec-cart-notification__actions{display:flex;flex-direction:column;gap:.4rem;flex-shrink:0}.ec-cart-notification__view{padding:.4rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:600;text-decoration:none;text-align:center;background:var(--primary);color:#fff;transition:background .2s;display:inline-block}.ec-cart-notification__view:hover{background:#4da88d}.ec-cart-notification__close{padding:.3rem .8rem;border-radius:9999px;font-size:.7rem;font-weight:500;color:var(--muted-foreground);text-align:center;cursor:pointer;border:1px solid var(--border);background:none;transition:all .2s}.ec-cart-notification__close:hover{background:var(--secondary)}@keyframes ec-spin{to{transform:rotate(360deg)}}.ec-pdp__spinner{animation:ec-spin .8s linear infinite}.ec-auth{padding:6rem 1.5rem 4rem;min-height:70vh;display:flex;align-items:center;justify-content:center;background:var(--background)}@media(min-width:640px){.ec-auth{padding:7rem 1.5rem 4rem}}.ec-auth__card{background:var(--card);border-radius:1.5rem;padding:2.5rem 2rem;width:100%;max-width:440px;box-shadow:0 8px 30px #0000000f;border:1px solid var(--border)}@media(min-width:640px){.ec-auth__card{padding:3rem 2.5rem}}.ec-auth__icon{width:3.5rem;height:3.5rem;border-radius:50%;background:#5cb89d1a;display:flex;align-items:center;justify-content:center;margin:0 auto 1.25rem}.ec-auth__icon svg{width:1.5rem;height:1.5rem;color:var(--primary)}.ec-auth__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--foreground);text-align:center;margin-bottom:.5rem}.ec-auth__subtitle{font-size:.9rem;color:var(--muted-foreground);text-align:center;margin-bottom:2rem}.ec-auth__form{display:flex;flex-direction:column;gap:1.25rem}.ec-auth__field{display:flex;flex-direction:column;gap:.4rem}.ec-auth__label{font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--foreground)}.ec-auth__input{padding:.75rem 1rem;border:1.5px solid var(--border);border-radius:.75rem;font-family:var(--font-body);font-size:.95rem;background:var(--background);color:var(--foreground);transition:border-color .2s,box-shadow .2s}.ec-auth__input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #5cb89d26}.ec-auth__btn{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.9rem 1.5rem;margin-top:.5rem;background:linear-gradient(135deg,#5cb89d,#4aa88d);color:#fff;border:none;border-radius:9999px;font-size:1rem;font-weight:600;cursor:pointer;font-family:var(--font-body);transition:all .3s;text-decoration:none;text-align:center;box-shadow:0 4px 14px #5cb89d4d}.ec-auth__btn:hover{background:linear-gradient(135deg,#4aa88d,#3d9a7e);box-shadow:0 6px 20px #5cb89d66;transform:translateY(-1px)}.ec-auth__footer{text-align:center;margin-top:1.5rem;padding-top:1.25rem;border-top:1px solid var(--border)}.ec-auth__footer-text{font-size:.875rem;color:var(--muted-foreground)}.ec-auth__footer-link{color:var(--primary);font-weight:600;text-decoration:none;transition:opacity .2s}.ec-auth__footer-link:hover{opacity:.7}.ec-auth__forgot{text-align:right;margin-top:-.5rem}.ec-auth__forgot a{font-size:.8rem;color:var(--primary);text-decoration:none;font-weight:500}.ec-auth__forgot a:hover{text-decoration:underline}.ec-auth__errors{background:#fef2f2;border:1px solid #fecaca;border-radius:.75rem;padding:.75rem 1rem;margin-bottom:.5rem}.ec-auth__errors li,.ec-auth__errors p{color:#dc2626;font-size:.85rem;list-style:none}.ec-auth__success{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.75rem;padding:.75rem 1rem;margin-bottom:.5rem;color:#16a34a;font-size:.85rem;text-align:center}.ec-auth__reset-msg{font-size:.875rem;color:var(--muted-foreground);text-align:center;margin-bottom:1.5rem;line-height:1.6}.ec-account{padding:6rem 1.5rem 4rem;min-height:70vh;background:var(--background)}@media(min-width:640px){.ec-account{padding:7rem 1.5rem 4rem}}.ec-account__inner{max-width:900px;margin:0 auto}.ec-account__header{display:flex;flex-direction:column;gap:1rem;margin-bottom:2.5rem;padding-bottom:1.5rem;border-bottom:2px solid var(--border)}@media(min-width:640px){.ec-account__header{flex-direction:row;justify-content:space-between;align-items:center}}.ec-account__greeting{display:flex;align-items:center;gap:1rem}.ec-account__avatar{width:3.5rem;height:3.5rem;border-radius:50%;background:linear-gradient(135deg,var(--primary),#4aa88d);display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.25rem;font-weight:700;font-family:var(--font-heading)}.ec-account__welcome{font-family:var(--font-heading);font-size:1.5rem;font-weight:700;color:var(--foreground)}@media(min-width:640px){.ec-account__welcome{font-size:1.75rem}}.ec-account__email{font-size:.85rem;color:var(--muted-foreground)}.ec-account__logout{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1.25rem;border-radius:9999px;border:1.5px solid var(--border);font-size:.85rem;font-weight:500;color:var(--foreground);text-decoration:none;background:none;cursor:pointer;font-family:var(--font-body);transition:all .2s}.ec-account__logout:hover{border-color:#e74c6f;color:#e74c6f;background:#fef2f2}.ec-account__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.ec-account__grid{grid-template-columns:1fr 1fr}}.ec-account__card{background:var(--card);border-radius:1.25rem;padding:1.75rem;border:1px solid var(--border);box-shadow:0 4px 16px #0000000a}.ec-account__card--full{grid-column:1 / -1}.ec-account__card-header{display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.ec-account__card-icon{width:2.25rem;height:2.25rem;border-radius:.5rem;background:#5cb89d1a;display:flex;align-items:center;justify-content:center}.ec-account__card-icon svg{width:1.125rem;height:1.125rem;color:var(--primary)}.ec-account__card-title{font-family:var(--font-heading);font-size:1.1rem;font-weight:600;color:var(--foreground)}.ec-account__orders{width:100%}.ec-account__order-row{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f0ebe6;font-size:.85rem;color:var(--foreground);align-items:center}@media(max-width:639px){.ec-account__order-row{grid-template-columns:1fr 1fr;gap:.5rem}}.ec-account__order-row--header{font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--muted-foreground);border-bottom:2px solid var(--border)}.ec-account__order-link{color:var(--primary);font-weight:600;text-decoration:none}.ec-account__order-link:hover{text-decoration:underline}.ec-account__order-status{display:inline-block;padding:.15rem .6rem;border-radius:9999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.ec-account__order-status--fulfilled{background:#dcfce7;color:#16a34a}.ec-account__order-status--unfulfilled{background:#fef9c3;color:#ca8a04}.ec-account__order-status--partial{background:#dbeafe;color:#2563eb}.ec-account__no-orders{text-align:center;padding:2rem 1rem;color:var(--muted-foreground);font-size:.9rem}.ec-account__no-orders a{display:inline-flex;align-items:center;gap:.5rem;margin-top:1rem;color:var(--primary);font-weight:600;text-decoration:none}.ec-account__no-orders a:hover{text-decoration:underline}.ec-account__address{font-size:.9rem;line-height:1.7;color:#555}.ec-account__address p{margin:0}.ec-order{padding:6rem 1.5rem 4rem;min-height:70vh;background:var(--background)}@media(min-width:640px){.ec-order{padding:7rem 1.5rem 4rem}}.ec-order__inner{max-width:900px;margin:0 auto}.ec-order__back{display:inline-flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:500;font-size:.875rem;text-decoration:none;margin-bottom:1.5rem;transition:opacity .2s}.ec-order__back:hover{opacity:.7}.ec-order__title{font-family:var(--font-heading);font-size:1.75rem;font-weight:700;color:var(--foreground);margin-bottom:.5rem}@media(min-width:640px){.ec-order__title{font-size:2rem}}.ec-order__date{font-size:.85rem;color:var(--muted-foreground);margin-bottom:2rem}.ec-order__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:640px){.ec-order__grid{grid-template-columns:1.5fr 1fr}}.ec-order__card{background:var(--card);border-radius:1.25rem;padding:1.5rem;border:1px solid var(--border);box-shadow:0 4px 16px #0000000a}.ec-order__card-title{font-family:var(--font-heading);font-size:1.05rem;font-weight:600;color:var(--foreground);margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid var(--border)}.ec-order__item{display:flex;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f0ebe6;align-items:center}.ec-order__item:last-child{border-bottom:none}.ec-order__item-img{width:60px;height:60px;border-radius:.5rem;overflow:hidden;background:#f8f3f5;flex-shrink:0}.ec-order__item-img img{width:100%;height:100%;object-fit:cover}.ec-order__item-info{flex:1;min-width:0}.ec-order__item-name{font-weight:600;font-size:.875rem;color:var(--foreground);line-height:1.3}.ec-order__item-variant{font-size:.75rem;color:var(--muted-foreground);margin-top:.15rem}.ec-order__item-qty{font-size:.8rem;color:var(--muted-foreground)}.ec-order__item-price{font-weight:600;font-size:.9rem;color:var(--foreground);flex-shrink:0}.ec-order__summary-row{display:flex;justify-content:space-between;font-size:.9rem;padding:.4rem 0;color:#555}.ec-order__summary-row--total{font-weight:700;font-size:1.05rem;color:var(--foreground);padding-top:.75rem;margin-top:.5rem;border-top:2px solid var(--border)}.ec-order__summary-row--total span:last-child{color:var(--primary)}.ec-order__address{font-size:.875rem;line-height:1.7;color:#555}.ec-order__address p{margin:0}.ec-auth__password-hint{font-size:.75rem;color:var(--muted-foreground);margin-top:.15rem}.ec-auth__back-login{display:flex;align-items:center;justify-content:center;gap:.3rem;margin-top:1rem;font-size:.85rem;color:var(--primary);text-decoration:none;font-weight:500}.ec-auth__back-login:hover{text-decoration:underline}
/*# sourceMappingURL=/cdn/shop/t/8/assets/theme.css.map */
