.product-block-bundle{font-family:var(--font-body);font-size:var(--font-body-base-size);color:var(--color-text);line-height:var(--line-height-body);letter-spacing:var(--font-body-base-letter-spacing);border:1px solid var(--color-border);padding:14px;background:var(--color-background)}.bundle__header{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:12px;flex-wrap:wrap}.bundle__title{font-family:var(--font-heading);font-weight:var(--font-heading-weight);font-style:var(--font-heading-style);text-transform:var(--font-heading-text-transform);letter-spacing:var(--font-heading-base-letter-spacing);font-size:12px;color:var(--color-text);line-height:1.2}.bundle__total{display:flex;align-items:center;gap:5px;font-size:12px;color:var(--color-text-meta);white-space:nowrap}.bundle__total-price{color:var(--color-text);font-weight:var(--font-body-bold-weight)}.bundle__items{display:flex;flex-direction:column}.bundle__item{padding:10px 0;border-bottom:1px solid var(--color-text-8-percent)}.bundle__item:last-child{border-bottom:none}.bundle__item--removed{display:none}.bundle__item-row{display:flex;align-items:flex-start;gap:9px}.bundle__img{flex-shrink:0;width:52px;height:52px;background:var(--color-background-meta);overflow:hidden}.bundle__img img{width:100%;height:100%;object-fit:cover;display:block;transition:opacity .15s}.bundle__img--clickable{cursor:pointer;position:relative}.bundle__img--clickable:hover img{opacity:.85}.bundle__img--active img{opacity:.75}.bundle__img-check{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000073;opacity:0;transition:opacity .15s;pointer-events:none}.bundle__img--active .bundle__img-check{opacity:1}.bundle__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:5px}.bundle__name{font-size:11px;font-weight:var(--font-body-bold-weight);text-transform:var(--font-heading-text-transform);letter-spacing:.02em;color:var(--color-text);line-height:1.3}.bundle__name--link{text-decoration:none;color:var(--color-text)}.bundle__name--link:hover{text-decoration:underline}.bundle__options-row{display:flex;flex-direction:column;gap:4px;padding-left:61px;margin-top:5px}.bundle__options-wrap{display:flex;flex-wrap:wrap;gap:5px}.bundle__opt-group{display:flex;flex-direction:column}.bundle__select{appearance:none;-webkit-appearance:none;background-color:var(--color-background);background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='5' viewBox='0 0 8 5'%3E%3Cpath d='M1 1l3 3 3-3' stroke='%23111111' stroke-width='1.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 5px center;border:1px solid var(--color-border-input);color:var(--color-text-input);font-family:var(--font-body);font-size:11px;padding:3px 18px 3px 6px;cursor:pointer;border-radius:0;line-height:1.4;min-width:70px;max-width:110px;transition:border-color .15s}.bundle__select:focus{outline:none;border-color:var(--color-text)}.bundle__select--error{border-color:var(--color-text-error)!important;background-color:#d02f2e0a}.bundle__item-error{font-size:10px;color:var(--color-text-error);min-height:12px;line-height:1.3}.bundle__side{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:5px}.bundle__add-row{display:flex;flex-direction:row;align-items:center;gap:8px}.bundle__qty-row{display:flex;flex-direction:row;align-items:center;gap:6px}.bundle__price-wrap{display:flex;flex-direction:column;align-items:flex-end;gap:1px}.bundle__price-compare{font-size:10px;color:var(--color-text-meta);text-decoration:line-through;white-space:nowrap;display:none}.bundle__price{font-size:11px;color:var(--color-text-meta);white-space:nowrap}.bundle__price--sale{color:var(--color-products-sale-price)}.bundle__add-to-look{background:none;border:1px solid var(--color-border-input);color:var(--color-text);font-family:var(--font-body);font-size:10px;letter-spacing:.06em;text-transform:var(--font-heading-text-transform);padding:4px 8px;cursor:pointer;white-space:nowrap;transition:background .15s,color .15s;line-height:1.4}.bundle__add-to-look:hover{background:var(--color-background-button);color:var(--color-text-button);border-color:var(--color-background-button)}.bundle__qty{display:flex;align-items:center;border:1px solid var(--color-border-input)}.bundle__qty-btn{width:22px;height:22px;background:var(--color-background);border:none;color:var(--color-text);font-size:13px;line-height:1;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0;transition:background .12s}.bundle__qty-btn:hover:not(:disabled){background:var(--color-background-meta)}.bundle__qty-input{width:26px;height:22px;text-align:center;border:none;border-left:1px solid var(--color-border-input);border-right:1px solid var(--color-border-input);background:var(--color-background);color:var(--color-text-input);font-family:var(--font-body);font-size:11px;padding:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.bundle__qty-input::-webkit-outer-spin-button,.bundle__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.bundle__qty-input:focus{outline:none}.bundle__hint{display:flex;align-items:center;gap:5px;margin-top:10px;font-size:10px;color:var(--color-text-meta);line-height:1.4}.bundle__hint svg{flex-shrink:0;opacity:.5}.bundle__msg{font-size:11px;text-align:center;min-height:14px;margin-top:4px}.bundle__msg--success{color:var(--color-text-success)}.bundle__msg--error{color:var(--color-text-error)}@media(max-width:480px){.product-block-bundle{padding:11px}.bundle__img{width:44px;height:44px}.bundle__item-row{align-items:center}.bundle__info{flex:1;min-width:0}.bundle__options-wrap{flex-wrap:nowrap}.bundle__select{font-size:10px;min-width:0;width:70px;max-width:70px;padding:2px 14px 2px 5px}.bundle__side{flex-shrink:0}.bundle__qty-btn{width:20px;height:20px;font-size:12px}.bundle__qty-input{width:22px;height:20px}}
/*# sourceMappingURL=/cdn/shop/t/78/assets/product-block-bundle-builder.css.map */
