.petertel-product-purchase .petertel-buy-form .petertel-sku-options {
  box-sizing: border-box;
  min-width: 0;
  margin: 0 0 14px;
  padding: 14px 16px 16px;
  gap: 9px;
  align-items: center;
  border: 1px solid #d8e3eb;
  border-radius: 14px;
  background: linear-gradient(115deg, #f7fbff 0%, #fff 65%, #fffaf6 100%);
  box-shadow: 0 5px 17px rgba(39, 61, 77, .055);
}

.petertel-product-purchase .petertel-sku-options[hidden] {
  display: none !important;
}

.petertel-product-purchase .petertel-sku-options legend {
  padding: 0 4px;
  margin: 0 0 7px;
  color: #314554;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
}

.petertel-product-purchase .petertel-sku-option span {
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  min-height: 44px;
  padding: 10px 15px;
  border: 1px solid #cfdce5;
  border-radius: 10px;
  background: #fff;
  color: #314554;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease;
}

.petertel-product-purchase .petertel-sku-option input:not(:disabled) + span::before {
  content: '';
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  margin-right: 9px;
  border: 1.5px solid #a3b2bd;
  border-radius: 50%;
  background: #fff;
}

.petertel-product-purchase .petertel-sku-option:hover input:not(:disabled) + span {
  border-color: #dc8a6d;
  background: #fff9f5;
}

.petertel-product-purchase .petertel-sku-option input:checked + span {
  border-color: #ce4c27;
  background: #fff3ec;
  color: #b63e1c;
  box-shadow: inset 0 0 0 1px #ce4c27;
}

.petertel-product-purchase .petertel-sku-option input:checked + span::before {
  border-color: #ce4c27;
  background: #ce4c27;
  box-shadow: inset 0 0 0 2px #fff;
}

.petertel-product-purchase .petertel-sku-option input:focus-visible + span {
  outline: 2px solid #ce4c27;
  outline-offset: 3px;
}

@media (max-width: 600px) {
  .petertel-product-purchase .petertel-buy-form .petertel-sku-options {
    padding: 13px 14px 15px;
    gap: 8px;
  }
}
