@import"https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&display=swap";:root{--homepage-gold: #CBAF87;--homepage-gold-light: #F4E5C2;--homepage-black: #000000;--homepage-grey: #1a1a1a;--homepage-spacing: 8rem;--homepage-spacing-mobile: 5rem}.hero-section,.slideshow,.banner{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;text-align:center;overflow:hidden}.hero-section:before,.slideshow:before,.banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,#0000004d,#00000080);z-index:1;pointer-events:none}.hero-section .banner__content,.slideshow .banner__box,.hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto;padding:3rem}.hero-section h1,.hero-section .banner__heading,.slideshow h2{font-family:Playfair Display,serif!important;font-size:clamp(3rem,8vw,6rem)!important;font-weight:500!important;letter-spacing:.12em!important;color:var(--homepage-gold)!important;margin-bottom:1.5rem!important;text-shadow:0 0 40px rgba(203,175,135,.3);line-height:1.2!important}.hero-section .hero-subtitle,.hero-section p:first-of-type,.slideshow .banner__text{font-family:Playfair Display,serif!important;font-style:italic;font-size:clamp(1.3rem,3vw,1.8rem)!important;color:var(--homepage-gold-light)!important;letter-spacing:.08em;margin:2rem 0 3rem!important;text-shadow:0 0 20px rgba(244,229,194,.2);font-weight:400}.hero-section .hero-usps,.hero-section .badge-list{display:flex;gap:2rem;justify-content:center;flex-wrap:wrap;margin:3rem 0;font-family:Playfair Display,serif!important;font-size:1.1rem;letter-spacing:.15em;text-transform:uppercase;color:#cbaf87cc}.hero-usps span:after{content:"\2022";margin-left:2rem;color:var(--homepage-gold)}.hero-usps span:last-child:after{display:none}.hero-section .button,.banner__buttons .button{min-width:200px;padding:1.5rem 3rem!important;font-family:Playfair Display,serif!important;font-size:1.1rem!important;letter-spacing:.1em!important;text-transform:uppercase;background:transparent!important;border:2px solid var(--homepage-gold)!important;color:var(--homepage-gold)!important;position:relative;overflow:hidden;transition:all .4s cubic-bezier(.4,0,.2,1);margin:1rem}.hero-section .button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:var(--homepage-gold);transition:left .5s cubic-bezier(.4,0,.2,1);z-index:-1}.hero-section .button:hover{color:#000!important;border-color:var(--homepage-gold)!important;transform:translateY(-3px);box-shadow:0 15px 40px #cbaf874d}.hero-section .button:hover:before{left:0}.scroll-indicator{position:absolute;bottom:3rem;left:50%;transform:translate(-50%);font-size:2rem;color:var(--homepage-gold);animation:bounce 2s infinite;cursor:pointer;z-index:3}@keyframes bounce{0%,to{transform:translate(-50%) translateY(0)}50%{transform:translate(-50%) translateY(10px)}}.trust-section,.multicolumn{padding:var(--homepage-spacing) 3rem;background:var(--homepage-black);position:relative}.trust-section:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:100px;height:2px;background:linear-gradient(90deg,transparent,var(--homepage-gold),transparent)}.multicolumn .grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:4rem;max-width:1200px;margin:0 auto;padding:4rem 0}.multicolumn-card{text-align:center;padding:2rem;transition:transform .4s ease}.multicolumn-card:hover{transform:translateY(-10px)}.multicolumn-card__image-wrapper{font-size:3rem;margin-bottom:2rem;filter:drop-shadow(0 0 15px rgba(203,175,135,.3))}.multicolumn-card .icon{width:50px;height:50px;fill:var(--homepage-gold)}.multicolumn-card h3{font-family:Playfair Display,serif!important;font-size:1.4rem!important;font-weight:600!important;letter-spacing:.08em!important;color:var(--homepage-gold)!important;margin-bottom:1rem!important;text-transform:uppercase}.multicolumn-card p{font-size:1.05rem;line-height:1.8;color:#cbaf87b3;letter-spacing:.02em}.featured-collections{padding:var(--homepage-spacing) 3rem;background:var(--homepage-black)}.featured-collections .title-wrapper{text-align:center;margin-bottom:5rem}.featured-collections h2{font-family:Playfair Display,serif!important;font-size:clamp(2.5rem,5vw,4rem)!important;font-weight:500!important;letter-spacing:.1em!important;color:var(--homepage-gold)!important;margin-bottom:1rem!important;text-shadow:0 0 30px rgba(203,175,135,.2)}.collection-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(450px,1fr));gap:4rem;max-width:1200px;margin:0 auto}.collection-card-premium{position:relative;overflow:hidden;border-radius:8px;background:linear-gradient(135deg,#cbaf8708,#cbaf870f);border:2px solid rgba(203,175,135,.2);transition:all .5s cubic-bezier(.4,0,.2,1)}.collection-card-premium:hover{transform:translateY(-15px);border-color:#cbaf8766;box-shadow:0 25px 60px #cbaf8733}.collection-card-premium .card__media{position:relative;overflow:hidden;aspect-ratio:4/3}.collection-card-premium .card__media img{width:100%;height:100%;object-fit:cover;transition:transform .6s cubic-bezier(.4,0,.2,1)}.collection-card-premium:hover .card__media img{transform:scale(1.1)}.collection-card-premium .card__content{padding:3rem;text-align:center}.collection-card-premium .card__heading{font-family:Playfair Display,serif!important;font-size:2rem!important;font-weight:600!important;letter-spacing:.08em!important;color:var(--homepage-gold)!important;margin-bottom:1rem!important;transition:color .3s ease}.collection-card-premium:hover .card__heading{color:var(--homepage-gold-light)!important}.collection-card-premium .card__text{font-size:1.1rem;line-height:1.8;color:#cbaf87bf;margin-bottom:2rem}.collection-card-premium .button{background:transparent!important;border:2px solid var(--homepage-gold)!important;color:var(--homepage-gold)!important;padding:1rem 2.5rem!important;font-family:Playfair Display,serif!important;letter-spacing:.1em;text-transform:uppercase;font-size:.95rem;transition:all .4s ease}.collection-card-premium .button:hover{background:var(--homepage-gold)!important;color:#000!important;transform:translateY(-3px)}.about-section,.image-with-text{padding:var(--homepage-spacing) 3rem;background:var(--homepage-grey)}.about-grid{display:grid;grid-template-columns:1fr 1fr;gap:6rem;max-width:1200px;margin:0 auto;align-items:center}.about-image{position:relative;border-radius:8px;overflow:hidden;border:2px solid rgba(203,175,135,.2);box-shadow:0 20px 50px #0000004d}.about-image img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.about-image:hover img{transform:scale(1.05)}.about-content h2{font-family:Playfair Display,serif!important;font-size:clamp(2rem,4vw,3rem)!important;font-weight:600!important;letter-spacing:.08em!important;color:var(--homepage-gold)!important;margin-bottom:2rem!important;text-shadow:0 0 25px rgba(203,175,135,.2)}.about-content p{font-size:1.15rem;line-height:2;color:#cbaf87d9;margin-bottom:1.5rem;letter-spacing:.02em}.about-content .button{margin-top:2rem;background:transparent!important;border:2px solid var(--homepage-gold)!important;color:var(--homepage-gold)!important;padding:1.2rem 3rem!important;font-family:Playfair Display,serif!important;letter-spacing:.1em;transition:all .4s ease}.about-content .button:hover{background:var(--homepage-gold)!important;color:#000!important}.newsletter-section,.shopify-section:has(.newsletter-form){padding:var(--homepage-spacing) 3rem;background:var(--homepage-black);text-align:center}.newsletter-wrapper{max-width:700px;margin:0 auto;padding:4rem 3rem;background:linear-gradient(135deg,#cbaf870d,#cbaf8714);border:2px solid rgba(203,175,135,.2);border-radius:12px;box-shadow:0 20px 60px #0000004d}.newsletter-section h2,.newsletter-form__heading{font-family:Playfair Display,serif!important;font-size:clamp(2rem,4vw,3rem)!important;font-weight:600!important;letter-spacing:.1em!important;color:var(--homepage-gold)!important;margin-bottom:1rem!important;text-shadow:0 0 25px rgba(203,175,135,.2)}.newsletter-section p,.newsletter-form__subheading{font-size:1.15rem;line-height:1.8;color:#cbaf87bf;margin-bottom:3rem;letter-spacing:.02em}.newsletter-form{display:flex;gap:1rem;max-width:500px;margin:0 auto}.newsletter-form input[type=email]{flex:1;padding:1.2rem 2rem;background:#0000004d;border:2px solid rgba(203,175,135,.3);border-radius:6px;color:var(--homepage-gold-light);font-size:1rem;letter-spacing:.05em;transition:all .3s ease}.newsletter-form input[type=email]:focus{border-color:var(--homepage-gold);background:#00000080;outline:none;box-shadow:0 0 20px #cbaf8733}.newsletter-form input[type=email]::placeholder{color:#cbaf8766}.newsletter-form button{padding:1.2rem 3rem;background:var(--homepage-gold)!important;border:2px solid var(--homepage-gold)!important;color:#000!important;font-family:Playfair Display,serif!important;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border-radius:6px;cursor:pointer;transition:all .4s ease}.newsletter-form button:hover{background:transparent!important;color:var(--homepage-gold)!important;transform:translateY(-3px);box-shadow:0 10px 30px #cbaf874d}@media screen and (max-width: 990px){:root{--homepage-spacing: 5rem}.about-grid,.collection-grid{grid-template-columns:1fr;gap:3rem}.multicolumn .grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}}@media screen and (max-width: 750px){:root{--homepage-spacing: 4rem}.hero-section h1{font-size:2.5rem!important}.trust-section,.featured-collections,.about-section,.newsletter-section{padding:4rem 1.5rem}.collection-grid{grid-template-columns:1fr}.newsletter-form{flex-direction:column}.scroll-indicator{bottom:2rem;font-size:1.5rem}}@media (prefers-reduced-motion: no-preference){.fade-in-up{opacity:0;transform:translateY(30px);animation:fadeInUp .8s ease forwards}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.stagger-1{animation-delay:.1s}.stagger-2{animation-delay:.2s}.stagger-3{animation-delay:.3s}.stagger-4{animation-delay:.4s}}.banner__heading,.slideshow h2,.image-banner h2{font-family:Playfair Display,serif!important;font-size:clamp(3rem,8vw,5.5rem)!important;font-weight:500!important;letter-spacing:.15em!important;color:#cbaf87!important;text-shadow:0 0 40px rgba(203,175,135,.4),0 0 80px rgba(203,175,135,.2)!important;line-height:1.3!important;margin-bottom:2rem!important}.banner__box p,.slideshow p,.image-banner p{font-family:Playfair Display,serif!important;font-size:clamp(1.5rem,3vw,2.2rem)!important;font-weight:400!important;letter-spacing:.12em!important;color:#f4e5c2!important;text-shadow:0 0 30px rgba(244,229,194,.3)!important;margin-top:1.5rem!important}.banner__buttons .button,.slideshow .button,.image-banner .button{min-width:220px!important;padding:1.6rem 3.5rem!important;font-family:Playfair Display,serif!important;font-size:1.1rem!important;font-weight:500!important;letter-spacing:.12em!important;text-transform:lowercase!important;background:transparent!important;border:2px solid #CBAF87!important;color:#cbaf87!important;position:relative;overflow:hidden;transition:all .5s cubic-bezier(.4,0,.2,1)!important;box-shadow:0 0 20px #cbaf8733!important}.banner__buttons .button:before,.slideshow .button:before,.image-banner .button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(203,175,135,.1),transparent);transition:left .6s cubic-bezier(.4,0,.2,1)}.banner__buttons .button:after,.slideshow .button:after,.image-banner .button:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#cbaf87;transition:left .5s cubic-bezier(.4,0,.2,1);z-index:-1}.banner__buttons .button:hover,.slideshow .button:hover,.image-banner .button:hover{color:#000!important;border-color:#cbaf87!important;transform:translateY(-5px) scale(1.02)!important;box-shadow:0 15px 50px #cbaf8766,0 0 30px #cbaf874d!important}.banner__buttons .button:hover:before,.slideshow .button:hover:before,.image-banner .button:hover:before{left:100%}.banner__buttons .button:hover:after,.slideshow .button:hover:after,.image-banner .button:hover:after{left:0}.banner__media img,.slideshow img,.image-banner img{filter:drop-shadow(0 0 30px rgba(203,175,135,.15));transition:filter .5s ease}.banner:hover .banner__media img,.slideshow:hover img,.image-banner:hover img{filter:drop-shadow(0 0 50px rgba(203,175,135,.25))}.banner,.slideshow,.image-banner{position:relative}.banner:after,.slideshow:after,.image-banner:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:radial-gradient(circle at 70% 50%,rgba(203,175,135,.08) 0%,transparent 50%);pointer-events:none;z-index:1}.banner__box,.slideshow .banner__box,.image-banner .banner__content{position:relative;z-index:2}@keyframes textGlow{0%,to{text-shadow:0 0 40px rgba(203,175,135,.4),0 0 80px rgba(203,175,135,.2)}50%{text-shadow:0 0 50px rgba(203,175,135,.5),0 0 100px rgba(203,175,135,.3)}}.banner__heading,.slideshow h2,.image-banner h2{animation:textGlow 3s ease-in-out infinite}@media screen and (max-width: 750px){.banner__heading,.slideshow h2,.image-banner h2{font-size:2.5rem!important;letter-spacing:.1em!important}.banner__buttons .button,.slideshow .button,.image-banner .button{padding:1.3rem 2.5rem!important;font-size:1rem!important}}.shopify-section,section,.section{background-color:#000!important;background:#000!important}.rich-text,.rich-text__wrapper,.rich-text__blocks,.image-with-text,.image-with-text__grid,.image-with-text__content,.collage,.collage-wrapper,.collage__item,.collection-list,.collection-list-wrapper,.newsletter,.newsletter-form,.newsletter__wrapper,.color-scheme-1,.color-scheme-2,.color-scheme-3,.color-scheme-4,.color-scheme-5,.color-background-1,.color-background-2,.gradient{background-color:#000!important;background:#000!important}.page-width,.container,.content-container{background-color:transparent!important}.banner:before,.hero:before{background:#0006!important}.newsletter-form__field-wrapper{background:#0000004d!important}.card,.card-wrapper,.card__content,.grid__item,.multicolumn-list__item{background-color:transparent!important}.footer{background-color:#000!important;background:#000!important}body{background-color:#000!important}[style*="background-color: #f3f3f3"],[style*="background-color: #e5e5e5"],[style*="background-color: #d3d3d3"],[style*="background: #f3f3f3"],[style*="background: #e5e5e5"]{background-color:#000!important;background:#000!important}.rich-text h2,.rich-text p,.image-with-text h2,.image-with-text p,.newsletter h2,.newsletter p{color:#cbaf87!important}
/*# sourceMappingURL=/cdn/shop/t/4/assets/homepage-premium.css.map */
