/** Shopify CDN: Minification failed

Line 910:26 Unexpected ".4-card"

**/
.elfin-bundle-layout{
    display: flex;
    gap: 30px;
    justify-content: space-between;
}
.elfin-bundle-main {
    display: flex;
    flex-direction: column;
    gap: 0px;
    width: 100%;
    max-width: 690px;
}

aside.elfin-bundle-aside {
    width: 100%;
    max-width: 482px;
    background: #EAF8F2;
    border-radius: 12px;
        height: fit-content;
    
}
h3.elfin-bundle-summary__title {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: #242C29;
    margin:0;
}
.elfin-bundle-summary__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 24px;
    border-bottom: 1px solid #DAE8E2;
}
span.elfin-bundle-summary__save-hint {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #FF003D;
    background: #fff;
    border: 1px dashed #FF003D66;
    border-radius: 6px;
    padding: 7px 8px;
}
.elfin-bundle-placeholders {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    padding: 20px 24px;
}
.elfin-bundle-placeholder {
    width: 100%;
    max-width: 95px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}
.elfin-bundle-placeholder-box.elfin-bundle-placeholder-box--empty img{
width: 100%;
    max-width: 23px;
    height: 23px;
    object-fit: cover;
    display: block;
}
.elfin-bundle-placeholder-box.elfin-bundle-placeholder-box--empty {
    border: 1px dashed #BAC3BF;
    background: #fff;
    border-radius: 8px;
}
  .elfin-bundle-placeholder-box {
    width: 100%;
     max-width: 95px;
    height: 95px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }
.elfin-bundle-placeholder-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}
span.elfin-bundle-placeholder-label {
    margin-top: 5px;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #242C29;
}
span.elfin-bundle-placeholder-required {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    text-align: center;
    color: #424846;
}
span.elfin-bundle-placeholder-price {
    font-family: 'Source Sans Pro';
    font-weight: 700;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: -0.28px;
    text-align: center;
    color: #FF003D;
}
.elfin-bundle-progress {
    background: #fff;
    padding: 20px;
    margin: 0 24px 20px 24px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
 .elfin-bundle-progress__hint {
    text-align: center;
    display:flex;
    flex-direction:column;
    gap:16px;
  }
  p.elfin-bundle-progress__hint-main {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #0F5F3C;
    margin:0;
    margin: 0;
}
p.elfin-bundle-progress__hint-sub {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #242C29;
    margin: 0;
}
span.elfin-bundle-progress__hint-percent {
    color: #FF003D;
}
.elfin-bundle-progress__track {
    position: absolute;
    left: 12px; right: 12px;
    top: 15px;
        height: 5px;
    border-radius: 500px;
    background: #CCDAD4;
    z-index: 0;
  }
    .elfin-bundle-progress__fill {
    position: absolute; left: 0; top: 0; height: 100%;
    background: #0F5F3C; border-radius: 999px;
    width: 0%;
    transition: width .3s ease; display:block !important;
  }
  .elfin-bundle-progress__marker-dot img {
    width: 100%;
    height: 100%;
    display: block;
    transition: opacity .2s ease;
}

.elfin-bundle-progress__marker-dot {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}
.elfin-bundle-progress__marker {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    flex: 1;
}
  .elfin-bundle-progress__markers {
    display: flex; justify-content: space-between;
  }
  span.elfin-bundle-progress__marker-label {
    padding-top: 5px;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 15px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #242C29;
}
span.elfin-bundle-progress__marker-sublabel {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    text-align: center;
    color: #424846;
}
.elfin-bundle-products {
    border-top: 1px solid #DAE8E2;
    padding: 20px 24px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    border-bottom: 1px solid #DAE8E2;
}
p.elfin-bundle-products__empty {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0;
    color: #0F5F3C;
    text-align: center;
}
  .elfin-bundle-product-row {
    display: grid;
    grid-template-columns: 48px 1fr auto auto;
    gap: 10px;
    align-items: center;
        border: 1px solid #DAE8E2;
    background: #fff;
    padding: 8px 16px;
    border-radius: 16px;
  }
  .elfin-bundle-product-row__image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}
