@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&amp;display=swap");
.product-form__input {
  max-width: none;
}

.visually_hidden {
  display: none;
}
.plan-builder .title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  letter-spacing: normal;
}
.hidden {
  display: none;
}

.plan-builder-button {
  padding: 14px;
  border-radius: 40px;
  border: 0;
  color: white;
  background-color: rgb(var(--color-foreground));
  width: 100%;
  font-size: 1.8rem;
}
.plan-builder-button:hover {
  cursor: pointer;
  opacity: 0.9;
}
.plan-builder-button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

.fade-gradient {
  height: 0.2rem;
  background: linear-gradient(rgba(var(--color-foreground),0), rgba(var(--color-foreground),0.1));
  pointer-events: none;
}

/*
#pick_customer_type,
#pick_plan,
#non-customer-msg,
.addon_wrapper,
.warranty_wrapper {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  transition:
    max-height 0.5s ease-out,
    opacity 0.5s ease-out;
}
*/
#pick_customer_type.expanded,
#pick_plan.expanded,
#non-customer-msg.expanded,
.addon_wrapper.expanded,
.warranty_wrapper.expanded {
  opacity: 1;
}

div[id^="shopify-block-pricing_options_add_to_cart_"] {
  position: sticky;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
}

div[id^="shopify-block-pricing_options_add_to_cart_"] *:not(.fade-gradient) {
  pointer-events: auto;
  z-index: 2;
}

.add-to-cart-wrapper {
  background-color: rgb(var(--color-background));
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding-bottom: 0.5rem;
}
.est-bill {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  font-size: 0.8rem;
}
.on-sale-reg-price,
.on-sale-reg-price-monthly {
  /* text-decoration: line-through; */
  color: #666;
  font-size: 16px;
  position: relative;
  display: inline-block;
  width: fit-content;
}

.on-sale {
  color: #F7616A;
}
.line-on-sale {
  color: #F7616A;
  font-weight: bold;
}
#toggleBill {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
#toggleBill:hover {
  text-decoration: underline;
}
#toggleBill svg {
  margin-left: 8px;
  transition: transform 0.3s ease;
}
#toggleBill svg.rotate {
  transform: rotate(180deg);
}

.book-appointment {
  font-size: small;
  width: 100%;
  text-align: center
}

.book-appointment p {
  margin: 0;
}

.prices {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  gap: 3rem;
  font-family: "inter", sans-serif;
  letter-spacing: -0.02em;
  color: #273646;
  border-top: #d0d0d0 1px solid;
  border-bottom: #d0d0d0 1px solid;
  padding: 0.5rem 0;
}
.prices strong {
  font-size: 3.5rem;
}

@media screen and (max-width: 970px) {
  .prices strong {
    font-size: 2rem;
  }
}

.monthly,
.upfront {
  display: grid;
  grid-template-columns: 1fr;
  gap: 0;
  align-content: start;
}
.hide {
  display: none;
}

/* input[name="properties[term]"]:checked + label::after {
  content: "✔️";
  margin: 0 0 0 5px;
  padding: 0;
  position: absolute;
  right: 20px;
} */

/* input[name="customer_type"]:checked + label::after {
  content: "✔️";
  margin-left: 5px; /* Optional: Add space between the text and the symbol 
} */

fieldset p {
  margin: 0;
  padding: 0;
}
.term_on_sale {
  position: relative;
}
.term_on_sale:after {
  content: "Sale";
  background-color: #f7616a;
  color: white;
  padding: 2px 5px;
  font-size: 10px;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: -4px;
}

.product-form__input--pill input[type=radio]+label.rate_plan {
  border-radius: 2rem;
  display: grid;
  gap: 0.5rem;
}
.rate_plan_info {
  padding: 24px 14px;
}
.rate_plan_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem;
}

.rate_plan_wrapper label {
  width:100%;
  height:100%;
}

@media (max-width: 990px) {
  .rate_plan_wrapper {
    grid-template-columns: 1fr;
  }
}
.show-more {
  display: block;
  width: 100%;
  align-self: end;
  justify-self: center;
  border-top: 1px solid rgba(18, 18, 18, 0.159);
  text-align: center;
}

