.fbt-wrapper{margin-top:28px;padding-top:20px;border-top:1px solid #eaeaea;width:100%;font-family:inherit;box-sizing:border-box}.fbt-title{font-size:16px;font-weight:700;margin:0 0 16px;color:#111;letter-spacing:-.01em}.fbt-items{display:flex;align-items:flex-start;flex-wrap:wrap;gap:12px;row-gap:18px}.fbt-item{display:flex;flex-direction:column;align-items:center;gap:6px;cursor:pointer;width:82px;text-align:center;-webkit-user-select:none;user-select:none;transition:transform .15s ease,opacity .2s ease}.fbt-thumb{position:relative;display:block;width:74px;height:74px;border-radius:8px;overflow:hidden;border:1.5px solid #eaeaea;background:#f8f8f8;transition:border-color .2s ease,transform .15s ease,box-shadow .2s ease}.fbt-item:hover .fbt-thumb{border-color:#f05822;transform:translateY(-2px);box-shadow:0 4px 10px #f0582226}.fbt-thumb img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .25s ease,filter .25s ease}.fbt-item.is-unchecked .fbt-thumb{border-color:#e2e2e2}.fbt-item.is-unchecked .fbt-thumb img{opacity:.35;filter:grayscale(50%)}.fbt-item.is-unchecked .fbt-item-title,.fbt-item.is-unchecked .fbt-item-price,.fbt-item.is-unchecked .fbt-item-badge{opacity:.45}.fbt-check{position:absolute;top:4px;right:4px;width:18px;height:18px;border-radius:50%;background:#f05822;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 3px #00000040;transition:all .2s ease}.fbt-check svg{width:11px;height:11px;display:block}.fbt-item.is-unchecked .fbt-check{background:#fffffff2;border:1.5px solid #bbb;box-shadow:0 1px 2px #0000001a}.fbt-item.is-unchecked .fbt-check svg{display:none}.fbt-item-title{font-size:11px;font-weight:500;line-height:1.3;color:#222;text-decoration:none;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;cursor:pointer;transition:color .15s ease;word-break:break-word}a.fbt-item-title:hover{color:#f05822;text-decoration:underline}.fbt-item-badge{font-size:9px;font-weight:600;color:#666;background:#f0f0f0;padding:1px 6px;border-radius:4px;margin-top:-2px}.fbt-select-wrapper{position:relative;width:100%}.fbt-size-select{font-size:11px;font-weight:600;padding:3px 6px;border-radius:5px;border:1px solid #d5d5d5;background:#fff;color:#222;width:100%;max-width:82px;cursor:pointer;text-align:center;transition:border-color .15s ease,box-shadow .15s ease}.fbt-size-select:focus{outline:none;border-color:#f05822;box-shadow:0 0 0 2px #f0582226}.fbt-item-price{font-size:12px;font-weight:700;color:#111;transition:opacity .2s ease}.fbt-plus{font-size:18px;font-weight:300;color:#aaa;align-self:flex-start;margin-top:26px}.fbt-loading-container{display:flex;align-items:center;gap:12px}.fbt-skeleton-item{width:74px;height:74px;border-radius:8px;background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%);background-size:200% 100%;animation:fbtShimmer 1.5s infinite}@keyframes fbtShimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fbt-shipping-card{width:100%;margin-top:16px;padding:10px 14px;background:#fff8ee;border:1px solid #FFE4C4;border-radius:8px;font-size:13px;color:#7a4100;transition:all .3s ease}.fbt-shipping--unlocked{background:#e8f8f0;border-color:#b5ead0;color:#0f5132}.fbt-shipping-header{margin-bottom:6px;font-size:12.5px}.fbt-shipping-track{width:100%;height:6px;background:#00000014;border-radius:999px;overflow:hidden}.fbt-shipping-fill{height:100%;background:#f05822;border-radius:999px;transition:width .4s cubic-bezier(.4,0,.2,1)}.fbt-shipping--unlocked .fbt-shipping-fill{background:#28a745}.fbt-footer{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:18px;flex-wrap:wrap}.fbt-total-wrap{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.fbt-total-label{font-size:13px;color:#666}.fbt-total-price{font-size:18px;font-weight:800;color:#f05822}.fbt-shipping-tag{display:inline-flex;align-items:center}.fbt-tag-free{font-size:11px;font-weight:600;color:#0f5132;background:#e8f8f0;border:1px solid #B5EAD0;padding:2px 8px;border-radius:999px}.fbt-tag-fee{font-size:11.5px;font-weight:500;color:#888}.fbt-add-btn{background:#f05822;color:#fff;border:none;border-radius:999px;padding:12px 24px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 12px #f0582240;transition:background .15s ease,transform .1s ease,box-shadow .15s ease,opacity .15s ease;display:inline-flex;align-items:center;justify-content:center;gap:8px}.fbt-add-btn:hover{background:#d84812;box-shadow:0 6px 16px #d848124d}.fbt-add-btn:active{transform:scale(.98)}.fbt-add-btn:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.fbt-error{color:#d82c0d;font-size:12.5px;width:100%;margin-top:6px}.fbt-btn-spinner{display:none;width:14px;height:14px;border:2px solid #fff;border-top-color:transparent;border-radius:50%;animation:fbtSpin .7s linear infinite}.fbt-add-btn.is-loading .fbt-btn-spinner{display:inline-block}@keyframes fbtSpin{to{transform:rotate(360deg)}}@media screen and (max-width:749px){.fbt-footer{flex-direction:column;align-items:stretch}.fbt-total-wrap{justify-content:center}.fbt-add-btn{width:100%;padding:13px 20px}.fbt-items{justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/frequently-bought-together.css.map */