p.elfin-bundle-product-row__name {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 14.4px;
    letter-spacing: -0.32px;
    color: #242C29;
    margin:0;
}
p.elfin-bundle-product-row__variant {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #424846;
}
span.elfin-bundle-product-row__qty {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    color: #0F5F3C;
}
span.elfin-bundle-product-row__price {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    color: #FF003D;
    line-height: 16.2px;
    letter-spacing: -0.36px;
}
.elfin-bundle-trash{
    width:100%;
        max-width: 13px;
    height: 16px;
    display: block;
    object-fit: cover;
}
.elfin-bundle-totals {
    padding: 20px 24px 24px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
span.elfin-subtotal, span.elfin-sub-price {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    line-height: 16.2px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    color: #242C29;
}


  .elfin-bundle-totals__row { display: flex; justify-content: space-between; }

span.elfin-dis-label, span.elfin-dis-price {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    line-height: 16.2px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    color: #0F5F3C;
}

span.elfin-tot, span.elfin-tot-price {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    line-height: 16.2px;
    letter-spacing: -0.36px;
    text-transform: capitalize;
    color: #FF003D;
}

button.elfin-bundle-checkout-btn {
    width: 100%;
    max-width: 434px;
    height: 56px;
    padding: 0 56px;
    display: flex;
    justify-content: space-between;
    margin: auto;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    line-height: 16.2px;
    letter-spacing: -0.26px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background: #0F5F3C;
    align-items: center;
    border: 2px solid #0F5F3C;
    border-radius: 50px;
    cursor: pointer;
}
button.elfin-bundle-checkout-btn:hover{
background: #0f5f3c96;
color: #0F5F3C;
    
}
  .elfin-bundle-checkout-btn[disabled] { opacity: .5; cursor: not-allowed; }

  .elfin-bundle-payment-icons {
    padding: 16px 24px 20px 24px;
}
.elfin-bundle-payment-icons__wrapper {
    display: flex;
    gap: 12px;
}
.elfin-bundle-payment-icons__wrapper svg {
  width: 32px;
  height: 23px;
  object-fit: contain;
  border-radius: 5px;
  flex-shrink: 0;
}
.elfin-bundle-trust {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 0 24px 20px 24px;
    border-bottom: 1px solid #DAE8E2;
}

.elfin-bundle-trust__item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    border: 1px solid #DEE5E2;
    background: #fff;
    padding: 16px 10px;
    border-radius: 8px;
}
img.elfin-bundle-trust__icon {
    width: 100%;
    max-width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}
