.hc-bundle-picker{--hc-card-bg: #fff;--hc-card-border: #e0e0e0;--hc-card-radius: 8px;--hc-card-padding: 16px;--hc-card-gap: 8px;--hc-card-selected-bg: #fff;--hc-card-selected-border: #a9894c;--hc-badge-bg: #a9894c;--hc-badge-text: #fff;--hc-radio-checked: #000;--hc-text-primary: #000;--hc-text-secondary: #666;--hc-text-muted: #999;--hc-text-price-strike: #c00;--hc-items-bg: #f5f5f5;--hc-gift-locked-bg: #f9f9f9}.hc-bundle-picker{display:block;width:100%}.hc-bundle-picker__header{margin-bottom:16px}.hc-bundle-picker__title{font-size:15px;font-weight:600;color:var(--hc-text-primary)}.hc-bundle-picker__cards{display:flex;flex-direction:column;gap:var(--hc-card-gap)}.hc-bundle-card{position:relative;display:flex;flex-direction:column;padding:var(--hc-card-padding);background:var(--hc-card-bg);border:1px solid var(--hc-card-border);border-radius:var(--hc-card-radius);cursor:pointer;transition:all .2s ease}.hc-bundle-card:hover{border-color:var(--hc-card-selected-border)}.hc-bundle-card--selected{border:2px solid var(--hc-card-selected-border);background:#e9e9e9}.hc-bundle-card--soldout{opacity:.6;filter:grayscale(40%);cursor:not-allowed;pointer-events:none;-webkit-user-select:none;user-select:none;background:#f8f8f8;border-color:#ddd}.hc-bundle-card--soldout:hover{border-color:#ddd}.hc-bundle-card--soldout .hc-bundle-card__svg-badge{opacity:.4}.hc-bundle-card--soldout .hc-bundle-card__gifts-tag{opacity:.5;background:#888}.hc-bundle-card--soldout .hc-bundle-card__radio input{pointer-events:none}.hc-bundle-card--soldout .hc-bundle-card__radio-label{cursor:not-allowed;background:#e8e8e8;border-color:#ccc}.hc-bundle-card--soldout .hc-bundle-card__title,.hc-bundle-card--soldout .hc-bundle-card__price{color:#999}.hc-bundle-card__header{display:flex;align-items:center;justify-content:space-between;gap:12px}.hc-bundle-card__title-wrap{flex:1;min-width:0}@media screen and (min-width: 768px){.hc-bundle-card__title-wrap{display:flex;flex-direction:row;align-items:center;gap:8px}}@media screen and (max-width: 767px){.hc-bundle-card__radio--desktop{display:none!important}.hc-bundle-card__title-wrap{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.hc-bundle-card__gifts-tag{margin-left:0!important}}@media screen and (min-width: 768px){.hc-bundle-card__radio--desktop{display:inline-flex!important}.hc-bundle-card__radio--mobile{display:none!important}}.hc-bundle-card__title{font-size:16px;font-weight:400;color:var(--hc-text-primary);line-height:1.2}.hc-bundle-card--selected .hc-bundle-card__title{font-weight:600}.hc-bundle-card__right{display:flex;flex-direction:row;align-items:center;gap:8px;flex-shrink:0}@media screen and (min-width: 768px){.hc-bundle-card__right{gap:12px}}.hc-bundle-card__price-wrap{display:flex;align-items:center;gap:6px;flex-direction:row-reverse}@media screen and (max-width: 767px){.hc-bundle-card__price-wrap{flex-direction:column}}@media screen and (min-width: 768px){.hc-bundle-card__price-badge-row{flex-direction:row;align-items:center;gap:8px}}.hc-bundle-card__badge-price-inline{display:flex;align-items:center;gap:8px}.hc-bundle-card__svg-badge{position:absolute;top:-7px;right:16px;z-index:2;line-height:0}.hc-bundle-card__svg-badge--most{right:0}.hc-bundle-card__svg-badge img{display:block;height:20px;width:auto}@media screen and (max-width: 767px){.hc-bundle-card__svg-badge{right:auto;left:50%;transform:translate(-50%)}}.hc-bundle-card__badge{position:absolute;top:-7px;right:16px;display:inline-flex;align-items:center;justify-content:center;padding:0 12px;min-width:80px;height:14px;background:url(hc-sale-bag-icon.svg) no-repeat center center;background-size:contain;color:#fff;font-size:12px;font-weight:500;white-space:nowrap;z-index:2}.hc-bundle-card__price{font-size:18px;font-weight:700;color:var(--hc-text-primary);line-height:1}.hc-bundle-card__compare-price{font-size:14px;font-weight:400;color:var(--hc-text-muted);text-decoration:line-through;line-height:1}.hc-bundle-card__gifts-tag{display:inline-flex;align-items:center;padding:3px 8px;background:#000;color:#fff;font-size:12px;font-weight:700;border-radius:3px;white-space:nowrap;text-transform:uppercase;letter-spacing:.02em;vertical-align:middle}.hc-bundle-card__radio{position:relative}.hc-bundle-card__radio input{position:absolute;opacity:0;width:0;height:0}.hc-bundle-card__radio-label{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:2px solid var(--hc-card-border);border-radius:50%;background:#fff;cursor:pointer;transition:all .2s ease}.hc-bundle-card__radio-label:after{content:"";display:none;width:8px;height:5px;border-left:2px solid #fff;border-bottom:2px solid #fff;transform:rotate(-45deg);margin-bottom:2px}.hc-bundle-card__radio input:checked+.hc-bundle-card__radio-label{border-color:var(--hc-radio-checked);background:var(--hc-radio-checked)}.hc-bundle-card__radio input:checked+.hc-bundle-card__radio-label:after{display:block}.hc-bundle-card__details{max-height:0;overflow:hidden;opacity:0;margin-top:0;transition:max-height .3s ease,opacity .2s ease,margin-top .3s ease}.hc-bundle-card--expanded .hc-bundle-card__details{max-height:600px;opacity:1;margin-top:10px}.hc-bundle-card--expanded .hc-bundle-card__details:empty,.hc-bundle-card--expanded .hc-bundle-card__details:not(:has(*)){max-height:0;opacity:0;margin-top:0}.hc-bundle-card__options{display:grid;grid-template-columns:minmax(0,35%) minmax(0,65%);gap:12px;padding-bottom:8px}.hc-bundle-card__options:has(.hc-bundle-card__option:only-child){grid-template-columns:65%}.hc-bundle-card__option{display:flex;flex-direction:row;align-items:center;gap:8px;min-width:0}.hc-bundle-card__option-label{font-size:14px;font-weight:500;color:var(--hc-text-secondary)}.hc-bundle-card__select{width:100%;min-width:0;padding:5px 32px 5px 12px;font-size:13px;font-weight:500;color:var(--hc-text-primary);border:1px solid #050505;border-radius:8px;background:#fff;cursor:pointer;-webkit-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23666' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 10px center;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.hc-bundle-card__select:focus{outline:none;border-color:var(--hc-card-selected-border)}.hc-bundle-card__items{display:flex;align-items:flex-start;justify-content:center;gap:0;padding:8px;background:#fff;border-radius:8px;flex-wrap:nowrap}@media screen and (min-width: 768px){.hc-bundle-card__items{gap:16px;padding:8px 16px}}@media screen and (min-width: 1024px){.hc-bundle-card__items{gap:32px;padding:8px 40px}}.hc-bundle-card__item{position:relative;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;flex:0 0 auto;width:81px}.hc-bundle-card__item-image{position:relative;width:81px;height:81px;border:2px dashed #474747;border-radius:7px;overflow:visible;background:#fff}.hc-bundle-card__item-image img{width:100%;height:100%;object-fit:cover;object-position:center bottom;border-radius:7px}.hc-bundle-card__item-badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:2px 10px;background:#000;color:#fff;font-size:12px;font-weight:700;border-radius:100px;white-space:nowrap;z-index:1}.hc-bundle-card__item-info{display:flex;flex-direction:column;align-items:center;gap:0;width:100%}.hc-bundle-card__item-material,.hc-bundle-card__item-title{font-size:12px;font-weight:400;color:#030405;text-align:center;line-height:1.2;width:95px;white-space:nowrap}.hc-bundle-card__item-price{font-size:10px;color:var(--hc-text-muted);text-decoration:line-through;display:none}.hc-bundle-card__item-plus{display:flex;align-items:center;justify-content:center;width:20px;height:20px;background:url(hc-plus-icon.svg) center/contain no-repeat;font-size:0;color:transparent;line-height:1;margin-top:30px;flex-shrink:0}.hc-bundle-gift{padding-top:24px;border-top:1px solid var(--hc-card-border)}.hc-bundle-gift__header{text-align:center}.hc-bundle-gift__title{font-size:15px;font-weight:700;color:var(--hc-text-primary)}.hc-bundle-gift__items{display:flex;justify-content:center;gap:20px;flex-wrap:wrap;align-items:center}.hc-bundle-gift__item{position:relative;display:flex;flex-direction:column;align-items:center;width:100px;min-height:100px;padding:12px;background:var(--hc-gift-locked-bg);border-radius:8px;transition:all .3s ease}.hc-bundle-gift__locked-box,.hc-bundle-gift__unlocked-content{transition:opacity .3s ease,transform .3s ease}.hc-bundle-gift__item--locked .hc-bundle-gift__unlocked-content{opacity:0;transform:scale(.9);position:absolute;pointer-events:none}.hc-bundle-gift__item--locked .hc-bundle-gift__locked-box{opacity:1;transform:scale(1)}.hc-bundle-gift__item--active .hc-bundle-gift__locked-box{opacity:0;transform:scale(.9);position:absolute;pointer-events:none}.hc-bundle-gift__item--active .hc-bundle-gift__unlocked-content{opacity:1;transform:scale(1)}.hc-bundle-gift__unlocked-content{display:flex;flex-direction:column;align-items:center}.hc-bundle-gift__item--locked{background:var(--hc-gift-locked-bg)}.hc-bundle-gift__locked-box{display:flex;flex-direction:column;align-items:center;gap:8px}.hc-bundle-gift__icon{width:40px;height:40px;color:#ccc}.hc-bundle-gift__locked-text{font-size:12px;font-weight:500;color:var(--hc-text-muted)}.hc-bundle-gift__item--active{background:transparent}.hc-bundle-gift__item-image{position:relative;width:80px;height:80px;border-radius:6px;overflow:visible;background:#f5f5f5;margin-bottom:8px}.hc-bundle-gift__price-badge{position:absolute;top:-4px;left:50%;transform:translate(-50%);padding:2px 6px;background:#ba0000;color:#fff;font-size:12px;font-weight:600;border-radius:3px;white-space:nowrap;z-index:1}.hc-bundle-gift__item-image img{width:100%;height:100%;object-fit:cover;object-position:bottom}.hc-bundle-gift__item-info{display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center}.hc-bundle-gift__item-title{font-size:12px;font-weight:500;color:var(--hc-text-primary);max-width:90px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-bundle-gift__item-price{font-size:12px;color:var(--hc-text-primary)}.hc-bundle-gift__item-price s{color:var(--hc-text-primary)}.hc-bundle-gift__locked-price{font-size:12px;font-weight:500;color:var(--hc-text-muted)}.hc-bundle-gift__locked-price s{color:var(--hc-text-muted)}@media screen and (max-width: 479px){.hc-bundle-card__options{grid-template-columns:1fr;gap:0px}.hc-bundle-card__options:has(.hc-bundle-card__option:only-child){grid-template-columns:1fr}.hc-bundle-card__items{gap:5px;padding:8px 4px}.hc-bundle-card__item-plus{width:16px;height:16px;font-size:10px;margin-top:30px}.hc-bundle-card__item-title{font-size:12px}.hc-bundle-gift__items{gap:12px}.hc-bundle-gift__item{width:90px;padding:10px}.hc-bundle-gift__icon{width:32px;height:32px}}.hc-btn-with-price .btn,.hc-btn-with-price button.btn,.hc-btn-with-price [data-add-to-cart]{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;position:relative!important;min-height:60px!important;padding:16px 24px!important;background:#a9894c!important;border:none!important;border-radius:8px!important;color:#fff!important}.hc-btn-with-price .btn:hover,.hc-btn-with-price button.btn:hover,.hc-btn-with-price [data-add-to-cart]:hover{background:#917839!important}.hc-btn-with-price .btn .btn__text{display:inline-flex!important;align-items:center!important;gap:12px!important;font-family:Work Sans,sans-serif!important;font-size:18px!important;font-weight:700!important;text-transform:uppercase!important;color:#fff!important;white-space:nowrap!important}@media (max-width: 749px){.hc-btn-with-price .btn,.hc-btn-with-price button.btn,.hc-btn-with-price [data-add-to-cart]{min-height:52px!important;padding:12px 16px!important}.hc-btn-with-price .btn .btn__text{font-size:14px!important;gap:8px!important}.hc-btn-with-price .btn .btn__price-wrapper{margin-left:8px!important;padding:3px 10px!important}.hc-btn-with-price .btn .btn__price{font-size:14px!important}.hc-btn-with-price .btn:after,.hc-btn-with-price button.btn:after,.hc-btn-with-price [data-add-to-cart]:after{right:16px!important;width:16px!important;height:16px!important}}.hc-btn-with-price .btn .btn__price-wrapper{display:inline-flex!important;align-items:center!important;gap:8px!important;margin-left:12px!important;border:1px dashed #fff!important;border-radius:100px!important;padding:4px 16px!important}.hc-btn-with-price .btn .btn__price{flex-shrink:0!important;display:inline!important;font-weight:700!important;font-size:18px!important;color:#fff!important;border:none!important;border-radius:0!important;padding:0!important}.hc-btn-with-price .btn .btn__price--compare{color:#fff9!important;text-decoration:line-through!important}@media (max-width: 749px){.hc-btn-with-price .btn .btn__price--compare{display:none!important}}.hc-btn-with-price .btn .btn__price--sale{color:#fff!important;text-decoration:none!important}.hc-btn-with-price .btn .btn__price s{display:none!important}.hc-btn-with-price .btn .btn__price:before,.hc-btn-with-price .btn .btn__price:after{display:none!important;content:none!important}.hc-btn-with-price .btn:after,.hc-btn-with-price button.btn:after,.hc-btn-with-price [data-add-to-cart]:after{content:""!important;position:absolute!important;right:24px!important;top:50%!important;transform:translateY(-50%)!important;width:20px!important;height:20px!important;background:url(icon-arrow-right.svg) center/contain no-repeat!important;filter:brightness(0) invert(1)!important}.hc-btn-with-price .btn .btn__added{position:absolute!important;opacity:0!important;pointer-events:none!important}.hc-btn-with-price .btn .btn__loader{position:absolute!important;right:24px!important;top:50%!important;transform:translateY(-50%)!important;width:20px!important;height:20px!important;display:none!important}.hc-btn-with-price .btn.is-loading .btn__loader{display:block!important}.hc-btn-with-price .btn .btn__loader svg{display:none!important}.hc-btn-with-price .btn .btn__loader:after{content:""!important;display:block!important;width:20px!important;height:20px!important;border:2px solid rgba(255,255,255,.3)!important;border-top-color:#fff!important;border-radius:50%!important;animation:hc-spin .8s linear infinite!important}@keyframes hc-spin{to{transform:rotate(360deg)}}.hc-btn-with-price .btn.is-loading:after{display:none!important}.hc-btn-with-price .btn.is-loading .btn__text{opacity:0!important}.hc-bundle-gift-promo{margin-top:8px;margin-bottom:8px;padding:16px;background:#fcf4df;border:1px dashed #dfc9a1;border-radius:10px}.hc-bundle-gift-promo__header{text-align:center;margin-bottom:16px}.hc-bundle-gift-promo__title{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 4px;font-family:Work Sans,sans-serif;font-size:16px;font-weight:600;color:#030405;font-style:normal}.hc-bundle-gift-promo__gift-icon{width:15px;height:15px;flex-shrink:0}.hc-bundle-gift-promo__subtitle{margin:0;font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;color:#030405}.hc-bundle-gift-promo__slots{display:flex;justify-content:center;align-items:center;gap:15px}.hc-bundle-gift-promo__plus{display:flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;margin-top:-13px}.hc-bundle-gift-promo__plus img{width:100%;height:100%;object-fit:contain}.hc-bundle-gift-promo__slot{position:relative;display:flex;flex-direction:column;align-items:center;gap:0;background:transparent}.hc-bundle-gift-promo__slot-content{display:flex;align-items:center;justify-content:center;width:81px;height:81px;padding:0;background:transparent;border:2px dashed #DFC9A1;border-radius:7px;overflow:hidden}.hc-bundle-gift-promo__slot--active .hc-bundle-gift-promo__slot-content{background:linear-gradient(180deg,#fff1d7,#ffdfa1);border:2px dashed #DFC9A1}.hc-bundle-gift-promo__slot--locked .hc-bundle-gift-promo__slot-content{background:#fff;border:2px dashed #DFC9A1}.hc-bundle-gift-promo__badge{position:absolute;top:-10px;left:50%;transform:translate(-50%);padding:4px 12px;background:#ba0000;color:#fff;font-family:Work Sans,sans-serif;font-size:10px;font-weight:600;border-radius:100px;white-space:nowrap;z-index:2}.hc-bundle-gift-promo__badge-price{text-decoration:line-through}.hc-bundle-gift-promo__image{width:81px;height:81px;flex-shrink:0}.hc-bundle-gift-promo__image img{width:100%;height:100%;object-fit:cover;object-position:center bottom;display:block}.hc-bundle-gift-promo__lock{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;max-width:52px}.hc-bundle-gift-promo__lock-icon{width:28px;height:28px}.hc-bundle-gift-promo__lock-title{font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;color:#868686;text-align:center;line-height:1.2}.hc-bundle-gift-promo__slot-info{display:flex;flex-direction:column;align-items:center;gap:0;margin-top:6px}.hc-bundle-gift-promo__slot-material,.hc-bundle-gift-promo__slot-label{font-family:Work Sans,sans-serif;font-size:12px;font-weight:400;color:#030405;text-align:center;line-height:1.2}.hc-bundle-gift-promo__slot--active .hc-bundle-gift-promo__slot-label{font-weight:400;color:#030405}.hc-bundle-gift-promo__slot-locked-label{margin-top:6px;width:81px;height:10px;background:#fff;border-radius:90px;color:transparent;font-size:0;overflow:hidden}.hc-bundle-gift-promo__slot--locked .hc-bundle-gift-promo__slot-info,.hc-bundle-gift-promo__slot--active .hc-bundle-gift-promo__slot-locked-label{display:none}@media screen and (max-width: 479px){.hc-bundle-gift-promo{padding:12px}.hc-bundle-gift-promo__title{font-size:14px}.hc-bundle-gift-promo__subtitle{font-size:11px}.hc-bundle-gift-promo__slots{gap:6px}.hc-bundle-gift-promo__plus{width:16px;height:16px}.hc-bundle-gift-promo__slot{padding:0 4px 8px;min-height:90px}.hc-bundle-gift-promo__badge{font-size:9px;padding:3px 8px}.hc-bundle-gift-promo__image{width:81px;height:81px}.hc-bundle-gift-promo__lock-icon{width:28px;height:28px}.hc-bundle-gift-promo__slot-label{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/hc-bundle-variant-picker.css.map */
