body.public-store-mode{
  background:#03060c!important;
  color:#f3f7ff!important;
  overflow-x:hidden!important;
}

body.public-store-mode #app-main,
body.public-store-mode .app-main{
  width:min(1240px,calc(100% - 32px))!important;
  max-width:1240px!important;
  margin:0 auto!important;
  padding:28px 0 56px!important;
  background:transparent!important;
}

body.public-store-mode .storefront-static-page{
  display:flex!important;
  flex-direction:column!important;
  gap:32px!important;
  width:100%!important;
  margin-top:34px!important;
}

body.public-store-mode .storefront-static-hero{
  position:relative!important;
  overflow:hidden!important;
  min-height:372px!important;
  border-radius:28px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:#08101c!important;
}

body.public-store-mode .storefront-static-hero img.public-hero-banner{
  display:block!important;
  width:100%!important;
  height:100%!important;
  min-height:372px!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  filter:none!important;
}

body.public-store-mode .storefront-static-hero-overlay{
  position:absolute!important;
  inset:18px auto 18px 22px!important;
  width:min(430px,34%)!important;
  padding:18px 14px 18px 14px!important;
  background:transparent!important;
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
  align-items:flex-start!important;
  text-align:left!important;
  justify-content:center!important;
}

body.public-store-mode .storefront-static-kicker{
  display:inline-flex!important;
  width:max-content!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.12)!important;
  background:rgba(7,40,89,.58)!important;
  color:#d9e9ff!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}

body.public-store-mode .storefront-static-hero-overlay h1{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(2rem,3.4vw,2.9rem)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
}

body.public-store-mode .storefront-static-hero-overlay p{
  margin:0!important;
  max-width:390px!important;
  color:rgba(235,242,255,.82)!important;
  font-size:15px!important;
  line-height:1.6!important;
}

body.public-store-mode .storefront-static-head{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:16px!important;
  flex-wrap:wrap!important;
}

body.public-store-mode .storefront-static-head-copy{
  display:flex!important;
  flex-direction:column!important;
  gap:8px!important;
}

body.public-store-mode .storefront-static-head-copy span{
  color:#9fc3ff!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
}

body.public-store-mode .storefront-static-head-copy h2{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(1.6rem,3vw,2.4rem)!important;
  line-height:1.05!important;
  letter-spacing:-.04em!important;
}

body.public-store-mode .storefront-static-head-copy p{
  margin:0!important;
  color:rgba(226,235,248,.76)!important;
  line-height:1.55!important;
}

body.public-store-mode .storefront-static-count{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:44px!important;
  padding:10px 16px!important;
  border-radius:999px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:rgba(255,255,255,.04)!important;
  color:#f3f7ff!important;
  font-size:13px!important;
  font-weight:800!important;
}

body.public-store-mode .storefront-static-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:26px!important;
  align-items:stretch!important;
}

body.public-store-mode .storefront-static-card{
  display:flex!important;
  flex-direction:column!important;
  gap:20px!important;
  min-width:0!important;
  min-height:100%!important;
  padding:18px!important;
  border-radius:26px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(180deg,rgba(11,16,26,.96),rgba(5,9,17,.98))!important;
  box-shadow:0 18px 44px rgba(0,0,0,.26)!important;
  transform:none!important;
  transition:none!important;
  animation:none!important;
}

body.public-store-mode .storefront-static-media{
  width:100%!important;
  aspect-ratio:1/1!important;
  overflow:hidden!important;
  border-radius:20px!important;
  background:#09111d!important;
}

body.public-store-mode .storefront-static-media img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
  transform:none!important;
  transition:none!important;
  filter:none!important;
}

body.public-store-mode .storefront-static-body{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  text-align:center!important;
  gap:14px!important;
  flex:1 1 auto!important;
  padding:2px 8px 4px!important;
}

body.public-store-mode .storefront-static-title{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(1.35rem,1.8vw,1.85rem)!important;
  line-height:1.08!important;
  letter-spacing:-.03em!important;
}

body.public-store-mode .storefront-static-description{
  margin:0!important;
  color:rgba(228,236,248,.78)!important;
  font-size:14px!important;
  line-height:1.55!important;
}

