.frequently-bought-together{--fbt-text: #061923;--fbt-primary: #653e2c;--fbt-primary-hover: #997352;--fbt-primary-light: #a88061;--fbt-cream: #f5ebe3;--fbt-surface: #f7f7f7;--fbt-white: #ffffff;--fbt-check: #57c5d6;--fbt-error: #b3261e;--fbt-radius-card: 16px;--fbt-radius-button: 28px;--fbt-shadow: 0 4px 24px rgba(6, 25, 35, .06);--fbt-font: "Host Grotesk", var(--font-body-family), system-ui, -apple-system, sans-serif;background:var(--fbt-surface);color:var(--fbt-text);font-family:var(--fbt-font);padding:var(--fbt-padding-top, 48px) 0 var(--fbt-padding-bottom, 48px)}.frequently-bought-together *,.frequently-bought-together *:before,.frequently-bought-together *:after{box-sizing:border-box}.frequently-bought-together__inner{width:min(1240px,calc(100% - 48px));margin:0 auto}.frequently-bought-together__heading{margin:0 0 36px;color:var(--fbt-primary);font-size:clamp(22px,3vw,30px);font-weight:500;letter-spacing:0;line-height:1.2}.frequently-bought-together__layout{display:flex;align-items:stretch;gap:40px}.frequently-bought-together__cards{display:flex;flex:1 1 auto;min-width:0;align-items:stretch;gap:0}.frequently-bought-together__card{position:relative;flex:1 1 0;min-width:0;overflow:hidden;border:2px solid transparent;border-radius:var(--fbt-radius-card);background:var(--fbt-cream);transition:box-shadow .25s ease,transform .25s ease,opacity .25s ease}.frequently-bought-together__card:hover{box-shadow:var(--fbt-shadow);transform:translateY(-2px)}.frequently-bought-together__card-label{display:block;height:100%;color:inherit;cursor:pointer}.frequently-bought-together__checkbox{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.frequently-bought-together__checkbox:focus-visible+.frequently-bought-together__media{outline:2px solid var(--fbt-check);outline-offset:-2px}.frequently-bought-together__media{position:relative;display:block;overflow:hidden;aspect-ratio:1 / .82}.frequently-bought-together__media img,.frequently-bought-together__placeholder{display:block;width:100%;height:100%;object-fit:cover}.frequently-bought-together__badge{position:absolute;z-index:2;top:14px;left:14px;display:flex;width:54px;height:54px;align-items:center;justify-content:center;border-radius:50%;background:#653e2cd9;color:var(--fbt-white);font-size:11px;font-weight:700;letter-spacing:.3px;line-height:1.1;text-align:center}.frequently-bought-together__check{position:absolute;z-index:2;top:14px;right:14px;display:flex;width:28px;height:28px;align-items:center;justify-content:center;border:2px solid var(--fbt-check);border-radius:8px;background:var(--fbt-check);transition:background .2s ease,border-color .2s ease}.frequently-bought-together__check svg{width:16px;height:16px;stroke:var(--fbt-white)}.frequently-bought-together__body{display:block;padding:22px 22px 26px;text-align:center}.frequently-bought-together__title{display:block;margin-bottom:10px;color:var(--fbt-text);font-size:19px;font-weight:500;line-height:1.25}.frequently-bought-together__description{display:block;max-width:240px;margin:0 auto 16px;color:var(--fbt-primary-hover);font-size:13.5px;line-height:1.5}.frequently-bought-together__price{display:block;color:var(--fbt-primary-light);font-size:16px;font-weight:500;line-height:1.3}.frequently-bought-together__compare{margin-left:6px;color:var(--fbt-primary-light);font-size:14px;opacity:.55}.frequently-bought-together__plus{display:flex;flex:0 0 48px;align-items:center;justify-content:center;color:var(--fbt-primary-light);font-size:26px;font-weight:300;-webkit-user-select:none;user-select:none}.frequently-bought-together__summary{display:flex;flex:0 0 240px;flex-direction:column;align-items:flex-start;justify-content:center;gap:18px}.frequently-bought-together__total{width:100%;color:var(--fbt-text);font-size:16px}.frequently-bought-together__total-label{display:block;margin-bottom:4px;color:var(--fbt-primary-hover);font-size:14px}.frequently-bought-together__total-value{display:block;color:var(--fbt-primary);font-size:32px;font-weight:700;line-height:1}.frequently-bought-together__button{position:relative;min-width:200px;padding:16px 30px;border:0;border-radius:var(--fbt-radius-button);-webkit-appearance:none;appearance:none;background:var(--fbt-primary);color:var(--fbt-white);cursor:pointer;font-family:inherit;font-size:15px;font-weight:600;letter-spacing:.4px;line-height:1.2;text-align:center;text-transform:uppercase;transition:background .2s ease,opacity .2s ease}.frequently-bought-together__button:hover:not(:disabled){background:var(--fbt-primary-hover)}.frequently-bought-together__button:disabled{background:var(--fbt-primary-light);cursor:not-allowed;opacity:.5}.frequently-bought-together__button.is-loading{color:transparent;pointer-events:none}.frequently-bought-together__button.is-loading:after{position:absolute;top:50%;left:50%;width:18px;height:18px;margin:-9px 0 0 -9px;border:2px solid rgba(255,255,255,.4);border-top-color:var(--fbt-white);border-radius:50%;animation:fbt-spin .7s linear infinite;content:""}.frequently-bought-together__message{margin:0;color:var(--fbt-error);font-size:13px;line-height:1.4}.frequently-bought-together__empty{margin:0;color:var(--fbt-primary-hover);font-size:15px}.frequently-bought-together__card.is-unselected{opacity:.55}.frequently-bought-together__card.is-unselected .frequently-bought-together__media img{filter:grayscale(.4)}.frequently-bought-together__card.is-unselected .frequently-bought-together__check{border-color:var(--fbt-primary-light);background:transparent}.frequently-bought-together__card.is-unselected .frequently-bought-together__check svg{opacity:0}.frequently-bought-together__card.is-soldout{cursor:not-allowed;opacity:.7}.frequently-bought-together__card.is-soldout:hover{box-shadow:none;transform:none}.frequently-bought-together__card.is-soldout .frequently-bought-together__card-label{cursor:not-allowed}.frequently-bought-together__card.is-soldout .frequently-bought-together__check{display:none}.frequently-bought-together__soldout-label{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#06192373;color:var(--fbt-white);font-size:15px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}@keyframes fbt-spin{to{transform:rotate(360deg)}}@media screen and (max-width:980px){.frequently-bought-together__layout{flex-direction:column;gap:28px}.frequently-bought-together__summary{flex:1 1 auto;flex-direction:row;align-items:center;justify-content:space-between;width:100%;padding:20px 24px;border-radius:var(--fbt-radius-card);background:var(--fbt-white);box-shadow:var(--fbt-shadow)}.frequently-bought-together__button{min-width:0}}@media screen and (max-width:680px){.frequently-bought-together__inner{width:100%;padding:0 16px}.frequently-bought-together__cards{gap:12px;margin:0 -16px;padding:4px 16px 12px;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch}.frequently-bought-together__card{flex:0 0 78%;scroll-snap-align:center}.frequently-bought-together__plus{flex:0 0 20px;font-size:20px}.frequently-bought-together__summary{flex-direction:column;align-items:stretch;gap:14px;text-align:center}.frequently-bought-together__button{width:100%;padding:16px}}.frequently-bought-together__price-row{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap}.frequently-bought-together__total-was{color:var(--fbt-primary-light, #a88061);font-size:17px;opacity:.7}.frequently-bought-together__total-was[hidden]{display:none}.frequently-bought-together__save{margin-right:8px;display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:8px 16px;background:var(--fbt-cream, #f5ebe3);border:1.5px solid var(--fbt-primary-light, #a88061);border-radius:999px;color:var(--fbt-primary, #653e2c);font-size:14px;font-weight:700;letter-spacing:.3px}.frequently-bought-together__save[hidden]{display:none}.frequently-bought-together__save-check{display:inline-flex;width:18px;height:18px;flex:0 0 18px;align-items:center;justify-content:center;background:var(--fbt-primary, #653e2c);border-radius:50%}.frequently-bought-together__save-check svg{width:11px;height:11px;stroke:#fff}.frequently-bought-together__main-flag{position:absolute;top:14px;left:14px;z-index:2;padding:6px 12px;background:var(--fbt-primary, #653e2c);border-radius:999px;color:#fff;font-size:11px;font-weight:700;letter-spacing:.4px;text-transform:uppercase}.frequently-bought-together__card.is-main .frequently-bought-together__check{display:none}.frequently-bought-together__card.is-main .frequently-bought-together__card-label{cursor:default}.frequently-bought-together__learn{display:inline-block;margin-top:7px;align-self:flex-start;font-size:12.5px;font-weight:500;color:#997352;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.frequently-bought-together__learn:hover{color:#653e2c}.fbt-quickview{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px}.fbt-quickview[hidden]{display:none}.fbt-quickview__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#06192473;cursor:pointer}.fbt-quickview__dialog{position:relative;background:#fff;border-radius:20px;max-width:520px;width:100%;max-height:86vh;overflow:auto;padding:26px 26px 28px;box-shadow:0 24px 70px -30px #1e12088c}.fbt-quickview__close{position:absolute;top:14px;right:14px;width:36px;height:36px;border:0;border-radius:50%;background:#f3e9df;color:#653e2c;font-size:22px;line-height:1;cursor:pointer;transition:background .15s ease}.fbt-quickview__close:hover{background:#ecd9c6}.fbt-quickview__img{width:100%;height:260px;object-fit:cover;border-radius:14px;background:#f7efe9;display:block}.fbt-quickview__title{margin:18px 0 6px;font-size:20px;font-weight:600;color:#061923}.fbt-quickview__price{margin:0 0 12px;font-size:17px;font-weight:600;color:#653e2c}.fbt-quickview__price s{margin-left:8px;color:#8a8178;font-weight:400}.fbt-quickview__desc{margin:0 0 16px;font-size:14.5px;line-height:1.6;color:#061924bf}.fbt-quickview__link{color:#653e2c;font-weight:500;font-size:14px;text-decoration:underline;text-underline-offset:2px}@media(max-width:600px){.fbt-quickview{padding:12px;align-items:flex-end}.fbt-quickview__dialog{max-height:80vh;border-radius:18px 18px 0 0}.fbt-quickview__img{height:200px}}.frequently-bought-together__recap{list-style:none;margin:0 0 14px;padding:0;width:100%}.frequently-bought-together__recap li{display:flex;justify-content:space-between;align-items:baseline;gap:16px;padding:7px 0;border-bottom:1px solid #f0e8df;font-size:13.5px;line-height:1.4}.frequently-bought-together__recap-name{color:#5d5148}.frequently-bought-together__recap-price{color:#653e2c;font-weight:500;white-space:nowrap;font-variant-numeric:tabular-nums}.frequently-bought-together__variant-slot{display:contents}.frequently-bought-together__variant-slot[hidden]{display:none}.frequently-bought-together__shipping{display:inline-flex;align-items:center;gap:7px;margin-top:12px;padding:8px 16px;border:1.5px dashed var(--fbt-primary-light, #a88061);border-radius:999px;color:var(--fbt-primary-hover, #55321f);font-size:14px;font-weight:600;letter-spacing:.3px}.frequently-bought-together__shipping[hidden]{display:none}.frequently-bought-together__shipping.is-active{background:var(--fbt-primary, #653e2c);border-style:solid;border-color:var(--fbt-primary, #653e2c);color:#fff;font-weight:700}.frequently-bought-together__shipping-icon{display:inline-flex;width:18px;height:18px;flex:0 0 18px;align-items:center;justify-content:center}.frequently-bought-together__shipping-icon svg{width:18px;height:18px}
/*# sourceMappingURL=/cdn/shop/t/2/assets/frequently-bought-together.css.map */
