.single-product .product-cross-sells {
  border: 0;
  flex: 0 0 100%;
  margin: 1.5rem 0;
  order: -1;
  padding: 0;
  width: 100%;
}

.single-product .product-cross-sells legend {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}

.single-product .product-cross-sell {
  background: #fff;
  border: 1px solid #c8ced9;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.single-product .product-cross-sell-option {
  align-items: center;
  cursor: pointer;
  display: flex;
  gap: 0.75rem;
  margin: 0;
  padding: 0.75rem;
}

.single-product .product-cross-sell-option input {
  accent-color: #202428;
  flex: 0 0 auto;
  height: 1.25rem;
  margin: 0;
  width: 1.25rem;
}

.single-product .product-cross-sell-option img {
  flex: 0 0 4rem;
  height: 4rem;
  object-fit: contain;
  width: 4rem;
}

.single-product .product-cross-sell-option__details {
  display: flex;
  flex: 1 1 0;
  flex-direction: column;
  gap: 0.15rem;
  min-width: 0;
}

.single-product .product-cross-sell-option__details strong {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.single-product .product-cross-sell-option__details--has-packages {
  position: relative;
}

.single-product .product-cross-sell-option__details--has-packages::after {
  border-bottom: 2px solid #202428;
  border-right: 2px solid #202428;
  bottom: 0.95rem;
  content: '';
  height: 0.65rem;
  pointer-events: none;
  position: absolute;
  right: 1rem;
  transform: rotate(45deg);
  width: 0.65rem;
}

.single-product .product-cross-sell-variation {
  appearance: none;
  background: #f4f6f6;
  border: 1px solid #c8ced9;
  border-radius: 5px;
  box-sizing: border-box;
  color: #202428;
  display: block;
  font-size: 0.95rem;
  font-weight: 600;
  height: 2.5rem;
  margin: 0.5rem 0 0;
  max-width: none !important;
  padding: 0 2.5rem 0 0.75rem;
  width: 100% !important;
}

.single-product .product-cross-sell-variation:focus {
  border-color: #4d6e69;
  box-shadow: 0 0 0 2px rgba(77, 110, 105, 0.2);
  outline: 0;
}

.single-product .summary .cart:has(.product-cross-sells) {
  flex-wrap: wrap;
}