body.public-store-mode .storefront-static-price{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:4px!important;
  flex-wrap:nowrap!important;
  width:100%!important;
  margin-top:auto!important;
  padding-top:6px!important;
}

body.public-store-mode .storefront-static-price-old{
  display:block!important;
  color:rgba(255,255,255,.34)!important;
  text-decoration:line-through!important;
  font-size:15px!important;
  font-weight:700!important;
  line-height:1.1!important;
}

body.public-store-mode .storefront-static-price-value{
  color:#fff!important;
  font-size:clamp(1.8rem,2.2vw,2.2rem)!important;
  line-height:1!important;
  font-weight:900!important;
  letter-spacing:-.04em!important;
}

body.public-store-mode .storefront-static-buy{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:48px!important;
  padding:12px 18px!important;
  border:0!important;
  border-radius:16px!important;
  background:#0f56b5!important;
  color:#fff!important;
  font-size:16px!important;
  font-weight:800!important;
  text-decoration:none!important;
  box-shadow:0 10px 24px rgba(15,86,181,.22)!important;
  transform:none!important;
  transition:background-color .18s ease, box-shadow .18s ease, filter .18s ease!important;
  animation:none!important;
  filter:none!important;
  cursor:pointer!important;
  margin-top:6px!important;
}

body.public-store-mode .storefront-static-buy:hover,
body.public-store-mode .storefront-static-buy:focus-visible{
  background:#1364d0!important;
  box-shadow:0 14px 28px rgba(19,100,208,.28)!important;
  transform:none!important;
  filter:brightness(1.03)!important;
}

body.public-store-mode .storefront-static-buy:active{
  background:#0d4a9d!important;
  box-shadow:0 8px 18px rgba(13,74,157,.22)!important;
  transform:none!important;
  filter:none!important;
}

body.public-store-mode .storefront-static-empty{
  padding:32px 24px!important;
  border-radius:24px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(180deg,rgba(11,16,26,.96),rgba(5,9,17,.98))!important;
  text-align:center!important;
  color:rgba(226,235,248,.76)!important;
}

body.public-store-mode .storefront-static-detail{
  display:grid!important;
  grid-template-columns:minmax(320px,460px) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

body.public-store-mode .storefront-static-detail-media,
body.public-store-mode .storefront-static-detail-panel{
  border-radius:26px!important;
  border:1px solid rgba(255,255,255,.10)!important;
  background:linear-gradient(180deg,rgba(11,16,26,.96),rgba(5,9,17,.98))!important;
  box-shadow:0 18px 44px rgba(0,0,0,.26)!important;
}

body.public-store-mode .storefront-static-detail-media{
  overflow:hidden!important;
  aspect-ratio:1/1!important;
}

body.public-store-mode .storefront-static-detail-media img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  object-position:center!important;
}

body.public-store-mode .storefront-static-detail-panel{
  display:flex!important;
  flex-direction:column!important;
  gap:18px!important;
  padding:24px!important;
}

body.public-store-mode .storefront-static-detail-tag{
  display:inline-flex!important;
  width:max-content!important;
  padding:8px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.05)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#dceaff!important;
  font-size:12px!important;
  font-weight:800!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
}

body.public-store-mode .storefront-static-detail-panel h1{
  margin:0!important;
  color:#fff!important;
  font-size:clamp(2rem,3vw,2.7rem)!important;
  line-height:1.03!important;
  letter-spacing:-.04em!important;
}

body.public-store-mode .storefront-static-detail-panel p{
  margin:0!important;
  color:rgba(228,236,248,.78)!important;
  line-height:1.65!important;
}

body.public-store-mode .storefront-static-detail-price{
  display:flex!important;
  align-items:baseline!important;
  gap:10px!important;
  flex-wrap:wrap!important;
}

body.public-store-mode .storefront-static-detail-list{
  display:grid!important;
  gap:10px!important;
  padding:0!important;
  margin:0!important;
  list-style:none!important;
}

body.public-store-mode .storefront-static-detail-list li{
  padding:12px 14px!important;
  border-radius:16px!important;
  border:1px solid rgba(255,255,255,.08)!important;
  background:rgba(255,255,255,.04)!important;
  color:#edf4ff!important;
}

