.heart-selector-wrapper{margin:20px 0 20px 0;padding:18px 0 10px;border-top:1px solid #e5e5e5;width:100%;text-align:left}
.heart-selector-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;flex-wrap:wrap;gap:6px}
.heart-selector-title{font-weight:700;font-size:14px;color:#222}
.heart-selector-counter{font-size:13px;font-weight:600;color:#e63b6f;background:#fce4ec;padding:3px 10px;border-radius:20px}
.heart-selector-progress{width:100%;height:6px;background:#f0f0f0;border-radius:10px;margin-bottom:14px;overflow:hidden}
.heart-selector-progress-fill{height:100%;background:linear-gradient(90deg,#e63b6f,#ff7eb3);border-radius:10px;transition:width 0.3s ease}
.heart-grid{display:grid;grid-template-columns:repeat(10,1fr);gap:5px;margin-bottom:14px}
.heart-btn{aspect-ratio:1;border:1.5px solid #ddd;border-radius:8px;background:#fff;font-size:11px;font-weight:500;color:#555;cursor:pointer;transition:all 0.15s ease;padding:0;display:flex;align-items:center;justify-content:center}
.heart-btn:hover:not(.heart-btn--disabled){border-color:#e63b6f;color:#e63b6f;background:#fff0f4;transform:scale(1.08)}
.heart-btn--selected{background:#e63b6f!important;border-color:#e63b6f!important;color:#fff!important;font-weight:700;box-shadow:0 2px 8px rgba(230,59,111,0.3)}
.heart-btn--disabled{opacity:0.35;cursor:not-allowed}
.heart-selector-selected-list{min-height:36px;background:#fafafa;border:1px dashed #ddd;border-radius:10px;padding:8px 12px;font-size:12px;color:#888;margin-bottom:4px}
.heart-selected-label{margin:0;font-style:italic}
.heart-selected-chips{display:flex;flex-wrap:wrap;gap:5px;margin:0;padding:0;list-style:none}
.heart-selected-chip{background:#fce4ec;color:#e63b6f;font-weight:700;border-radius:20px;padding:2px 10px;font-size:12px;display:flex;align-items:center;gap:4px}
.heart-selected-chip button{background:none;border:none;cursor:pointer;color:#e63b6f;font-size:14px;padding:0;line-height:1;opacity:0.7}
@media(max-width:480px){.heart-grid{grid-template-columns:repeat(8,1fr)}.heart-btn{font-size:10px}}

.product-form__quantity { display: none !important; }

