.dp-sticky{position:fixed;top:0;left:0;right:0;z-index:1000;background:#121212;color:#fff;padding:10px 24px;display:flex;align-items:center;gap:16px;transform:translateY(-100%);transition:transform .3s ease;box-shadow:0 2px 16px #00000059}.dp-sticky--visible{transform:translateY(0)}.dp-sticky{--dp-accent-rgb: 255, 124, 28}.dp-sticky--success{--dp-accent-rgb: 31, 157, 85}.dp-sticky__badge{flex-shrink:0;background:#ff7c1c;color:#fff;font-size:13px;font-weight:800;letter-spacing:.3px;padding:5px 12px;border-radius:999px;white-space:nowrap;text-transform:uppercase}.dp-sticky__main{flex:1;min-width:0;display:flex;flex-direction:column;gap:7px}.dp-sticky__msg{margin:0;font-size:13px;font-weight:600;line-height:1.25}.dp-sticky--urgent .dp-sticky__msg{color:#ffb877}.dp-sticky__check{color:#2ec169;font-weight:700}.dp-sticky__track{position:relative;height:8px;background:#333;border-radius:99px}.dp-sticky__track .dp-sticky__fill{display:block;position:absolute;top:0;left:0;height:8px;width:0%;min-width:8px;background:rgb(var(--dp-accent-rgb));border-radius:99px;transition:width .45s cubic-bezier(.4,0,.2,1)}.dp-sticky--empty .dp-sticky__fill{min-width:0}.dp-sticky__fill:after{content:"";position:absolute;right:0;top:50%;transform:translate(50%,-50%);width:12px;height:12px;border-radius:50%;background:rgb(var(--dp-accent-rgb));animation:dpFillPulse 1.4s ease-out infinite}.dp-sticky--empty .dp-sticky__fill:after{display:none}@keyframes dpFillPulse{0%{box-shadow:0 0 rgba(var(--dp-accent-rgb),.65)}70%{box-shadow:0 0 0 8px rgba(var(--dp-accent-rgb),0)}to{box-shadow:0 0 rgba(var(--dp-accent-rgb),0)}}.dp-sticky__marker{position:absolute;top:50%;width:16px;height:16px;margin-left:-8px;border-radius:50%;background:#555;border:2px solid #121212;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;transition:background .3s ease,box-shadow .3s ease}.dp-sticky__marker:after{content:"\2713";font-size:9px;font-weight:700;line-height:1;color:transparent}.dp-sticky__marker.is-active{background:#1f9d55;box-shadow:0 0 0 2px #1f9d5559}.dp-sticky__marker.is-active:after{color:#fff}@keyframes dpBadgePulse{0%{transform:scale(1)}35%{transform:scale(1.18)}to{transform:scale(1)}}@keyframes dpTrackFlash{0%{box-shadow:0 0 #1f9d5500}30%{box-shadow:0 0 10px 2px #1f9d558c}to{box-shadow:0 0 #1f9d5500}}.dp-sticky--celebrate .dp-sticky__badge{animation:dpBadgePulse .6s ease}.dp-sticky--celebrate .dp-sticky__track{animation:dpTrackFlash .6s ease}@media(prefers-reduced-motion:reduce){.dp-sticky,.dp-sticky__fill,.dp-checkout-bar{transition:none}.dp-sticky__fill:after,.dp-sticky--celebrate .dp-sticky__badge,.dp-sticky--celebrate .dp-sticky__track{animation:none}}.dp-sticky--in-cart{position:static;transform:none;z-index:auto;margin:4px 0 12px;padding:12px 16px;gap:12px;border-radius:12px;box-shadow:none}#CartDrawer-Progress{display:none}.announcement-bar-section,.utility-bar{display:none!important}.dp-steps{text-align:center;margin-bottom:48px;padding:0 16px}.dp-section-title{font-size:28px;font-weight:700;margin:0 0 32px}.dp-steps__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:24px;max-width:1200px;margin:0 auto}.dp-step{flex:1 1 280px;min-width:240px;background:#f3f3f3;border-radius:16px;padding:32px 30px;display:grid;grid-template-columns:auto 1fr;grid-template-areas:"icon name" "icon desc";column-gap:20px;align-items:center;text-align:left}.dp-step__icon{grid-area:icon;align-self:center;font-size:42px;line-height:1}.dp-step__name{grid-area:name;font-weight:700;font-size:19px;margin:0 0 8px}.dp-step__desc{grid-area:desc;font-size:14.5px;color:#666;margin:0;line-height:1.55}.dp-quality{background:#f3f3f3;border-radius:0;padding:20px 28px;margin-top:40px;display:flex;flex-wrap:wrap;justify-content:center;gap:16px 40px;text-align:left}.dp-quality__item{font-size:13px;font-weight:600;display:flex;align-items:flex-start;gap:8px;white-space:nowrap}.dp-quality__item:before{content:"\2713";color:#ff7c1c;font-weight:800;flex-shrink:0;line-height:1.4}@media(max-width:600px){.dp-sticky{padding:9px 16px;gap:12px}.dp-sticky__badge{font-size:12px;padding:4px 10px}.dp-sticky__msg{font-size:12.5px}.dp-steps__grid{flex-direction:column;align-items:stretch;gap:14px}.dp-step{flex:none;width:100%;min-width:0;column-gap:18px;padding:22px 20px;border-radius:14px}.dp-step__icon{font-size:38px}.dp-step__name{font-size:17px;margin:0 0 5px}.dp-step__desc{font-size:14px;line-height:1.5}.dp-quality{flex-direction:row;flex-wrap:nowrap;justify-content:center;gap:20px;padding:16px 20px;overflow-x:auto}}.dp-checkout-bar{position:fixed;left:0;right:0;bottom:var(--dp-footerbar-h, 0px);z-index:1000;display:flex;justify-content:center;padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0px));pointer-events:none;transform:translateY(150%);opacity:0;transition:transform .3s ease,opacity .3s ease}.dp-checkout-bar.is-visible{transform:translateY(0);opacity:1}.dp-checkout-bar:not(.is-visible) .dp-checkout-bar__btn{pointer-events:none}.dp-checkout-bar__btn{pointer-events:auto;display:block;width:100%;max-width:480px;background:#ff7c1c;color:#000;text-align:center;font-weight:800;font-size:15px;letter-spacing:.04em;text-transform:uppercase;text-decoration:none;padding:15px 20px;border-radius:8px;box-shadow:0 4px 16px #0003;transition:background .2s ease,transform .1s ease}.dp-checkout-bar__btn:hover{background:#ec6c0c;color:#000}.dp-checkout-bar__btn:active{transform:translateY(1px)}body.overflow-hidden .dp-checkout-bar,body.overflow-hidden-mobile .dp-checkout-bar,body.dpqb-open .dp-checkout-bar{display:none}@media(max-width:767px){body{padding-bottom:calc(var(--dp-footerbar-h, 0px) + 64px)}.dp-checkout-bar{padding:0}.dp-checkout-bar__btn{max-width:none;border-radius:12px 12px 0 0;box-shadow:none;padding:12px 20px}}
/*# sourceMappingURL=/cdn/shop/t/175/assets/desconto-progressivo.css.map */