@media (max-width:980px){
  body.public-store-mode .storefront-static-grid{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }

  body.public-store-mode .storefront-static-detail{
    grid-template-columns:1fr!important;
  }
}

@media (max-width:640px){
  body.public-store-mode #app-main,
  body.public-store-mode .app-main{
    width:calc(100% - 24px)!important;
    padding:20px 0 40px!important;
  }

  body.public-store-mode .storefront-static-grid{
    grid-template-columns:1fr!important;
    gap:20px!important;
  }

  body.public-store-mode .storefront-static-hero{
    min-height:280px!important;
    border-radius:22px!important;
  }

  body.public-store-mode .storefront-static-hero img.public-hero-banner{
    min-height:280px!important;
  }

  body.public-store-mode .storefront-static-hero-overlay,
  body.public-store-mode .storefront-static-detail-panel{
    padding:18px!important;
  }

  body.public-store-mode .storefront-static-hero-overlay{
    inset:28px auto auto 14px!important;
    width:min(168px,64%)!important;
    padding:0!important;
    align-items:flex-start!important;
    text-align:left!important;
    justify-content:flex-start!important;
    gap:10px!important;
  }

  body.public-store-mode .storefront-static-hero-overlay h1{
    display:none!important;
  }

  body.public-store-mode .storefront-static-hero-overlay p{
    display:none!important;
  }

  body.public-store-mode .storefront-static-page{
    gap:24px!important;
    margin-top:24px!important;
  }

  body.public-store-mode .storefront-static-card{
    padding:16px!important;
  }
}

/* v195 - Página do produto mais moderna e com espaçamentos refinados */
body.public-store-mode .storefront-static-detail.storefront-static-detail-v195{
  width:min(100%,1120px)!important;
  margin:30px auto 0!important;
  display:grid!important;
  grid-template-columns:minmax(300px,430px) minmax(0,1fr)!important;
  gap:24px!important;
  align-items:stretch!important;
}

body.public-store-mode .storefront-static-detail-media-v195,
body.public-store-mode .storefront-static-detail-panel-v195{
  position:relative!important;
  overflow:hidden!important;
  border-radius:30px!important;
  border:1px solid rgba(97,166,255,.16)!important;
  background:linear-gradient(180deg,rgba(13,22,36,.96),rgba(4,8,15,.98))!important;
  box-shadow:0 26px 80px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.07)!important;
}

body.public-store-mode .storefront-static-detail-media-v195{
  min-height:430px!important;
  aspect-ratio:auto!important;
  display:grid!important;
  place-items:center!important;
  padding:24px!important;
  background:
    radial-gradient(circle at 50% 34%,rgba(0,117,255,.20),transparent 48%),
    linear-gradient(180deg,rgba(13,22,36,.96),rgba(4,8,15,.98))!important;
}

body.public-store-mode .storefront-static-detail-media-v195::after{
  content:""!important;
  position:absolute!important;
  inset:auto 24px 24px!important;
  height:34%!important;
  background:linear-gradient(180deg,transparent,rgba(0,0,0,.35))!important;
  border-radius:0 0 24px 24px!important;
  pointer-events:none!important;
}

body.public-store-mode .storefront-static-detail-media-v195 img{
  position:relative!important;
  z-index:1!important;
  width:100%!important;
  height:100%!important;
  max-height:470px!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:24px!important;
  box-shadow:0 18px 42px rgba(0,0,0,.28)!important;
}

body.public-store-mode .storefront-static-image-badge{
  position:absolute!important;
  top:22px!important;
  left:22px!important;
  z-index:2!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(0,87,178,.40)!important;
  border:1px solid rgba(142,198,255,.24)!important;
  color:#e7f2ff!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.12em!important;
  text-transform:uppercase!important;
  backdrop-filter:blur(12px)!important;
}

body.public-store-mode .storefront-static-detail-panel-v195{
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  gap:20px!important;
  padding:34px!important;
}

