.gr-pack-calc__inner{max-width:720px;margin:0 auto}.gr-pack-calc__header{text-align:center;margin-bottom:32px}.gr-pack-calc__eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--gr-primary);margin:0 0 12px;font-weight:600}html.dark .gr-pack-calc__eyebrow{color:#fff}.gr-pack-calc__heading{font-family:var(--font-heading-family,serif);font-size:clamp(28px,4.2vw,40px);line-height:1.2;margin:0 0 14px;color:#1a1a1a;font-weight:400;letter-spacing:-.01em}html.dark .gr-pack-calc__heading{color:#fff}.gr-pack-calc__intro{color:#555;font-size:16px;line-height:1.6;max-width:520px;margin:0 auto}.gr-pack-calc__intro p{margin:0}html.dark .gr-pack-calc__intro{color:#b0b0b0}.gr-pack-calc__card{background:var(--gr-card);border-radius:24px;padding:40px 32px;box-shadow:0 1px #0000000a,0 8px 32px -12px #00000014}html.dark .gr-pack-calc__card{box-shadow:0 1px #ffffff0a,0 8px 32px -12px #0006}@media(max-width:749px){.gr-pack-calc__card{padding:28px 20px;border-radius:20px}}.gr-pack-calc__progress{height:3px;background:var(--gr-border);border-radius:99px;overflow:hidden;margin-bottom:32px}.gr-pack-calc__progress-bar{height:100%;width:25%;background:var(--gr-primary);border-radius:99px;transition:width .4s cubic-bezier(.4,0,.2,1)}html.dark .gr-pack-calc__progress-bar{background:#fff}.gr-pack-calc__steps{position:relative;min-height:360px}.gr-pack-calc__step{display:none;animation:gr-step-in .45s cubic-bezier(.4,0,.2,1)}.gr-pack-calc__step.is-active{display:block}@keyframes gr-step-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.gr-pack-calc__step-num{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--gr-muted);margin:0 0 8px;font-weight:500}.gr-pack-calc__question{font-size:clamp(22px,3vw,28px);line-height:1.25;margin:0 0 8px;color:var(--gr-text);font-weight:600}.gr-pack-calc__hint{color:var(--gr-muted);font-size:14px;line-height:1.5;margin:0 0 24px}.gr-pack-calc__options{display:grid;gap:12px}.gr-pack-calc__options--two{grid-template-columns:1fr 1fr}@media(max-width:599px){.gr-pack-calc__options--two{grid-template-columns:1fr}}.gr-pack-calc__option{background:transparent;border:1.5px solid var(--gr-border);border-radius:16px;padding:20px 18px;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;flex-direction:column;gap:4px;font-family:inherit;color:var(--gr-text)}.gr-pack-calc__option:hover{border-color:var(--gr-primary);background:#00545008}html.dark .gr-pack-calc__option:hover{background:#ffffff0a;border-color:#fff}.gr-pack-calc__option:focus-visible{outline:2px solid var(--gr-primary);outline-offset:2px}.gr-pack-calc__option-icon{width:32px;height:32px;color:var(--gr-primary);margin-bottom:6px}html.dark .gr-pack-calc__option-icon{color:#fff}.gr-pack-calc__option-icon svg{width:100%;height:100%}.gr-pack-calc__option-title{font-weight:600;font-size:15px;line-height:1.3}.gr-pack-calc__option-sub{font-size:13px;color:var(--gr-muted)}.gr-pack-calc__number-input{display:flex;align-items:center;justify-content:center;gap:24px;margin:24px 0 16px}.gr-pack-calc__num-btn{width:48px;height:48px;border-radius:50%;border:1.5px solid var(--gr-border);background:transparent;font-size:22px;cursor:pointer;transition:all .2s ease;color:var(--gr-text);font-family:inherit;display:flex;align-items:center;justify-content:center;flex-shrink:0}.gr-pack-calc__num-btn:hover{border-color:var(--gr-primary);color:var(--gr-primary)}html.dark .gr-pack-calc__num-btn:hover{border-color:#fff;color:#fff}.gr-pack-calc__num-btn:disabled{opacity:.35;cursor:not-allowed}.gr-pack-calc__num-display{text-align:center;min-width:120px;transition:color .2s ease}.gr-pack-calc__num-value{display:block;font-size:56px;line-height:1;font-weight:600;color:var(--gr-text);font-variant-numeric:tabular-nums;outline:none;cursor:text;padding:0 4px;border-radius:6px;transition:color .2s ease,background .2s ease;min-width:1.5em}.gr-pack-calc__num-value:focus{background:#0054500f}html.dark .gr-pack-calc__num-value:focus{background:#ffffff0f}.gr-pack-calc__num-display.is-error .gr-pack-calc__num-value{color:var(--gr-warning)}.gr-pack-calc__num-display.is-shaking{animation:gr-shake .4s cubic-bezier(.36,.07,.19,.97)}@keyframes gr-shake{10%,90%{transform:translate(-2px)}20%,80%{transform:translate(4px)}30%,50%,70%{transform:translate(-6px)}40%,60%{transform:translate(6px)}}.gr-pack-calc__num-unit{display:block;font-size:14px;color:var(--gr-muted);margin-top:6px}.gr-pack-calc__slider{width:100%;-webkit-appearance:none;appearance:none;height:6px;border-radius:99px;background:var(--gr-border);outline:none;margin:12px 0 8px}.gr-pack-calc__slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:24px;border-radius:50%;background:var(--gr-primary);cursor:grab;border:3px solid var(--gr-card);box-shadow:0 2px 8px #00000026}html.dark .gr-pack-calc__slider::-webkit-slider-thumb{background:#fff}.gr-pack-calc__slider::-moz-range-thumb{width:24px;height:24px;border-radius:50%;background:var(--gr-primary);cursor:grab;border:3px solid var(--gr-card);box-shadow:0 2px 8px #00000026}html.dark .gr-pack-calc__slider::-moz-range-thumb{background:#fff}.gr-pack-calc__slider-track-labels{display:flex;justify-content:space-between;font-size:12px;color:var(--gr-muted);margin-bottom:10px}.gr-pack-calc__slider-hint{max-height:0;overflow:hidden;opacity:0;font-size:12.5px;line-height:1.5;color:var(--gr-muted);text-align:center;margin:0;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .35s ease,margin .35s ease,padding .35s ease}.gr-pack-calc__slider-hint.is-visible{max-height:60px;opacity:1;padding:4px 0 8px;margin:0 0 8px}.gr-pack-calc__advice{background:#0054500d;border-left:3px solid var(--gr-primary);padding:14px 16px;border-radius:8px;font-size:14px;line-height:1.55;color:var(--gr-text);margin-bottom:20px;transition:all .3s ease}html.dark .gr-pack-calc__advice{background:#ffffff0a;border-left-color:#fff}.gr-pack-calc__advice.is-warning{background:#e5690f0f;border-left-color:var(--gr-warning)}.gr-pack-calc__toast{max-height:0;overflow:hidden;opacity:0;transition:all .35s cubic-bezier(.4,0,.2,1);background:#e5690f14;border-left:3px solid var(--gr-warning);border-radius:8px;font-size:13.5px;line-height:1.5;color:var(--gr-text);margin:0}.gr-pack-calc__toast.is-visible{max-height:120px;opacity:1;padding:12px 16px;margin:0 0 16px}html.dark .gr-pack-calc__toast{background:#e5690f1f}.gr-pack-calc__next{display:block;margin:8px auto 0;padding:14px 28px;background:var(--gr-primary);color:#fff;border:0;border-radius:99px;font-size:15px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;min-width:180px}.gr-pack-calc__next:hover{transform:translateY(-1px);box-shadow:0 6px 20px -8px #00545066}html.dark .gr-pack-calc__next{background:#fff;color:#141414}html.dark .gr-pack-calc__next:hover{box-shadow:0 6px 20px -8px #ffffff4d}.gr-pack-calc__back{display:block;margin:12px auto 0;padding:6px 12px;background:transparent;color:var(--gr-muted);border:0;font-size:13px;cursor:pointer;transition:color .2s ease;font-family:inherit}.gr-pack-calc__back:hover{color:var(--gr-text)}.gr-pack-calc__result{text-align:center}.gr-pack-calc__result-eyebrow{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--gr-muted);margin:0 0 16px;font-weight:500}.gr-pack-calc__result-num{display:flex;align-items:baseline;justify-content:center;gap:12px;margin:0 0 8px}.gr-pack-calc__result-num-x{font-size:clamp(72px,12vw,120px);line-height:1;font-weight:600;color:var(--gr-primary);font-variant-numeric:tabular-nums}html.dark .gr-pack-calc__result-num-x{color:#fff}.gr-pack-calc__result-num-label{font-size:clamp(20px,2.5vw,28px);color:var(--gr-text);font-weight:500}.gr-pack-calc__result-text{color:var(--gr-muted);font-size:15px;margin:0 0 28px}.gr-pack-calc__result-coverage{list-style:none;padding:0;margin:0 auto 32px;max-width:420px;text-align:left}.gr-pack-calc__result-coverage li{display:flex;align-items:flex-start;gap:10px;padding:8px 0;font-size:14px;line-height:1.5;color:var(--gr-text)}.gr-pack-calc__result-coverage li:before{content:"";flex:0 0 18px;height:18px;background:var(--gr-accent);border-radius:50%;margin-top:3px;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'><polyline points='20 6 9 17 4 12'/></svg>");background-size:12px;background-position:center;background-repeat:no-repeat}.gr-pack-calc__result-cta{display:flex;justify-content:center}.gr-pack-calc__atc{width:100%;max-width:420px;margin:0 auto;padding:18px 24px;background:var(--gr-primary);color:#fff;border:0;border-radius:99px;font-size:16px;font-weight:600;cursor:pointer;transition:all .2s ease;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:12px}.gr-pack-calc__atc:hover{transform:translateY(-1px);box-shadow:0 8px 24px -8px #00545080}.gr-pack-calc__atc:disabled{opacity:.85;cursor:wait;transform:none}html.dark .gr-pack-calc__atc{background:#fff;color:#141414}.gr-pack-calc__atc-price{opacity:.85;font-weight:500;font-size:14px}.gr-pack-calc__atc-price:before{content:"\b7";margin-right:8px}.gr-pack-calc__atc.is-loading .gr-pack-calc__atc-price{display:none}.gr-pack-calc__atc-spinner{display:inline-block;width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:gr-atc-spin .7s linear infinite;margin-right:10px;vertical-align:-3px}html.dark .gr-pack-calc__atc-spinner{border-color:#14141440;border-top-color:#141414}@keyframes gr-atc-spin{to{transform:rotate(360deg)}}.gr-pack-calc__result-adjust{margin-top:24px}.gr-pack-calc__adjust-label{font-size:13px;color:var(--gr-muted);margin:0 0 10px}.gr-pack-calc__adjust-btns{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.gr-pack-calc__adjust-btn{background:transparent;border:1px solid var(--gr-border);color:var(--gr-text);padding:8px 16px;border-radius:99px;font-size:13px;cursor:pointer;transition:all .2s ease;font-family:inherit}.gr-pack-calc__adjust-btn:hover{border-color:var(--gr-primary);color:var(--gr-primary)}html.dark .gr-pack-calc__adjust-btn:hover{border-color:#fff;color:#fff}.gr-pack-calc__restart{margin-top:8px;background:transparent;border:0;color:var(--gr-muted);font-size:13px;text-decoration:underline;cursor:pointer;font-family:inherit;padding:4px 8px}.gr-pack-calc__restart:hover{color:var(--gr-text)}
/*# sourceMappingURL=/cdn/shop/t/49/assets/gr-pack-calculator.css.map */
