.product-bundle-addons{--bundle-section-background: rgb(var(--color-foreground) / .025);--bundle-card-background: #ffffff;--bundle-badge-background: #dad9d5ff;--bundle-muted-text: rgba(0, 0, 0, .6);width:100%;margin-top:24px;font-family:inherit}.product-bundle-addons__controller{overflow:visible!important;padding:14px 14px 16px!important;border:0!important;border-radius:12px!important;background:var(--bundle-section-background)!important}.product-bundle-addons__summary{min-height:0!important;padding:0 0 10px!important;border:0!important;background:transparent!important;list-style:none}.product-bundle-addons__summary::-webkit-details-marker{display:none}.product-bundle-addons__summary::marker{content:""}.product-bundle-addons__heading{font-family:inherit!important;font-size:16px;line-height:1.15;font-weight:500;letter-spacing:0;text-transform:none}.product-bundle-addons__toggle-icon{width:14px;height:14px;flex-shrink:0}.product-bundle-addons__list{display:flex!important;flex-direction:column;overflow:visible!important;padding:6px 0 0!important}.product-bundle-addon{--bundle-responsive-image-size: var(--bundle-image-size);position:relative;display:block!important;width:100%;margin:0!important;padding:0!important;overflow:visible;border:0!important;border-radius:10px;background:var(--bundle-card-background)!important;box-sizing:border-box;box-shadow:none;transition:box-shadow .2s ease}.product-bundle-addon:focus-within{border:0!important;box-shadow:none!important}.product-bundle-addon__content{display:grid;width:100%;box-sizing:border-box}.product-bundle-addon--sold-out .product-bundle-addon__image,.product-bundle-addon--sold-out .product-bundle-addon__details,.product-bundle-addon--sold-out .product-bundle-addon__title,.product-bundle-addon--sold-out .product-bundle-addon__variant,.product-bundle-addon--sold-out .product-bundle-addon__learn-more{opacity:.6}.product-bundle-addon__badge{position:absolute;top:0;right:18px;z-index:3;transform:translateY(-45%);padding:6px 12px;border-radius:6px;background:var(--bundle-badge-background);font-family:inherit!important;font-size:11px;line-height:1;font-weight:400;white-space:nowrap}.product-bundle-addon__select{display:flex;align-items:center;justify-content:center;cursor:pointer}.product-bundle-addon__checkbox{appearance:none!important;-webkit-appearance:none!important;position:relative;display:block!important;margin:0!important;padding:0!important;border:1px solid #dadada!important;border-radius:5px;background:#fff!important;box-sizing:border-box;cursor:pointer}.product-bundle-addon__checkbox:checked{border-color:currentColor!important;background-color:currentColor!important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 12.5l4.2 4.2L19 7' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")!important;background-repeat:no-repeat!important;background-position:center!important}.product-bundle-addon__checkbox:checked:after{display:none!important;content:none!important}.product-bundle-addon__checkbox:focus-visible{outline:2px solid currentColor;outline-offset:3px}.product-bundle-addon__checkbox:disabled{opacity:.5;cursor:not-allowed}.product-bundle-addon__image{position:relative;display:flex;align-items:center;justify-content:center;width:var(--bundle-responsive-image-size);height:var(--bundle-responsive-image-size);min-width:var(--bundle-responsive-image-size);overflow:hidden;background:transparent}.product-bundle-addon__image:before{display:none!important}.product-bundle-addon__image img{position:static!important;display:block;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center;background:transparent!important;box-shadow:none!important}.product-bundle-addon__title{margin:0;font-family:inherit!important;font-weight:500!important;letter-spacing:0}.product-bundle-addon__variant{display:block;color:var(--bundle-muted-text);font-family:inherit!important;font-weight:400}.product-bundle-addon__learn-more{display:inline-block;width:fit-content;color:inherit;font-family:inherit!important;font-weight:400;text-decoration:underline;text-decoration-thickness:.75px!important;text-underline-offset:3px}.product-bundle-addon__learn-more:hover{opacity:.7}.product-bundle-addon__price{display:flex;align-items:baseline;justify-content:flex-end;min-width:max-content;white-space:nowrap;text-align:right}.product-bundle-addon__compare-price{color:var(--bundle-muted-text);font-family:inherit!important;font-weight:400;line-height:1;text-decoration:line-through}.product-bundle-addon__sale-price{font-family:inherit!important;font-weight:500!important;line-height:1}.product-bundle-addon__sold-out{font-family:inherit!important;font-weight:400;opacity:.65}@media screen and (min-width:1101px){.product-bundle-addon{--bundle-responsive-image-size: min(var(--bundle-image-size), 64px);width:calc(100% - 40px);margin-inline:20px!important}.product-bundle-addons__summary{padding-bottom:10px!important}.product-bundle-addons__list{gap:24px!important;padding-top:6px!important}.product-bundle-addon__content{grid-template-columns:24px var(--bundle-responsive-image-size) minmax(0,1fr) auto;grid-template-rows:1fr auto auto auto 1fr;column-gap:12px;row-gap:0;align-items:start;min-height:80px;padding:8px 14px}.product-bundle-addon__select{grid-column:1;grid-row:1 / -1;align-self:center;width:24px;height:24px}.product-bundle-addon__checkbox{width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important}.product-bundle-addon__checkbox:checked{background-size:14px 14px!important}.product-bundle-addon__image{grid-column:2;grid-row:1 / -1;align-self:center}.product-bundle-addon__details{display:contents}.product-bundle-addon__title{grid-column:3;grid-row:2;align-self:baseline;font-size:15px;line-height:1.2}.product-bundle-addon__variant{grid-column:3;grid-row:3;margin-top:3px;font-size:12px;line-height:1.15}.product-bundle-addon__learn-more{grid-column:3;grid-row:4;margin-top:8px;font-size:12px;line-height:1}.product-bundle-addon__price{grid-column:4;grid-row:1 / -1;align-self:center;gap:7px;margin:0;padding:0}.product-bundle-addon__compare-price{font-size:13px}.product-bundle-addon__sale-price{font-size:15px}.product-bundle-addon__badge{right:14px;padding:5px 9px;font-size:11px}.product-bundle-addon--no-image .product-bundle-addon__content{grid-template-columns:24px minmax(0,1fr) auto}.product-bundle-addon--no-image .product-bundle-addon__title,.product-bundle-addon--no-image .product-bundle-addon__variant,.product-bundle-addon--no-image .product-bundle-addon__learn-more{grid-column:2}.product-bundle-addon--no-image .product-bundle-addon__price{grid-column:3}}@media screen and (min-width:750px)and (max-width:1100px){.product-bundle-addons{margin-top:22px}.product-bundle-addons__summary{padding-bottom:9px!important}.product-bundle-addons__heading{font-size:14px}.product-bundle-addons__toggle-icon{width:15px;height:15px}.product-bundle-addons__list{gap:24px!important;padding-top:6px!important}.product-bundle-addon{--bundle-responsive-image-size: min(var(--bundle-image-size), 64px);width:calc(100% - 28px);margin-inline:14px!important}.product-bundle-addon__content{grid-template-columns:22px var(--bundle-responsive-image-size) minmax(0,1fr) auto;grid-template-rows:1fr auto auto auto 1fr;column-gap:10px;row-gap:0;align-items:start;min-height:var(--bundle-responsive-image-size);padding:8px 12px}.product-bundle-addon__select{grid-column:1;grid-row:1 / -1;align-self:center;width:22px;height:22px}.product-bundle-addon__checkbox{width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important;border-width:1px!important}.product-bundle-addon__checkbox:checked{background-size:14px 14px!important}.product-bundle-addon__image{grid-column:2;grid-row:1 / -1;align-self:center}.product-bundle-addon__details{display:contents}.product-bundle-addon__title{grid-column:3;grid-row:2;align-self:baseline;font-size:14px;line-height:1.2;white-space:nowrap}.product-bundle-addon__variant{grid-column:3;grid-row:3;margin-top:2px;font-size:11px;line-height:1.15}.product-bundle-addon__learn-more{grid-column:3;grid-row:4;margin-top:6px;font-size:11px;line-height:1;text-underline-offset:2px}.product-bundle-addon__price{grid-column:4;grid-row:1 / -1;align-self:center;gap:5px;margin:0;padding:0}.product-bundle-addon__compare-price{font-size:11px}.product-bundle-addon__sale-price{font-size:13px}.product-bundle-addon__badge{right:12px;padding:4px 8px;border-radius:5px;font-size:10px}.product-bundle-addon--no-image .product-bundle-addon__content{grid-template-columns:22px minmax(0,1fr) auto}.product-bundle-addon--no-image .product-bundle-addon__title,.product-bundle-addon--no-image .product-bundle-addon__variant,.product-bundle-addon--no-image .product-bundle-addon__learn-more{grid-column:2}.product-bundle-addon--no-image .product-bundle-addon__price{grid-column:3}}@media screen and (min-width:391px)and (max-width:749px){.product-bundle-addons{margin-top:22px}.product-bundle-addons__summary{padding-bottom:12px!important}.product-bundle-addons__heading{font-size:17px}.product-bundle-addons__list{gap:24px!important;padding-top:6px!important}.product-bundle-addon{--bundle-responsive-image-size: min(var(--bundle-image-size), 78px);border-radius:8px}.product-bundle-addon__content{grid-template-columns:28px var(--bundle-responsive-image-size) minmax(0,1fr) auto;grid-template-rows:1fr auto auto auto 1fr;column-gap:8px;row-gap:0;align-items:start;min-height:var(--bundle-responsive-image-size);padding:9px 12px}.product-bundle-addon__select{grid-column:1;grid-row:1 / -1;align-self:center;width:28px;height:28px}.product-bundle-addon__checkbox{width:20px!important;height:20px!important;min-width:20px!important;max-width:20px!important;min-height:20px!important;max-height:20px!important;border-width:1px!important;border-color:#dadada!important;border-radius:4px;background:#fff!important}.product-bundle-addon__checkbox:checked{background-size:14px 14px!important}.product-bundle-addon__image{grid-column:2;grid-row:1 / -1;align-self:center}.product-bundle-addon__details{display:contents}.product-bundle-addon__title{grid-column:3;grid-row:2;align-self:baseline;margin:0;font-size:14px;line-height:1.08;font-weight:500!important;letter-spacing:0;white-space:normal}.product-bundle-addon__variant{grid-column:3;grid-row:3;margin-top:2px;font-size:11px;line-height:1.1}.product-bundle-addon__learn-more{grid-column:3;grid-row:4;width:fit-content;margin-top:7px;font-size:12px;line-height:1;text-decoration-thickness:.75px!important;text-underline-offset:3px}.product-bundle-addon__price{grid-column:4;grid-row:1 / -1;display:flex;align-items:baseline;align-self:center;justify-content:flex-end;gap:5px;min-width:max-content;margin:0;padding:0;white-space:nowrap;text-align:right}.product-bundle-addon__compare-price{font-size:12px;line-height:1}.product-bundle-addon__sale-price{font-size:14px;line-height:1;font-weight:500!important}.product-bundle-addon__badge{top:0;right:12px;transform:translateY(-45%);padding:5px 9px;border-radius:5px;font-size:11px;line-height:1}.product-bundle-addon--no-image .product-bundle-addon__content{grid-template-columns:28px minmax(0,1fr) auto}.product-bundle-addon--no-image .product-bundle-addon__title,.product-bundle-addon--no-image .product-bundle-addon__variant,.product-bundle-addon--no-image .product-bundle-addon__learn-more{grid-column:2}.product-bundle-addon--no-image .product-bundle-addon__price{grid-column:3}}@media screen and (max-width:390px){.product-bundle-addons{margin-top:20px}.product-bundle-addons__summary{padding-bottom:10px!important}.product-bundle-addons__heading{font-size:16px}.product-bundle-addons__list{gap:22px!important;padding-top:6px!important}.product-bundle-addon{--bundle-responsive-image-size: min(var(--bundle-image-size), 68px);border-radius:8px}.product-bundle-addon__content{grid-template-columns:24px var(--bundle-responsive-image-size) minmax(0,1fr) auto;grid-template-rows:1fr auto auto auto 1fr;column-gap:6px;row-gap:0;align-items:start;min-height:var(--bundle-responsive-image-size);padding:8px 9px}.product-bundle-addon__select{grid-column:1;grid-row:1 / -1;align-self:center;width:24px;height:24px}.product-bundle-addon__checkbox{width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;border-width:1px!important;border-color:#dadada!important;border-radius:3px;background:#fff!important}.product-bundle-addon__checkbox:checked{background-size:13px 13px!important}.product-bundle-addon__image{grid-column:2;grid-row:1 / -1;align-self:center}.product-bundle-addon__details{display:contents}.product-bundle-addon__title{grid-column:3;grid-row:2;align-self:baseline;margin:0;font-size:13px;line-height:1.05;font-weight:500!important;letter-spacing:0;white-space:normal}.product-bundle-addon__variant{grid-column:3;grid-row:3;margin-top:2px;font-size:10px;line-height:1.1}.product-bundle-addon__learn-more{grid-column:3;grid-row:4;width:fit-content;margin-top:6px;font-size:11px;line-height:1;text-decoration-thickness:.75px!important;text-underline-offset:3px}.product-bundle-addon__price{grid-column:4;grid-row:1 / -1;display:flex;align-items:baseline;align-self:center;justify-content:flex-end;gap:4px;min-width:max-content;margin:0;padding:0;white-space:nowrap;text-align:right}.product-bundle-addon__compare-price{font-size:11px;line-height:1}.product-bundle-addon__sale-price{font-size:13px;line-height:1;font-weight:500!important}.product-bundle-addon__badge{top:0;right:9px;transform:translateY(-45%);padding:4px 7px;border-radius:5px;font-size:10px;line-height:1}.product-bundle-addon--no-image .product-bundle-addon__content{grid-template-columns:24px minmax(0,1fr) auto}.product-bundle-addon--no-image .product-bundle-addon__title,.product-bundle-addon--no-image .product-bundle-addon__variant,.product-bundle-addon--no-image .product-bundle-addon__learn-more{grid-column:2}.product-bundle-addon--no-image .product-bundle-addon__price{grid-column:3}}
/*# sourceMappingURL=/cdn/shop/t/211/assets/product-bundle-addon.css.map */
