.frequently-bought-together{--fbt-border: rgba(var(--color-foreground), .08);--fbt-border-strong: rgba(var(--color-foreground), .16);--fbt-surface: rgba(var(--color-background), .96);--fbt-surface-muted: rgba(var(--color-foreground), .022);--fbt-shadow: 0 2rem 3.6rem -2.8rem rgba(var(--color-shadow), .26);--fbt-shadow-soft: 0 1.2rem 2.4rem -2rem rgba(var(--color-shadow), .18);display:block}.fbt__intro{display:grid;margin-bottom:var(--spacing-xl, 2.4rem);gap:.8rem}.fbt__eyebrow{margin:0;color:rgba(var(--color-foreground),.82);font-size:1.2rem;font-weight:700;letter-spacing:.16em;line-height:1.3;text-transform:uppercase}.fbt__heading{margin:0}.fbt__body{max-width:60rem;margin:0;color:rgba(var(--color-foreground),.82);line-height:1.55}.fbt__layout{display:grid;align-items:start;gap:clamp(2rem,3vw,3rem)}@media screen and (min-width:990px){.fbt__layout{grid-template-columns:minmax(0,1fr) minmax(27rem,31rem)}}.fbt__products{display:flex;margin:0;padding:0;flex-direction:column;gap:1.1rem;list-style:none}@media screen and (min-width:750px){.fbt__products{flex-direction:row;align-items:stretch;gap:1rem}}.fbt__product{display:flex;position:relative;flex:1 1 0;flex-direction:column;gap:.8rem;transition:opacity .2s ease,transform .2s ease}.fbt__product--unchecked{opacity:.82}.fbt__product-inner{display:flex;position:relative;width:100%;height:100%;padding:1.7rem;gap:1.4rem;background:linear-gradient(180deg,var(--fbt-surface) 0%,rgba(var(--color-foreground),.012) 100%);border:.1rem solid var(--fbt-border);border-radius:1.8rem;box-shadow:var(--fbt-shadow-soft);transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease,transform .2s ease;cursor:pointer}.fbt__product--selected .fbt__product-inner,.fbt__product--current .fbt__product-inner{background:linear-gradient(180deg,rgba(var(--color-background),.98),rgba(var(--color-button),.04));border-color:rgba(var(--color-button),.22);box-shadow:var(--fbt-shadow)}.fbt__product--unchecked .fbt__product-inner{background:linear-gradient(180deg,rgba(var(--color-background),.92),rgba(var(--color-foreground),.01));box-shadow:none}.fbt__product-inner:focus-visible{outline:.2rem solid rgba(var(--color-button),.32);outline-offset:.2rem}.fbt__product--current .fbt__product-inner{cursor:default}@media(hover:hover){.fbt__product-inner:hover{border-color:rgba(var(--color-foreground),.16);transform:translateY(-.1rem)}.fbt__product--current .fbt__product-inner:hover{transform:none}}@media screen and (min-width:750px){.fbt__product{padding-top:1.6rem}.fbt__product--current{padding-top:0}.fbt__product-inner{flex-direction:column;align-items:flex-start}}.fbt__separator{display:inline-flex;width:2.8rem;height:2.8rem;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.48);font-size:1.6rem;font-weight:700;line-height:1;background:rgb(var(--color-background));border:.1rem solid var(--fbt-border-strong);border-radius:999px;box-shadow:var(--fbt-shadow-soft);margin-inline:auto}@media screen and (min-width:750px){.fbt__separator{position:relative;z-index:1;margin-bottom:-2.2rem}}.fbt__checkbox{position:absolute;top:1.2rem;right:1.2rem;z-index:2;width:1.9rem;height:1.9rem;margin:0;cursor:pointer;accent-color:rgb(var(--color-button))}.fbt__checkbox:focus-visible{outline:.2rem solid rgba(var(--color-button),.32);outline-offset:.2rem}.fbt__product-image{width:8.8rem;height:8.8rem;overflow:hidden;flex-shrink:0;background:rgba(var(--color-foreground),.04);border-radius:1.4rem}@media screen and (min-width:750px){.fbt__product-image{width:100%;height:auto;aspect-ratio:1 / 1}}.fbt__image,.fbt__image--placeholder{width:100%;height:100%}.fbt__image{object-fit:cover}.fbt__product-info{display:flex;min-width:0;flex:1;flex-direction:column;gap:.55rem}.fbt__product-badge{display:inline-flex;width:fit-content;min-height:2.8rem;padding:.35rem .75rem;align-items:center;color:rgba(var(--color-button),.92);font-size:1.2rem;font-weight:700;letter-spacing:.08em;line-height:1.1;text-transform:uppercase;background:rgba(var(--color-button),.1);border-radius:999px}.fbt__product-title{margin:0;font-size:1.45rem;font-weight:600;line-height:1.42}.fbt__product-title-link{color:rgb(var(--color-foreground));text-decoration:none}.fbt__product-title-link:hover,.fbt__product-title-link:focus-visible{text-decoration:underline;text-underline-offset:.3rem}.fbt__product-price{color:rgb(var(--color-foreground));font-size:1.38rem;font-weight:700;line-height:1.2}.fbt__product--unchecked .fbt__product-price{color:rgba(var(--color-foreground),.82)}.fbt__health-badges{display:flex;margin-top:.2rem;flex-wrap:wrap;gap:.4rem}.fbt__health-badges .badge-dietary,.fbt__cert-badge{min-height:2.8rem;padding:.3rem .55rem;font-size:.75rem}.fbt__curation-badge{margin-top:.2rem}.fbt__curation-badge .curation-badge{min-height:2.8rem;padding:.3rem .55rem;gap:.2rem;font-size:.75rem}.fbt__quantity{display:inline-flex;width:fit-content;margin-top:auto;overflow:hidden;align-items:center;background:rgba(var(--color-background),.92);border:.1rem solid rgba(var(--color-foreground),.14);border-radius:999px}.fbt__quantity-btn{display:inline-flex;min-width:3.6rem;min-height:3.6rem;padding:0;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.82);font-size:1.4rem;font-weight:600;background:transparent;border:0;transition:background-color .2s ease,color .2s ease;cursor:pointer}@media(hover:hover){.fbt__quantity-btn:hover{background:rgba(var(--color-foreground),.05)}}.fbt__quantity-btn:focus-visible{outline:.2rem solid rgba(var(--color-button),.28);outline-offset:-.2rem}.fbt__quantity-input{width:3.2rem;min-height:3.6rem;padding:0;color:rgb(var(--color-foreground));font-size:1.2rem;font-weight:600;text-align:center;background:transparent;border:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;border-inline:.1rem solid rgba(var(--color-foreground),.12);font-variant-numeric:tabular-nums}.fbt__quantity-input::-webkit-inner-spin-button,.fbt__quantity-input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.fbt__product--unchecked .fbt__quantity{opacity:.45;pointer-events:none}.fbt__summary{display:grid;padding:2rem;gap:1.6rem;background:linear-gradient(180deg,rgba(var(--color-background),.98),rgba(var(--color-button),.04));border:.1rem solid var(--fbt-border);border-radius:2rem;box-shadow:var(--fbt-shadow)}@media screen and (min-width:990px){.fbt__summary{position:sticky;top:2rem}}.fbt__synergy{display:flex;padding:1.3rem;gap:1rem;background:rgba(var(--color-button),.07);border:.1rem solid rgba(var(--color-button),.18);border-radius:1.4rem}.fbt__synergy-icon{width:2rem;height:2rem;flex-shrink:0;color:rgb(var(--color-button))}.fbt__synergy-icon svg{width:100%;height:100%}.fbt__synergy-content{display:grid;gap:.25rem}.fbt__synergy-heading{color:rgb(var(--color-button));font-size:1.2rem;font-weight:700;letter-spacing:.08em;line-height:1.2;text-transform:uppercase}.fbt__synergy-text{color:rgba(var(--color-foreground),.82);font-size:1.22rem;line-height:1.55}.fbt__summary-meta{display:grid;gap:.45rem}.fbt__selection-count{color:rgba(var(--color-foreground),.8);font-size:1.2rem;font-weight:700;letter-spacing:.12em;line-height:1.2;text-transform:uppercase}.fbt__summary-note{margin:0;color:rgba(var(--color-foreground),.82);font-size:1.24rem;line-height:1.55}.fbt__total{display:grid;padding-top:.2rem;gap:.35rem;border-top:.1rem solid rgba(var(--color-foreground),.08)}.fbt__total-label{color:rgba(var(--color-foreground),.82);font-size:1.2rem;font-weight:600;letter-spacing:.06em;line-height:1.2;text-transform:uppercase}.fbt__total-price{color:rgb(var(--color-foreground));font-size:clamp(2rem,2.4vw,2.5rem);font-weight:700;line-height:1.08}.fbt__add-button{position:relative;width:100%;min-height:4.8rem}.fbt__add-button.loading{pointer-events:none}.fbt__add-button .spinner{width:2rem;height:2rem;animation:fbt-spin .8s linear infinite}.fbt__add-button .spinner__path{stroke:rgb(var(--color-button-text));stroke-dasharray:180;stroke-dashoffset:90;stroke-linecap:round}.fbt__status{margin:0;padding:1rem 1.2rem;font-size:1.2rem;line-height:1.5;border-radius:1.2rem}.fbt__status[data-state=error]{--fbt-error-rgb: 169 59 48;color:#7b2821;background:rgba(var(--fbt-error-rgb),.08);border:.1rem solid rgba(var(--fbt-error-rgb),.18)}@media screen and not (min-width:46.875rem){.fbt__summary{padding:1.8rem}.fbt__product-inner{padding:1.5rem}.fbt__product-title{font-size:1.38rem}}@keyframes fbt-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.fbt__product,.fbt__product-inner,.fbt__quantity-btn,.fbt__add-button .spinner{transition:none;animation:none}}
/*# sourceMappingURL=/cdn/shop/t/6/assets/section-frequently-bought-together.css.map */
