.valentine-bundle{width:100%;padding:20px 0}.valentine-bundle__title{font-size:20px;font-weight:600;margin:0 0 8px;color:var(--text, #0b0b0b)}.valentine-bundle__subtitle{font-size:16px;font-weight:400;margin:0 0 20px;color:var(--text-lighten, #3e3e3e)}.valentine-bundle__container{display:flex;flex-direction:column;gap:20px;width:100%}.valentine-bundle__images{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.valentine-bundle__main-image{width:120px;height:120px;border-radius:8px;overflow:hidden;background:var(--bg-lighten-darken, #f7f7f7);display:flex;align-items:center;justify-content:center}.valentine-bundle__main-image img{width:100%;height:100%;display:block;object-fit:cover}.valentine-bundle__plus-icon{display:flex;align-items:center;justify-content:center;color:var(--text, #0b0b0b);flex-shrink:0}.valentine-bundle__selected-products{display:flex;gap:8px;flex-wrap:wrap;flex:1}.valentine-bundle__add-product{width:120px;height:120px;border:2px dashed var(--border-alpha-30, rgba(0, 0, 0, .3));border-radius:8px;background:var(--bg-lighten-darken, #f7f7f7);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:var(--text-alpha-50, rgba(11, 11, 11, .5))}.valentine-bundle__add-product:hover{border-color:var(--border, #000);background:var(--bg, #fff);color:var(--text, #0b0b0b);transform:scale(1.02)}.valentine-bundle__selected-item{width:120px;height:120px;border-radius:8px;overflow:hidden;position:relative;background:var(--bg-lighten-darken, #f7f7f7)}.valentine-bundle__selected-item img{width:100%;height:100%;object-fit:cover;display:block}.valentine-bundle__remove-item{position:absolute;top:4px;right:4px;width:24px;height:24px;border-radius:50%;background:#000000b3;border:none;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0}.valentine-bundle__remove-item:hover{background:#000000e6;transform:scale(1.1)}.valentine-bundle__cta{display:flex;flex-direction:column;gap:16px;width:100%}.valentine-bundle__pricing{display:flex;flex-direction:column;gap:12px;padding:16px 0;border-top:1px solid var(--hairline, #f7f7f7)}.valentine-bundle__price-wrapper{display:flex;align-items:baseline;gap:12px;flex-wrap:wrap}.valentine-bundle__price-current{font-size:20px;font-weight:600;color:var(--text, #0b0b0b);line-height:1.2}.valentine-bundle__price-compare{font-size:22px;color:var(--text-alpha-50, rgba(11, 11, 11, .5));line-height:1.2}.valentine-bundle__price-compare.hidden{display:none}.valentine-bundle__badges{display:flex;gap:8px;flex-wrap:wrap}.valentine-bundle__badge{display:inline-flex;align-items:center;padding:6px 12px;border-radius:20px;font-size:13px;font-weight:600;line-height:1;white-space:nowrap}.valentine-bundle__badge--save{background:var(--success-bg, #ECFEF0);color:var(--success, #56AD6A)}.valentine-bundle__badge--campaign{background:var(--accent, #fff7f2);color:var(--text, #0b0b0b);border:1px solid var(--border-alpha-15, rgba(0, 0, 0, .15))}.valentine-bundle__cart-note{display:flex;align-items:center;gap:8px;padding:10px 12px;border-radius:8px;font-size:13px;margin-top:8px}.valentine-bundle__cart-note svg{flex-shrink:0;width:16px;height:16px}.valentine-bundle__button{width:100%;padding:14px 24px;background:var(--black, #000);color:var(--white, #fff);border:none;border-radius:10px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease;text-align:center}.valentine-bundle__button:hover:not(:disabled){background:var(--black-lighten, #1a1a1a);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.valentine-bundle__button:disabled{opacity:.5;cursor:not-allowed}.valentine-bundle-popup{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999;display:none;opacity:0;transition:opacity .3s ease;padding:20px}.valentine-bundle-popup.is-active{display:flex;align-items:center;justify-content:center}.valentine-bundle-popup.is-visible{opacity:1}.valentine-bundle-popup__backdrop{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.valentine-bundle-popup__container{position:relative;width:100%;max-width:900px;max-height:calc(100vh - 40px);background:var(--bg, #fff);border-radius:16px;box-shadow:0 20px 60px #0000004d;display:flex;flex-direction:column;overflow:hidden;transform:scale(.9);transition:transform .3s ease;z-index:1}.valentine-bundle-popup.is-visible .valentine-bundle-popup__container{transform:scale(1)}.valentine-bundle-popup__header{display:flex;justify-content:space-between;align-items:center;padding:24px;border-bottom:1px solid var(--hairline, #f7f7f7);flex-shrink:0;position:relative;z-index:2}.valentine-bundle-popup__title{font-size:24px;font-weight:600;margin:0;color:var(--text, #0b0b0b);flex:1}.valentine-bundle-popup__close{width:40px;height:40px;border:none;background:var(--bg-lighten-darken, #f7f7f7);border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;color:var(--text, #0b0b0b);padding:0;flex-shrink:0;position:relative;z-index:3}.valentine-bundle-popup__close:hover{background:var(--bg-lighten-darken-highlight, #d9d9d9);transform:rotate(90deg)}.valentine-bundle-popup__content{flex:1;overflow-y:auto;overflow-x:hidden;padding:24px;-webkit-overflow-scrolling:touch}.valentine-bundle-popup__products{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:16px}.valentine-bundle-product{display:flex;flex-direction:column;gap:12px;cursor:pointer;transition:transform .2s ease}.valentine-bundle-product:hover{transform:translateY(-2px)}.valentine-bundle-product--unavailable{opacity:.6;cursor:not-allowed}.valentine-bundle-product__image-wrapper{position:relative;width:100%;aspect-ratio:1;border-radius:8px;overflow:hidden;background:var(--bg-lighten-darken, #f7f7f7)}.valentine-bundle-product__image{width:100%;height:100%;object-fit:cover;display:block}.valentine-bundle-product__checkbox-wrapper{position:absolute;top:8px;right:8px;z-index:2}.valentine-bundle-product__checkbox{width:28px;height:28px;border:2px solid var(--white, #fff);background:#ffffffe6;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;padding:0;box-shadow:0 2px 8px #0000001a}.valentine-bundle-product__checkbox:hover:not(:disabled){background:var(--white, #fff);transform:scale(1.1)}.valentine-bundle-product__check-icon{opacity:0;transform:scale(0);transition:all .2s ease}.valentine-bundle-product.is-selected .valentine-bundle-product__checkbox{background:var(--black, #000);border-color:var(--black, #000)}.valentine-bundle-product.is-selected .valentine-bundle-product__check-icon{opacity:1;transform:scale(1)}.valentine-bundle-product__badge{position:absolute;bottom:8px;left:8px;padding:4px 12px;background:#000c;color:#fff;font-size:12px;font-weight:500;border-radius:4px}.valentine-bundle-product__info{display:flex;flex-direction:column;gap:4px}.valentine-bundle-product__title{font-size:14px;font-weight:500;margin:0;color:var(--text, #0b0b0b);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.valentine-bundle-product__price{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.valentine-bundle-product__price--compare{font-size:12px;color:var(--text-alpha-50, rgba(11, 11, 11, .5));text-decoration:line-through}.valentine-bundle-product__price--sale{font-size:14px;font-weight:600;color:var(--text, #0b0b0b)}.valentine-bundle-popup__empty{grid-column:1 / -1;text-align:center;padding:40px 20px;color:var(--text-alpha-60, rgba(11, 11, 11, .6))}.valentine-bundle-popup__footer{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-top:1px solid var(--hairline, #f7f7f7);background:var(--bg, #fff);flex-shrink:0;position:relative;z-index:2}.valentine-bundle-popup__selected-count{font-size:14px;font-weight:500;color:var(--text, #0b0b0b)}.valentine-bundle-popup__confirm{padding:12px 32px;background:var(--black, #000);color:var(--white, #fff);border:none;border-radius:10px;font-size:16px;font-weight:500;cursor:pointer;transition:all .3s ease}.valentine-bundle-popup__confirm:hover{background:var(--black-lighten, #1a1a1a);transform:translateY(-1px);box-shadow:0 4px 12px #00000026}@media (max-width: 768px){.valentine-bundle-popup{padding:10px}.valentine-bundle-popup__products{grid-template-columns:repeat(2,1fr);gap:12px}.valentine-bundle-popup__container{max-height:calc(100vh - 20px);border-radius:12px}.valentine-bundle-popup__header,.valentine-bundle-popup__content,.valentine-bundle-popup__footer{padding:16px}.valentine-bundle-popup__title{font-size:18px}.valentine-bundle__images{gap:8px;justify-content:center}.valentine-bundle__main-image,.valentine-bundle__add-product,.valentine-bundle__selected-item{width:100px;height:100px}.valentine-bundle-product__title{font-size:13px;-webkit-line-clamp:2}.valentine-bundle-product__price--sale{font-size:13px}}@media (max-width: 480px){.valentine-bundle-popup{padding:5px}.valentine-bundle-popup__container{max-height:calc(100vh - 10px)}.valentine-bundle-popup__header{padding:16px 12px;gap:12px}.valentine-bundle-popup__title{font-size:16px}.valentine-bundle-popup__close{width:36px;height:36px;min-width:36px;min-height:36px}.valentine-bundle-popup__content{padding:12px}.valentine-bundle-popup__footer{flex-direction:column;gap:12px;align-items:stretch;padding:12px}.valentine-bundle-popup__confirm{width:100%}.valentine-bundle-popup__products{gap:10px}.valentine-bundle__images{justify-content:center}.valentine-bundle__main-image,.valentine-bundle__add-product,.valentine-bundle__selected-item{width:80px;height:80px}.valentine-bundle-product__title,.valentine-bundle-product__price--sale{font-size:12px}.valentine-bundle-product__price--compare{font-size:11px}.valentine-bundle__price-current{font-size:20px}.valentine-bundle__price-compare{font-size:18px}.valentine-bundle__badge{font-size:12px;padding:5px 10px}.valentine-bundle__cart-note{font-size:12px;padding:8px 10px}.valentine-bundle__cart-note svg{width:14px;height:14px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.valentine-bundle-popup.is-animating{animation:fadeIn .3s ease}.valentine-bundle-popup__container.is-animating{animation:slideUp .3s ease}body.valentine-bundle-popup-open{overflow:hidden}
/*# sourceMappingURL=/cdn/shop/t/32/assets/valentine-bundle.css.map */
