.prod__fbt-section[data-fbt-section]{margin:0;padding:20px;border:1px solid rgba(var(--color-border),.9);border-radius:16px;background:linear-gradient(180deg,rgba(var(--color-background),1),rgba(var(--color-background),.94));box-shadow:0 10px 24px #0f172a0f}.prod__fbt-section[data-fbt-section] .fbt-heading{margin:0 0 14px;color:rgb(var(--color-heading));font-size:20px;line-height:1.3;font-weight:700}.prod__fbt-section[data-fbt-section] .fbt-products-wrapper{display:grid;gap:12px;margin-bottom:16px}.prod__fbt-section[data-fbt-section] .fbt-product-item-wrapper{position:relative}.prod__fbt-section[data-fbt-section] .fbt-product-checkbox{position:absolute;opacity:0;pointer-events:none}.prod__fbt-section[data-fbt-section] .fbt-product-item{display:grid;grid-template-columns:24px 76px minmax(0,1fr);gap:12px;align-items:center;width:100%;padding:12px;border:1px solid rgba(var(--color-border),.9);border-radius:14px;background:rgb(var(--color-background));cursor:pointer;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.prod__fbt-section[data-fbt-section] .fbt-product-item:hover{transform:translateY(-1px);border-color:rgb(var(--color-button-hover));box-shadow:0 6px 16px #0f172a14}.prod__fbt-section[data-fbt-section] .fbt-checkbox-indicator{width:22px;height:22px;border:1.5px solid rgba(var(--color-border),1);border-radius:6px;display:flex;align-items:center;justify-content:center;color:rgb(var(--color-button-text-hover));background:rgb(var(--color-background));transition:background-color .2s ease,border-color .2s ease}.prod__fbt-section[data-fbt-section] .fbt-checkbox-indicator svg{width:13px;height:13px;opacity:0;transition:opacity .2s ease}.prod__fbt-section[data-fbt-section] .fbt-product-checkbox:checked+.fbt-product-item{border-color:rgb(var(--color-button-hover));box-shadow:0 8px 20px rgba(var(--color-button-hover),.14)}.prod__fbt-section[data-fbt-section] .fbt-product-checkbox:checked+.fbt-product-item .fbt-checkbox-indicator{border-color:rgb(var(--color-button-hover));background:rgb(var(--color-button-hover))}.prod__fbt-section[data-fbt-section] .fbt-product-checkbox:checked+.fbt-product-item .fbt-checkbox-indicator svg{opacity:1}.prod__fbt-section[data-fbt-section] .fbt-product-media{width:76px;height:76px;border-radius:10px;overflow:hidden;border:1px solid rgba(var(--color-border),.8);background:rgb(var(--color-background))}.prod__fbt-section[data-fbt-section] .fbt-product-image{width:100%;height:100%;object-fit:cover}.prod__fbt-section[data-fbt-section] .fbt-product-content{min-width:0}.prod__fbt-section[data-fbt-section] .fbt-product-title{margin:0 0 4px;font-size:14px;line-height:1.35;color:rgb(var(--color-heading));font-weight:600}.prod__fbt-section[data-fbt-section] .fbt-product-price{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0}.prod__fbt-section[data-fbt-section] .fbt-product-compare{margin:0;text-decoration:line-through;color:rgb(var(--color-foreground-secondary));font-size:13px}.prod__fbt-section[data-fbt-section] .fbt-product-current{margin:0;color:rgb(var(--color-heading));font-size:15px;font-weight:700}.prod__fbt-section[data-fbt-section] .fbt-product-note{margin:6px 0 0;font-size:12px;color:rgb(var(--color-foreground-secondary))}.prod__fbt-section[data-fbt-section] .fbt-product-item.is-disabled{opacity:.72;cursor:not-allowed}.prod__fbt-section[data-fbt-section] .fbt-product-item.is-disabled:hover{transform:none;border-color:rgba(var(--color-border),.9);box-shadow:none}.prod__fbt-section[data-fbt-section] .fbt-pricing{display:flex;align-items:baseline;justify-content:space-between;gap:12px;margin-bottom:14px}.prod__fbt-section[data-fbt-section] .fbt-total-label{margin:0;font-size:14px;color:rgb(var(--color-foreground-secondary));font-weight:500}.prod__fbt-section[data-fbt-section] .fbt-total-values{display:flex;align-items:baseline;gap:8px;flex-wrap:wrap}.prod__fbt-section[data-fbt-section] .fbt-compare-price{margin:0;text-decoration:line-through;color:rgb(var(--color-foreground-secondary));font-size:16px}.prod__fbt-section[data-fbt-section] .fbt-total-price{margin:0;color:rgb(var(--color-heading));font-size:26px;line-height:1;font-weight:800}.prod__fbt-section[data-fbt-section] .fbt-add-to-cart{width:100%;min-height:50px;border-radius:999px;font-size:14px;font-weight:700;letter-spacing:.01em}.prod__fbt-section[data-fbt-section] .fbt-feedback{margin:10px 0 0;font-size:13px;line-height:1.3}.prod__fbt-section[data-fbt-section] .fbt-including-line{margin:-4px 0 12px;font-size:13px;line-height:1.35;color:rgb(var(--color-foreground-secondary))}.prod__fbt-section[data-fbt-section] .fbt-feedback.success{color:rgb(var(--color-success))}.prod__fbt-section[data-fbt-section] .fbt-feedback.error{color:rgb(var(--color-error))}.prod__fbt-section[data-fbt-section] .fbt-placeholder{width:100%;height:100%;background:linear-gradient(135deg,rgba(var(--color-border),.18) 25%,rgba(var(--color-border),.32) 25% 50%,rgba(var(--color-border),.18) 50% 75%,rgba(var(--color-border),.32) 75%,rgba(var(--color-border),.32));background-size:18px 18px}.prod__fbt-section[data-fbt-section] .hidden{display:none}@media(max-width:768px){.prod__fbt-section[data-fbt-section]{padding:14px;border-radius:14px}.prod__fbt-section[data-fbt-section] .fbt-product-item{grid-template-columns:22px 64px minmax(0,1fr);gap:10px;padding:10px}.prod__fbt-section[data-fbt-section] .fbt-product-media{width:64px;height:64px}.prod__fbt-section[data-fbt-section] .fbt-product-title{font-size:13px}.prod__fbt-section[data-fbt-section] .fbt-total-price{font-size:22px}}
/*# sourceMappingURL=/cdn/shop/t/31/assets/product-fbt.css.map */
