*{box-sizing:border-box;margin:0;padding:0}body{font-family:Jost,sans-serif;color:#7d7568;background:#fdfaf4;overflow-x:hidden}a{text-decoration:none}img{max-width:100%;display:block}.announce{background:#918978;color:#fff;text-align:center;padding:10px 20px;font-size:11px;letter-spacing:1.5px;text-transform:uppercase;font-weight:400}.announce a{color:#acddd7;text-decoration:none}.site-nav{display:flex;justify-content:space-between;align-items:center;padding:18px 40px;background:#fff;border-bottom:1px solid #ead5b6}.site-nav__logo{font-family:Cormorant Garamond,serif;font-size:26px;font-weight:300;letter-spacing:6px;color:#918978;text-decoration:none}.site-nav__links{display:flex;gap:32px}.site-nav__link{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#918978;text-decoration:none;font-weight:500;transition:color .3s}.site-nav__link:hover,.site-nav__link--active{color:#8cc8c0}.site-nav__cart{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#918978;text-decoration:none;font-weight:500}.hamburger{display:none;background:none;border:none;cursor:pointer;padding:8px}.hamburger span{display:block;width:22px;height:2px;background:#918978;margin:5px 0;transition:.3s}.mobile-menu{display:none;flex-direction:column;gap:16px;padding:20px 40px;background:#fff;border-bottom:1px solid #ead5b6}.mobile-menu.active{display:flex}.section-tag{font-size:11px;letter-spacing:4px;text-transform:uppercase;color:#acddd7;margin-bottom:12px}.section-title{font-family:Cormorant Garamond,serif;font-size:38px;font-weight:300;color:#918978}.section-subtitle{font-size:13px;color:#a8a090;margin-top:12px}.hero{position:relative;min-height:85vh;display:flex;align-items:center;overflow:hidden}.hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,#918978,#837b6c,#918978)}.hero__texture{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.08;background-size:cover;background-position:center}.hero__wave{position:absolute;bottom:-1px;left:0;width:100%;z-index:2}.hero__content{position:relative;z-index:3;max-width:700px;margin:0 auto;padding:80px 40px;text-align:center}.hero__h1{font-family:Cormorant Garamond,serif;font-size:58px;font-weight:300;color:#fff;line-height:1.15;margin-bottom:24px}.hero__sub{font-size:15px;color:#ffffffb3;line-height:1.8;max-width:500px;margin:0 auto 32px}.hero__badges{display:flex;justify-content:center;gap:16px;margin-bottom:40px}.hero__badge{display:flex;align-items:center;gap:6px}.hero__badge-icon{width:18px;height:18px;border-radius:50%;background:#c9a96e33;display:flex;align-items:center;justify-content:center;font-size:9px;color:#acddd7}.hero__badge-text{font-size:11px;color:#fff9;letter-spacing:1px;text-transform:uppercase}.hero__btns{display:flex;gap:16px;justify-content:center}.btn-primary{display:inline-block;background:#acddd7;color:#fff;padding:16px 36px;font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:600;transition:background .3s;border:none;cursor:pointer;font-family:Jost,sans-serif}.btn-primary:hover{background:#8cc8c0}.btn-outline{display:inline-block;border:1px solid rgba(255,255,255,.3);color:#fff;padding:16px 36px;font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:500;transition:all .3s}.btn-outline:hover{background:#ffffff1a;border-color:#fff}.btn-dark{display:inline-block;background:#918978;color:#fff;padding:16px 40px;font-size:11px;letter-spacing:2px;text-transform:uppercase;font-weight:600;transition:background .3s}.btn-dark:hover{background:#8cc8c0}.trust-strip{background:#fff;border-bottom:1px solid #ead5b6;display:flex;justify-content:center;flex-wrap:wrap;gap:40px;padding:24px 20px}.trust-item{display:flex;align-items:center;gap:10px}.trust-icon{font-size:18px}.trust-text{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:#918978;font-weight:500}.cat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;max-width:1200px;margin:0 auto}.cat-card{position:relative;overflow:hidden;aspect-ratio:3/4;display:block}.cat-card img{width:100%;height:100%;object-fit:cover;filter:brightness(.75);transition:transform .5s,filter .5s}.cat-card:hover img{transform:scale(1.06);filter:brightness(.65)}.cat-card__label{position:absolute;bottom:0;left:0;right:0;padding:20px;background:linear-gradient(transparent,#0009)}.cat-card__name{color:#fff;font-size:13px;letter-spacing:2px;text-transform:uppercase;font-weight:500}.cat-card__cta{color:#8cc8c0;font-size:10px;letter-spacing:1.5px;text-transform:uppercase;margin-top:4px}.products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;position:relative;overflow:hidden;transition:transform .3s,box-shadow .3s}.product-card:hover{transform:translateY(-4px);box-shadow:0 20px 60px #1c30441f}.product-card__badge{position:absolute;top:12px;left:12px;z-index:2;background:#918978;color:#fff;font-size:9px;letter-spacing:1.5px;text-transform:uppercase;padding:5px 12px;font-weight:600}.product-card__img{width:100%;aspect-ratio:1;object-fit:cover;transition:transform .5s}.product-card:hover .product-card__img{transform:scale(1.05)}.product-card__info{padding:16px}.product-card__stars{color:#acddd7;font-size:14px;letter-spacing:2px}.product-card__reviews{font-size:11px;color:#a8a090}.product-card__title{font-size:14px;font-weight:500;color:#7d7568;margin:4px 0}.product-card__price{font-size:15px;font-weight:600;color:#918978}.coastal-split{display:grid;grid-template-columns:1fr 1fr;min-height:500px}.coastal-split__img{width:100%;height:100%;object-fit:cover}.coastal-split__text{display:flex;flex-direction:column;justify-content:center;padding:60px;background:#fdfaf4}.lifestyle-split{display:grid;grid-template-columns:1fr 1fr;min-height:600px}.lifestyle-split__img{min-height:500px;background-size:cover;background-position:center}.lifestyle-split__text{display:flex;flex-direction:column;justify-content:center;padding:60px;background:#fdfaf4}.lifestyle-check{display:flex;align-items:center;gap:10px;font-size:13px;color:#918978;margin-bottom:12px}.lifestyle-check span{color:#acddd7;font-size:10px}.reviews-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.review-card{padding:32px;border:1px solid #ead5b6;background:#fdfaf4}.review-card__quote{font-size:48px;color:#acddd7;font-family:Cormorant Garamond,serif;line-height:1;margin-bottom:16px}.review-card__text{font-size:14px;color:#918978;line-height:1.8;margin:16px 0 24px;font-style:italic}.review-card__author{display:flex;align-items:center;gap:12px}.review-card__avatar{width:36px;height:36px;border-radius:50%;background:#918978;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500}.review-card__name{font-size:13px;font-weight:600;color:#7d7568}.review-card__loc{font-size:11px;color:#a8a090}.review-card__verified{margin-left:auto;font-size:9px;letter-spacing:1px;text-transform:uppercase;color:#acddd7;font-weight:600}.ugc-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:4px;max-width:1200px;margin:0 auto}.ugc-item{position:relative;overflow:hidden;aspect-ratio:1;cursor:pointer}.ugc-item img{width:100%;height:100%;object-fit:cover;transition:transform .5s,filter .5s}.ugc-item:hover img{transform:scale(1.08);filter:brightness(.7)}.ugc-item__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1c304466;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;opacity:0;transition:opacity .3s}.ugc-item:hover .ugc-item__overlay{opacity:1}.promo-banner{background:#acddd7;padding:40px 20px;text-align:center}.promo-banner h3{font-size:22px;font-family:Cormorant Garamond,serif;color:#fff;font-weight:400;margin-bottom:8px}.promo-banner p{font-size:12px;color:#ffffffd9;margin-bottom:16px}.email-signup{background:#918978;padding:80px 20px;text-align:center}.email-signup h2{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:300;color:#fff;margin-bottom:16px}.email-signup p{font-size:13px;color:#fff9;margin-bottom:32px;max-width:400px;margin-left:auto;margin-right:auto}.email-form{display:flex;max-width:480px;margin:0 auto}.email-form input{flex:1;padding:16px 20px;border:1px solid rgba(255,255,255,.2);background:#ffffff12;color:#fff;font-size:13px;font-family:inherit;outline:none}.email-form button{background:#acddd7;color:#fff;border:none;padding:16px 24px;font-size:10px;letter-spacing:2px;text-transform:uppercase;font-weight:700;cursor:pointer;font-family:inherit;white-space:nowrap}.site-footer{background:#2a2a2a;padding:60px 40px 30px;color:#fff9}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:40px;max-width:1200px;margin:0 auto 40px}.footer__logo{font-family:Cormorant Garamond,serif;font-size:24px;font-weight:300;letter-spacing:4px;color:#fff;margin-bottom:16px;text-decoration:none;display:block}.footer__desc{font-size:13px;line-height:1.7;margin-bottom:20px}.footer__social{display:flex;gap:12px}.footer__social a{width:32px;height:32px;border-radius:50%;border:1px solid rgba(255,255,255,.2);display:flex;align-items:center;justify-content:center;color:#ffffff80;font-size:10px;text-decoration:none;font-weight:600}.footer__heading{font-size:11px;letter-spacing:2px;text-transform:uppercase;color:#fff;margin-bottom:16px;font-weight:600}.footer__link{display:block;font-size:13px;color:#ffffff80;text-decoration:none;margin-bottom:10px;transition:color .3s}.footer__link:hover{color:#acddd7}.footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px}.footer__copy{font-size:11px;color:#ffffff59}.footer__payments{display:flex;gap:8px}.footer__pay{padding:4px 8px;border:1px solid rgba(255,255,255,.15);font-size:9px;color:#fff6;letter-spacing:.5px}.stores-hero{background:#918978;padding:80px 20px;text-align:center}.stores-hero h1{font-family:Cormorant Garamond,serif;font-size:48px;font-weight:300;color:#fff;margin-bottom:16px}.stores-hero p{font-size:15px;color:#ffffffb3;max-width:500px;margin:0 auto;line-height:1.7}.stores-section{max-width:1000px;margin:0 auto;padding:60px 20px 80px}.stores-region{margin-bottom:48px}.stores-region h2{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:300;color:#918978;margin-bottom:20px;padding-bottom:12px;border-bottom:1px solid #ead5b6}.stores-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.store-card{display:block;background:#fff;padding:20px 24px;text-decoration:none;color:inherit;border:1px solid #ead5b6;transition:transform .3s,box-shadow .3s}.store-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00000014}.store-card__name{font-size:15px;font-weight:500;color:#7d7568;margin-bottom:4px}.store-card__addr{font-size:13px;color:#a8a090;line-height:1.6}.store-card__cta{font-size:11px;color:#acddd7;margin-top:8px;letter-spacing:1px;text-transform:uppercase;font-weight:500}.cb-hero{position:relative;height:50vh;min-height:360px;overflow:hidden}.cb-hero img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.cb-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#0000000d,#00000059)}.cb-hero__content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;padding:0 20px}.cb-hero h1{font-family:Cormorant Garamond,serif;font-size:56px;font-weight:300;color:#fff;margin-bottom:16px;line-height:1.1}.cb-about{max-width:900px;margin:0 auto;padding:80px 20px 60px;text-align:center}.cb-about h2{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:300;color:#918978;margin-bottom:24px;line-height:1.3}.cb-about p{font-size:15px;color:#918978;line-height:1.9;max-width:680px;margin:0 auto 20px}.cb-commission{background:#918978;padding:80px 20px;text-align:center}.cb-commission h2{font-family:Cormorant Garamond,serif;font-size:34px;font-weight:300;color:#fff;margin-bottom:20px;line-height:1.3}.cb-commission p{font-size:14px;color:#ffffffa6;line-height:1.8;margin-bottom:12px}.cb-flowers{max-width:1200px;margin:0 auto;padding:80px 40px}.cb-flowers h2{font-family:Cormorant Garamond,serif;font-size:34px;font-weight:300;color:#918978}.flower-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.flower-card{background:#fff;overflow:hidden;transition:transform .3s,box-shadow .3s}.flower-card:hover{transform:translateY(-4px);box-shadow:0 16px 48px #3333331f}.flower-card__img-wrap{position:relative;padding-top:120%;background:#f5f5f0}.flower-card__img-wrap img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.flower-card__info{padding:16px}.flower-card__title{font-size:14px;font-weight:500;color:#7d7568;margin-bottom:4px}.flower-card__price{font-size:15px;font-weight:600;color:#918978}.collection-hero{background:#918978;padding:60px 20px;text-align:center}.collection-hero h1{font-family:Cormorant Garamond,serif;font-size:42px;font-weight:300;color:#fff}.collection-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;max-width:1200px;margin:0 auto;padding:60px 20px}.collection-product{background:#fff;overflow:hidden;transition:transform .3s,box-shadow .3s}.collection-product:hover{transform:translateY(-4px);box-shadow:0 12px 40px #0000001a}.collection-product img{width:100%;aspect-ratio:1;object-fit:cover}.collection-product__info{padding:16px}.collection-product__title{font-size:14px;font-weight:500;color:#7d7568;margin-bottom:4px}.collection-product__price{font-size:15px;font-weight:600;color:#918978}.product-page{max-width:1100px;margin:0 auto;padding:60px 20px;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:start}.product-page__gallery img{width:100%;aspect-ratio:1;object-fit:cover;background:#f5f5f0}.product-page__info h1{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:300;color:#918978;margin-bottom:16px}.product-page__price{font-size:24px;font-weight:600;color:#918978;margin-bottom:24px}.product-page__desc{font-size:14px;color:#918978;line-height:1.8;margin-bottom:32px}.cart-page{max-width:800px;margin:0 auto;padding:60px 20px}.cart-page h1{font-family:Cormorant Garamond,serif;font-size:36px;font-weight:300;color:#918978;margin-bottom:32px}.cart-item{display:flex;gap:20px;padding:20px 0;border-bottom:1px solid #ead5b6}.cart-item img{width:100px;height:100px;object-fit:cover}.cart-item__info{flex:1}.cart-item__title{font-size:15px;font-weight:500;color:#7d7568}.cart-item__price{font-size:14px;color:#918978;margin-top:4px}.page-404{text-align:center;padding:120px 20px}.page-404 h1{font-family:Cormorant Garamond,serif;font-size:72px;font-weight:300;color:#918978;margin-bottom:16px}.page-404 p{font-size:15px;color:#918978;margin-bottom:32px}@media(max-width:768px){.site-nav__links{display:none}.hamburger{display:block}.hero__h1{font-size:40px!important}.hero__badges{display:none}.cat-grid,.products-grid,.flower-grid,.collection-grid{grid-template-columns:repeat(2,1fr)!important}.reviews-grid{grid-template-columns:1fr!important}.ugc-grid{grid-template-columns:repeat(3,1fr)!important}.coastal-split,.lifestyle-split,.product-page{grid-template-columns:1fr!important}.footer-grid{grid-template-columns:1fr 1fr!important}.stores-grid{grid-template-columns:1fr!important}.email-form{flex-direction:column}.lifestyle-split__img{min-height:300px!important}.cb-hero h1{font-size:36px!important}}
/*# sourceMappingURL=/cdn/shop/t/19/assets/beyou.css.map */
