@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;1,300;1,400&family=DM+Sans:wght@300;400;500&display=swap";:root{--em-parchment: #FAFAF8;--em-greige: #F0EDE6;--em-linen: #E8E4DC;--em-stone: #B8B0A0;--em-charcoal: #2C2C2A;--em-black: #111110;--em-gold: #C8A882;--em-font-display: "Cormorant Garamond", Georgia, serif;--em-font-body: "DM Sans", sans-serif}body{background-color:var(--em-parchment);font-family:var(--em-font-body);color:var(--em-charcoal);-webkit-font-smoothing:antialiased}.announcement-bar{background-color:var(--em-black)!important;color:#fafaf8!important;font-family:var(--em-font-body)!important;font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;padding:10px 0!important}.header{background-color:var(--em-parchment)!important;border-bottom:.5px solid var(--em-linen)!important;padding:18px 0!important}.header__heading-link,.header__menu-item,.header__icon{color:var(--em-black)!important;font-family:var(--em-font-body)!important;font-size:12px!important;letter-spacing:.1em!important;text-transform:uppercase!important;font-weight:400!important}.em-hero{position:relative;width:100%;height:92vh;min-height:600px;overflow:hidden;display:flex;align-items:flex-end;padding-bottom:6vh}.em-hero__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.em-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#1111108c,#11111000 60%)}.em-hero__content{position:relative;z-index:2;padding:0 6vw;max-width:700px}.em-hero__eyebrow{font-family:var(--em-font-body);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--em-gold);margin-bottom:16px;display:block}.em-hero__headline{font-family:var(--em-font-display);font-size:clamp(48px,7vw,88px);font-weight:300;line-height:1;color:#fafaf8;margin:0 0 28px;font-style:italic}.em-hero__cta{display:inline-block;font-family:var(--em-font-body);font-size:11px;letter-spacing:.14em;text-transform:uppercase;color:#fafaf8;border:.5px solid rgba(250,250,248,.6);padding:14px 32px;text-decoration:none;transition:background .3s,color .3s}.em-hero__cta:hover{background:#fafaf8;color:var(--em-black)}.em-trust{background:var(--em-greige);padding:20px 6vw;display:flex;justify-content:center;align-items:center;gap:clamp(24px,4vw,60px);flex-wrap:wrap}.em-trust__item{display:flex;align-items:center;gap:8px;font-family:var(--em-font-body);font-size:11px;letter-spacing:.1em;text-transform:uppercase;color:var(--em-charcoal)}.em-trust__item svg{width:16px;height:16px;stroke:var(--em-gold);fill:none;stroke-width:1.5;flex-shrink:0}.em-categories{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;background:var(--em-linen);margin:2px 0}.em-category{position:relative;overflow:hidden;aspect-ratio:3/4;cursor:pointer}.em-category__image{width:100%;height:100%;object-fit:cover;transition:transform .7s cubic-bezier(.25,.46,.45,.94)}.em-category:hover .em-category__image{transform:scale(1.04)}.em-category__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#11111080,#11111000 50%)}.em-category__label{position:absolute;bottom:28px;left:28px;right:28px}.em-category__word{display:block;font-family:var(--em-font-display);font-size:clamp(28px,3.5vw,44px);font-weight:300;font-style:italic;color:#fafaf8;line-height:1;margin-bottom:8px}.em-category__link{display:inline-block;font-family:var(--em-font-body);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#fafaf8bf;text-decoration:none;border-bottom:.5px solid rgba(250,250,248,.4);padding-bottom:2px}.em-section-header{text-align:center;padding:72px 6vw 40px}.em-section-header__eyebrow{display:block;font-family:var(--em-font-body);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--em-stone);margin-bottom:12px}.em-section-header__title{font-family:var(--em-font-display);font-size:clamp(32px,4vw,52px);font-weight:300;font-style:italic;color:var(--em-black);margin:0;line-height:1.1}.em-products{display:grid;grid-template-columns:repeat(4,1fr);gap:2px;background:var(--em-linen);padding:0 0 2px}.em-product-card{background:var(--em-parchment);padding-bottom:24px}.em-product-card__image-wrap{overflow:hidden;aspect-ratio:1/1;background:var(--em-greige)}.em-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.25,.46,.45,.94)}.em-product-card:hover .em-product-card__image{transform:scale(1.04)}.em-product-card__info{padding:16px 20px 0}.em-product-card__category{display:block;font-family:var(--em-font-body);font-size:9px;letter-spacing:.16em;text-transform:uppercase;color:var(--em-stone);margin-bottom:6px}.em-product-card__name{font-family:var(--em-font-display);font-size:18px;font-weight:400;color:var(--em-black);margin:0 0 6px;line-height:1.2}.em-product-card__price{font-family:var(--em-font-body);font-size:13px;color:var(--em-charcoal)}.em-product-card__cta{display:block;margin:14px 20px 0;font-family:var(--em-font-body);font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:var(--em-black);text-decoration:none;border-bottom:.5px solid var(--em-stone);padding-bottom:2px;width:fit-content;transition:color .2s,border-color .2s}.em-product-card__cta:hover{color:var(--em-gold);border-color:var(--em-gold)}.em-statement{background:var(--em-greige);padding:100px 6vw;text-align:center}.em-statement__quote{font-family:var(--em-font-display);font-size:clamp(36px,5vw,68px);font-weight:300;font-style:italic;color:var(--em-black);line-height:1.15;max-width:900px;margin:0 auto 32px}.em-statement__sub{font-family:var(--em-font-body);font-size:11px;letter-spacing:.16em;text-transform:uppercase;color:var(--em-stone)}.em-editorial{position:relative;width:100%;height:70vh;min-height:480px;overflow:hidden;display:flex;align-items:center}.em-editorial__image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.em-editorial__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#11111061}.em-editorial__content{position:relative;z-index:2;padding:0 8vw;max-width:560px}.em-editorial__headline{font-family:var(--em-font-display);font-size:clamp(40px,6vw,76px);font-weight:300;font-style:italic;color:#fafaf8;line-height:1.05;margin:0 0 24px}.em-editorial__cta{display:inline-block;font-family:var(--em-font-body);font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:#fafaf8;border-bottom:.5px solid rgba(250,250,248,.5);padding-bottom:3px;text-decoration:none}.em-newsletter{background:var(--em-greige);padding:80px 6vw;text-align:center}.em-newsletter__title{font-family:var(--em-font-display);font-size:clamp(28px,3.5vw,44px);font-weight:300;font-style:italic;color:var(--em-black);margin:0 0 8px}.em-newsletter__sub{font-family:var(--em-font-body);font-size:12px;color:var(--em-stone);letter-spacing:.06em;margin-bottom:28px}.em-newsletter__form{display:flex;justify-content:center;max-width:420px;margin:0 auto}.em-newsletter__input{flex:1;border:.5px solid var(--em-stone);background:transparent;padding:14px 18px;font-family:var(--em-font-body);font-size:12px;color:var(--em-black);outline:none;border-right:none}.em-newsletter__input::placeholder{color:var(--em-stone);letter-spacing:.08em}.em-newsletter__btn{background:var(--em-black);color:var(--em-parchment);border:.5px solid var(--em-black);padding:14px 24px;font-family:var(--em-font-body);font-size:10px;letter-spacing:.14em;text-transform:uppercase;cursor:pointer}.footer{background:var(--em-black)!important;color:var(--em-stone)!important}@media(max-width:768px){.em-hero{height:88vh}.em-categories{grid-template-columns:1fr}.em-category{aspect-ratio:4/3}.em-products{grid-template-columns:repeat(2,1fr)}.em-newsletter__form{flex-direction:column}.em-newsletter__input{border-right:.5px solid var(--em-stone);border-bottom:none}}.product__title{font-family:var(--em-font-display)!important;font-size:clamp(28px,4vw,48px)!important;font-weight:300!important;font-style:italic!important;color:var(--em-black)!important;line-height:1.1!important}.product__description{font-family:var(--em-font-body)!important;font-size:14px!important;color:var(--em-charcoal)!important;line-height:1.7!important}.price__regular .price-item,.price__sale .price-item{font-family:var(--em-font-body)!important;font-size:18px!important;color:var(--em-black)!important;font-weight:400!important}.product-form__submit{background:var(--em-black)!important;color:var(--em-parchment)!important;font-family:var(--em-font-body)!important;font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;border:none!important;border-radius:0!important;padding:18px 40px!important}.product-form__submit:hover{background:var(--em-charcoal)!important}.card__heading{font-family:var(--em-font-display)!important;font-size:20px!important;font-weight:400!important;color:var(--em-black)!important}.card__information .price{font-family:var(--em-font-body)!important;font-size:14px!important;color:var(--em-charcoal)!important}.collection__title,.section-header__title{font-family:var(--em-font-display)!important;font-weight:300!important;font-style:italic!important;color:var(--em-black)!important}.header__menu-item span{font-family:var(--em-font-body)!important;font-size:11px!important;letter-spacing:.12em!important;text-transform:uppercase!important;color:var(--em-black)!important}.cart__checkout-button{background:var(--em-black)!important;color:var(--em-parchment)!important;font-family:var(--em-font-body)!important;font-size:11px!important;letter-spacing:.14em!important;text-transform:uppercase!important;border-radius:0!important}.footer__content-top{background:var(--em-black)!important}.footer-block__heading{font-family:var(--em-font-body)!important;font-size:10px!important;letter-spacing:.14em!important;text-transform:uppercase!important;color:#fafaf8!important}.footer__list-item a{font-family:var(--em-font-body)!important;font-size:12px!important;color:var(--em-stone)!important}.footer__copyright-content{font-family:var(--em-font-body)!important;font-size:10px!important;color:var(--em-stone)!important}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:var(--em-font-display)!important;font-weight:300!important}p,span,div,a,li,label,input,button,select,textarea{font-family:var(--em-font-body)!important}.product-single__title,.product__title,.product-title,h1.title{font-family:var(--em-font-display)!important;font-style:italic!important;font-weight:300!important}.price,.product__price,.price-item{font-family:var(--em-font-body)!important;font-weight:400!important}.btn,.button,button[type=submit]{font-family:var(--em-font-body)!important;letter-spacing:.12em!important;text-transform:uppercase!important}.header__icon--account{display:none!important}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.em-hero__content,.em-trust,.em-categories,.em-section-header,.em-products,.em-statement,.em-newsletter{animation:fadeInUp .8s ease forwards}.em-product-card{background:#fafaf8d9!important;backdrop-filter:blur(10px)!important;-webkit-backdrop-filter:blur(10px)!important;border:.5px solid rgba(200,168,130,.2)!important;transition:transform .3s ease,box-shadow .3s ease!important}.em-product-card:hover{transform:translateY(-4px)!important;box-shadow:0 20px 60px #1111101f!important}.em-hero__overlay{background:linear-gradient(135deg,#11111099,#11111033,#11111066)!important}.em-category{transition:transform .5s ease!important}.em-category:hover{transform:scale(1.01)!important;box-shadow:0 30px 80px #11111033!important}.em-hero__cta,.em-editorial__cta,.em-product-card__cta{position:relative!important;overflow:hidden!important;transition:all .4s cubic-bezier(.25,.46,.45,.94)!important}.em-hero__cta:after{content:""!important;position:absolute!important;bottom:0!important;left:-100%!important;width:100%!important;height:1px!important;background:var(--em-gold)!important;transition:left .4s ease!important}.em-hero__cta:hover:after{left:0!important}.em-product-card__image{transition:transform .8s cubic-bezier(.25,.46,.45,.94)!important}.em-product-card:hover .em-product-card__image{transform:scale(1.06)!important}.header__menu-item:hover span{color:var(--em-gold)!important;transition:color .3s ease!important}.em-newsletter__input:focus{border-color:var(--em-gold)!important;outline:none!important;box-shadow:0 0 0 2px #c8a88226!important}.em-statement{background:linear-gradient(135deg,var(--em-greige) 0%,var(--em-linen) 50%,var(--em-greige) 100%)!important}.em-trust__item svg{animation:pulse 2s infinite!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.em-hero,.em-categories,.em-products,.em-statement,.em-editorial,.em-newsletter{opacity:1;transition:opacity .6s ease,transform .6s ease}.em-hero__image{transform:scale(1.1);transition:transform 8s ease!important}.em-hero:hover .em-hero__image{transform:scale(1)!important}.em-hero__headline{background:linear-gradient(135deg,#fafaf8,#c8a882,#fafaf8)!important;background-size:200% auto!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;animation:shimmer 4s linear infinite!important}@keyframes shimmer{0%{background-position:0% center}to{background-position:200% center}}.em-hero__cta{background:transparent!important;border:1px solid rgba(200,168,130,.8)!important;box-shadow:0 0 20px #c8a88233,inset 0 0 20px #c8a8820d!important;animation:glowPulse 3s ease-in-out infinite!important}@keyframes glowPulse{0%,to{box-shadow:0 0 20px #c8a88233}50%{box-shadow:0 0 40px #c8a88280,0 0 80px #c8a88233}}.em-hero__cta:hover{background:#c8a88226!important;box-shadow:0 0 60px #c8a88299!important;transform:translateY(-2px)!important;letter-spacing:.18em!important}.em-category__label{background:#11111033!important;backdrop-filter:blur(8px)!important;-webkit-backdrop-filter:blur(8px)!important;border:.5px solid rgba(250,250,248,.2)!important;border-radius:2px!important;padding:16px 20px!important}.em-category:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;border:2px solid transparent!important;transition:border-color .5s ease!important;pointer-events:none!important;z-index:3!important}.em-category:hover:after{border-color:#c8a88299!important}.em-product-card{background:#fafaf8e6!important;backdrop-filter:blur(20px)!important;-webkit-backdrop-filter:blur(20px)!important;border:.5px solid rgba(200,168,130,.15)!important;transition:all .5s cubic-bezier(.25,.46,.45,.94)!important;position:relative!important;overflow:hidden!important}.em-product-card:before{content:""!important;position:absolute!important;top:-50%!important;left:-50%!important;width:200%!important;height:200%!important;background:linear-gradient(135deg,transparent 30%,rgba(200,168,130,.08) 50%,transparent 70%)!important;transform:translate(-100%)!important;transition:transform .6s ease!important;z-index:1!important}.em-product-card:hover:before{transform:translate(100%)!important}.em-product-card:hover{transform:translateY(-8px)!important;box-shadow:0 40px 80px #11111026,0 0 0 1px #c8a88233!important}.em-product-card__name{position:relative!important;display:inline-block!important}.em-product-card__name:after{content:""!important;position:absolute!important;bottom:-2px!important;left:0!important;width:0!important;height:.5px!important;background:var(--em-gold)!important;transition:width .4s ease!important}.em-product-card:hover .em-product-card__name:after{width:100%!important}.em-statement__quote{background:linear-gradient(135deg,var(--em-black) 0%,var(--em-charcoal) 40%,var(--em-gold) 60%,var(--em-black) 100%)!important;background-size:300% auto!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important;animation:shimmer 6s linear infinite!important}.em-trust__item{animation:slideIn .5s ease forwards!important;opacity:0!important}.em-trust__item:nth-child(1){animation-delay:.1s!important}.em-trust__item:nth-child(2){animation-delay:.2s!important}.em-trust__item:nth-child(3){animation-delay:.3s!important}.em-trust__item:nth-child(4){animation-delay:.4s!important}.em-trust__item:nth-child(5){animation-delay:.5s!important}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.em-newsletter__btn{background:linear-gradient(135deg,var(--em-black) 0%,var(--em-charcoal) 100%)!important;transition:all .4s ease!important;position:relative!important;overflow:hidden!important}.em-newsletter__btn:after{content:""!important;position:absolute!important;top:0!important;right:0!important;bottom:0!important;left:0!important;background:linear-gradient(135deg,var(--em-gold) 0%,rgba(200,168,130,.8) 100%)!important;opacity:0!important;transition:opacity .4s ease!important}.em-newsletter__btn:hover:after{opacity:1!important}.announcement-bar__message{animation:marquee 20s linear infinite!important}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.em-hero__subheadline{font-family:var(--em-font-body);font-size:clamp(14px,1.4vw,18px);line-height:1.5;color:#fafaf8e0;max-width:520px;margin:0 0 32px}.em-hero__actions{display:flex;flex-wrap:wrap;gap:16px;align-items:center}.em-hero__cta--secondary{background:transparent!important;border-color:#fafaf859!important;box-shadow:none!important;animation:none!important}.em-hero__cta--secondary:hover{background:#fafaf81f!important;box-shadow:none!important;color:#fafaf8!important}@media(max-width:768px){.em-hero__actions{flex-direction:column;align-items:flex-start;gap:12px}}.em-whatsapp{position:fixed;bottom:24px;right:24px;z-index:999;display:flex;align-items:center;gap:8px;background:#25d366;color:#fff!important;font-family:var(--em-font-body);font-size:12px;font-weight:500;letter-spacing:.04em;text-decoration:none!important;padding:12px 18px;border-radius:999px;box-shadow:0 8px 24px #11111038;transition:transform .25s ease,box-shadow .25s ease}.em-whatsapp svg{flex-shrink:0;fill:#fff}.em-whatsapp:hover{transform:translateY(-2px) scale(1.03);box-shadow:0 12px 32px #1111104d;color:#fff!important}@media(max-width:480px){.em-whatsapp span{display:none}.em-whatsapp{padding:14px;border-radius:50%}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/earthmelon-custom.css.map */
