.banner-produto-hero{--bph-radius: 16px;width:100%}.banner-produto-hero__wrap{position:relative;max-width:var(--page-width, 1200px);margin:0 auto;padding:0 var(--poloro-gutter-mobile, 16px)}.banner-produto-hero--sem-margem .banner-produto-hero__wrap{max-width:none;padding:0}.banner-produto-hero__hero{position:relative;overflow:hidden;border-radius:var(--bph-radius) var(--bph-radius) 0 0;background:var(--bph-bg, #50c9ff);color:var(--bph-text, #fff);text-align:center}.banner-produto-hero__hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at 20% 30%,rgba(255,255,255,.12),transparent 45%),radial-gradient(circle at 80% 70%,rgba(0,0,0,.18),transparent 50%);pointer-events:none}.banner-produto-hero__pattern{position:absolute;top:0;right:0;bottom:0;left:0;opacity:var(--bph-pattern-opacity, .35);background-image:url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 60c20-20 40-20 60 0s40 20 60 0v60H0z' fill='%23ffffff' fill-opacity='0.08'/%3E%3C/svg%3E");background-size:180px 180px;pointer-events:none}.banner-produto-hero__hero-inner{position:relative;z-index:1;padding:36px 20px 72px}.banner-produto-hero__badge{display:inline-flex;align-items:center;justify-content:center;margin-bottom:12px;padding:4px 14px;border:1px solid rgba(255,255,255,.85);border-radius:999px;background:#ffffff24;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.banner-produto-hero__title{margin:0 0 8px;font-family:var(--nl-font, inherit);font-size:clamp(24px,6vw,34px);font-weight:800;line-height:1.1;letter-spacing:-.02em;text-transform:uppercase;color:var(--bph-title, var(--bph-text, #fff))}.banner-produto-hero__title--contorno{-webkit-text-stroke:var(--bph-title-stroke-width, 1px) var(--bph-title-stroke-color, #121212);paint-order:stroke fill}.banner-produto-hero__subtitle{margin:0 auto 28px;max-width:28ch;font-size:clamp(14px,3.5vw,16px);line-height:1.5;opacity:.92}.banner-produto-hero__visual{position:relative;width:min(100%,520px);min-height:280px;margin:0 auto}.banner-produto-hero__visual--parallax{transition:transform .4s ease}.banner-produto-hero__produto{position:relative;z-index:2;width:min(100%,420px);margin:0 auto;filter:drop-shadow(0 24px 40px rgba(0,0,0,.28));transition:transform .35s ease,filter .35s ease;overflow:hidden;border-radius:var(--bph-img-radius, 0)}.banner-produto-hero--hover .banner-produto-hero__visual:hover .banner-produto-hero__produto{transform:translateY(-4px) scale(1.01);filter:drop-shadow(0 32px 48px rgba(0,0,0,.34))}.banner-produto-hero__produto-img{display:block;width:100%;height:auto;border-radius:var(--bph-img-radius, 0)}.banner-produto-hero__tela{position:absolute;z-index:3;top:var(--bph-tela-top, 18%);left:var(--bph-tela-left, 50%);width:var(--bph-tela-width, 22%);transform:translate(-50%);border-radius:var(--bph-img-radius, 0);overflow:hidden;box-shadow:0 4px 12px #00000040}.banner-produto-hero__tela-img{display:block;width:100%;height:auto;object-fit:cover;border-radius:var(--bph-img-radius, 0)}.banner-produto-hero__acessorio{position:absolute;z-index:4;filter:drop-shadow(0 8px 20px rgba(0,0,0,.22));transition:transform .35s ease;overflow:hidden;border-radius:var(--bph-img-radius, 0)}.banner-produto-hero__acessorio--luz{top:0;left:0;width:min(28%,110px)}.banner-produto-hero__acessorio--extra{bottom:8%;left:2%;width:min(24%,96px)}.banner-produto-hero--hover .banner-produto-hero__visual:hover .banner-produto-hero__acessorio--luz{transform:translateY(-3px)}.banner-produto-hero__acessorio-img{display:block;width:100%;height:auto;border-radius:var(--bph-img-radius, 0)}.banner-produto-hero__beneficios{position:relative;z-index:5;margin-top:-36px;padding:24px 16px 20px;border-radius:16px;background:var(--bph-grid-bg, #fff);box-shadow:0 12px 40px #0000001f}.banner-produto-hero__grid{display:grid;grid-template-columns:repeat(var(--bph-cols-mobile, 2),minmax(0,1fr));gap:18px 14px}.banner-produto-hero__item{display:flex;flex-direction:column;align-items:center;gap:8px;padding:8px 6px;text-align:center;border-radius:12px;transition:transform .25s ease,background .25s ease}.banner-produto-hero--hover .banner-produto-hero__item:hover{transform:translateY(-2px);background:#50c9ff0f}.banner-produto-hero__item-icon{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:12px;background:var(--bph-icon-bg, #f4f4f4);color:var(--bph-icon-color, #111)}.banner-produto-hero__item-icon img{width:28px;height:28px;object-fit:contain}.banner-produto-hero__item-icon svg{width:24px;height:24px}.banner-produto-hero__item-emoji{font-size:24px;line-height:1}.banner-produto-hero__item-title{margin:0;font-size:13px;font-weight:700;line-height:1.35;color:var(--bph-grid-text, #111)}.banner-produto-hero__placeholder{display:flex;align-items:center;justify-content:center;min-height:220px;border:2px dashed rgba(255,255,255,.35);border-radius:12px;font-size:13px;opacity:.85}.banner-produto-hero--animar [data-bph-animate]{opacity:0;transform:translateY(18px);transition:opacity .6s ease,transform .6s ease}.banner-produto-hero--animar.is-visible [data-bph-animate]{opacity:1;transform:translateY(0)}.banner-produto-hero--animar.is-visible [data-bph-animate]:nth-child(2){transition-delay:.08s}.banner-produto-hero--animar.is-visible [data-bph-animate]:nth-child(3){transition-delay:.16s}.banner-produto-hero--animar.is-visible .banner-produto-hero__item{opacity:0;transform:translateY(12px);animation:bph-fade-up .5s ease forwards}.banner-produto-hero--animar.is-visible .banner-produto-hero__item:nth-child(1){animation-delay:.05s}.banner-produto-hero--animar.is-visible .banner-produto-hero__item:nth-child(2){animation-delay:.1s}.banner-produto-hero--animar.is-visible .banner-produto-hero__item:nth-child(3){animation-delay:.15s}.banner-produto-hero--animar.is-visible .banner-produto-hero__item:nth-child(4){animation-delay:.2s}.banner-produto-hero--animar.is-visible .banner-produto-hero__item:nth-child(5){animation-delay:.25s}.banner-produto-hero--animar.is-visible .banner-produto-hero__item:nth-child(6){animation-delay:.3s}@keyframes bph-fade-up{to{opacity:1;transform:translateY(0)}}@media screen and (min-width:750px){.banner-produto-hero__wrap{padding:0 var(--poloro-gutter-desktop, 24px)}.banner-produto-hero__hero-inner{padding:44px 32px 88px}.banner-produto-hero__visual{min-height:340px}.banner-produto-hero__beneficios{margin-top:-44px;padding:28px 28px 24px}.banner-produto-hero__grid{grid-template-columns:repeat(var(--bph-cols-desktop, 3),minmax(0,1fr));gap:22px 18px}.banner-produto-hero__item-title{font-size:14px}}@media screen and (min-width:990px){.banner-produto-hero__hero-inner{display:grid;grid-template-columns:1fr 1.1fr;gap:24px;align-items:center;text-align:left}.banner-produto-hero__copy{max-width:420px}.banner-produto-hero__subtitle{margin-left:0}.banner-produto-hero__visual{width:100%;margin:0}}@media(prefers-reduced-motion:reduce){.banner-produto-hero--animar [data-bph-animate],.banner-produto-hero--animar.is-visible .banner-produto-hero__item{opacity:1;transform:none;animation:none;transition:none}}
/*# sourceMappingURL=/cdn/shop/t/9/assets/section-banner-produto-hero.css.map */
