@import"https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght,SOFT,WONK@9..144,300..700,0..100,0..1&family=Manrope:wght@300;400;500;600;700&family=Dancing+Script:wght@500;600;700&display=swap";:root{--aesma-cream: #faf6f0;--aesma-ivory: #f3ebde;--aesma-blush: #f0d4cc;--aesma-rose: #d89b8a;--aesma-rose-deep: #b8766a;--aesma-sage: #a8b89a;--aesma-sage-deep: #7a8c6c;--aesma-gold: #c9a48a;--aesma-gold-deep: #a37f5e;--aesma-charcoal: #2d2826;--aesma-ink: #1a1612;--aesma-muted: #6b5d4f;--aesma-line: rgba(45, 40, 38, .1);--aesma-line-soft: rgba(45, 40, 38, .06);--font-display: "Fraunces", "Cormorant Garamond", Georgia, serif;--font-body: "Manrope", -apple-system, "Segoe UI", sans-serif;--font-script: "Dancing Script", cursive;--ease-out-expo: cubic-bezier(.16, 1, .3, 1);--ease-out-quart: cubic-bezier(.25, 1, .5, 1);--radius-sm: 12px;--radius-md: 22px;--radius-lg: 36px;--shadow-soft: 0 12px 48px -16px rgba(184, 118, 106, .28);--shadow-deep: 0 36px 96px -24px rgba(45, 40, 38, .22);--shadow-tilt: 0 24px 64px -20px rgba(184, 118, 106, .45)}body.aesma-premium{background:var(--aesma-cream);color:var(--aesma-ink);font-family:var(--font-body);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.aesma-premium h1,.aesma-premium h2,.aesma-premium h3,.aesma-premium h4{font-family:var(--font-display);font-weight:500;letter-spacing:-.02em;color:var(--aesma-ink);line-height:1.05;font-variation-settings:"opsz" 144,"SOFT" 100}.aesma-script{font-family:var(--font-script);color:var(--aesma-rose-deep)}.aesma-container{max-width:1320px;margin:0 auto;padding:0 24px}@media(min-width:768px){.aesma-container{padding:0 56px}}.aesma-splash{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:var(--aesma-cream);display:flex;align-items:center;justify-content:center;transition:opacity .8s var(--ease-out-quart),visibility .8s}.aesma-splash.is-done{opacity:0;visibility:hidden;pointer-events:none}.aesma-splash__inner{text-align:center;animation:aesma-splash-in 1.4s var(--ease-out-expo) both}.aesma-splash__logo{width:clamp(180px,28vw,320px);height:auto;margin:0 auto 28px;display:block;animation:aesma-splash-logo 1.6s var(--ease-out-expo) both}.aesma-splash__name{font-family:var(--font-display);font-size:clamp(28px,4vw,42px);font-weight:500;letter-spacing:.04em;color:var(--aesma-ink);margin:0;font-variation-settings:"opsz" 144;opacity:0;animation:aesma-splash-fade .8s var(--ease-out-expo) .4s forwards}.aesma-splash__tag{font-family:var(--font-script);font-size:22px;color:var(--aesma-rose-deep);margin-top:6px;opacity:0;animation:aesma-splash-fade .8s var(--ease-out-expo) .7s forwards}.aesma-splash__bar{width:80px;height:1px;background:var(--aesma-rose);margin:28px auto 0;transform-origin:left;transform:scaleX(0);animation:aesma-splash-bar 1s var(--ease-out-expo) .9s forwards}@keyframes aesma-splash-logo{0%{transform:translateY(20px) scale(.94);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}@keyframes aesma-splash-in{0%{opacity:0}to{opacity:1}}@keyframes aesma-splash-fade{to{opacity:1}}@keyframes aesma-splash-bar{to{transform:scaleX(1)}}.aesma-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 36px;font-family:var(--font-body);font-weight:500;font-size:13px;letter-spacing:.14em;text-transform:uppercase;border-radius:999px;border:1px solid transparent;cursor:pointer;transition:all .5s var(--ease-out-expo);text-decoration:none;position:relative;overflow:hidden}.aesma-btn--primary{background:var(--aesma-ink);color:var(--aesma-cream)}.aesma-btn--primary:hover{background:var(--aesma-rose-deep);transform:translateY(-2px);box-shadow:var(--shadow-soft)}.aesma-btn--ghost{background:transparent;color:var(--aesma-ink);border-color:var(--aesma-ink)}.aesma-btn--ghost:hover{background:var(--aesma-ink);color:var(--aesma-cream)}.aesma-btn--gold{background:var(--aesma-gold-deep);color:#fff}.aesma-btn--gold:hover{background:var(--aesma-rose-deep);transform:translateY(-2px)}.aesma-btn--outline-cream{background:transparent;color:var(--aesma-cream);border-color:var(--aesma-cream)}.aesma-btn--outline-cream:hover{background:var(--aesma-cream);color:var(--aesma-ink)}.aesma-reveal{opacity:0;transform:translateY(40px);transition:opacity 1s var(--ease-out-expo),transform 1s var(--ease-out-expo)}.aesma-reveal.is-visible{opacity:1;transform:translateY(0)}.aesma-reveal--left{transform:translate(-60px)}.aesma-reveal--left.is-visible{transform:translate(0)}.aesma-reveal--right{transform:translate(60px)}.aesma-reveal--right.is-visible{transform:translate(0)}.aesma-reveal--scale{transform:scale(.94)}.aesma-reveal--scale.is-visible{transform:scale(1)}.aesma-delay-1{transition-delay:.1s}.aesma-delay-2{transition-delay:.2s}.aesma-delay-3{transition-delay:.3s}.aesma-delay-4{transition-delay:.4s}.aesma-delay-5{transition-delay:.5s}.aesma-heading{text-align:center;margin-bottom:64px}.aesma-heading__eyebrow{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--aesma-rose-deep);margin-bottom:18px;font-weight:600}.aesma-heading__title{font-size:clamp(36px,5vw,64px);margin-bottom:18px;font-variation-settings:"opsz" 144}.aesma-heading__title em{font-family:var(--font-script);font-style:normal;color:var(--aesma-rose-deep);font-weight:600}.aesma-heading__sub{font-size:17px;color:var(--aesma-muted);max-width:580px;margin:0 auto;line-height:1.7;font-weight:400}.aesma-hero{position:relative;height:200vh;background:var(--aesma-ink)}.aesma-hero__sticky{position:sticky;top:0;height:100vh;width:100%;overflow:hidden;display:flex;align-items:center;justify-content:center}.aesma-hero__video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.aesma-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;background:linear-gradient(180deg,#1a161273,#1a161233,#1a1612a6);pointer-events:none}.aesma-hero__content{position:relative;z-index:2;text-align:center;max-width:820px;padding:0 24px;color:var(--aesma-cream)}.aesma-hero__eyebrow{font-size:12px;letter-spacing:.35em;text-transform:uppercase;color:var(--aesma-blush);margin-bottom:28px;font-weight:500}.aesma-hero__title{font-family:var(--font-display);font-size:clamp(56px,9vw,128px);line-height:.95;margin:0 0 28px;font-weight:400;color:var(--aesma-cream);letter-spacing:-.03em;font-variation-settings:"opsz" 144,"SOFT" 100}.aesma-hero__title em{font-family:var(--font-script);font-style:normal;color:var(--aesma-blush);font-weight:600}.aesma-hero__sub{font-size:19px;color:#faf6f0d9;margin:0 auto 40px;line-height:1.6;max-width:560px;font-weight:300}.aesma-hero__cta{display:inline-flex;gap:16px;flex-wrap:wrap;justify-content:center}.aesma-hero__scroll{position:absolute;bottom:36px;left:50%;transform:translate(-50%);z-index:3;font-size:10px;letter-spacing:.3em;text-transform:uppercase;color:#faf6f0b3;display:flex;flex-direction:column;align-items:center;gap:14px;animation:aesma-bounce 2.6s ease-in-out infinite}.aesma-hero__scroll:after{content:"";width:1px;height:44px;background:linear-gradient(180deg,rgba(250,246,240,.7),transparent)}@keyframes aesma-bounce{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}.aesma-marquee{background:var(--aesma-ink);color:var(--aesma-cream);padding:18px 0;overflow:hidden;white-space:nowrap;font-family:var(--font-body);font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:500}.aesma-marquee__track{display:inline-flex;gap:64px;animation:aesma-scroll 32s linear infinite}.aesma-marquee__item{display:inline-flex;align-items:center;gap:14px}.aesma-marquee__dot{width:5px;height:5px;border-radius:50%;background:var(--aesma-rose)}@keyframes aesma-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.aesma-trust{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;padding:80px 0}@media(min-width:768px){.aesma-trust{grid-template-columns:repeat(4,1fr)}}.aesma-trust__item{text-align:center;padding:24px 16px}.aesma-trust__icon{width:52px;height:52px;margin:0 auto 18px;color:var(--aesma-rose-deep);display:flex;align-items:center;justify-content:center}.aesma-trust__icon svg{width:100%;height:100%;stroke-width:1.2}.aesma-trust__title{font-family:var(--font-display);font-size:19px;font-weight:500;margin-bottom:8px;color:var(--aesma-ink);font-variation-settings:"opsz" 144}.aesma-trust__desc{font-size:13px;color:var(--aesma-muted);line-height:1.6}.aesma-products{display:grid;grid-template-columns:1fr;gap:36px}@media(min-width:640px){.aesma-products{grid-template-columns:repeat(2,1fr);gap:28px}}@media(min-width:1024px){.aesma-products{grid-template-columns:repeat(3,1fr);gap:36px}}.aesma-product{position:relative;cursor:pointer;text-decoration:none;color:inherit;perspective:1200px}.aesma-product__media{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius-md);background:var(--aesma-blush);transform-style:preserve-3d;transition:transform .5s var(--ease-out-expo),box-shadow .5s var(--ease-out-expo);will-change:transform}.aesma-product:hover .aesma-product__media{box-shadow:var(--shadow-tilt)}.aesma-product__img{width:100%;height:100%;object-fit:cover;transition:transform .9s var(--ease-out-expo);transform:translateZ(0)}.aesma-product:hover .aesma-product__img{transform:scale(1.07)}.aesma-product__gleam{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2;background:radial-gradient(circle at var(--mx, 50%) var(--my, 50%),rgba(255,255,255,.2),transparent 50%);opacity:0;transition:opacity .4s;mix-blend-mode:overlay}.aesma-product:hover .aesma-product__gleam{opacity:1}.aesma-product__badge{position:absolute;top:18px;left:18px;z-index:3;background:var(--aesma-ink);color:var(--aesma-cream);padding:7px 16px;border-radius:999px;font-size:11px;letter-spacing:.12em;text-transform:uppercase;font-weight:600;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.aesma-product__badge--sale{background:var(--aesma-rose-deep)}.aesma-product__badge--new{background:var(--aesma-sage-deep)}.aesma-product__quick{position:absolute;bottom:18px;left:18px;right:18px;z-index:3;background:var(--aesma-cream);color:var(--aesma-ink);padding:14px;border-radius:999px;text-align:center;font-size:12px;font-weight:600;letter-spacing:.1em;opacity:0;transform:translateY(14px);transition:all .5s var(--ease-out-expo);text-transform:uppercase}.aesma-product:hover .aesma-product__quick{opacity:1;transform:translateY(0)}.aesma-product__info{padding:22px 4px 0}.aesma-product__title{font-family:var(--font-display);font-size:21px;font-weight:500;margin-bottom:8px;color:var(--aesma-ink);font-variation-settings:"opsz" 144}.aesma-product__price{font-size:16px;color:var(--aesma-rose-deep);font-weight:500}.aesma-product__price del{color:var(--aesma-muted);margin-right:8px;font-weight:400}.aesma-cat-hero{position:relative;padding:120px 0 80px;overflow:hidden}.aesma-cat-hero--crochet{background:linear-gradient(180deg,var(--aesma-blush) 0%,var(--aesma-cream) 100%)}.aesma-cat-hero--resin{background:var(--aesma-ink);color:var(--aesma-cream)}.aesma-cat-hero--resin .aesma-heading__title,.aesma-cat-hero--resin .aesma-heading__eyebrow,.aesma-cat-hero--resin .aesma-heading__sub{color:var(--aesma-cream)}.aesma-cat-hero--resin .aesma-heading__eyebrow{color:var(--aesma-gold)}.aesma-cat-hero--resin .aesma-heading__sub{color:#faf6f0b3}.aesma-split{display:grid;grid-template-columns:1fr;gap:48px;align-items:center;padding:120px 0}@media(min-width:768px){.aesma-split{grid-template-columns:1fr 1fr;gap:96px}}.aesma-split__media{aspect-ratio:4/5;border-radius:var(--radius-lg);overflow:hidden;box-shadow:var(--shadow-deep)}.aesma-split__media img{width:100%;height:100%;object-fit:cover}.aesma-split__title{font-size:clamp(36px,5vw,60px);margin-bottom:28px}.aesma-split__text{font-size:17px;line-height:1.75;color:var(--aesma-muted);margin-bottom:18px}.aesma-dual{display:grid;grid-template-columns:1fr;gap:8px;padding:60px 0}@media(min-width:768px){.aesma-dual{grid-template-columns:1fr 1fr;gap:12px}}.aesma-dual__card{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:var(--radius-md);cursor:pointer;text-decoration:none;color:var(--aesma-cream)}.aesma-dual__card img{width:100%;height:100%;object-fit:cover;transition:transform 1.4s var(--ease-out-expo)}.aesma-dual__card:hover img{transform:scale(1.06)}.aesma-dual__overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;background:linear-gradient(180deg,transparent 30%,rgba(26,22,18,.85) 100%);display:flex;flex-direction:column;justify-content:flex-end;padding:48px;transition:background .5s}.aesma-dual__card:hover .aesma-dual__overlay{background:linear-gradient(180deg,#1a161233,#1a1612e6)}.aesma-dual__eyebrow{font-size:11px;letter-spacing:.3em;text-transform:uppercase;color:var(--aesma-blush);margin-bottom:14px;font-weight:600}.aesma-dual__title{font-family:var(--font-display);font-size:clamp(40px,4vw,64px);font-weight:500;color:var(--aesma-cream);margin:0 0 12px;line-height:1;font-variation-settings:"opsz" 144}.aesma-dual__sub{font-size:15px;color:#faf6f0cc;margin:0 0 20px;line-height:1.5}.aesma-dual__arrow{display:inline-flex;align-items:center;gap:10px;font-size:12px;letter-spacing:.2em;text-transform:uppercase;font-weight:600;color:var(--aesma-cream);transition:gap .4s var(--ease-out-expo)}.aesma-dual__card:hover .aesma-dual__arrow{gap:18px}.aesma-newsletter{background:var(--aesma-ivory);padding:120px 24px;text-align:center}.aesma-newsletter__form{max-width:540px;margin:36px auto 0;display:flex;gap:12px;flex-wrap:wrap}.aesma-newsletter__input{flex:1;min-width:220px;padding:18px 26px;border:1px solid var(--aesma-line);border-radius:999px;background:var(--aesma-cream);font-family:var(--font-body);font-size:15px;color:var(--aesma-ink);outline:none;transition:border-color .3s}.aesma-newsletter__input:focus{border-color:var(--aesma-rose-deep)}.aesma-whatsapp{position:fixed;bottom:24px;right:24px;z-index:999;width:62px;height:62px;border-radius:50%;background:#25d366;display:flex;align-items:center;justify-content:center;box-shadow:0 10px 30px #25d36673;transition:transform .3s var(--ease-out-expo)}.aesma-whatsapp:hover{transform:scale(1.1)}.aesma-whatsapp:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;background:#25d366;animation:aesma-pulse 2.2s infinite;z-index:-1}@keyframes aesma-pulse{0%{transform:scale(1);opacity:.65}to{transform:scale(1.7);opacity:0}}.aesma-whatsapp svg{width:32px;height:32px;fill:#fff}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.aesma-hero{height:100vh}.aesma-hero__sticky{position:relative}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/aesma-premium.css.map */