span.elfin-bundle-trust__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.32px;
    text-align: center;
    color: #0F5F3C;
}
span.elfin-bundle-trust__subtext {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    text-transform: capitalize;
    color: #424846;
}
.elfin-bundle-recommended {
    padding: 20px 24px;
}
h3.elfin-bundle-recommended__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 18px;
    letter-spacing: -0.4px;
    text-transform: capitalize;
    color: #242C29;
    margin-bottom: 20px;
}
.elfin-bundle-recommended__item {
    display: grid;
    grid-template-columns: 48px 1fr auto;
    gap: 16px;
    align-items: center;
        background: #fff;
    border: 1px solid #DAE8E2;
    padding: 8px 16px;
    border-radius: 10px;
}
.elfin-bundle-recommended__image {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}
.elfin-bundle-recommended__info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
p.elfin-bundle-recommended__name {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    color: #242C29;
    line-height: 14.4px;
    margin: 0;
    letter-spacing: -0.32px;
}
p.elfin-bundle-recommended__price {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    margin: 0;
    line-height: 14.4px;
    letter-spacing: -0.32px;
    color: #FF003D;
}
button.elfin-bundle-recommended__add {
    background: none;
    border: none;
}
 .elfin-bundle-recommended__add[disabled] {
    cursor: not-allowed;
  }
  button.elfin-bundle-recommended__add img {
    width: 100%;
    max-width: 35px;
    height: 35px;
    object-fit: cover;
    display: block;
    padding: 0;
}
span.elfin-bundle-recommended__badge {
    border: 1px dashed #0F5F3C33;
    border-radius: 3px;
    padding: 4px;
    width: max-content;
    background: #EAF8F2;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 11px;
    line-height: 1.1;
    letter-spacing: 0;
    text-align: center;
    text-transform: uppercase;
    color: #0F5F3C;
}
h2.elfin-bundle-howitworks__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 24px;
    color: #242C29;
    line-height: 21.6px;
    letter-spacing: -0.48px;
    margin: 0;
    margin-bottom: 16px;
}
.elfin-bundle-steps { grid-template-columns: repeat(4, 1fr);
 display: grid;
  gap: 16px;
    list-style: none;
    border: 1px solid #DEE5E2;
    border-radius: 12px;
    padding: 16px;
    gap: 8px;
    margin: 0;
        margin-bottom: 30px;
 }
 .elfin-bundle-step {
    display: flex;
    align-items: center;
    text-align: center;
    
    width: 100%;
   
}
.elfin-bundle-step__badge {
    width: 100%;
    max-width: 22px;
    height: 22px;
    border-radius: 50%;
    background: #0F5F3C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    color: #fff;
    line-height: 1;
    letter-spacing: -0.24px;
}
.elfin-bundle-step__image {
    width: 42px;
    height: 49px;
    display: block;
    object-fit: contain;
    margin-left: 2px;
    margin-right: 8px;
}
.elfin-bundle-step__text {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.1;
    letter-spacing: -0.3px;
    color: #242C29;
}
.elfin-bundle-savings.elfin-bundle-savings--bordered {
    border: 1px dashed #BAC3BF;
    background: #EAF8F2;
    padding: 16px 24px;
    border-radius: 12px;
        display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
        margin-bottom: 30px;
}
p.elfin-bundle-savings__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 110.00000000000001%;
    letter-spacing: -0.4px;
    width: 100%;
    max-width: 145px;
    color: #0F5F3C;
    margin: 0;
}
.elfin-bundle-savings__tiers {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    width: 100%;
    max-width: 379px;
}
span.elfin-bundle-savings__tier-sets {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: -0.4px;
    color: #242C29;
}
span.elfin-bundle-savings__tier-offer {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.4px;
    color: #FF003D;
    text-transform: uppercase;
}
.elfin-bundle-savings__tier {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 0;
    border-right: 1px dashed #BAC3BF;
}

  .elfin-bundle-savings__tier:last-child { border-right: none; }
  .elfin-bundle-step__text p { margin: 0; }
  h2.elfin-bundle-build__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 24px;
    line-height: 21.6px;
    letter-spacing: -0.48px;
    color: #242C29;
    margin:0;
        margin-bottom: 16px;
}
.elfin-bundle-card {
    border-radius: 12px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 1px solid #DEE5E2;
}
.elfin-bundle-card__body {
    border: 1px solid #DEE5E2;
    border-radius: 8px;
    padding: 16px;
}
 .elfin-bundle-card__number {
    width: 36px; height: 36px; border-radius: 50%;
    background: #0F5F3C; color: #fff; font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    text-align: center;
    line-height: 16.2px;
    letter-spacing: -0.36px;
    display: flex; align-items: center; justify-content: center; flex-shrink: 0;
  }
    .elfin-bundle-card__title { font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 20px;
    line-height: 16.2px;
    letter-spacing: -0.36px;
    color: #242C29; margin: 0; }
    .elfin-bundle-card__badge {
    padding: 6px;
    border-radius: 6px;
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    letter-spacing: -0.28px;
    text-align: center;
    text-transform: capitalize;
}
.elfin-bundle-card__badge--optional {
    background: #E2F3EC;
    color: #0F5F3C;
    border: 1px dashed #00000033;
}
  .elfin-bundle-card__sizing-link {
       text-decoration: none;
    background: #EAF8F2;
    padding: 16px 9px;
    border: 1px dashed #BAC3BF;
    border-radius: 7px;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 15px;
    color: #0F5F3C;
    line-height: 19.8px;
    letter-spacing: -0.3px;
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    margin-left: auto;
  }
  p.elfin-bundle-item__name {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    color: #242C29;
    margin: 0 0 16px 0;
    line-height: 16.2px;
    letter-spacing: -0.36px;
}
 .elfin-bundle-item__price {  font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 18px;
    color: #FF003D;
    margin: 0 0 16px 0;
    line-height: 16.2px;
    letter-spacing: -0.36px; }

    span.elfin-bundle-variant-label {
    font-family: Source Sans Pro;
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
    letter-spacing: -0.02px;
    color: #424846;
    margin: 0 0 8px 0;
}
 .elfin-bundle-item {
    display: flex;
    justify-content: space-between;
    gap: 24px;
    align-items: flex-start;
  }
  .elfin-bundle-item__options {
    width: 100%;
}
.elf-bun-title-price {
    display: flex;
    justify-content: space-between;
}
.elfin-bundle-swatches {
    display: flex;
    
    gap: 10px;
    margin-bottom: 0;
}
.elfin-bundle-swatch {
    border-radius: 8px;
    padding: 12px 16px;
    cursor: pointer;
    background: none;
    border: 1px solid #DEE5E2;
}
.elfin-bundle-swatch img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    display: block;
    border-radius: 50px;
}
.elfin-bundle-btn--primary {
    background: #0F5F3C;
    color: #fff;
}
.elfin-bundle-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    
    border: 1px solid transparent;
   
    width: 100%;
    height: 43px;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 14.4px;
    letter-spacing: -0.32px;
    text-align: center;
}
.elfin-bundle-btn--primary:hover {
    background: #EAF8F2;
    border: 1px dashed #BAC3BF;
    color: #0F5F3C;
}
.elfin-bundle-sizes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
.elfin-bundle-size {
    padding: 8px 11px;
    border: 1px solid #DEE5E2;
    border-radius: 1000px;
    background: #fff;
    cursor: pointer;
    width: max-content;
    font-family: Source Sans Pro;
    font-weight: 600;
   
    font-size: 14px;
    line-height: 1.2;
    letter-spacing: -0.28px;
    text-align: center;
    text-transform: uppercase;
    color: #424846;
}
.elfin-bundle-size[aria-pressed="true"] {
    background: #0F5F3C;
    color: #fff;
}
.elfin-bundle-swatch[aria-pressed="true"]{
    box-shadow: 0px 3px 10px 0px #FF003D4D;
    border: 1px solid #FF003D;
}
.elfin-bundle-card__header {
    display: flex;
    align-items: center;
    gap: 10px;
}
.elfin-bun-card-3, .elfin-bundle-card__title-3-wrap {
    display: flex;
    align-items: center;
    gap:10px;
}
.elfin-bundle-card__title-3-wrap{
    flex-direction: column;
        align-items: flex-start;
}
.elfin-card-5wrap {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
}
.elfin-bundle-card {
    margin-bottom: 30px;
}
.elfin-bundle-card:last-child {
    margin-bottom: 0;
}
.elfin-bun-card-4 {
    display: flex;
    align-items: center;
    gap: 10px;
        margin: 10px 0 22px 0;
}
p.elfin-bundle-instructions {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.3px;
    margin: 0;
    color: #424846;
        margin: 0;
}
.elfin-bundle-review__notice {
    display: flex;
    gap: 16px;
    align-items: center;
}
.elfin-bundle-review__notice button.elfin-bundle-card__sizing-link {
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
}
label.elfin-bundle-checkbox-row span {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-style: ;
    font-size: 16px;
    line-height: 21.12px;
    letter-spacing: -0.32px;
    color: #424846;
}
.elfin-bundle-checkbox-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    align-items: center;
   
}
.elfin-bundle-checkbox-row input {
    margin: 0;
}
p.elfin-bundle-card__subtext {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: -0.3px;
    margin: 0;
    color: #424846;
}
p.elfin-bundle-card__subtitle4 {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    margin: 0;
    letter-spacing: -0.3px;
    color: #424846;
}
.elfin-bundle-card__4wrap{
    display:flex;
    flex-direction:column;
}
.elfin-bundle-card__header.4-card {
    align-items: flex-start;
}
.elfin-bundle-item.img-4 {
    width: 100%;
    max-width: 150px;
    height: 150px;
}
.elfin-bundle-item.img-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.elfin-bundle-card.card-4{
    border: 2px solid #FF003D;
    background: #FFEEF2
}
.elfin-bundle-card__header.\34 -card {
    align-items: flex-start;
    gap:0;
}

