.accessory-bundle{--accessory-bundle-accent: #569421;--accessory-bundle-line: rgba(var(--text-color) / .1);border:1px solid var(--accessory-bundle-line);border-radius:12px;padding:18px 20px 8px;background-color:#fff}.accessory-bundle__heading{display:flex;align-items:center;gap:8px;margin:0 0 4px}.accessory-bundle__heading:before{content:"";flex:none;width:17px;height:17px;background-color:var(--accessory-bundle-accent);-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2.5l2.9 6.2 6.6.9-4.8 4.7 1.2 6.7L12 17.8l-5.9 3.2 1.2-6.7L2.5 9.6l6.6-.9z'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M12 2.5l2.9 6.2 6.6.9-4.8 4.7 1.2 6.7L12 17.8l-5.9 3.2 1.2-6.7L2.5 9.6l6.6-.9z'/></svg>");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.accessory-bundle__list{display:flex;flex-direction:column;gap:6px;margin:0;padding:0;list-style:none}.accessory-bundle__item{position:relative;display:grid;grid-template-columns:auto 60px minmax(0,1fr) auto;align-items:center;gap:4px 16px;margin:0 -10px;padding:11px 10px;border-radius:8px;transition:background-color .15s ease,box-shadow .15s ease}.accessory-bundle__item+.accessory-bundle__item:before{content:"";position:absolute;top:-3px;left:10px;right:10px;border-top:1px solid var(--accessory-bundle-line)}.accessory-bundle__item:hover{background-color:rgba(var(--text-color) / .03)}.accessory-bundle__item.is-selected{background-color:#56942112;box-shadow:inset 0 0 0 1px #56942166}.accessory-bundle__item.is-selected:before,.accessory-bundle__item.is-selected+.accessory-bundle__item:before{border-top-color:transparent}.accessory-bundle__item--collapsed{display:none}.accessory-bundle__list.is-expanded .accessory-bundle__item--collapsed{display:grid}.accessory-bundle__toggle{display:flex;align-items:center;justify-content:center;gap:6px;width:calc(100% + 20px);margin:6px -10px 0;padding:12px 10px 4px;border:0;border-top:1px solid var(--accessory-bundle-line);background:none;color:rgba(var(--text-color) / .7);font-size:14px;cursor:pointer}.accessory-bundle__toggle:hover{color:rgb(var(--text-color))}.accessory-bundle__toggle:after{content:"";width:15px;height:15px;background-color:currentColor;transition:transform .2s ease;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 8.5 12.5 16 5 8.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 8.5 12.5 16 5 8.5' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.accessory-bundle__toggle[aria-expanded=true]:after{transform:rotate(180deg)}.accessory-bundle__toggle-text--less,.accessory-bundle__toggle[aria-expanded=true] .accessory-bundle__toggle-text--more{display:none}.accessory-bundle__toggle[aria-expanded=true] .accessory-bundle__toggle-text--less{display:inline}.accessory-bundle__checkbox{display:grid;place-content:center;width:21px;height:21px;margin:0;flex:none;border:1px solid rgba(var(--text-color) / .28);border-radius:5px;background-color:#fff;-webkit-appearance:none;appearance:none;cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.accessory-bundle__checkbox:after{content:"";width:13px;height:13px;background-color:#fff;transform:scale(0);transition:transform .12s ease;-webkit-mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6.5 9.5 17.5 4 12' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");mask-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20 6.5 9.5 17.5 4 12' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/></svg>");-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.accessory-bundle__checkbox:hover{border-color:var(--accessory-bundle-accent)}.accessory-bundle__checkbox:checked{border-color:var(--accessory-bundle-accent);background-color:var(--accessory-bundle-accent)}.accessory-bundle__checkbox:checked:after{transform:scale(1)}.accessory-bundle__checkbox:focus-visible{outline:2px solid rgb(var(--text-color));outline-offset:2px}.accessory-bundle__media{display:block;cursor:pointer}.accessory-bundle__img{display:block;width:100%;height:52px;object-fit:contain}.accessory-bundle__info{display:flex;flex-direction:column;align-items:flex-start;gap:2px;min-width:0}.accessory-bundle__title{font-size:15px;font-weight:600;line-height:1.35;cursor:pointer}.accessory-bundle__details{font-size:13px;color:rgba(var(--text-color) / .6);text-decoration:underline;text-underline-offset:2px}.accessory-bundle__details:hover{color:rgb(var(--text-color))}.accessory-bundle__select-wrap{margin:5px 0 3px}.accessory-bundle__select{height:32px;padding:0 32px 0 13px;border:1px solid rgba(var(--text-color) / .25);border-radius:999px;background-color:#fff;font-size:14px;font-weight:400;line-height:30px}.accessory-bundle__select-wrap.select:after{top:calc(50% - 7px);right:11px;width:14px;height:14px;background-color:rgba(var(--text-color) / .7)}.accessory-bundle__price{text-align:end;white-space:nowrap}.accessory-bundle__price .price{display:block;font-size:15px}.accessory-bundle__price .price__current{display:block;padding-inline-end:0}.accessory-bundle__price .price__current.accessory-bundle__free{color:var(--accessory-bundle-accent);text-transform:uppercase;letter-spacing:.02em}.accessory-bundle__price .price__was{display:block;font-size:13px}@media(max-width:560px){.accessory-bundle{padding:16px 14px 6px}.accessory-bundle__item{grid-template-columns:auto 48px minmax(0,1fr);gap:2px 12px}.accessory-bundle__img{height:44px}.accessory-bundle__price{grid-column:3;text-align:start}.accessory-bundle__price .price__current,.accessory-bundle__price .price__was{display:inline}.accessory-bundle__price .price__current{padding-inline-end:.4rem}}
/*# sourceMappingURL=/cdn/shop/t/49/assets/accessory-bundle.css.map */