.hidden_radio {
  display: none;
}
.feature_list li {
  display: block;
  text-align:left;
  line-height: normal;
  font-size: 14px;
  position: relative; 
  padding-left: 2rem;
  margin-bottom: 0.7rem;
}

.feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}

.rate_plan_price {
  font-size: 2.5rem;
  font-weight: bold;
  margin: 0.7rem 0 0.5rem 0;
}
.rate_plan_title {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  margin: 0 0 1rem 0;
  letter-spacing: normal;
}

.addon-item {
  color: rgb(var(--color-foreground));
}

.addon-item.selected {
  color: rgb(var(--color-background));
}

.addon {
  padding: 14px 14px 0px 14px;
  background-color: #f5f5f5;
  border-radius: 2rem;
  gap: 0.5rem;
  font-family: "inter", sans-serif;
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin: .7rem .5rem .2rem 0;
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
}
.addon_info {
  padding-left: 20px;
}
.addon_button {

}

.hidden_radio {
  display: none;
}

.addon:hover {

  cursor: pointer;
}

.hidden_radio:checked + .addon {
  background-color: rgb(var(--color-foreground));
}
.feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}
.addon_images {
  display: flex;
}
.addon_image {
  /* margin: 6px; */
}
.addon_image img {
  overflow: hidden;
  border-radius: 6px;
  background: white;
}
.addon_right {
  display: grid;
  place-content: center;
}

.total_price {
  margin-top: 0;
  padding-top: 0;
  font-size: 1.7rem;
}
/* button */

.addon_button .toggle-addon-button {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.addon_button .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0070f3; /* Blue color */
  color: white;
  padding: 4px;
}

.addon_button .toggle-addon-button.selected .icon {
  background-color: #ff4d4d; /* Red color */
}

.warranty-item {
  color: rgb(var(--color-foreground));
}

.warranty-item.selected {
  color: rgb(var(--color-background));
}

.warranty {
  padding: 14px 14px 0px 14px;
  background-color: #f5f5f5;
  border-radius: 2rem;
  gap: 0.5rem;
  font-family: "inter", sans-serif;
  display: grid;
  grid-template-columns: auto 1fr auto;
  margin: .7rem .5rem .2rem 0;
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
}
.hidden_radio {
  display: none;
}

.warranty:hover {

  cursor: pointer;
}

.hidden_radio:checked + .warranty {
  background-color: rgb(var(--color-foreground));
}
.feature_list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
  width: 100%;
}
.warranty_images {
  display: flex;
}
.warranty_image {
  /* margin: 6px; */
}
.warranty_image img {
  overflow: hidden;
  border-radius: 6px;
  background: white;
}
.warranty_right {
  display: grid;
  place-content: center;
}

.total_price {
  margin-top: 0;
  padding-top: 0;
}
/* button */

.warranty_button .toggle-warranty-button {
  border: none;
  background: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.warranty_button .icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0070f3; /* Blue color */
  color: white;
  padding: 4px;
  transition: background-color 0.3s ease;
}

.warranty_button .toggle-warranty-button.selected .icon {
  background-color: #ff4d4d; /* Red color */
}

.product__info-container .product-form {
  margin: 0.5rem 0;
}

.product-form__buttons {
  max-width: none;
}

