.ct-set-prices {
  display: flex !important;
  flex-wrap: wrap;
  gap: 7px 18px;
}
.ct-set-prices span {
  align-items: center;
  display: inline-flex;
  gap: 5px;
  white-space: nowrap;
}
.ct-set-prices img {
  height: 15px;
  object-fit: contain;
  width: 22px;
}
.ct-set-prices strong {
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
}
.ct-size-row--set > img { flex: 0 0 auto; }
.ct-size-row__unique {
  font-size: 9px;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.ct-set-intro {
  color: var(--ct-brown);
  margin: 18px 0;
}
.ct-bikini-set-cart {
  display: grid;
  gap: 12px;
}
.ct-set-piece {
  border: 1px solid var(--ct-line);
  padding: 18px;
  transition: opacity .2s;
}
.ct-set-piece.is-removed { opacity: .45; }
.ct-set-piece > header {
  align-items: flex-start;
  display: flex;
  gap: 16px;
  justify-content: space-between;
}
.ct-set-piece > header span,
.ct-set-piece > header small {
  color: var(--ct-brown);
  display: block;
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ct-set-piece > header h2 {
  font-family: var(--ct-serif);
  font-size: 21px;
  font-weight: 400;
  line-height: 1.1;
  margin: 3px 0;
}
.ct-set-piece > header > strong {
  font-family: var(--ct-serif);
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}
.ct-set-piece__sizes {
  display: flex;
  gap: 7px;
  margin: 9px 0;
}
.ct-set-piece__sizes button {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(36,23,17,.16);
  display: flex;
  font-size: 9px;
  height: 34px;
  justify-content: center;
  min-width: 38px;
}
.ct-set-piece__sizes button.is-selected {
  background: var(--ct-ink);
  color: #fff;
}
.ct-set-piece__sizes button:disabled {
  opacity: .3;
  text-decoration: line-through;
}
.ct-set-piece__toggle,
.ct-set-piece__notify {
  background: none;
  border: 0;
  border-bottom: 1px solid;
  font-size: 8px;
  letter-spacing: .08em;
  margin-left: auto;
  padding: 3px 0;
  text-transform: uppercase;
}
.ct-set-piece__sold {
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.ct-bikini-set-submit {
  margin-top: 4px;
  width: 100%;
}
@media (max-width: 560px) {
  .ct-set-prices { gap: 4px 10px; }
  .ct-set-prices span { white-space: normal; }
  .ct-size-row--set {
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
  }
  .ct-size-row--set > div {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
  }
  .ct-set-piece { padding: 14px; }
  .ct-set-piece > header h2 { font-size: 18px; }
}
