.bundle-pdp{padding:3rem 0 5rem}.bundle-pdp__container{display:grid;grid-template-columns:1fr;gap:2.5rem;max-width:1280px;margin:0 auto;padding:0 1.5rem}@media(min-width:990px){.bundle-pdp__container{grid-template-columns:1fr 1fr;gap:4rem;align-items:start}}.bundle-pdp__media{position:sticky;top:1rem;width:100%;aspect-ratio:4 / 5;background:var(--color-background, #f7f5f0);overflow:hidden;border-radius:var(--product-image-border-radius, 0)}.bundle-pdp__hero-img{width:100%;height:100%;object-fit:cover;display:block}.bundle-pdp__hero-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#0000004d}.bundle-pdp__picker{display:flex;flex-direction:column;gap:1.5rem}.bundle-pdp__title{font-family:var(--font-heading-family, inherit);font-size:clamp(1.75rem,3vw,2.5rem);font-weight:var(--font-heading-weight, 700);letter-spacing:.02em;margin:0;line-height:1.1}.bundle-pdp__description{color:var(--color-foreground-secondary, rgba(0, 0, 0, .7));font-size:.95rem;line-height:1.5}.bundle-pdp__subtitle{font-style:italic;color:var(--color-foreground-secondary, rgba(0, 0, 0, .6));margin:0;font-size:.95rem}.bundle-pdp__price{display:flex;align-items:baseline;gap:.75rem;flex-wrap:wrap;padding:1rem 0;border-top:1px solid var(--color-border, rgba(0, 0, 0, .1));border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .1))}.bundle-pdp__price-was{text-decoration:line-through;color:var(--color-foreground-secondary, rgba(0, 0, 0, .5));font-size:1rem}.bundle-pdp__price-now{font-size:1.5rem;font-weight:700;color:var(--color-accent, #c42127)}.bundle-pdp__price-save{background:var(--color-accent, #c42127);color:#fff;padding:.2rem .6rem;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;border-radius:2px}.bundle-pdp__items{display:flex;flex-direction:column;gap:1.25rem}.bundle-pdp__item{display:grid;grid-template-columns:100px 1fr;gap:1rem;padding:1rem;background:var(--color-background-secondary, rgba(0, 0, 0, .02));border:1px solid var(--color-border, rgba(0, 0, 0, .08));border-radius:4px;align-items:start}.bundle-pdp__item-thumb-link{display:block;width:100px;aspect-ratio:1;overflow:hidden;background:var(--color-background, #f7f5f0);border-radius:2px}.bundle-pdp__item-thumb{width:100%;height:100%;object-fit:cover;display:block}.bundle-pdp__item-info{display:flex;flex-direction:column;gap:.5rem}.bundle-pdp__item-title{font-style:italic;font-size:1rem;font-weight:600;margin:0 0 .25rem;line-height:1.3}.bundle-pdp__option{display:flex;flex-direction:column;gap:.25rem}.bundle-pdp__option-label{font-size:.8rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-foreground-secondary, rgba(0, 0, 0, .6))}.bundle-pdp__option-select{width:100%;padding:.6rem 2rem .6rem .75rem;border:1px solid var(--color-border, rgba(0, 0, 0, .2));background:var(--color-background, #fff);font-size:.95rem;font-family:inherit;color:var(--color-foreground, #000);border-radius:2px;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8' fill='none'%3e%3cpath d='M1 1L6 6L11 1' stroke='%23000' stroke-width='1.5'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right .75rem center}.bundle-pdp__option-select:focus{outline:2px solid var(--color-accent, #c42127);outline-offset:1px}.bundle-pdp__add-btn{width:100%;padding:1rem 1.5rem;background:var(--color-accent, #c42127);color:#fff;border:none;font-family:inherit;font-size:.95rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;transition:opacity .15s ease,background .15s ease;border-radius:2px}.bundle-pdp__add-btn:hover:not(:disabled){opacity:.9}.bundle-pdp__add-btn:disabled{background:#0000004d;color:#ffffffd9;cursor:not-allowed}.bundle-pdp__error{background:#c4212714;color:var(--color-accent, #c42127);padding:.75rem 1rem;border-left:3px solid var(--color-accent, #c42127);font-size:.9rem}.bundle-pdp__error[hidden]{display:none}.bundle-pdp__slots{display:flex;flex-wrap:wrap;align-items:stretch;gap:.5rem;margin:.5rem 0}.bundle-pdp__slot{flex:1 1 0;min-width:0;display:flex}.bundle-pdp__slot-card{display:flex;flex-direction:column;gap:.5rem;padding:.75rem;background:#fff;border:1px solid rgba(0,0,0,.12);box-shadow:0 1px 3px #0000000a;border-radius:4px;width:100%;min-width:0;position:relative}.bundle-pdp__slot-thumb-wrap{display:block;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-background, #f7f5f0);border-radius:2px}.bundle-pdp__slot-thumb{display:block;width:100%!important;height:100%!important;object-fit:cover}.bundle-pdp__slot-title{font-style:italic;font-size:.9rem;font-weight:600;margin:0;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.bundle-pdp__slot-price{font-size:.9rem;font-weight:700;margin:0;color:var(--color-foreground, #000)}.bundle-pdp__slot-options{display:flex;flex-direction:column;gap:.4rem}.bundle-pdp__slot-options .bundle-pdp__option-select{font-size:.85rem;padding:.5rem 1.75rem .5rem .6rem}.bundle-pdp__slot-info{display:flex;flex-direction:column;gap:.5rem;flex:1 1 auto;min-width:0}.bundle-pdp__slot-plus{display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:300;color:var(--color-foreground-secondary, rgba(0, 0, 0, .4));flex:0 0 auto;padding:0 .25rem}.bundle-pdp__slot-replace-btn{display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.5rem .75rem;background:transparent;border:1px dashed var(--color-border, rgba(0, 0, 0, .2));font-family:inherit;font-size:.8rem;text-transform:uppercase;letter-spacing:.05em;color:var(--color-foreground-secondary, rgba(0, 0, 0, .6));cursor:pointer;border-radius:2px;transition:border-color .15s ease,color .15s ease}.bundle-pdp__slot-replace-btn:hover{border-color:var(--color-foreground, #000);color:var(--color-foreground, #000)}.bundle-pdp__slot-replace-btn[aria-expanded=true] .bundle-pdp__slot-replace-caret{transform:rotate(180deg)}.bundle-pdp__slot-replace-caret{transition:transform .15s ease}.bundle-pdp__slot-replace-list{position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border:1px solid rgba(0,0,0,.15);border-radius:2px;box-shadow:0 8px 24px #0000002e;max-height:320px;overflow-y:auto;margin-top:.25rem}.bundle-pdp__slot-replace-list[hidden]{display:none}.bundle-pdp__slot-replace-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.6rem .75rem;background:transparent;border:none;border-bottom:1px solid var(--color-border, rgba(0, 0, 0, .05));font-family:inherit;font-size:.85rem;text-align:left;color:var(--color-foreground, #000);cursor:pointer;transition:background .1s ease}.bundle-pdp__slot-replace-item:last-child{border-bottom:none}.bundle-pdp__slot-replace-item:hover{background:var(--color-background-secondary, rgba(0, 0, 0, .04))}.bundle-pdp__slot-replace-item img{width:40px;height:40px;object-fit:cover;border-radius:2px;flex:0 0 40px}.card-wrapper:has(a[href*="/products/bundle-"]) .price,.card-wrapper:has(a[href*="/products/bundle-"]) .price-item,.card-wrapper:has(a[href*="/products/bundle-"]) .card__price,.card-wrapper:has(a[href*="/products/bundle-"]) [data-product-form],.card-wrapper:has(a[href*="/products/bundle-"]) .quick-add,.card-wrapper:has(a[href*="/products/bundle-"]) .quick-add-modal,.card-wrapper:has(a[href*="/products/bundle-"]) button[name=add],.card-wrapper:has(a[href*="/products/bundle-"]) [data-quick-add],.card-wrapper:has(a[href*="/products/bundle-"]) product-form,.card:has(a[href*="/products/bundle-"]) .price,.card:has(a[href*="/products/bundle-"]) .price-item,.card:has(a[href*="/products/bundle-"]) .card__price,.card:has(a[href*="/products/bundle-"]) [data-product-form],.card:has(a[href*="/products/bundle-"]) .quick-add,.card:has(a[href*="/products/bundle-"]) .quick-add-modal,.card:has(a[href*="/products/bundle-"]) button[name=add],.card:has(a[href*="/products/bundle-"]) [data-quick-add],.card:has(a[href*="/products/bundle-"]) product-form,li:has(a[href*="/products/bundle-"]) .price,li:has(a[href*="/products/bundle-"]) button[name=add],li:has(a[href*="/products/bundle-"]) .quick-add,li:has(a[href*="/products/bundle-"]) .quick-add-modal{display:none!important}@media(max-width:749px){.bundle-pdp__media{position:static;aspect-ratio:1 / 1;max-height:60vh}.bundle-pdp__slots{flex-direction:column;flex-wrap:nowrap;gap:.75rem}.bundle-pdp__slot{flex:0 0 auto;width:100%}.bundle-pdp__slot-plus{display:none}.bundle-pdp__slot-card{flex-direction:row;align-items:stretch;gap:.75rem}.bundle-pdp__slot-thumb-wrap{flex:0 0 110px;width:110px;align-self:flex-start}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-cart.css.map */
