:root{--aww-duration: .8s;--aww-duration-fast: .4s;--aww-duration-slow: 1.2s;--aww-delay-step: .1s;--aww-easing: cubic-bezier(.16, 1, .3, 1);--aww-easing-bounce: cubic-bezier(.34, 1.56, .64, 1);--aww-easing-smooth: cubic-bezier(.25, .46, .45, .94);--aww-gold: #B8956B;--aww-gold-light: #C9A87C;--aww-gold-glow: rgba(184, 149, 107, .3)}[data-aww-reveal]{opacity:0;will-change:transform,opacity}[data-aww-reveal=fade-up]{transform:translateY(60px);transition:opacity var(--aww-duration) var(--aww-easing),transform var(--aww-duration) var(--aww-easing)}[data-aww-reveal=fade-in]{transition:opacity var(--aww-duration-slow) var(--aww-easing-smooth)}[data-aww-reveal=slide-left]{transform:translate(80px);transition:opacity var(--aww-duration) var(--aww-easing),transform var(--aww-duration) var(--aww-easing)}[data-aww-reveal=slide-right]{transform:translate(-80px);transition:opacity var(--aww-duration) var(--aww-easing),transform var(--aww-duration) var(--aww-easing)}[data-aww-reveal=scale-up]{transform:scale(.85);transition:opacity var(--aww-duration) var(--aww-easing),transform var(--aww-duration) var(--aww-easing)}[data-aww-reveal=clip-left]{clip-path:inset(0 100% 0 0);opacity:1;transition:clip-path var(--aww-duration-slow) var(--aww-easing)}[data-aww-reveal=clip-up]{clip-path:inset(100% 0 0 0);opacity:1;transition:clip-path var(--aww-duration-slow) var(--aww-easing)}[data-aww-reveal].is-visible{opacity:1;transform:translate(0) scale(1)}[data-aww-reveal=clip-left].is-visible,[data-aww-reveal=clip-up].is-visible{clip-path:inset(0 0 0 0)}[data-aww-stagger]>*{opacity:0;transform:translateY(40px);transition:opacity var(--aww-duration) var(--aww-easing),transform var(--aww-duration) var(--aww-easing)}[data-aww-stagger].is-visible>*:nth-child(1){transition-delay:0s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(2){transition-delay:.1s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(3){transition-delay:.2s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(4){transition-delay:.3s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(5){transition-delay:.4s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(6){transition-delay:.5s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(7){transition-delay:.6s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(8){transition-delay:.7s;opacity:1;transform:translateY(0)}[data-aww-stagger].is-visible>*:nth-child(n+9){transition-delay:.8s;opacity:1;transform:translateY(0)}.aww-split-text .aww-char{display:inline-block;opacity:0;transform:translateY(100%);transition:opacity .6s var(--aww-easing),transform .6s var(--aww-easing)}.aww-split-text .aww-word{display:inline-block;overflow:hidden;vertical-align:top;padding-bottom:.1em}.aww-split-text.is-visible .aww-char{opacity:1;transform:translateY(0)}.aww-hero-float{position:absolute;border-radius:50%;pointer-events:none;opacity:0;transition:opacity 1.5s ease}.aww-hero-float.is-visible{opacity:1}.aww-hero-float--1{width:200px;height:200px;border:1px solid rgba(184,149,107,.2);top:10%;right:5%;animation:aww-float-1 8s ease-in-out infinite}.aww-hero-float--2{width:120px;height:120px;background:radial-gradient(circle,rgba(184,149,107,.1) 0%,transparent 70%);bottom:15%;left:8%;animation:aww-float-2 10s ease-in-out infinite}.aww-hero-float--3{width:80px;height:1px;background:linear-gradient(90deg,transparent,var(--aww-gold),transparent);top:30%;left:15%;border-radius:0;animation:aww-float-3 6s ease-in-out infinite}@keyframes aww-float-1{0%,to{transform:translate(0) rotate(0)}25%{transform:translate(15px,-20px) rotate(5deg)}50%{transform:translate(-10px,-35px) rotate(-3deg)}75%{transform:translate(20px,-15px) rotate(7deg)}}@keyframes aww-float-2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-20px,15px) scale(1.1)}66%{transform:translate(15px,-10px) scale(.9)}}@keyframes aww-float-3{0%,to{transform:translate(0) scaleX(1);opacity:.3}50%{transform:translate(30px) scaleX(1.5);opacity:.7}}.aww-hero-section .c-btn{position:relative;overflow:hidden;transition:transform .4s var(--aww-easing),box-shadow .4s var(--aww-easing)}.aww-hero-section .c-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);transition:left .6s ease}.aww-hero-section .c-btn:hover{transform:translateY(-2px);box-shadow:0 10px 30px #0003}.aww-hero-section .c-btn:hover:before{left:100%}.aww-parallax-hero{overflow:hidden;position:relative}.aww-parallax-hero .slideshow__image,.aww-parallax-hero .slideshow__bg-image{will-change:transform;transition:transform .1s linear}.aww-gold-line{position:relative;display:block;width:100%;height:1px;margin:2rem auto;overflow:hidden}.aww-gold-line:after{content:"";position:absolute;top:0;left:50%;width:0;height:1px;background:linear-gradient(90deg,transparent,var(--aww-gold),transparent);transition:width 1.2s var(--aww-easing),left 1.2s var(--aww-easing)}.aww-gold-line.is-visible:after{width:100%;left:0}.aww-magnetic{transition:transform .3s var(--aww-easing);will-change:transform}.aww-product-card{position:relative;transition:transform .5s var(--aww-easing),box-shadow .5s var(--aww-easing)}.aww-product-card:hover{transform:translateY(-8px);box-shadow:0 20px 60px #0000001a}.aww-product-card .product-card__image-wrapper{overflow:hidden;border-radius:var(--radius-media, 0)}.aww-product-card .product-card__image-wrapper img{transition:transform .8s var(--aww-easing)}.aww-product-card:hover .product-card__image-wrapper img{transform:scale(1.08)}.aww-product-card .product-card__image-wrapper:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,rgba(0,0,0,.15) 0%,transparent 50%);opacity:0;transition:opacity .5s ease;pointer-events:none;z-index:1}.aww-product-card:hover .product-card__image-wrapper:after{opacity:1}.aww-tilt{transform-style:preserve-3d;perspective:1000px;transition:transform .3s var(--aww-easing)}.aww-tilt:hover{box-shadow:0 25px 50px #00000026}.aww-tilt-inner{transition:transform .3s var(--aww-easing)}.aww-image-reveal{position:relative;overflow:hidden}.aww-image-reveal:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:var(--aww-gold);z-index:2;transform:scaleX(1);transform-origin:right;transition:transform .8s var(--aww-easing) .2s}.aww-image-reveal.is-visible:before{transform:scaleX(0)}.aww-image-reveal img,.aww-image-reveal .image-element{transform:scale(1.3);transition:transform 1.2s var(--aww-easing) .3s}.aww-image-reveal.is-visible img,.aww-image-reveal.is-visible .image-element{transform:scale(1)}.aww-quote-section{position:relative;overflow:hidden}.aww-quote-section .aww-quote-text{opacity:0;transform:translateY(30px);transition:opacity 1s var(--aww-easing),transform 1s var(--aww-easing)}.aww-quote-section.is-visible .aww-quote-text{opacity:1;transform:translateY(0)}.aww-quote-line{display:block;width:60px;height:2px;background:var(--aww-gold);margin:0 auto 1.5rem;transform:scaleX(0);transition:transform .8s var(--aww-easing) .3s}.aww-quote-section.is-visible .aww-quote-line{transform:scaleX(1)}.aww-newsletter{position:relative;overflow:hidden}.aww-newsletter:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#b8956b08,#c9a87c0f,#b8956b08);background-size:200% 200%;animation:aww-gradient-shift 8s ease infinite;pointer-events:none}@keyframes aww-gradient-shift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.aww-newsletter input[type=email]{transition:border-color .4s ease,box-shadow .4s ease,transform .3s ease}.aww-newsletter input[type=email]:focus{border-color:var(--aww-gold)!important;box-shadow:0 0 0 3px var(--aww-gold-glow);transform:translateY(-1px)}.aww-newsletter .c-btn--primary{animation:aww-btn-glow 3s ease-in-out infinite}@keyframes aww-btn-glow{0%,to{box-shadow:0 0 0 0 var(--aww-gold-glow)}50%{box-shadow:0 0 20px 5px var(--aww-gold-glow)}}.aww-footer-reveal{opacity:0;transform:translateY(40px);transition:opacity .8s var(--aww-easing),transform .8s var(--aww-easing)}.aww-footer-reveal.is-visible{opacity:1;transform:translateY(0)}.aww-footer-separator{width:100%;height:1px;background:linear-gradient(90deg,transparent,var(--aww-gold),transparent);margin-bottom:2rem;transform:scaleX(0);transition:transform 1s var(--aww-easing) .2s}.aww-footer-reveal.is-visible .aww-footer-separator{transform:scaleX(1)}.aww-icon-bounce{opacity:0;transform:translateY(30px) scale(.8);transition:opacity .6s var(--aww-easing),transform .6s var(--aww-easing-bounce)}.aww-icon-bounce.is-visible{opacity:1;transform:translateY(0) scale(1)}.aww-icon-hover{transition:transform .4s var(--aww-easing)}.aww-icon-hover:hover{transform:translateY(-5px)}.aww-icon-hover:hover .icon-column__icon{animation:aww-icon-wiggle .6s ease}@keyframes aww-icon-wiggle{0%,to{transform:rotate(0)}25%{transform:rotate(-5deg)}75%{transform:rotate(5deg)}}.aww-icon-title{position:relative;display:inline-block}.aww-icon-title:after{content:"";position:absolute;bottom:-4px;left:0;width:0;height:2px;background:var(--aww-gold);transition:width .6s var(--aww-easing)}.aww-icon-hover:hover .aww-icon-title:after{width:100%}.aww-counter{display:inline-block;font-variant-numeric:tabular-nums}.aww-split-hero{display:grid;grid-template-columns:1fr 1fr;min-height:85vh;overflow:hidden;background:#fdfbf7}.aww-split-hero__content{display:flex;flex-direction:column;justify-content:center;padding:4rem 3rem 4rem 5rem;position:relative}.aww-split-hero__eyebrow{display:inline-flex;align-items:center;gap:.75rem;font-size:.75rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--aww-gold);margin-bottom:2rem;opacity:0;transform:translateY(20px);animation:aww-hero-fade-in .8s var(--aww-easing) .2s forwards}.aww-split-hero__eyebrow:before{content:"";display:inline-block;width:40px;height:1px;background:var(--aww-gold)}.aww-split-hero__title{font-size:clamp(2.2rem,4vw,3.5rem);line-height:1.1;font-weight:400;color:#1a1a1a;margin:0 0 1.5rem;opacity:0;transform:translateY(30px);animation:aww-hero-fade-in .8s var(--aww-easing) .4s forwards}.aww-split-hero__title strong{font-weight:700;font-style:italic}.aww-split-hero__desc{font-size:1.05rem;line-height:1.7;color:#555;max-width:460px;margin:0 0 2.5rem;opacity:0;transform:translateY(20px);animation:aww-hero-fade-in .8s var(--aww-easing) .6s forwards}.aww-split-hero__buttons{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(20px);animation:aww-hero-fade-in .8s var(--aww-easing) .8s forwards}.aww-split-hero__btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:#1a1a1a;color:#fff;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.05em;transition:background .4s var(--aww-easing),transform .4s var(--aww-easing)}.aww-split-hero__btn-primary:hover{background:var(--aww-gold);transform:translateY(-2px)}.aww-split-hero__btn-primary svg{width:16px;height:16px;transition:transform .3s ease}.aww-split-hero__btn-primary:hover svg{transform:translate(4px)}.aww-split-hero__btn-secondary{display:inline-flex;align-items:center;gap:.5rem;padding:1rem 2rem;background:transparent;color:#1a1a1a;text-decoration:none;font-size:.9rem;font-weight:500;letter-spacing:.05em;border:1px solid #1a1a1a;transition:all .4s var(--aww-easing)}.aww-split-hero__btn-secondary:hover{background:#1a1a1a;color:#fff}.aww-split-hero__badges{display:flex;gap:1.5rem;margin-top:3rem;opacity:0;animation:aww-hero-fade-in .8s var(--aww-easing) 1s forwards}.aww-split-hero__badge{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:#888}.aww-split-hero__badge svg{width:16px;height:16px;color:var(--aww-gold)}.aww-split-hero__image{position:relative;overflow:hidden}.aww-split-hero__image img{width:100%;height:100%;object-fit:cover;opacity:0;transform:scale(1.05);animation:aww-hero-image-in 1.2s var(--aww-easing) .3s forwards}.aww-split-hero__image:after{content:"";position:absolute;bottom:0;left:0;right:0;height:30%;background:linear-gradient(to top,rgba(253,251,247,.4) 0%,transparent 100%);pointer-events:none}@keyframes aww-hero-fade-in{to{opacity:1;transform:translateY(0)}}@keyframes aww-hero-image-in{to{opacity:1;transform:scale(1)}}@media screen and (max-width: 980px){.aww-split-hero{grid-template-columns:1fr;min-height:auto}.aww-split-hero__image{order:-1;height:55vh}.aww-split-hero__content{padding:2.5rem 1.5rem 3rem;text-align:center;align-items:center}.aww-split-hero__desc{max-width:100%}.aww-split-hero__buttons{justify-content:center}.aww-split-hero__badges{justify-content:center;flex-wrap:wrap}.aww-split-hero__eyebrow:before{display:none}}@media screen and (max-width: 480px){.aww-split-hero__buttons{flex-direction:column;width:100%}.aww-split-hero__btn-primary,.aww-split-hero__btn-secondary{justify-content:center;width:100%}}.js-theme-loaded .main{animation:aww-page-enter .6s var(--aww-easing) forwards}@keyframes aww-page-enter{0%{opacity:.8;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.aww-heading-reveal{position:relative;overflow:hidden;display:inline-block}.aww-heading-reveal:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;background:var(--aww-gold);transform:translate(-101%);transition:transform .8s var(--aww-easing)}.aww-heading-reveal.is-visible:after{transform:translate(0)}.aww-testimonial{opacity:0;transform:translateY(20px);transition:opacity .6s var(--aww-easing),transform .6s var(--aww-easing)}.aww-testimonial.is-visible{opacity:1;transform:translateY(0)}.aww-testimonial-quote:before{content:"\201c";display:block;font-size:4rem;line-height:1;color:var(--aww-gold);font-family:Georgia,serif;margin-bottom:.5rem;opacity:.6}.aww-marquee-enhanced{position:relative}.aww-marquee-enhanced:before,.aww-marquee-enhanced:after{content:"";position:absolute;top:0;width:100px;height:100%;z-index:2;pointer-events:none}.aww-marquee-enhanced:before{left:0;background:linear-gradient(90deg,var(--color--bg, #fff),transparent)}.aww-marquee-enhanced:after{right:0;background:linear-gradient(270deg,var(--color--bg, #fff),transparent)}.aww-compare-enhanced{opacity:0;transform:scale(.95);transition:opacity .8s var(--aww-easing),transform .8s var(--aww-easing)}.aww-compare-enhanced.is-visible{opacity:1;transform:scale(1)}.aww-link-underline{position:relative;text-decoration:none}.aww-link-underline:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background:currentColor;transform:scaleX(0);transform-origin:right;transition:transform .4s var(--aww-easing)}.aww-link-underline:hover:after{transform:scaleX(1);transform-origin:left}[data-aww-parallax]{will-change:transform;transition:transform .1s linear}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}[data-aww-reveal],[data-aww-stagger]>*,.aww-split-text .aww-char,.aww-hero-float,.aww-gold-line:after,.aww-image-reveal:before,.aww-image-reveal img,.aww-quote-section .aww-quote-text,.aww-quote-line,.aww-footer-reveal,.aww-footer-separator,.aww-icon-bounce,.aww-testimonial,.aww-compare-enhanced,.aww-heading-reveal:after{opacity:1!important;transform:none!important;clip-path:none!important}}@media screen and (max-width: 767px){[data-aww-reveal=fade-up]{transform:translateY(30px)}[data-aww-reveal=slide-left]{transform:translate(40px)}[data-aww-reveal=slide-right]{transform:translate(-40px)}.aww-hero-float--1{width:100px;height:100px}.aww-hero-float--2{width:60px;height:60px}.aww-product-card:hover{transform:translateY(-4px);box-shadow:0 10px 30px #00000014}}
/*# sourceMappingURL=/cdn/shop/t/109/assets/beocca-awwwards.css.map */
