.frequently-bought-together{margin:3rem 0;padding:0;background:transparent;position:relative}.fbt-header{text-align:left;margin-bottom:2rem}.fbt-heading{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin:0;letter-spacing:-.02em}.fbt-savings{margin-top:.5rem}.fbt-savings-text{background:#e8f5e8;color:#2e7d32;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;display:inline-block}.fbt-container{display:flex;flex-direction:row;gap:2rem;align-items:flex-start}.fbt-products{display:flex;gap:1rem;flex:1;margin-bottom:0}.fbt-product-item{background:#f8f8f8;border-radius:8px;padding:20px;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease;position:relative;width:280px;flex-shrink:0;border:1px solid #f0f0f0}.fbt-product-item:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.fbt-product-checkbox{position:absolute;top:12px;right:12px;z-index:2}.fbt-checkbox{display:none}.fbt-checkbox-label{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none}.fbt-checkbox-custom{width:24px;height:24px;border:2px solid #e0e0e0;border-radius:0;background:#fff;position:relative;transition:all .2s ease;box-shadow:none}.fbt-checkbox:checked+.fbt-checkbox-label .fbt-checkbox-custom{background:#007bff;border:none}.fbt-checkbox:checked+.fbt-checkbox-label .fbt-checkbox-custom:after{content:"";position:absolute;left:8px;top:3px;width:7px;height:14px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.fbt-checkbox:disabled+.fbt-checkbox-label .fbt-checkbox-custom{background:#f0f0f0;border:2px solid #ccc;cursor:not-allowed}.fbt-checkbox:disabled+.fbt-checkbox-label .fbt-checkbox-custom:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:10px;border:solid #999;border-width:0 2px 2px 0;transform:rotate(45deg)}.fbt-product-content{display:flex;flex-direction:column;padding:0}.fbt-product-image{text-align:center;margin-bottom:12px}.fbt-product-link{display:block;text-decoration:none}.fbt-product-img{width:100%;height:200px;object-fit:cover;border-radius:8px;transition:transform .2s ease}.fbt-product-img:hover{transform:scale(1.02)}.fbt-product-placeholder{width:100%;height:200px;background:#f0f0f0;border-radius:8px;display:flex;align-items:center;justify-content:center}.fbt-placeholder-icon{width:48px;height:48px;fill:#ccc}.fbt-product-details{text-align:left}.fbt-product-title{font-size:15px;font-weight:400;margin:0 0 4px;line-height:1.3;color:#181818}.fbt-product-title a{color:#1a1a1a;text-decoration:none;transition:color .2s ease}.fbt-product-title a:hover{color:#007bff}.fbt-product-subtitle{font-size:14px;color:#877863;margin:0 0 15px;font-weight:400;text-transform:capitalize}.fbt-product-brand{font-size:12px;color:#181818;text-transform:capitalize;margin:5px 0;font-weight:400}.fbt-product-variants{margin-bottom:.5rem}.fbt-variant-select{width:100%;padding:8px 32px 8px 12px;border:1px solid #e0e0e0;border-radius:6px;background:#fff;font-size:.9rem;color:#666;margin-bottom:12px;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 8px center;background-size:16px}.fbt-variant-select:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.fbt-product-price{display:flex;flex-direction:row;gap:2px}.fbt-price-current{font-size:14px font-weight: 400;color:#ae5b39;line-height:1.2}.fbt-price-compare{font-size:14px;color:#181818;text-decoration:line-through;font-weight:400;line-height:1.2}.fbt-summary{background:#fff;border-radius:12px;padding:24px;box-shadow:0 1px 3px #0000001a;text-align:left;width:280px;flex-shrink:0}.fbt-total{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #f0f0f0}.fbt-total-label{font-size:1rem;font-weight:600;color:#1a1a1a;line-height:1.2}.fbt-total-price{display:flex;flex-direction:column;align-items:flex-end;gap:2px}.fbt-total-current{font-size:1.2rem;font-weight:400;color:#ae5b39;line-height:1.2}.fbt-total-compare{font-size:1rem;color:#999;text-decoration:line-through;font-weight:400;line-height:1.2}.fbt-discount{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;padding:.5rem 0;color:#2e7d32}.fbt-discount-label{font-size:1rem;font-weight:500}.fbt-discount-amount{font-size:1.1rem;font-weight:600}.fbt-final-total{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding:.5rem 0;border-top:1px solid #eee;border-bottom:1px solid #eee}.fbt-final-total-label{font-size:1.1rem;font-weight:600;color:#333}.fbt-final-total-price{font-size:1.4rem;font-weight:700;color:#2e7d32}.fbt-add-to-cart-btn{width:100%;font-size:14px;font-weight:600;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:.5rem;text-transform:uppercase;letter-spacing:.5px}.fbt-add-to-cart-btn:not(:disabled){background:#dacfc6;color:#1a1a1a}.fbt-add-to-cart-btn:not(:disabled):hover{background:#181818;color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #d4af8c4d}.fbt-add-to-cart-btn:disabled{background:#ccc;color:#999;cursor:not-allowed;transform:none;box-shadow:none}.fbt-btn-loading{display:flex;align-items:center;gap:.5rem}.fbt-spinner{width:16px;height:16px}.fbt-success-message{animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.fbt-loading{text-align:center;position:absolute;top:26px;font-size:12px}.fbt-loading-text{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:12px;margin:0;position:relative;padding-left:2rem}.fbt-loading-spinner{position:absolute;left:0;width:20px;height:20px;border:2px solid #e0e0e0;border-top-color:#007bff;border-radius:50%;animation:fbt-spin .8s linear infinite}@keyframes fbt-spin{to{transform:rotate(360deg)}}@media (max-width: 1024px){.fbt-container{flex-direction:column;gap:1.5rem}.fbt-summary{width:100%;max-width:372px;margin:0 auto}}@media (max-width: 768px){.fbt-container{align-items:center}.frequently-bought-together{margin:2rem 0;padding:0}.fbt-heading{font-size:1.5rem}.fbt-products{flex-direction:column;gap:1rem}.fbt-product-item{width:100%;margin:0 auto}.fbt-plus-icon{display:none}.fbt-summary{width:100%;margin:0 auto;padding:20px}.fbt-add-to-cart-btn{padding:12px 20px;font-size:.9rem}}@media (max-width: 480px){.fbt-product-img{width:100%;height:auto}.fbt-product-title,.fbt-price-current{font-size:1rem}.fbt-total-price{font-size:1.2rem}}
/*# sourceMappingURL=/cdn/shop/t/75/assets/mm-frequently-bought-together.css.map */
