custom-volume-bundler{display:block}.custom-volume-builder__layout{display:block}@media screen and (min-width:1024px){.custom-volume-builder__layout{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:36px;align-items:start}}.custom-volume-builder-card{position:relative;display:flex;flex-direction:column;height:100%;border-radius:8px;transition:box-shadow .15s ease}.custom-volume-builder-card.is-in-bundle{box-shadow:0 0 0 2px #5f8c32}.custom-volume-builder-card__media{position:relative;display:block;border-radius:8px 8px 0 0;overflow:hidden}.custom-volume-builder-card__media img{display:block;width:100%;height:auto;aspect-ratio:1;object-fit:cover}.custom-volume-builder-card__ribbon{position:absolute;top:10px;left:10px;display:inline-flex;align-items:center;gap:5px;padding:4px 9px;border-radius:50px;background:#4a7022;color:#fff;font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase}.custom-volume-builder-card__ribbon svg{width:11px;height:11px;flex-shrink:0}.custom-volume-builder-card__info{display:flex;flex-direction:column;flex:1 1 auto;gap:4px;padding:12px 10px}.custom-volume-builder-card__title{font-size:15px;font-weight:700;line-height:1.25;color:currentColor;text-decoration:none}.custom-volume-builder-card__title:hover{text-decoration:underline}.custom-volume-builder-card__incart{font-size:12px;font-weight:600;color:#4a7022}.custom-volume-builder-card__stock{display:none;font-size:12px;font-weight:600}.custom-volume-builder-card.is-in-bundle .custom-volume-builder-card__stock:not([hidden]),.custom-volume-builder-card:has([data-volume-add][aria-disabled=true]) .custom-volume-builder-card__stock:not([hidden]){display:block}.custom-volume-builder-card__stock[data-inventory-level=low]{color:rgb(var(--low-stock-text-color))}.custom-volume-builder-card__stock[data-inventory-level=very_low]{color:rgb(var(--very-low-stock-text-color))}.custom-volume-builder-card__bottom{display:flex;justify-content:space-between;align-items:center;gap:8px;margin-top:auto;padding-top:8px}.custom-volume-builder-card__max-note{font-size:12px;font-weight:600;color:rgb(var(--low-stock-text-color))}.custom-volume-builder-card__price{font-weight:700}@media screen and (max-width:1023px){.custom-volume-builder-card__bottom{flex-direction:column;align-items:stretch;gap:8px}.custom-volume-builder-card__price{text-align:left}.custom-volume-builder-card__add,.custom-volume-builder-card__bottom .custom-volume-builder__stepper{width:100%;justify-content:center}.custom-volume-builder-card__bottom .custom-volume-builder__stepper-btn{flex:1 1 0}}.custom-volume-builder-card__add{display:inline-flex;align-items:center;gap:6px;padding:8px 12px;border:0;border-radius:6px;background:#4a7022;color:#fff;font-size:13px;font-weight:700;cursor:pointer;transition:background-color .15s ease}.custom-volume-builder-card__add:hover{background:#054004}.custom-volume-builder-card__add[disabled],.custom-volume-builder-card__add[aria-disabled=true]{background:rgba(var(--text-color) / .35);cursor:not-allowed}.custom-volume-builder-card__add svg{width:12px;height:12px;flex-shrink:0}.custom-volume-builder__stepper{display:inline-flex;align-items:center;border:1.5px solid #5f8c32;border-radius:6px;background:#f3f8ec}.custom-volume-builder__stepper-btn{width:32px;height:32px;padding:0;border:0;background:transparent;color:#054004;font-size:16px;font-weight:700;line-height:1;cursor:pointer}.custom-volume-builder__stepper-btn:hover{background:#5f8c321f}.custom-volume-builder__stepper-btn[aria-disabled=true]{opacity:.35;cursor:not-allowed}.custom-volume-builder__stepper-btn[aria-disabled=true]:hover{background:transparent}.custom-volume-builder__stepper-qty{min-width:24px;padding:0 2px;text-align:center;font-size:13px;font-weight:700;color:#054004}.custom-volume-builder__panel{--peek-height: 58px;position:fixed;left:0;right:0;bottom:0;z-index:25;display:flex;flex-direction:column;max-height:85dvh;background:#fff;border-top:3px solid #5f8c32;box-shadow:0 -6px 24px #0000001f;transform:translateY(calc(100% - var(--peek-height)));transition:transform .3s ease}custom-volume-bundler.is-expanded .custom-volume-builder__panel{transform:translateY(0)}.custom-volume-builder__scrim{position:fixed;top:0;right:0;bottom:0;left:0;z-index:24;background:#0006}.custom-volume-builder__spacer{height:var(--peek-height, 58px)}.custom-volume-builder__peek{display:flex;flex-direction:column;gap:8px;width:100%;min-height:var(--peek-height);padding:10px 20px 12px;border:0;background:transparent;cursor:pointer;text-align:left}.custom-volume-builder__peek-text{font-size:13px;font-weight:700;color:#054004}.custom-volume-builder__peek-text b{color:#4a7022}.custom-volume-builder__peek-rail{position:relative;display:block;height:6px;border-radius:50px;background:#dcebca;overflow:hidden}.custom-volume-builder__peek-fill{position:absolute;top:0;left:0;height:100%;width:var(--progress, 0%);border-radius:inherit;background:#5f8c32;transition:width .3s ease-out}@keyframes custom-volume-builder-pulse{0%{background-color:#fff}35%{background-color:#f3f8ec}to{background-color:#fff}}.custom-volume-builder__peek.is-pulsing{animation:custom-volume-builder-pulse .6s ease}.custom-volume-builder__body{display:flex;flex-direction:column;gap:14px;padding:4px 20px 20px;overflow-y:auto}@media screen and (min-width:1024px){.custom-volume-builder__panel{position:sticky;top:20px;z-index:1;max-height:calc(100vh - 40px);border:1.5px solid #d8e8c4;border-radius:10px;box-shadow:none;transform:none;transition:none}.custom-volume-builder__peek,.custom-volume-builder__scrim,.custom-volume-builder__spacer{display:none}.custom-volume-builder__body{padding:20px}}.custom-volume-builder__kicker{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#4a7022}.custom-volume-builder__headline{margin:4px 0 0;font-size:20px;font-weight:700;line-height:1.2;color:#054004}.custom-volume-builder__headline b{color:#96530a}.custom-volume-builder__ladder{position:relative;padding:2px 0}.custom-volume-builder__ladder-line{position:absolute;top:16px;bottom:16px;left:13px;width:2px;border-radius:50px;background:#dcebca;overflow:hidden}.custom-volume-builder__ladder-fill{display:block;width:100%;height:var(--progress, 0%);background:#5f8c32;transition:height .3s ease-out}.custom-volume-builder__tier{position:relative;display:flex;align-items:center;gap:12px;padding:7px 0}.custom-volume-builder__tier-dot{position:relative;z-index:1;display:grid;place-items:center;width:28px;height:28px;border-radius:50%;background:#fff;border:2px solid #b6cf93;font-size:12px;font-weight:700;color:rgba(var(--text-color) / .65);flex-shrink:0}.custom-volume-builder__tier-dot svg{display:none;width:14px;height:14px;color:#fff}.custom-volume-builder__tier.is-reached .custom-volume-builder__tier-dot{background:#5f8c32;border-color:#5f8c32}.custom-volume-builder__tier.is-reached .custom-volume-builder__tier-dot svg{display:block}.custom-volume-builder__tier.is-reached .custom-volume-builder__tier-dot span{display:none}.custom-volume-builder__tier.is-next .custom-volume-builder__tier-dot{border-color:#5f8c32;color:#054004;box-shadow:0 0 0 3px #5f8c3233}.custom-volume-builder__tier-info{flex:1 1 auto;min-width:0}.custom-volume-builder__tier-info b{display:block;font-size:13px;font-weight:700}.custom-volume-builder__tier.is-reached .custom-volume-builder__tier-info b{color:#054004}.custom-volume-builder__tier-info i{display:block;font-style:normal;font-size:12px;font-weight:600;color:#4a7022}.custom-volume-builder__tier-flag{padding:3px 8px;border-radius:50px;background:#96530a;color:#fff;font-size:10px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;white-space:nowrap}.custom-volume-builder__items{border-top:1px solid rgba(var(--text-color) / .12);padding-top:12px}.custom-volume-builder__items-h{margin:0 0 8px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--text-color) / .65)}.custom-volume-builder__empty{margin:0;font-size:13px;color:rgba(var(--text-color) / .55)}.custom-volume-builder__list{margin:0;padding:0;list-style:none;max-height:220px;overflow-y:auto}.custom-volume-builder__item{display:grid;grid-template-columns:44px minmax(0,1fr) auto;gap:10px;align-items:center;padding:7px 0}.custom-volume-builder__item-thumb{display:block;width:44px;height:44px;border-radius:4px;object-fit:cover;background:#f3f8ec}.custom-volume-builder__item-name{display:block;font-size:13px;font-weight:700;line-height:1.25;color:currentColor;text-decoration:none}.custom-volume-builder__item-name:hover{text-decoration:underline}.custom-volume-builder__item-price{display:block;font-size:12px;color:rgba(var(--text-color) / .65)}.custom-volume-builder__item .custom-volume-builder__stepper-btn{width:26px;height:26px;font-size:14px}.custom-volume-builder__group+.custom-volume-builder__group{margin-top:10px}.custom-volume-builder__group-h{margin:0 0 2px;font-size:12px;font-weight:700;color:#4a7022}.custom-volume-builder__totals{border-top:1px solid rgba(var(--text-color) / .12);padding-top:10px}.custom-volume-builder__total-row{display:flex;justify-content:space-between;gap:12px;padding:3px 0;font-size:14px}.custom-volume-builder__total-row--save{font-weight:700;color:#054004}.custom-volume-builder__total-row--hint{font-size:13px;font-weight:700;color:#96530a}.custom-volume-builder__alert{margin:0;padding:10px 12px;border-radius:6px;background:#96530a1a;border:1px solid #96530a;color:#96530a;font-size:13px;font-weight:600}.custom-volume-builder__commit{width:100%}.custom-volume-builder__note{margin:0;font-size:12px;text-align:center;color:rgba(var(--text-color) / .65)}.custom-volume-builder__grid-empty{padding:24px 0}
/*# sourceMappingURL=/cdn/shop/t/76/assets/custom-volume-bundler.css.map */