.line-item {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-form__input--pill input[type=checkbox]+label {
  border: var(--variant-pills-border-width) solid rgba(var(--color-foreground), var(--variant-pills-border-opacity));
  background-color: rgb(var(--color-background));
  color: rgba(var(--color-foreground));
  border-radius: var(--variant-pills-radius);
  color: rgb(var(--color-foreground));
  margin: .7rem .5rem .2rem 0;
  padding: 1.5rem 2.5rem;
  font-size: 1.4rem;
  letter-spacing: .1rem;
  line-height: 2rem;
  transition: border var(--duration-short) ease;
  cursor: pointer;
  position: relative;
  display: flex;
  flex-direction: row;
}


.product-form__input--pill input[type=checkbox]:checked+label {
  background-color: rgb(var(--color-foreground));
  color: rgb(var(--color-background));
}

.product-form__input--pill input[type=checkbox]+label:hover {
  border-color: rgb(var(--color-foreground));
}

.checkbox-info-wrapper {
  display: flex;
  flex-direction: row;
  gap: 2rem;
  margin: 1rem 4rem 1rem 1rem;
}

@media screen and (max-width: 970px) {
  .checkbox-info-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}

.checkbox-wrapper {
  position: relative;
}

.product-form__input--pill input[type=checkbox] {
  position: absolute;
  margin: 0;
  width: 2rem;
  height: 2rem;
  z-index: 1;
  right: 2.8rem;
  top: 2.2rem;
  cursor: pointer;
  accent-color: rgba(var(--color-button));
}
.checkbox-info {
  margin: 1rem 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.feature_list li::before {
  content: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAxOCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xNy4xMDYyIDAuNjQwNTk0QzE3LjM1MjIgMC44ODY3MDkgMTcuNDkwNSAxLjIyMDQ5IDE3LjQ5MDUgMS41Njg1MkMxNy40OTA1IDEuOTE2NTQgMTcuMzUyMiAyLjI1MDMyIDE3LjEwNjIgMi40OTY0NUw3LjI2ODU3IDEyLjMzNDFDNS4xMzg1NiAxMi40NjQxIDYuOTg0MjEgMTIuNTY3MyA2LjgxNDMzIDEyLjYzNzZDNi42NDQ2IDEyLjcwOCA2LjQ2MjM4IDEyLjc0NDIgNi4yNzg1IDEyLjc0NDJDNi4wOTQ2MyAxMi43NDQyIDUuOTEyNTUgMTIuNzA4IDUuNzQyNjcgMTIuNjM3NkM1LjU3MjggMTIuNTY3MyA1LjQxODQ1IDEyLjQ2NDEgNS4yODg0NCAxMi4zMzQxTDAuNDAwNjkxIDcuNDQ3MkMwLjI3NTMzNCA3LjMyNjEzIDAuMTc1MzQ1IDcuMTgxMyAwLjEwNjU1OCA3LjAyMTE3QzAuMDM3NzcwOSA2Ljg2MTA0IDAuMDAxNTYzOTQgNi42ODg2IDQuOTU1NTYgNi41MTQ1NUMtMC4wMDE0NjgzIDYuMzQwMjcgMC4wMzE3NDM4IDYuMTY3NCAwLjA5NzczNzUgNi4wMDYxNEMwLjE2MzczMSA1Ljg0NDg0IDAuMjYxMTg4IDUuNjk4MjkgMC4zODQ0MjMgNS41NzUwNkMwLjUwNzY1NyA1LjQ1MTgzIDAuNjU0MjAwIDUuMzU0MzcgMC44MTU1MDEgNS4yODgzOEMwLjk3NjgwMyA1LjIyMjM4IDEuMTQ5NjMgNS4xODkxNyAxLjMyMzkwIDUuMTkwNjlDMS40OTgxOCA1LjE5MjIgMS42NzA0IDUuMjI4NDEgMS44MzA1MyA1LjI5NzIwQzEuOTkwNjYgNS4zNjU5OCAyLjEzNTQ5IDUuNDY1OTcgMi4yNTY1NyA1LjU5MTMzTDYuMjc4MDcgOS42MTI4M0wxNS4yNDk0IDAuNjQwNTk0QzE1LjM3MTMgMC41MTg2MTMgMTUuNTE2MSAwLjQyMTg2IDE1LjY3NTQgMC4zNTU4NDhDMTUuODM0NiAwLjI4OTgzNiAxNi4wMDU0IDAuMjU1ODU5IDE2LjE3NzggMC4yNTU4NTlDMTYuMzUwMiAwLjI1NTg1OSAxNi41MjEgMC4yODk4MzYgMTYuNjgwMyAwLjM1NTg0OEMxNi44Mzk2IDAuNDIxODYgMTYuOTg0MyAwLjUxODYxMyAxNy4xMDYyIDAuNjQwNTk0WiIgZmlsbD0iIzU4QUI4RiIvPgo8L3N2Zz4K");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px; /* Adjust size as needed */
  height: 13px; /* Adjust size as needed */
}