.option-selector__btns--packs{display:flex;flex-direction:column;gap:8px;width:100%}
.option-selector__btns--packs .opt-label--pack{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:10px;width:100%;padding:12px 16px;text-align:left;min-height:0}
.pack-row__qty{font-weight:600;white-space:nowrap}
.pack-row__save:not(:empty){justify-self:start;padding:2px 8px;border-radius:999px;background:#e6f4ec;color:#1f7a4d;font-size:.72em;font-weight:700;letter-spacing:.02em;white-space:nowrap}
.pack-row__save--sale:not(:empty){background:#fdeaea;color:#c0392b}
.pack-row__price{display:flex;flex-direction:column;align-items:flex-end;line-height:1.25;white-space:nowrap}
.pack-row__price small{font-size:.72em;opacity:.65}
.pack-row__now{display:flex;align-items:baseline;gap:6px}
.pack-row__now s{font-size:.8em;opacity:.55;font-weight:400}
.card__chips{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:6px}
.card__chip{display:inline-block;padding:3px 9px;border-radius:999px;background:#f1f3f5;color:#5b6470;font-size:11px;font-weight:600;line-height:1.4;white-space:nowrap}
.product-label{display:inline-flex;align-items:center;gap:4px;height:22px;padding:0 10px;border-radius:999px;font-size:11px;font-weight:600;line-height:1;letter-spacing:.02em;white-space:nowrap}
.product-label svg{width:12px;height:12px;flex:0 0 12px}
.product-label-wrapper{margin-bottom:4px}
.product-label-container{z-index:2}
@media(max-width:749px){.card__chip{padding:2px 7px;font-size:10px}.product-label{height:20px;padding:0 8px;font-size:10px}}
.hmu-ship{margin:10px 0 12px}
.hmu-ship__note{display:flex;align-items:center;gap:7px;padding:7px 11px;border-radius:10px;border:1px solid #cfe0ec;background:#f2f8fc;color:#1c3d52;font-size:12.5px;line-height:1.3}
.hmu-ship__note-ico{width:14px;height:14px;flex:0 0 14px;color:#196ea6}
.hmu-ship__time{color:#196ea6;font-weight:700}
.hmu-ship[data-state="later"] .hmu-ship__note{border-color:#e3e7eb;background:#f6f7f8;color:#5b6470}
.hmu-ship[data-state="later"] .hmu-ship__note-ico,.hmu-ship[data-state="later"] .hmu-ship__time{color:#5b6470}
.hmu-ship__steps{display:grid;grid-template-columns:repeat(3,1fr);margin:16px 0 4px;padding:0;list-style:none}
.hmu-ship__step{text-align:center;position:relative}
.hmu-ship__step::before{content:"";position:absolute;top:13px;left:-50%;width:100%;height:2px;background:#e3e7eb}
.hmu-ship__step:first-child::before{display:none}
.hmu-ship__step.is-done::before{background:#1f7a4d}
.hmu-ship__step.is-active::before{background:#196ea6}
.hmu-ship__icon{display:flex;align-items:center;justify-content:center;width:28px;height:28px;margin:0 auto 7px;border-radius:50%;background:#eef0f2;color:#9aa3ac;position:relative;z-index:1;box-shadow:0 0 0 3px #fff}
.hmu-ship__icon svg{width:15px;height:15px}
.hmu-ship__step.is-done .hmu-ship__icon{background:#e6f4ec;color:#1f7a4d}
.hmu-ship__step.is-active .hmu-ship__icon{background:#e8f1f8;color:#196ea6}
.hmu-ship__label{display:block;font-size:10.5px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#9aa3ac}
.hmu-ship__step.is-done .hmu-ship__label{color:#1f7a4d}
.hmu-ship__step.is-active .hmu-ship__label{color:#196ea6}
.hmu-ship__sub{display:block;font-size:11px;color:#8b95a1;margin-top:2px}
.free-shipping-notice{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid #e3e7eb}
.drawer--cart .drawer__content{overflow-y:auto}