body.public-store-mode .storefront-static-detail-topline{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

body.public-store-mode .storefront-static-detail-panel-v195 .storefront-static-detail-tag,
body.public-store-mode .storefront-static-secure-pill{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  width:max-content!important;
  min-height:34px!important;
  padding:8px 13px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.10)!important;
  color:#dbeafe!important;
  font-size:11px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}

body.public-store-mode .storefront-static-secure-pill{
  color:#a9d3ff!important;
  letter-spacing:0!important;
  text-transform:none!important;
}

body.public-store-mode .storefront-static-secure-pill [data-icon]{
  width:15px!important;
  height:15px!important;
}

body.public-store-mode .storefront-static-detail-panel-v195 h1{
  margin:0!important;
  max-width:760px!important;
  color:#fff!important;
  font-size:clamp(2.25rem,4.2vw,4.35rem)!important;
  line-height:.98!important;
  letter-spacing:-.06em!important;
}

body.public-store-mode .storefront-static-detail-description{
  margin:0!important;
  max-width:640px!important;
  color:rgba(229,238,250,.78)!important;
  font-size:16px!important;
  line-height:1.65!important;
}

body.public-store-mode .storefront-static-price-box{
  display:grid!important;
  gap:8px!important;
  width:100%!important;
  padding:18px!important;
  border-radius:22px!important;
  background:linear-gradient(135deg,rgba(0,87,178,.18),rgba(255,255,255,.045))!important;
  border:1px solid rgba(89,165,255,.18)!important;
}

