#htech-product-options-v2.htech-v2-loading {
  min-height: 72px;
}

#htech-product-options-v2.htech-v2-loading::before {
  content: "";
  display: block;
  width: 100%;
  height: 48px;
  border-radius: 0;
  background: linear-gradient(90deg, #f1f3f5 0%, #e4e8ee 45%, #f1f3f5 90%);
  background-size: 220% 100%;
  animation: htech-v2-loading 1.1s ease-in-out infinite;
}

@keyframes htech-v2-loading {
  from {
    background-position: 100% 0;
  }

  to {
    background-position: -100% 0;
  }
}

.bcpo {
  width: 100%;
  margin: 0 0 24px;
  color: rgb(var(--text-color, 40, 40, 40));
  font-family: var(--text-font-family, Rubik, sans-serif);
  font-size: var(--base-font-size, 15px);
  line-height: 1.4;
}

.bcpo *,
.bcpo *::before,
.bcpo *::after {
  box-sizing: border-box;
}

.bcpo .selector-wrapper {
  display: block;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  box-shadow: none;
}

.bcpo .selector-wrapper.bcpo-buttons,
.bcpo .selector-wrapper.bcpo-colors,
.bcpo .selector-wrapper.bcpo-images,
.bcpo .selector-wrapper.bcpo-image-gallery {
  margin-bottom: 20px;
}

.bcpo .bcpo-conditional-hidden {
  display: none !important;
}

.bcpo .bcpo-value-hidden {
  display: none !important;
}

.bcpo-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.bcpo .bcpo-value-incompatible {
  opacity: 0.45;
  cursor: not-allowed;
}

.bcpo .bcpo-value-incompatible label,
.bcpo .bcpo-value-incompatible .bcpo-front-button-label,
.bcpo .bcpo-value-incompatible .bcpo-front-color-label,
.bcpo .bcpo-value-incompatible .bcpo-front-image-label,
.bcpo .bcpo-value-incompatible .bcpo-front-image-gallery-label {
  cursor: not-allowed;
}

.bcpo-label {
  margin: 0;
}

.bcpo-label label {
  display: inline-block;
  padding-bottom: 8px;
  color: rgb(var(--text-color, 40, 40, 40));
  font: inherit;
  font-weight: 400;
  line-height: 1.3;
  text-transform: none;
}

.bcpo-title {
  margin-right: 8px;
}

.bcpo-value {
  font-weight: 400;
}

.bcpo-required {
  margin-left: 2px;
  color: #c00;
}

.bcpo select,
.bcpo input[type="text"],
.bcpo textarea {
  display: inline-block;
  width: 100%;
  min-width: min(250px, 100%);
  max-width: 415px;
  min-height: 36px;
  margin: 0;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  font: inherit;
  line-height: 1.2;
  outline-offset: -1px;
}