.elfin-bundle-card__header.\34-card .elfin-bundle-card__number{
    margin-right:12px;
}

.elfin-bundle-item.img-4{
    margin-right:24px;
}
.elfin-bundle-btn--kit {
    background: #0F5F3C;
    color: #fff;
    padding: 0 20px;
    width: max-content;
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.32px;
}
.elfin-bundle-instructions {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.32px;
    color: #424846;
    margin-bottom:22px;
}
  .elfin-bundle-popup__inner { background: #fff; border-radius:12px); max-width: 900px; width: 100%; padding: 20px; position: relative; }
    .elfin-bundle-card__badge--required { background: #FF003D; color: #fff; }
    .elfin-bundle-swatch {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}
.elfin-bundle-swatch__label {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #424846;
    letter-spacing: -0.28px;
}
  .elfin-bundle-banner {
  display: flex;
  align-items: center;
  gap: 16px;
  border-radius: 8px;
  padding: 16px 26px;
  position: relative;
  overflow: hidden;
  min-height: 80px;
}

p.elfin-bundle-banner__title {
    font-family: Source Sans Pro;
    font-weight: 700;
    font-size: 24px;
    line-height: 1.2;
    letter-spacing: -0.48px;
    margin: 0 0 12px 0;
    color:#fff;
}
p.elfin-bundle-banner__description {
    font-family: Source Sans Pro;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: #fff;
}
.elfin-bundle-swatch:hover {
  border-color: #FF003D;
}
.elfin-bundle-banner__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(90.01deg, #0F5F3C 26.18%, rgba(15, 95, 60, 0.92) 46.62%, rgba(15, 95, 60, 0.4) 69.78%, rgba(15, 95, 60, 0) 80.06%);
display:block !important;
  z-index: 1;
}

li.elfin-bundle-step:first-child {
    max-width: 137px;
}
li.elfin-bundle-step:nth-child(2) {
    max-width: 153px;
}
li.elfin-bundle-step:nth-child(3) {
    max-width: 139px;
}
li.elfin-bundle-step:last-child {
    max-width: 139px;
}

.elfin-bundle-size[disabled] {
  opacity: 0.4;
  cursor: not-allowed;
}

.elfin-bundle-checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.elfin-bundle-checkbox-row input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  min-width: 16px;
  border-radius: 4px;
  background: #ffffff;
  border: 2px solid var(--elfin-border);
  cursor: pointer;
  position: relative;
  margin: 0;
  flex-shrink: 0;
  transition: background 0.15s ease, border-color 0.15s ease;
}

.elfin-bundle-checkbox-row input[type="checkbox"]:checked {
  background: #0F5F3C;
  border-color: #0F5F3C;
}

.elfin-bundle-checkbox-row input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.elfin-bundle-checkbox-row input[type="checkbox"]:hover {
  border-color: #0F5F3C;
}

.elfin-bundle-payment-icons__wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.elfin-bundle-card.card-5 .elfin-bundle-review__notice {
  margin-top: 24px;
  margin-bottom: 16px;
}

div#elfin-bundle-card-card_5_PreGLi {
    gap: 0;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  button.elfin-bundle-checkout-btn {
    width: 100%;
    max-width: 305px;
  }
}
@media screen and (max-width: 1024px) {
    .elfin-bundle-steps {
   
    grid-template-columns: repeat(2, 1fr);
   
  }
}
@media screen and (max-width: 980px) {
  .elfin-bundle-layout {
    flex-direction: column;
  }

  .elfin-bundle-main,
  aside.elfin-bundle-aside {
    max-width: 100%;
  }
}



 @media screen and (max-width: 768px) {
  

  
  p.elfin-bundle-savings__title{
max-width: 104px;
font-size: 15px;
}


span.elfin-bundle-savings__tier-sets{
font-size: 16px;
}

span.elfin-bundle-savings__tier-offer{
font-size: 14px;
}

.elfin-bundle-savings.elfin-bundle-savings--bordered{
    padding:18px 16px;
}

.elfin-bundle-card__title{
    font-size:18px;
}

.elfin-bundle-item__image{
    width:70px !important;
    height:70px !important;
}

.elfin-bundle-card__body{
    padding:10px;
}

.elfin-bundle-swatch img{
    width:40px;
    height:40px;
}

.elfin-bundle-item{
    gap:10px;
}

.elfin-bundle-swatch{
    padding:8px;
}

.elfin-bundle-swatch__label{
    font-size:12px;
}

.elfin-bundle-size{
    padding: 5px 10px !important;
}

.elfin-bundle-card__header.second-card {
  display: grid;
  grid-template-columns: auto auto 1fr;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
}

.elfin-bundle-card__header.second-card .elfin-bundle-card__number {
  grid-column: 1;
  grid-row: 1;
}

.elfin-bundle-card__header.second-card .elfin-bundle-card__badge {
  grid-column: 2;
  grid-row: 1;
}

.elfin-bundle-card__header.second-card .elfin-bundle-card__title {
  grid-column: 3;
  grid-row: 1;
}

.elfin-bundle-card__header.second-card .elfin-bundle-card__sizing-link {
  grid-column: 2 / -1;
  grid-row: 2;
  margin-left: 0;
  width: max-content;
  max-width: 100%;
  justify-self: start;
}

.elfin-bundle-card__header.third-card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  column-gap: 10px;
  row-gap: 10px;
}