body.public-store-mode .storefront-static-price-box>span,
body.public-store-mode .storefront-static-price-box>small{
  color:rgba(210,224,244,.72)!important;
  font-size:12px!important;
  font-weight:800!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-price{
  display:flex!important;
  align-items:baseline!important;
  gap:12px!important;
  flex-wrap:wrap!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-price-old{
  color:rgba(226,236,250,.46)!important;
  font-size:16px!important;
  font-weight:850!important;
  text-decoration:line-through!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-price-value{
  color:#fff!important;
  font-size:clamp(2rem,3.4vw,3rem)!important;
  font-weight:950!important;
  letter-spacing:-.055em!important;
  line-height:1!important;
}

body.public-store-mode .storefront-static-detail-chips{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
}

body.public-store-mode .storefront-static-detail-chips>span{
  min-height:58px!important;
  display:flex!important;
  align-items:center!important;
  gap:9px!important;
  padding:12px!important;
  border-radius:18px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.08)!important;
  color:#dceaff!important;
  font-size:13px!important;
  font-weight:850!important;
  line-height:1.25!important;
}

body.public-store-mode .storefront-static-detail-chips [data-icon]{
  width:20px!important;
  height:20px!important;
  color:#7cc0ff!important;
  flex:0 0 auto!important;
}

body.public-store-mode .storefront-static-detail-includes{
  display:grid!important;
  gap:12px!important;
  padding:18px!important;
  border-radius:22px!important;
  background:rgba(255,255,255,.03)!important;
  border:1px solid rgba(255,255,255,.075)!important;
}

body.public-store-mode .storefront-static-detail-includes>strong{
  color:#fff!important;
  font-size:15px!important;
  font-weight:900!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-list{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-list li{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  min-height:46px!important;
  padding:12px!important;
  border-radius:16px!important;
  background:rgba(255,255,255,.045)!important;
  border:1px solid rgba(255,255,255,.075)!important;
  color:#eaf2ff!important;
  font-size:13px!important;
  line-height:1.35!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-list [data-icon]{
  width:16px!important;
  height:16px!important;
  color:#7cc0ff!important;
  flex:0 0 auto!important;
  margin-top:1px!important;
}

body.public-store-mode .storefront-static-buy.storefront-static-buy-main{
  min-height:62px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  gap:3px!important;
  border-radius:20px!important;
  background:linear-gradient(135deg,#0074ff,#0057b2)!important;
  box-shadow:0 18px 44px rgba(0,87,178,.34),inset 0 1px 0 rgba(255,255,255,.22)!important;
  margin-top:2px!important;
}

body.public-store-mode .storefront-static-buy-main span{
  font-size:16px!important;
  font-weight:950!important;
}

body.public-store-mode .storefront-static-buy-main small{
  color:rgba(255,255,255,.72)!important;
  font-size:12px!important;
  font-weight:800!important;
}

body.public-store-mode .storefront-static-checkout-note{
  margin:0!important;
  color:rgba(178,198,224,.68)!important;
  font-size:12px!important;
  text-align:center!important;
  line-height:1.5!important;
}

@media (max-width:980px){
  body.public-store-mode .storefront-static-detail.storefront-static-detail-v195{
    grid-template-columns:1fr!important;
    width:min(100%,720px)!important;
  }
  body.public-store-mode .storefront-static-detail-media-v195{
    min-height:auto!important;
    aspect-ratio:16/11!important;
  }
  body.public-store-mode .storefront-static-detail-media-v195 img{
    max-height:none!important;
  }
}

@media (max-width:640px){
  body.public-store-mode .storefront-static-detail.storefront-static-detail-v195{
    margin-top:18px!important;
    gap:14px!important;
  }
  body.public-store-mode .storefront-static-detail-media-v195,
  body.public-store-mode .storefront-static-detail-panel-v195{
    border-radius:24px!important;
  }
  body.public-store-mode .storefront-static-detail-media-v195{
    padding:14px!important;
    aspect-ratio:1/1!important;
  }
  body.public-store-mode .storefront-static-image-badge{
    top:18px!important;
    left:18px!important;
  }
  body.public-store-mode .storefront-static-detail-panel-v195{
    padding:22px!important;
    gap:16px!important;
  }
  body.public-store-mode .storefront-static-detail-panel-v195 h1{
    font-size:clamp(2rem,11vw,3.1rem)!important;
  }
  body.public-store-mode .storefront-static-detail-chips,
  body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-list{
    grid-template-columns:1fr!important;
  }
}


/* v196 - Produto público: card equilibrado, ícones alinhados e imagem em proporção 1:1 */
body.public-store-mode .storefront-static-detail.storefront-static-detail-v195{
  width:min(100%,1160px)!important;
  margin:32px auto 0!important;
  grid-template-columns:minmax(360px,460px) minmax(0,1fr)!important;
  gap:28px!important;
  align-items:start!important;
}

body.public-store-mode .storefront-static-detail-media-v195{
  width:100%!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  height:auto!important;
  align-self:start!important;
  padding:22px!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 50% 42%,rgba(0,117,255,.18),transparent 46%),
    linear-gradient(145deg,rgba(13,25,42,.98),rgba(4,8,15,.99))!important;
}

body.public-store-mode .storefront-static-detail-media-v195::after{
  inset:auto 22px 22px!important;
  height:28%!important;
  border-radius:0 0 24px 24px!important;
}

body.public-store-mode .storefront-static-detail-media-v195 img{
  width:100%!important;
  height:100%!important;
  aspect-ratio:1/1!important;
  max-height:none!important;
  object-fit:cover!important;
  object-position:center!important;
  border-radius:24px!important;
}

body.public-store-mode .storefront-static-detail-panel-v195{
  min-height:0!important;
  align-self:stretch!important;
  justify-content:flex-start!important;
  gap:22px!important;
  padding:34px!important;
  border-radius:32px!important;
  background:
    radial-gradient(circle at 94% 8%,rgba(0,117,255,.14),transparent 34%),
    linear-gradient(145deg,rgba(13,25,42,.98),rgba(4,8,15,.99))!important;
}

body.public-store-mode .storefront-static-detail-topline{
  align-items:center!important;
  margin-bottom:2px!important;
}

body.public-store-mode .storefront-static-detail-panel-v195 .storefront-static-detail-tag,
body.public-store-mode .storefront-static-secure-pill{
  min-height:38px!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  background:rgba(255,255,255,.055)!important;
  border:1px solid rgba(142,198,255,.18)!important;
}

body.public-store-mode .storefront-static-secure-pill{
  gap:8px!important;
  color:#d7ebff!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}

body.public-store-mode .storefront-static-secure-pill [data-icon]{
  width:18px!important;
  height:18px!important;
  color:#8dccff!important;
}

body.public-store-mode .storefront-static-detail-panel-v195 h1{
  max-width:720px!important;
  font-size:clamp(2.1rem,3.8vw,4rem)!important;
  line-height:1!important;
  margin-top:0!important;
}

body.public-store-mode .storefront-static-price-box{
  gap:10px!important;
  padding:22px!important;
  border-radius:24px!important;
  background:
    linear-gradient(135deg,rgba(0,87,178,.22),rgba(255,255,255,.048))!important;
  border-color:rgba(89,165,255,.22)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.08)!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-price{
  align-items:center!important;
  gap:14px!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-price-old{
  font-size:15px!important;
  opacity:.85!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-price-value{
  font-size:clamp(2.15rem,3.3vw,3rem)!important;
}

body.public-store-mode .storefront-static-detail-chips{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:12px!important;
  align-items:stretch!important;
}

body.public-store-mode .storefront-static-detail-chips>span{
  min-height:72px!important;
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:12px!important;
  padding:14px!important;
  border-radius:20px!important;
  background:linear-gradient(180deg,rgba(255,255,255,.06),rgba(255,255,255,.032))!important;
  border:1px solid rgba(255,255,255,.095)!important;
  color:#eef7ff!important;
  text-align:left!important;
}

body.public-store-mode .storefront-static-detail-chips [data-icon]{
  width:42px!important;
  height:42px!important;
  display:grid!important;
  place-items:center!important;
  padding:10px!important;
  border-radius:15px!important;
  background:rgba(0,117,255,.16)!important;
  border:1px solid rgba(124,192,255,.20)!important;
  color:#8dccff!important;
  flex:0 0 42px!important;
}

body.public-store-mode .storefront-static-detail-includes{
  border-radius:24px!important;
  padding:20px!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-list li{
  align-items:center!important;
  min-height:50px!important;
  padding:13px 14px!important;
  border-radius:17px!important;
}

body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-list [data-icon]{
  width:28px!important;
  height:28px!important;
  padding:7px!important;
  border-radius:10px!important;
  background:rgba(0,117,255,.14)!important;
  border:1px solid rgba(124,192,255,.18)!important;
  margin-top:0!important;
}

body.public-store-mode .storefront-static-buy.storefront-static-buy-main{
  min-height:64px!important;
  border-radius:22px!important;
  margin-top:0!important;
}

body.public-store-mode .storefront-static-checkout-note{
  max-width:620px!important;
  margin:-6px auto 0!important;
}

@media (max-width:980px){
  body.public-store-mode .storefront-static-detail.storefront-static-detail-v195{
    width:min(100%,760px)!important;
    grid-template-columns:1fr!important;
    gap:18px!important;
  }
  body.public-store-mode .storefront-static-detail-media-v195{
    width:min(100%,520px)!important;
    margin:0 auto!important;
    aspect-ratio:1/1!important;
  }
  body.public-store-mode .storefront-static-detail-panel-v195{
    align-self:auto!important;
  }
}

@media (max-width:640px){
  body.public-store-mode .storefront-static-detail.storefront-static-detail-v195{
    margin-top:16px!important;
    gap:14px!important;
  }
  body.public-store-mode .storefront-static-detail-media-v195{
    width:100%!important;
    padding:12px!important;
    border-radius:24px!important;
  }
  body.public-store-mode .storefront-static-detail-media-v195 img{
    border-radius:18px!important;
  }
  body.public-store-mode .storefront-static-detail-panel-v195{
    padding:20px!important;
    gap:16px!important;
    border-radius:24px!important;
  }
  body.public-store-mode .storefront-static-detail-topline{
    align-items:flex-start!important;
  }
  body.public-store-mode .storefront-static-detail-panel-v195 h1{
    font-size:clamp(2rem,10vw,3rem)!important;
  }
  body.public-store-mode .storefront-static-price-box{
    padding:18px!important;
  }
  body.public-store-mode .storefront-static-detail-chips,
  body.public-store-mode .storefront-static-detail-v195 .storefront-static-detail-list{
    grid-template-columns:1fr!important;
  }
  body.public-store-mode .storefront-static-detail-chips>span{
    min-height:62px!important;
  }
}
