bundle-widget{display:block}bundle-widget[hidden]{display:none}.bw-wrapper{border:1px solid rgb(var(--color-border));border-radius:1.2rem;padding:2.8rem;margin-block-start:1rem;background:rgb(var(--color-background));position:relative;overflow:hidden}.bw-wrapper:before{content:"";position:absolute;inset-block-start:0;inset-inline:0;height:2px;background:linear-gradient(90deg,transparent 0%,rgb(var(--color-foreground) / .6) 20%,rgb(var(--color-foreground)) 50%,rgb(var(--color-foreground) / .6) 80%,transparent 100%)}.bw-header{display:flex;align-items:center;gap:1.2rem;margin-block-end:2rem;padding-block-end:1.8rem;border:none;background-image:linear-gradient(90deg,transparent 0%,rgb(var(--color-border)) 15%,rgb(var(--color-border)) 85%,transparent 100%);background-size:100% 1px;background-repeat:no-repeat;background-position:bottom}.bw-header__icon{display:flex;align-items:center;justify-content:center;width:4rem;height:4rem;border-radius:50%;background:rgb(var(--color-foreground));color:rgb(var(--color-background));flex-shrink:0;box-shadow:0 2px 8px rgb(var(--color-foreground) / .15)}.bw-header__icon svg{width:1.8rem;height:1.8rem}.bw-header__text{flex:1;min-width:0}.bw-header__title{font-family:var(--font-heading-family);font-size:1.8rem;font-weight:500;letter-spacing:.06em;text-transform:uppercase;margin:0;line-height:1.3;color:rgb(var(--color-foreground))}.bw-header__subtitle{font-size:1.15rem;color:rgb(var(--color-foreground) / .5);margin:.3rem 0 0;letter-spacing:.02em;font-style:italic}.bw-header__discount-tag{margin-inline-start:auto;font-size:1.05rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:.6rem 1.4rem;border-radius:10rem;background:rgb(var(--color-foreground));color:rgb(var(--color-background));white-space:nowrap;flex-shrink:0;box-shadow:0 2px 8px rgb(var(--color-foreground) / .15)}.bw-products{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0}.bw-product{display:flex;align-items:flex-start;gap:1.4rem;padding:1.4rem 0;border-block-end:1px solid rgb(var(--color-border) / .4);transition:opacity .25s ease}.bw-product:last-child{border-block-end:0;padding-block-end:.4rem}.bw-product:first-child{padding-block-start:0}.bw-product__badge{display:inline-block;font-size:.95rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgb(var(--color-foreground) / .5);margin-block-end:.2rem}.bw-product.is-unchecked .bw-product__image,.bw-product.is-unchecked .bw-product__info{opacity:.88}.bw-product.is-unchecked .bw-product__check,.bw-product.is-current.is-unchecked .bw-product__image,.bw-product.is-current.is-unchecked .bw-product__info{opacity:1}bundle-widget .bw-product__check{flex-shrink:0!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;width:auto!important;height:auto!important;min-width:0!important;min-height:0!important;padding:0!important;margin:0!important;border:none!important;background:none!important;box-shadow:none!important;overflow:visible!important;opacity:1!important;visibility:visible!important;-webkit-tap-highlight-color:transparent}bundle-widget .bw-product__check:focus-visible{outline:.2rem solid rgb(var(--color-keyboard-focus));outline-offset:.2rem;border-radius:.45rem}bundle-widget .bw-check__box{display:flex!important;align-items:center!important;justify-content:center!important;flex-shrink:0!important;width:2.2rem!important;height:2.2rem!important;min-width:2.2rem!important;min-height:2.2rem!important;max-width:none!important;max-height:none!important;box-sizing:border-box!important;border:2px solid #666b74!important;border-radius:.45rem!important;background:#f3f3f4!important;color:transparent!important;opacity:1!important;visibility:visible!important;overflow:visible!important;transition:border-color .2s ease,background .2s ease,color .2s ease,box-shadow .2s ease}bundle-widget .bw-check__box svg{width:1.2rem!important;height:1.2rem!important;display:block!important;visibility:visible!important;opacity:1!important}bundle-widget .bw-product__check:hover .bw-check__box{border-color:#444950!important;background:#e8e8ea!important}bundle-widget .bw-check__box.is-checked{background:#3e536f!important;border-color:#3e536f!important;color:#fff!important;box-shadow:0 1px 4px #3e536f40!important}bundle-widget .bw-product__check:hover .bw-check__box.is-checked{background:#4e6381!important;border-color:#4e6381!important}.bw-product__image{flex:0 0 6.4rem;border-radius:.8rem;overflow:hidden;aspect-ratio:1;background:rgb(var(--color-secondary-background, 247 247 245))}.bw-product__image img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s ease}.bw-product:hover .bw-product__image img{transform:scale(1.05)}.bw-product__info{flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;gap:.75rem 1.5rem}.bw-product__details{flex:1 1 12rem;min-width:0}.bw-product__title{font-family:var(--font-heading-family);font-size:1.3rem;font-weight:450;line-height:1.4;letter-spacing:.01em;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:rgb(var(--color-foreground))}.bw-product__title a{color:inherit;text-decoration:none}.bw-product__title a:hover{text-decoration:underline;text-underline-offset:2px;text-decoration-thickness:1px}.bw-product__qty-badge{font-weight:600;color:inherit;white-space:nowrap}.bw-product__variant{margin-block-start:.5rem}.bw-product__variant select{font-family:var(--font-body-family);font-size:1.1rem;padding:.35rem 2.2rem .35rem .8rem;border:1px solid rgb(var(--color-foreground) / .15);border-radius:.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground) / .7);max-width:100%;cursor:pointer;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23999' fill='none' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;transition:border-color .2s}.bw-product__variant select:hover{border-color:rgb(var(--color-foreground) / .35)}bundle-widget .bw-product__qty{flex:0 0 auto;align-self:center;margin:0}bundle-widget .bw-product__qty[hidden]{display:none!important}bundle-widget .bw-qty--cart{display:grid;grid-template-columns:minmax(2.5rem,1fr) minmax(2.4rem,auto) minmax(2.5rem,1fr);align-items:center;justify-items:center;column-gap:.15rem;min-width:9.5rem;max-width:11rem;min-height:2.5rem;padding:.2rem .35rem;border:1px solid rgb(var(--color-border));border-radius:10rem;background:rgb(var(--color-background));box-sizing:border-box}bundle-widget .bw-qty--cart .bw-qty__btn{box-sizing:border-box;display:flex;align-items:center;justify-content:center;width:100%;min-width:0;min-height:2.25rem;height:2.25rem;padding:0 .35rem;margin:0;border:none;border-radius:0;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.2rem;font-weight:500;line-height:1;cursor:pointer;transition:opacity .2s ease;-webkit-tap-highlight-color:transparent}bundle-widget .bw-qty--cart .bw-qty__btn:hover:not(:disabled){opacity:.65}bundle-widget .bw-qty--cart .bw-qty__btn:active:not(:disabled){opacity:.45}bundle-widget .bw-qty--cart .bw-qty__btn:disabled{opacity:.25;cursor:not-allowed}bundle-widget .bw-qty--cart .bw-qty__input{box-sizing:border-box;width:100%;max-width:3.4rem;min-width:2rem;min-height:2.25rem;height:2.25rem;margin:0;padding:0 .2rem;border:none;border-radius:0;background:transparent;color:rgb(var(--color-foreground));font-family:var(--font-body-family);font-size:1.1rem;font-weight:500;text-align:center;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}bundle-widget .bw-qty--cart .bw-qty__input::-webkit-outer-spin-button,bundle-widget .bw-qty--cart .bw-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}bundle-widget .bw-qty--cart .bw-qty__input:disabled{color:rgb(var(--color-foreground) / .35);cursor:not-allowed}.bw-product__prices{display:flex;align-items:baseline;gap:.5rem;margin-block-start:.4rem;flex-wrap:wrap}.bw-product__price-each{flex-basis:100%;width:100%;margin-block-start:.2rem;font-size:1.05rem;font-weight:400;color:rgb(var(--color-foreground) / .45);letter-spacing:.02em}.bw-product__price-sale{font-size:1.3rem;font-weight:600;color:rgb(var(--color-sale, 185 45 45))}.bw-product__price-original{font-size:1.15rem;text-decoration:line-through;color:rgb(var(--color-foreground) / .4)}.bw-product__price-regular{font-size:1.3rem;font-weight:600;color:rgb(var(--color-foreground))}.bw-product__sold-out{font-size:1.1rem;color:rgb(var(--color-foreground) / .45);font-weight:500;font-style:italic}.bw-product__price-pct{font-size:1rem;font-weight:600;letter-spacing:.04em;color:rgb(var(--color-background));background:rgb(var(--color-foreground));padding:.15rem .6rem;border-radius:10rem;white-space:nowrap}.bw-divider{height:1px;background:linear-gradient(90deg,transparent 0%,rgb(var(--color-border)) 15%,rgb(var(--color-border)) 85%,transparent 100%);margin-block-start:1rem}.bw-bottom{margin-block-start:1.6rem;padding:2rem 0 0}.bw-savings{display:flex;align-items:center;gap:.65rem;margin-block-end:1.6rem;padding:1rem 1.4rem;border-radius:.6rem;background:#eef1f6;border:none;font-size:1.25rem}.bw-savings[hidden]{display:none}.bw-savings__icon-inline{flex-shrink:0;width:1.6rem;height:1.6rem;color:#3e536f}.bw-savings__text{font-family:var(--font-body-family);font-weight:500;color:#3e536f;line-height:1.4}.bw-savings__amount{font-weight:700;color:#2c3b51}.bw-min-info{display:flex;align-items:center;gap:.65rem;margin-block-end:1.6rem;padding:1rem 1.4rem;border-radius:.6rem;background:#fff8f0;border:1px solid #f5c97e;font-size:1.25rem}.bw-min-info[hidden]{display:none}.bw-min-info__icon{flex-shrink:0;width:1.6rem;height:1.6rem;color:#c27a1a}.bw-min-info__text{font-family:var(--font-body-family);font-weight:400;color:#7c5518;line-height:1.4}.bw-min-info__text strong{font-weight:700;color:#9a5c0d}.bw-price-summary{margin-block-end:1.6rem}.bw-price-summary[hidden]{display:none}.bw-price-summary__row{display:flex;justify-content:space-between;align-items:baseline;padding:.3rem 0}.bw-price-summary__row[hidden]{display:none}.bw-price-summary__label{font-size:1.25rem;color:rgb(var(--color-foreground) / .55);letter-spacing:.02em}.bw-price-summary__original{font-size:1.25rem;text-decoration:line-through;color:rgb(var(--color-foreground) / .35)}.bw-price-summary__row:last-child{padding-block-start:.5rem;margin-block-start:.3rem;border-block-start:1px dashed rgb(var(--color-border))}.bw-price-summary__row:last-child .bw-price-summary__label{font-weight:600;color:rgb(var(--color-foreground));font-size:1.35rem}.bw-price-summary__final{font-size:1.8rem;font-weight:700;color:#b91c1c}.bw-add-btn .btn.btn--primary{background:#3e536f!important;border-color:#3e536f!important;color:#fff!important}.bw-add-btn .btn.btn--primary:hover{background:#4e6381!important;border-color:#4e6381!important}.bw-add-btn{width:100%}.bw-add-btn .btn{width:100%!important;justify-content:center!important;position:relative}.bw-add-btn .btn:disabled{opacity:.35;cursor:not-allowed}.bw-add-btn .btn.is-loading .bw-add-btn__text{visibility:hidden}.bw-add-btn .btn.is-loading .bw-add-btn__spinner{display:block}.bw-add-btn__spinner{display:none;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:1.8rem;height:1.8rem;border:1.5px solid transparent;border-top-color:currentColor;border-radius:50%;animation:bw-spin .6s linear infinite}@keyframes bw-spin{to{transform:rotate(360deg)}}.bw-trust{display:flex;align-items:center;justify-content:center;gap:1.6rem;margin-block-start:1.2rem;flex-wrap:wrap}.bw-trust__item{display:inline-flex;align-items:center;gap:.4rem;font-size:1.05rem;font-weight:500;color:rgb(var(--color-foreground) / .5);letter-spacing:.02em;white-space:nowrap}.bw-trust__item svg{flex-shrink:0}.bw-error{margin-block-start:1rem;padding:1rem 1.4rem;border-radius:.6rem;background:#fef2f2;border:1px solid #fecaca;color:#991b1b;font-size:1.2rem}.bw-error[hidden]{display:none}.bw-skeleton{padding:2.4rem}.bw-skeleton__line{height:1.4rem;border-radius:.6rem;background:rgb(var(--color-foreground) / .05);margin-block-end:1.2rem;animation:bw-pulse 1.8s ease-in-out infinite}.bw-skeleton__line:nth-child(1){width:35%;height:1.2rem}.bw-skeleton__line:nth-child(2){width:100%;height:6rem;border-radius:.8rem}.bw-skeleton__line:nth-child(3){width:100%;height:6rem;border-radius:.8rem}.bw-skeleton__line:nth-child(4){width:50%}@keyframes bw-pulse{0%,to{opacity:1}50%{opacity:.3}}@media(max-width:749px){.bw-wrapper{padding:2rem 1.6rem;border-radius:1rem}.bw-product__image{flex:0 0 5.6rem}.bw-product{gap:1rem}.bw-header{gap:.8rem}.bw-header__icon{width:3.4rem;height:3.4rem}.bw-header__title{font-size:1.5rem}.bw-savings,.bw-min-info{padding:1.2rem 1.4rem;gap:1rem;font-size:1.2rem;border-radius:.8rem}.bw-add-btn button{padding:1.4rem 2rem}.bw-product__info{flex-direction:column;align-items:stretch}bundle-widget .bw-product__qty{align-self:flex-end}bundle-widget .bw-qty--cart{min-width:10rem;max-width:none;width:100%;min-height:2.75rem;padding:.25rem .45rem}bundle-widget .bw-qty--cart .bw-qty__btn{min-height:2.5rem;height:2.5rem;font-size:1.3rem}bundle-widget .bw-qty--cart .bw-qty__input{min-height:2.5rem;height:2.5rem;max-width:4rem;font-size:1.15rem}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/bundle-widget.css.map */
