:root{--font-serif: "Cormorant Garamond", "Times New Roman", serif;--font-sans: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;--transition-luxury: all .6s cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body.bc-body{margin:0;background:var(--background);color:var(--foreground);font-family:var(--font-sans);font-weight:300;-webkit-font-smoothing:antialiased;letter-spacing:.01em}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;background:none;border:none;cursor:pointer;color:inherit}input,select{font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-serif);font-weight:300;letter-spacing:-.01em;margin:0}.visually-hidden,.skip-to-content-link:not(:focus){position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.skip-to-content-link{position:fixed;top:0;left:0;z-index:999;background:var(--foreground);color:var(--background);padding:12px 20px}.display{font-family:var(--font-serif);font-weight:300;letter-spacing:-.02em;line-height:1}.eyebrow{font-family:var(--font-sans);font-size:.7rem;font-weight:500;letter-spacing:.32em;text-transform:uppercase;margin:0}.wordmark{font-family:var(--font-sans);font-weight:500;letter-spacing:.42em;text-transform:uppercase}.btn-luxury,.btn-solid,.btn-outline-light,.btn-outline-dark{display:inline-flex;align-items:center;justify-content:center;padding:1rem 2.5rem;transition:var(--transition-luxury);font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.28em;text-transform:uppercase;cursor:pointer}.btn-solid{background:var(--foreground);color:var(--background);border:1px solid var(--foreground)}.btn-solid:hover:not(:disabled){background:var(--accent);color:var(--foreground);border-color:var(--accent)}.btn-solid:disabled{opacity:.4;cursor:not-allowed}.btn-outline-light{border:1px solid rgba(255,255,255,.8);color:var(--background)}.btn-outline-light:hover{background:var(--background);color:var(--foreground)}.btn-outline-dark{border:1px solid var(--foreground);color:var(--foreground)}.btn-outline-dark:hover{background:var(--foreground);color:var(--background)}.nav-link{position:relative;display:inline-block;color:var(--foreground-80);transition:color .3s;font-family:var(--font-sans);font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase}.nav-link:hover{color:var(--foreground)}.nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:1px;background:var(--accent);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.22,1,.36,1)}.nav-link:hover:after{transform:scaleX(1)}.hover-zoom{overflow:hidden;display:block}.hover-zoom img{transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.hover-zoom:hover img{transform:scale(1.04)}.fade-in{animation:bc-fade-in .8s cubic-bezier(.22,1,.36,1) both}@keyframes bc-fade-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.placeholder-svg{width:100%;height:100%;background:var(--muted);color:var(--border)}.announcement-bar{background:var(--foreground);color:var(--background);text-align:center;padding:.625rem 1rem}.announcement-bar__text{margin:0;font-size:.65rem;letter-spacing:.3em;text-transform:uppercase;font-weight:500}.bc-header{position:sticky;top:0;z-index:40;background:var(--background);padding:1.5rem 0;border-bottom:1px solid var(--border-60);transition:var(--transition-luxury)}.bc-header.is-scrolled{padding:1rem 0;background:var(--background-95);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.bc-header__inner{padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.bc-header__inner{padding:0 3rem}}.bc-header__left,.bc-header__right{display:flex;align-items:center;flex:1}.bc-header__right{justify-content:flex-end;gap:1.25rem}@media(min-width:768px){.bc-header__right{gap:1.5rem}}.bc-header__logo{flex:1;text-align:center;font-size:1rem}@media(min-width:768px){.bc-header__logo{font-size:1.25rem}}.bc-nav--desktop{display:none;align-items:center;gap:2rem}@media(min-width:1024px){.bc-nav--desktop{display:flex}}.bc-nav--right{margin-right:1rem}.bc-nav-toggle{display:block}@media(min-width:1024px){.bc-nav-toggle{display:none}}.bc-icon-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;transition:color .3s}.bc-icon-btn:hover{color:var(--accent)}.bc-icon-btn--account{display:none}@media(min-width:768px){.bc-icon-btn--account{display:inline-flex}}.bc-icon{height:18px;width:18px}.bc-icon--sm{height:14px;width:14px}.bc-count-badge{position:absolute;top:-6px;right:-8px;font-size:.6rem;background:var(--accent);color:var(--foreground);border-radius:999px;height:16px;width:16px;display:flex;align-items:center;justify-content:center;font-weight:500}.bc-mobile-menu,.bc-search-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:var(--background)}.bc-search-overlay{background:var(--background-98);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.bc-mobile-menu[hidden],.bc-search-overlay[hidden]{display:none}.bc-mobile-menu__top,.bc-search-overlay__top{display:flex;justify-content:flex-end;align-items:center;padding:1.5rem}.bc-mobile-menu__top{justify-content:space-between;border-bottom:1px solid var(--border-60)}.bc-mobile-menu__logo{font-size:1rem}.bc-mobile-menu__nav{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2rem;padding:5rem 1.5rem}.bc-mobile-menu__link{font-size:2.5rem;transition:color .3s}.bc-mobile-menu__link:hover{color:var(--accent)}.bc-search-overlay__body{max-width:48rem;margin:0 auto;padding:0 1.5rem 5rem}.bc-search-overlay__eyebrow{color:var(--muted-foreground);margin-bottom:1.5rem}.bc-search-overlay__form{display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--foreground);padding-bottom:1rem}.bc-search-overlay__input{flex:1;background:transparent;outline:none;border:none;font-family:var(--font-serif);font-size:1.75rem;color:var(--foreground)}@media(min-width:768px){.bc-search-overlay__input{font-size:2.25rem}}.bc-search-overlay__input::placeholder{color:var(--muted-foreground-60)}.bc-search-overlay__popular{margin-top:3rem}.bc-search-overlay__tags{display:flex;flex-wrap:wrap;gap:.75rem}.bc-tag-pill{padding:.5rem 1.25rem;border:1px solid var(--border);font-size:.875rem;transition:border-color .3s}.bc-tag-pill:hover{border-color:var(--foreground)}.bc-cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50}.bc-cart-drawer[hidden]{display:none}.bc-cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:var(--foreground-30)}.bc-cart-drawer__panel{position:absolute;right:0;top:0;height:100%;width:100%;max-width:28rem;background:var(--background);display:flex;flex-direction:column;transform:translate(0);transition:transform .5s cubic-bezier(.22,1,.36,1)}.bc-cart-drawer__header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid var(--border-60)}.bc-cart-drawer__body{flex:1;overflow-y:auto;padding:1.5rem}.bc-cart-drawer__empty{text-align:center;color:var(--muted-foreground);margin-top:5rem}.bc-cart-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:1.5rem}.bc-cart-item{display:flex;gap:1rem}.bc-cart-item__img{width:6rem;height:8rem;object-fit:cover}.bc-cart-item__body{flex:1;display:flex;flex-direction:column;justify-content:space-between}.bc-cart-item__title{font-size:1.125rem;margin:0}.bc-cart-item__price{font-size:.875rem;color:var(--muted-foreground);margin:.25rem 0 0}.bc-cart-item__controls{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.bc-qty-stepper{display:flex;align-items:center;border:1px solid var(--border)}.bc-qty-stepper__btn{padding:.25rem .5rem}.bc-qty-stepper__btn:hover{background:var(--muted)}.bc-qty-stepper__value{padding:0 .75rem;font-size:.875rem}.bc-cart-item__remove{font-size:.75rem;text-decoration:underline;color:var(--muted-foreground)}.bc-cart-item__remove:hover{color:var(--foreground)}.bc-cart-drawer__footer{border-top:1px solid var(--border-60);padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.bc-cart-drawer__subtotal{display:flex;justify-content:space-between;align-items:center}.bc-cart-drawer__subtotal-value{font-size:1.5rem}.bc-cart-drawer__checkout{width:100%}.bc-cart-drawer__checkout[aria-disabled=true]{opacity:.4;pointer-events:none}.bc-hero{position:relative;height:92vh;min-height:640px;width:100%;overflow:hidden}.bc-hero__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover}.bc-hero__img--placeholder{display:flex}.bc-hero__gradient{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,var(--foreground-10) 0%,transparent 50%,var(--foreground-40) 100%)}.bc-hero__content{position:relative;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;text-align:center;padding:0 1.5rem 5rem;color:var(--background)}@media(min-width:768px){.bc-hero__content{padding-bottom:7rem}}.bc-hero__eyebrow{margin-bottom:1.5rem;opacity:.9}.bc-hero__heading{font-size:2.75rem;max-width:56rem;margin-bottom:1.5rem}.bc-hero__heading em{font-style:italic;font-weight:300}@media(min-width:768px){.bc-hero__heading{font-size:4.5rem}}@media(min-width:1024px){.bc-hero__heading{font-size:6rem}}.bc-hero__subheading{max-width:36rem;font-size:.875rem;font-weight:300;opacity:.9;margin-bottom:2.5rem}@media(min-width:768px){.bc-hero__subheading{font-size:1rem}}.bc-hero__actions{display:flex;flex-direction:column;gap:1rem}@media(min-width:640px){.bc-hero__actions{flex-direction:row}}.bc-section{padding:6rem 1.5rem}@media(min-width:768px){.bc-section{padding:8rem 3rem}}.bc-section--muted{background:var(--muted-30)}.bc-section__head{text-align:center;margin-bottom:4rem}.bc-section__eyebrow{color:var(--muted-foreground);margin-bottom:1rem}.bc-section__eyebrow--accent{color:var(--accent)}.bc-section__heading{font-size:2.25rem}@media(min-width:768px){.bc-section__heading{font-size:3rem}}.bc-section__heading--lg{font-size:2.25rem}@media(min-width:768px){.bc-section__heading--lg{font-size:3.75rem}}.bc-category-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}@media(min-width:768px){.bc-category-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem}}.bc-category-card{display:block}.bc-category-card__img-wrap{aspect-ratio:3 / 4;margin-bottom:1.5rem}.bc-category-card__img-wrap img{width:100%;height:100%;object-fit:cover}.bc-category-card__foot{display:flex;align-items:flex-end;justify-content:space-between}.bc-category-card__title{font-size:1.875rem}@media(min-width:768px){.bc-category-card__title{font-size:2.25rem}}.bc-category-card__subtitle{font-size:.875rem;color:var(--muted-foreground);margin-top:.25rem}.bc-category-card .bc-icon{transition:transform .5s,color .3s}.bc-category-card:hover .bc-icon{transform:translate(.5rem);color:var(--accent)}.bc-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem 2.5rem}@media(min-width:1024px){.bc-product-grid{grid-template-columns:repeat(4,1fr)}}.bc-product-card__img-wrap{position:relative;aspect-ratio:4 / 5;margin-bottom:1.25rem;background:var(--background);overflow:hidden}.bc-product-card__img-wrap img{width:100%;height:100%;object-fit:cover;transition:transform 1.2s cubic-bezier(.22,1,.36,1)}.bc-product-card:hover .bc-product-card__img-wrap img{transform:scale(1.04)}.bc-product-card__wishlist{position:absolute;top:1rem;right:1rem;height:2.25rem;width:2.25rem;background:var(--background-90);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;opacity:0;transition:var(--transition-luxury)}.bc-product-card:hover .bc-product-card__wishlist{opacity:1}.bc-product-card__wishlist:hover,.bc-product-card__wishlist.is-active{color:var(--accent)}.bc-product-card__wishlist.is-active svg{fill:currentColor}.bc-product-card__add{position:absolute;bottom:0;left:0;right:0;background:var(--foreground);color:var(--background);padding:.75rem 0;font-size:.65rem;letter-spacing:.28em;text-transform:uppercase;font-weight:500;transform:translateY(100%);transition:transform .5s cubic-bezier(.22,1,.36,1),background .3s,color .3s}.bc-product-card:hover .bc-product-card__add{transform:translateY(0)}.bc-product-card__add:hover:not(:disabled){background:var(--accent);color:var(--foreground)}.bc-product-card__add:disabled{opacity:.5;cursor:not-allowed}.bc-product-card__info{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem}.bc-product-card__title{font-size:1.125rem}@media(min-width:768px){.bc-product-card__title{font-size:1.25rem}}.bc-product-card__price{font-size:.875rem;font-weight:300;white-space:nowrap}.bc-product-card__compare-price{color:var(--muted-foreground);margin-left:.5rem}.bc-story{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center;max-width:80rem;margin:0 auto}@media(min-width:768px){.bc-story{grid-template-columns:1fr 1fr;gap:5rem}}.bc-story__img-wrap{aspect-ratio:4/5;order:2}@media(min-width:768px){.bc-story__img-wrap{order:1}}.bc-story__img-wrap img{width:100%;height:100%;object-fit:cover}.bc-story__content{order:1}@media(min-width:768px){.bc-story__content{order:2;padding-left:2rem}}.bc-story__heading{font-size:2.25rem;margin-bottom:2rem;line-height:1.05}@media(min-width:768px){.bc-story__heading{font-size:3rem}}@media(min-width:1024px){.bc-story__heading{font-size:3.75rem}}.bc-story__heading em{font-style:italic}.bc-story__body{font-size:1rem;font-weight:300;line-height:1.7;color:var(--muted-foreground);margin-bottom:2.5rem;max-width:28rem}.bc-newsletter{background:var(--secondary);padding:5rem 1.5rem}@media(min-width:768px){.bc-newsletter{padding:7rem 3rem}}.bc-newsletter__inner{max-width:42rem;margin:0 auto;text-align:center}.bc-newsletter__heading{font-size:1.875rem;margin-bottom:1.5rem}@media(min-width:768px){.bc-newsletter__heading{font-size:3rem}}.bc-newsletter__subheading{font-size:.875rem;color:var(--muted-foreground);font-weight:300;margin-bottom:2.5rem}.bc-newsletter__field{display:flex;border-bottom:1px solid var(--foreground-40);transition:border-color .3s}.bc-newsletter__field:focus-within{border-color:var(--foreground)}.bc-newsletter__input{flex:1;background:transparent;outline:none;border:none;padding:.75rem 0;font-size:.875rem;color:var(--foreground)}.bc-newsletter__input::placeholder{color:var(--muted-foreground)}.bc-newsletter__success{font-size:1.5rem;color:var(--accent)}.bc-footer{background:var(--background);padding:5rem 1.5rem 2.5rem}@media(min-width:768px){.bc-footer{padding:5rem 3rem 2.5rem}}.bc-footer__inner{max-width:90rem;margin:0 auto}.bc-footer__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.5rem;margin-bottom:4rem}@media(min-width:768px){.bc-footer__grid{grid-template-columns:repeat(5,1fr);gap:3rem}}.bc-footer__brand{grid-column:span 2}@media(min-width:768px){.bc-footer__brand{grid-column:span 1}}.bc-footer__logo{font-size:1rem;margin-bottom:1rem}.bc-footer__tagline{font-size:.75rem;color:var(--muted-foreground);font-weight:300;line-height:1.6;max-width:20rem}.bc-footer__col-title{margin-bottom:1.25rem}.bc-footer__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.bc-footer__link{font-size:.875rem;font-weight:300;color:var(--muted-foreground);transition:color .3s}.bc-footer__link:hover{color:var(--foreground)}.bc-footer__social{display:flex;gap:1rem}.bc-footer__social-link{transition:color .3s}.bc-footer__social-link:hover{color:var(--accent)}.bc-footer__social-link--text{font-size:.75rem;font-weight:500;letter-spacing:.1em}.bc-footer__bottom{border-top:1px solid var(--border-60);padding-top:2rem;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem}@media(min-width:768px){.bc-footer__bottom{flex-direction:row}}.bc-footer__copy{font-size:.75rem;color:var(--muted-foreground);margin:0}.bc-footer__legal{display:flex;gap:1.5rem;font-size:.75rem;color:var(--muted-foreground)}.bc-footer__legal-link:hover{color:var(--foreground)}.bc-404{min-height:60vh;display:flex;align-items:center;justify-content:center;padding:4rem 1.5rem;text-align:center}.bc-404__code{font-size:6rem;margin-bottom:1rem}.bc-404__text{color:var(--muted-foreground);margin-bottom:2rem}.bc-404__link{text-decoration:underline}.bc-breadcrumb{max-width:90rem;margin:0 auto;padding:1.5rem 1.5rem 0;font-size:.75rem;letter-spacing:.04em;color:var(--muted-foreground)}@media(min-width:768px){.bc-breadcrumb{padding:2rem 3rem 0}}.bc-breadcrumb a{color:var(--muted-foreground);text-decoration:none}.bc-breadcrumb a:hover{color:var(--foreground);text-decoration:underline}.bc-product{display:grid;grid-template-columns:1fr;gap:2.5rem;padding:1.5rem 1.5rem 4rem;max-width:90rem;margin:0 auto;align-items:start}@media(min-width:768px){.bc-product{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:3.5rem;padding:2rem 3rem 5rem}}.bc-product__media{display:flex;flex-direction:column;gap:.85rem}@media(min-width:768px){.bc-product__media{position:sticky;top:6.5rem;align-self:start}}.bc-product__main-image{aspect-ratio:4 / 5;max-height:72vh;overflow:hidden;border-radius:6px;background:var(--background);border:1px solid var(--border);cursor:zoom-in}.bc-product__main-image img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease}.bc-product__thumbs{display:flex;gap:.65rem;overflow-x:auto;padding-bottom:.25rem;scroll-snap-type:x proximity}.bc-product__thumb{flex:0 0 auto;width:64px;height:80px;border-radius:4px;overflow:hidden;border:1px solid var(--border);opacity:.55;scroll-snap-align:start;transition:opacity .25s ease,border-color .25s ease}.bc-product__thumb:hover,.bc-product__thumb.is-active{opacity:1;border-color:var(--accent)}.bc-product__thumb img{width:100%;height:100%;object-fit:cover}.bc-product__info{max-width:34rem}.bc-product__title{font-size:1.85rem;margin:.5rem 0 .85rem;line-height:1.2}@media(min-width:768px){.bc-product__title{font-size:2.25rem}}.bc-product__price{font-size:1.35rem;font-weight:300;margin-bottom:1.75rem}.bc-product__description{color:var(--muted-foreground);line-height:1.75;margin-bottom:2rem;font-size:.95rem}.bc-product__form{display:flex;flex-direction:column;gap:1rem;max-width:26rem}.bc-product__variant-select{padding:.85rem 1rem;border:1px solid var(--border);background:var(--background);border-radius:4px;font-size:.9rem}.bc-product__qty-row{display:flex;align-items:stretch;gap:.9rem}.bc-product__qty{display:flex;align-items:center;border:1px solid var(--border);border-radius:4px;overflow:hidden}.bc-product__qty-btn{width:2.6rem;background:transparent;border:none;cursor:pointer;font-size:1rem;color:var(--foreground);transition:background .2s ease}.bc-product__qty-btn:hover{background:var(--border)}.bc-product__qty-input{width:2.75rem;text-align:center;border:none;background:transparent;font-size:.95rem;-moz-appearance:textfield}.bc-product__qty-input::-webkit-outer-spin-button,.bc-product__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bc-product__add{flex:1}.bc-product__trust{display:flex;flex-direction:column;gap:.75rem;margin-top:2rem;padding-top:1.75rem;border-top:1px solid var(--border)}.bc-product__trust-item{display:flex;align-items:center;gap:.75rem;font-size:.82rem;color:var(--muted-foreground)}.bc-product__trust-item svg{width:18px;height:18px;flex-shrink:0;stroke:var(--accent)}.bc-page{padding:5rem 1.5rem}.bc-page__inner{max-width:48rem;margin:0 auto}.bc-page--narrow .bc-page__inner{max-width:28rem}.bc-page__title{font-size:2.5rem;margin-bottom:2rem}.bc-page__subtitle{font-size:1.5rem;margin:2.5rem 0 1rem}.bc-page__content{line-height:1.7;color:var(--muted-foreground)}.bc-page__content a{text-decoration:underline}.bc-form-label{display:block;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;margin:1rem 0 .5rem}.bc-form-input{width:100%;padding:.75rem;border:1px solid var(--border);background:var(--background)}.bc-blog-grid{display:grid;grid-template-columns:1fr;gap:3rem}@media(min-width:768px){.bc-blog-grid{grid-template-columns:repeat(3,1fr)}}.bc-blog-card__img-wrap{aspect-ratio:4/3;margin-bottom:1rem}.bc-blog-card__img-wrap img{width:100%;height:100%;object-fit:cover}.bc-blog-card__title{font-size:1.5rem;margin-bottom:.5rem}.bc-blog-card__excerpt{font-size:.875rem;color:var(--muted-foreground)}.bc-article__img{margin:2rem 0}.bc-article__img img{width:100%}.bc-orders-table{width:100%;border-collapse:collapse;margin-top:1rem}.bc-orders-table th,.bc-orders-table td{text-align:left;padding:.75rem;border-bottom:1px solid var(--border);font-size:.875rem}.bc-pagination{display:flex;gap:1rem;justify-content:center;margin-top:3rem;font-size:.875rem;flex-wrap:wrap}.bc-pagination__current{font-weight:500}.bc-pagination__link{color:var(--muted-foreground);text-decoration:none;padding:.4rem .7rem;border-radius:4px}.bc-pagination__link:hover{color:var(--foreground);background:var(--border)}.bc-pagination__link.is-current{color:var(--foreground);font-weight:600;background:var(--border)}.bc-collection__description{color:var(--muted-foreground);margin-top:1rem}.bc-cart-list--page{max-width:48rem;margin:0 auto 2rem}.bc-cart-page__qty-input{width:4rem;padding:.5rem;border:1px solid var(--border)}.bc-collection{max-width:90rem;margin:0 auto;padding:0 1.5rem 5rem}@media(min-width:768px){.bc-collection{padding:0 3rem 6rem}}.bc-collection__head{padding:1.5rem 0 2rem}.bc-collection__heading{font-size:2rem}@media(min-width:768px){.bc-collection__heading{font-size:2.5rem}}.bc-toolbar{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:1rem;padding:1rem 0;border-top:1px solid var(--border);border-bottom:1px solid var(--border);margin-bottom:2rem}.bc-toolbar__filters-btn{display:flex;align-items:center;gap:.5rem;background:transparent;border:1px solid var(--border);border-radius:4px;padding:.55rem 1rem;cursor:pointer;font-size:.8rem;letter-spacing:.04em;color:var(--foreground);transition:border-color .2s ease}.bc-toolbar__filters-btn:hover{border-color:var(--accent)}.bc-toolbar__filters-btn svg{width:16px;height:16px}.bc-toolbar__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 4px;background:var(--accent);color:var(--foreground);border-radius:999px;font-size:.65rem;font-weight:600}.bc-toolbar__count{font-size:.8rem;color:var(--muted-foreground);order:3;width:100%}@media(min-width:640px){.bc-toolbar__count{order:0;width:auto}}.bc-toolbar__sort{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--muted-foreground);margin-left:auto}.bc-toolbar__sort select{padding:.5rem .75rem;border:1px solid var(--border);border-radius:4px;background:var(--background);color:var(--foreground);font-size:.8rem}.bc-collection__layout{display:grid;grid-template-columns:1fr;gap:2.5rem;align-items:start}@media(min-width:1024px){.bc-collection__layout{grid-template-columns:260px 1fr}}.bc-filters{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:var(--background);padding:1.5rem;overflow-y:auto;transform:translate(-100%);transition:transform .3s ease}.bc-filters.is-active{transform:translate(0)}@media(min-width:1024px){.bc-filters{position:static;transform:none;padding:0;overflow:visible;background:transparent}}.bc-filters__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem}@media(min-width:1024px){.bc-filters__head{display:none}}.bc-filters__title{font-size:1.1rem;letter-spacing:.05em}.bc-filters__close{background:transparent;border:none;cursor:pointer;color:var(--foreground)}.bc-filters__close svg{width:18px;height:18px}.bc-filter-group{border-bottom:1px solid var(--border);padding:1rem 0}.bc-filter-group__toggle{width:100%;display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;cursor:pointer;font-size:.85rem;font-weight:500;letter-spacing:.03em;color:var(--foreground)}.bc-filter-group__toggle .nav-caret{width:10px;height:10px;transition:transform .25s ease}.bc-filter-group.is-open .bc-filter-group__toggle .nav-caret{transform:rotate(180deg)}.bc-filter-group__body{display:none;flex-direction:column;gap:.6rem;margin-top:.9rem}.bc-filter-group.is-open .bc-filter-group__body{display:flex}.bc-filter-option{display:flex;align-items:center;gap:.6rem;font-size:.82rem;color:var(--muted-foreground);cursor:pointer}.bc-filter-option input{accent-color:var(--accent);width:15px;height:15px}.bc-filter-option--disabled{opacity:.4;cursor:not-allowed}.bc-filter-price{display:flex;align-items:center;gap:.5rem}.bc-filter-price input{width:100%;padding:.5rem .6rem;border:1px solid var(--border);border-radius:4px;background:var(--background);font-size:.8rem;color:var(--foreground)}.bc-filters__apply{width:100%;margin-top:1.5rem}.bc-filters__reset{display:block;text-align:center;margin-top:.9rem;font-size:.78rem;color:var(--muted-foreground);text-decoration:underline}.bc-active-filters{display:flex;flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem}.bc-active-filter-chip{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .7rem;border:1px solid var(--border);border-radius:999px;font-size:.75rem;color:var(--foreground);text-decoration:none;transition:border-color .2s ease}.bc-active-filter-chip:hover{border-color:var(--accent)}.bc-active-filter-chip svg{width:11px;height:11px}.bc-collection__empty{padding:4rem 0;text-align:center;color:var(--muted-foreground)}.bc-collection__empty .bc-filters__reset{display:inline-block;margin-top:1rem}.bc-legal-h3{font-size:1.05rem;margin:1.75rem 0 .6rem;color:var(--foreground)}.bc-legal-note{font-size:.82rem;color:var(--muted-foreground);margin-top:1.25rem;font-style:italic}.bc-legal-cookie-btn{margin:.5rem 0 1.5rem}.bc-legal-table{width:100%;border-collapse:collapse;margin:1rem 0 1.5rem;font-size:.85rem}.bc-legal-table th,.bc-legal-table td{text-align:left;padding:.65rem .85rem;border-bottom:1px solid var(--border);vertical-align:top}.bc-legal-table thead th{font-size:.72rem;letter-spacing:.06em;text-transform:uppercase;color:var(--muted-foreground);border-bottom:2px solid var(--border)}.bc-legal-table tbody tr th{width:40%;font-weight:500;color:var(--muted-foreground)}.bc-page__content ul{padding-left:1.2rem;margin:.75rem 0 1.25rem;line-height:1.7}.bc-page__content ul li{margin-bottom:.4rem}.bc-cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:100;background:var(--background);border-top:1px solid var(--border);box-shadow:0 -8px 28px #1212121f;padding:1.5rem;transform:translateY(110%);transition:transform .4s ease}.bc-cookie-banner.is-active{transform:translateY(0)}.bc-cookie-banner__inner{max-width:74rem;margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;gap:1.25rem 2rem}.bc-cookie-banner__text{flex:1 1 320px;font-size:.85rem;line-height:1.6;color:var(--muted-foreground)}.bc-cookie-banner__text strong{color:var(--foreground)}.bc-cookie-banner__text a{color:var(--foreground);text-decoration:underline}.bc-cookie-banner__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.bc-cookie-btn{padding:.65rem 1.2rem;border-radius:4px;font-size:.78rem;letter-spacing:.03em;cursor:pointer;white-space:nowrap;transition:background .2s ease,color .2s ease,border-color .2s ease}.bc-cookie-btn--ghost{background:transparent;border:1px solid var(--border);color:var(--foreground)}.bc-cookie-btn--ghost:hover{border-color:var(--foreground)}.bc-cookie-btn--text{background:transparent;border:none;color:var(--muted-foreground);text-decoration:underline;padding:.65rem .25rem}.bc-cookie-btn--solid{background:var(--foreground);color:var(--background);border:1px solid var(--foreground)}.bc-cookie-btn--solid:hover{background:var(--accent);color:var(--foreground);border-color:var(--accent)}.bc-cookie-banner__settings{display:none;flex-direction:column;gap:.75rem;width:100%;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border)}.bc-cookie-banner__settings.is-open{display:flex}@media(min-width:768px){.bc-cookie-banner__settings{flex-direction:row;gap:2rem}}.bc-cookie-option{display:flex;align-items:flex-start;gap:.6rem;font-size:.8rem;flex:1}.bc-cookie-option input{margin-top:.2rem;accent-color:var(--accent);width:15px;height:15px;flex-shrink:0}.bc-cookie-option strong{display:block;color:var(--foreground);margin-bottom:.15rem}.bc-cookie-option span{color:var(--muted-foreground)}.bc-contact__intro{color:var(--muted-foreground);line-height:1.7;margin-bottom:2rem;max-width:34rem}.bc-contact__success{padding:.9rem 1.1rem;background:var(--muted);border:1px solid var(--border);border-radius:4px;margin-bottom:1.5rem;font-size:.88rem}.bc-contact__error{padding:.9rem 1.1rem;border:1px solid var(--accent);border-radius:4px;margin-bottom:1.5rem;font-size:.85rem}.bc-contact__error ul{margin:.4rem 0 0 1.1rem}.bc-contact__form{display:flex;flex-direction:column;gap:1.1rem;max-width:34rem;margin-bottom:3rem}.bc-contact__row{display:flex;flex-direction:column;gap:.4rem}.bc-contact__row label{font-size:.78rem;letter-spacing:.03em;color:var(--muted-foreground)}.bc-contact__row input,.bc-contact__row textarea{padding:.75rem .9rem;border:1px solid var(--border);border-radius:4px;background:var(--background);color:var(--foreground);font-size:.9rem;font-family:inherit;resize:vertical}.bc-contact__row input:focus,.bc-contact__row textarea:focus{outline:none;border-color:var(--accent)}.bc-contact__submit{align-self:flex-start}.bc-contact__details{border-top:1px solid var(--border);padding-top:1.5rem;font-size:.88rem;line-height:2;color:var(--muted-foreground)}.bc-contact__details a{color:var(--foreground)}.bc-cart-note{max-width:30rem;margin:1.5rem 0;display:flex;flex-direction:column;gap:.5rem}.bc-cart-note__label{font-size:.8rem;color:var(--muted-foreground)}.bc-cart-note__input{padding:.75rem .9rem;border:1px solid var(--border);border-radius:4px;background:var(--background);color:var(--foreground);font-size:.88rem;font-family:inherit;resize:vertical}.bc-cart-note__input:focus{outline:none;border-color:var(--accent)}.bc-payment-badges{display:flex;flex-wrap:wrap;gap:.6rem;margin:1.25rem 0}.bc-payment-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .75rem;border:1px solid var(--border);border-radius:999px;font-size:.72rem;color:var(--muted-foreground)}.bc-payment-badge svg{width:15px;height:15px;stroke:var(--accent)}.bc-payment-badges--compact{margin:0 0 1rem}.bc-payment-badges--compact .bc-payment-badge{font-size:.68rem;padding:.3rem .6rem}.bc-wishlist__intro{color:var(--muted-foreground);margin:.5rem 0 2rem;max-width:34rem}.bc-wishlist__empty{text-align:center;padding:4rem 0;color:var(--muted-foreground)}.bc-wishlist__heart{color:var(--accent);font-size:1.1rem}.bc-wishlist__cta{display:inline-block;margin-top:1.25rem}.bc-filter-swatches{display:flex;flex-wrap:wrap;gap:.6rem}.bc-filter-swatch{position:relative;cursor:pointer}.bc-filter-swatch input{position:absolute;opacity:0;width:1px;height:1px}.bc-filter-swatch__dot{display:block;width:26px;height:26px;border-radius:50%;border:1px solid var(--border);box-shadow:0 0 0 1px var(--background);transition:box-shadow .2s ease,transform .2s ease}.bc-filter-swatch:hover .bc-filter-swatch__dot{transform:scale(1.08)}.bc-filter-swatch.is-active .bc-filter-swatch__dot{box-shadow:0 0 0 2px var(--background),0 0 0 3px var(--accent)}.bc-filter-swatch.bc-filter-option--disabled{opacity:.35;cursor:not-allowed}.bc-about__pillars{display:grid;grid-template-columns:1fr;gap:1.75rem;margin:1.5rem 0 2.5rem}@media(min-width:768px){.bc-about__pillars{grid-template-columns:repeat(3,1fr)}}.bc-about__pillar{padding:1.5rem;border:1px solid var(--border);border-radius:6px}.bc-about__pillar svg{width:26px;height:26px;stroke:var(--accent);margin-bottom:.75rem}.bc-about__pillar h3{font-size:1rem;margin-bottom:.5rem}.bc-about__pillar p{font-size:.85rem;color:var(--muted-foreground);line-height:1.6;margin:0}
/*# sourceMappingURL=/cdn/shop/t/5/assets/theme.css.map */
