#color-selector {
  display: inline-flex;
  flex-wrap: wrap;
  margin-top: 12px;
  align-items: center;
  gap: 8px;
}

.color-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.color-dot {
  width: 20px;
  height: 20px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,.25);
  display: inline-block;
  cursor: pointer;
}

#shirt-image-wrapper {
  position: relative;
  #thumbs-wrapper {
    position: absolute;
    left: 10px;
    top: 10px;
    .thumb {
      cursor: pointer;
      width: 100px;
      margin-bottom: 12px;
    }
  }
}

.select2-container .select2-selection--single {
  height: 36px;
  padding-top: 3px;
}

.view-available-colors {
  #shirt-image {

  }
  .view-content {
    display: flex;
    gap: 12px;
  }
}

/* product page */
.product-top {
  display: flex;
  justify-content: space-between;

  .product-top-item {
    width: 50%;
  }
}
