.cookie-consent{position:fixed;bottom:0;left:0;width:100%;background-color:#000;color:#fff;padding:1.5rem 2rem;z-index:10000}.cookie-consent__wrapper{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem}.cookie-consent__text{font-size:1.3rem;margin:0;flex:1;line-height:1.4}.cookie-btn{background:#b8621b;color:#fff;border:none;padding:.8rem 3rem;font-size:1.3rem;cursor:pointer;transition:opacity .3s ease;white-space:nowrap}.cookie-btn:hover{opacity:.8}@media(max-width:749px){.cookie-consent__wrapper{flex-direction:column;align-items:center;text-align:center;gap:1rem}.cookie-consent__text{font-size:1.2rem}}.featured-collection{background-color:var(--color-base-background)}.featured-collection__title{display:none;margin-bottom:4rem;font-size:3.2rem;text-transform:uppercase;letter-spacing:.1rem}@media screen and (min-width:750px){.featured-collection__title{font-size:4rem;margin-bottom:6rem}}.featured-collection__grid{margin-bottom:4rem}.product-card{transition:transform .3s ease}.product-card:hover{transform:scale(1.02)}.product-card__link{display:block;text-decoration:none;color:inherit}.product-card__image-wrapper{position:relative;padding-bottom:133.33%;overflow:hidden;background-color:var(--color-warm-beige);margin-bottom:1.2rem}.product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.product-card__image--placeholder{position:absolute;top:0;left:0;width:100%;height:100%}.product-card__info{text-align:left}.product-card__title{font-size:1rem;font-weight:700;margin-bottom:.4rem;text-transform:uppercase;letter-spacing:.1rem;line-height:1.3}.product-card__price{font-size:1.4rem;color:#666}.product-card__price-compare{margin-right:.8rem;color:#999}.product-card__price-sale{color:#c00;font-weight:600}.featured-collection__view-all{margin-top:4rem}.featured-collection__empty{text-align:center;padding:4rem 0;color:#666}.featured-collection-slider{position:relative;overflow:hidden;padding:0 6rem;margin-bottom:4rem}.slider-track{display:flex;transition:transform .5s cubic-bezier(.4,0,.2,1);will-change:transform}.slider-slide{min-width:100%;flex-shrink:0;padding:0 1rem}@media screen and (min-width:750px){.slider-slide{min-width:50%}}@media screen and (min-width:990px){.slider-slide{min-width:33.333%}}.slider-arrow{position:absolute;top:50%;transform:translateY(-50%);width:4rem;height:4rem;background:#0009;color:#fff;border:none;border-radius:50%;cursor:pointer;z-index:10;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.slider-arrow:hover{background:#000c;transform:translateY(-50%) scale(1.1)}.slider-arrow svg{width:2rem;height:2rem}.slider-arrow--prev{left:1rem}.slider-arrow--next{right:1rem}.slider-dots{display:flex;justify-content:center;gap:1rem;margin-top:3rem}.slider-dot{width:1rem;height:1rem;border-radius:50%;background:#ddd;border:none;cursor:pointer;transition:all .3s ease;padding:0}.slider-dot:hover{background:#999;transform:scale(1.2)}.slider-dot.active{background:var(--color-primary-dark, #4A3728);width:2.5rem;border-radius:1rem}@media screen and (max-width:749px){.featured-collection-slider{padding:0 5rem}.slider-arrow{width:3.5rem;height:3.5rem}.slider-arrow svg{width:1.5rem;height:1.5rem}}.footer{background-color:var(--color-primary-dark);color:var(--color-off-white);padding:6rem 0 2rem}.footer__content{max-width:var(--page-width);margin:0 auto}.footer__blocks{display:grid;grid-template-columns:1fr;gap:4rem;margin-bottom:4rem;padding-bottom:4rem;border-bottom:1px solid rgba(255,255,255,.2)}@media screen and (min-width:750px){.footer__blocks{grid-template-columns:1fr 1.5fr 1fr;gap:6rem;align-items:start}}.footer__block-title{font-size:1.2rem;text-transform:uppercase;letter-spacing:.1rem;margin-bottom:1.5rem;opacity:.8}.footer__menu{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__menu-link{font-size:1.2rem;text-transform:uppercase;letter-spacing:.05rem;transition:opacity .2s ease}.footer__menu-link:hover{opacity:.7}.footer__newsletter-input-wrapper{position:relative;border-bottom:1px solid rgba(255,255,255,.4);display:flex;align-items:center}.footer__newsletter-input{background:transparent;border:none;color:#fff;padding:1rem 0;width:100%;font-size:1.2rem;text-transform:uppercase;letter-spacing:.05rem}.footer__newsletter-input::placeholder{color:#fff9}.footer__newsletter-input:focus{outline:none;border:none}.footer__newsletter-submit{background:none;border:none;color:#fff;font-size:1.6rem;cursor:pointer;padding:0 0 0 1rem}.footer__newsletter-success{font-size:1.2rem;margin-top:1rem;color:#fff}.footer__block--social{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:2rem}.footer__social-icons{display:flex;gap:1.6rem}.footer__social-icon svg{width:2rem;height:2rem;color:#fff}.footer__contact{font-size:1.2rem;letter-spacing:.05rem}@media screen and (max-width:749px){.footer__blocks{grid-template-columns:1fr;text-align:center}.footer__block--social{align-items:center}}.footer__bottom{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:2rem}.footer__copyright{font-size:1.1rem;display:flex;gap:2rem;opacity:.7}.footer__payment-methods-img{height:2.4rem;width:auto}.hero--split{position:relative;min-height:100vh;overflow:hidden}.hero__split-container{display:flex;position:relative;height:100vh;width:100%}.hero__half{position:relative;flex:1;height:100%;overflow:hidden}.hero__half--video,.hero__half--image{width:50%}@media screen and (max-width:749px){.hero--split{min-height:80vh}.hero__split-container{height:80vh}.hero__half--video{width:100%}.hero__half--image{display:none}}.hero__video,.hero__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.hero__content{position:absolute;top:65%;left:50%;transform:translate(-50%,-50%);z-index:10;text-align:center;color:var(--color-off-white);max-width:90%;width:100%}@media screen and (min-width:750px){.hero__content{max-width:70rem}}.hero__content-wrapper{padding:0 2rem}.hero__heading{font-family:Parisienne,cursive;font-size:7rem;font-weight:400;margin-bottom:1.5rem;line-height:1;color:var(--color-off-white);text-shadow:0 0 10px rgba(255,255,255,.8),0 0 20px rgba(255,255,255,.6),0 2px 30px rgba(0,0,0,.7),0 4px 40px rgba(0,0,0,.5)}.hero__heading-image{max-width:100%;height:auto;filter:drop-shadow(0 2px 20px rgba(0,0,0,.5))}@media screen and (min-width:750px){.hero__heading{font-size:10rem}}@media screen and (min-width:990px){.hero__heading{font-size:12rem}}@media screen and (max-width:749px){.hero__heading{font-size:5rem}.hero__content{top:50%}}.hero__subheading{font-size:1.6rem;margin-bottom:3.2rem;line-height:1.6;font-weight:300;text-shadow:0 1px 10px rgba(0,0,0,.5)}@media screen and (min-width:750px){.hero__subheading{font-size:2rem}}.hero__button{background-color:#fffffff2;color:#2d1f1a;border:1px solid rgba(255,255,255,.9);border-radius:0;font-size:10px;font-weight:400;letter-spacing:2px;text-transform:uppercase;padding:12px 32px;display:inline-block;box-shadow:0 2px 15px #0003;transition:all .3s ease;text-decoration:none}.hero__button:hover{background-color:transparent;color:#fff;border-color:#fff;transform:translateY(-2px);box-shadow:0 4px 20px #0000004d}.promo-banner{position:relative;width:100%;min-height:40vh;overflow:hidden}@media screen and (min-width:750px){.promo-banner{min-height:60vh}}.promo-banner__link{display:block;position:relative;width:100%;height:100%;text-decoration:none;color:inherit}.promo-banner__image-wrapper{position:relative;width:100%;height:100%;min-height:inherit}.promo-banner__image{width:100%;height:100%;object-fit:cover;min-height:40vh}@media screen and (min-width:750px){.promo-banner__image{min-height:60vh}}.promo-banner__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#0000004d;z-index:1}.promo-banner__content{position:absolute;top:50%;transform:translateY(-50%);z-index:2;padding:0 4rem;max-width:60rem}.promo-banner__content--left{left:0;text-align:left}.promo-banner__content--center{left:50%;transform:translate(-50%,-50%);text-align:center}.promo-banner__content--right{right:0;text-align:right}.promo-banner__text{font-size:2.4rem;font-style:italic;font-weight:300;text-transform:uppercase;letter-spacing:.2rem;color:var(--color-off-white);line-height:1.3;text-shadow:0 2px 10px rgba(0,0,0,.5);margin:0}@media screen and (min-width:750px){.promo-banner__text{font-size:4rem}}.promo-banner__link:hover .promo-banner__text{opacity:.9}.related-products{padding:1.5rem!important}.related-products__title{text-align:center;font-size:22px;font-weight:500;text-transform:none!important;letter-spacing:.33px;margin-bottom:5rem;color:#000}.related-products .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}@media screen and (min-width:750px){.related-products .grid{grid-template-columns:repeat(4,1fr)}}.related-products .grid-product-card{position:relative;display:block;text-decoration:none;color:inherit}.related-products .grid-product-card__image-wrapper{position:relative;padding-bottom:133.33%;overflow:hidden;margin-bottom:1.2rem;background-color:#f5f5f5}.related-products .grid-product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:opacity .4s ease}.related-products .grid-product-card__image--secondary{opacity:0;z-index:2}.related-products .grid-product-card:hover .grid-product-card__image--secondary{opacity:1}.related-products .grid-product-card__title{font-size:1.2rem;font-weight:400;margin-bottom:.5rem;color:#000}.related-products .grid-product-card__price{font-size:1.2rem;color:#777}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
