/** Shopify CDN: Minification failed

Line 119:44 Expected ")" to end URL token

**/
.custom-btn-text-esa {
  width: 100%;
}
#esa__subscription-widget {
  display: block;
  max-width: 100%;
  margin: 0;
  color: #303030;
  font-weight: 600;
  letter-spacing: 0;
  margin: 1.5rem 0;
}
.subscription-option {
  display: block;
  position: relative;
  margin-bottom: 10px;
  cursor: pointer;
}
.subscription-option input {
  display: none;
}
.box-style {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: all .3s ease;
  background-color: #fff;
  border: 1px solid rgb(62 62 62 / 50%);
  border-radius: 4px;
  padding: 11px 15px;
}
.subscription-option input:checked + .box-style {
  border: 1px solid #303030;
  background: #F6F6F6;
}
.subscription-box.box-style select.frequency__select-box {
  background: #fff;
  color: #000 !important;
}
.subscription-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 10px;
}
.option-title_radio {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: 12px;
}
.option-title {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: -0.24px;
}
.custom-radio {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #303030;
  border-radius: 50%;
  background-color: transparent;
  /* display: flex;
  align-items: center;
  justify-content: center; */
}
.subscription-option input:checked + .box-style .custom-radio {
  border: 5px solid #01B460;
}
.subscription-option input:checked + .box-style .custom-radio::after {
    content: "";
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: 7px;
    height: 7px;
    margin: auto;
    background-color: #fff;
    display: block;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
}
.subscription-container .price {
  font-size: 12px !important;
  color: #303030;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
  display: flex;
  align-items: flex-end;
  column-gap: 8px;
}
.sale_price_esa, .sale_price_esa span {
  font-size: 12px;
  color: #303030;
}
.subscription-container .price del {
    color: #000000;
    font-size: 12px !important;
    font-weight: 500;
    opacity: 1 !important;
}
.frequency__select-box {
  cursor: pointer;
  border-color: #000000 !important;
  width: 100%;
  padding: 10px 30px 10px 15px;
  border-radius: 6px;
  font-family: inherit;
  font-size: 12px;
  background: url(data:image/svg+xml,%3Csvg width='7' height='5' viewBox='0 0 7 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.12204 4.56356C3.32142 4.7938 3.67858 4.7938 3.87796 4.56356L6.68063 1.32733C6.96107 1.0035 6.73104 0.5 6.30266 0.5H0.697335C0.268959 0.5 0.0389338 1.0035 0.319372 1.32733L3.12204 4.56356Z' fill='black'/%3E%3C/svg%3E) no-repeat right 10px center;
  background-size: 10px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000;
  letter-spacing: -0.24px;
}
.delivery-options {
    margin-top: 20px;
    position: relative;
}
.delivery-options svg {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    pointer-events: none;
}
.subscription-benefits {
  font-size: 12px;
  font-weight: 500;
  margin: 10px 0 0;
}
.subscription-benefits ul {
  list-style: none;
  margin:0;
  padding-left: 0;
}
.subscription-benefits li {
    display: flex;
    gap: 5px;
    align-items: center;
    height: 22px;
}
@media(max-width:750px) {
  .option-title {
    font-size: 12px;
  }
  .subscription-container .price {
    font-size: 12px;
    column-gap: 8px;
  }
  .subscription-container .price del {
    font-size: 12px;
  }
  .box-style {
    padding: 12px;
  }
  .subscription-option {
    margin-bottom: 10px;
  }
}