.bb-collection-grid{width:100%;background-color:var(--bg-color, #ffffff);padding:64px 48px}.bb-collection-grid__inner{max-width:1344px;margin:0 auto;display:flex;flex-direction:column;gap:28px}.bb-collection-grid__header{display:flex;align-items:center;justify-content:space-between}.bb-collection-grid__heading{font-family:Dedale,sans-serif;font-weight:300;font-size:clamp(20px,2vw,28px);line-height:1.1;letter-spacing:-.03em;color:var(--heading-color, #000000);margin:0}.bb-collection-grid__view-all{font-family:Plaax,sans-serif;font-weight:300;font-size:16px;line-height:1.1;color:var(--link-color, #000000);text-decoration:none;letter-spacing:0}.bb-collection-grid__view-all:hover{text-decoration:underline}.bb-collection-grid__grid{display:grid;gap:12px}.bb-collection-grid__tile{display:flex;flex-direction:column;gap:12px}.bb-collection-grid__tile-link{text-decoration:none;display:flex;flex-direction:column;gap:12px}.bb-collection-grid__image-wrap{aspect-ratio:266 / 352;width:100%;overflow:hidden;background:#efefef;position:relative}.bb-collection-grid__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block;transition:transform .4s ease}.bb-collection-grid__tile-link:hover .bb-collection-grid__image{transform:scale(1.03)}.bb-collection-grid__image--placeholder,.bb-collection-grid__placeholder-svg{width:100%;height:100%}.bb-collection-grid__product-info{display:flex;flex-direction:column;gap:4px}.bb-collection-grid__product-title{font-family:Plaax,sans-serif;font-weight:300;font-size:14px;line-height:1;color:var(--product-title-color, #000000);margin:0}.bb-collection-grid__product-price{font-family:Plaax,sans-serif;font-weight:300;font-size:14px;line-height:1;color:var(--product-price-color, #000000);margin:0}.bb-cta-banner{position:relative;width:100%;height:var(--section-height, 460px);overflow:hidden;background-color:var(--bg-color, #dbd9d8)}.bb-cta-banner__media{position:absolute;top:0;right:0;bottom:0;left:0}.bb-cta-banner__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bb-cta-banner__image--placeholder{width:100%;height:100%;background:#e8e8e8}.bb-cta-banner__placeholder-svg{width:100%;height:100%}.bb-cta-banner__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.bb-cta-banner__content{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.bb-cta-banner__button{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-family:Plaax,sans-serif;font-weight:300;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;padding:16px 64px;transition:opacity .2s ease}.bb-cta-banner__button:hover{opacity:.8}.bb-feature-columns{width:100%;background-color:var(--bg-color, #efebe2);padding:60px 48px 80px}.bb-feature-columns__inner{max-width:1344px;margin:0 auto;display:flex;flex-direction:column;gap:24px}.bb-feature-columns__heading{font-family:Dedale,sans-serif;font-weight:300;font-size:clamp(18px,1.7vw,24px);line-height:1.1;letter-spacing:-.05em;color:var(--heading-color, #000000);margin:0;max-width:400px}.bb-feature-columns__grid{display:flex;gap:12px;align-items:flex-start}.bb-feature-columns__col{flex:1 0 0;min-width:0;display:flex;flex-direction:column;gap:16px}.bb-feature-columns__image-wrap{width:100%;height:540px;overflow:hidden;position:relative;background:#f4f4f4}.bb-feature-columns__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bb-feature-columns__image--placeholder{width:100%;height:100%;background:#e8e8e8}.bb-feature-columns__placeholder-svg{width:100%;height:100%}.bb-feature-columns__text{display:flex;flex-direction:column;gap:4px}.bb-feature-columns__title{font-family:Dedale,sans-serif;font-weight:300;font-size:16px;line-height:1.1;letter-spacing:-.04em;color:var(--title-color, #000000);margin:0}.bb-feature-columns__body{font-family:Plaax,sans-serif;font-weight:300;font-size:14px;line-height:1.3;color:var(--body-color, #333333);margin:0}.bb-hero{position:relative;width:100%;height:var(--section-height-desktop, 800px);overflow:hidden;background-color:var(--bg-color, #f5f5f5)}.bb-hero__media{position:absolute;top:0;right:0;bottom:0;left:0}.bb-hero__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bb-hero__image--placeholder{background:#e8e8e8;width:100%;height:100%}.bb-hero__placeholder-svg{width:100%;height:100%}.bb-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#000}.bb-hero__content{position:absolute;bottom:40px;left:40px;width:min(548px,calc(100% - 80px));display:flex;flex-direction:column;gap:24px;color:var(--text-color-desktop, #ffffff)}.bb-hero__heading{font-family:Dedale,sans-serif;font-weight:300;font-size:clamp(36px,4.4vw,64px);line-height:1;letter-spacing:-.03em;color:inherit;margin:0}.bb-hero__subheading{font-family:Plaax,sans-serif;font-weight:300;font-size:14px;line-height:1.4;color:inherit;margin:0}.bb-hero__button{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-family:Plaax,sans-serif;font-weight:300;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;padding:16px 24px;transition:opacity .2s ease;width:fit-content}.bb-hero__button:hover{opacity:.8}@media(max-width:749px){.bb-hero{height:var(--section-height-mobile, 580px)}.bb-hero__content{bottom:20px;left:20px;width:calc(100% - 40px);color:var(--text-color-mobile, #000000)}.bb-hero__heading{font-size:48px;letter-spacing:-.05em}.bb-hero__subheading{line-height:1.2}.bb-hero__button{padding:12px 24px}}.bb-product-feature{width:100%;background-color:var(--bg-color, #fbc877);padding:64px 48px}.bb-product-feature__inner{display:flex;align-items:stretch;gap:24px;max-width:1344px;margin:0 auto}.bb-product-feature__left{flex:1 0 0;min-width:0;display:flex;flex-direction:column;min-height:650px}.bb-product-feature__top{display:flex;flex-direction:column;gap:4px}.bb-product-feature__label{font-family:Plaax,sans-serif;font-weight:300;font-size:16px;line-height:1;color:var(--label-color, #000000);margin:0}.bb-product-feature__heading{font-family:Dedale,sans-serif;font-weight:300;font-size:clamp(32px,3.3vw,48px);line-height:1;letter-spacing:-.05em;color:var(--heading-color, #000000);margin:0}.bb-product-feature__bottom{margin-top:auto;display:flex;flex-direction:column;gap:16px}.bb-product-feature__features{display:flex;flex-direction:column;gap:24px}.bb-product-feature__feature-item{display:flex;align-items:flex-start;gap:12px}.bb-product-feature__icon{flex-shrink:0;width:26px;height:24px;display:flex;align-items:center;justify-content:center}.bb-product-feature__icon img{width:100%;height:100%;object-fit:contain;display:block}.bb-product-feature__feature-text{display:flex;flex-direction:column;gap:4px}.bb-product-feature__feature-title{font-family:Dedale,sans-serif;font-weight:300;font-size:20px;line-height:1.2;letter-spacing:-.05em;color:var(--feature-title-color, #6a5758);margin:0}.bb-product-feature__feature-body{font-family:Plaax,sans-serif;font-weight:300;font-size:16px;line-height:1.2;letter-spacing:-.02em;color:var(--feature-body-color, #6a5758);margin:0}.bb-product-feature__button{display:inline-flex;align-items:center;justify-content:center;background:#000;color:#fff;font-family:Plaax,sans-serif;font-weight:300;font-size:12px;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;padding:16px 24px;width:fit-content;transition:opacity .2s ease}.bb-product-feature__button:hover{opacity:.8}.bb-product-feature__right{flex:0 0 690px;height:650px;overflow:hidden;background:#e3e3e3}.bb-product-feature__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bb-product-feature__image--placeholder{width:100%;height:100%;background:#e8e8e8}.bb-product-feature__placeholder-svg{width:100%;height:100%}@media(max-width:749px){.bb-product-feature{padding:64px 24px}.bb-product-feature__inner{flex-direction:column}.bb-product-feature__left{min-height:unset;gap:32px;justify-content:flex-start}.bb-product-feature__right{flex:0 0 auto;width:100%;height:0;padding-bottom:94.2%;position:relative;order:-1}.bb-product-feature__right .bb-product-feature__image,.bb-product-feature__right .bb-product-feature__image--placeholder{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.bb-product-feature__heading{font-size:48px;letter-spacing:-.05em}.bb-product-feature__feature-item{flex-direction:column;gap:4px}}.bb-split-image-text{width:100%;background-color:var(--bg-color, #efebe2);padding:40px 48px}.bb-split-image-text__inner{display:flex;align-items:flex-end;gap:24px;max-width:1344px;margin:0 auto}.bb-split-image-text__image-col{flex:0 0 690px;height:825px;overflow:hidden;background:#f8f7f5}.bb-split-image-text__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.bb-split-image-text__image--placeholder{width:100%;height:100%;background:#e8e8e8}.bb-split-image-text__placeholder-svg{width:100%;height:100%}.bb-split-image-text__text-col{flex:1 0 0;min-width:0;padding-right:48px;padding-bottom:0}.bb-split-image-text__text{font-family:Plaax,sans-serif;font-weight:300;font-size:clamp(18px,2vw,28px);line-height:1;letter-spacing:-.02em;color:var(--text-color, #000000);margin:0}.bb-text-statement{width:100%;background-color:var(--bg-color, #efebe2);padding:48px 48px 140px}.bb-text-statement__inner{max-width:1344px;margin:0 auto}.bb-text-statement__text{font-family:Dedale,sans-serif;font-weight:300;font-size:clamp(24px,2.8vw,40px);line-height:1.2;letter-spacing:-.05em;color:var(--text-color, #000000);max-width:1130px;margin:0}
/*# sourceMappingURL=/cdn/shop/t/1/compiled_assets/styles.css.map */
