.e-pill-badge{
  display:flex;
  gap:10px;
  align-items:center;
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
  padding:10px 20px;
  color:var(--badge-base-color, #8b8c8e);
  font-size:18px;
  font-weight:500;
  letter-spacing:.32px;
  text-transform:capitalize;
  border-radius:30px;
  background:hsl(from currentcolor h calc(s * 3) calc(l + (100 - l) * .95));
}
.e-pill-badge .e-checkmark{
  font-size:20px;
}
.e-pill-badge .e-icon-checkmark{
  font-size:.6em;
}
.e-pill-badge--sm,.e-pill-badge--small{
  padding:4px 12px;
  font-size:16px;
  letter-spacing:normal;
}
.e-pill-badge--xs{
  gap:6px;
  padding:2px 12px;
}
.e-pill-badge--xs,.e-pill-badge--xxs{
  font-size:16px;
  letter-spacing:normal;
}
.e-pill-badge--xxs{
  gap:4px;
  padding:0 10px;
}
.e-pill-badge--fill{
  color:var(--badge-base-color, #fff);
  background:var(--badge-fill-color, #ff5429);
}

.exclusive-bundle article{
  display:flex;
  flex-direction:column;
  gap:32px;
  align-items:center;
  text-align:center;
}
.exclusive-bundle h2{
  margin-bottom:0;
}
.exclusive-bundle__tabs{
  display:grid;
  grid-template-columns:1fr 80px 1fr;
  gap:32px;
  max-width:944px;
  margin-right:auto;
  margin-left:auto;
}
.exclusive-bundle__tabs p:first-child{
  display:none;
  text-align:center;
}
.exclusive-bundle__tabs>.e-icon{
  align-self:start;
  margin-top:100px;
  padding:24px;
  color:#fff;
  font-size:32px;
  border-radius:50%;
  background:#212428;
}
.exclusive-bundle__tabs-buttons{
  position:relative;
  display:none;
}
.exclusive-bundle__tabs-buttons button{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:12px;
  align-items:center;
  justify-content:center;
  width:100%;
  height:147px;
  padding:12px 16px;
  line-height:1.2;
  border:1px solid #dfe0e0;
  border-radius:10px;
  background:none;
  opacity:.5;
}
.exclusive-bundle__tabs-buttons button.active{
  font-weight:600;
  border-color:currentColor;
  background:#f4faf8;
  opacity:1;
}
.exclusive-bundle__tabs-buttons button.active .e-pill-badge{
  background:#ff5429;
}
.exclusive-bundle__tabs-buttons button .e-pill-badge{
  --badge-fill-color:#212428;
  position:absolute;
  top:-14px;
  right:10px;
}
.exclusive-bundle__tabs-buttons img{
  width:auto;
  height:45px;
}
.exclusive-bundle__tabs-buttons .e-icon{
  position:absolute;
  top:50%;
  left:50%;
  z-index:1;
  padding:9px;
  color:#fff;
  font-size:12px;
  border-radius:50%;
  background:#212428;
  transform:translate(-50%, -50%);
}
.exclusive-bundle__tabs-pane{
  position:relative;
  display:flex;
  flex-direction:column;
  gap:24px;
  align-items:center;
  padding:24px 50px;
  border:1px solid #dfe0e0;
  border-radius:10px;
  transition:opacity .6s linear;
}
.exclusive-bundle__tabs-pane:has(.e-pill-badge--fill){
  border-color:#ff5429;
}
.exclusive-bundle__tabs-pane img{
  width:auto;
  height:165px;
  vertical-align:top;
}
.exclusive-bundle__tabs-pane h6{
  margin-bottom:0;
  font-family:inherit;
  font-weight:500;
}
.exclusive-bundle__tabs-pane .e-price{
  font-size:20px;
  font-weight:500;
}
.exclusive-bundle__tabs-pane .e-price__main{
  flex-direction:row-reverse;
}
.exclusive-bundle__tabs-pane ul{
  display:flex;
  flex-direction:column;
  gap:24px;
  padding:0 10px;
  text-align:left;
}
.exclusive-bundle__tabs-pane li{
  display:flex;
  gap:12px;
  align-items:flex-start;
  min-height:44px;
  padding-bottom:20px;
  line-height:1.15;
}
.exclusive-bundle__tabs-pane li:not(:last-child){
  border-bottom:1px solid #dfe0e0;
}
.exclusive-bundle__tabs-pane .e-icon{
  display:flex;
  flex:none;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  text-align:center;
  border-radius:20px;
}
.exclusive-bundle__tabs-pane .e-icon-checkmark{
  color:#91baec;
  font-size:8px;
  border:1px solid;
}
.exclusive-bundle__tabs-pane .e-pill-badge--fill{
  position:absolute;
  top:-20px;
  font-size:16px;
  font-weight:600;
}
@media screen and (max-width:991px){
  .exclusive-bundle__tabs-pane{
    padding:24px;
  }
}
@media screen and (max-width:767px){
  .exclusive-bundle article{
    gap:24px;
  }
  .exclusive-bundle__tabs{
    grid-template-columns:auto;
  }
  .exclusive-bundle__tabs p:first-child{
    display:block;
  }
  .exclusive-bundle__tabs>.e-icon{
    display:none;
  }
  .exclusive-bundle__tabs-buttons{
    display:flex;
    gap:12px;
  }
  .exclusive-bundle__tabs-pane:not(.show){
    position:absolute;
    left:-300vw;
    z-index:-10;
    visibility:hidden;
    opacity:0;
  }
  .exclusive-bundle__tabs-pane img{
    height:120px;
  }
  .exclusive-bundle__tabs-pane ul{
    gap:18px;
    padding:0;
  }
  .exclusive-bundle__tabs-pane li{
    min-height:0;
  }
  .exclusive-bundle__tabs-pane .e-icon{
    width:16px;
    height:16px;
  }
  .exclusive-bundle__tabs-pane .e-pill-badge--fill{
    display:none;
  }
}
