
:root{
  --evr-accent:#ff6900;
  --evr-text:#171717;
  --evr-muted:#6f7378;
  --evr-line:#e7e8ea;
  --evr-soft:#fffaf4;
}

/* Isolation */
.evr-announcement,
.evr-mini-rewards-wrap,
.evr-cart-rewards,
.evr-product-box,
.evr-announcement *,
.evr-mini-rewards-wrap *,
.evr-cart-rewards *,
.evr-product-box *{box-sizing:border-box}

.evr-mini-rewards-wrap,
.evr-cart-rewards,
.evr-product-box,
.evr-announcement{
  font-family:inherit!important;
}

/* =========================================================
   ANNOUNCEMENT BAR — APPROVED BLACK/ORANGE MOCKUP
   ========================================================= */
.evr-announcement{
  width:100%!important;
  background:#050505!important;
  color:#fff!important;
  border-bottom:1px solid #202020!important;
  z-index:9996!important;
}
.evr-announcement.is-sticky{
  position:sticky!important;
  top:0!important;
}
.evr-announcement-inner{
  width:100%!important;
  max-width:1500px!important;
  min-height:96px!important;
  margin:0 auto!important;
  padding:14px 30px!important;
  display:grid!important;
  grid-template-columns:minmax(0,1.65fr) minmax(460px,1fr)!important;
  align-items:center!important;
}
.evr-announcement-message{
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  gap:18px!important;
  padding-right:28px!important;
}
.evr-announcement-icon{
  width:62px!important;
  height:62px!important;
  flex:0 0 62px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:var(--evr-accent)!important;
}
.evr-announcement-icon svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
}
.evr-announcement-copy{
  min-width:0!important;
}
.evr-announcement-copy strong{
  display:block!important;
  margin:0 0 6px!important;
  color:#fff!important;
  font-size:25px!important;
  font-weight:900!important;
  line-height:1.08!important;
  letter-spacing:-.02em!important;
}
.evr-announcement-copy strong::first-line{color:#fff!important}
.evr-announcement-copy span{
  display:block!important;
  color:#fff!important;
  font-size:14px!important;
  font-weight:600!important;
  line-height:1.3!important;
}
.evr-announcement-tiers{
  height:62px!important;
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  align-items:stretch!important;
  border-left:1px solid #4b4b4b!important;
}
.evr-announcement-tier{
  min-width:0!important;
  padding:7px 18px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  text-align:center!important;
}
.evr-announcement-tier:not(:last-child){
  border-right:1px solid #4b4b4b!important;
}
.evr-announcement-tier b{
  display:block!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:900!important;
  line-height:1.1!important;
}
.evr-announcement-tier span{
  display:block!important;
  margin-top:7px!important;
  color:var(--evr-accent)!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.05!important;
}

/* Accent the second half of the title without extra markup. */
.evr-announcement-copy strong{
  background:linear-gradient(90deg,#fff 0 47%,var(--evr-accent) 47% 100%);
  -webkit-background-clip:text;
  background-clip:text;
  color:transparent!important;
}

/* =========================================================
   CART / MINI-CART
   ========================================================= */
.evr-cart-rewards{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  gap:18px!important;
  width:100%!important;
  max-width:1280px!important;
  margin:0 auto 28px!important;
  padding:0!important;
}
.evr-mini-rewards-wrap{
  display:block!important;
  width:100%!important;
  margin:0 0 16px!important;
  padding:0!important;
}
.evr-shipping-card,
.evr-tier-progress{
  display:block!important;
  width:100%!important;
  background:#fff!important;
  border:1px solid #e7e7e7!important;
  border-radius:14px!important;
  padding:18px 20px!important;
  margin:0!important;
  box-shadow:0 1px 2px rgba(0,0,0,.03)!important;
}
.evr-tier-progress{
  border-color:#ffd5bf!important;
  background:#fffdfb!important;
}
.evr-mini-rewards-wrap .evr-shipping-card{margin-bottom:12px!important}

/* Shipping card */
.evr-card-top{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 6px!important;
}
.evr-card-top strong{
  color:#111!important;
  font-size:15px!important;
  font-weight:800!important;
}
.evr-card-top b{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  color:#111!important;
  font-size:15px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
.evr-card-top .evr-sep{color:#8b8b8b!important;font-weight:500!important}

.evr-shipping-track{
  position:relative!important;
  width:100%!important;
  height:54px!important;
  margin:2px 0 4px!important;
  overflow:visible!important;
}
.evr-shipping-rail{
  position:absolute!important;
  left:0!important;right:0!important;top:31px!important;
  height:6px!important;
  border-radius:999px!important;
  background:#e4e5e7!important;
  z-index:1!important;
}
.evr-shipping-fill{
  position:absolute!important;
  left:0!important;top:31px!important;
  height:6px!important;
  max-width:100%!important;
  border-radius:999px!important;
  background:var(--evr-accent)!important;
  z-index:2!important;
}
.evr-goal{
  position:absolute!important;
  right:-1px!important;top:26px!important;
  width:16px!important;height:16px!important;
  border:2px solid #c9cbd0!important;
  border-radius:50%!important;
  background:#fff!important;
  z-index:4!important;
}
.evr-truck{
  position:absolute!important;
  top:1px!important;
  width:82px!important;
  height:auto!important;
  transform:translateX(-86%)!important;
  z-index:5!important;
  transition:left .35s ease!important;
  pointer-events:none!important;
}
.evr-truck-img{
  display:block!important;
  width:82px!important;
  height:auto!important;
  max-width:none!important;
  filter:drop-shadow(0 2px 2px rgba(0,0,0,.08))!important;
}
.evr-shipping-msg{
  margin:2px 0 0!important;
  color:#666!important;
  font-size:14px!important;
}
.evr-shipping-msg strong{color:var(--evr-accent)!important;font-weight:800!important}

.evr-shipping-card.is-complete .evr-truck{
  left:100%!important;
  transform:translateX(-100%)!important;
}
.evr-shipping-card.is-complete .evr-shipping-fill{width:100%!important}
.evr-shipping-card.is-complete .evr-goal{right:0!important}

/* Tier progress */
.evr-tier-head{
  display:flex!important;
  align-items:flex-start!important;
  gap:10px!important;
}
.evr-tag-icon{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:0 0 24px!important;
  width:24px!important;height:24px!important;
  color:var(--evr-accent)!important;
}
.evr-tag-icon svg{width:24px!important;height:24px!important}
.evr-tier-head>div{min-width:0!important}
.evr-tier-head strong{
  display:block!important;
  color:#111!important;
  font-size:15px!important;
  font-weight:800!important;
}
.evr-tier-head small{
  display:block!important;
  margin-top:4px!important;
  color:#555!important;
  font-size:13px!important;
}
.evr-tier-head small b{color:var(--evr-accent)!important}

.evr-tier-line{
  position:relative!important;
  width:calc(100% - 26px)!important;
  height:30px!important;
  margin:14px 13px 0!important;
}
.evr-tier-line:before{
  content:""!important;
  position:absolute!important;
  left:0!important;right:0!important;top:10px!important;
  height:2px!important;
  background:#d9dadd!important;
  z-index:1!important;
}
.evr-tier-line>span{
  position:absolute!important;
  left:0!important;top:10px!important;
  height:2px!important;
  background:var(--evr-accent)!important;
  z-index:2!important;
}
.evr-tier-line i{
  position:absolute!important;
  top:3px!important;
  width:16px!important;height:16px!important;
  transform:translateX(-50%)!important;
  border:2px solid #aeb1b5!important;
  border-radius:50%!important;
  background:#fff!important;
  z-index:3!important;
}
.evr-tier-line i.is-active{
  border-color:var(--evr-accent)!important;
  background:var(--evr-accent)!important;
  box-shadow:inset 0 0 0 4px #fff!important;
}
.evr-tier-labels{
  position:relative!important;
  display:block!important;
  width:100%!important;
  height:54px!important;
}
.evr-tier-labels span{
  position:absolute!important;
  top:0!important;
  width:28%!important;
  transform:translateX(-50%)!important;
  text-align:center!important;
}
.evr-tier-labels b{
  display:block!important;
  color:#222!important;
  font-size:12px!important;
  font-weight:700!important;
}
.evr-tier-labels small{
  display:block!important;
  margin-top:3px!important;
  color:#444!important;
  font-size:11px!important;
}

/* =========================================================
   PRODUCT TABLE — APPROVED LIGHT BACKGROUND 4-COLUMN MOCKUP
   ========================================================= */
.evr-product-box.evr-tier-table-v3{
  width:100%!important;
  margin:24px 0 18px!important;
  padding:18px 20px 16px!important;
  overflow:visible!important;
  background:linear-gradient(135deg,#fffdf9 0%,#fff8ef 100%)!important;
  border:1px solid #f1e7db!important;
  border-radius:14px!important;
  box-shadow:0 3px 16px rgba(0,0,0,.035)!important;
  color:#111!important;
}
.evr-product-title-v3{
  margin:0 0 14px!important;
  color:var(--evr-accent)!important;
  font-size:18px!important;
  font-weight:900!important;
  line-height:1.15!important;
}
.evr-table-head-v3,
.evr-tier-row-v3{
  display:grid!important;
  grid-template-columns:.78fr 1.05fr 1fr .86fr!important;
  align-items:center!important;
  gap:0!important;
}
.evr-table-head-v3{
  min-height:42px!important;
  padding:0 10px 8px!important;
  border-bottom:1px solid #e4ddd4!important;
  color:#111!important;
}
.evr-table-head-v3 span{
  padding:0 8px!important;
  font-size:10px!important;
  font-weight:800!important;
  line-height:1.12!important;
}
.evr-table-head-v3 span:nth-child(3),
.evr-table-head-v3 span:nth-child(4){text-align:center!important}

.evr-tier-row-v3{
  position:relative!important;
  min-height:62px!important;
  padding:7px 10px!important;
  border-bottom:1px solid #e4ddd4!important;
  color:#111!important;
  font-size:12px!important;
}
.evr-tier-row-v3>span{
  min-height:34px!important;
  padding:0 8px!important;
  display:flex!important;
  align-items:center!important;
  border-right:1px solid #e8e1d9!important;
}
.evr-tier-row-v3>span:last-child{border-right:0!important}
.evr-tier-row-v3 .evr-unit-price,
.evr-tier-row-v3 .evr-save{
  justify-content:center!important;
  font-weight:700!important;
}
.evr-tier-amount-v3{
  position:relative!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
}
.evr-tier-amount-v3>b{
  color:#111!important;
  font-size:14px!important;
  font-weight:900!important;
}
.evr-tier-discount-v3{
  color:#111!important;
  font-weight:600!important;
}
.evr-featured-v3{
  margin:0 -2px!important;
  border:1.5px solid var(--evr-accent)!important;
  border-radius:8px!important;
  background:rgba(255,255,255,.38)!important;
}
.evr-featured-v3 + .evr-tier-row-v3{
  border-top:0!important;
}
.evr-most-chosen-v3{
  position:absolute!important;
  left:50%!important;
  bottom:-17px!important;
  transform:translateX(-50%)!important;
  z-index:4!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  height:20px!important;
  padding:0 8px!important;
  border-radius:4px!important;
  background:var(--evr-accent)!important;
  color:#fff!important;
  font-size:8px!important;
  font-style:normal!important;
  font-weight:900!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.evr-max-v3 .evr-tier-discount-v3 b,
.evr-max-v3 .evr-unit-price,
.evr-max-v3 .evr-save{
  color:var(--evr-accent)!important;
  font-weight:900!important;
}
.evr-auto-note{
  display:flex!important;
  align-items:flex-start!important;
  gap:9px!important;
  padding:14px 8px 0!important;
  color:#111!important;
  font-size:11px!important;
  line-height:1.35!important;
}
.evr-info-icon{
  width:20px!important;height:20px!important;
  flex:0 0 20px!important;
  color:#111!important;
}
.evr-info-icon svg{width:20px!important;height:20px!important}

/* Reboot mini-cart */
.sc_layouts_cart_panel .evr-mini-rewards-wrap,
.sc_layouts_cart_widget .evr-mini-rewards-wrap,
.widget_shopping_cart_content .evr-mini-rewards-wrap{
  display:block!important;
  width:100%!important;
  padding:0!important;
  margin:0 0 14px!important;
}

/* =========================================================
   MOBILE
   ========================================================= */
@media(max-width:767px){
  /* Announcement: title first, tiers in one compact row underneath */
  .evr-announcement-inner{
    min-height:126px!important;
    padding:10px 14px 11px!important;
    grid-template-columns:1fr!important;
    grid-template-rows:auto auto!important;
    gap:8px!important;
  }
  .evr-announcement-message{
    justify-content:center!important;
    gap:10px!important;
    padding:0!important;
  }
  .evr-announcement-icon{
    width:42px!important;height:42px!important;
    flex-basis:42px!important;
  }
  .evr-announcement-copy{
    flex:1 1 auto!important;
    max-width:270px!important;
  }
  .evr-announcement-copy strong{
    margin-bottom:4px!important;
    font-size:16px!important;
    line-height:1.05!important;
  }
  .evr-announcement-copy span{
    font-size:10px!important;
    line-height:1.25!important;
  }
  .evr-announcement-tiers{
    width:100%!important;
    height:50px!important;
    border-left:0!important;
    border-top:1px solid #3b3b3b!important;
  }
  .evr-announcement-tier{
    padding:6px 5px 2px!important;
  }
  .evr-announcement-tier:not(:last-child){
    border-right:1px solid #3b3b3b!important;
  }
  .evr-announcement-tier b{
    font-size:11px!important;
  }
  .evr-announcement-tier span{
    margin-top:5px!important;
    font-size:10px!important;
  }

  .evr-cart-rewards{
    grid-template-columns:1fr!important;
    gap:12px!important;
    margin-bottom:18px!important;
  }
  .evr-shipping-card,
  .evr-tier-progress{
    padding:14px!important;
    border-radius:12px!important;
  }
  .evr-card-top strong,
  .evr-card-top b{font-size:13px!important}
  .evr-shipping-track{height:49px!important}
  .evr-shipping-rail,
  .evr-shipping-fill{top:28px!important;height:5px!important}
  .evr-goal{top:23px!important;width:15px!important;height:15px!important}
  .evr-truck{width:72px!important;top:1px!important}
  .evr-truck-img{width:72px!important}
  .evr-shipping-msg{font-size:12px!important}

  .evr-tier-head strong{font-size:13px!important}
  .evr-tier-head small{font-size:12px!important}
  .evr-tier-labels b{font-size:10px!important}
  .evr-tier-labels small{font-size:9px!important}

  /* Product table keeps all 4 columns, just tightened */
  .evr-product-box.evr-tier-table-v3{
    margin:18px 0 16px!important;
    padding:14px 10px 12px!important;
    border-radius:11px!important;
  }
  .evr-product-title-v3{
    margin-bottom:12px!important;
    font-size:15px!important;
  }
  .evr-table-head-v3,
  .evr-tier-row-v3{
    grid-template-columns:.72fr 1fr .95fr .82fr!important;
  }
  .evr-table-head-v3{
    min-height:38px!important;
    padding:0 2px 7px!important;
  }
  .evr-table-head-v3 span{
    padding:0 3px!important;
    font-size:8px!important;
  }
  .evr-tier-row-v3{
    min-height:54px!important;
    padding:6px 2px!important;
    font-size:10px!important;
  }
  .evr-tier-row-v3>span{
    min-height:30px!important;
    padding:0 4px!important;
  }
  .evr-tier-amount-v3>b{
    font-size:12px!important;
  }
  .evr-most-chosen-v3{
    bottom:-14px!important;
    height:17px!important;
    padding:0 5px!important;
    font-size:6.7px!important;
  }
  .evr-auto-note{
    padding:12px 4px 0!important;
    font-size:9.5px!important;
  }
  .evr-info-icon{
    width:18px!important;height:18px!important;
    flex-basis:18px!important;
  }
  .evr-info-icon svg{width:18px!important;height:18px!important}
}

/* Very narrow phones */
@media(max-width:390px){
  .evr-announcement-copy strong{font-size:14.5px!important}
  .evr-announcement-copy span{font-size:9.2px!important}
  .evr-announcement-tier b{font-size:10px!important}
  .evr-announcement-tier span{font-size:9px!important}

  .evr-product-box.evr-tier-table-v3{
    padding-left:7px!important;
    padding-right:7px!important;
  }
  .evr-table-head-v3 span{font-size:7.4px!important}
  .evr-tier-row-v3{font-size:9.2px!important}
  .evr-tier-row-v3>span{padding-left:3px!important;padding-right:3px!important}
  .evr-tier-amount-v3>b{font-size:11px!important}
}
