.fbt{border-top:1px solid rgba(var(--color-foreground),.08);padding-top:3.2rem}.fbt__heading{margin:0 0 2rem;color:rgb(var(--brand-ink, 58 46 48))}.fbt__layout{display:grid;grid-template-columns:1fr;gap:2rem}.fbt__list{list-style:none;margin:0;padding:0;border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;overflow:hidden}.fbt__item+.fbt__item{border-top:1px solid rgba(var(--color-foreground),.08)}.fbt__row{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 1.6rem;cursor:pointer;min-height:4.4rem;transition:background-color .2s ease}.fbt__item--current .fbt__row{cursor:default;background:rgb(var(--brand-rose, 196 139 159) / .06)}@media(hover:hover){.fbt__item:not(.fbt__item--current) .fbt__row:hover{background:rgba(var(--color-foreground),.025)}}.fbt__check{flex-shrink:0;width:2rem;height:2rem;margin:0;accent-color:rgb(var(--brand-rose-text, 163 78 102));cursor:inherit}.fbt__check:disabled{opacity:1}.fbt__thumb{flex-shrink:0;width:6.4rem;height:6.4rem;border-radius:.8rem;overflow:hidden;background:rgba(var(--color-foreground),.04);border:1px solid rgba(var(--color-foreground),.06)}.fbt__thumb img{width:100%;height:100%;object-fit:cover;display:block}.fbt__meta{display:flex;flex-direction:column;gap:.3rem;min-width:0}.fbt__tag{font-size:1.05rem;font-weight:700;letter-spacing:.1rem;text-transform:uppercase;color:rgb(var(--brand-rose-text, 163 78 102))}.fbt__title{font-size:1.4rem;line-height:1.35;color:rgb(var(--brand-ink, 58 46 48));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fbt__title--link{text-decoration:none}.fbt__title--link:hover{text-decoration:underline;text-underline-offset:.3rem}.fbt__price{font-size:1.4rem;font-weight:600;color:rgb(var(--brand-ink, 58 46 48))}.fbt__summary{border:1px solid rgba(var(--color-foreground),.1);border-radius:1.2rem;padding:2rem;display:flex;flex-direction:column;gap:.6rem;align-self:start}.fbt__total-label{margin:0;font-size:1.35rem;color:rgba(var(--color-foreground),.7)}.fbt__totals{margin:0;display:flex;align-items:baseline;gap:1rem;flex-wrap:wrap}.fbt__original{font-size:1.5rem;color:rgba(var(--color-foreground),.55)}.fbt__total{font-size:2.4rem;font-weight:700;color:rgb(var(--brand-ink, 58 46 48))}.fbt__save{margin:0;font-size:1.4rem;font-weight:600;color:rgb(var(--brand-rose-text, 163 78 102))}.fbt__hint{margin:0;font-size:1.35rem;color:rgba(var(--color-foreground),.7)}.fbt__button{margin-top:1rem;min-height:4.6rem}.fbt__button[aria-busy=true]{opacity:.7;cursor:progress}.fbt__note{margin:.4rem 0 0;font-size:1.2rem;color:rgba(var(--color-foreground),.6);text-align:center}.fbt__error{margin:.4rem 0 0;font-size:1.3rem;color:#b42828}@media screen and (min-width:990px){.fbt__layout{grid-template-columns:minmax(0,1.6fr) minmax(28rem,1fr);gap:3.2rem;align-items:start}.fbt__summary{position:sticky;top:10rem}}@media(prefers-reduced-motion:reduce){.fbt__row{transition:none}}.fbt--inline{border-top:none;padding-top:0;margin:2rem 0}.fbt--inline .fbt__heading{margin:0 0 1.2rem;font-size:1.7rem}.fbt--inline .fbt__row{padding:1.1rem 1.2rem;gap:1rem}.fbt--inline .fbt__thumb{width:5.2rem;height:5.2rem;border-radius:.6rem}.fbt--inline .fbt__title,.fbt--inline .fbt__price{font-size:1.3rem}.fbt__summary--inline{border:none;border-radius:0;padding:1.4rem .2rem 0;gap:.4rem}.fbt__summary--inline .fbt__totals{gap:.8rem}.fbt__summary--inline .fbt__total-label{font-size:1.35rem;color:rgba(var(--color-foreground),.75)}.fbt__summary--inline .fbt__total{font-size:1.9rem}.fbt__summary--inline .fbt__note{text-align:left;margin-top:.2rem}@media screen and (min-width:990px){.fbt--inline .fbt__summary{position:static}}.tiers{margin:2rem 0 1.6rem}.tiers__heading{display:flex;align-items:center;gap:1rem;margin:0 0 1.4rem}.tiers__rule{flex:1;height:1px;background:rgb(var(--brand-rose) / .45)}.tiers__heading-text{display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--brand-logo));white-space:nowrap}.tiers__heading-text svg{width:1.8rem;height:1.8rem}.tiers__list{border:0;margin:0;padding:0;display:grid;gap:1.2rem;min-width:0}.tier{position:relative;display:block;padding:1.4rem 1.6rem;border:1.5px solid rgba(var(--color-foreground),.12);border-radius:1.2rem;background:#fff;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.tier:hover{border-color:rgb(var(--brand-rose) / .7)}.tier.is-selected{border:2px solid rgb(var(--brand-logo));padding:calc(1.4rem - .5px) calc(1.6rem - .5px);background:rgb(var(--brand-rose) / .08);box-shadow:0 8px 22px rgb(var(--brand-logo) / .12)}.tier__radio{position:absolute;opacity:0;width:1px;height:1px}.tier:has(.tier__radio:focus-visible){outline:2px solid rgb(var(--brand-logo));outline-offset:3px}.tier__badge{position:absolute;top:-1.1rem;right:1.4rem;padding:.3rem 1rem;border-radius:99rem;background:rgb(var(--brand-rose));color:rgb(var(--brand-ink));font-size:1.05rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;line-height:1.5}.tier__badge--best{background:rgb(var(--brand-logo));color:#fff}.tier__head{display:flex;align-items:center;gap:1.2rem}.tier__dot{flex-shrink:0;width:2rem;height:2rem;border-radius:50%;border:1.5px solid rgba(var(--color-foreground),.35);background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.tier.is-selected .tier__dot{border-color:rgb(var(--brand-logo));box-shadow:inset 0 0 0 .4rem #fff,inset 0 0 0 1rem rgb(var(--brand-logo))}.tier__title{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem;font-family:var(--font-heading-family);font-size:1.7rem;line-height:1.25;color:rgb(var(--brand-ink))}.tier__sub{font-family:var(--font-body-family);font-size:1.25rem;color:rgb(var(--brand-rose-text));letter-spacing:.02em}.tier:not(.tier--multi) .tier__sub{color:rgba(var(--color-foreground),.6)}.tier__price{display:flex;flex-direction:column;align-items:flex-end;text-align:right;white-space:nowrap}.tier__price strong{font-size:1.8rem;font-weight:700;color:rgb(var(--brand-ink))}.tier__price s{font-size:1.3rem;color:rgba(var(--color-foreground),.5)}.tier__items{display:grid;grid-template-columns:repeat(var(--cols, 3),minmax(0,1fr));gap:.8rem;margin-top:1.2rem;padding:1rem;border-radius:.9rem;background:#fff;border:1px solid rgb(var(--brand-rose) / .3)}.tier__item{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;gap:.4rem;min-width:0}.tier__plus{position:absolute;left:-.8rem;top:2.2rem;transform:translate(-50%);width:1.8rem;height:1.8rem;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:rgb(var(--brand-rose));color:#fff;font-size:1.3rem;font-weight:700;line-height:1;z-index:1}.tier__thumb{width:100%;max-width:6.4rem;aspect-ratio:1;border-radius:.6rem;overflow:hidden;background:rgba(var(--color-foreground),.04)}.tier__thumb img{width:100%;height:100%;object-fit:cover;display:block}.tier__name{font-size:1.15rem;line-height:1.3;color:rgb(var(--brand-ink));display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-decoration:none}.tier__name--link:hover{text-decoration:underline;text-underline-offset:.25rem}.tier__tag{font-size:1.1rem;font-weight:600;color:rgba(var(--color-foreground),.6)}.tiers__note{margin:1rem 0 0;font-size:1.2rem;color:rgba(var(--color-foreground),.6);text-align:center}.tiers__error{margin:.6rem 0 0;font-size:1.3rem;color:#b42828}@media screen and (max-width:420px){.tier{padding:1.2rem}.tier.is-selected{padding:calc(1.2rem - .5px)}.tier__title{font-size:1.55rem}.tier__price strong{font-size:1.6rem}.tier__items{gap:.6rem;padding:.8rem}.tier__name{font-size:1.05rem}}@media(prefers-reduced-motion:reduce){.tier,.tier__dot{transition:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/section-frequently-bought-together.css.map */