.elfin-bundle-card__header.third-card .elfin-bundle-card__number {
  grid-column: 1;
  grid-row: 1;
}

.elfin-bundle-card__header.third-card .elfin-bundle-card__title-3-wrap {
  grid-column: 2;
  grid-row: 1;
}

.elfin-bundle-card__header.third-card .elfin-bundle-card__sizing-link {
  grid-column: 2;
  grid-row: 2;
  margin-left: 0;
  width: max-content;
  max-width: 100%;
  justify-self: start;
  padding:11px 9px;
}

.elfin-bundle-card__header.\34 -card {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: flex-start;
  
  row-gap: 14px;
}

.elfin-bundle-card__header.\34 -card .elfin-bundle-card__number {
  grid-column: 1;
  grid-row: 1;
}

.elfin-bundle-card__header.\34 -card .elfin-bundle-item.img-4 {
  grid-column: 2;
  grid-row: 1;
}

.elfin-bundle-card__header.\34 -card .elfin-bundle-card__4wrap {
  grid-column: 1 / -1;
  grid-row: 2;
  width: 100%;
}

.elfin-bundle-card:nth-child(1 of .elfin-bundle-card) {
  padding: 16px;
}

.elfin-bundle-card:nth-child(2 of .elfin-bundle-card) {
  padding: 10px;
}

