/* VanguardRAP public store scale pass — align tienda UI/UX size with admin */
:root{
  --store-bg:#f3efe7;
  --store-panel:#fffaf0;
  --store-ink:#111;
  --store-muted:#4f4942;
  --store-red:#c60000;
  --store-border:#1d1d1d;
}
body:not(.admin-ui){
  font-family:Arial, Helvetica, sans-serif!important;
  font-size:15px!important;
  line-height:1.5!important;
}
body:not(.admin-ui) .wrap{
  width:min(1180px,94vw)!important;
  max-width:1180px!important;
  padding:0 18px!important;
}
body:not(.admin-ui) .top{
  padding:6px 10px!important;
  font-size:10px!important;
  letter-spacing:.08em!important;
}
body:not(.admin-ui) .nav{
  padding:9px 0!important;
  gap:12px!important;
}
body:not(.admin-ui) .brand{
  font-size:15px!important;
  letter-spacing:.08em!important;
  gap:9px!important;
}
body:not(.admin-ui) .brand img{
  width:38px!important;
  height:38px!important;
}
body:not(.admin-ui) .links{
  gap:12px!important;
  font-size:11px!important;
}
body:not(.admin-ui) .cart,
body:not(.admin-ui) .theme-toggle{
  min-height:36px!important;
  padding:8px 10px!important;
  font-size:11px!important;
}
body:not(.admin-ui) .cart-preview{
  width:300px!important;
  padding:12px!important;
}
body:not(.admin-ui) .mini-item{
  grid-template-columns:48px 1fr auto!important;
  gap:9px!important;
  padding:7px 0!important;
}
body:not(.admin-ui) .mini-item img{
  width:48px!important;
  height:48px!important;
}
body:not(.admin-ui) .section{
  padding:28px 0!important;
}
body:not(.admin-ui) h1{
  font-family:Arial Black, Impact, Anton, sans-serif!important;
  font-size:clamp(38px,5.8vw,82px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
  text-shadow:3px 3px 0 #d5c9bd!important;
}
body:not(.admin-ui) h2{
  font-family:Arial Black, Impact, Anton, sans-serif!important;
  font-size:clamp(24px,3vw,42px)!important;
  line-height:1.02!important;
  letter-spacing:-.025em!important;
}
body:not(.admin-ui) h3{
  font-size:16px!important;
  line-height:1.22!important;
  letter-spacing:.005em!important;
}
body:not(.admin-ui) .hero{
  min-height:360px!important;
  gap:18px!important;
  padding:30px 0!important;
}
body:not(.admin-ui) .hero h1{
  font-size:clamp(44px,7vw,92px)!important;
  line-height:.96!important;
}
body:not(.admin-ui) .lead{
  font-size:15px!important;
  line-height:1.55!important;
  max-width:720px!important;
}
body:not(.admin-ui) .stamp,
body:not(.admin-ui) .badge,
body:not(.admin-ui) .chip,
body:not(.admin-ui) .btn,
body:not(.admin-ui) button,
body:not(.admin-ui) input,
body:not(.admin-ui) select,
body:not(.admin-ui) textarea{
  font-family:Arial, Helvetica, sans-serif!important;
  letter-spacing:.01em!important;
}
body:not(.admin-ui) .btn,
body:not(.admin-ui) .chip,
body:not(.admin-ui) button{
  min-height:38px!important;
  padding:9px 12px!important;
  font-size:12px!important;
  line-height:1.15!important;
}
body:not(.admin-ui) .input,
body:not(.admin-ui) input,
body:not(.admin-ui) select,
body:not(.admin-ui) textarea{
  min-height:40px!important;
  padding:9px 11px!important;
  font-size:14px!important;
}
body:not(.admin-ui) .panel,
body:not(.admin-ui) .product,
body:not(.admin-ui) .stat,
body:not(.admin-ui) .fact,
body:not(.admin-ui) .record-card,
body:not(.admin-ui) .contact-card,
body:not(.admin-ui) .preorder-card,
body:not(.admin-ui) .how,
body:not(.admin-ui) .rec{
  padding:14px!important;
}
body:not(.admin-ui) .products{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
}
body:not(.admin-ui) .product{
  min-width:0!important;
}
body:not(.admin-ui) .product img{
  margin-bottom:7px!important;
}
body:not(.admin-ui) .product h3{
  font-size:14px!important;
  line-height:1.2!important;
  margin:6px 0!important;
}
body:not(.admin-ui) .product .meta{
  font-size:10px!important;
  line-height:1.25!important;
}
body:not(.admin-ui) .product .badge{
  font-size:10px!important;
  min-height:26px!important;
  padding:6px 8px!important;
  color:#fff!important;
}
body:not(.admin-ui) .price{
  font-size:14px!important;
}
body:not(.admin-ui) .marquee{
  font-size:18px!important;
  margin:12px 0!important;
  padding:5px 0!important;
}
body:not(.admin-ui) .statgrid{
  gap:10px!important;
}
body:not(.admin-ui) .stat strong{
  font-size:22px!important;
}
body:not(.admin-ui) .drop-feature{
  padding:16px!important;
  gap:16px!important;
}
body:not(.admin-ui) .drop-feature h2{
  font-size:34px!important;
}
body:not(.admin-ui) .detail{
  gap:22px!important;
}
body:not(.admin-ui) .detail h1{
  font-size:clamp(36px,5vw,58px)!important;
}
body:not(.admin-ui) .gallery{
  gap:6px!important;
}
body:not(.admin-ui) .vinyl-specs,
body:not(.admin-ui) .checkout-steps,
body:not(.admin-ui) .contact-grid,
body:not(.admin-ui) .about-grid{
  gap:10px!important;
}
body:not(.admin-ui) .cartgrid{
  gap:16px!important;
}
body:not(.admin-ui) .item{
  grid-template-columns:54px 1fr auto!important;
  gap:9px!important;
  padding:8px 0!important;
}
body:not(.admin-ui) .item img{
  width:54px!important;
  height:54px!important;
}
body:not(.admin-ui) .footer-archive{
  padding:24px 0!important;
  margin-top:28px!important;
}
body:not(.admin-ui) .footer-archive h2{
  font-size:30px!important;
  text-shadow:none!important;
}
body:not(.admin-ui) .footer-grid{
  gap:18px!important;
}
@media(max-width:1100px){
  body:not(.admin-ui) .products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media(max-width:900px){
  body:not(.admin-ui) .wrap{padding:0 14px!important;}
  body:not(.admin-ui) .section{padding:22px 0!important;}
  body:not(.admin-ui) .hero{min-height:300px!important;padding:24px 0!important;}
  body:not(.admin-ui) h1{font-size:clamp(34px,11vw,58px)!important;}
  body:not(.admin-ui) .hero h1{font-size:clamp(38px,13vw,64px)!important;}
  body:not(.admin-ui) .products{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:8px!important;}
  body:not(.admin-ui) .product{padding:8px!important;}
  body:not(.admin-ui) .product h3{font-size:11px!important;}
  body:not(.admin-ui) .product .meta{font-size:9px!important;}
  body:not(.admin-ui) .price{font-size:11px!important;}
  body:not(.admin-ui) .product .badge,
  body:not(.admin-ui) .product .chip{font-size:9px!important;min-height:30px!important;padding:6px!important;}
  body:not(.admin-ui) .detail,
  body:not(.admin-ui) .cartgrid,
  body:not(.admin-ui) .split{grid-template-columns:1fr!important;}
}
@media(max-width:560px){
  body:not(.admin-ui) .nav{gap:8px!important;}
  body:not(.admin-ui) .brand img{width:34px!important;height:34px!important;}
  body:not(.admin-ui) .brand{font-size:13px!important;}
  body:not(.admin-ui) .products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
  body:not(.admin-ui) .footer-grid{grid-template-columns:1fr!important;}
  body:not(.admin-ui) .cart-preview{display:none!important;}
}


/* Public product card accessibility fix: decorative vinyl must not cover content/clicks */
body:not(.admin-ui) .product{
  position:relative!important;
  overflow:hidden!important;
  min-height:auto!important;
}
body:not(.admin-ui) .product:before{
  width:52%!important;
  right:-16px!important;
  top:58px!important;
  z-index:0!important;
  opacity:.16!important;
  pointer-events:none!important;
}
body:not(.admin-ui) .product:hover:before{
  right:-20px!important;
  transform:rotate(12deg)!important;
}
body:not(.admin-ui) .product > *{
  position:relative!important;
  z-index:2!important;
}
body:not(.admin-ui) .product > a:first-of-type{
  display:block!important;
  z-index:3!important;
}
body:not(.admin-ui) .product img{
  display:block!important;
  width:100%!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  position:relative!important;
  z-index:3!important;
}
body:not(.admin-ui) .product h3 a{
  color:inherit!important;
  text-decoration:none!important;
}
body:not(.admin-ui) .product h3 a:hover{
  color:#c60000!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
}
body:not(.admin-ui) .product .price{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:8px!important;
}
body:not(.admin-ui) .product .price .chip,
body:not(.admin-ui) .product .price button{
  flex:0 0 auto!important;
  z-index:4!important;
}
body:not(.admin-ui) .product-detail-note{
  margin:12px 0 14px!important;
  padding:12px!important;
  background:#fff!important;
  border-left:4px solid #c60000!important;
  color:#2d2d2d!important;
  font-size:13px!important;
  line-height:1.45!important;
}
body:not(.admin-ui) .product[data-kind="soon"]:after,
body:not(.admin-ui) .product[data-kind="reserved"]:after{
  display:none!important;
}
@media(max-width:900px){
  body:not(.admin-ui) .product:before{display:none!important;}
  body:not(.admin-ui) .product-detail-note{font-size:12px!important;padding:10px!important;line-height:1.35!important;}
}


/* Unified product detail template — Big L reference layout */
body:not(.admin-ui) .product-detail-page{
  padding-top:18px!important;
}
body:not(.admin-ui) .product-detail-good{
  display:grid!important;
  grid-template-columns:minmax(280px,500px) minmax(0,1fr)!important;
  gap:28px!important;
  align-items:start!important;
  padding-top:18px!important;
}
body:not(.admin-ui) .product-media{
  min-width:0!important;
}
body:not(.admin-ui) .product-cover{
  width:100%!important;
  max-width:500px!important;
  aspect-ratio:1/1!important;
  object-fit:cover!important;
  border:1px solid #c60000!important;
  background:#fff!important;
  display:block!important;
}
body:not(.admin-ui) .product-gallery{
  display:grid!important;
  grid-template-columns:92px 1fr!important;
  gap:6px 10px!important;
  margin-top:14px!important;
  align-items:center!important;
  max-width:260px!important;
}
body:not(.admin-ui) .product-gallery a{
  grid-column:1!important;
  width:92px!important;
  height:92px!important;
  border:1px solid #1d1d1d!important;
  background:#fff!important;
  display:block!important;
}
body:not(.admin-ui) .product-gallery a img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
}
body:not(.admin-ui) .product-gallery span{
  grid-column:2!important;
  color:#111!important;
  font-size:13px!important;
  line-height:1.15!important;
}
body:not(.admin-ui) .product-info h1{
  font-size:clamp(42px,6vw,78px)!important;
  line-height:.98!important;
  margin:14px 0 16px!important;
  max-width:760px!important;
}
body:not(.admin-ui) .product-info .lead{
  max-width:760px!important;
  margin-bottom:16px!important;
}
body:not(.admin-ui) .product-detail-price{
  margin:12px 0 10px!important;
}
body:not(.admin-ui) .product-detail-price span{
  display:block!important;
  font-family:Arial Black, Impact, Anton, sans-serif!important;
  font-size:42px!important;
  line-height:1!important;
  color:#111!important;
}
body:not(.admin-ui) .product-detail-actions{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin:0 0 14px!important;
}
body:not(.admin-ui) .product-specs{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:10px!important;
  margin:12px 0!important;
}
body:not(.admin-ui) .product-specs div{
  border:1px solid #1d1d1d!important;
  background:#fffaf0!important;
  padding:12px!important;
  min-height:58px!important;
  color:#111!important;
}
body:not(.admin-ui) .product-specs b{
  display:block!important;
  color:#c60000!important;
  text-transform:uppercase!important;
  font-size:10px!important;
  margin-bottom:5px!important;
}
body:not(.admin-ui) .product-description,
body:not(.admin-ui) .product-notes{
  margin-top:14px!important;
  border:1px solid #1d1d1d!important;
  background:#fffaf0!important;
  padding:18px!important;
}
body:not(.admin-ui) .product-description h2,
body:not(.admin-ui) .product-notes h2{
  font-size:38px!important;
  margin:0 0 10px!important;
}
body:not(.admin-ui) .tag-row{
  display:flex!important;
  gap:8px!important;
  flex-wrap:wrap!important;
  margin-top:14px!important;
}
body:not(.admin-ui) .tag-row .chip{
  min-height:30px!important;
  font-size:11px!important;
  background:#fff!important;
  color:#111!important;
}
@media(max-width:900px){
  body:not(.admin-ui) .product-detail-good{grid-template-columns:1fr!important;gap:18px!important;}
  body:not(.admin-ui) .product-cover{max-width:100%!important;}
  body:not(.admin-ui) .product-info h1{font-size:clamp(36px,11vw,58px)!important;}
  body:not(.admin-ui) .product-specs{grid-template-columns:1fr 1fr!important;}
}
@media(max-width:560px){
  body:not(.admin-ui) .product-specs{grid-template-columns:1fr!important;}
  body:not(.admin-ui) .product-detail-price span{font-size:34px!important;}
  body:not(.admin-ui) .product-description h2,
  body:not(.admin-ui) .product-notes h2{font-size:30px!important;}
}


/* Product image lightbox */
body.vr-lightbox-open{
  overflow:hidden!important;
}
.vr-lightbox{
  position:fixed!important;
  inset:0!important;
  z-index:9999!important;
  display:none!important;
  align-items:center!important;
  justify-content:center!important;
  padding:28px!important;
  background:rgba(0,0,0,.86)!important;
  backdrop-filter:blur(2px)!important;
}
.vr-lightbox.open{
  display:flex!important;
}
.vr-lightbox-figure{
  margin:0!important;
  width:min(940px,94vw)!important;
  max-height:90vh!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  gap:10px!important;
}
.vr-lightbox-img{
  max-width:100%!important;
  max-height:78vh!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
  background:#fff!important;
  border:2px solid #fff!important;
  box-shadow:18px 18px 0 rgba(198,0,0,.45)!important;
}
.vr-lightbox-caption{
  color:#fff!important;
  font-size:13px!important;
  text-transform:uppercase!important;
  letter-spacing:.08em!important;
  text-align:center!important;
}
.vr-lightbox-close{
  position:absolute!important;
  right:18px!important;
  top:18px!important;
  width:42px!important;
  height:42px!important;
  border:1px solid #fff!important;
  background:#c60000!important;
  color:#fff!important;
  font-size:28px!important;
  line-height:1!important;
  cursor:pointer!important;
  z-index:10000!important;
}
.product-detail-page .product-cover,
.product-detail-page .product-gallery a{
  cursor:zoom-in!important;
}
.product-detail-page .product-gallery a:hover,
.product-detail-page .product-cover:hover{
  outline:2px solid #c60000!important;
  outline-offset:2px!important;
}
@media(max-width:560px){
  .vr-lightbox{padding:14px!important;}
  .vr-lightbox-img{max-height:72vh!important;box-shadow:8px 8px 0 rgba(198,0,0,.55)!important;}
  .vr-lightbox-close{right:10px!important;top:10px!important;width:40px!important;height:40px!important;}
}


/* Button hover / interaction polish */
body:not(.admin-ui) .btn,
body:not(.admin-ui) .chip,
body:not(.admin-ui) button,
body:not(.admin-ui) .cart,
body:not(.admin-ui) .theme-toggle,
body:not(.admin-ui) .links a,
body:not(.admin-ui) .brand{
  transition:transform .16s ease, box-shadow .16s ease, background .16s ease, color .16s ease, border-color .16s ease, opacity .16s ease!important;
}
body:not(.admin-ui) .btn:hover,
body:not(.admin-ui) button:hover,
body:not(.admin-ui) .cart:hover,
body:not(.admin-ui) .theme-toggle:hover{
  transform:translate(-2px,-2px)!important;
  box-shadow:4px 4px 0 #111!important;
}
body:not(.admin-ui) .btn.red:hover,
body:not(.admin-ui) .cart:hover{
  background:#ff2525!important;
  border-color:#ff2525!important;
  color:#fff!important;
  box-shadow:4px 4px 0 #111!important;
}
body:not(.admin-ui) .btn.dark:hover,
body:not(.admin-ui) .chip:hover,
body:not(.admin-ui) .theme-toggle:hover{
  background:#111!important;
  border-color:#c60000!important;
  color:#fff!important;
  box-shadow:4px 4px 0 #c60000!important;
}
body:not(.admin-ui) .product .chip:hover,
body:not(.admin-ui) .product button:hover{
  background:#c60000!important;
  border-color:#c60000!important;
  color:#fff!important;
  transform:translate(-1px,-1px)!important;
  box-shadow:3px 3px 0 #111!important;
}
body:not(.admin-ui) .links a:hover,
body:not(.admin-ui) .brand:hover{
  color:#c60000!important;
  transform:translateY(-1px)!important;
}
body:not(.admin-ui) .btn:active,
body:not(.admin-ui) .chip:active,
body:not(.admin-ui) button:active,
body:not(.admin-ui) .cart:active,
body:not(.admin-ui) .theme-toggle:active{
  transform:translate(0,0)!important;
  box-shadow:1px 1px 0 #111!important;
}
body:not(.admin-ui) .btn:focus-visible,
body:not(.admin-ui) .chip:focus-visible,
body:not(.admin-ui) button:focus-visible,
body:not(.admin-ui) a:focus-visible{
  outline:3px solid #ff2525!important;
  outline-offset:3px!important;
}
@media(hover:none){
  body:not(.admin-ui) .btn:hover,
  body:not(.admin-ui) .chip:hover,
  body:not(.admin-ui) button:hover,
  body:not(.admin-ui) .cart:hover,
  body:not(.admin-ui) .theme-toggle:hover{
    transform:none!important;
    box-shadow:none!important;
  }
}


/* Catalog card badge + vinyl hover correction */
body:not(.admin-ui) .products .product{
  overflow:visible!important;
  isolation:isolate!important;
}
body:not(.admin-ui) .products .product:before{
  content:""!important;
  position:absolute!important;
  width:70%!important;
  aspect-ratio:1/1!important;
  border-radius:50%!important;
  right:10px!important;
  top:40px!important;
  z-index:1!important;
  opacity:.0!important;
  pointer-events:none!important;
  background:radial-gradient(circle,#151515 0 23%,#050505 24% 42%,#2b2b2b 43% 45%,#050505 46%)!important;
  border:1px solid #333!important;
  transition:right .22s ease, transform .22s ease, opacity .22s ease!important;
}
body:not(.admin-ui) .products .product:hover:before{
  right:-20px!important;
  transform:rotate(18deg)!important;
  opacity:.9!important;
}
body:not(.admin-ui) .products .product > a:first-of-type{
  display:block!important;
  position:relative!important;
  z-index:2!important;
  margin-top:8px!important;
}
body:not(.admin-ui) .products .product img{
  position:relative!important;
  z-index:2!important;
}
body:not(.admin-ui) .products .product .badge{
  position:relative!important;
  z-index:5!important;
  display:inline-flex!important;
  align-items:center!important;
  min-height:25px!important;
  margin-bottom:-7px!important;
  margin-left:8px!important;
  padding:6px 9px!important;
  background:#c60000!important;
  color:#fff!important;
  border:0!important;
  box-shadow:2px 2px 0 #111!important;
  transform:rotate(-1.5deg)!important;
  white-space:nowrap!important;
}
body:not(.admin-ui) .products .product[data-kind="soon"] .badge,
body:not(.admin-ui) .products .product[data-kind="preorder"] .badge{
  background:#c60000!important;
  color:#fff!important;
  border:0!important;
}
body:not(.admin-ui) .products .product[data-kind="low"] .badge{
  background:#ff2525!important;
  color:#fff!important;
}
body:not(.admin-ui) .products .product[data-kind="sold"] .badge{
  background:#111!important;
  color:#fff!important;
}
body:not(.admin-ui) .products .product[data-kind="soon"]:after,
body:not(.admin-ui) .products .product[data-kind="sold"]:after{
  z-index:4!important;
  pointer-events:none!important;
}
@media(max-width:900px){
  body:not(.admin-ui) .products .product:before{display:none!important;}
  body:not(.admin-ui) .products .product .badge{
    min-height:21px!important;
    font-size:8px!important;
    padding:4px 6px!important;
    margin-left:3px!important;
    margin-bottom:-5px!important;
  }
}


/* Próximo ingreso: no vinyl hover animation */
body:not(.admin-ui) .products .product[data-kind="soon"]:before,
body:not(.admin-ui) .products .product[data-kind="soon"]:hover:before{
  display:none!important;
  opacity:0!important;
  transform:none!important;
}
body:not(.admin-ui) .products .product[data-kind="soon"] > a:first-of-type{
  margin-top:8px!important;
}


/* Mini cart refinement */
body:not(.admin-ui) .cart-wrap{
  position:relative!important;
}
body:not(.admin-ui) .cart-preview{
  right:0!important;
  top:calc(100% + 10px)!important;
  border:2px solid #111!important;
  background:#fffaf0!important;
  color:#111!important;
  box-shadow:10px 10px 0 rgba(17,17,17,.95)!important;
  padding:12px!important;
  width:min(360px,92vw)!important;
  z-index:120!important;
}
body:not(.admin-ui) .cart-preview:before{
  content:""!important;
  position:absolute!important;
  right:18px!important;
  top:-9px!important;
  width:16px!important;
  height:16px!important;
  background:#fffaf0!important;
  border-left:2px solid #111!important;
  border-top:2px solid #111!important;
  transform:rotate(45deg)!important;
}
body:not(.admin-ui) .mini-cart-head{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:0 0 9px!important;
  margin-bottom:3px!important;
  border-bottom:1px solid #111!important;
  text-transform:uppercase!important;
  font-size:11px!important;
  letter-spacing:.06em!important;
}
body:not(.admin-ui) .mini-cart-head b{
  font-family:Arial Black, Impact, Anton, sans-serif!important;
  font-size:14px!important;
  letter-spacing:.03em!important;
}
body:not(.admin-ui) .mini-cart-head span{
  background:#111!important;
  color:#fff!important;
  padding:3px 6px!important;
  font-size:10px!important;
}
body:not(.admin-ui) .mini-item{
  display:grid!important;
  grid-template-columns:54px minmax(0,1fr) auto!important;
  gap:10px!important;
  align-items:start!important;
  padding:10px 0!important;
  border-bottom:1px solid rgba(17,17,17,.16)!important;
}
body:not(.admin-ui) .mini-item img{
  width:54px!important;
  height:54px!important;
  object-fit:cover!important;
  border:1px solid #111!important;
  background:#fff!important;
}
body:not(.admin-ui) .mini-info{
  min-width:0!important;
}
body:not(.admin-ui) .mini-info b{
  display:block!important;
  color:#111!important;
  font-size:12px!important;
  line-height:1.2!important;
  margin-bottom:3px!important;
}
body:not(.admin-ui) .mini-info .meta{
  margin:0 0 6px!important;
  color:#555!important;
  font-size:10px!important;
}
body:not(.admin-ui) .mini-subtotal{
  color:#111!important;
  font-weight:900!important;
  font-size:12px!important;
  white-space:nowrap!important;
}
body:not(.admin-ui) .mini-remove{
  min-height:26px!important;
  padding:5px 8px!important;
  border:1px solid #c60000!important;
  background:#fff!important;
  color:#c60000!important;
  font-size:10px!important;
  text-transform:uppercase!important;
  font-weight:900!important;
  box-shadow:none!important;
  cursor:pointer!important;
}
body:not(.admin-ui) .mini-remove:hover{
  background:#c60000!important;
  color:#fff!important;
  transform:translate(-1px,-1px)!important;
  box-shadow:2px 2px 0 #111!important;
}
body:not(.admin-ui) .mini-cart-empty{
  border:1px dashed #c60000!important;
  background:#fff!important;
  color:#555!important;
  padding:14px!important;
  text-align:center!important;
  margin:10px 0!important;
  font-size:12px!important;
  text-transform:uppercase!important;
}
body:not(.admin-ui) .mini-total{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  padding:12px 0!important;
  margin-top:2px!important;
  border-top:2px solid #111!important;
  color:#111!important;
  font-weight:900!important;
  text-transform:uppercase!important;
}
body:not(.admin-ui) .cart-preview .btn.block{
  width:100%!important;
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  margin-top:4px!important;
}
body:not(.admin-ui) .cart-preview.empty:after{
  display:none!important;
  content:none!important;
}
@media(max-width:760px){
  body:not(.admin-ui) .cart-preview{
    display:none!important;
  }
}


/* Professional checkout pass */
body:not(.admin-ui) .checkout-page{
  max-width:1160px!important;
}
body:not(.admin-ui) .checkout-hero{
  padding-bottom:14px!important;
}
body:not(.admin-ui) .checkout-page > .section h1{
  font-size:clamp(42px,5vw,72px)!important;
  margin:10px 0!important;
}
body:not(.admin-ui) .checkout-page .lead{
  max-width:760px!important;
}
body:not(.admin-ui) .checkout-steps{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:10px!important;
  margin:18px 0 6px!important;
}
body:not(.admin-ui) .checkout-step{
  background:#fffaf0!important;
  color:#111!important;
  border:1px solid #1d1d1d!important;
  padding:12px!important;
  min-height:64px!important;
  position:relative!important;
}
body:not(.admin-ui) .checkout-step b{
  display:inline-flex!important;
  width:26px!important;
  height:26px!important;
  align-items:center!important;
  justify-content:center!important;
  background:#111!important;
  color:#fff!important;
  margin-bottom:5px!important;
  font-size:11px!important;
}
body:not(.admin-ui) .checkout-step.active{
  border-color:#c60000!important;
  box-shadow:4px 4px 0 #c60000!important;
}
body:not(.admin-ui) .checkout-grid{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 340px!important;
  gap:18px!important;
  align-items:start!important;
}
body:not(.admin-ui) .checkout-main,
body:not(.admin-ui) .checkout-summary{
  background:#fffaf0!important;
  color:#111!important;
  border:2px solid #1d1d1d!important;
  box-shadow:8px 8px 0 rgba(17,17,17,.16)!important;
}
body:not(.admin-ui) .checkout-summary{
  position:sticky!important;
  top:86px!important;
}
body:not(.admin-ui) .checkout-section-head{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding-bottom:10px!important;
  border-bottom:1px solid #1d1d1d!important;
  margin-bottom:14px!important;
}
body:not(.admin-ui) .checkout-section-head span{
  width:30px!important;
  height:30px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#c60000!important;
  color:#fff!important;
  font-weight:900!important;
  font-size:12px!important;
}
body:not(.admin-ui) .checkout-section-head h2{
  margin:0!important;
  font-size:30px!important;
  text-shadow:none!important;
}
body:not(.admin-ui) .checkout-gap{
  margin-top:24px!important;
}
body:not(.admin-ui) .checkout-cart-list .item{
  grid-template-columns:68px minmax(0,1fr) auto!important;
  gap:12px!important;
  padding:12px!important;
  margin-bottom:8px!important;
  border:1px solid rgba(17,17,17,.18)!important;
  background:#fff!important;
}
body:not(.admin-ui) .checkout-cart-list .item img{
  width:68px!important;
  height:68px!important;
  object-fit:cover!important;
  border:1px solid #111!important;
}
body:not(.admin-ui) .checkout-cart-list .item b{
  color:#111!important;
  font-size:14px!important;
  line-height:1.22!important;
}
body:not(.admin-ui) .checkout-cart-list .item .price{
  color:#111!important;
  font-weight:900!important;
  white-space:nowrap!important;
  margin:0!important;
  text-align:right!important;
}
body:not(.admin-ui) .checkout-empty{
  background:#fff!important;
  border:1px dashed #c60000!important;
  color:#555!important;
  padding:18px!important;
}
body:not(.admin-ui) .checkout-fields{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
body:not(.admin-ui) .checkout-fields .input,
body:not(.admin-ui) .checkout-fields input,
body:not(.admin-ui) .checkout-fields textarea{
  margin:0!important;
  background:#fff!important;
  color:#111!important;
  border:1px solid #1d1d1d!important;
  min-height:44px!important;
  font-size:14px!important;
}
body:not(.admin-ui) .checkout-address{
  grid-column:1/-1!important;
  min-height:86px!important;
  resize:vertical!important;
}
body:not(.admin-ui) .checkout-options{
  display:grid!important;
  gap:10px!important;
}
body:not(.admin-ui) .checkout-option{
  display:grid!important;
  grid-template-columns:22px 1fr!important;
  gap:10px!important;
  align-items:start!important;
  margin:0!important;
  padding:13px!important;
  background:#fff!important;
  color:#111!important;
  border:1px solid #1d1d1d!important;
  cursor:pointer!important;
  text-transform:none!important;
}
body:not(.admin-ui) .checkout-option:hover{
  border-color:#c60000!important;
  box-shadow:4px 4px 0 rgba(198,0,0,.26)!important;
}
body:not(.admin-ui) .checkout-option input{
  width:18px!important;
  height:18px!important;
  margin:2px 0 0!important;
  accent-color:#c60000!important;
}
body:not(.admin-ui) .checkout-option b{
  display:block!important;
  font-size:14px!important;
  text-transform:uppercase!important;
  margin-bottom:3px!important;
}
body:not(.admin-ui) .checkout-option em{
  display:block!important;
  font-style:normal!important;
  color:#555!important;
  font-size:12px!important;
  line-height:1.35!important;
}
body:not(.admin-ui) .transfer-option{
  grid-template-columns:22px 1fr!important;
}
body:not(.admin-ui) .transfer-option .bank-data{
  grid-column:1/-1!important;
}
body:not(.admin-ui) .bank-data{
  background:#111!important;
  color:#fff!important;
  border:0!important;
  border-left:4px solid #c60000!important;
  padding:12px!important;
  margin-top:8px!important;
  font-size:12px!important;
}
body:not(.admin-ui) .summary-total{
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:12px!important;
  border-block:2px solid #111!important;
  padding:16px 0!important;
  margin:12px 0!important;
  text-transform:uppercase!important;
}
body:not(.admin-ui) .summary-total span{
  color:#555!important;
  font-size:12px!important;
  font-weight:900!important;
}
body:not(.admin-ui) .summary-total strong{
  color:#111!important;
  font-family:Arial Black, Impact, Anton, sans-serif!important;
  font-size:32px!important;
  line-height:1!important;
}
body:not(.admin-ui) .checkout-submit,
body:not(.admin-ui) .checkout-clear,
body:not(.admin-ui) .checkout-back{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  margin-top:9px!important;
}
body:not(.admin-ui) .checkout-note{
  background:#fff!important;
  border-left:4px solid #c60000!important;
  padding:12px!important;
  margin:14px 0!important;
  color:#111!important;
}
body:not(.admin-ui) .checkout-note b{
  display:block!important;
  text-transform:uppercase!important;
  font-size:11px!important;
  margin-bottom:4px!important;
}
body:not(.admin-ui) .checkout-note p{
  margin:0!important;
  color:#555!important;
  font-size:12px!important;
}
@media(max-width:960px){
  body:not(.admin-ui) .checkout-grid{grid-template-columns:1fr!important;}
  body:not(.admin-ui) .checkout-summary{position:static!important;order:-1!important;}
}
@media(max-width:640px){
  body:not(.admin-ui) .checkout-steps{grid-template-columns:1fr 1fr!important;}
  body:not(.admin-ui) .checkout-fields{grid-template-columns:1fr!important;}
  body:not(.admin-ui) .checkout-cart-list .item{grid-template-columns:58px 1fr!important;}
  body:not(.admin-ui) .checkout-cart-list .item .price{grid-column:2!important;text-align:left!important;}
}


/* Final UI cleanup pass: cleaner fonts, calmer colors, reliable button hovers */
:root{
  --vr-paper:#f4efe6;
  --vr-card:#fffaf0;
  --vr-card-2:#ffffff;
  --vr-ink:#101010;
  --vr-muted:#5d554d;
  --vr-line:#171717;
  --vr-red:#c60000;
  --vr-red-hover:#e11616;
}
body:not(.admin-ui){
  background:var(--vr-paper)!important;
  color:var(--vr-ink)!important;
  font-family:Inter, Arial, Helvetica, sans-serif!important;
  -webkit-font-smoothing:antialiased!important;
  text-rendering:geometricPrecision!important;
}
body:not(.admin-ui) p,
body:not(.admin-ui) li,
body:not(.admin-ui) input,
body:not(.admin-ui) select,
body:not(.admin-ui) textarea,
body:not(.admin-ui) button,
body:not(.admin-ui) .btn,
body:not(.admin-ui) .chip,
body:not(.admin-ui) .meta,
body:not(.admin-ui) label,
body:not(.admin-ui) .lead{
  font-family:Inter, Arial, Helvetica, sans-serif!important;
  letter-spacing:0!important;
}
body:not(.admin-ui) h1,
body:not(.admin-ui) h2,
body:not(.admin-ui) h3,
body:not(.admin-ui) .brand{
  font-family:Arial Black, Impact, sans-serif!important;
  letter-spacing:-.025em!important;
}
body:not(.admin-ui) h1,
body:not(.admin-ui) h2{
  color:var(--vr-ink)!important;
  text-shadow:none!important;
}
body:not(.admin-ui) .lead,
body:not(.admin-ui) .meta{
  color:var(--vr-muted)!important;
}
body:not(.admin-ui) .panel,
body:not(.admin-ui) .product,
body:not(.admin-ui) .stat,
body:not(.admin-ui) .fact,
body:not(.admin-ui) .record-card,
body:not(.admin-ui) .contact-card,
body:not(.admin-ui) .preorder-card,
body:not(.admin-ui) .how,
body:not(.admin-ui) .checkout-step,
body:not(.admin-ui) .checkout-main,
body:not(.admin-ui) .checkout-summary,
body:not(.admin-ui) .product-description,
body:not(.admin-ui) .product-notes{
  background:var(--vr-card)!important;
  color:var(--vr-ink)!important;
  border-color:var(--vr-line)!important;
}
body:not(.admin-ui) .stamp{
  background:var(--vr-ink)!important;
  color:#fff!important;
  border:0!important;
  padding:6px 9px!important;
  display:inline-flex!important;
  width:max-content!important;
}
/* Buttons: reset old conflicting shadows/transforms and provide one reliable hover system */
body:not(.admin-ui) a.btn,
body:not(.admin-ui) .btn,
body:not(.admin-ui) button,
body:not(.admin-ui) .chip,
body:not(.admin-ui) .cart,
body:not(.admin-ui) .theme-toggle,
body:not(.admin-ui) .qtybtn,
body:not(.admin-ui) .remove-item,
body:not(.admin-ui) .mini-remove{
  cursor:pointer!important;
  user-select:none!important;
  border-radius:0!important;
  transition:background-color .14s ease,color .14s ease,border-color .14s ease,box-shadow .14s ease,transform .14s ease,opacity .14s ease!important;
  will-change:transform!important;
}
body:not(.admin-ui) .btn,
body:not(.admin-ui) button:not(.cart):not(.theme-toggle):not(.qtybtn):not(.remove-item):not(.mini-remove),
body:not(.admin-ui) .chip{
  border:1px solid var(--vr-line)!important;
  background:#fff!important;
  color:var(--vr-ink)!important;
  box-shadow:none!important;
}
body:not(.admin-ui) .btn.red,
body:not(.admin-ui) button.btn.red,
body:not(.admin-ui) .cart,
body:not(.admin-ui) .checkout-submit{
  background:var(--vr-red)!important;
  border-color:var(--vr-red)!important;
  color:#fff!important;
}
body:not(.admin-ui) .btn.dark,
body:not(.admin-ui) .theme-toggle{
  background:#fff!important;
  color:var(--vr-ink)!important;
  border-color:var(--vr-line)!important;
}
body:not(.admin-ui) .btn:hover,
body:not(.admin-ui) button:hover,
body:not(.admin-ui) .chip:hover,
body:not(.admin-ui) .cart:hover,
body:not(.admin-ui) .theme-toggle:hover,
body:not(.admin-ui) .mini-remove:hover,
body:not(.admin-ui) .qtybtn:hover,
body:not(.admin-ui) .remove-item:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 5px 0 var(--vr-line)!important;
}
body:not(.admin-ui) .btn.red:hover,
body:not(.admin-ui) .cart:hover,
body:not(.admin-ui) .checkout-submit:hover{
  background:var(--vr-red-hover)!important;
  border-color:var(--vr-red-hover)!important;
  color:#fff!important;
}
body:not(.admin-ui) .btn.dark:hover,
body:not(.admin-ui) .chip:hover,
body:not(.admin-ui) .theme-toggle:hover{
  background:var(--vr-ink)!important;
  color:#fff!important;
  border-color:var(--vr-ink)!important;
}
body:not(.admin-ui) .btn:active,
body:not(.admin-ui) button:active,
body:not(.admin-ui) .chip:active,
body:not(.admin-ui) .cart:active,
body:not(.admin-ui) .theme-toggle:active,
body:not(.admin-ui) .mini-remove:active{
  transform:translateY(0)!important;
  box-shadow:0 2px 0 var(--vr-line)!important;
}
/* Checkout cleaner professional palette */
body:not(.admin-ui) .checkout-page .checkout-steps{
  margin-top:16px!important;
}
body:not(.admin-ui) .checkout-page .checkout-step{
  background:#fff!important;
  box-shadow:none!important;
  border:1px solid #d4cabe!important;
}
body:not(.admin-ui) .checkout-page .checkout-step.active{
  border-color:var(--vr-red)!important;
  box-shadow:0 3px 0 var(--vr-red)!important;
}
body:not(.admin-ui) .checkout-page .checkout-step b,
body:not(.admin-ui) .checkout-section-head span{
  background:var(--vr-red)!important;
  color:#fff!important;
}
body:not(.admin-ui) .checkout-main,
body:not(.admin-ui) .checkout-summary{
  background:var(--vr-card)!important;
  border:1px solid var(--vr-line)!important;
  box-shadow:0 10px 24px rgba(17,17,17,.08)!important;
}
body:not(.admin-ui) .checkout-section-head{
  border-bottom:1px solid #d4cabe!important;
}
body:not(.admin-ui) .checkout-section-head h2{
  font-family:Arial Black, Impact, sans-serif!important;
  color:var(--vr-ink)!important;
  letter-spacing:-.025em!important;
}
body:not(.admin-ui) .checkout-cart-list .item,
body:not(.admin-ui) .checkout-option,
body:not(.admin-ui) .checkout-note,
body:not(.admin-ui) .checkout-empty{
  background:#fff!important;
  border-color:#d4cabe!important;
  color:var(--vr-ink)!important;
  box-shadow:none!important;
}
body:not(.admin-ui) .checkout-option:hover{
  border-color:var(--vr-red)!important;
  box-shadow:0 4px 0 rgba(198,0,0,.22)!important;
  transform:translateY(-1px)!important;
}
body:not(.admin-ui) .checkout-fields .input,
body:not(.admin-ui) .checkout-fields input,
body:not(.admin-ui) .checkout-fields textarea{
  background:#fff!important;
  color:var(--vr-ink)!important;
  border:1px solid #cfc4b8!important;
  box-shadow:none!important;
}
body:not(.admin-ui) .checkout-fields .input:focus,
body:not(.admin-ui) .checkout-fields input:focus,
body:not(.admin-ui) .checkout-fields textarea:focus{
  outline:2px solid var(--vr-red)!important;
  outline-offset:1px!important;
  border-color:var(--vr-red)!important;
}
body:not(.admin-ui) .bank-data{
  background:#151515!important;
  color:#fff!important;
  border-left:4px solid var(--vr-red)!important;
}
body:not(.admin-ui) .summary-total{
  border-color:var(--vr-line)!important;
}
body:not(.admin-ui) .summary-total strong{
  color:var(--vr-ink)!important;
  text-shadow:none!important;
}
@media(hover:none){
  body:not(.admin-ui) .btn:hover,
  body:not(.admin-ui) button:hover,
  body:not(.admin-ui) .chip:hover,
  body:not(.admin-ui) .cart:hover,
  body:not(.admin-ui) .theme-toggle:hover,
  body:not(.admin-ui) .mini-remove:hover{
    transform:none!important;
    box-shadow:none!important;
  }
}


/* Checkout redesign v2 — archive receipt / record shop checkout */
body:not(.admin-ui) .checkout-page{
  width:min(1120px,94vw)!important;
}
body:not(.admin-ui) .checkout-hero{
  position:relative!important;
  padding:26px 0 18px!important;
  border-bottom:3px solid #111!important;
  margin-bottom:18px!important;
}
body:not(.admin-ui) .checkout-hero:after{
  content:"PEDIDO / STOCK / PAGO"!important;
  position:absolute!important;
  right:0!important;
  bottom:-13px!important;
  background:#c60000!important;
  color:#fff!important;
  padding:5px 9px!important;
  font-size:10px!important;
  font-weight:900!important;
  letter-spacing:.08em!important;
}
body:not(.admin-ui) .checkout-page > .section h1{
  font-size:clamp(42px,6vw,78px)!important;
  line-height:.9!important;
  max-width:820px!important;
  margin:16px 0 12px!important;
  letter-spacing:-.055em!important;
}
body:not(.admin-ui) .checkout-page .lead{
  max-width:620px!important;
  color:#3e3933!important;
  font-size:14px!important;
}
body:not(.admin-ui) .checkout-page .stamp{
  transform:rotate(-1.4deg)!important;
  background:#111!important;
  color:#fff!important;
  box-shadow:4px 4px 0 #c60000!important;
}
body:not(.admin-ui) .checkout-steps{
  grid-template-columns:repeat(4,1fr)!important;
  gap:0!important;
  margin-top:24px!important;
  border:1px solid #111!important;
  background:#111!important;
}
body:not(.admin-ui) .checkout-step{
  min-height:58px!important;
  border:0!important;
  border-right:1px solid #333!important;
  background:#111!important;
  color:#fff!important;
  box-shadow:none!important;
  padding:11px 13px!important;
  text-transform:uppercase!important;
  font-weight:900!important;
}
body:not(.admin-ui) .checkout-step:last-child{border-right:0!important;}
body:not(.admin-ui) .checkout-step b{
  width:auto!important;
  height:auto!important;
  background:#c60000!important;
  color:#fff!important;
  padding:3px 6px!important;
  margin-right:8px!important;
  margin-bottom:0!important;
  display:inline-flex!important;
}
body:not(.admin-ui) .checkout-step.active{
  background:#c60000!important;
  color:#fff!important;
  box-shadow:inset 0 -4px 0 #111!important;
}
body:not(.admin-ui) .checkout-step.active b{
  background:#111!important;
}
body:not(.admin-ui) .checkout-grid{
  grid-template-columns:minmax(0,1fr) 330px!important;
  gap:22px!important;
}
body:not(.admin-ui) .checkout-main{
  border:3px solid #111!important;
  background:#fffaf0!important;
  box-shadow:12px 12px 0 #d8d0c2!important;
  padding:0!important;
  overflow:hidden!important;
}
body:not(.admin-ui) .checkout-main > *{
  margin-left:18px!important;
  margin-right:18px!important;
}
body:not(.admin-ui) .checkout-main .checkout-section-head:first-child{
  margin-top:0!important;
}
body:not(.admin-ui) .checkout-section-head{
  margin:0 -18px 16px!important;
  padding:13px 18px!important;
  background:#111!important;
  color:#fff!important;
  border:0!important;
}
body:not(.admin-ui) .checkout-section-head.checkout-gap{
  margin-top:26px!important;
}
body:not(.admin-ui) .checkout-section-head span{
  background:#c60000!important;
  color:#fff!important;
  width:28px!important;
  height:28px!important;
  box-shadow:3px 3px 0 rgba(255,255,255,.18)!important;
}
body:not(.admin-ui) .checkout-section-head h2{
  color:#fff!important;
  font-size:26px!important;
  letter-spacing:-.035em!important;
}
body:not(.admin-ui) .checkout-cart-list .item{
  background:#fff!important;
  border:1px solid #111!important;
  box-shadow:4px 4px 0 #e3dacb!important;
  margin-bottom:12px!important;
}
body:not(.admin-ui) .checkout-cart-list .item img{
  border:2px solid #111!important;
}
body:not(.admin-ui) .checkout-cart-list .qtybtn{
  background:#fff!important;
  color:#111!important;
  border:1px solid #111!important;
  min-width:30px!important;
  min-height:30px!important;
  cursor:pointer!important;
}
body:not(.admin-ui) .checkout-cart-list .remove-item{
  background:#111!important;
  color:#fff!important;
  border:1px solid #111!important;
  margin-top:6px!important;
  cursor:pointer!important;
}
body:not(.admin-ui) .checkout-fields{
  gap:12px!important;
}
body:not(.admin-ui) .checkout-fields .input,
body:not(.admin-ui) .checkout-fields input,
body:not(.admin-ui) .checkout-fields textarea{
  background:#fff!important;
  border:2px solid #cfc4b8!important;
  color:#111!important;
  min-height:46px!important;
  box-shadow:inset 0 0 0 1px transparent!important;
}
body:not(.admin-ui) .checkout-fields .input:focus,
body:not(.admin-ui) .checkout-fields input:focus,
body:not(.admin-ui) .checkout-fields textarea:focus{
  border-color:#111!important;
  outline:3px solid rgba(198,0,0,.28)!important;
}
body:not(.admin-ui) .checkout-option{
  background:#fff!important;
  border:2px solid #d4cabe!important;
  padding:15px!important;
  box-shadow:0 0 0 transparent!important;
}
body:not(.admin-ui) .checkout-option:hover{
  border-color:#111!important;
  transform:translateY(-2px)!important;
  box-shadow:5px 5px 0 #d8d0c2!important;
}
body:not(.admin-ui) .checkout-option:has(input:checked){
  border-color:#c60000!important;
  background:#fff7f0!important;
  box-shadow:5px 5px 0 rgba(198,0,0,.18)!important;
}
body:not(.admin-ui) .checkout-option input{
  accent-color:#c60000!important;
}
body:not(.admin-ui) .checkout-option b{
  font-size:13px!important;
  letter-spacing:.01em!important;
}
body:not(.admin-ui) .checkout-option em{
  color:#4d453e!important;
}
body:not(.admin-ui) .bank-data{
  background:#111!important;
  color:#fff!important;
  border-left:6px solid #c60000!important;
  font-size:12px!important;
}
body:not(.admin-ui) .checkout-summary{
  border:3px solid #111!important;
  background:#111!important;
  color:#fff!important;
  box-shadow:12px 12px 0 #c60000!important;
  padding:16px!important;
}
body:not(.admin-ui) .checkout-summary .stamp{
  background:#fff!important;
  color:#111!important;
  box-shadow:none!important;
  transform:rotate(-2deg)!important;
}
body:not(.admin-ui) .checkout-summary h2{
  color:#fff!important;
  font-size:42px!important;
  line-height:.92!important;
  margin:18px 0 10px!important;
  letter-spacing:-.04em!important;
}
body:not(.admin-ui) .checkout-summary .meta{
  color:#cfc6b9!important;
}
body:not(.admin-ui) .summary-total{
  border-block:1px solid #fff!important;
  padding:18px 0!important;
}
body:not(.admin-ui) .summary-total span{
  color:#cfc6b9!important;
}
body:not(.admin-ui) .summary-total strong{
  color:#fff!important;
  font-size:36px!important;
}
body:not(.admin-ui) .checkout-summary .btn,
body:not(.admin-ui) .checkout-summary button,
body:not(.admin-ui) .checkout-summary a.btn{
  min-height:44px!important;
  font-weight:900!important;
}
body:not(.admin-ui) .checkout-summary .checkout-submit{
  background:#c60000!important;
  color:#fff!important;
  border:1px solid #c60000!important;
}
body:not(.admin-ui) .checkout-summary .checkout-submit:hover{
  background:#fff!important;
  color:#111!important;
  border-color:#fff!important;
  box-shadow:0 5px 0 #c60000!important;
}
body:not(.admin-ui) .checkout-summary .checkout-clear,
body:not(.admin-ui) .checkout-summary .checkout-back{
  background:#fff!important;
  color:#111!important;
  border:1px solid #fff!important;
}
body:not(.admin-ui) .checkout-summary .checkout-clear:hover,
body:not(.admin-ui) .checkout-summary .checkout-back:hover{
  background:#c60000!important;
  color:#fff!important;
  border-color:#c60000!important;
  box-shadow:0 5px 0 #fff!important;
}
body:not(.admin-ui) .checkout-note{
  background:#191919!important;
  color:#fff!important;
  border:1px solid #333!important;
  border-left:5px solid #c60000!important;
}
body:not(.admin-ui) .checkout-note p{
  color:#cfc6b9!important;
}
@media(max-width:960px){
  body:not(.admin-ui) .checkout-grid{grid-template-columns:1fr!important;}
  body:not(.admin-ui) .checkout-summary{position:static!important;order:-1!important;box-shadow:8px 8px 0 #c60000!important;}
}
@media(max-width:640px){
  body:not(.admin-ui) .checkout-steps{grid-template-columns:1fr!important;}
  body:not(.admin-ui) .checkout-step{border-right:0!important;border-bottom:1px solid #333!important;}
  body:not(.admin-ui) .checkout-page > .section h1{font-size:42px!important;}
  body:not(.admin-ui) .checkout-main > *{margin-left:12px!important;margin-right:12px!important;}
  body:not(.admin-ui) .checkout-section-head{margin-left:-12px!important;margin-right:-12px!important;}
}
