:root{--fbt-accent: #f0a500;--fbt-accent-hover: #d4900a;--fbt-text: #0f172a;--fbt-muted: #64748b;--fbt-border: #e2e8f0;--fbt-surface: #f8fafc;--fbt-white: #ffffff;--fbt-radius: 14px;--fbt-radius-sm: 8px;--fbt-shadow: 0 2px 16px rgba(0,0,0,.07);--fbt-shadow-hover: 0 6px 28px rgba(0,0,0,.12);--fbt-transition: .22s cubic-bezier(.4,0,.2,1)}.fbt-section{margin:40px 0}.fbt-heading{display:flex;align-items:center;gap:10px;font-size:48px;font-weight:600;color:var(--fbt-text);margin:0 0 24px;letter-spacing:-.01em}.fbt-heading__icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:linear-gradient(135deg,#fef3c7,#fde68a);border-radius:8px;color:#92400e;flex-shrink:0}.fbt-container{display:flex;align-items:stretch;gap:0;flex-wrap:wrap;row-gap:20px}.fbt-item{display:flex;flex-direction:column;align-items:center;gap:12px;position:relative;min-width:0;flex:0 0 auto;width:220px;border:1px solid #f0f0f0;padding:20px;border-radius:12px}.fbt-item__checkbox{position:absolute;top:8px;left:8px;z-index:2;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;background:#1d4ed8;border:2px solid #1d4ed8;transition:all var(--fbt-transition);box-shadow:0 1px 4px #0000001f}.fbt-item__checkbox--toggle{cursor:pointer}.fbt-item__checkbox--toggle:not(.fbt-item__checkbox--on){background:var(--fbt-white);border-color:var(--fbt-border)}.fbt-item__checkbox--toggle:not(.fbt-item__checkbox--on) svg polyline{stroke:transparent}.fbt-loading{display:flex;align-items:center;gap:10px;padding:20px 0;color:var(--fbt-muted);font-size:.85rem}.fbt-loading__spinner,.fbt-spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--fbt-border);border-top-color:#1d4ed8;border-radius:50%;animation:fbt-spin .7s linear infinite;flex-shrink:0}@keyframes fbt-spin{to{transform:rotate(360deg)}}.fbt-item__image-wrap{display:block;width:180px;height:180px;border-radius:10px;overflow:hidden;border:1.5px solid var(--fbt-border);background:var(--fbt-surface);transition:box-shadow var(--fbt-transition),transform var(--fbt-transition);position:relative;text-decoration:none}.fbt-item__image-wrap:hover{box-shadow:var(--fbt-shadow-hover);transform:translateY(-2px)}.fbt-item__image{width:100%;height:100%;object-fit:contain;padding:8px}.fbt-item__image--placeholder{display:flex;align-items:center;justify-content:center;padding:16px;color:var(--fbt-muted)}.fbt-item__badge{position:absolute;bottom:0;left:0;right:0;background:#8f4899;color:#fff;font-size:1.2rem;font-weight:700;text-align:center;padding:7px 0 2px;letter-spacing:.04em;text-transform:uppercase}.fbt-item__info{text-align:center;padding:0 4px;width:100%}.fbt-item__label{font-size:1.5rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--fbt-muted);margin:0 0 4px}.fbt-item__title{font-size:1.6rem;font-weight:600;color:var(--fbt-text);margin:0 0 6px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.fbt-item__price{font-size:1.6rem;font-weight:700;color:#8f4899;margin:0}.fbt-separator{display:flex;align-items:center;justify-content:center;width:36px;flex-shrink:0;align-self:center}.fbt-separator__plus{display:flex;align-items:center;justify-content:center;width:28px;height:28px;font-size:2.5rem;font-weight:700;color:var(--fbt-muted)}.fbt-cta-row{display:flex;align-items:center;gap:20px;margin-top:24px;padding-top:20px;border-top:1px solid var(--fbt-border);flex-wrap:wrap}.fbt-total{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.fbt-total__label{font-size:1.8rem;color:var(--fbt-muted);font-weight:500}.fbt-total__price{font-size:2rem;font-weight:800;color:var(--fbt-text);transition:all var(--fbt-transition)}.fbt-total__savings{font-size:1.4rem;color:#16a34a;font-weight:600;background:#dcfce7;padding:2px 8px;border-radius:20px}.fbt-btn{display:inline-flex;align-items:center;gap:8px;border:1px solid #00a7e1;background:#00a7e1;color:#fff;font-size:1.4rem;font-weight:700;padding:12px 24px;border-radius:40px;cursor:pointer;transition:background var(--fbt-transition),transform var(--fbt-transition),box-shadow var(--fbt-transition);letter-spacing:-.01em;white-space:nowrap}.fbt-btn:hover{background:#fff;border:1px solid #00a7e1;color:#00a7e1;transform:translateY(-1px)}.fbt-btn:active{transform:translateY(0)}.fbt-btn:disabled{opacity:.55;cursor:not-allowed;transform:none}.fbt-note{font-size:1.4rem;color:var(--fbt-muted);margin:15px 0 0;text-align:left}section.fbt-section.container.max-w-page{margin:0 auto}.fbt-section .fbt-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center}.fbt-section #fbt-container{width:100%;display:flex;justify-content:center}.fbt-section .fbt-cta-row{justify-content:center}.fbt-section #fbt-container>*{margin:0 auto}@media(max-width:480px){section.fbt-section.container.max-w-page{margin:0 auto}.fbt-section .fbt-wrapper{display:flex;flex-direction:column;align-items:center;text-align:center}.template .fbt-section #fbt-container{width:100%;display:flex;justify-content:unset}.fbt-section .fbt-cta-row{justify-content:center}.fbt-section #fbt-container>*{margin:0 auto}}@media(max-width:1360px){.fbt-item{width:200px}}@media(max-width:1199px){.fbt-container{gap:0;justify-content:flex-start;overflow-x:auto;flex-wrap:nowrap;padding-bottom:8px;-webkit-overflow-scrolling:touch}}@media(max-width:991px){.fbt-item__image-wrap{width:130px;height:130px}.fbt-checkbox__custom{width:20px;height:20px}}@media(max-width:640px){.fbt-wrapper{padding:20px 16px 18px}.fbt-heading{font-size:1.8rem;line-height:1.4}.fbt-item{width:130px;padding:20px 10px 10px}.fbt-item__image-wrap{width:110px;height:110px}.fbt-cta-row{flex-direction:column;align-items:flex-start;gap:12px;margin-top:14px;padding-top:10px}.fbt-btn{width:100%;justify-content:center}.fbt-item__badge{font-size:.9rem}.fbt-item__label,.fbt-item__title,.fbt-item__price{font-size:1rem}.fbt-separator{width:30px}.fbt-separator__plus{font-size:2.2rem}.fbt-total__label{font-size:1.4rem}.fbt-total__price{font-size:1.6rem}.fbt-note{font-size:1.2rem;margin:10px 0 0}}
/*# sourceMappingURL=/cdn/shop/t/11/assets/frequently-bought-together.css.map */