.elfin-bundle-card:nth-child(3 of .elfin-bundle-card) {
  padding: 10px;
}

.elfin-bundle-card:nth-child(4 of .elfin-bundle-card) {
  padding: 16px;
}

.elfin-bundle-card:nth-child(5 of .elfin-bundle-card) {
  padding: 10px;
}

p.elfin-bundle-banner__description{
    font-size:15px;
}

p.elfin-bundle-banner__title{
    font-size:18px;
}
.elfin-bundle-banner__content{
    max-width: 221px;
}

.elfin-bundle-review__notice{
    flex-direction:column;
}

p.elfin-bundle-instructions{
    margin:0;
}

.elfin-bundle-item.img-4{
    height:100%;
}

.elfin-bun-card-4{
    margin-top: 16px;
}

.elfin-bundle-instructions{
    margin: 16px 0;
}

.elfin-bundle-btn--kit {
        width: 144px;
    height: 37px;
    padding:0;
}

.elfin-bundle-summary__head{
    padding:16px;
}

.elfin-bundle-placeholders{
    padding:16px;
}

.elfin-bundle-progress{
    margin: 0 16px 16px 16px;
}

.elfin-bundle-totals{
    padding: 16px 24px 16px 24px;
}

button.elfin-bundle-checkout-btn{
    max-width: 302px;
    height: 56px;
}

span.elfin-bundle-trust__subtext{
    font-size: 12px;
}

.elfin-bundle-trust__item{
gap: 0;
}

img.elfin-bundle-trust__icon{
        margin-bottom: 23px;
}

span.elfin-bundle-trust__title{
    margin-bottom: 8px;
}

.elfin-bundle-trust{
        padding: 0 20px 16px 20px;
        gap:8px;
}

.elfin-bundle-recommended {
    padding: 16px;
}
.elfin-bundle-recommended__list{
    gap:8px;
}
.elfin-bundle-recommended__item{
    padding: 8px;
    grid-template-columns: 60px 1fr auto;

}

p.elfin-bundle-recommended__name{
    line-height: 1.2;
}

h3.elfin-bundle-recommended__title{
    margin:0 0 16px 0;
}

.elfin-bundle-payment-icons {
    padding: 16px 28px 16px 28px;
}

.elfin-bundle-payment-icons__wrapper{
    
    gap: 6px;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

li.elfin-bundle-step:nth-child(1) .elfin-bundle-step__image {
  width: 29px;
}

li.elfin-bundle-step:nth-child(2) .elfin-bundle-step__image {
  width: 42px;
}

li.elfin-bundle-step:nth-child(3) .elfin-bundle-step__image {
  width: 29px;
}

li.elfin-bundle-step:nth-child(4) .elfin-bundle-step__image {
  width: 30px;
  margin-left: 8px;
}
}
  
 @media screen and (max-width: 360px) {

  li.elfin-bundle-step:nth-child(1) .elfin-bundle-step__image, 
  li.elfin-bundle-step:nth-child(2) .elfin-bundle-step__image,
  li.elfin-bundle-step:nth-child(3) .elfin-bundle-step__image,
  li.elfin-bundle-step:nth-child(4) .elfin-bundle-step__image {
  width: 30px;
          margin: 0;
}







}