.gf-delivery-estimate,.gf-delivery-estimate *{box-sizing:border-box}.gf-delivery-estimate{--gfde-ink: #1c1c22;--gfde-muted: #6f7078;--gfde-line: #dedfe3;--gfde-yellow: #f5de1e;--gfde-lime: #b8ec32;position:relative;isolation:isolate;width:100%;margin:2px 0 4px;padding:15px;overflow:hidden;color:var(--gfde-ink);background:linear-gradient(145deg,#fff,#fffef4 58%,#f8ffe8);border:1px solid rgba(28,28,34,.13);border-radius:18px;box-shadow:0 8px 24px #1c1c2214,inset 0 3px 0 var(--gfde-yellow)}.gf-delivery-estimate:before{content:"";position:absolute;z-index:-1;top:-55px;right:-55px;width:150px;height:150px;border-radius:50%;background:radial-gradient(circle,#f5de1e47,#f5de1e00 70%);pointer-events:none}.gfde__status-row,.gfde__headline,.gfde__steps,.gfde__step-head{display:flex;align-items:center}.gfde__status-row{justify-content:space-between;gap:8px;margin-bottom:11px}.gfde__live,.gfde__prep-chip{display:inline-flex;align-items:center;border-radius:999px;font-size:11px;font-weight:750;line-height:1;white-space:nowrap}.gfde__live{gap:6px;color:#32620b}.gfde__live-dot{width:8px;height:8px;flex:none;border-radius:50%;background:#60bd1d;box-shadow:0 0 #60bd1d6b;animation:gfde-live 1.8s ease-out infinite}.gfde__prep-chip{min-height:25px;padding:6px 9px;color:var(--gfde-ink);background:#f5de1eeb;border:1px solid rgba(28,28,34,.16)}.gfde__headline{gap:11px;margin-bottom:16px}.gfde__headline-icon{display:grid;place-items:center;width:42px;height:42px;flex:none;color:var(--gfde-ink);background:var(--gfde-yellow);border:2px solid var(--gfde-ink);border-radius:13px;box-shadow:0 4px #1c1c222e}.gfde__headline-icon svg{width:23px;height:23px}.gfde__headline-copy{min-width:0}.gfde__countdown{display:block;margin-bottom:2px;color:var(--gfde-muted);font-size:12px;line-height:1.3}.gfde__countdown strong{color:var(--gfde-ink)}.gfde__delivery-title{display:block;font-size:clamp(16px,4.1vw,19px);font-weight:800;line-height:1.2;letter-spacing:-.025em}.gfde__delivery-title span{background:linear-gradient(transparent 62%,#f5de1ea8 62%)}.gfde__timeline{position:relative;padding-top:2px}.gfde__rail{position:absolute;z-index:0;top:22px;left:12%;right:12%;height:3px;overflow:visible;background:var(--gfde-line);border-radius:999px}.gfde__rail-fill{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;transform-origin:left center;background:linear-gradient(90deg,var(--gfde-yellow),var(--gfde-lime));animation:gfde-fill 4.8s cubic-bezier(.22,.75,.2,1) infinite}.gfde__runner{position:absolute;top:50%;left:0;display:grid;place-items:center;width:25px;height:25px;color:var(--gfde-ink);background:#fff;border:2px solid var(--gfde-ink);border-radius:50%;box-shadow:0 3px 8px #1c1c222e;transform:translateY(-50%);animation:gfde-runner 4.8s cubic-bezier(.22,.75,.2,1) infinite}.gfde__runner svg{width:14px;height:14px}.gfde__steps{position:relative;z-index:1;align-items:flex-start;justify-content:space-between;gap:7px}.gfde__step{width:33.333%;min-width:0;text-align:center}.gfde__step-icon{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 7px;color:var(--gfde-ink);background:#fff;border:2px solid var(--gfde-ink);border-radius:14px;box-shadow:0 4px #1c1c221f;animation:gfde-step 4.8s ease-in-out infinite}.gfde__step:nth-child(2) .gfde__step-icon{animation-delay:.65s}.gfde__step:nth-child(3) .gfde__step-icon{animation-delay:1.3s}.gfde__step-icon svg{width:22px;height:22px}.gfde__step-date{display:block;min-height:16px;overflow:hidden;color:var(--gfde-ink);font-size:11px;font-weight:800;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.gfde__step-label{display:block;margin-top:2px;color:var(--gfde-muted);font-size:10.5px;font-weight:600;line-height:1.2}.gfde__note{display:flex;align-items:flex-start;gap:7px;margin:13px 0 0;padding-top:11px;color:var(--gfde-muted);font-size:10.5px;line-height:1.35;border-top:1px dashed rgba(28,28,34,.18)}.gfde__note svg{width:14px;height:14px;flex:none;margin-top:1px;color:var(--gfde-ink)}@keyframes gfde-live{0%{box-shadow:0 0 #60bd1d6b}70%,to{box-shadow:0 0 0 8px #60bd1d00}}@keyframes gfde-fill{0%,8%{transform:scaleX(.03)}68%,to{transform:scaleX(1)}}@keyframes gfde-runner{0%,8%{left:0;transform:translateY(-50%) rotate(0)}68%,88%{left:calc(100% - 25px);transform:translateY(-50%) rotate(0)}94%{left:calc(100% - 25px);transform:translateY(-55%) rotate(-8deg)}to{left:calc(100% - 25px);transform:translateY(-50%) rotate(0)}}@keyframes gfde-step{0%,to{background:#fff;transform:translateY(0)}15%{background:#fff7a2;transform:translateY(-2px)}28%{background:#fff;transform:translateY(0)}}@media only screen and (max-width:420px){.gf-delivery-estimate{padding:13px 11px;border-radius:16px}.gfde__status-row{align-items:flex-start}.gfde__live,.gfde__prep-chip{font-size:10px}.gfde__headline{gap:9px}.gfde__headline-icon{width:39px;height:39px}.gfde__step-icon{width:38px;height:38px;border-radius:12px}.gfde__rail{top:20px}.gfde__step-date{font-size:10px}.gfde__step-label{font-size:9.5px}}@media(prefers-reduced-motion:reduce){.gfde__live-dot,.gfde__rail-fill,.gfde__runner,.gfde__step-icon{animation:none!important}.gfde__rail-fill{transform:scaleX(1)}.gfde__runner{left:calc(100% - 25px)}}
/*# sourceMappingURL=/cdn/shop/t/72/assets/gufetto-delivery-estimate.css.map */