.bcpo select {
  padding: 6px 32px 6px 8px;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
  background-position: right 2px center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.bcpo input[type="text"],
.bcpo textarea {
  padding: 10px 4px;
}

.bcpo textarea {
  min-height: 92px;
  resize: vertical;
}

.bcpo select:hover,
.bcpo input[type="text"]:hover,
.bcpo textarea:hover,
.bcpo select:focus,
.bcpo input[type="text"]:focus,
.bcpo textarea:focus {
  border-color: #000;
}

.bcpo-button-parent,
.bcpo-color-parent,
.bcpo-image-parent,
.bcpo-image-gallery-parent {
  position: relative;
  display: inline-block;
  margin: 0 4px 4px 0;
  padding: 0;
  vertical-align: top;
}

.bcpo-front-button-option,
.bcpo-front-color-option,
.bcpo-front-image-option,
.bcpo-front-image-gallery-option {
  position: absolute;
  z-index: -1000;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.bcpo-front-button-label {
  display: inline-block;
  width: auto;
  min-width: 55px;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: #fff;
  color: #000;
  cursor: pointer;
  line-height: normal;
  text-align: center;
  user-select: none;
}

.bcpo-front-button-label:hover {
  border-color: #000;
}

.bcpo-front-button-option:checked + .bcpo-front-button-label {
  border-color: #000;
  background: #000;
  color: #fff;
}

.bcpo-color-parent,
.bcpo-image-parent {
  width: 48px;
  padding: 2px;
  border: 1px solid #a0a0a0;
  border-radius: 6px;
  cursor: pointer;
}

.bcpo .bcpo-medium-swatches .bcpo-color-parent,
.bcpo .bcpo-medium-swatches .bcpo-image-parent {
  width: 66px;
}

.bcpo .bcpo-jumbo-swatches .bcpo-image-parent {
  width: 100px;
}

.bcpo .bcpo-jumbo-swatches .bcpo-image-parent:has(.bcpo-image-title),
.bcpo .bcpo-jumbo-swatches .bcpo-image-parent:has(.bcpo-image-price) {
  width: 140px;
  margin: 0 8px 8px 0;
}

.bcpo-color-parent:hover,
.bcpo-image-parent:hover {
  border-color: #000;
}

.bcpo-front-color-label,
.bcpo-front-image-label {
  display: inline-block;
  width: 100%;
  height: 42px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  color: transparent;
  line-height: normal;
  text-align: center;
  user-select: none;
}

.bcpo .bcpo-medium-swatches .bcpo-front-color-label,
.bcpo .bcpo-medium-swatches .bcpo-front-image-label {
  height: 60px;
}

.bcpo .bcpo-jumbo-swatches .bcpo-front-image-label {
  min-height: 94px;
  height: auto;
}

.bcpo-front-image-label img {
  display: block;
  width: 100%;
  height: 94px;
  margin: 0;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}

.bcpo-image-title,
.bcpo-image-price {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.25;
  text-align: center;
}

.bcpo-image-title {
  padding: 6px 6px 0;
  font-weight: 600;
}

.bcpo-image-price {
  padding: 3px 6px 6px;
  color: green;
}

.bcpo-front-color-option:checked + .bcpo-front-color-label,
.bcpo-front-image-option:checked + .bcpo-front-image-label {
  box-shadow: 0 0 0 3px #000;
}

.bcpo-image-gallery-parent {
  width: 140px;
  margin: 0 8px 8px 0;
}

.bcpo-front-image-gallery-label {
  display: block;
  width: 100%;
  padding: 8px;
  border: 1px solid #a0a0a0;
  border-radius: 4px;
  background: #fff;
  color: #000;
  cursor: pointer;
  text-align: center;
}

.bcpo-front-image-gallery-label:hover {
  border-color: #000;
}

.bcpo-front-image-gallery-label img {
  display: block;
  width: 100%;
  height: 95px;
  margin: 0 0 8px;
  object-fit: contain;
  -webkit-user-drag: none;
  user-select: none;
}

.bcpo-image-gallery-title {
  display: block;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.25;
}

.bcpo-image-gallery-price {
  display: block;
  margin-top: 3px;
  color: green;
  font-size: 12px;
  line-height: 1.25;
}

.bcpo-front-image-gallery-option:checked + .bcpo-front-image-gallery-label {
  border-color: #000;
  box-shadow: 0 0 0 2px #000;
}

.bcpo-checkbox-label,
.bcpo-radio-label {
  display: inline-block;
  min-width: 0;
  margin: 0 20px 11px 0;
  padding-left: 24px;
  color: #000;
  cursor: pointer;
  line-height: 1.4;
  text-indent: -24px;
  vertical-align: top;
}

.bcpo-checkbox-label input,
.bcpo-radio-label input {
  width: auto;
  height: 13px;
  min-height: 0;
  margin: 0 10px 0 0;
  cursor: pointer;
}

.bcpo-instructions {
  padding: 0;
  border: 0;
  background: transparent;
  border-radius: 0;
}

.bcpo-instructions a {
  color: #2c5cc5;
  text-decoration: underline;
}

.bcpo-instructions img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-top: 8px;
}

.bcpo-price-addons {
  display: none;
  height: auto;
  min-height: 34px;
  margin: 0 0 24px;
  padding: 0 12px;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #999;
  font-weight: 400;
  line-height: 34px;
}

.bcpo-addons-price {
  color: green;
  font-weight: 400;
}

.bcpo-error select,
.bcpo-error input[type="text"],
.bcpo-error textarea,
.bcpo-error .bcpo-front-button-label,
.bcpo-error .bcpo-color-parent,
.bcpo-error .bcpo-image-parent,
.bcpo-error .bcpo-front-image-gallery-label {
  border-color: #c00;
}

.bcpo-error-message {
  margin-top: 6px;
  color: #c00;
  font-size: 13px;
}

@media (max-width: 480px) {
  .bcpo select,
  .bcpo input[type="text"],
  .bcpo textarea {
    min-width: 0;
    max-width: 100%;
  }
}

.bcpo-price-addons {
  display: none !important;
}
