.qep-qg-configurator,
.qep-qg-configurator * {
  box-sizing: border-box;
}

.qep-qg-configurator {
  width: 100%;
  max-width: 600px;
  color: #fff;
  font-family: "Sequel Sans", sans-serif;
}

.qep-qg-configurator-title {
  display: none;
}

.qep-qg-configurator-body {
  width: 100%;
}

.qep-qgc-form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 80px;
  width: 100%;
  max-width: 600px;
}

.qep-qgc-group,
.qep-qgc-addon-group {
  width: 100%;
}

.qep-qg-configurator h1.qep-qgc-heading,
.qep-qg-configurator h2.qep-qgc-heading,
.qep-qg-configurator h3.qep-qgc-heading,
.qep-qg-configurator h4.qep-qgc-heading,
.qep-qg-configurator h5.qep-qgc-heading,
.qep-qg-configurator h6.qep-qgc-heading {
  margin: 0 0 24px;
  color: #fff;
  font-family: "Sequel Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.qep-qgc-group--bundle {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.qep-qg-configurator h1.qep-qgc-heading span,
.qep-qg-configurator h2.qep-qgc-heading span,
.qep-qg-configurator h3.qep-qgc-heading span,
.qep-qg-configurator h4.qep-qgc-heading span,
.qep-qg-configurator h5.qep-qgc-heading span,
.qep-qg-configurator h6.qep-qgc-heading span {
  margin-left: 6px;
  color: #b2b9c1;
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.qep-qgc-options {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
}

.qep-qgc-group-inner{
  width: 100%;
}

.breakdance-woocommerce label.qep-qgc-option {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 64px;
  padding: 16px 24px;
  border: 1px solid rgba(178, 185, 193, 0.28);
  border-radius: 8px;
  background: transparent;
  color: #b2b9c1;
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease, color .18s ease;
}

.qep-qgc-group--bundle .qep-qgc-option {
  flex: 1 1 calc(33.333% - 11px);
}

.qep-qgc-option input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.breakdance-woocommerce label.qep-qgc-option.is-active {
  border-color: #0066ff;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.qep-qgc-included {
  width: 100%;
  padding: 24px;
  border: 1px solid rgba(178, 185, 193, 0.22);
  border-radius: 20px;
  background: transparent;
}

.qep-qgc-included-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-family: "Sequel Sans", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
  cursor: pointer;
}

.qep-qgc-chevron {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.qep-qgc-included-list {
  display: flex;
  flex-direction: column;
  margin-top: 24px;
}

.qep-qgc-included.is-collapsed .qep-qgc-included-list {
  display: none;
}

.qep-qgc-included-item {
  display: grid;
  grid-template-columns: 80px 1fr auto;
  gap: 16px;
  align-items: center;
  width: 100%;
  padding: 24px 0;
  border-bottom: 1px solid rgba(178, 185, 193, 0.22);
}

.qep-qgc-included-item:first-child {
  padding-top: 0;
}

.qep-qgc-included-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.qep-qgc-product-thumb,
.qep-qgc-addon-thumb {
  width: 80px;
  height: 80px;
  border-radius: 6px;
  background: #d9d9d9;
  overflow: hidden;
  position: relative;
  flex: 0 0 auto;
}

.breakdance .qep-qgc-product-thumb img,
.breakdance .qep-qgc-addon-thumb img {
  width: 100%;
  height: 100%;
  position: absolute;
  object-fit: cover;
}

.qep-qgc-product-info {
  min-width: 0;
}

.qep-qgc-product-name,
.qep-qgc-addon-name {
  color: #fff;
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.qep-qgc-product-category,
.qep-qgc-addon-subtext {
  margin-top: 4px;
  color: #b2b9c1;
  font-family: "Sequel Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.qep-qgc-included-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 4px 16px;
  border-radius: 9999px;
  background: rgba(0, 170, 130, 0.12);
  color: #00aa82;
  font-family: "Sequel Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.qep-qgc-addon-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.breakdance-woocommerce label.qep-qgc-addon-card {
  position: relative;
  display: grid;
  grid-template-columns: 16px auto 1fr;
  gap: 16px;
  align-items: flex-start;
  width: 100%;
  min-height: 112px;
  padding: 24px;
  border: 1px solid rgba(178, 185, 193, 0.22);
  border-radius: 8px;
  background: transparent;
  color: #fff;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}

.breakdance-woocommerce label.qep-qgc-addon-card > input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-active {
  border-color: #0066ff;
  background: rgba(255, 255, 255, 0.08);
}

.qep-qgc-check {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  display: inline-flex;
  border: 1px solid #b2b9c1;
  border-radius: 3px;
  background: transparent;
  flex: 0 0 auto;
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-active .qep-qgc-check {
  border-color: #0066ff;
  background: #0066ff;
  box-shadow: inset 0 0 0 3px #0066ff;
}

.qep-qgc-addon-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
  min-width: 0;
  width: 100%;
}

.qep-qgc-addon-top {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
}

.qep-qgc-addon-price {
  color: #b2b9c1;
  font-family: "Sequel Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  white-space: nowrap;
}

.qep-qgc-hidden-payment-select {
  display: none !important;
}

.qep-qgc-addon-variant {
  width: 240px;
  max-width: 100%;
  min-height: 36px;
  padding: 6px 14px;
  border: 1px solid rgba(178, 185, 193, 0.28);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.08);
  color: #b2b9c1;
  font-family: "Sequel Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.qep-qgc-addon-variant option {
  color: #001127;
}

.qep-qg-configurator.is-loading .qep-qg-configurator-body,
.qep-qg-configurator-skeleton {
  width: 100%;
}

.qep-qg-configurator-skeleton {
  display: flex;
  flex-direction: column;
  gap: 80px;
}

.qep-qg-configurator-skeleton::before,
.qep-qg-configurator-skeleton::after {
  content: "";
  display: block;
  width: 100%;
  height: 64px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.08);
  background-image: linear-gradient(
    90deg,
    rgba(255,255,255,0.04) 0%,
    rgba(255,255,255,0.12) 50%,
    rgba(255,255,255,0.04) 100%
  );
  background-size: 200% 100%;
  animation: qepQGConfiguratorSkeleton 1.2s linear infinite;
}

@keyframes qepQGConfiguratorSkeleton {
  0% {
    background-position: 200% 0;
  }

  100% {
    background-position: -200% 0;
  }
}

@media (max-width: 767px) {
  .qep-qg-configurator {
    max-width: 100%;
  }

  .qep-qgc-form {
    gap: 56px;
    max-width: 100%;
  }

  .qep-qgc-options {
    gap: 12px;
  }

  .qep-qgc-option,
  .qep-qgc-group--bundle .qep-qgc-option {
    flex: 1 1 100%;
    min-height: 56px;
    padding: 14px 18px;
  }

  .qep-qgc-included {
    padding: 18px;
    border-radius: 16px;
  }

  .qep-qgc-included-toggle {
    font-size: 20px;
    line-height: 28px;
  }

  .qep-qgc-included-item {
    grid-template-columns: 64px 1fr;
    gap: 14px;
    padding: 18px 0;
  }

  .qep-qgc-included-badge {
    grid-column: 2;
    justify-self: start;
  }

  .qep-qgc-product-thumb,
  .qep-qgc-addon-thumb {
    width: 64px;
    height: 64px;
  }

  .breakdance-woocommerce label.qep-qgc-addon-card {
    grid-template-columns: 16px 1fr;
    min-height: auto;
    padding: 18px;
  }

  .qep-qgc-addon-thumb {
    display: none;
  }

  .qep-qgc-addon-top {
    flex-direction: column;
    gap: 6px;
  }
}

.qep-qgc-addon-top {
  position: relative;
  display: block;
  width: 100%;
  min-height: 24px;
  padding-right: 90px;
}

.qep-qgc-addon-price {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  white-space: nowrap;
}


.qep-qgc-addon-price {
  justify-self: end;
  text-align: right;
  white-space: nowrap;
}

.qep-qgc-check {
  position: relative;
  width: 16px;
  height: 16px;
  margin-top: 3px;
  border: 1px solid #b2b9c1;
  border-radius: 3px;
  background: transparent;
  flex: 0 0 auto;
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-active .qep-qgc-check {
  border-color: #0066ff;
  background: #0066ff;
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-active .qep-qgc-check::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M8.83325 0.833008L3.33325 6.33301L0.833252 3.83301' stroke='white' stroke-width='1.6666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-included {
  border-color: #14c8a8;
  background: rgba(255,255,255,.08);
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-disabled {
  pointer-events: none;
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-included .qep-qgc-addon-subtext {
  display: block;
  margin-top: 6px;
  color: #b2b9c1;
  font-size: 14px;
  line-height: 20px;
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-included .qep-qgc-check {
  border-color: #14c8a8;
  background: #14c8a8;
      box-shadow: inset 0 0 0 3px #14c8a8;
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-included .qep-qgc-check::after {
  content: "";
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 8px;
  /*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='8' viewBox='0 0 10 8' fill='none'%3E%3Cpath d='M8.83325 0.833008L3.33325 6.33301L0.833252 3.83301' stroke='white' stroke-width='1.6666' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");*/
}

.breakdance-woocommerce label.qep-qgc-addon-card.is-included .qep-qgc-included-badge {
  background: rgba(20, 200, 168, .12);
  color: #14c8a8;
  background: rgba(20, 200, 168, .12);
  color: #14c8a8;
  position: absolute;
  top: 0;
  right: 24px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  height: 32px;
}

.qep-qgc-addon-price{
  position: absolute;
  top: 24px;
  right: 24px;
  height: 32px;
}