.section-bah-product{padding-top:clamp(24px,3vw,48px);padding-bottom:clamp(48px,6vw,96px);background:rgb(var(--color-background))}.bah-breadcrumbs{display:flex;gap:.5rem;font-size:.8125rem;color:var(--bah-muted);margin-bottom:clamp(20px,3vw,40px);flex-wrap:wrap}.bah-breadcrumbs a{color:var(--bah-muted);text-decoration:none;transition:color .2s ease}.bah-breadcrumbs a:hover,.bah-breadcrumbs__current{color:var(--bah-ink)}.bah-product-grid{display:grid;grid-template-columns:1fr;gap:clamp(24px,4vw,64px)}@media(min-width:990px){.bah-product-grid{grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);align-items:start}}.bah-product-gallery{display:flex;flex-direction:column;gap:1rem}.bah-product-gallery__main{position:relative;overflow:hidden;border-radius:16px;background:var(--bah-stone);aspect-ratio:1}.bah-product-gallery__slide{position:absolute;top:0;right:0;bottom:0;left:0;opacity:0;transition:opacity .3s ease;pointer-events:none}.bah-product-gallery__slide.is-active{opacity:1;pointer-events:auto}.bah-product-gallery__slide img,.bah-product-gallery__slide video,.bah-product-gallery__slide iframe{width:100%;height:100%;object-fit:cover;display:block}.bah-product-gallery__thumbs{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.bah-product-gallery__thumbs::-webkit-scrollbar{display:none}.bah-product-gallery__thumb{flex:0 0 80px;height:80px;border-radius:12px;overflow:hidden;border:1px solid transparent;padding:0;cursor:pointer;background:var(--bah-stone);transition:border-color .2s ease}.bah-product-gallery__thumb img{width:100%;height:100%;object-fit:cover;display:block}.bah-product-gallery__thumb.is-active{border-color:var(--bah-ink)}.bah-product-info{position:sticky;top:96px;display:flex;flex-direction:column;gap:1.25rem}@media(max-width:989px){.bah-product-info{position:static}}.bah-product-info .bah-eyebrow{font-size:var(--bah-prod-type-size, 13px);letter-spacing:.18em}.bah-product-title{font-family:var(--font-heading-family);font-size:var(--bah-prod-title-size, 48px);line-height:1.08;margin:0;color:rgb(var(--color-foreground));letter-spacing:-.015em}.bah-product-price{display:flex;align-items:center;gap:.75rem;font-size:var(--bah-prod-price-size, 26px)}.bah-product-price__now{font-weight:500;color:rgb(var(--color-foreground))}.bah-product-price__was{color:var(--bah-muted);text-decoration:line-through;font-size:.75em}.bah-product-short{color:var(--bah-muted);line-height:1.6;font-size:var(--bah-prod-desc-size, 17px)}.bah-product-form{display:contents}.bah-product-options{display:flex;flex-direction:column;gap:1.25rem}.bah-product-option{border:0;padding:0;margin:0}.bah-product-option__label{font-size:var(--bah-prod-option-label-size, 15px);margin-bottom:.65rem;color:var(--bah-muted)}.bah-product-option__selected{color:var(--bah-ink);font-weight:500;margin-left:.25rem}.bah-product-option__values{display:flex;gap:.5rem;flex-wrap:wrap}.bah-product-option__chip{position:relative;cursor:pointer}.bah-product-option__chip input{position:absolute;opacity:0;pointer-events:none}.bah-product-option__chip span{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.6rem 1.3rem;border-radius:999px;border:1px solid rgba(38,34,30,.2);font-size:var(--bah-prod-chip-size, 15px);color:var(--bah-ink);background:transparent;transition:background .2s ease,border-color .2s ease,color .2s ease}.bah-product-option__chip input:checked+span{background:var(--bah-ink);color:var(--bah-cream);border-color:var(--bah-ink)}.bah-product-option__chip input:disabled+span{opacity:.35;text-decoration:line-through;cursor:not-allowed}.bah-product-buy{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.bah-quantity{display:inline-flex;align-items:center;border:1px solid rgba(38,34,30,.2);border-radius:999px;height:56px;padding:0 .35rem}.bah-quantity__btn{background:transparent;border:0;width:40px;height:40px;font-size:1.125rem;cursor:pointer;color:var(--bah-ink);border-radius:999px;display:inline-flex;align-items:center;justify-content:center}.bah-quantity__btn:hover{background:var(--bah-cream-soft)}.bah-quantity__input{background:transparent;border:0;width:42px;text-align:center;font-size:.95rem;color:var(--bah-ink);-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.bah-quantity__input::-webkit-outer-spin-button,.bah-quantity__input::-webkit-inner-spin-button{-webkit-appearance:none;appearance:none;margin:0}.bah-add-to-cart{flex:1 1 auto;background:var(--bah-ink);color:var(--bah-cream);border:0;border-radius:999px;height:60px;padding:0 2rem;font-size:var(--bah-prod-cta-size, 16px);font-weight:500;letter-spacing:.02em;cursor:pointer;transition:background .2s ease,transform .2s ease;min-width:240px}.bah-add-to-cart:hover:not(:disabled){background:#0f0d0b;transform:translateY(-1px)}.bah-add-to-cart:disabled{opacity:.45;cursor:not-allowed}.bah-add-to-cart.is-loading{opacity:.7;cursor:progress}.shopify-payment-button{margin-top:.5rem}.shopify-payment-button .shopify-payment-button__button{border-radius:999px!important}.bah-product-meta{display:flex;gap:1rem;margin-top:.5rem}.bah-product-meta__btn{display:inline-flex;gap:.5rem;align-items:center;background:transparent;border:0;padding:.4rem 0;color:var(--bah-muted);font-size:var(--bah-prod-meta-size, 15px);cursor:pointer;transition:color .2s ease}.bah-product-meta__btn:hover{color:var(--bah-ink)}.bah-product-meta__btn.is-active{color:#b23a3a}.bah-product-tabs{margin-top:1.5rem;border-top:1px solid rgba(38,34,30,.12);padding-top:1.5rem}.bah-product-tabs__head{display:flex;gap:.5rem;flex-wrap:wrap;margin-bottom:1.25rem}.bah-product-tab{background:transparent;border:0;padding:.75rem 0;margin-right:1.5rem;cursor:pointer;font-size:var(--bah-prod-tab-size, 14px);letter-spacing:.06em;text-transform:uppercase;color:var(--bah-muted);border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.bah-product-tab.is-active{color:var(--bah-ink);border-bottom-color:var(--bah-ink)}.bah-product-tab-panel{display:none;color:#26221ee0;line-height:1.7;font-size:var(--bah-prod-tab-body-size, 16px)}.bah-product-tab-panel.is-active{display:block}.bah-product-tab-panel p{margin:0 0 1rem}.bah-product-tab-panel ul,.bah-product-tab-panel ol{padding-left:1.25rem}.bah-muted-text{color:var(--bah-muted)}
/*# sourceMappingURL=/cdn/shop/t/7/assets/section-bah-product.css.map */
